From 6e503b257aae6cdc7fca841d7b4724e2158b6e8b Mon Sep 17 00:00:00 2001 From: Josh Feinberg <15068619+joshafeinberg@users.noreply.github.com> Date: Tue, 5 May 2026 16:01:55 -0500 Subject: [PATCH 1/2] Update to latest SDK spec --- core/stone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/stone b/core/stone index 1cdb8c02a..3e0cfcfec 160000 --- a/core/stone +++ b/core/stone @@ -1 +1 @@ -Subproject commit 1cdb8c02aaedf539fbfdb5913a552b9494aecc40 +Subproject commit 3e0cfcfec397d0df751bb102d891cde83d70fdc2 From 0f64a2b88cc7e76d9720f1a5511f7a84b0b26e0b Mon Sep 17 00:00:00 2001 From: Josh Feinberg <15068619+joshafeinberg@users.noreply.github.com> Date: Tue, 5 May 2026 16:14:01 -0500 Subject: [PATCH 2/2] Update spec more --- .../main/refs/javadoc-refs.json | 2 +- .../dropbox/core/v2/DbxAppClientV2Base.java | 12 + .../com/dropbox/core/v2/DbxClientV2Base.java | 12 + .../v2/account/DbxUserAccountRequests.java | 79 +- .../core/v2/account/PhotoSourceArg.java | 4 +- .../core/v2/account/SetProfilePhotoArg.java | 4 +- .../core/v2/account/SetProfilePhotoError.java | 4 +- .../v2/account/SetProfilePhotoResult.java | 4 +- .../core/v2/async/LaunchEmptyResult.java | 4 +- .../core/v2/async/LaunchResultBase.java | 4 +- .../com/dropbox/core/v2/async/PollArg.java | 4 +- .../core/v2/async/PollEmptyResult.java | 4 +- .../com/dropbox/core/v2/async/PollError.java | 4 +- .../core/v2/async/PollErrorException.java | 5 + .../com/dropbox/core/v2/auth/AccessError.java | 123 +- .../com/dropbox/core/v2/auth/AuthError.java | 4 +- .../core/v2/auth/DbxAppAuthRequests.java | 4 +- .../core/v2/auth/DbxUserAuthRequests.java | 4 +- .../core/v2/auth/InvalidAccountTypeError.java | 4 +- .../core/v2/auth/PaperAccessError.java | 4 +- .../dropbox/core/v2/auth/RateLimitError.java | 4 +- .../dropbox/core/v2/auth/RateLimitReason.java | 4 +- .../core/v2/auth/TokenFromOAuth1Arg.java | 4 +- .../core/v2/auth/TokenFromOAuth1Error.java | 4 +- .../core/v2/auth/TokenFromOAuth1Result.java | 4 +- .../dropbox/core/v2/auth/TokenScopeError.java | 4 +- .../core/v2/check/DbxAppCheckRequests.java | 11 +- .../core/v2/check/DbxUserCheckRequests.java | 11 +- .../com/dropbox/core/v2/common/PathRoot.java | 4 +- .../dropbox/core/v2/common/PathRootError.java | 8 +- .../com/dropbox/core/v2/common/RootInfo.java | 14 +- .../dropbox/core/v2/common/TeamRootInfo.java | 14 +- .../dropbox/core/v2/common/UserRootInfo.java | 73 +- .../v2/contacts/DbxUserContactsRequests.java | 4 +- .../v2/contacts/DeleteManualContactsArg.java | 4 +- .../contacts/DeleteManualContactsError.java | 4 +- .../v2/fileproperties/AddPropertiesArg.java | 8 +- .../v2/fileproperties/AddPropertiesError.java | 4 +- .../v2/fileproperties/AddTemplateArg.java | 4 +- .../v2/fileproperties/AddTemplateResult.java | 4 +- .../DbxTeamFilePropertiesRequests.java | 9 +- .../DbxUserFilePropertiesRequests.java | 8 +- .../v2/fileproperties/GetTemplateArg.java | 4 +- .../v2/fileproperties/GetTemplateResult.java | 4 +- .../InvalidPropertyGroupError.java | 4 +- .../v2/fileproperties/ListTemplateResult.java | 4 +- .../v2/fileproperties/LogicalOperator.java | 4 +- .../fileproperties/LookUpPropertiesError.java | 4 +- .../core/v2/fileproperties/LookupError.java | 4 +- .../fileproperties/ModifyTemplateError.java | 4 +- .../ModifyTemplateErrorException.java | 14 +- .../OverwritePropertyGroupArg.java | 8 +- .../fileproperties/PropertiesSearchArg.java | 4 +- .../PropertiesSearchContinueArg.java | 4 +- .../PropertiesSearchContinueError.java | 4 +- .../fileproperties/PropertiesSearchError.java | 4 +- .../fileproperties/PropertiesSearchMatch.java | 4 +- .../fileproperties/PropertiesSearchMode.java | 4 +- .../fileproperties/PropertiesSearchQuery.java | 4 +- .../PropertiesSearchResult.java | 4 +- .../core/v2/fileproperties/PropertyField.java | 4 +- .../fileproperties/PropertyFieldTemplate.java | 10 +- .../core/v2/fileproperties/PropertyGroup.java | 4 +- .../fileproperties/PropertyGroupTemplate.java | 4 +- .../fileproperties/PropertyGroupUpdate.java | 27 +- .../core/v2/fileproperties/PropertyType.java | 4 +- .../fileproperties/RemovePropertiesArg.java | 4 +- .../fileproperties/RemovePropertiesError.java | 4 +- .../v2/fileproperties/RemoveTemplateArg.java | 4 +- .../core/v2/fileproperties/TemplateError.java | 4 +- .../TemplateErrorException.java | 8 +- .../v2/fileproperties/TemplateFilter.java | 4 +- .../v2/fileproperties/TemplateFilterBase.java | 4 +- .../fileproperties/UpdatePropertiesArg.java | 4 +- .../fileproperties/UpdatePropertiesError.java | 4 +- .../v2/fileproperties/UpdateTemplateArg.java | 4 +- .../fileproperties/UpdateTemplateResult.java | 4 +- .../core/v2/fileproperties/package-info.java | 35 - .../filerequests/CountFileRequestsError.java | 4 +- .../filerequests/CountFileRequestsResult.java | 4 +- .../core/v2/filerequests/CreateBuilder.java | 13 + .../filerequests/CreateFileRequestArgs.java | 54 +- .../filerequests/CreateFileRequestError.java | 15 +- .../DbxUserFileRequestsRequests.java | 4 +- .../DeleteAllClosedFileRequestsError.java | 17 +- .../DeleteAllClosedFileRequestsResult.java | 4 +- .../filerequests/DeleteFileRequestArgs.java | 4 +- .../filerequests/DeleteFileRequestError.java | 15 +- .../DeleteFileRequestsResult.java | 4 +- .../core/v2/filerequests/FileRequest.java | 54 +- .../v2/filerequests/FileRequestDeadline.java | 10 +- .../v2/filerequests/GetFileRequestArgs.java | 4 +- .../v2/filerequests/GetFileRequestError.java | 17 +- .../core/v2/filerequests/GracePeriod.java | 4 +- .../v2/filerequests/ListFileRequestsArg.java | 4 +- .../ListFileRequestsContinueArg.java | 4 +- .../ListFileRequestsContinueError.java | 4 +- .../filerequests/ListFileRequestsError.java | 4 +- .../filerequests/ListFileRequestsResult.java | 4 +- .../ListFileRequestsV2Result.java | 4 +- .../filerequests/UpdateFileRequestArgs.java | 4 +- .../UpdateFileRequestDeadline.java | 4 +- .../filerequests/UpdateFileRequestError.java | 17 +- .../com/dropbox/core/v2/files/AddTagArg.java | 4 +- .../dropbox/core/v2/files/AddTagError.java | 4 +- .../core/v2/files/AlphaGetMetadataArg.java | 19 +- .../v2/files/AlphaGetMetadataBuilder.java | 2 +- .../core/v2/files/AlphaGetMetadataError.java | 4 +- .../dropbox/core/v2/files/BaseTagError.java | 4 +- .../com/dropbox/core/v2/files/CommitInfo.java | 23 +- .../core/v2/files/ContentSyncSetting.java | 4 +- .../core/v2/files/ContentSyncSettingArg.java | 4 +- .../core/v2/files/CreateFolderArg.java | 12 +- .../core/v2/files/CreateFolderBatchArg.java | 8 +- .../core/v2/files/CreateFolderBatchError.java | 4 +- .../v2/files/CreateFolderBatchJobStatus.java | 4 +- .../v2/files/CreateFolderBatchLaunch.java | 4 +- .../v2/files/CreateFolderBatchResult.java | 4 +- .../files/CreateFolderBatchResultEntry.java | 4 +- .../core/v2/files/CreateFolderEntryError.java | 4 +- .../v2/files/CreateFolderEntryResult.java | 4 +- .../core/v2/files/CreateFolderError.java | 4 +- .../core/v2/files/CreateFolderResult.java | 4 +- .../core/v2/files/DbxAppFilesRequests.java | 134 +- .../v2/files/DbxAppGetThumbnailV2Builder.java | 44 +- .../v2/files/DbxAppListFolderBuilder.java | 10 +- .../core/v2/files/DbxUserFilesRequests.java | 1792 +- .../files/DbxUserGetThumbnailV2Builder.java | 44 +- .../v2/files/DbxUserListFolderBuilder.java | 10 +- .../com/dropbox/core/v2/files/DeleteArg.java | 14 +- .../dropbox/core/v2/files/DeleteBatchArg.java | 4 +- .../core/v2/files/DeleteBatchError.java | 4 +- .../core/v2/files/DeleteBatchJobStatus.java | 4 +- .../core/v2/files/DeleteBatchLaunch.java | 4 +- .../core/v2/files/DeleteBatchResult.java | 4 +- .../core/v2/files/DeleteBatchResultData.java | 4 +- .../core/v2/files/DeleteBatchResultEntry.java | 4 +- .../dropbox/core/v2/files/DeleteError.java | 4 +- .../dropbox/core/v2/files/DeleteResult.java | 4 +- .../core/v2/files/DeletedMetadata.java | 4 +- .../com/dropbox/core/v2/files/Dimensions.java | 4 +- .../dropbox/core/v2/files/DownloadArg.java | 14 +- .../core/v2/files/DownloadBuilder.java | 4 +- .../dropbox/core/v2/files/DownloadError.java | 4 +- .../dropbox/core/v2/files/DownloadZipArg.java | 9 +- .../core/v2/files/DownloadZipBuilder.java | 3 +- .../core/v2/files/DownloadZipError.java | 4 +- .../core/v2/files/DownloadZipResult.java | 4 +- .../com/dropbox/core/v2/files/ExportArg.java | 12 +- .../dropbox/core/v2/files/ExportBuilder.java | 3 +- .../dropbox/core/v2/files/ExportError.java | 4 +- .../com/dropbox/core/v2/files/ExportInfo.java | 4 +- .../dropbox/core/v2/files/ExportMetadata.java | 4 +- .../dropbox/core/v2/files/ExportResult.java | 4 +- .../dropbox/core/v2/files/FileCategory.java | 4 +- .../com/dropbox/core/v2/files/FileLock.java | 4 +- .../core/v2/files/FileLockContent.java | 4 +- .../core/v2/files/FileLockMetadata.java | 4 +- .../dropbox/core/v2/files/FileMetadata.java | 32 +- .../dropbox/core/v2/files/FileOpsResult.java | 10 +- .../core/v2/files/FileSharingInfo.java | 4 +- .../com/dropbox/core/v2/files/FileStatus.java | 4 +- .../dropbox/core/v2/files/FolderMetadata.java | 4 +- .../core/v2/files/FolderSharingInfo.java | 4 +- .../core/v2/files/GetCopyReferenceArg.java | 10 +- .../core/v2/files/GetCopyReferenceError.java | 4 +- .../core/v2/files/GetCopyReferenceResult.java | 4 +- .../dropbox/core/v2/files/GetMetadataArg.java | 23 +- .../core/v2/files/GetMetadataBuilder.java | 2 +- .../core/v2/files/GetMetadataError.java | 4 +- .../core/v2/files/GetPreviewBuilder.java | 4 +- .../com/dropbox/core/v2/files/GetTagsArg.java | 4 +- .../dropbox/core/v2/files/GetTagsResult.java | 4 +- .../core/v2/files/GetTemporaryLinkArg.java | 10 +- .../core/v2/files/GetTemporaryLinkError.java | 4 +- .../core/v2/files/GetTemporaryLinkResult.java | 4 +- .../v2/files/GetTemporaryUploadLinkArg.java | 10 +- .../files/GetTemporaryUploadLinkResult.java | 4 +- .../core/v2/files/GetThumbnailBatchArg.java | 4 +- .../core/v2/files/GetThumbnailBatchError.java | 4 +- .../v2/files/GetThumbnailBatchResult.java | 4 +- .../v2/files/GetThumbnailBatchResultData.java | 4 +- .../files/GetThumbnailBatchResultEntry.java | 4 +- .../core/v2/files/GetThumbnailBuilder.java | 44 +- .../dropbox/core/v2/files/GpsCoordinates.java | 4 +- .../dropbox/core/v2/files/HighlightSpan.java | 4 +- .../dropbox/core/v2/files/ImportFormat.java | 4 +- .../dropbox/core/v2/files/ListFolderArg.java | 46 +- .../core/v2/files/ListFolderContinueArg.java | 4 +- .../v2/files/ListFolderContinueError.java | 4 +- .../core/v2/files/ListFolderError.java | 4 +- .../ListFolderGetLatestCursorBuilder.java | 10 +- .../ListFolderGetLatestCursorResult.java | 4 +- .../core/v2/files/ListFolderLongpollArg.java | 4 +- .../v2/files/ListFolderLongpollError.java | 4 +- .../v2/files/ListFolderLongpollResult.java | 4 +- .../core/v2/files/ListFolderResult.java | 4 +- .../core/v2/files/ListRevisionsArg.java | 101 +- .../core/v2/files/ListRevisionsBuilder.java | 19 + .../core/v2/files/ListRevisionsError.java | 60 +- .../core/v2/files/ListRevisionsMode.java | 4 +- .../core/v2/files/ListRevisionsResult.java | 53 +- .../core/v2/files/LockConflictError.java | 4 +- .../dropbox/core/v2/files/LockFileArg.java | 10 +- .../core/v2/files/LockFileBatchArg.java | 4 +- .../core/v2/files/LockFileBatchResult.java | 4 +- .../dropbox/core/v2/files/LockFileError.java | 4 +- .../dropbox/core/v2/files/LockFileResult.java | 4 +- .../core/v2/files/LockFileResultEntry.java | 4 +- .../dropbox/core/v2/files/LookupError.java | 4 +- .../com/dropbox/core/v2/files/MediaInfo.java | 18 +- .../dropbox/core/v2/files/MediaMetadata.java | 4 +- .../com/dropbox/core/v2/files/Metadata.java | 4 +- .../com/dropbox/core/v2/files/MetadataV2.java | 4 +- .../v2/files/MinimalFileLinkMetadata.java | 4 +- .../dropbox/core/v2/files/MoveBatchArg.java | 4 +- .../core/v2/files/MoveIntoFamilyError.java | 4 +- .../core/v2/files/MoveIntoVaultError.java | 4 +- .../dropbox/core/v2/files/PaperCreateArg.java | 4 +- .../core/v2/files/PaperCreateError.java | 4 +- .../core/v2/files/PaperCreateResult.java | 4 +- .../core/v2/files/PaperDocUpdatePolicy.java | 4 +- .../dropbox/core/v2/files/PaperUpdateArg.java | 16 +- .../core/v2/files/PaperUpdateError.java | 4 +- .../core/v2/files/PaperUpdateResult.java | 4 +- .../com/dropbox/core/v2/files/PathOrLink.java | 13 +- .../com/dropbox/core/v2/files/PathToTags.java | 4 +- .../dropbox/core/v2/files/PhotoMetadata.java | 4 +- .../com/dropbox/core/v2/files/PreviewArg.java | 14 +- .../dropbox/core/v2/files/PreviewError.java | 6 +- .../dropbox/core/v2/files/PreviewResult.java | 4 +- .../dropbox/core/v2/files/RelocationArg.java | 38 +- .../core/v2/files/RelocationBatchArg.java | 4 +- .../core/v2/files/RelocationBatchArgBase.java | 4 +- .../core/v2/files/RelocationBatchError.java | 4 +- .../v2/files/RelocationBatchErrorEntry.java | 4 +- .../v2/files/RelocationBatchJobStatus.java | 4 +- .../core/v2/files/RelocationBatchLaunch.java | 4 +- .../core/v2/files/RelocationBatchResult.java | 4 +- .../v2/files/RelocationBatchResultData.java | 4 +- .../v2/files/RelocationBatchResultEntry.java | 4 +- .../v2/files/RelocationBatchV2JobStatus.java | 4 +- .../v2/files/RelocationBatchV2Launch.java | 4 +- .../v2/files/RelocationBatchV2Result.java | 4 +- .../core/v2/files/RelocationError.java | 4 +- .../dropbox/core/v2/files/RelocationPath.java | 18 +- .../core/v2/files/RelocationResult.java | 4 +- .../dropbox/core/v2/files/RemoveTagArg.java | 4 +- .../dropbox/core/v2/files/RemoveTagError.java | 4 +- .../com/dropbox/core/v2/files/RestoreArg.java | 9 +- .../dropbox/core/v2/files/RestoreError.java | 4 +- .../core/v2/files/SaveCopyReferenceArg.java | 4 +- .../core/v2/files/SaveCopyReferenceError.java | 4 +- .../v2/files/SaveCopyReferenceResult.java | 4 +- .../com/dropbox/core/v2/files/SaveUrlArg.java | 4 +- .../dropbox/core/v2/files/SaveUrlError.java | 13 +- .../core/v2/files/SaveUrlJobStatus.java | 4 +- .../dropbox/core/v2/files/SaveUrlResult.java | 4 +- .../com/dropbox/core/v2/files/SearchArg.java | 17 +- .../dropbox/core/v2/files/SearchError.java | 4 +- .../dropbox/core/v2/files/SearchMatch.java | 4 +- .../v2/files/SearchMatchFieldOptions.java | 4 +- .../core/v2/files/SearchMatchType.java | 4 +- .../core/v2/files/SearchMatchTypeV2.java | 15 +- .../dropbox/core/v2/files/SearchMatchV2.java | 4 +- .../com/dropbox/core/v2/files/SearchMode.java | 4 +- .../dropbox/core/v2/files/SearchOptions.java | 12 +- .../dropbox/core/v2/files/SearchOrderBy.java | 4 +- .../dropbox/core/v2/files/SearchResult.java | 4 +- .../dropbox/core/v2/files/SearchV2Arg.java | 4 +- .../core/v2/files/SearchV2ContinueArg.java | 4 +- .../dropbox/core/v2/files/SearchV2Result.java | 4 +- .../com/dropbox/core/v2/files/SharedLink.java | 4 +- .../core/v2/files/SharedLinkFileInfo.java | 12 +- .../dropbox/core/v2/files/SharingInfo.java | 4 +- .../dropbox/core/v2/files/SingleUserLock.java | 4 +- .../dropbox/core/v2/files/SymlinkInfo.java | 4 +- .../dropbox/core/v2/files/SyncSetting.java | 4 +- .../dropbox/core/v2/files/SyncSettingArg.java | 4 +- .../core/v2/files/SyncSettingsError.java | 4 +- .../com/dropbox/core/v2/files/TagObject.java | 4 +- .../dropbox/core/v2/files/ThumbnailArg.java | 154 +- .../dropbox/core/v2/files/ThumbnailError.java | 32 +- .../core/v2/files/ThumbnailFormat.java | 14 +- .../dropbox/core/v2/files/ThumbnailMode.java | 17 +- .../dropbox/core/v2/files/ThumbnailSize.java | 17 +- .../dropbox/core/v2/files/ThumbnailV2Arg.java | 138 +- .../core/v2/files/ThumbnailV2Error.java | 32 +- .../dropbox/core/v2/files/UnlockFileArg.java | 10 +- .../core/v2/files/UnlockFileBatchArg.java | 4 +- .../com/dropbox/core/v2/files/UploadArg.java | 19 +- .../dropbox/core/v2/files/UploadError.java | 38 +- .../core/v2/files/UploadSessionAppendArg.java | 4 +- .../v2/files/UploadSessionAppendError.java | 132 +- .../core/v2/files/UploadSessionCursor.java | 4 +- .../core/v2/files/UploadSessionFinishArg.java | 4 +- .../v2/files/UploadSessionFinishBatchArg.java | 4 +- .../UploadSessionFinishBatchJobStatus.java | 4 +- .../files/UploadSessionFinishBatchLaunch.java | 4 +- .../files/UploadSessionFinishBatchResult.java | 4 +- .../UploadSessionFinishBatchResultEntry.java | 4 +- .../v2/files/UploadSessionFinishError.java | 38 +- .../v2/files/UploadSessionLookupError.java | 28 +- .../v2/files/UploadSessionOffsetError.java | 4 +- .../core/v2/files/UploadSessionStartArg.java | 4 +- .../v2/files/UploadSessionStartBatchArg.java | 4 +- .../files/UploadSessionStartBatchResult.java | 4 +- .../v2/files/UploadSessionStartError.java | 6 +- .../v2/files/UploadSessionStartResult.java | 4 +- .../core/v2/files/UploadSessionType.java | 4 +- .../core/v2/files/UploadWriteFailed.java | 4 +- .../core/v2/files/UserGeneratedTag.java | 4 +- .../dropbox/core/v2/files/VideoMetadata.java | 4 +- .../core/v2/files/WriteConflictError.java | 4 +- .../com/dropbox/core/v2/files/WriteError.java | 34 +- .../com/dropbox/core/v2/files/WriteMode.java | 4 +- .../dropbox/core/v2/files/package-info.java | 22 + .../com/dropbox/core/v2/paper/AddMember.java | 4 +- .../core/v2/paper/AddPaperDocUser.java | 4 +- .../v2/paper/AddPaperDocUserMemberResult.java | 4 +- .../core/v2/paper/AddPaperDocUserResult.java | 4 +- .../src/com/dropbox/core/v2/paper/Cursor.java | 4 +- .../core/v2/paper/DbxUserPaperRequests.java | 422 +- .../dropbox/core/v2/paper/DocLookupError.java | 4 +- .../v2/paper/DocLookupErrorException.java | 9 +- .../core/v2/paper/DocsDownloadBuilder.java | 27 +- .../core/v2/paper/DocsListBuilder.java | 16 + .../dropbox/core/v2/paper/ExportFormat.java | 15 +- .../src/com/dropbox/core/v2/paper/Folder.java | 4 +- .../v2/paper/FolderSharingPolicyType.java | 4 +- .../v2/paper/FoldersContainingPaperDoc.java | 4 +- .../dropbox/core/v2/paper/ImportFormat.java | 4 +- .../paper/InviteeInfoWithPermissionLevel.java | 4 +- .../core/v2/paper/ListDocsCursorError.java | 4 +- .../core/v2/paper/ListPaperDocsArgs.java | 57 +- .../v2/paper/ListPaperDocsContinueArgs.java | 4 +- .../core/v2/paper/ListPaperDocsFilterBy.java | 4 +- .../core/v2/paper/ListPaperDocsResponse.java | 4 +- .../core/v2/paper/ListPaperDocsSortBy.java | 4 +- .../core/v2/paper/ListPaperDocsSortOrder.java | 4 +- .../core/v2/paper/ListUsersCursorError.java | 4 +- .../core/v2/paper/ListUsersOnFolderArgs.java | 4 +- .../paper/ListUsersOnFolderContinueArgs.java | 4 +- .../v2/paper/ListUsersOnFolderResponse.java | 4 +- .../v2/paper/ListUsersOnPaperDocArgs.java | 4 +- .../ListUsersOnPaperDocContinueArgs.java | 4 +- .../v2/paper/ListUsersOnPaperDocResponse.java | 4 +- .../core/v2/paper/PaperApiCursorError.java | 4 +- .../core/v2/paper/PaperDocCreateArgs.java | 4 +- .../core/v2/paper/PaperDocCreateError.java | 4 +- .../v2/paper/PaperDocCreateUpdateResult.java | 4 +- .../dropbox/core/v2/paper/PaperDocExport.java | 53 +- .../core/v2/paper/PaperDocExportResult.java | 4 +- .../v2/paper/PaperDocPermissionLevel.java | 4 +- .../core/v2/paper/PaperDocSharingPolicy.java | 4 +- .../core/v2/paper/PaperDocUpdateArgs.java | 4 +- .../core/v2/paper/PaperDocUpdateError.java | 4 +- .../core/v2/paper/PaperDocUpdatePolicy.java | 4 +- .../core/v2/paper/PaperFolderCreateArg.java | 4 +- .../core/v2/paper/PaperFolderCreateError.java | 4 +- .../v2/paper/PaperFolderCreateResult.java | 4 +- .../dropbox/core/v2/paper/RefPaperDoc.java | 4 +- .../core/v2/paper/RemovePaperDocUser.java | 4 +- .../dropbox/core/v2/paper/SharingPolicy.java | 4 +- .../v2/paper/SharingPublicPolicyType.java | 4 +- .../core/v2/paper/SharingTeamPolicyType.java | 4 +- .../v2/paper/UserInfoWithPermissionLevel.java | 4 +- .../core/v2/paper/UserOnPaperDocFilter.java | 4 +- .../dropbox/core/v2/paper/package-info.java | 9 +- .../v2/secondaryemails/SecondaryEmail.java | 4 +- .../core/v2/seenstate/PlatformType.java | 4 +- .../core/v2/sharing/AccessInheritance.java | 4 +- .../dropbox/core/v2/sharing/AccessLevel.java | 4 +- .../core/v2/sharing/AclUpdatePolicy.java | 4 +- .../core/v2/sharing/AddFileMemberArgs.java | 103 +- .../core/v2/sharing/AddFileMemberBuilder.java | 25 +- .../core/v2/sharing/AddFileMemberError.java | 32 +- .../core/v2/sharing/AddFolderMemberArg.java | 52 +- .../v2/sharing/AddFolderMemberBuilder.java | 12 + .../core/v2/sharing/AddFolderMemberError.java | 4 +- .../dropbox/core/v2/sharing/AddMember.java | 34 +- .../v2/sharing/AddMemberSelectorError.java | 32 +- .../v2/sharing/AlphaResolvedVisibility.java | 4 +- .../sharing/AudienceExceptionContentInfo.java | 4 +- .../core/v2/sharing/AudienceExceptions.java | 4 +- .../AudienceRestrictingSharedFolder.java | 4 +- .../v2/sharing/CollectionLinkMetadata.java | 4 +- .../core/v2/sharing/CreateSharedLinkArg.java | 4 +- .../v2/sharing/CreateSharedLinkError.java | 4 +- .../CreateSharedLinkWithSettingsArg.java | 12 +- .../CreateSharedLinkWithSettingsError.java | 106 +- .../DbxAppGetSharedLinkMetadataBuilder.java | 2 +- .../v2/sharing/DbxAppSharingRequests.java | 79 +- .../DbxUserGetSharedLinkMetadataBuilder.java | 2 +- .../v2/sharing/DbxUserSharingRequests.java | 426 +- .../ExpectedSharedContentLinkMetadata.java | 10 +- .../dropbox/core/v2/sharing/FileAction.java | 4 +- .../core/v2/sharing/FileLinkMetadata.java | 20 +- .../v2/sharing/FileMemberActionError.java | 4 +- .../FileMemberActionIndividualResult.java | 4 +- .../v2/sharing/FileMemberActionResult.java | 4 +- .../sharing/FileMemberRemoveActionResult.java | 4 +- .../core/v2/sharing/FilePermission.java | 4 +- .../dropbox/core/v2/sharing/FolderAction.java | 30 +- .../core/v2/sharing/FolderLinkMetadata.java | 20 +- .../core/v2/sharing/FolderPermission.java | 4 +- .../dropbox/core/v2/sharing/FolderPolicy.java | 4 +- .../core/v2/sharing/GetFileMetadataArg.java | 10 +- .../v2/sharing/GetFileMetadataBatchArg.java | 10 +- .../sharing/GetFileMetadataBatchResult.java | 4 +- .../core/v2/sharing/GetFileMetadataError.java | 4 +- .../GetFileMetadataIndividualResult.java | 4 +- .../core/v2/sharing/GetMetadataArgs.java | 8 +- .../v2/sharing/GetSharedLinkFileBuilder.java | 77 - .../v2/sharing/GetSharedLinkFileError.java | 16 +- .../GetSharedLinkFileErrorException.java | 4 +- .../v2/sharing/GetSharedLinkMetadataArg.java | 4 +- .../core/v2/sharing/GetSharedLinksArg.java | 4 +- .../core/v2/sharing/GetSharedLinksError.java | 4 +- .../core/v2/sharing/GetSharedLinksResult.java | 4 +- .../dropbox/core/v2/sharing/GroupInfo.java | 6 +- .../core/v2/sharing/GroupMembershipInfo.java | 12 +- .../core/v2/sharing/InsufficientPlan.java | 4 +- .../v2/sharing/InsufficientQuotaAmounts.java | 4 +- .../dropbox/core/v2/sharing/InviteeInfo.java | 4 +- .../v2/sharing/InviteeMembershipInfo.java | 12 +- .../com/dropbox/core/v2/sharing/JobError.java | 4 +- .../dropbox/core/v2/sharing/JobStatus.java | 4 +- .../core/v2/sharing/LinkAccessLevel.java | 4 +- .../dropbox/core/v2/sharing/LinkAction.java | 4 +- .../dropbox/core/v2/sharing/LinkAudience.java | 4 +- .../sharing/LinkAudienceDisallowedReason.java | 4 +- .../core/v2/sharing/LinkAudienceOption.java | 4 +- .../dropbox/core/v2/sharing/LinkExpiry.java | 4 +- .../dropbox/core/v2/sharing/LinkMetadata.java | 4 +- .../dropbox/core/v2/sharing/LinkPassword.java | 4 +- .../core/v2/sharing/LinkPermission.java | 4 +- .../core/v2/sharing/LinkPermissions.java | 239 +- .../dropbox/core/v2/sharing/LinkSettings.java | 4 +- .../core/v2/sharing/ListFileMembersArg.java | 4 +- .../v2/sharing/ListFileMembersBatchArg.java | 22 +- .../sharing/ListFileMembersBatchResult.java | 4 +- .../sharing/ListFileMembersContinueArg.java | 4 +- .../sharing/ListFileMembersContinueError.java | 4 +- .../sharing/ListFileMembersCountResult.java | 4 +- .../core/v2/sharing/ListFileMembersError.java | 4 +- .../ListFileMembersIndividualResult.java | 4 +- .../dropbox/core/v2/sharing/ListFilesArg.java | 14 +- .../core/v2/sharing/ListFilesContinueArg.java | 4 +- .../v2/sharing/ListFilesContinueError.java | 4 +- .../core/v2/sharing/ListFilesResult.java | 4 +- .../v2/sharing/ListFolderMembersArgs.java | 80 +- .../v2/sharing/ListFolderMembersBuilder.java | 15 + .../sharing/ListFolderMembersContinueArg.java | 4 +- .../ListFolderMembersContinueError.java | 4 +- .../sharing/ListFolderMembersCursorArg.java | 4 +- .../core/v2/sharing/ListFoldersArgs.java | 12 +- .../core/v2/sharing/ListFoldersBuilder.java | 2 +- .../v2/sharing/ListFoldersContinueArg.java | 4 +- .../v2/sharing/ListFoldersContinueError.java | 4 +- .../core/v2/sharing/ListFoldersResult.java | 4 +- .../sharing/ListMountableFoldersBuilder.java | 2 +- .../v2/sharing/ListReceivedFilesBuilder.java | 2 +- .../core/v2/sharing/ListSharedLinksArg.java | 12 +- .../v2/sharing/ListSharedLinksBuilder.java | 2 +- .../core/v2/sharing/ListSharedLinksError.java | 4 +- .../v2/sharing/ListSharedLinksResult.java | 4 +- .../v2/sharing/MemberAccessLevelResult.java | 4 +- .../dropbox/core/v2/sharing/MemberAction.java | 4 +- .../core/v2/sharing/MemberPermission.java | 4 +- .../dropbox/core/v2/sharing/MemberPolicy.java | 15 +- .../core/v2/sharing/MemberSelector.java | 4 +- .../core/v2/sharing/MembershipInfo.java | 12 +- .../sharing/ModifySharedLinkSettingsArgs.java | 4 +- .../ModifySharedLinkSettingsError.java | 34 +- .../core/v2/sharing/MountFolderArg.java | 4 +- .../core/v2/sharing/MountFolderError.java | 34 +- .../v2/sharing/ParentFolderAccessInfo.java | 4 +- .../core/v2/sharing/PathLinkMetadata.java | 4 +- .../core/v2/sharing/PendingUploadMode.java | 4 +- .../v2/sharing/PermissionDeniedReason.java | 4 +- .../sharing/RelinquishFileMembershipArg.java | 4 +- .../RelinquishFileMembershipError.java | 4 +- .../RelinquishFolderMembershipArg.java | 4 +- .../RelinquishFolderMembershipError.java | 4 +- .../core/v2/sharing/RemoveFileMemberArg.java | 4 +- .../v2/sharing/RemoveFileMemberError.java | 4 +- .../v2/sharing/RemoveFolderMemberArg.java | 4 +- .../v2/sharing/RemoveFolderMemberError.java | 4 +- .../v2/sharing/RemoveMemberJobStatus.java | 4 +- .../v2/sharing/RequestedLinkAccessLevel.java | 4 +- .../core/v2/sharing/RequestedVisibility.java | 4 +- .../core/v2/sharing/ResolvedVisibility.java | 4 +- .../core/v2/sharing/RevokeSharedLinkArg.java | 4 +- .../v2/sharing/RevokeSharedLinkError.java | 16 +- .../v2/sharing/SetAccessInheritanceArg.java | 4 +- .../v2/sharing/SetAccessInheritanceError.java | 4 +- .../core/v2/sharing/ShareFolderArg.java | 21 +- .../core/v2/sharing/ShareFolderArgBase.java | 17 +- .../core/v2/sharing/ShareFolderBuilder.java | 2 +- .../core/v2/sharing/ShareFolderError.java | 10 +- .../core/v2/sharing/ShareFolderJobStatus.java | 4 +- .../core/v2/sharing/ShareFolderLaunch.java | 4 +- .../core/v2/sharing/SharePathError.java | 4 +- .../v2/sharing/SharedContentLinkMetadata.java | 10 +- .../SharedContentLinkMetadataBase.java | 10 +- .../core/v2/sharing/SharedFileMembers.java | 4 +- .../core/v2/sharing/SharedFileMetadata.java | 4 +- .../v2/sharing/SharedFolderAccessError.java | 4 +- .../v2/sharing/SharedFolderMemberError.java | 4 +- .../core/v2/sharing/SharedFolderMembers.java | 4 +- .../core/v2/sharing/SharedFolderMetadata.java | 73 +- .../v2/sharing/SharedFolderMetadataBase.java | 4 +- .../SharedLinkAccessFailureReason.java | 4 +- .../SharedLinkAlreadyExistsMetadata.java | 4 +- .../core/v2/sharing/SharedLinkError.java | 108 - .../v2/sharing/SharedLinkErrorException.java | 35 - .../core/v2/sharing/SharedLinkMetadata.java | 20 +- .../core/v2/sharing/SharedLinkPolicy.java | 4 +- .../core/v2/sharing/SharedLinkSettings.java | 4 +- .../v2/sharing/SharedLinkSettingsError.java | 4 +- .../v2/sharing/SharingFileAccessError.java | 4 +- .../core/v2/sharing/SharingUserError.java | 4 +- .../core/v2/sharing/TeamMemberInfo.java | 4 +- .../core/v2/sharing/TransferFolderArg.java | 4 +- .../core/v2/sharing/TransferFolderError.java | 4 +- .../core/v2/sharing/UnmountFolderArg.java | 4 +- .../core/v2/sharing/UnmountFolderError.java | 4 +- .../core/v2/sharing/UnshareFileArg.java | 4 +- .../core/v2/sharing/UnshareFileError.java | 4 +- .../core/v2/sharing/UnshareFolderArg.java | 4 +- .../core/v2/sharing/UnshareFolderError.java | 4 +- .../core/v2/sharing/UpdateFileMemberArgs.java | 4 +- .../v2/sharing/UpdateFolderMemberArg.java | 4 +- .../v2/sharing/UpdateFolderMemberError.java | 4 +- .../v2/sharing/UpdateFolderPolicyArg.java | 12 +- .../v2/sharing/UpdateFolderPolicyBuilder.java | 2 +- .../v2/sharing/UpdateFolderPolicyError.java | 10 +- .../v2/sharing/UserFileMembershipInfo.java | 12 +- .../com/dropbox/core/v2/sharing/UserInfo.java | 4 +- .../core/v2/sharing/UserMembershipInfo.java | 12 +- .../core/v2/sharing/ViewerInfoPolicy.java | 4 +- .../dropbox/core/v2/sharing/Visibility.java | 4 +- .../core/v2/sharing/VisibilityPolicy.java | 4 +- .../VisibilityPolicyDisallowedReason.java | 4 +- .../dropbox/core/v2/sharing/package-info.java | 24 +- .../core/v2/team/ActiveWebSession.java | 4 +- .../core/v2/team/AddSecondaryEmailResult.java | 4 +- .../core/v2/team/AddSecondaryEmailsArg.java | 4 +- .../core/v2/team/AddSecondaryEmailsError.java | 4 +- .../v2/team/AddSecondaryEmailsResult.java | 4 +- .../com/dropbox/core/v2/team/AdminTier.java | 4 +- .../src/com/dropbox/core/v2/team/ApiApp.java | 4 +- .../dropbox/core/v2/team/BaseDfbReport.java | 4 +- .../core/v2/team/CustomQuotaError.java | 4 +- .../core/v2/team/CustomQuotaResult.java | 4 +- .../core/v2/team/CustomQuotaUsersArg.java | 4 +- .../com/dropbox/core/v2/team/DateRange.java | 10 +- .../dropbox/core/v2/team/DateRangeError.java | 4 +- .../core/v2/team/DbxTeamTeamRequests.java | 798 +- .../v2/team/DeleteSecondaryEmailResult.java | 4 +- .../v2/team/DeleteSecondaryEmailsArg.java | 4 +- .../v2/team/DeleteSecondaryEmailsResult.java | 4 +- .../core/v2/team/DesktopClientSession.java | 4 +- .../dropbox/core/v2/team/DesktopPlatform.java | 4 +- .../dropbox/core/v2/team/DeviceSession.java | 4 +- .../core/v2/team/DeviceSessionArg.java | 4 +- .../dropbox/core/v2/team/DevicesActive.java | 6 +- .../core/v2/team/ExcludedUsersListArg.java | 4 +- .../v2/team/ExcludedUsersListContinueArg.java | 4 +- .../team/ExcludedUsersListContinueError.java | 4 +- .../core/v2/team/ExcludedUsersListError.java | 4 +- .../core/v2/team/ExcludedUsersListResult.java | 4 +- .../core/v2/team/ExcludedUsersUpdateArg.java | 4 +- .../v2/team/ExcludedUsersUpdateError.java | 4 +- .../v2/team/ExcludedUsersUpdateResult.java | 4 +- .../v2/team/ExcludedUsersUpdateStatus.java | 4 +- .../src/com/dropbox/core/v2/team/Feature.java | 15 +- .../dropbox/core/v2/team/FeatureValue.java | 89 +- .../v2/team/FeaturesGetValuesBatchArg.java | 4 +- .../v2/team/FeaturesGetValuesBatchError.java | 4 +- .../v2/team/FeaturesGetValuesBatchResult.java | 4 +- .../core/v2/team/GetActivityReport.java | 4 +- .../core/v2/team/GetDevicesReport.java | 4 +- .../core/v2/team/GetMembershipReport.java | 4 +- .../core/v2/team/GetStorageReport.java | 4 +- .../dropbox/core/v2/team/GroupAccessType.java | 4 +- .../dropbox/core/v2/team/GroupCreateArg.java | 4 +- .../core/v2/team/GroupCreateError.java | 4 +- .../core/v2/team/GroupDeleteError.java | 4 +- .../dropbox/core/v2/team/GroupFullInfo.java | 4 +- .../dropbox/core/v2/team/GroupMemberInfo.java | 4 +- .../core/v2/team/GroupMemberSelector.java | 4 +- .../team/GroupMemberSetAccessTypeError.java | 4 +- .../core/v2/team/GroupMembersAddArg.java | 12 +- .../core/v2/team/GroupMembersAddError.java | 4 +- .../v2/team/GroupMembersChangeResult.java | 4 +- .../core/v2/team/GroupMembersRemoveArg.java | 12 +- .../core/v2/team/GroupMembersRemoveError.java | 4 +- .../v2/team/GroupMembersSetAccessTypeArg.java | 12 +- .../dropbox/core/v2/team/GroupSelector.java | 4 +- .../core/v2/team/GroupSelectorError.java | 4 +- .../dropbox/core/v2/team/GroupUpdateArgs.java | 20 +- .../core/v2/team/GroupUpdateError.java | 4 +- .../core/v2/team/GroupsGetInfoError.java | 4 +- .../core/v2/team/GroupsGetInfoItem.java | 4 +- .../dropbox/core/v2/team/GroupsListArg.java | 4 +- .../core/v2/team/GroupsListContinueArg.java | 4 +- .../core/v2/team/GroupsListContinueError.java | 4 +- .../core/v2/team/GroupsListResult.java | 4 +- .../core/v2/team/GroupsMembersListArg.java | 4 +- .../v2/team/GroupsMembersListContinueArg.java | 4 +- .../team/GroupsMembersListContinueError.java | 4 +- .../core/v2/team/GroupsMembersListResult.java | 4 +- .../dropbox/core/v2/team/GroupsPollError.java | 4 +- .../dropbox/core/v2/team/GroupsSelector.java | 4 +- .../core/v2/team/GroupsUpdateBuilder.java | 2 +- .../core/v2/team/HasTeamFileEventsValue.java | 4 +- .../v2/team/HasTeamSelectiveSyncValue.java | 4 +- .../v2/team/HasTeamSharedDropboxValue.java | 4 +- .../core/v2/team/IncludeMembersArg.java | 12 +- .../team/LegalHoldHeldRevisionMetadata.java | 4 +- .../dropbox/core/v2/team/LegalHoldPolicy.java | 4 +- .../dropbox/core/v2/team/LegalHoldStatus.java | 4 +- .../core/v2/team/LegalHoldsGetPolicyArg.java | 4 +- .../v2/team/LegalHoldsGetPolicyError.java | 4 +- .../LegalHoldsListHeldRevisionResult.java | 4 +- .../team/LegalHoldsListHeldRevisionsArg.java | 4 +- ...egalHoldsListHeldRevisionsContinueArg.java | 4 +- .../LegalHoldsListHeldRevisionsError.java | 4 +- .../v2/team/LegalHoldsListPoliciesArg.java | 4 +- .../v2/team/LegalHoldsListPoliciesError.java | 4 +- .../v2/team/LegalHoldsListPoliciesResult.java | 4 +- .../v2/team/LegalHoldsPolicyCreateArg.java | 4 +- .../v2/team/LegalHoldsPolicyCreateError.java | 4 +- .../v2/team/LegalHoldsPolicyReleaseArg.java | 4 +- .../v2/team/LegalHoldsPolicyReleaseError.java | 4 +- .../v2/team/LegalHoldsPolicyUpdateArg.java | 4 +- .../v2/team/LegalHoldsPolicyUpdateError.java | 4 +- .../core/v2/team/ListMemberAppsArg.java | 4 +- .../core/v2/team/ListMemberAppsError.java | 4 +- .../core/v2/team/ListMemberAppsResult.java | 4 +- .../core/v2/team/ListMemberDevicesArg.java | 4 +- .../core/v2/team/ListMemberDevicesError.java | 4 +- .../core/v2/team/ListMemberDevicesResult.java | 4 +- .../core/v2/team/ListMembersAppsArg.java | 4 +- .../core/v2/team/ListMembersAppsError.java | 4 +- .../core/v2/team/ListMembersAppsResult.java | 4 +- .../core/v2/team/ListMembersDevicesArg.java | 4 +- .../core/v2/team/ListMembersDevicesError.java | 4 +- .../v2/team/ListMembersDevicesResult.java | 4 +- .../dropbox/core/v2/team/ListTeamAppsArg.java | 4 +- .../core/v2/team/ListTeamAppsError.java | 4 +- .../core/v2/team/ListTeamAppsResult.java | 4 +- .../core/v2/team/ListTeamDevicesArg.java | 4 +- .../core/v2/team/ListTeamDevicesError.java | 4 +- .../core/v2/team/ListTeamDevicesResult.java | 4 +- .../dropbox/core/v2/team/MemberAccess.java | 4 +- .../dropbox/core/v2/team/MemberAddArg.java | 12 +- .../core/v2/team/MemberAddArgBase.java | 28 +- .../dropbox/core/v2/team/MemberAddResult.java | 4 +- .../dropbox/core/v2/team/MemberAddV2Arg.java | 12 +- .../core/v2/team/MemberAddV2Result.java | 4 +- .../dropbox/core/v2/team/MemberDevices.java | 4 +- .../core/v2/team/MemberLinkedApps.java | 4 +- .../dropbox/core/v2/team/MemberProfile.java | 4 +- .../dropbox/core/v2/team/MembersAddArg.java | 4 +- .../core/v2/team/MembersAddArgBase.java | 4 +- .../core/v2/team/MembersAddJobStatus.java | 4 +- .../v2/team/MembersAddJobStatusV2Result.java | 4 +- .../core/v2/team/MembersAddLaunch.java | 4 +- .../v2/team/MembersAddLaunchV2Result.java | 4 +- .../dropbox/core/v2/team/MembersAddV2Arg.java | 4 +- .../core/v2/team/MembersDataTransferArg.java | 4 +- .../core/v2/team/MembersDeactivateArg.java | 4 +- .../v2/team/MembersDeactivateBaseArg.java | 4 +- .../v2/team/MembersDeleteProfilePhotoArg.java | 4 +- .../team/MembersDeleteProfilePhotoError.java | 4 +- ...bersGetAvailableTeamMemberRolesResult.java | 4 +- .../core/v2/team/MembersGetInfoArgs.java | 4 +- .../core/v2/team/MembersGetInfoError.java | 4 +- .../core/v2/team/MembersGetInfoItem.java | 4 +- .../core/v2/team/MembersGetInfoItemV2.java | 4 +- .../core/v2/team/MembersGetInfoV2Arg.java | 4 +- .../core/v2/team/MembersGetInfoV2Result.java | 4 +- .../com/dropbox/core/v2/team/MembersInfo.java | 4 +- .../dropbox/core/v2/team/MembersListArg.java | 4 +- .../core/v2/team/MembersListContinueArg.java | 4 +- .../v2/team/MembersListContinueError.java | 4 +- .../core/v2/team/MembersListError.java | 4 +- .../core/v2/team/MembersListResult.java | 4 +- .../core/v2/team/MembersListV2Result.java | 4 +- .../core/v2/team/MembersRecoverArg.java | 4 +- .../core/v2/team/MembersRecoverError.java | 4 +- .../core/v2/team/MembersRemoveArg.java | 68 +- .../core/v2/team/MembersRemoveBuilder.java | 19 +- .../core/v2/team/MembersRemoveError.java | 77 +- .../core/v2/team/MembersSendWelcomeError.java | 4 +- .../v2/team/MembersSetPermissions2Arg.java | 4 +- .../v2/team/MembersSetPermissions2Error.java | 4 +- .../v2/team/MembersSetPermissions2Result.java | 4 +- .../v2/team/MembersSetPermissionsArg.java | 4 +- .../v2/team/MembersSetPermissionsError.java | 4 +- .../v2/team/MembersSetPermissionsResult.java | 4 +- .../core/v2/team/MembersSetProfileArg.java | 30 +- .../v2/team/MembersSetProfileBuilder.java | 6 +- .../core/v2/team/MembersSetProfileError.java | 4 +- .../v2/team/MembersSetProfilePhotoArg.java | 4 +- .../v2/team/MembersSetProfilePhotoError.java | 4 +- .../v2/team/MembersSetProfileV2Builder.java | 6 +- .../core/v2/team/MembersSuspendError.java | 4 +- ...embersTransferFormerMembersFilesError.java | 38 +- .../core/v2/team/MembersUnsuspendArg.java | 4 +- .../core/v2/team/MembersUnsuspendError.java | 4 +- .../core/v2/team/MobileClientPlatform.java | 4 +- .../core/v2/team/MobileClientSession.java | 4 +- .../core/v2/team/NamespaceMetadata.java | 4 +- .../dropbox/core/v2/team/NamespaceType.java | 15 +- .../team/PropertiesTemplateUpdateBuilder.java | 97 - .../core/v2/team/RemoveCustomQuotaResult.java | 4 +- .../dropbox/core/v2/team/RemovedStatus.java | 4 +- .../v2/team/ReportsGetActivityBuilder.java | 2 +- .../v2/team/ReportsGetDevicesBuilder.java | 2 +- .../v2/team/ReportsGetMembershipBuilder.java | 2 +- .../v2/team/ReportsGetStorageBuilder.java | 2 +- .../v2/team/ResendSecondaryEmailResult.java | 4 +- .../v2/team/ResendVerificationEmailArg.java | 4 +- .../team/ResendVerificationEmailResult.java | 4 +- .../core/v2/team/RevokeDesktopClientArg.java | 4 +- .../core/v2/team/RevokeDeviceSessionArg.java | 4 +- .../v2/team/RevokeDeviceSessionBatchArg.java | 4 +- .../team/RevokeDeviceSessionBatchError.java | 4 +- .../team/RevokeDeviceSessionBatchResult.java | 4 +- .../v2/team/RevokeDeviceSessionError.java | 4 +- .../v2/team/RevokeDeviceSessionStatus.java | 4 +- .../core/v2/team/RevokeLinkedApiAppArg.java | 8 +- .../v2/team/RevokeLinkedApiAppBatchArg.java | 4 +- .../v2/team/RevokeLinkedAppBatchError.java | 4 +- .../v2/team/RevokeLinkedAppBatchResult.java | 4 +- .../core/v2/team/RevokeLinkedAppError.java | 4 +- .../core/v2/team/RevokeLinkedAppStatus.java | 4 +- .../core/v2/team/SetCustomQuotaArg.java | 4 +- .../core/v2/team/SetCustomQuotaError.java | 4 +- .../core/v2/team/SharingAllowlistAddArgs.java | 4 +- .../v2/team/SharingAllowlistAddError.java | 4 +- .../v2/team/SharingAllowlistAddResponse.java | 4 +- .../core/v2/team/SharingAllowlistListArg.java | 4 +- .../team/SharingAllowlistListContinueArg.java | 4 +- .../SharingAllowlistListContinueError.java | 4 +- .../v2/team/SharingAllowlistListError.java | 4 +- .../v2/team/SharingAllowlistListResponse.java | 4 +- .../v2/team/SharingAllowlistRemoveArgs.java | 4 +- .../v2/team/SharingAllowlistRemoveError.java | 4 +- .../team/SharingAllowlistRemoveResponse.java | 4 +- .../dropbox/core/v2/team/StorageBucket.java | 4 +- .../core/v2/team/TeamFolderAccessError.java | 4 +- .../core/v2/team/TeamFolderActivateError.java | 4 +- .../core/v2/team/TeamFolderArchiveArg.java | 4 +- .../core/v2/team/TeamFolderArchiveError.java | 4 +- .../v2/team/TeamFolderArchiveJobStatus.java | 4 +- .../core/v2/team/TeamFolderArchiveLaunch.java | 4 +- .../core/v2/team/TeamFolderCreateArg.java | 4 +- .../core/v2/team/TeamFolderCreateError.java | 4 +- .../core/v2/team/TeamFolderGetInfoItem.java | 4 +- .../dropbox/core/v2/team/TeamFolderIdArg.java | 4 +- .../core/v2/team/TeamFolderIdListArg.java | 4 +- .../v2/team/TeamFolderInvalidStatusError.java | 4 +- .../core/v2/team/TeamFolderListArg.java | 4 +- .../v2/team/TeamFolderListContinueArg.java | 4 +- .../v2/team/TeamFolderListContinueError.java | 4 +- .../core/v2/team/TeamFolderListError.java | 4 +- .../core/v2/team/TeamFolderListResult.java | 4 +- .../core/v2/team/TeamFolderMetadata.java | 56 +- .../TeamFolderPermanentlyDeleteError.java | 4 +- .../core/v2/team/TeamFolderRenameArg.java | 4 +- .../core/v2/team/TeamFolderRenameError.java | 4 +- .../core/v2/team/TeamFolderStatus.java | 21 +- .../TeamFolderTeamSharedDropboxError.java | 4 +- .../team/TeamFolderUpdateSyncSettingsArg.java | 4 +- .../TeamFolderUpdateSyncSettingsError.java | 4 +- .../core/v2/team/TeamGetInfoResult.java | 4 +- .../dropbox/core/v2/team/TeamMemberInfo.java | 4 +- .../core/v2/team/TeamMemberInfoV2.java | 4 +- .../core/v2/team/TeamMemberInfoV2Result.java | 4 +- .../core/v2/team/TeamMemberProfile.java | 74 +- .../dropbox/core/v2/team/TeamMemberRole.java | 4 +- .../core/v2/team/TeamMemberStatus.java | 4 +- .../core/v2/team/TeamMembershipType.java | 4 +- .../core/v2/team/TeamNamespacesListArg.java | 4 +- .../team/TeamNamespacesListContinueArg.java | 4 +- .../team/TeamNamespacesListContinueError.java | 4 +- .../core/v2/team/TeamNamespacesListError.java | 4 +- .../v2/team/TeamNamespacesListResult.java | 4 +- .../core/v2/team/TeamReportFailureReason.java | 4 +- .../team/TokenGetAuthenticatedAdminError.java | 4 +- .../TokenGetAuthenticatedAdminResult.java | 4 +- .../core/v2/team/UploadApiRateLimitValue.java | 8 +- .../dropbox/core/v2/team/UserAddResult.java | 4 +- .../core/v2/team/UserCustomQuotaArg.java | 10 +- .../core/v2/team/UserCustomQuotaResult.java | 16 +- .../core/v2/team/UserDeleteEmailsResult.java | 4 +- .../core/v2/team/UserDeleteResult.java | 4 +- .../core/v2/team/UserResendEmailsResult.java | 4 +- .../core/v2/team/UserResendResult.java | 4 +- .../core/v2/team/UserSecondaryEmailsArg.java | 4 +- .../v2/team/UserSecondaryEmailsResult.java | 4 +- .../dropbox/core/v2/team/UserSelectorArg.java | 4 +- .../v2/teamcommon/GroupManagementType.java | 4 +- .../core/v2/teamcommon/GroupSummary.java | 4 +- .../dropbox/core/v2/teamcommon/GroupType.java | 4 +- .../v2/teamcommon/MemberSpaceLimitType.java | 4 +- .../dropbox/core/v2/teamcommon/TimeRange.java | 4 +- .../core/v2/teamlog/AccessMethodLogInfo.java | 4 +- .../teamlog/AccountCaptureAvailability.java | 4 +- ...countCaptureChangeAvailabilityDetails.java | 4 +- .../AccountCaptureChangeAvailabilityType.java | 4 +- .../AccountCaptureChangePolicyDetails.java | 4 +- .../AccountCaptureChangePolicyType.java | 4 +- .../AccountCaptureMigrateAccountDetails.java | 4 +- .../AccountCaptureMigrateAccountType.java | 4 +- ...tCaptureNotificationEmailsSentDetails.java | 4 +- ...ountCaptureNotificationEmailsSentType.java | 4 +- .../AccountCaptureNotificationType.java | 4 +- .../core/v2/teamlog/AccountCapturePolicy.java | 12 +- ...ccountCaptureRelinquishAccountDetails.java | 4 +- .../AccountCaptureRelinquishAccountType.java | 4 +- .../teamlog/AccountLockOrUnlockedDetails.java | 4 +- .../v2/teamlog/AccountLockOrUnlockedType.java | 4 +- .../dropbox/core/v2/teamlog/AccountState.java | 4 +- .../core/v2/teamlog/ActionDetails.java | 10 +- .../dropbox/core/v2/teamlog/ActorLogInfo.java | 4 +- .../v2/teamlog/AdminAlertCategoryEnum.java | 4 +- .../teamlog/AdminAlertGeneralStateEnum.java | 4 +- .../v2/teamlog/AdminAlertSeverityEnum.java | 4 +- .../AdminAlertingAlertConfiguration.java | 52 +- .../AdminAlertingAlertSensitivity.java | 4 +- ...AdminAlertingAlertStateChangedDetails.java | 4 +- .../AdminAlertingAlertStateChangedType.java | 4 +- .../AdminAlertingAlertStatePolicy.java | 4 +- ...dminAlertingChangedAlertConfigDetails.java | 4 +- .../AdminAlertingChangedAlertConfigType.java | 4 +- .../AdminAlertingTriggeredAlertDetails.java | 4 +- .../AdminAlertingTriggeredAlertType.java | 4 +- .../v2/teamlog/AdminConsoleAppPermission.java | 4 +- .../v2/teamlog/AdminConsoleAppPolicy.java | 4 +- .../AdminEmailRemindersChangedDetails.java | 4 +- .../AdminEmailRemindersChangedType.java | 4 +- .../v2/teamlog/AdminEmailRemindersPolicy.java | 4 +- .../dropbox/core/v2/teamlog/AdminRole.java | 20 +- .../teamlog/AlertRecipientsSettingType.java | 4 +- .../teamlog/AllowDownloadDisabledDetails.java | 4 +- .../v2/teamlog/AllowDownloadDisabledType.java | 4 +- .../teamlog/AllowDownloadEnabledDetails.java | 4 +- .../v2/teamlog/AllowDownloadEnabledType.java | 4 +- .../core/v2/teamlog/ApiSessionLogInfo.java | 4 +- .../AppBlockedByPermissionsDetails.java | 4 +- .../teamlog/AppBlockedByPermissionsType.java | 4 +- .../core/v2/teamlog/AppLinkTeamDetails.java | 4 +- .../core/v2/teamlog/AppLinkTeamType.java | 4 +- .../core/v2/teamlog/AppLinkUserDetails.java | 4 +- .../core/v2/teamlog/AppLinkUserType.java | 4 +- .../dropbox/core/v2/teamlog/AppLogInfo.java | 20 +- .../teamlog/AppPermissionsChangedDetails.java | 4 +- .../v2/teamlog/AppPermissionsChangedType.java | 4 +- .../core/v2/teamlog/AppUnlinkTeamDetails.java | 4 +- .../core/v2/teamlog/AppUnlinkTeamType.java | 4 +- .../core/v2/teamlog/AppUnlinkUserDetails.java | 4 +- .../core/v2/teamlog/AppUnlinkUserType.java | 4 +- .../teamlog/ApplyNamingConventionDetails.java | 4 +- .../v2/teamlog/ApplyNamingConventionType.java | 4 +- .../dropbox/core/v2/teamlog/AssetLogInfo.java | 4 +- .../BackupAdminInvitationSentDetails.java | 4 +- .../BackupAdminInvitationSentType.java | 4 +- .../BackupInvitationOpenedDetails.java | 4 +- .../teamlog/BackupInvitationOpenedType.java | 4 +- .../dropbox/core/v2/teamlog/BackupStatus.java | 4 +- .../core/v2/teamlog/BinderAddPageDetails.java | 4 +- .../core/v2/teamlog/BinderAddPageType.java | 4 +- .../v2/teamlog/BinderAddSectionDetails.java | 4 +- .../core/v2/teamlog/BinderAddSectionType.java | 4 +- .../v2/teamlog/BinderRemovePageDetails.java | 4 +- .../core/v2/teamlog/BinderRemovePageType.java | 4 +- .../teamlog/BinderRemoveSectionDetails.java | 4 +- .../v2/teamlog/BinderRemoveSectionType.java | 4 +- .../v2/teamlog/BinderRenamePageDetails.java | 4 +- .../core/v2/teamlog/BinderRenamePageType.java | 4 +- .../teamlog/BinderRenameSectionDetails.java | 4 +- .../v2/teamlog/BinderRenameSectionType.java | 4 +- .../v2/teamlog/BinderReorderPageDetails.java | 4 +- .../v2/teamlog/BinderReorderPageType.java | 4 +- .../teamlog/BinderReorderSectionDetails.java | 4 +- .../v2/teamlog/BinderReorderSectionType.java | 4 +- .../core/v2/teamlog/CameraUploadsPolicy.java | 4 +- .../CameraUploadsPolicyChangedDetails.java | 4 +- .../CameraUploadsPolicyChangedType.java | 4 +- .../v2/teamlog/CaptureTranscriptPolicy.java | 4 +- ...CaptureTranscriptPolicyChangedDetails.java | 4 +- .../CaptureTranscriptPolicyChangedType.java | 4 +- .../dropbox/core/v2/teamlog/Certificate.java | 4 +- .../teamlog/ChangeLinkExpirationPolicy.java | 4 +- .../ChangedEnterpriseAdminRoleDetails.java | 4 +- .../ChangedEnterpriseAdminRoleType.java | 4 +- ...dEnterpriseConnectedTeamStatusDetails.java | 4 +- ...ngedEnterpriseConnectedTeamStatusType.java | 4 +- .../ClassificationChangePolicyDetails.java | 4 +- .../ClassificationChangePolicyType.java | 4 +- .../ClassificationCreateReportDetails.java | 4 +- ...ClassificationCreateReportFailDetails.java | 4 +- .../ClassificationCreateReportFailType.java | 4 +- .../ClassificationCreateReportType.java | 4 +- .../ClassificationPolicyEnumWrapper.java | 4 +- .../core/v2/teamlog/ClassificationType.java | 4 +- .../v2/teamlog/CollectionShareDetails.java | 4 +- .../core/v2/teamlog/CollectionShareType.java | 4 +- .../core/v2/teamlog/ComputerBackupPolicy.java | 4 +- .../ComputerBackupPolicyChangedDetails.java | 4 +- .../ComputerBackupPolicyChangedType.java | 4 +- .../core/v2/teamlog/ConnectedTeamName.java | 4 +- ...entAdministrationPolicyChangedDetails.java | 4 +- ...ontentAdministrationPolicyChangedType.java | 4 +- .../teamlog/ContentPermanentDeletePolicy.java | 4 +- .../core/v2/teamlog/ContextLogInfo.java | 4 +- .../core/v2/teamlog/CreateFolderDetails.java | 4 +- .../core/v2/teamlog/CreateFolderType.java | 4 +- .../teamlog/CreateTeamInviteLinkDetails.java | 4 +- .../v2/teamlog/CreateTeamInviteLinkType.java | 4 +- ...acementRestrictionChangePolicyDetails.java | 4 +- ...aPlacementRestrictionChangePolicyType.java | 4 +- ...cementRestrictionSatisfyPolicyDetails.java | 4 +- ...PlacementRestrictionSatisfyPolicyType.java | 4 +- ...encyMigrationRequestSuccessfulDetails.java | 4 +- ...sidencyMigrationRequestSuccessfulType.java | 4 +- ...cyMigrationRequestUnsuccessfulDetails.java | 4 +- ...dencyMigrationRequestUnsuccessfulType.java | 4 +- .../v2/teamlog/DbxTeamTeamLogRequests.java | 23 +- .../DefaultLinkExpirationDaysPolicy.java | 4 +- .../teamlog/DeleteTeamInviteLinkDetails.java | 4 +- .../v2/teamlog/DeleteTeamInviteLinkType.java | 4 +- .../teamlog/DesktopDeviceSessionLogInfo.java | 4 +- .../v2/teamlog/DesktopSessionLogInfo.java | 4 +- .../DeviceApprovalsAddExceptionDetails.java | 4 +- .../DeviceApprovalsAddExceptionType.java | 4 +- ...ceApprovalsChangeDesktopPolicyDetails.java | 4 +- ...eviceApprovalsChangeDesktopPolicyType.java | 4 +- ...iceApprovalsChangeMobilePolicyDetails.java | 4 +- ...DeviceApprovalsChangeMobilePolicyType.java | 4 +- ...ceApprovalsChangeOverageActionDetails.java | 4 +- ...eviceApprovalsChangeOverageActionType.java | 4 +- ...iceApprovalsChangeUnlinkActionDetails.java | 4 +- ...DeviceApprovalsChangeUnlinkActionType.java | 4 +- .../v2/teamlog/DeviceApprovalsPolicy.java | 4 +- ...DeviceApprovalsRemoveExceptionDetails.java | 4 +- .../DeviceApprovalsRemoveExceptionType.java | 4 +- .../teamlog/DeviceChangeIpDesktopDetails.java | 4 +- .../v2/teamlog/DeviceChangeIpDesktopType.java | 4 +- .../teamlog/DeviceChangeIpMobileDetails.java | 4 +- .../v2/teamlog/DeviceChangeIpMobileType.java | 4 +- .../v2/teamlog/DeviceChangeIpWebDetails.java | 4 +- .../v2/teamlog/DeviceChangeIpWebType.java | 4 +- .../DeviceDeleteOnUnlinkFailDetails.java | 4 +- .../teamlog/DeviceDeleteOnUnlinkFailType.java | 4 +- .../DeviceDeleteOnUnlinkSuccessDetails.java | 4 +- .../DeviceDeleteOnUnlinkSuccessType.java | 4 +- .../v2/teamlog/DeviceLinkFailDetails.java | 4 +- .../core/v2/teamlog/DeviceLinkFailType.java | 4 +- .../v2/teamlog/DeviceLinkSuccessDetails.java | 4 +- .../v2/teamlog/DeviceLinkSuccessType.java | 4 +- .../DeviceManagementDisabledDetails.java | 4 +- .../teamlog/DeviceManagementDisabledType.java | 4 +- .../DeviceManagementEnabledDetails.java | 4 +- .../teamlog/DeviceManagementEnabledType.java | 4 +- .../core/v2/teamlog/DeviceSessionLogInfo.java | 18 +- .../DeviceSyncBackupStatusChangedDetails.java | 4 +- .../DeviceSyncBackupStatusChangedType.java | 4 +- .../dropbox/core/v2/teamlog/DeviceType.java | 4 +- .../core/v2/teamlog/DeviceUnlinkDetails.java | 4 +- .../core/v2/teamlog/DeviceUnlinkPolicy.java | 4 +- .../core/v2/teamlog/DeviceUnlinkType.java | 4 +- ...irectoryRestrictionsAddMembersDetails.java | 4 +- .../DirectoryRestrictionsAddMembersType.java | 4 +- ...ctoryRestrictionsRemoveMembersDetails.java | 4 +- ...irectoryRestrictionsRemoveMembersType.java | 4 +- .../teamlog/DisabledDomainInvitesDetails.java | 4 +- .../v2/teamlog/DisabledDomainInvitesType.java | 4 +- .../v2/teamlog/DispositionActionType.java | 4 +- ...nvitesApproveRequestToJoinTeamDetails.java | 4 +- ...inInvitesApproveRequestToJoinTeamType.java | 4 +- ...nvitesDeclineRequestToJoinTeamDetails.java | 4 +- ...inInvitesDeclineRequestToJoinTeamType.java | 4 +- ...omainInvitesEmailExistingUsersDetails.java | 4 +- .../DomainInvitesEmailExistingUsersType.java | 4 +- ...DomainInvitesRequestToJoinTeamDetails.java | 4 +- .../DomainInvitesRequestToJoinTeamType.java | 4 +- ...nvitesSetInviteNewUserPrefToNoDetails.java | 4 +- ...inInvitesSetInviteNewUserPrefToNoType.java | 4 +- ...vitesSetInviteNewUserPrefToYesDetails.java | 4 +- ...nInvitesSetInviteNewUserPrefToYesType.java | 4 +- ...omainVerificationAddDomainFailDetails.java | 4 +- .../DomainVerificationAddDomainFailType.java | 4 +- ...inVerificationAddDomainSuccessDetails.java | 4 +- ...omainVerificationAddDomainSuccessType.java | 4 +- ...DomainVerificationRemoveDomainDetails.java | 4 +- .../DomainVerificationRemoveDomainType.java | 4 +- .../core/v2/teamlog/DownloadPolicyType.java | 4 +- .../DropboxPasswordsExportedDetails.java | 4 +- .../teamlog/DropboxPasswordsExportedType.java | 4 +- ...pboxPasswordsNewDeviceEnrolledDetails.java | 4 +- ...DropboxPasswordsNewDeviceEnrolledType.java | 4 +- .../v2/teamlog/DropboxPasswordsPolicy.java | 4 +- .../DropboxPasswordsPolicyChangedDetails.java | 4 +- .../DropboxPasswordsPolicyChangedType.java | 4 +- .../core/v2/teamlog/DurationLogInfo.java | 4 +- .../core/v2/teamlog/EmailIngestPolicy.java | 4 +- .../EmailIngestPolicyChangedDetails.java | 4 +- .../teamlog/EmailIngestPolicyChangedType.java | 4 +- .../EmailIngestReceiveFileDetails.java | 4 +- .../teamlog/EmailIngestReceiveFileType.java | 4 +- .../v2/teamlog/EmmAddExceptionDetails.java | 4 +- .../core/v2/teamlog/EmmAddExceptionType.java | 4 +- .../v2/teamlog/EmmChangePolicyDetails.java | 4 +- .../core/v2/teamlog/EmmChangePolicyType.java | 4 +- .../EmmCreateExceptionsReportDetails.java | 4 +- .../EmmCreateExceptionsReportType.java | 4 +- .../teamlog/EmmCreateUsageReportDetails.java | 4 +- .../v2/teamlog/EmmCreateUsageReportType.java | 4 +- .../core/v2/teamlog/EmmErrorDetails.java | 4 +- .../dropbox/core/v2/teamlog/EmmErrorType.java | 4 +- .../teamlog/EmmRefreshAuthTokenDetails.java | 4 +- .../v2/teamlog/EmmRefreshAuthTokenType.java | 4 +- .../v2/teamlog/EmmRemoveExceptionDetails.java | 4 +- .../v2/teamlog/EmmRemoveExceptionType.java | 4 +- .../teamlog/EnabledDomainInvitesDetails.java | 4 +- .../v2/teamlog/EnabledDomainInvitesType.java | 4 +- ...terpriseAdminSessionDeprecatedDetails.java | 4 +- ...dEnterpriseAdminSessionDeprecatedType.java | 4 +- .../EndedEnterpriseAdminSessionDetails.java | 4 +- .../EndedEnterpriseAdminSessionType.java | 4 +- .../v2/teamlog/EnforceLinkPasswordPolicy.java | 4 +- .../EnterpriseSettingsLockingDetails.java | 4 +- .../EnterpriseSettingsLockingType.java | 4 +- .../core/v2/teamlog/EventCategory.java | 26 +- .../dropbox/core/v2/teamlog/EventDetails.java | 8134 +++++++++- .../dropbox/core/v2/teamlog/EventType.java | 13529 +++++++++++++--- .../dropbox/core/v2/teamlog/EventTypeArg.java | 1100 +- .../teamlog/ExportMembersReportDetails.java | 4 +- .../ExportMembersReportFailDetails.java | 4 +- .../teamlog/ExportMembersReportFailType.java | 4 +- .../v2/teamlog/ExportMembersReportType.java | 4 +- ...ndedVersionHistoryChangePolicyDetails.java | 4 +- ...xtendedVersionHistoryChangePolicyType.java | 4 +- .../teamlog/ExtendedVersionHistoryPolicy.java | 4 +- .../ExternalDriveBackupEligibilityStatus.java | 12 +- ...BackupEligibilityStatusCheckedDetails.java | 4 +- ...iveBackupEligibilityStatusCheckedType.java | 4 +- .../v2/teamlog/ExternalDriveBackupPolicy.java | 4 +- ...ternalDriveBackupPolicyChangedDetails.java | 4 +- .../ExternalDriveBackupPolicyChangedType.java | 4 +- .../v2/teamlog/ExternalDriveBackupStatus.java | 4 +- ...ternalDriveBackupStatusChangedDetails.java | 4 +- .../ExternalDriveBackupStatusChangedType.java | 4 +- .../ExternalSharingCreateReportDetails.java | 4 +- .../ExternalSharingCreateReportType.java | 4 +- .../ExternalSharingReportFailedDetails.java | 4 +- .../ExternalSharingReportFailedType.java | 4 +- .../core/v2/teamlog/ExternalUserLogInfo.java | 4 +- .../v2/teamlog/FailureDetailsLogInfo.java | 4 +- .../dropbox/core/v2/teamlog/FedAdminRole.java | 4 +- .../core/v2/teamlog/FedExtraDetails.java | 4 +- .../core/v2/teamlog/FedHandshakeAction.java | 4 +- .../FederationStatusChangeAdditionalInfo.java | 22 +- .../v2/teamlog/FileAddCommentDetails.java | 4 +- .../core/v2/teamlog/FileAddCommentType.java | 4 +- .../core/v2/teamlog/FileAddDetails.java | 4 +- .../teamlog/FileAddFromAutomationDetails.java | 4 +- .../v2/teamlog/FileAddFromAutomationType.java | 4 +- .../dropbox/core/v2/teamlog/FileAddType.java | 4 +- .../FileChangeCommentSubscriptionDetails.java | 4 +- .../FileChangeCommentSubscriptionType.java | 4 +- .../FileCommentNotificationPolicy.java | 4 +- .../FileCommentsChangePolicyDetails.java | 4 +- .../teamlog/FileCommentsChangePolicyType.java | 4 +- .../core/v2/teamlog/FileCommentsPolicy.java | 4 +- .../core/v2/teamlog/FileCopyDetails.java | 4 +- .../dropbox/core/v2/teamlog/FileCopyType.java | 4 +- .../v2/teamlog/FileDeleteCommentDetails.java | 4 +- .../v2/teamlog/FileDeleteCommentType.java | 4 +- .../core/v2/teamlog/FileDeleteDetails.java | 4 +- .../core/v2/teamlog/FileDeleteType.java | 4 +- .../core/v2/teamlog/FileDownloadDetails.java | 4 +- .../core/v2/teamlog/FileDownloadType.java | 4 +- .../v2/teamlog/FileEditCommentDetails.java | 4 +- .../core/v2/teamlog/FileEditCommentType.java | 4 +- .../core/v2/teamlog/FileEditDetails.java | 4 +- .../dropbox/core/v2/teamlog/FileEditType.java | 4 +- .../teamlog/FileGetCopyReferenceDetails.java | 4 +- .../v2/teamlog/FileGetCopyReferenceType.java | 4 +- .../v2/teamlog/FileLikeCommentDetails.java | 4 +- .../core/v2/teamlog/FileLikeCommentType.java | 4 +- .../FileLockingLockStatusChangedDetails.java | 4 +- .../FileLockingLockStatusChangedType.java | 4 +- .../FileLockingPolicyChangedDetails.java | 4 +- .../teamlog/FileLockingPolicyChangedType.java | 4 +- .../dropbox/core/v2/teamlog/FileLogInfo.java | 4 +- .../core/v2/teamlog/FileMoveDetails.java | 4 +- .../dropbox/core/v2/teamlog/FileMoveType.java | 4 +- .../core/v2/teamlog/FileOrFolderLogInfo.java | 4 +- .../teamlog/FilePermanentlyDeleteDetails.java | 4 +- .../v2/teamlog/FilePermanentlyDeleteType.java | 4 +- .../core/v2/teamlog/FilePreviewDetails.java | 4 +- .../core/v2/teamlog/FilePreviewType.java | 4 +- ...ProviderMigrationPolicyChangedDetails.java | 4 +- ...ileProviderMigrationPolicyChangedType.java | 4 +- .../core/v2/teamlog/FileRenameDetails.java | 4 +- .../core/v2/teamlog/FileRenameType.java | 4 +- .../v2/teamlog/FileRequestChangeDetails.java | 4 +- .../v2/teamlog/FileRequestChangeType.java | 4 +- .../v2/teamlog/FileRequestCloseDetails.java | 4 +- .../core/v2/teamlog/FileRequestCloseType.java | 4 +- .../v2/teamlog/FileRequestCreateDetails.java | 4 +- .../v2/teamlog/FileRequestCreateType.java | 4 +- .../core/v2/teamlog/FileRequestDeadline.java | 4 +- .../v2/teamlog/FileRequestDeleteDetails.java | 4 +- .../v2/teamlog/FileRequestDeleteType.java | 4 +- .../core/v2/teamlog/FileRequestDetails.java | 101 +- .../FileRequestReceiveFileDetails.java | 4 +- .../teamlog/FileRequestReceiveFileType.java | 4 +- .../FileRequestsChangePolicyDetails.java | 4 +- .../teamlog/FileRequestsChangePolicyType.java | 4 +- .../FileRequestsEmailsEnabledDetails.java | 4 +- .../FileRequestsEmailsEnabledType.java | 4 +- ...estsEmailsRestrictedToTeamOnlyDetails.java | 4 +- ...equestsEmailsRestrictedToTeamOnlyType.java | 4 +- .../core/v2/teamlog/FileRequestsPolicy.java | 4 +- .../v2/teamlog/FileResolveCommentDetails.java | 4 +- .../v2/teamlog/FileResolveCommentType.java | 4 +- .../core/v2/teamlog/FileRestoreDetails.java | 4 +- .../core/v2/teamlog/FileRestoreType.java | 4 +- .../core/v2/teamlog/FileRevertDetails.java | 4 +- .../core/v2/teamlog/FileRevertType.java | 4 +- .../teamlog/FileRollbackChangesDetails.java | 4 +- .../v2/teamlog/FileRollbackChangesType.java | 4 +- .../teamlog/FileSaveCopyReferenceDetails.java | 4 +- .../v2/teamlog/FileSaveCopyReferenceType.java | 4 +- .../teamlog/FileTransfersFileAddDetails.java | 4 +- .../v2/teamlog/FileTransfersFileAddType.java | 4 +- .../core/v2/teamlog/FileTransfersPolicy.java | 4 +- .../FileTransfersPolicyChangedDetails.java | 4 +- .../FileTransfersPolicyChangedType.java | 4 +- .../FileTransfersTransferDeleteDetails.java | 4 +- .../FileTransfersTransferDeleteType.java | 4 +- .../FileTransfersTransferDownloadDetails.java | 4 +- .../FileTransfersTransferDownloadType.java | 4 +- .../FileTransfersTransferSendDetails.java | 4 +- .../FileTransfersTransferSendType.java | 4 +- .../FileTransfersTransferViewDetails.java | 4 +- .../FileTransfersTransferViewType.java | 4 +- .../v2/teamlog/FileUnlikeCommentDetails.java | 4 +- .../v2/teamlog/FileUnlikeCommentType.java | 4 +- .../teamlog/FileUnresolveCommentDetails.java | 4 +- .../v2/teamlog/FileUnresolveCommentType.java | 4 +- .../teamlog/FolderLinkRestrictionPolicy.java | 4 +- ...erLinkRestrictionPolicyChangedDetails.java | 4 +- ...olderLinkRestrictionPolicyChangedType.java | 4 +- .../core/v2/teamlog/FolderLogInfo.java | 4 +- ...lderOverviewDescriptionChangedDetails.java | 4 +- .../FolderOverviewDescriptionChangedType.java | 4 +- .../FolderOverviewItemPinnedDetails.java | 4 +- .../teamlog/FolderOverviewItemPinnedType.java | 4 +- .../FolderOverviewItemUnpinnedDetails.java | 4 +- .../FolderOverviewItemUnpinnedType.java | 4 +- .../core/v2/teamlog/GeoLocationLogInfo.java | 4 +- .../core/v2/teamlog/GetTeamEventsArg.java | 4 +- .../v2/teamlog/GetTeamEventsContinueArg.java | 4 +- .../teamlog/GetTeamEventsContinueError.java | 4 +- .../core/v2/teamlog/GetTeamEventsError.java | 4 +- .../core/v2/teamlog/GetTeamEventsResult.java | 4 +- .../teamlog/GoogleSsoChangePolicyDetails.java | 4 +- .../v2/teamlog/GoogleSsoChangePolicyType.java | 4 +- .../core/v2/teamlog/GoogleSsoPolicy.java | 4 +- ...overnancePolicyAddFolderFailedDetails.java | 4 +- .../GovernancePolicyAddFolderFailedType.java | 4 +- .../GovernancePolicyAddFoldersDetails.java | 4 +- .../GovernancePolicyAddFoldersType.java | 4 +- ...overnancePolicyContentDisposedDetails.java | 4 +- .../GovernancePolicyContentDisposedType.java | 4 +- .../GovernancePolicyCreateDetails.java | 4 +- .../teamlog/GovernancePolicyCreateType.java | 4 +- .../GovernancePolicyDeleteDetails.java | 4 +- .../teamlog/GovernancePolicyDeleteType.java | 4 +- .../GovernancePolicyEditDetailsDetails.java | 4 +- .../GovernancePolicyEditDetailsType.java | 4 +- .../GovernancePolicyEditDurationDetails.java | 4 +- .../GovernancePolicyEditDurationType.java | 4 +- .../GovernancePolicyExportCreatedDetails.java | 4 +- .../GovernancePolicyExportCreatedType.java | 4 +- .../GovernancePolicyExportRemovedDetails.java | 4 +- .../GovernancePolicyExportRemovedType.java | 4 +- .../GovernancePolicyRemoveFoldersDetails.java | 4 +- .../GovernancePolicyRemoveFoldersType.java | 4 +- .../GovernancePolicyReportCreatedDetails.java | 4 +- .../GovernancePolicyReportCreatedType.java | 4 +- ...ernancePolicyZipPartDownloadedDetails.java | 4 +- ...GovernancePolicyZipPartDownloadedType.java | 4 +- .../v2/teamlog/GroupAddExternalIdDetails.java | 4 +- .../v2/teamlog/GroupAddExternalIdType.java | 4 +- .../v2/teamlog/GroupAddMemberDetails.java | 4 +- .../core/v2/teamlog/GroupAddMemberType.java | 4 +- .../teamlog/GroupChangeExternalIdDetails.java | 4 +- .../v2/teamlog/GroupChangeExternalIdType.java | 4 +- .../GroupChangeManagementTypeDetails.java | 4 +- .../GroupChangeManagementTypeType.java | 4 +- .../teamlog/GroupChangeMemberRoleDetails.java | 4 +- .../v2/teamlog/GroupChangeMemberRoleType.java | 4 +- .../core/v2/teamlog/GroupCreateDetails.java | 4 +- .../core/v2/teamlog/GroupCreateType.java | 4 +- .../core/v2/teamlog/GroupDeleteDetails.java | 4 +- .../core/v2/teamlog/GroupDeleteType.java | 4 +- .../GroupDescriptionUpdatedDetails.java | 4 +- .../teamlog/GroupDescriptionUpdatedType.java | 4 +- .../core/v2/teamlog/GroupJoinPolicy.java | 4 +- .../GroupJoinPolicyUpdatedDetails.java | 4 +- .../teamlog/GroupJoinPolicyUpdatedType.java | 4 +- .../dropbox/core/v2/teamlog/GroupLogInfo.java | 4 +- .../core/v2/teamlog/GroupMovedDetails.java | 4 +- .../core/v2/teamlog/GroupMovedType.java | 4 +- .../teamlog/GroupRemoveExternalIdDetails.java | 4 +- .../v2/teamlog/GroupRemoveExternalIdType.java | 4 +- .../v2/teamlog/GroupRemoveMemberDetails.java | 4 +- .../v2/teamlog/GroupRemoveMemberType.java | 4 +- .../core/v2/teamlog/GroupRenameDetails.java | 4 +- .../core/v2/teamlog/GroupRenameType.java | 4 +- ...roupUserManagementChangePolicyDetails.java | 4 +- .../GroupUserManagementChangePolicyType.java | 4 +- .../GuestAdminChangeStatusDetails.java | 4 +- .../teamlog/GuestAdminChangeStatusType.java | 4 +- ...stAdminSignedInViaTrustedTeamsDetails.java | 4 +- ...GuestAdminSignedInViaTrustedTeamsType.java | 4 +- ...tAdminSignedOutViaTrustedTeamsDetails.java | 4 +- ...uestAdminSignedOutViaTrustedTeamsType.java | 4 +- .../core/v2/teamlog/IdentifierType.java | 4 +- .../teamlog/IntegrationConnectedDetails.java | 4 +- .../v2/teamlog/IntegrationConnectedType.java | 4 +- .../IntegrationDisconnectedDetails.java | 4 +- .../teamlog/IntegrationDisconnectedType.java | 4 +- .../core/v2/teamlog/IntegrationPolicy.java | 4 +- .../IntegrationPolicyChangedDetails.java | 4 +- .../teamlog/IntegrationPolicyChangedType.java | 4 +- .../teamlog/InviteAcceptanceEmailPolicy.java | 4 +- ...teAcceptanceEmailPolicyChangedDetails.java | 4 +- ...nviteAcceptanceEmailPolicyChangedType.java | 4 +- .../dropbox/core/v2/teamlog/InviteMethod.java | 4 +- .../core/v2/teamlog/JoinTeamDetails.java | 4 +- .../dropbox/core/v2/teamlog/LabelType.java | 4 +- .../teamlog/LegacyDeviceSessionLogInfo.java | 4 +- .../LegalHoldsActivateAHoldDetails.java | 4 +- .../teamlog/LegalHoldsActivateAHoldType.java | 4 +- .../teamlog/LegalHoldsAddMembersDetails.java | 4 +- .../v2/teamlog/LegalHoldsAddMembersType.java | 4 +- .../LegalHoldsChangeHoldDetailsDetails.java | 4 +- .../LegalHoldsChangeHoldDetailsType.java | 4 +- .../LegalHoldsChangeHoldNameDetails.java | 4 +- .../teamlog/LegalHoldsChangeHoldNameType.java | 4 +- .../teamlog/LegalHoldsExportAHoldDetails.java | 4 +- .../v2/teamlog/LegalHoldsExportAHoldType.java | 4 +- .../LegalHoldsExportCancelledDetails.java | 4 +- .../LegalHoldsExportCancelledType.java | 4 +- .../LegalHoldsExportDownloadedDetails.java | 4 +- .../LegalHoldsExportDownloadedType.java | 4 +- .../LegalHoldsExportRemovedDetails.java | 4 +- .../teamlog/LegalHoldsExportRemovedType.java | 4 +- .../LegalHoldsReleaseAHoldDetails.java | 4 +- .../teamlog/LegalHoldsReleaseAHoldType.java | 4 +- .../LegalHoldsRemoveMembersDetails.java | 4 +- .../teamlog/LegalHoldsRemoveMembersType.java | 4 +- .../teamlog/LegalHoldsReportAHoldDetails.java | 4 +- .../v2/teamlog/LegalHoldsReportAHoldType.java | 4 +- .../core/v2/teamlog/LinkedDeviceLogInfo.java | 4 +- .../dropbox/core/v2/teamlog/LockStatus.java | 4 +- .../core/v2/teamlog/LoginFailDetails.java | 4 +- .../core/v2/teamlog/LoginFailType.java | 4 +- .../dropbox/core/v2/teamlog/LoginMethod.java | 28 +- .../core/v2/teamlog/LoginSuccessDetails.java | 4 +- .../core/v2/teamlog/LoginSuccessType.java | 4 +- .../core/v2/teamlog/LogoutDetails.java | 4 +- .../dropbox/core/v2/teamlog/LogoutType.java | 4 +- .../teamlog/MemberAddExternalIdDetails.java | 4 +- .../v2/teamlog/MemberAddExternalIdType.java | 4 +- .../core/v2/teamlog/MemberAddNameDetails.java | 4 +- .../core/v2/teamlog/MemberAddNameType.java | 4 +- .../teamlog/MemberChangeAdminRoleDetails.java | 4 +- .../v2/teamlog/MemberChangeAdminRoleType.java | 4 +- .../v2/teamlog/MemberChangeEmailDetails.java | 4 +- .../v2/teamlog/MemberChangeEmailType.java | 4 +- .../MemberChangeExternalIdDetails.java | 4 +- .../teamlog/MemberChangeExternalIdType.java | 4 +- .../MemberChangeMembershipTypeDetails.java | 4 +- .../MemberChangeMembershipTypeType.java | 4 +- .../v2/teamlog/MemberChangeNameDetails.java | 4 +- .../core/v2/teamlog/MemberChangeNameType.java | 4 +- .../MemberChangeResellerRoleDetails.java | 4 +- .../teamlog/MemberChangeResellerRoleType.java | 4 +- .../v2/teamlog/MemberChangeStatusDetails.java | 4 +- .../v2/teamlog/MemberChangeStatusType.java | 4 +- .../MemberDeleteManualContactsDetails.java | 4 +- .../MemberDeleteManualContactsType.java | 4 +- .../MemberDeleteProfilePhotoDetails.java | 4 +- .../teamlog/MemberDeleteProfilePhotoType.java | 4 +- ...rmanentlyDeleteAccountContentsDetails.java | 4 +- ...rPermanentlyDeleteAccountContentsType.java | 4 +- .../v2/teamlog/MemberRemoveActionType.java | 4 +- .../MemberRemoveExternalIdDetails.java | 4 +- .../teamlog/MemberRemoveExternalIdType.java | 4 +- .../MemberRequestsChangePolicyDetails.java | 4 +- .../MemberRequestsChangePolicyType.java | 4 +- .../core/v2/teamlog/MemberRequestsPolicy.java | 4 +- .../v2/teamlog/MemberSendInvitePolicy.java | 4 +- .../MemberSendInvitePolicyChangedDetails.java | 4 +- .../MemberSendInvitePolicyChangedType.java | 4 +- .../teamlog/MemberSetProfilePhotoDetails.java | 4 +- .../v2/teamlog/MemberSetProfilePhotoType.java | 4 +- ...emberSpaceLimitsAddCustomQuotaDetails.java | 4 +- .../MemberSpaceLimitsAddCustomQuotaType.java | 4 +- .../MemberSpaceLimitsAddExceptionDetails.java | 4 +- .../MemberSpaceLimitsAddExceptionType.java | 4 +- ...paceLimitsChangeCapsTypePolicyDetails.java | 4 +- ...erSpaceLimitsChangeCapsTypePolicyType.java | 4 +- ...erSpaceLimitsChangeCustomQuotaDetails.java | 4 +- ...emberSpaceLimitsChangeCustomQuotaType.java | 4 +- .../MemberSpaceLimitsChangePolicyDetails.java | 4 +- .../MemberSpaceLimitsChangePolicyType.java | 4 +- .../MemberSpaceLimitsChangeStatusDetails.java | 4 +- .../MemberSpaceLimitsChangeStatusType.java | 4 +- ...erSpaceLimitsRemoveCustomQuotaDetails.java | 4 +- ...emberSpaceLimitsRemoveCustomQuotaType.java | 4 +- ...mberSpaceLimitsRemoveExceptionDetails.java | 4 +- .../MemberSpaceLimitsRemoveExceptionType.java | 4 +- .../dropbox/core/v2/teamlog/MemberStatus.java | 4 +- .../core/v2/teamlog/MemberSuggestDetails.java | 4 +- .../core/v2/teamlog/MemberSuggestType.java | 4 +- .../MemberSuggestionsChangePolicyDetails.java | 4 +- .../MemberSuggestionsChangePolicyType.java | 4 +- .../v2/teamlog/MemberSuggestionsPolicy.java | 4 +- .../MemberTransferAccountContentsDetails.java | 4 +- .../MemberTransferAccountContentsType.java | 4 +- ...crosoftOfficeAddinChangePolicyDetails.java | 4 +- .../MicrosoftOfficeAddinChangePolicyType.java | 4 +- .../teamlog/MicrosoftOfficeAddinPolicy.java | 4 +- .../core/v2/teamlog/MissingDetails.java | 4 +- .../teamlog/MobileDeviceSessionLogInfo.java | 4 +- .../core/v2/teamlog/MobileSessionLogInfo.java | 4 +- .../teamlog/NamespaceRelativePathLogInfo.java | 4 +- .../NetworkControlChangePolicyDetails.java | 4 +- .../NetworkControlChangePolicyType.java | 4 +- .../core/v2/teamlog/NetworkControlPolicy.java | 4 +- ...oExpirationLinkGenCreateReportDetails.java | 4 +- .../NoExpirationLinkGenCreateReportType.java | 4 +- ...oExpirationLinkGenReportFailedDetails.java | 4 +- .../NoExpirationLinkGenReportFailedType.java | 4 +- .../NoPasswordLinkGenCreateReportDetails.java | 4 +- .../NoPasswordLinkGenCreateReportType.java | 4 +- .../NoPasswordLinkGenReportFailedDetails.java | 4 +- .../NoPasswordLinkGenReportFailedType.java | 4 +- ...NoPasswordLinkViewCreateReportDetails.java | 4 +- .../NoPasswordLinkViewCreateReportType.java | 4 +- ...NoPasswordLinkViewReportFailedDetails.java | 4 +- .../NoPasswordLinkViewReportFailedType.java | 4 +- .../core/v2/teamlog/NonTeamMemberLogInfo.java | 4 +- .../v2/teamlog/NonTrustedTeamDetails.java | 4 +- .../v2/teamlog/NoteAclInviteOnlyDetails.java | 4 +- .../v2/teamlog/NoteAclInviteOnlyType.java | 4 +- .../core/v2/teamlog/NoteAclLinkDetails.java | 4 +- .../core/v2/teamlog/NoteAclLinkType.java | 4 +- .../v2/teamlog/NoteAclTeamLinkDetails.java | 4 +- .../core/v2/teamlog/NoteAclTeamLinkType.java | 4 +- .../v2/teamlog/NoteShareReceiveDetails.java | 4 +- .../core/v2/teamlog/NoteShareReceiveType.java | 4 +- .../core/v2/teamlog/NoteSharedDetails.java | 4 +- .../core/v2/teamlog/NoteSharedType.java | 4 +- .../v2/teamlog/ObjectLabelAddedDetails.java | 4 +- .../core/v2/teamlog/ObjectLabelAddedType.java | 4 +- .../v2/teamlog/ObjectLabelRemovedDetails.java | 4 +- .../v2/teamlog/ObjectLabelRemovedType.java | 4 +- .../ObjectLabelUpdatedValueDetails.java | 4 +- .../teamlog/ObjectLabelUpdatedValueType.java | 4 +- .../v2/teamlog/OpenNoteSharedDetails.java | 4 +- .../core/v2/teamlog/OpenNoteSharedType.java | 4 +- .../core/v2/teamlog/OrganizationDetails.java | 4 +- .../core/v2/teamlog/OrganizationName.java | 4 +- .../OrganizeFolderWithTidyDetails.java | 4 +- .../teamlog/OrganizeFolderWithTidyType.java | 4 +- .../core/v2/teamlog/OriginLogInfo.java | 4 +- .../OutdatedLinkViewCreateReportDetails.java | 4 +- .../OutdatedLinkViewCreateReportType.java | 4 +- .../OutdatedLinkViewReportFailedDetails.java | 4 +- .../OutdatedLinkViewReportFailedType.java | 4 +- .../core/v2/teamlog/PaperAccessType.java | 4 +- .../teamlog/PaperAdminExportStartDetails.java | 4 +- .../v2/teamlog/PaperAdminExportStartType.java | 4 +- .../PaperChangeDeploymentPolicyDetails.java | 4 +- .../PaperChangeDeploymentPolicyType.java | 4 +- .../PaperChangeMemberLinkPolicyDetails.java | 4 +- .../PaperChangeMemberLinkPolicyType.java | 4 +- .../PaperChangeMemberPolicyDetails.java | 4 +- .../teamlog/PaperChangeMemberPolicyType.java | 4 +- .../v2/teamlog/PaperChangePolicyDetails.java | 4 +- .../v2/teamlog/PaperChangePolicyType.java | 4 +- .../teamlog/PaperContentAddMemberDetails.java | 4 +- .../v2/teamlog/PaperContentAddMemberType.java | 4 +- .../PaperContentAddToFolderDetails.java | 4 +- .../teamlog/PaperContentAddToFolderType.java | 4 +- .../teamlog/PaperContentArchiveDetails.java | 4 +- .../v2/teamlog/PaperContentArchiveType.java | 4 +- .../v2/teamlog/PaperContentCreateDetails.java | 4 +- .../v2/teamlog/PaperContentCreateType.java | 4 +- .../PaperContentPermanentlyDeleteDetails.java | 4 +- .../PaperContentPermanentlyDeleteType.java | 4 +- .../PaperContentRemoveFromFolderDetails.java | 4 +- .../PaperContentRemoveFromFolderType.java | 4 +- .../PaperContentRemoveMemberDetails.java | 4 +- .../teamlog/PaperContentRemoveMemberType.java | 4 +- .../v2/teamlog/PaperContentRenameDetails.java | 4 +- .../v2/teamlog/PaperContentRenameType.java | 4 +- .../teamlog/PaperContentRestoreDetails.java | 4 +- .../v2/teamlog/PaperContentRestoreType.java | 4 +- .../v2/teamlog/PaperDefaultFolderPolicy.java | 4 +- ...aperDefaultFolderPolicyChangedDetails.java | 4 +- .../PaperDefaultFolderPolicyChangedType.java | 4 +- .../core/v2/teamlog/PaperDesktopPolicy.java | 4 +- .../PaperDesktopPolicyChangedDetails.java | 4 +- .../PaperDesktopPolicyChangedType.java | 4 +- .../v2/teamlog/PaperDocAddCommentDetails.java | 4 +- .../v2/teamlog/PaperDocAddCommentType.java | 4 +- .../PaperDocChangeMemberRoleDetails.java | 4 +- .../teamlog/PaperDocChangeMemberRoleType.java | 4 +- .../PaperDocChangeSharingPolicyDetails.java | 4 +- .../PaperDocChangeSharingPolicyType.java | 4 +- .../PaperDocChangeSubscriptionDetails.java | 4 +- .../PaperDocChangeSubscriptionType.java | 4 +- .../teamlog/PaperDocDeleteCommentDetails.java | 4 +- .../v2/teamlog/PaperDocDeleteCommentType.java | 4 +- .../v2/teamlog/PaperDocDeletedDetails.java | 4 +- .../core/v2/teamlog/PaperDocDeletedType.java | 4 +- .../v2/teamlog/PaperDocDownloadDetails.java | 4 +- .../core/v2/teamlog/PaperDocDownloadType.java | 4 +- .../teamlog/PaperDocEditCommentDetails.java | 4 +- .../v2/teamlog/PaperDocEditCommentType.java | 4 +- .../core/v2/teamlog/PaperDocEditDetails.java | 4 +- .../core/v2/teamlog/PaperDocEditType.java | 4 +- .../v2/teamlog/PaperDocFollowedDetails.java | 4 +- .../core/v2/teamlog/PaperDocFollowedType.java | 4 +- .../v2/teamlog/PaperDocMentionDetails.java | 4 +- .../core/v2/teamlog/PaperDocMentionType.java | 4 +- .../PaperDocOwnershipChangedDetails.java | 4 +- .../teamlog/PaperDocOwnershipChangedType.java | 4 +- .../teamlog/PaperDocRequestAccessDetails.java | 4 +- .../v2/teamlog/PaperDocRequestAccessType.java | 4 +- .../PaperDocResolveCommentDetails.java | 4 +- .../teamlog/PaperDocResolveCommentType.java | 4 +- .../v2/teamlog/PaperDocRevertDetails.java | 4 +- .../core/v2/teamlog/PaperDocRevertType.java | 4 +- .../v2/teamlog/PaperDocSlackShareDetails.java | 4 +- .../v2/teamlog/PaperDocSlackShareType.java | 4 +- .../v2/teamlog/PaperDocTeamInviteDetails.java | 4 +- .../v2/teamlog/PaperDocTeamInviteType.java | 4 +- .../v2/teamlog/PaperDocTrashedDetails.java | 4 +- .../core/v2/teamlog/PaperDocTrashedType.java | 4 +- .../PaperDocUnresolveCommentDetails.java | 4 +- .../teamlog/PaperDocUnresolveCommentType.java | 4 +- .../v2/teamlog/PaperDocUntrashedDetails.java | 4 +- .../v2/teamlog/PaperDocUntrashedType.java | 4 +- .../core/v2/teamlog/PaperDocViewDetails.java | 4 +- .../core/v2/teamlog/PaperDocViewType.java | 4 +- .../core/v2/teamlog/PaperDocumentLogInfo.java | 4 +- .../core/v2/teamlog/PaperDownloadFormat.java | 4 +- ...PaperEnabledUsersGroupAdditionDetails.java | 4 +- .../PaperEnabledUsersGroupAdditionType.java | 4 +- .../PaperEnabledUsersGroupRemovalDetails.java | 4 +- .../PaperEnabledUsersGroupRemovalType.java | 4 +- .../PaperExternalViewAllowDetails.java | 4 +- .../teamlog/PaperExternalViewAllowType.java | 4 +- .../PaperExternalViewDefaultTeamDetails.java | 4 +- .../PaperExternalViewDefaultTeamType.java | 4 +- .../PaperExternalViewForbidDetails.java | 4 +- .../teamlog/PaperExternalViewForbidType.java | 4 +- .../PaperFolderChangeSubscriptionDetails.java | 4 +- .../PaperFolderChangeSubscriptionType.java | 4 +- .../v2/teamlog/PaperFolderDeletedDetails.java | 4 +- .../v2/teamlog/PaperFolderDeletedType.java | 4 +- .../teamlog/PaperFolderFollowedDetails.java | 4 +- .../v2/teamlog/PaperFolderFollowedType.java | 4 +- .../core/v2/teamlog/PaperFolderLogInfo.java | 4 +- .../teamlog/PaperFolderTeamInviteDetails.java | 4 +- .../v2/teamlog/PaperFolderTeamInviteType.java | 4 +- .../core/v2/teamlog/PaperMemberPolicy.java | 4 +- ...rPublishedLinkChangePermissionDetails.java | 4 +- ...aperPublishedLinkChangePermissionType.java | 4 +- .../PaperPublishedLinkCreateDetails.java | 4 +- .../teamlog/PaperPublishedLinkCreateType.java | 4 +- .../PaperPublishedLinkDisabledDetails.java | 4 +- .../PaperPublishedLinkDisabledType.java | 4 +- .../PaperPublishedLinkViewDetails.java | 4 +- .../teamlog/PaperPublishedLinkViewType.java | 4 +- .../core/v2/teamlog/ParticipantLogInfo.java | 4 +- .../dropbox/core/v2/teamlog/PassPolicy.java | 4 +- .../v2/teamlog/PasswordChangeDetails.java | 4 +- .../core/v2/teamlog/PasswordChangeType.java | 4 +- .../v2/teamlog/PasswordResetAllDetails.java | 4 +- .../core/v2/teamlog/PasswordResetAllType.java | 4 +- .../core/v2/teamlog/PasswordResetDetails.java | 4 +- .../core/v2/teamlog/PasswordResetType.java | 4 +- ...rengthRequirementsChangePolicyDetails.java | 4 +- ...dStrengthRequirementsChangePolicyType.java | 4 +- .../dropbox/core/v2/teamlog/PathLogInfo.java | 4 +- .../PendingSecondaryEmailAddedDetails.java | 4 +- .../PendingSecondaryEmailAddedType.java | 4 +- .../PermanentDeleteChangePolicyDetails.java | 4 +- .../PermanentDeleteChangePolicyType.java | 4 +- .../core/v2/teamlog/PlacementRestriction.java | 12 +- .../dropbox/core/v2/teamlog/PolicyType.java | 4 +- .../PrimaryTeamRequestAcceptedDetails.java | 4 +- .../PrimaryTeamRequestCanceledDetails.java | 4 +- .../PrimaryTeamRequestExpiredDetails.java | 4 +- .../PrimaryTeamRequestReminderDetails.java | 4 +- .../RansomwareAlertCreateReportDetails.java | 4 +- ...somwareAlertCreateReportFailedDetails.java | 4 +- ...RansomwareAlertCreateReportFailedType.java | 4 +- .../RansomwareAlertCreateReportType.java | 4 +- ...somwareRestoreProcessCompletedDetails.java | 4 +- ...RansomwareRestoreProcessCompletedType.java | 4 +- ...ansomwareRestoreProcessStartedDetails.java | 4 +- .../RansomwareRestoreProcessStartedType.java | 4 +- .../v2/teamlog/RecipientsConfiguration.java | 4 +- .../RelocateAssetReferencesLogInfo.java | 4 +- .../v2/teamlog/ReplayFileDeleteDetails.java | 4 +- .../core/v2/teamlog/ReplayFileDeleteType.java | 4 +- .../ReplayFileSharedLinkCreatedDetails.java | 146 +- .../ReplayFileSharedLinkCreatedType.java | 4 +- .../ReplayFileSharedLinkModifiedDetails.java | 150 +- .../ReplayFileSharedLinkModifiedType.java | 4 +- .../teamlog/ReplayProjectTeamAddDetails.java | 4 +- .../v2/teamlog/ReplayProjectTeamAddType.java | 4 +- .../ReplayProjectTeamDeleteDetails.java | 4 +- .../teamlog/ReplayProjectTeamDeleteType.java | 4 +- .../core/v2/teamlog/ResellerLogInfo.java | 4 +- .../dropbox/core/v2/teamlog/ResellerRole.java | 4 +- .../ResellerSupportChangePolicyDetails.java | 4 +- .../ResellerSupportChangePolicyType.java | 4 +- .../v2/teamlog/ResellerSupportPolicy.java | 4 +- .../ResellerSupportSessionEndDetails.java | 4 +- .../ResellerSupportSessionEndType.java | 4 +- .../ResellerSupportSessionStartDetails.java | 4 +- .../ResellerSupportSessionStartType.java | 4 +- .../core/v2/teamlog/RewindFolderDetails.java | 4 +- .../core/v2/teamlog/RewindFolderType.java | 4 +- .../dropbox/core/v2/teamlog/RewindPolicy.java | 4 +- .../teamlog/RewindPolicyChangedDetails.java | 4 +- .../v2/teamlog/RewindPolicyChangedType.java | 4 +- .../teamlog/SecondaryEmailDeletedDetails.java | 4 +- .../v2/teamlog/SecondaryEmailDeletedType.java | 4 +- .../SecondaryEmailVerifiedDetails.java | 4 +- .../teamlog/SecondaryEmailVerifiedType.java | 4 +- .../core/v2/teamlog/SecondaryMailsPolicy.java | 4 +- .../SecondaryMailsPolicyChangedDetails.java | 4 +- .../SecondaryMailsPolicyChangedType.java | 4 +- .../SecondaryTeamRequestAcceptedDetails.java | 4 +- .../SecondaryTeamRequestCanceledDetails.java | 4 +- .../SecondaryTeamRequestExpiredDetails.java | 4 +- .../SecondaryTeamRequestReminderDetails.java | 4 +- .../v2/teamlog/SendForSignaturePolicy.java | 4 +- .../SendForSignaturePolicyChangedDetails.java | 4 +- .../SendForSignaturePolicyChangedType.java | 4 +- .../core/v2/teamlog/SessionLogInfo.java | 18 +- .../core/v2/teamlog/SfAddGroupDetails.java | 4 +- .../core/v2/teamlog/SfAddGroupType.java | 4 +- ...lowNonMembersToViewSharedLinksDetails.java | 4 +- ...fAllowNonMembersToViewSharedLinksType.java | 4 +- .../teamlog/SfExternalInviteWarnDetails.java | 4 +- .../v2/teamlog/SfExternalInviteWarnType.java | 4 +- .../teamlog/SfFbInviteChangeRoleDetails.java | 4 +- .../v2/teamlog/SfFbInviteChangeRoleType.java | 4 +- .../core/v2/teamlog/SfFbInviteDetails.java | 4 +- .../core/v2/teamlog/SfFbInviteType.java | 4 +- .../core/v2/teamlog/SfFbUninviteDetails.java | 4 +- .../core/v2/teamlog/SfFbUninviteType.java | 4 +- .../core/v2/teamlog/SfInviteGroupDetails.java | 4 +- .../core/v2/teamlog/SfInviteGroupType.java | 4 +- .../v2/teamlog/SfTeamGrantAccessDetails.java | 4 +- .../v2/teamlog/SfTeamGrantAccessType.java | 4 +- .../SfTeamInviteChangeRoleDetails.java | 4 +- .../teamlog/SfTeamInviteChangeRoleType.java | 4 +- .../core/v2/teamlog/SfTeamInviteDetails.java | 4 +- .../core/v2/teamlog/SfTeamInviteType.java | 4 +- .../core/v2/teamlog/SfTeamJoinDetails.java | 4 +- .../teamlog/SfTeamJoinFromOobLinkDetails.java | 4 +- .../v2/teamlog/SfTeamJoinFromOobLinkType.java | 4 +- .../core/v2/teamlog/SfTeamJoinType.java | 4 +- .../v2/teamlog/SfTeamUninviteDetails.java | 4 +- .../core/v2/teamlog/SfTeamUninviteType.java | 4 +- .../SharedContentAddInviteesDetails.java | 4 +- .../teamlog/SharedContentAddInviteesType.java | 4 +- .../SharedContentAddLinkExpiryDetails.java | 4 +- .../SharedContentAddLinkExpiryType.java | 4 +- .../SharedContentAddLinkPasswordDetails.java | 4 +- .../SharedContentAddLinkPasswordType.java | 4 +- .../SharedContentAddMemberDetails.java | 4 +- .../teamlog/SharedContentAddMemberType.java | 4 +- ...edContentChangeDownloadsPolicyDetails.java | 4 +- ...haredContentChangeDownloadsPolicyType.java | 4 +- ...SharedContentChangeInviteeRoleDetails.java | 4 +- .../SharedContentChangeInviteeRoleType.java | 4 +- ...haredContentChangeLinkAudienceDetails.java | 4 +- .../SharedContentChangeLinkAudienceType.java | 4 +- .../SharedContentChangeLinkExpiryDetails.java | 4 +- .../SharedContentChangeLinkExpiryType.java | 4 +- ...haredContentChangeLinkPasswordDetails.java | 4 +- .../SharedContentChangeLinkPasswordType.java | 4 +- .../SharedContentChangeMemberRoleDetails.java | 4 +- .../SharedContentChangeMemberRoleType.java | 4 +- ...dContentChangeViewerInfoPolicyDetails.java | 4 +- ...aredContentChangeViewerInfoPolicyType.java | 4 +- .../SharedContentClaimInvitationDetails.java | 4 +- .../SharedContentClaimInvitationType.java | 4 +- .../v2/teamlog/SharedContentCopyDetails.java | 4 +- .../v2/teamlog/SharedContentCopyType.java | 4 +- .../teamlog/SharedContentDownloadDetails.java | 4 +- .../v2/teamlog/SharedContentDownloadType.java | 4 +- ...redContentRelinquishMembershipDetails.java | 4 +- ...SharedContentRelinquishMembershipType.java | 4 +- .../SharedContentRemoveInviteesDetails.java | 4 +- .../SharedContentRemoveInviteesType.java | 4 +- .../SharedContentRemoveLinkExpiryDetails.java | 4 +- .../SharedContentRemoveLinkExpiryType.java | 4 +- ...haredContentRemoveLinkPasswordDetails.java | 4 +- .../SharedContentRemoveLinkPasswordType.java | 4 +- .../SharedContentRemoveMemberDetails.java | 4 +- .../SharedContentRemoveMemberType.java | 4 +- .../SharedContentRequestAccessDetails.java | 4 +- .../SharedContentRequestAccessType.java | 4 +- .../SharedContentRestoreInviteesDetails.java | 4 +- .../SharedContentRestoreInviteesType.java | 4 +- .../SharedContentRestoreMemberDetails.java | 4 +- .../SharedContentRestoreMemberType.java | 4 +- .../teamlog/SharedContentUnshareDetails.java | 4 +- .../v2/teamlog/SharedContentUnshareType.java | 4 +- .../v2/teamlog/SharedContentViewDetails.java | 4 +- .../v2/teamlog/SharedContentViewType.java | 4 +- .../SharedFolderChangeLinkPolicyDetails.java | 4 +- .../SharedFolderChangeLinkPolicyType.java | 4 +- ...ChangeMembersInheritancePolicyDetails.java | 4 +- ...derChangeMembersInheritancePolicyType.java | 4 +- ...rChangeMembersManagementPolicyDetails.java | 4 +- ...lderChangeMembersManagementPolicyType.java | 4 +- ...haredFolderChangeMembersPolicyDetails.java | 4 +- .../SharedFolderChangeMembersPolicyType.java | 4 +- .../v2/teamlog/SharedFolderCreateDetails.java | 4 +- .../v2/teamlog/SharedFolderCreateType.java | 4 +- .../SharedFolderDeclineInvitationDetails.java | 4 +- .../SharedFolderDeclineInvitationType.java | 4 +- .../SharedFolderMembersInheritancePolicy.java | 4 +- .../v2/teamlog/SharedFolderMountDetails.java | 4 +- .../v2/teamlog/SharedFolderMountType.java | 4 +- .../v2/teamlog/SharedFolderNestDetails.java | 4 +- .../core/v2/teamlog/SharedFolderNestType.java | 4 +- .../SharedFolderTransferOwnershipDetails.java | 4 +- .../SharedFolderTransferOwnershipType.java | 4 +- .../teamlog/SharedFolderUnmountDetails.java | 4 +- .../v2/teamlog/SharedFolderUnmountType.java | 4 +- .../v2/teamlog/SharedLinkAccessLevel.java | 4 +- .../teamlog/SharedLinkAddExpiryDetails.java | 54 +- .../v2/teamlog/SharedLinkAddExpiryType.java | 4 +- .../SharedLinkChangeExpiryDetails.java | 54 +- .../teamlog/SharedLinkChangeExpiryType.java | 4 +- .../SharedLinkChangeVisibilityDetails.java | 109 +- .../SharedLinkChangeVisibilityType.java | 4 +- .../v2/teamlog/SharedLinkCopyDetails.java | 4 +- .../core/v2/teamlog/SharedLinkCopyType.java | 4 +- .../v2/teamlog/SharedLinkCreateDetails.java | 4 +- .../core/v2/teamlog/SharedLinkCreateType.java | 4 +- .../v2/teamlog/SharedLinkDisableDetails.java | 4 +- .../v2/teamlog/SharedLinkDisableType.java | 4 +- .../v2/teamlog/SharedLinkDownloadDetails.java | 4 +- .../v2/teamlog/SharedLinkDownloadType.java | 4 +- .../SharedLinkRemoveExpiryDetails.java | 4 +- .../teamlog/SharedLinkRemoveExpiryType.java | 4 +- ...haredLinkSettingsAddExpirationDetails.java | 4 +- .../SharedLinkSettingsAddExpirationType.java | 4 +- .../SharedLinkSettingsAddPasswordDetails.java | 4 +- .../SharedLinkSettingsAddPasswordType.java | 4 +- ...kSettingsAllowDownloadDisabledDetails.java | 4 +- ...LinkSettingsAllowDownloadDisabledType.java | 4 +- ...nkSettingsAllowDownloadEnabledDetails.java | 4 +- ...dLinkSettingsAllowDownloadEnabledType.java | 4 +- ...aredLinkSettingsChangeAudienceDetails.java | 4 +- .../SharedLinkSettingsChangeAudienceType.java | 4 +- ...edLinkSettingsChangeExpirationDetails.java | 4 +- ...haredLinkSettingsChangeExpirationType.java | 4 +- ...aredLinkSettingsChangePasswordDetails.java | 4 +- .../SharedLinkSettingsChangePasswordType.java | 4 +- ...edLinkSettingsRemoveExpirationDetails.java | 4 +- ...haredLinkSettingsRemoveExpirationType.java | 4 +- ...aredLinkSettingsRemovePasswordDetails.java | 4 +- .../SharedLinkSettingsRemovePasswordType.java | 4 +- .../v2/teamlog/SharedLinkShareDetails.java | 4 +- .../core/v2/teamlog/SharedLinkShareType.java | 4 +- .../v2/teamlog/SharedLinkViewDetails.java | 4 +- .../core/v2/teamlog/SharedLinkViewType.java | 4 +- .../core/v2/teamlog/SharedLinkVisibility.java | 4 +- .../v2/teamlog/SharedNoteOpenedDetails.java | 4 +- .../core/v2/teamlog/SharedNoteOpenedType.java | 4 +- .../SharingChangeFolderJoinPolicyDetails.java | 4 +- .../SharingChangeFolderJoinPolicyType.java | 4 +- ...inkAllowChangeExpirationPolicyDetails.java | 4 +- ...geLinkAllowChangeExpirationPolicyType.java | 4 +- ...ngeLinkDefaultExpirationPolicyDetails.java | 4 +- ...ChangeLinkDefaultExpirationPolicyType.java | 4 +- ...hangeLinkEnforcePasswordPolicyDetails.java | 4 +- ...ngChangeLinkEnforcePasswordPolicyType.java | 4 +- .../SharingChangeLinkPolicyDetails.java | 4 +- .../teamlog/SharingChangeLinkPolicyType.java | 4 +- .../SharingChangeMemberPolicyDetails.java | 4 +- .../SharingChangeMemberPolicyType.java | 4 +- .../v2/teamlog/SharingFolderJoinPolicy.java | 4 +- .../core/v2/teamlog/SharingLinkPolicy.java | 4 +- .../core/v2/teamlog/SharingMemberPolicy.java | 4 +- .../ShmodelDisableDownloadsDetails.java | 4 +- .../teamlog/ShmodelDisableDownloadsType.java | 4 +- .../ShmodelEnableDownloadsDetails.java | 4 +- .../teamlog/ShmodelEnableDownloadsType.java | 4 +- .../v2/teamlog/ShmodelGroupShareDetails.java | 4 +- .../v2/teamlog/ShmodelGroupShareType.java | 4 +- .../teamlog/ShowcaseAccessGrantedDetails.java | 4 +- .../v2/teamlog/ShowcaseAccessGrantedType.java | 4 +- .../v2/teamlog/ShowcaseAddMemberDetails.java | 4 +- .../v2/teamlog/ShowcaseAddMemberType.java | 4 +- .../v2/teamlog/ShowcaseArchivedDetails.java | 4 +- .../core/v2/teamlog/ShowcaseArchivedType.java | 4 +- .../ShowcaseChangeDownloadPolicyDetails.java | 4 +- .../ShowcaseChangeDownloadPolicyType.java | 4 +- .../ShowcaseChangeEnabledPolicyDetails.java | 4 +- .../ShowcaseChangeEnabledPolicyType.java | 4 +- ...aseChangeExternalSharingPolicyDetails.java | 4 +- ...owcaseChangeExternalSharingPolicyType.java | 4 +- .../v2/teamlog/ShowcaseCreatedDetails.java | 4 +- .../core/v2/teamlog/ShowcaseCreatedType.java | 4 +- .../teamlog/ShowcaseDeleteCommentDetails.java | 4 +- .../v2/teamlog/ShowcaseDeleteCommentType.java | 4 +- .../v2/teamlog/ShowcaseDocumentLogInfo.java | 4 +- .../v2/teamlog/ShowcaseDownloadPolicy.java | 4 +- .../teamlog/ShowcaseEditCommentDetails.java | 4 +- .../v2/teamlog/ShowcaseEditCommentType.java | 4 +- .../v2/teamlog/ShowcaseEditedDetails.java | 4 +- .../core/v2/teamlog/ShowcaseEditedType.java | 4 +- .../v2/teamlog/ShowcaseEnabledPolicy.java | 4 +- .../ShowcaseExternalSharingPolicy.java | 4 +- .../v2/teamlog/ShowcaseFileAddedDetails.java | 4 +- .../v2/teamlog/ShowcaseFileAddedType.java | 4 +- .../teamlog/ShowcaseFileDownloadDetails.java | 4 +- .../v2/teamlog/ShowcaseFileDownloadType.java | 4 +- .../teamlog/ShowcaseFileRemovedDetails.java | 4 +- .../v2/teamlog/ShowcaseFileRemovedType.java | 4 +- .../v2/teamlog/ShowcaseFileViewDetails.java | 4 +- .../core/v2/teamlog/ShowcaseFileViewType.java | 4 +- .../ShowcasePermanentlyDeletedDetails.java | 4 +- .../ShowcasePermanentlyDeletedType.java | 4 +- .../teamlog/ShowcasePostCommentDetails.java | 4 +- .../v2/teamlog/ShowcasePostCommentType.java | 4 +- .../teamlog/ShowcaseRemoveMemberDetails.java | 4 +- .../v2/teamlog/ShowcaseRemoveMemberType.java | 4 +- .../v2/teamlog/ShowcaseRenamedDetails.java | 4 +- .../core/v2/teamlog/ShowcaseRenamedType.java | 4 +- .../teamlog/ShowcaseRequestAccessDetails.java | 4 +- .../v2/teamlog/ShowcaseRequestAccessType.java | 4 +- .../ShowcaseResolveCommentDetails.java | 4 +- .../teamlog/ShowcaseResolveCommentType.java | 4 +- .../v2/teamlog/ShowcaseRestoredDetails.java | 4 +- .../core/v2/teamlog/ShowcaseRestoredType.java | 4 +- .../ShowcaseTrashedDeprecatedDetails.java | 4 +- .../ShowcaseTrashedDeprecatedType.java | 4 +- .../v2/teamlog/ShowcaseTrashedDetails.java | 4 +- .../core/v2/teamlog/ShowcaseTrashedType.java | 4 +- .../ShowcaseUnresolveCommentDetails.java | 4 +- .../teamlog/ShowcaseUnresolveCommentType.java | 4 +- .../ShowcaseUntrashedDeprecatedDetails.java | 4 +- .../ShowcaseUntrashedDeprecatedType.java | 4 +- .../v2/teamlog/ShowcaseUntrashedDetails.java | 4 +- .../v2/teamlog/ShowcaseUntrashedType.java | 4 +- .../core/v2/teamlog/ShowcaseViewDetails.java | 4 +- .../core/v2/teamlog/ShowcaseViewType.java | 4 +- .../v2/teamlog/SignInAsSessionEndDetails.java | 4 +- .../v2/teamlog/SignInAsSessionEndType.java | 4 +- .../teamlog/SignInAsSessionStartDetails.java | 4 +- .../v2/teamlog/SignInAsSessionStartType.java | 4 +- .../teamlog/SmartSyncChangePolicyDetails.java | 4 +- .../v2/teamlog/SmartSyncChangePolicyType.java | 4 +- ...SyncCreateAdminPrivilegeReportDetails.java | 4 +- ...artSyncCreateAdminPrivilegeReportType.java | 4 +- .../v2/teamlog/SmartSyncNotOptOutDetails.java | 4 +- .../v2/teamlog/SmartSyncNotOptOutType.java | 4 +- .../v2/teamlog/SmartSyncOptOutDetails.java | 4 +- .../v2/teamlog/SmartSyncOptOutPolicy.java | 4 +- .../core/v2/teamlog/SmartSyncOptOutType.java | 4 +- .../SmarterSmartSyncPolicyChangedDetails.java | 4 +- .../SmarterSmartSyncPolicyChangedType.java | 4 +- .../core/v2/teamlog/SpaceCapsType.java | 4 +- .../core/v2/teamlog/SpaceLimitsStatus.java | 4 +- .../core/v2/teamlog/SsoAddCertDetails.java | 4 +- .../core/v2/teamlog/SsoAddCertType.java | 4 +- .../v2/teamlog/SsoAddLoginUrlDetails.java | 4 +- .../core/v2/teamlog/SsoAddLoginUrlType.java | 4 +- .../v2/teamlog/SsoAddLogoutUrlDetails.java | 4 +- .../core/v2/teamlog/SsoAddLogoutUrlType.java | 4 +- .../core/v2/teamlog/SsoChangeCertDetails.java | 4 +- .../core/v2/teamlog/SsoChangeCertType.java | 4 +- .../v2/teamlog/SsoChangeLoginUrlDetails.java | 4 +- .../v2/teamlog/SsoChangeLoginUrlType.java | 4 +- .../v2/teamlog/SsoChangeLogoutUrlDetails.java | 4 +- .../v2/teamlog/SsoChangeLogoutUrlType.java | 4 +- .../v2/teamlog/SsoChangePolicyDetails.java | 4 +- .../core/v2/teamlog/SsoChangePolicyType.java | 4 +- .../SsoChangeSamlIdentityModeDetails.java | 4 +- .../SsoChangeSamlIdentityModeType.java | 4 +- .../core/v2/teamlog/SsoErrorDetails.java | 4 +- .../dropbox/core/v2/teamlog/SsoErrorType.java | 4 +- .../core/v2/teamlog/SsoRemoveCertDetails.java | 4 +- .../core/v2/teamlog/SsoRemoveCertType.java | 4 +- .../v2/teamlog/SsoRemoveLoginUrlDetails.java | 4 +- .../v2/teamlog/SsoRemoveLoginUrlType.java | 4 +- .../v2/teamlog/SsoRemoveLogoutUrlDetails.java | 4 +- .../v2/teamlog/SsoRemoveLogoutUrlType.java | 4 +- .../StartedEnterpriseAdminSessionDetails.java | 4 +- .../StartedEnterpriseAdminSessionType.java | 4 +- .../TeamActivityCreateReportDetails.java | 4 +- .../TeamActivityCreateReportFailDetails.java | 4 +- .../TeamActivityCreateReportFailType.java | 4 +- .../teamlog/TeamActivityCreateReportType.java | 4 +- .../core/v2/teamlog/TeamBrandingPolicy.java | 4 +- .../TeamBrandingPolicyChangedDetails.java | 4 +- .../TeamBrandingPolicyChangedType.java | 4 +- .../dropbox/core/v2/teamlog/TeamDetails.java | 4 +- ...EncryptionKeyCancelKeyDeletionDetails.java | 4 +- ...eamEncryptionKeyCancelKeyDeletionType.java | 4 +- .../TeamEncryptionKeyCreateKeyDetails.java | 4 +- .../TeamEncryptionKeyCreateKeyType.java | 4 +- .../TeamEncryptionKeyDeleteKeyDetails.java | 4 +- .../TeamEncryptionKeyDeleteKeyType.java | 4 +- .../TeamEncryptionKeyDisableKeyDetails.java | 4 +- .../TeamEncryptionKeyDisableKeyType.java | 4 +- .../TeamEncryptionKeyEnableKeyDetails.java | 4 +- .../TeamEncryptionKeyEnableKeyType.java | 4 +- .../TeamEncryptionKeyRotateKeyDetails.java | 4 +- .../TeamEncryptionKeyRotateKeyType.java | 4 +- ...cryptionKeyScheduleKeyDeletionDetails.java | 4 +- ...mEncryptionKeyScheduleKeyDeletionType.java | 4 +- .../dropbox/core/v2/teamlog/TeamEvent.java | 28 +- .../core/v2/teamlog/TeamExtensionsPolicy.java | 4 +- .../TeamExtensionsPolicyChangedDetails.java | 4 +- .../TeamExtensionsPolicyChangedType.java | 4 +- .../TeamFolderChangeStatusDetails.java | 4 +- .../teamlog/TeamFolderChangeStatusType.java | 4 +- .../v2/teamlog/TeamFolderCreateDetails.java | 4 +- .../core/v2/teamlog/TeamFolderCreateType.java | 4 +- .../teamlog/TeamFolderDowngradeDetails.java | 4 +- .../v2/teamlog/TeamFolderDowngradeType.java | 4 +- .../TeamFolderPermanentlyDeleteDetails.java | 4 +- .../TeamFolderPermanentlyDeleteType.java | 4 +- .../v2/teamlog/TeamFolderRenameDetails.java | 4 +- .../core/v2/teamlog/TeamFolderRenameType.java | 4 +- .../core/v2/teamlog/TeamInviteDetails.java | 4 +- .../core/v2/teamlog/TeamLinkedAppLogInfo.java | 4 +- .../dropbox/core/v2/teamlog/TeamLogInfo.java | 4 +- .../core/v2/teamlog/TeamMemberLogInfo.java | 4 +- .../core/v2/teamlog/TeamMembershipType.java | 4 +- .../core/v2/teamlog/TeamMergeFromDetails.java | 4 +- .../core/v2/teamlog/TeamMergeFromType.java | 4 +- .../TeamMergeRequestAcceptedDetails.java | 4 +- .../TeamMergeRequestAcceptedExtraDetails.java | 16 +- ...uestAcceptedShownToPrimaryTeamDetails.java | 4 +- ...RequestAcceptedShownToPrimaryTeamType.java | 4 +- ...stAcceptedShownToSecondaryTeamDetails.java | 4 +- ...questAcceptedShownToSecondaryTeamType.java | 4 +- .../teamlog/TeamMergeRequestAcceptedType.java | 4 +- .../TeamMergeRequestAutoCanceledDetails.java | 4 +- .../TeamMergeRequestAutoCanceledType.java | 4 +- .../TeamMergeRequestCanceledDetails.java | 4 +- .../TeamMergeRequestCanceledExtraDetails.java | 16 +- ...uestCanceledShownToPrimaryTeamDetails.java | 4 +- ...RequestCanceledShownToPrimaryTeamType.java | 4 +- ...stCanceledShownToSecondaryTeamDetails.java | 4 +- ...questCanceledShownToSecondaryTeamType.java | 4 +- .../teamlog/TeamMergeRequestCanceledType.java | 4 +- .../TeamMergeRequestExpiredDetails.java | 4 +- .../TeamMergeRequestExpiredExtraDetails.java | 16 +- ...questExpiredShownToPrimaryTeamDetails.java | 4 +- ...eRequestExpiredShownToPrimaryTeamType.java | 4 +- ...estExpiredShownToSecondaryTeamDetails.java | 4 +- ...equestExpiredShownToSecondaryTeamType.java | 4 +- .../teamlog/TeamMergeRequestExpiredType.java | 4 +- ...uestRejectedShownToPrimaryTeamDetails.java | 4 +- ...RequestRejectedShownToPrimaryTeamType.java | 4 +- ...stRejectedShownToSecondaryTeamDetails.java | 4 +- ...questRejectedShownToSecondaryTeamType.java | 4 +- .../TeamMergeRequestReminderDetails.java | 4 +- .../TeamMergeRequestReminderExtraDetails.java | 16 +- ...uestReminderShownToPrimaryTeamDetails.java | 4 +- ...RequestReminderShownToPrimaryTeamType.java | 4 +- ...stReminderShownToSecondaryTeamDetails.java | 4 +- ...questReminderShownToSecondaryTeamType.java | 4 +- .../teamlog/TeamMergeRequestReminderType.java | 4 +- .../TeamMergeRequestRevokedDetails.java | 4 +- .../teamlog/TeamMergeRequestRevokedType.java | 4 +- ...eRequestSentShownToPrimaryTeamDetails.java | 4 +- ...ergeRequestSentShownToPrimaryTeamType.java | 4 +- ...equestSentShownToSecondaryTeamDetails.java | 4 +- ...geRequestSentShownToSecondaryTeamType.java | 4 +- .../core/v2/teamlog/TeamMergeToDetails.java | 4 +- .../core/v2/teamlog/TeamMergeToType.java | 4 +- .../com/dropbox/core/v2/teamlog/TeamName.java | 4 +- .../TeamProfileAddBackgroundDetails.java | 4 +- .../teamlog/TeamProfileAddBackgroundType.java | 4 +- .../v2/teamlog/TeamProfileAddLogoDetails.java | 4 +- .../v2/teamlog/TeamProfileAddLogoType.java | 4 +- .../TeamProfileChangeBackgroundDetails.java | 4 +- .../TeamProfileChangeBackgroundType.java | 4 +- ...amProfileChangeDefaultLanguageDetails.java | 4 +- .../TeamProfileChangeDefaultLanguageType.java | 4 +- .../teamlog/TeamProfileChangeLogoDetails.java | 4 +- .../v2/teamlog/TeamProfileChangeLogoType.java | 4 +- .../teamlog/TeamProfileChangeNameDetails.java | 4 +- .../v2/teamlog/TeamProfileChangeNameType.java | 4 +- .../TeamProfileRemoveBackgroundDetails.java | 4 +- .../TeamProfileRemoveBackgroundType.java | 4 +- .../teamlog/TeamProfileRemoveLogoDetails.java | 4 +- .../v2/teamlog/TeamProfileRemoveLogoType.java | 4 +- .../v2/teamlog/TeamSelectiveSyncPolicy.java | 4 +- ...TeamSelectiveSyncPolicyChangedDetails.java | 4 +- .../TeamSelectiveSyncPolicyChangedType.java | 4 +- ...amSelectiveSyncSettingsChangedDetails.java | 4 +- .../TeamSelectiveSyncSettingsChangedType.java | 4 +- ...haringWhitelistSubjectsChangedDetails.java | 4 +- ...amSharingWhitelistSubjectsChangedType.java | 4 +- .../v2/teamlog/TfaAddBackupPhoneDetails.java | 8 +- .../v2/teamlog/TfaAddBackupPhoneType.java | 4 +- .../v2/teamlog/TfaAddExceptionDetails.java | 4 +- .../core/v2/teamlog/TfaAddExceptionType.java | 4 +- .../v2/teamlog/TfaAddSecurityKeyDetails.java | 8 +- .../v2/teamlog/TfaAddSecurityKeyType.java | 4 +- .../teamlog/TfaChangeBackupPhoneDetails.java | 8 +- .../v2/teamlog/TfaChangeBackupPhoneType.java | 4 +- .../v2/teamlog/TfaChangePolicyDetails.java | 10 +- .../core/v2/teamlog/TfaChangePolicyType.java | 4 +- .../v2/teamlog/TfaChangeStatusDetails.java | 10 +- .../core/v2/teamlog/TfaChangeStatusType.java | 4 +- .../core/v2/teamlog/TfaConfiguration.java | 4 +- .../teamlog/TfaRemoveBackupPhoneDetails.java | 8 +- .../v2/teamlog/TfaRemoveBackupPhoneType.java | 4 +- .../v2/teamlog/TfaRemoveExceptionDetails.java | 4 +- .../v2/teamlog/TfaRemoveExceptionType.java | 4 +- .../teamlog/TfaRemoveSecurityKeyDetails.java | 8 +- .../v2/teamlog/TfaRemoveSecurityKeyType.java | 4 +- .../core/v2/teamlog/TfaResetDetails.java | 8 +- .../dropbox/core/v2/teamlog/TfaResetType.java | 4 +- .../com/dropbox/core/v2/teamlog/TimeUnit.java | 4 +- .../teamlog/TrustedNonTeamMemberLogInfo.java | 4 +- .../v2/teamlog/TrustedNonTeamMemberType.java | 4 +- .../v2/teamlog/TrustedTeamsRequestAction.java | 4 +- .../v2/teamlog/TrustedTeamsRequestState.java | 4 +- .../TwoAccountChangePolicyDetails.java | 4 +- .../teamlog/TwoAccountChangePolicyType.java | 4 +- .../core/v2/teamlog/TwoAccountPolicy.java | 4 +- .../teamlog/UndoNamingConventionDetails.java | 4 +- .../v2/teamlog/UndoNamingConventionType.java | 4 +- .../UndoOrganizeFolderWithTidyDetails.java | 4 +- .../UndoOrganizeFolderWithTidyType.java | 4 +- .../core/v2/teamlog/UserLinkedAppLogInfo.java | 4 +- .../dropbox/core/v2/teamlog/UserLogInfo.java | 18 +- .../core/v2/teamlog/UserNameLogInfo.java | 4 +- .../teamlog/UserOrTeamLinkedAppLogInfo.java | 4 +- .../core/v2/teamlog/UserTagsAddedDetails.java | 4 +- .../core/v2/teamlog/UserTagsAddedType.java | 4 +- .../v2/teamlog/UserTagsRemovedDetails.java | 4 +- .../core/v2/teamlog/UserTagsRemovedType.java | 4 +- .../ViewerInfoPolicyChangedDetails.java | 4 +- .../teamlog/ViewerInfoPolicyChangedType.java | 4 +- .../core/v2/teamlog/WatermarkingPolicy.java | 4 +- .../WatermarkingPolicyChangedDetails.java | 4 +- .../WatermarkingPolicyChangedType.java | 4 +- .../v2/teamlog/WebDeviceSessionLogInfo.java | 4 +- .../core/v2/teamlog/WebSessionLogInfo.java | 4 +- ...ssionsChangeActiveSessionLimitDetails.java | 4 +- ...bSessionsChangeActiveSessionLimitType.java | 4 +- ...essionsChangeFixedLengthPolicyDetails.java | 4 +- ...ebSessionsChangeFixedLengthPolicyType.java | 4 +- ...SessionsChangeIdleLengthPolicyDetails.java | 4 +- ...WebSessionsChangeIdleLengthPolicyType.java | 4 +- .../teamlog/WebSessionsFixedLengthPolicy.java | 4 +- .../teamlog/WebSessionsIdleLengthPolicy.java | 4 +- .../core/v2/teampolicies/EmmState.java | 4 +- .../teampolicies/FileLockingPolicyState.java | 4 +- .../FileProviderMigrationPolicyState.java | 16 +- .../core/v2/teampolicies/GroupCreation.java | 4 +- .../v2/teampolicies/OfficeAddInPolicy.java | 4 +- .../teampolicies/PaperDeploymentPolicy.java | 4 +- .../v2/teampolicies/PaperEnabledPolicy.java | 4 +- .../teampolicies/PasswordStrengthPolicy.java | 12 +- .../core/v2/teampolicies/RolloutMethod.java | 4 +- ...redFolderBlanketLinkRestrictionPolicy.java | 4 +- .../teampolicies/SharedFolderJoinPolicy.java | 4 +- .../SharedFolderMemberPolicy.java | 16 +- .../teampolicies/SharedLinkCreatePolicy.java | 4 +- .../core/v2/teampolicies/SmartSyncPolicy.java | 4 +- .../SmarterSmartSyncPolicyState.java | 4 +- .../core/v2/teampolicies/SsoPolicy.java | 4 +- .../v2/teampolicies/SuggestMembersPolicy.java | 4 +- .../v2/teampolicies/TeamMemberPolicies.java | 41 +- .../v2/teampolicies/TeamSharingPolicies.java | 97 +- .../TwoStepVerificationPolicy.java | 4 +- .../com/dropbox/core/v2/users/Account.java | 4 +- .../dropbox/core/v2/users/BasicAccount.java | 4 +- .../core/v2/users/DbxUserUsersRequests.java | 12 +- .../core/v2/users/FileLockingValue.java | 4 +- .../dropbox/core/v2/users/FullAccount.java | 4 +- .../com/dropbox/core/v2/users/FullTeam.java | 42 +- .../dropbox/core/v2/users/GetAccountArg.java | 4 +- .../core/v2/users/GetAccountBatchArg.java | 4 +- .../core/v2/users/GetAccountBatchError.java | 4 +- .../core/v2/users/GetAccountError.java | 4 +- .../v2/users/IndividualSpaceAllocation.java | 4 +- .../src/com/dropbox/core/v2/users/Name.java | 4 +- .../core/v2/users/PaperAsFilesValue.java | 4 +- .../core/v2/users/SpaceAllocation.java | 4 +- .../com/dropbox/core/v2/users/SpaceUsage.java | 4 +- .../src/com/dropbox/core/v2/users/Team.java | 4 +- .../core/v2/users/TeamSpaceAllocation.java | 4 +- .../dropbox/core/v2/users/UserFeature.java | 28 +- .../core/v2/users/UserFeatureValue.java | 170 +- .../users/UserFeaturesGetValuesBatchArg.java | 4 +- .../UserFeaturesGetValuesBatchError.java | 4 +- .../UserFeaturesGetValuesBatchResult.java | 4 +- .../dropbox/core/v2/users/package-info.java | 6 +- .../core/v2/userscommon/AccountType.java | 4 +- core/src/main/stone | 2 +- 2041 files changed, 30292 insertions(+), 9666 deletions(-) delete mode 100644 core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileBuilder.java delete mode 100644 core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkError.java delete mode 100644 core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkErrorException.java delete mode 100644 core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/PropertiesTemplateUpdateBuilder.java diff --git a/core/build/generated_stone_source/main/refs/javadoc-refs.json b/core/build/generated_stone_source/main/refs/javadoc-refs.json index b8864946d..8a8eeb1a2 100644 --- a/core/build/generated_stone_source/main/refs/javadoc-refs.json +++ b/core/build/generated_stone_source/main/refs/javadoc-refs.json @@ -1 +1 @@ -{"data_types": {"account.PhotoSourceArg": {"fq_name": "account.PhotoSourceArg", "java_class": "com.dropbox.core.v2.account.PhotoSourceArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "account.SetProfilePhotoArg": {"fq_name": "account.SetProfilePhotoArg", "java_class": "com.dropbox.core.v2.account.SetProfilePhotoArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "account.SetProfilePhotoError": {"fq_name": "account.SetProfilePhotoError", "java_class": "com.dropbox.core.v2.account.SetProfilePhotoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "account.SetProfilePhotoResult": {"fq_name": "account.SetProfilePhotoResult", "java_class": "com.dropbox.core.v2.account.SetProfilePhotoResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "async.LaunchEmptyResult": {"fq_name": "async.LaunchEmptyResult", "java_class": "com.dropbox.core.v2.async.LaunchEmptyResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "async.LaunchResultBase": {"fq_name": "async.LaunchResultBase", "java_class": "com.dropbox.core.v2.async.LaunchResultBase", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "async.PollArg": {"fq_name": "async.PollArg", "java_class": "com.dropbox.core.v2.async.PollArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "async.PollEmptyResult": {"fq_name": "async.PollEmptyResult", "java_class": "com.dropbox.core.v2.async.PollEmptyResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "async.PollError": {"fq_name": "async.PollError", "java_class": "com.dropbox.core.v2.async.PollError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "async.PollResultBase": {"fq_name": "async.PollResultBase", "java_class": "com.dropbox.core.v2.async.PollResultBase", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "auth.AccessError": {"fq_name": "auth.AccessError", "java_class": "com.dropbox.core.v2.auth.AccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.AuthError": {"fq_name": "auth.AuthError", "java_class": "com.dropbox.core.v2.auth.AuthError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.InvalidAccountTypeError": {"fq_name": "auth.InvalidAccountTypeError", "java_class": "com.dropbox.core.v2.auth.InvalidAccountTypeError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.PaperAccessError": {"fq_name": "auth.PaperAccessError", "java_class": "com.dropbox.core.v2.auth.PaperAccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.RateLimitError": {"fq_name": "auth.RateLimitError", "java_class": "com.dropbox.core.v2.auth.RateLimitError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.RateLimitReason": {"fq_name": "auth.RateLimitReason", "java_class": "com.dropbox.core.v2.auth.RateLimitReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.TokenFromOAuth1Arg": {"fq_name": "auth.TokenFromOAuth1Arg", "java_class": "com.dropbox.core.v2.auth.TokenFromOAuth1Arg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "auth.TokenFromOAuth1Error": {"fq_name": "auth.TokenFromOAuth1Error", "java_class": "com.dropbox.core.v2.auth.TokenFromOAuth1Error", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "auth.TokenFromOAuth1Result": {"fq_name": "auth.TokenFromOAuth1Result", "java_class": "com.dropbox.core.v2.auth.TokenFromOAuth1Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "auth.TokenScopeError": {"fq_name": "auth.TokenScopeError", "java_class": "com.dropbox.core.v2.auth.TokenScopeError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "check.EchoArg": {"fq_name": "check.EchoArg", "java_class": "com.dropbox.core.v2.check.EchoArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "check.EchoResult": {"fq_name": "check.EchoResult", "java_class": "com.dropbox.core.v2.check.EchoResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "common.PathRoot": {"fq_name": "common.PathRoot", "java_class": "com.dropbox.core.v2.common.PathRoot", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "common.PathRootError": {"fq_name": "common.PathRootError", "java_class": "com.dropbox.core.v2.common.PathRootError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "common.RootInfo": {"fq_name": "common.RootInfo", "java_class": "com.dropbox.core.v2.common.RootInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "common.TeamRootInfo": {"fq_name": "common.TeamRootInfo", "java_class": "com.dropbox.core.v2.common.TeamRootInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "common.UserRootInfo": {"fq_name": "common.UserRootInfo", "java_class": "com.dropbox.core.v2.common.UserRootInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "contacts.DeleteManualContactsArg": {"fq_name": "contacts.DeleteManualContactsArg", "java_class": "com.dropbox.core.v2.contacts.DeleteManualContactsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "contacts.DeleteManualContactsError": {"fq_name": "contacts.DeleteManualContactsError", "java_class": "com.dropbox.core.v2.contacts.DeleteManualContactsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.AddPropertiesArg": {"fq_name": "file_properties.AddPropertiesArg", "java_class": "com.dropbox.core.v2.fileproperties.AddPropertiesArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.AddPropertiesError": {"fq_name": "file_properties.AddPropertiesError", "java_class": "com.dropbox.core.v2.fileproperties.AddPropertiesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.AddTemplateArg": {"fq_name": "file_properties.AddTemplateArg", "java_class": "com.dropbox.core.v2.fileproperties.AddTemplateArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.AddTemplateResult": {"fq_name": "file_properties.AddTemplateResult", "java_class": "com.dropbox.core.v2.fileproperties.AddTemplateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.GetTemplateArg": {"fq_name": "file_properties.GetTemplateArg", "java_class": "com.dropbox.core.v2.fileproperties.GetTemplateArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.GetTemplateResult": {"fq_name": "file_properties.GetTemplateResult", "java_class": "com.dropbox.core.v2.fileproperties.GetTemplateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.InvalidPropertyGroupError": {"fq_name": "file_properties.InvalidPropertyGroupError", "java_class": "com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.ListTemplateResult": {"fq_name": "file_properties.ListTemplateResult", "java_class": "com.dropbox.core.v2.fileproperties.ListTemplateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.LogicalOperator": {"fq_name": "file_properties.LogicalOperator", "java_class": "com.dropbox.core.v2.fileproperties.LogicalOperator", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.LookUpPropertiesError": {"fq_name": "file_properties.LookUpPropertiesError", "java_class": "com.dropbox.core.v2.fileproperties.LookUpPropertiesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.LookupError": {"fq_name": "file_properties.LookupError", "java_class": "com.dropbox.core.v2.fileproperties.LookupError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.ModifyTemplateError": {"fq_name": "file_properties.ModifyTemplateError", "java_class": "com.dropbox.core.v2.fileproperties.ModifyTemplateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.OverwritePropertyGroupArg": {"fq_name": "file_properties.OverwritePropertyGroupArg", "java_class": "com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.PropertiesError": {"fq_name": "file_properties.PropertiesError", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchArg": {"fq_name": "file_properties.PropertiesSearchArg", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchContinueArg": {"fq_name": "file_properties.PropertiesSearchContinueArg", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchContinueError": {"fq_name": "file_properties.PropertiesSearchContinueError", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchError": {"fq_name": "file_properties.PropertiesSearchError", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchMatch": {"fq_name": "file_properties.PropertiesSearchMatch", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchMatch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchMode": {"fq_name": "file_properties.PropertiesSearchMode", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchQuery": {"fq_name": "file_properties.PropertiesSearchQuery", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchQuery", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchResult": {"fq_name": "file_properties.PropertiesSearchResult", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertyField": {"fq_name": "file_properties.PropertyField", "java_class": "com.dropbox.core.v2.fileproperties.PropertyField", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertyFieldTemplate": {"fq_name": "file_properties.PropertyFieldTemplate", "java_class": "com.dropbox.core.v2.fileproperties.PropertyFieldTemplate", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertyGroup": {"fq_name": "file_properties.PropertyGroup", "java_class": "com.dropbox.core.v2.fileproperties.PropertyGroup", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.PropertyGroupTemplate": {"fq_name": "file_properties.PropertyGroupTemplate", "java_class": "com.dropbox.core.v2.fileproperties.PropertyGroupTemplate", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertyGroupUpdate": {"fq_name": "file_properties.PropertyGroupUpdate", "java_class": "com.dropbox.core.v2.fileproperties.PropertyGroupUpdate", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.fileproperties.PropertyGroupUpdate.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertyType": {"fq_name": "file_properties.PropertyType", "java_class": "com.dropbox.core.v2.fileproperties.PropertyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.RemovePropertiesArg": {"fq_name": "file_properties.RemovePropertiesArg", "java_class": "com.dropbox.core.v2.fileproperties.RemovePropertiesArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.RemovePropertiesError": {"fq_name": "file_properties.RemovePropertiesError", "java_class": "com.dropbox.core.v2.fileproperties.RemovePropertiesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.RemoveTemplateArg": {"fq_name": "file_properties.RemoveTemplateArg", "java_class": "com.dropbox.core.v2.fileproperties.RemoveTemplateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.TemplateError": {"fq_name": "file_properties.TemplateError", "java_class": "com.dropbox.core.v2.fileproperties.TemplateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.TemplateFilter": {"fq_name": "file_properties.TemplateFilter", "java_class": "com.dropbox.core.v2.fileproperties.TemplateFilter", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.TemplateFilterBase": {"fq_name": "file_properties.TemplateFilterBase", "java_class": "com.dropbox.core.v2.fileproperties.TemplateFilterBase", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.TemplateOwnerType": {"fq_name": "file_properties.TemplateOwnerType", "java_class": "com.dropbox.core.v2.fileproperties.TemplateOwnerType", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "file_properties.UpdatePropertiesArg": {"fq_name": "file_properties.UpdatePropertiesArg", "java_class": "com.dropbox.core.v2.fileproperties.UpdatePropertiesArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.UpdatePropertiesError": {"fq_name": "file_properties.UpdatePropertiesError", "java_class": "com.dropbox.core.v2.fileproperties.UpdatePropertiesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.UpdateTemplateArg": {"fq_name": "file_properties.UpdateTemplateArg", "java_class": "com.dropbox.core.v2.fileproperties.UpdateTemplateArg", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder", "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.UpdateTemplateResult": {"fq_name": "file_properties.UpdateTemplateResult", "java_class": "com.dropbox.core.v2.fileproperties.UpdateTemplateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_requests.CountFileRequestsError": {"fq_name": "file_requests.CountFileRequestsError", "java_class": "com.dropbox.core.v2.filerequests.CountFileRequestsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.CountFileRequestsResult": {"fq_name": "file_requests.CountFileRequestsResult", "java_class": "com.dropbox.core.v2.filerequests.CountFileRequestsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.CreateFileRequestArgs": {"fq_name": "file_requests.CreateFileRequestArgs", "java_class": "com.dropbox.core.v2.filerequests.CreateFileRequestArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.filerequests.CreateFileRequestArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.CreateFileRequestError": {"fq_name": "file_requests.CreateFileRequestError", "java_class": "com.dropbox.core.v2.filerequests.CreateFileRequestError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.DeleteAllClosedFileRequestsError": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError", "java_class": "com.dropbox.core.v2.filerequests.DeleteAllClosedFileRequestsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.DeleteAllClosedFileRequestsResult": {"fq_name": "file_requests.DeleteAllClosedFileRequestsResult", "java_class": "com.dropbox.core.v2.filerequests.DeleteAllClosedFileRequestsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.DeleteFileRequestArgs": {"fq_name": "file_requests.DeleteFileRequestArgs", "java_class": "com.dropbox.core.v2.filerequests.DeleteFileRequestArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.DeleteFileRequestError": {"fq_name": "file_requests.DeleteFileRequestError", "java_class": "com.dropbox.core.v2.filerequests.DeleteFileRequestError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.DeleteFileRequestsResult": {"fq_name": "file_requests.DeleteFileRequestsResult", "java_class": "com.dropbox.core.v2.filerequests.DeleteFileRequestsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.FileRequest": {"fq_name": "file_requests.FileRequest", "java_class": "com.dropbox.core.v2.filerequests.FileRequest", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.filerequests.FileRequest.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.FileRequestDeadline": {"fq_name": "file_requests.FileRequestDeadline", "java_class": "com.dropbox.core.v2.filerequests.FileRequestDeadline", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.FileRequestError": {"fq_name": "file_requests.FileRequestError", "java_class": "com.dropbox.core.v2.filerequests.FileRequestError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "file_requests.GeneralFileRequestsError": {"fq_name": "file_requests.GeneralFileRequestsError", "java_class": "com.dropbox.core.v2.filerequests.GeneralFileRequestsError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "file_requests.GetFileRequestArgs": {"fq_name": "file_requests.GetFileRequestArgs", "java_class": "com.dropbox.core.v2.filerequests.GetFileRequestArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.GetFileRequestError": {"fq_name": "file_requests.GetFileRequestError", "java_class": "com.dropbox.core.v2.filerequests.GetFileRequestError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.GracePeriod": {"fq_name": "file_requests.GracePeriod", "java_class": "com.dropbox.core.v2.filerequests.GracePeriod", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsArg": {"fq_name": "file_requests.ListFileRequestsArg", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsContinueArg": {"fq_name": "file_requests.ListFileRequestsContinueArg", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsContinueError": {"fq_name": "file_requests.ListFileRequestsContinueError", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsError": {"fq_name": "file_requests.ListFileRequestsError", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsResult": {"fq_name": "file_requests.ListFileRequestsResult", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsV2Result": {"fq_name": "file_requests.ListFileRequestsV2Result", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.UpdateFileRequestArgs": {"fq_name": "file_requests.UpdateFileRequestArgs", "java_class": "com.dropbox.core.v2.filerequests.UpdateFileRequestArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.filerequests.UpdateFileRequestArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.UpdateFileRequestDeadline": {"fq_name": "file_requests.UpdateFileRequestDeadline", "java_class": "com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.UpdateFileRequestError": {"fq_name": "file_requests.UpdateFileRequestError", "java_class": "com.dropbox.core.v2.filerequests.UpdateFileRequestError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.AddTagArg": {"fq_name": "files.AddTagArg", "java_class": "com.dropbox.core.v2.files.AddTagArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.AddTagError": {"fq_name": "files.AddTagError", "java_class": "com.dropbox.core.v2.files.AddTagError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.AlphaGetMetadataArg": {"fq_name": "files.AlphaGetMetadataArg", "java_class": "com.dropbox.core.v2.files.AlphaGetMetadataArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.AlphaGetMetadataArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.AlphaGetMetadataError": {"fq_name": "files.AlphaGetMetadataError", "java_class": "com.dropbox.core.v2.files.AlphaGetMetadataError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.BaseTagError": {"fq_name": "files.BaseTagError", "java_class": "com.dropbox.core.v2.files.BaseTagError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CommitInfo": {"fq_name": "files.CommitInfo", "java_class": "com.dropbox.core.v2.files.CommitInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.CommitInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ContentSyncSetting": {"fq_name": "files.ContentSyncSetting", "java_class": "com.dropbox.core.v2.files.ContentSyncSetting", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.ContentSyncSettingArg": {"fq_name": "files.ContentSyncSettingArg", "java_class": "com.dropbox.core.v2.files.ContentSyncSettingArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.CreateFolderArg": {"fq_name": "files.CreateFolderArg", "java_class": "com.dropbox.core.v2.files.CreateFolderArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchArg": {"fq_name": "files.CreateFolderBatchArg", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.CreateFolderBatchArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchError": {"fq_name": "files.CreateFolderBatchError", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchJobStatus": {"fq_name": "files.CreateFolderBatchJobStatus", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchLaunch": {"fq_name": "files.CreateFolderBatchLaunch", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchResult": {"fq_name": "files.CreateFolderBatchResult", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchResultEntry": {"fq_name": "files.CreateFolderBatchResultEntry", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderEntryError": {"fq_name": "files.CreateFolderEntryError", "java_class": "com.dropbox.core.v2.files.CreateFolderEntryError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderEntryResult": {"fq_name": "files.CreateFolderEntryResult", "java_class": "com.dropbox.core.v2.files.CreateFolderEntryResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderError": {"fq_name": "files.CreateFolderError", "java_class": "com.dropbox.core.v2.files.CreateFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderResult": {"fq_name": "files.CreateFolderResult", "java_class": "com.dropbox.core.v2.files.CreateFolderResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteArg": {"fq_name": "files.DeleteArg", "java_class": "com.dropbox.core.v2.files.DeleteArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchArg": {"fq_name": "files.DeleteBatchArg", "java_class": "com.dropbox.core.v2.files.DeleteBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchError": {"fq_name": "files.DeleteBatchError", "java_class": "com.dropbox.core.v2.files.DeleteBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchJobStatus": {"fq_name": "files.DeleteBatchJobStatus", "java_class": "com.dropbox.core.v2.files.DeleteBatchJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchLaunch": {"fq_name": "files.DeleteBatchLaunch", "java_class": "com.dropbox.core.v2.files.DeleteBatchLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchResult": {"fq_name": "files.DeleteBatchResult", "java_class": "com.dropbox.core.v2.files.DeleteBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchResultData": {"fq_name": "files.DeleteBatchResultData", "java_class": "com.dropbox.core.v2.files.DeleteBatchResultData", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchResultEntry": {"fq_name": "files.DeleteBatchResultEntry", "java_class": "com.dropbox.core.v2.files.DeleteBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteError": {"fq_name": "files.DeleteError", "java_class": "com.dropbox.core.v2.files.DeleteError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteResult": {"fq_name": "files.DeleteResult", "java_class": "com.dropbox.core.v2.files.DeleteResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeletedMetadata": {"fq_name": "files.DeletedMetadata", "java_class": "com.dropbox.core.v2.files.DeletedMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.DeletedMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.Dimensions": {"fq_name": "files.Dimensions", "java_class": "com.dropbox.core.v2.files.Dimensions", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DownloadArg": {"fq_name": "files.DownloadArg", "java_class": "com.dropbox.core.v2.files.DownloadArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DownloadError": {"fq_name": "files.DownloadError", "java_class": "com.dropbox.core.v2.files.DownloadError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DownloadZipArg": {"fq_name": "files.DownloadZipArg", "java_class": "com.dropbox.core.v2.files.DownloadZipArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DownloadZipError": {"fq_name": "files.DownloadZipError", "java_class": "com.dropbox.core.v2.files.DownloadZipError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DownloadZipResult": {"fq_name": "files.DownloadZipResult", "java_class": "com.dropbox.core.v2.files.DownloadZipResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ExportArg": {"fq_name": "files.ExportArg", "java_class": "com.dropbox.core.v2.files.ExportArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.ExportError": {"fq_name": "files.ExportError", "java_class": "com.dropbox.core.v2.files.ExportError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.ExportInfo": {"fq_name": "files.ExportInfo", "java_class": "com.dropbox.core.v2.files.ExportInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ExportInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ExportMetadata": {"fq_name": "files.ExportMetadata", "java_class": "com.dropbox.core.v2.files.ExportMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ExportMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ExportResult": {"fq_name": "files.ExportResult", "java_class": "com.dropbox.core.v2.files.ExportResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.FileCategory": {"fq_name": "files.FileCategory", "java_class": "com.dropbox.core.v2.files.FileCategory", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileLock": {"fq_name": "files.FileLock", "java_class": "com.dropbox.core.v2.files.FileLock", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileLockContent": {"fq_name": "files.FileLockContent", "java_class": "com.dropbox.core.v2.files.FileLockContent", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileLockMetadata": {"fq_name": "files.FileLockMetadata", "java_class": "com.dropbox.core.v2.files.FileLockMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.FileLockMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileMetadata": {"fq_name": "files.FileMetadata", "java_class": "com.dropbox.core.v2.files.FileMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.FileMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileOpsResult": {"fq_name": "files.FileOpsResult", "java_class": "com.dropbox.core.v2.files.FileOpsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "files.FileSharingInfo": {"fq_name": "files.FileSharingInfo", "java_class": "com.dropbox.core.v2.files.FileSharingInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileStatus": {"fq_name": "files.FileStatus", "java_class": "com.dropbox.core.v2.files.FileStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FolderMetadata": {"fq_name": "files.FolderMetadata", "java_class": "com.dropbox.core.v2.files.FolderMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.FolderMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FolderSharingInfo": {"fq_name": "files.FolderSharingInfo", "java_class": "com.dropbox.core.v2.files.FolderSharingInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.FolderSharingInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetCopyReferenceArg": {"fq_name": "files.GetCopyReferenceArg", "java_class": "com.dropbox.core.v2.files.GetCopyReferenceArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetCopyReferenceError": {"fq_name": "files.GetCopyReferenceError", "java_class": "com.dropbox.core.v2.files.GetCopyReferenceError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetCopyReferenceResult": {"fq_name": "files.GetCopyReferenceResult", "java_class": "com.dropbox.core.v2.files.GetCopyReferenceResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetMetadataArg": {"fq_name": "files.GetMetadataArg", "java_class": "com.dropbox.core.v2.files.GetMetadataArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.GetMetadataArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetMetadataError": {"fq_name": "files.GetMetadataError", "java_class": "com.dropbox.core.v2.files.GetMetadataError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTagsArg": {"fq_name": "files.GetTagsArg", "java_class": "com.dropbox.core.v2.files.GetTagsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTagsResult": {"fq_name": "files.GetTagsResult", "java_class": "com.dropbox.core.v2.files.GetTagsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTemporaryLinkArg": {"fq_name": "files.GetTemporaryLinkArg", "java_class": "com.dropbox.core.v2.files.GetTemporaryLinkArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTemporaryLinkError": {"fq_name": "files.GetTemporaryLinkError", "java_class": "com.dropbox.core.v2.files.GetTemporaryLinkError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTemporaryLinkResult": {"fq_name": "files.GetTemporaryLinkResult", "java_class": "com.dropbox.core.v2.files.GetTemporaryLinkResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTemporaryUploadLinkArg": {"fq_name": "files.GetTemporaryUploadLinkArg", "java_class": "com.dropbox.core.v2.files.GetTemporaryUploadLinkArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTemporaryUploadLinkResult": {"fq_name": "files.GetTemporaryUploadLinkResult", "java_class": "com.dropbox.core.v2.files.GetTemporaryUploadLinkResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetThumbnailBatchArg": {"fq_name": "files.GetThumbnailBatchArg", "java_class": "com.dropbox.core.v2.files.GetThumbnailBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetThumbnailBatchError": {"fq_name": "files.GetThumbnailBatchError", "java_class": "com.dropbox.core.v2.files.GetThumbnailBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetThumbnailBatchResult": {"fq_name": "files.GetThumbnailBatchResult", "java_class": "com.dropbox.core.v2.files.GetThumbnailBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetThumbnailBatchResultData": {"fq_name": "files.GetThumbnailBatchResultData", "java_class": "com.dropbox.core.v2.files.GetThumbnailBatchResultData", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetThumbnailBatchResultEntry": {"fq_name": "files.GetThumbnailBatchResultEntry", "java_class": "com.dropbox.core.v2.files.GetThumbnailBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GpsCoordinates": {"fq_name": "files.GpsCoordinates", "java_class": "com.dropbox.core.v2.files.GpsCoordinates", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.HighlightSpan": {"fq_name": "files.HighlightSpan", "java_class": "com.dropbox.core.v2.files.HighlightSpan", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ImportFormat": {"fq_name": "files.ImportFormat", "java_class": "com.dropbox.core.v2.files.ImportFormat", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderArg": {"fq_name": "files.ListFolderArg", "java_class": "com.dropbox.core.v2.files.ListFolderArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ListFolderArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderContinueArg": {"fq_name": "files.ListFolderContinueArg", "java_class": "com.dropbox.core.v2.files.ListFolderContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderContinueError": {"fq_name": "files.ListFolderContinueError", "java_class": "com.dropbox.core.v2.files.ListFolderContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderError": {"fq_name": "files.ListFolderError", "java_class": "com.dropbox.core.v2.files.ListFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderGetLatestCursorResult": {"fq_name": "files.ListFolderGetLatestCursorResult", "java_class": "com.dropbox.core.v2.files.ListFolderGetLatestCursorResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderLongpollArg": {"fq_name": "files.ListFolderLongpollArg", "java_class": "com.dropbox.core.v2.files.ListFolderLongpollArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderLongpollError": {"fq_name": "files.ListFolderLongpollError", "java_class": "com.dropbox.core.v2.files.ListFolderLongpollError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderLongpollResult": {"fq_name": "files.ListFolderLongpollResult", "java_class": "com.dropbox.core.v2.files.ListFolderLongpollResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderResult": {"fq_name": "files.ListFolderResult", "java_class": "com.dropbox.core.v2.files.ListFolderResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListRevisionsArg": {"fq_name": "files.ListRevisionsArg", "java_class": "com.dropbox.core.v2.files.ListRevisionsArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ListRevisionsArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListRevisionsError": {"fq_name": "files.ListRevisionsError", "java_class": "com.dropbox.core.v2.files.ListRevisionsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListRevisionsMode": {"fq_name": "files.ListRevisionsMode", "java_class": "com.dropbox.core.v2.files.ListRevisionsMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListRevisionsResult": {"fq_name": "files.ListRevisionsResult", "java_class": "com.dropbox.core.v2.files.ListRevisionsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockConflictError": {"fq_name": "files.LockConflictError", "java_class": "com.dropbox.core.v2.files.LockConflictError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileArg": {"fq_name": "files.LockFileArg", "java_class": "com.dropbox.core.v2.files.LockFileArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileBatchArg": {"fq_name": "files.LockFileBatchArg", "java_class": "com.dropbox.core.v2.files.LockFileBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileBatchResult": {"fq_name": "files.LockFileBatchResult", "java_class": "com.dropbox.core.v2.files.LockFileBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileError": {"fq_name": "files.LockFileError", "java_class": "com.dropbox.core.v2.files.LockFileError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileResult": {"fq_name": "files.LockFileResult", "java_class": "com.dropbox.core.v2.files.LockFileResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileResultEntry": {"fq_name": "files.LockFileResultEntry", "java_class": "com.dropbox.core.v2.files.LockFileResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LookupError": {"fq_name": "files.LookupError", "java_class": "com.dropbox.core.v2.files.LookupError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.MediaInfo": {"fq_name": "files.MediaInfo", "java_class": "com.dropbox.core.v2.files.MediaInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MediaMetadata": {"fq_name": "files.MediaMetadata", "java_class": "com.dropbox.core.v2.files.MediaMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.MediaMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.Metadata": {"fq_name": "files.Metadata", "java_class": "com.dropbox.core.v2.files.Metadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.Metadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MetadataV2": {"fq_name": "files.MetadataV2", "java_class": "com.dropbox.core.v2.files.MetadataV2", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MinimalFileLinkMetadata": {"fq_name": "files.MinimalFileLinkMetadata", "java_class": "com.dropbox.core.v2.files.MinimalFileLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.MinimalFileLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MoveBatchArg": {"fq_name": "files.MoveBatchArg", "java_class": "com.dropbox.core.v2.files.MoveBatchArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.MoveBatchArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MoveIntoFamilyError": {"fq_name": "files.MoveIntoFamilyError", "java_class": "com.dropbox.core.v2.files.MoveIntoFamilyError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MoveIntoVaultError": {"fq_name": "files.MoveIntoVaultError", "java_class": "com.dropbox.core.v2.files.MoveIntoVaultError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperContentError": {"fq_name": "files.PaperContentError", "java_class": "com.dropbox.core.v2.files.PaperContentError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "files.PaperCreateArg": {"fq_name": "files.PaperCreateArg", "java_class": "com.dropbox.core.v2.files.PaperCreateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperCreateError": {"fq_name": "files.PaperCreateError", "java_class": "com.dropbox.core.v2.files.PaperCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperCreateResult": {"fq_name": "files.PaperCreateResult", "java_class": "com.dropbox.core.v2.files.PaperCreateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperDocUpdatePolicy": {"fq_name": "files.PaperDocUpdatePolicy", "java_class": "com.dropbox.core.v2.files.PaperDocUpdatePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperUpdateArg": {"fq_name": "files.PaperUpdateArg", "java_class": "com.dropbox.core.v2.files.PaperUpdateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperUpdateError": {"fq_name": "files.PaperUpdateError", "java_class": "com.dropbox.core.v2.files.PaperUpdateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperUpdateResult": {"fq_name": "files.PaperUpdateResult", "java_class": "com.dropbox.core.v2.files.PaperUpdateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PathOrLink": {"fq_name": "files.PathOrLink", "java_class": "com.dropbox.core.v2.files.PathOrLink", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PathToTags": {"fq_name": "files.PathToTags", "java_class": "com.dropbox.core.v2.files.PathToTags", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PhotoMetadata": {"fq_name": "files.PhotoMetadata", "java_class": "com.dropbox.core.v2.files.PhotoMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.PhotoMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PreviewArg": {"fq_name": "files.PreviewArg", "java_class": "com.dropbox.core.v2.files.PreviewArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PreviewError": {"fq_name": "files.PreviewError", "java_class": "com.dropbox.core.v2.files.PreviewError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PreviewResult": {"fq_name": "files.PreviewResult", "java_class": "com.dropbox.core.v2.files.PreviewResult", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.PreviewResult.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationArg": {"fq_name": "files.RelocationArg", "java_class": "com.dropbox.core.v2.files.RelocationArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.RelocationArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchArg": {"fq_name": "files.RelocationBatchArg", "java_class": "com.dropbox.core.v2.files.RelocationBatchArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.RelocationBatchArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchArgBase": {"fq_name": "files.RelocationBatchArgBase", "java_class": "com.dropbox.core.v2.files.RelocationBatchArgBase", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchError": {"fq_name": "files.RelocationBatchError", "java_class": "com.dropbox.core.v2.files.RelocationBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchErrorEntry": {"fq_name": "files.RelocationBatchErrorEntry", "java_class": "com.dropbox.core.v2.files.RelocationBatchErrorEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchJobStatus": {"fq_name": "files.RelocationBatchJobStatus", "java_class": "com.dropbox.core.v2.files.RelocationBatchJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchLaunch": {"fq_name": "files.RelocationBatchLaunch", "java_class": "com.dropbox.core.v2.files.RelocationBatchLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchResult": {"fq_name": "files.RelocationBatchResult", "java_class": "com.dropbox.core.v2.files.RelocationBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchResultData": {"fq_name": "files.RelocationBatchResultData", "java_class": "com.dropbox.core.v2.files.RelocationBatchResultData", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchResultEntry": {"fq_name": "files.RelocationBatchResultEntry", "java_class": "com.dropbox.core.v2.files.RelocationBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchV2JobStatus": {"fq_name": "files.RelocationBatchV2JobStatus", "java_class": "com.dropbox.core.v2.files.RelocationBatchV2JobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchV2Launch": {"fq_name": "files.RelocationBatchV2Launch", "java_class": "com.dropbox.core.v2.files.RelocationBatchV2Launch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchV2Result": {"fq_name": "files.RelocationBatchV2Result", "java_class": "com.dropbox.core.v2.files.RelocationBatchV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationError": {"fq_name": "files.RelocationError", "java_class": "com.dropbox.core.v2.files.RelocationError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationPath": {"fq_name": "files.RelocationPath", "java_class": "com.dropbox.core.v2.files.RelocationPath", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationResult": {"fq_name": "files.RelocationResult", "java_class": "com.dropbox.core.v2.files.RelocationResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RemoveTagArg": {"fq_name": "files.RemoveTagArg", "java_class": "com.dropbox.core.v2.files.RemoveTagArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RemoveTagError": {"fq_name": "files.RemoveTagError", "java_class": "com.dropbox.core.v2.files.RemoveTagError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RestoreArg": {"fq_name": "files.RestoreArg", "java_class": "com.dropbox.core.v2.files.RestoreArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RestoreError": {"fq_name": "files.RestoreError", "java_class": "com.dropbox.core.v2.files.RestoreError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveCopyReferenceArg": {"fq_name": "files.SaveCopyReferenceArg", "java_class": "com.dropbox.core.v2.files.SaveCopyReferenceArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveCopyReferenceError": {"fq_name": "files.SaveCopyReferenceError", "java_class": "com.dropbox.core.v2.files.SaveCopyReferenceError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveCopyReferenceResult": {"fq_name": "files.SaveCopyReferenceResult", "java_class": "com.dropbox.core.v2.files.SaveCopyReferenceResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveUrlArg": {"fq_name": "files.SaveUrlArg", "java_class": "com.dropbox.core.v2.files.SaveUrlArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveUrlError": {"fq_name": "files.SaveUrlError", "java_class": "com.dropbox.core.v2.files.SaveUrlError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveUrlJobStatus": {"fq_name": "files.SaveUrlJobStatus", "java_class": "com.dropbox.core.v2.files.SaveUrlJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveUrlResult": {"fq_name": "files.SaveUrlResult", "java_class": "com.dropbox.core.v2.files.SaveUrlResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchArg": {"fq_name": "files.SearchArg", "java_class": "com.dropbox.core.v2.files.SearchArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.SearchArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchError": {"fq_name": "files.SearchError", "java_class": "com.dropbox.core.v2.files.SearchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMatch": {"fq_name": "files.SearchMatch", "java_class": "com.dropbox.core.v2.files.SearchMatch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMatchFieldOptions": {"fq_name": "files.SearchMatchFieldOptions", "java_class": "com.dropbox.core.v2.files.SearchMatchFieldOptions", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMatchType": {"fq_name": "files.SearchMatchType", "java_class": "com.dropbox.core.v2.files.SearchMatchType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMatchTypeV2": {"fq_name": "files.SearchMatchTypeV2", "java_class": "com.dropbox.core.v2.files.SearchMatchTypeV2", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMatchV2": {"fq_name": "files.SearchMatchV2", "java_class": "com.dropbox.core.v2.files.SearchMatchV2", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.SearchMatchV2.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMode": {"fq_name": "files.SearchMode", "java_class": "com.dropbox.core.v2.files.SearchMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchOptions": {"fq_name": "files.SearchOptions", "java_class": "com.dropbox.core.v2.files.SearchOptions", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.SearchOptions.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchOrderBy": {"fq_name": "files.SearchOrderBy", "java_class": "com.dropbox.core.v2.files.SearchOrderBy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchResult": {"fq_name": "files.SearchResult", "java_class": "com.dropbox.core.v2.files.SearchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchV2Arg": {"fq_name": "files.SearchV2Arg", "java_class": "com.dropbox.core.v2.files.SearchV2Arg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.SearchV2Arg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchV2ContinueArg": {"fq_name": "files.SearchV2ContinueArg", "java_class": "com.dropbox.core.v2.files.SearchV2ContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchV2Result": {"fq_name": "files.SearchV2Result", "java_class": "com.dropbox.core.v2.files.SearchV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SharedLink": {"fq_name": "files.SharedLink", "java_class": "com.dropbox.core.v2.files.SharedLink", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SharedLinkFileInfo": {"fq_name": "files.SharedLinkFileInfo", "java_class": "com.dropbox.core.v2.files.SharedLinkFileInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.SharedLinkFileInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SharingInfo": {"fq_name": "files.SharingInfo", "java_class": "com.dropbox.core.v2.files.SharingInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "files.SingleUserLock": {"fq_name": "files.SingleUserLock", "java_class": "com.dropbox.core.v2.files.SingleUserLock", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SymlinkInfo": {"fq_name": "files.SymlinkInfo", "java_class": "com.dropbox.core.v2.files.SymlinkInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SyncSetting": {"fq_name": "files.SyncSetting", "java_class": "com.dropbox.core.v2.files.SyncSetting", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.SyncSettingArg": {"fq_name": "files.SyncSettingArg", "java_class": "com.dropbox.core.v2.files.SyncSettingArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.SyncSettingsError": {"fq_name": "files.SyncSettingsError", "java_class": "com.dropbox.core.v2.files.SyncSettingsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.Tag": {"fq_name": "files.Tag", "java_class": "com.dropbox.core.v2.files.TagObject", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailArg": {"fq_name": "files.ThumbnailArg", "java_class": "com.dropbox.core.v2.files.ThumbnailArg", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ThumbnailArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailError": {"fq_name": "files.ThumbnailError", "java_class": "com.dropbox.core.v2.files.ThumbnailError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailFormat": {"fq_name": "files.ThumbnailFormat", "java_class": "com.dropbox.core.v2.files.ThumbnailFormat", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailMode": {"fq_name": "files.ThumbnailMode", "java_class": "com.dropbox.core.v2.files.ThumbnailMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailSize": {"fq_name": "files.ThumbnailSize", "java_class": "com.dropbox.core.v2.files.ThumbnailSize", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailV2Arg": {"fq_name": "files.ThumbnailV2Arg", "java_class": "com.dropbox.core.v2.files.ThumbnailV2Arg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ThumbnailV2Arg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailV2Error": {"fq_name": "files.ThumbnailV2Error", "java_class": "com.dropbox.core.v2.files.ThumbnailV2Error", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UnlockFileArg": {"fq_name": "files.UnlockFileArg", "java_class": "com.dropbox.core.v2.files.UnlockFileArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UnlockFileBatchArg": {"fq_name": "files.UnlockFileBatchArg", "java_class": "com.dropbox.core.v2.files.UnlockFileBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadArg": {"fq_name": "files.UploadArg", "java_class": "com.dropbox.core.v2.files.UploadArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.UploadArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadError": {"fq_name": "files.UploadError", "java_class": "com.dropbox.core.v2.files.UploadError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionAppendArg": {"fq_name": "files.UploadSessionAppendArg", "java_class": "com.dropbox.core.v2.files.UploadSessionAppendArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.UploadSessionAppendArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionAppendError": {"fq_name": "files.UploadSessionAppendError", "java_class": "com.dropbox.core.v2.files.UploadSessionAppendError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionCursor": {"fq_name": "files.UploadSessionCursor", "java_class": "com.dropbox.core.v2.files.UploadSessionCursor", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishArg": {"fq_name": "files.UploadSessionFinishArg", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishBatchArg": {"fq_name": "files.UploadSessionFinishBatchArg", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishBatchJobStatus": {"fq_name": "files.UploadSessionFinishBatchJobStatus", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishBatchLaunch": {"fq_name": "files.UploadSessionFinishBatchLaunch", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishBatchResult": {"fq_name": "files.UploadSessionFinishBatchResult", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishBatchResultEntry": {"fq_name": "files.UploadSessionFinishBatchResultEntry", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishError": {"fq_name": "files.UploadSessionFinishError", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionLookupError": {"fq_name": "files.UploadSessionLookupError", "java_class": "com.dropbox.core.v2.files.UploadSessionLookupError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionOffsetError": {"fq_name": "files.UploadSessionOffsetError", "java_class": "com.dropbox.core.v2.files.UploadSessionOffsetError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionStartArg": {"fq_name": "files.UploadSessionStartArg", "java_class": "com.dropbox.core.v2.files.UploadSessionStartArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.UploadSessionStartArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionStartBatchArg": {"fq_name": "files.UploadSessionStartBatchArg", "java_class": "com.dropbox.core.v2.files.UploadSessionStartBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionStartBatchResult": {"fq_name": "files.UploadSessionStartBatchResult", "java_class": "com.dropbox.core.v2.files.UploadSessionStartBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionStartError": {"fq_name": "files.UploadSessionStartError", "java_class": "com.dropbox.core.v2.files.UploadSessionStartError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionStartResult": {"fq_name": "files.UploadSessionStartResult", "java_class": "com.dropbox.core.v2.files.UploadSessionStartResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionType": {"fq_name": "files.UploadSessionType", "java_class": "com.dropbox.core.v2.files.UploadSessionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadWriteFailed": {"fq_name": "files.UploadWriteFailed", "java_class": "com.dropbox.core.v2.files.UploadWriteFailed", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UserGeneratedTag": {"fq_name": "files.UserGeneratedTag", "java_class": "com.dropbox.core.v2.files.UserGeneratedTag", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.VideoMetadata": {"fq_name": "files.VideoMetadata", "java_class": "com.dropbox.core.v2.files.VideoMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.VideoMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.WriteConflictError": {"fq_name": "files.WriteConflictError", "java_class": "com.dropbox.core.v2.files.WriteConflictError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.WriteError": {"fq_name": "files.WriteError", "java_class": "com.dropbox.core.v2.files.WriteError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.WriteMode": {"fq_name": "files.WriteMode", "java_class": "com.dropbox.core.v2.files.WriteMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "openid.OpenIdError": {"fq_name": "openid.OpenIdError", "java_class": "com.dropbox.core.v2.openid.OpenIdError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "openid.UserInfoArgs": {"fq_name": "openid.UserInfoArgs", "java_class": "com.dropbox.core.v2.openid.UserInfoArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "openid.UserInfoError": {"fq_name": "openid.UserInfoError", "java_class": "com.dropbox.core.v2.openid.UserInfoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "openid.UserInfoResult": {"fq_name": "openid.UserInfoResult", "java_class": "com.dropbox.core.v2.openid.UserInfoResult", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.openid.UserInfoResult.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.AddMember": {"fq_name": "paper.AddMember", "java_class": "com.dropbox.core.v2.paper.AddMember", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.AddPaperDocUser": {"fq_name": "paper.AddPaperDocUser", "java_class": "com.dropbox.core.v2.paper.AddPaperDocUser", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.AddPaperDocUser.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.AddPaperDocUserMemberResult": {"fq_name": "paper.AddPaperDocUserMemberResult", "java_class": "com.dropbox.core.v2.paper.AddPaperDocUserMemberResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.AddPaperDocUserResult": {"fq_name": "paper.AddPaperDocUserResult", "java_class": "com.dropbox.core.v2.paper.AddPaperDocUserResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.Cursor": {"fq_name": "paper.Cursor", "java_class": "com.dropbox.core.v2.paper.Cursor", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.DocLookupError": {"fq_name": "paper.DocLookupError", "java_class": "com.dropbox.core.v2.paper.DocLookupError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.DocSubscriptionLevel": {"fq_name": "paper.DocSubscriptionLevel", "java_class": "com.dropbox.core.v2.paper.DocSubscriptionLevel", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "paper.ExportFormat": {"fq_name": "paper.ExportFormat", "java_class": "com.dropbox.core.v2.paper.ExportFormat", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.Folder": {"fq_name": "paper.Folder", "java_class": "com.dropbox.core.v2.paper.Folder", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.FolderSharingPolicyType": {"fq_name": "paper.FolderSharingPolicyType", "java_class": "com.dropbox.core.v2.paper.FolderSharingPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.FolderSubscriptionLevel": {"fq_name": "paper.FolderSubscriptionLevel", "java_class": "com.dropbox.core.v2.paper.FolderSubscriptionLevel", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "paper.FoldersContainingPaperDoc": {"fq_name": "paper.FoldersContainingPaperDoc", "java_class": "com.dropbox.core.v2.paper.FoldersContainingPaperDoc", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.FoldersContainingPaperDoc.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ImportFormat": {"fq_name": "paper.ImportFormat", "java_class": "com.dropbox.core.v2.paper.ImportFormat", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.InviteeInfoWithPermissionLevel": {"fq_name": "paper.InviteeInfoWithPermissionLevel", "java_class": "com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListDocsCursorError": {"fq_name": "paper.ListDocsCursorError", "java_class": "com.dropbox.core.v2.paper.ListDocsCursorError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsArgs": {"fq_name": "paper.ListPaperDocsArgs", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.ListPaperDocsArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsContinueArgs": {"fq_name": "paper.ListPaperDocsContinueArgs", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsContinueArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsFilterBy": {"fq_name": "paper.ListPaperDocsFilterBy", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsFilterBy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsResponse": {"fq_name": "paper.ListPaperDocsResponse", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsResponse", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsSortBy": {"fq_name": "paper.ListPaperDocsSortBy", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsSortBy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsSortOrder": {"fq_name": "paper.ListPaperDocsSortOrder", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsSortOrder", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersCursorError": {"fq_name": "paper.ListUsersCursorError", "java_class": "com.dropbox.core.v2.paper.ListUsersCursorError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnFolderArgs": {"fq_name": "paper.ListUsersOnFolderArgs", "java_class": "com.dropbox.core.v2.paper.ListUsersOnFolderArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnFolderContinueArgs": {"fq_name": "paper.ListUsersOnFolderContinueArgs", "java_class": "com.dropbox.core.v2.paper.ListUsersOnFolderContinueArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnFolderResponse": {"fq_name": "paper.ListUsersOnFolderResponse", "java_class": "com.dropbox.core.v2.paper.ListUsersOnFolderResponse", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnPaperDocArgs": {"fq_name": "paper.ListUsersOnPaperDocArgs", "java_class": "com.dropbox.core.v2.paper.ListUsersOnPaperDocArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.ListUsersOnPaperDocArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnPaperDocContinueArgs": {"fq_name": "paper.ListUsersOnPaperDocContinueArgs", "java_class": "com.dropbox.core.v2.paper.ListUsersOnPaperDocContinueArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnPaperDocResponse": {"fq_name": "paper.ListUsersOnPaperDocResponse", "java_class": "com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperApiBaseError": {"fq_name": "paper.PaperApiBaseError", "java_class": "com.dropbox.core.v2.paper.PaperApiBaseError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "paper.PaperApiCursorError": {"fq_name": "paper.PaperApiCursorError", "java_class": "com.dropbox.core.v2.paper.PaperApiCursorError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocCreateArgs": {"fq_name": "paper.PaperDocCreateArgs", "java_class": "com.dropbox.core.v2.paper.PaperDocCreateArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocCreateError": {"fq_name": "paper.PaperDocCreateError", "java_class": "com.dropbox.core.v2.paper.PaperDocCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocCreateUpdateResult": {"fq_name": "paper.PaperDocCreateUpdateResult", "java_class": "com.dropbox.core.v2.paper.PaperDocCreateUpdateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocExport": {"fq_name": "paper.PaperDocExport", "java_class": "com.dropbox.core.v2.paper.PaperDocExport", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocExportResult": {"fq_name": "paper.PaperDocExportResult", "java_class": "com.dropbox.core.v2.paper.PaperDocExportResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocPermissionLevel": {"fq_name": "paper.PaperDocPermissionLevel", "java_class": "com.dropbox.core.v2.paper.PaperDocPermissionLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocSharingPolicy": {"fq_name": "paper.PaperDocSharingPolicy", "java_class": "com.dropbox.core.v2.paper.PaperDocSharingPolicy", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocUpdateArgs": {"fq_name": "paper.PaperDocUpdateArgs", "java_class": "com.dropbox.core.v2.paper.PaperDocUpdateArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocUpdateError": {"fq_name": "paper.PaperDocUpdateError", "java_class": "com.dropbox.core.v2.paper.PaperDocUpdateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocUpdatePolicy": {"fq_name": "paper.PaperDocUpdatePolicy", "java_class": "com.dropbox.core.v2.paper.PaperDocUpdatePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperFolderCreateArg": {"fq_name": "paper.PaperFolderCreateArg", "java_class": "com.dropbox.core.v2.paper.PaperFolderCreateArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.PaperFolderCreateArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperFolderCreateError": {"fq_name": "paper.PaperFolderCreateError", "java_class": "com.dropbox.core.v2.paper.PaperFolderCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperFolderCreateResult": {"fq_name": "paper.PaperFolderCreateResult", "java_class": "com.dropbox.core.v2.paper.PaperFolderCreateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.RefPaperDoc": {"fq_name": "paper.RefPaperDoc", "java_class": "com.dropbox.core.v2.paper.RefPaperDoc", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.RemovePaperDocUser": {"fq_name": "paper.RemovePaperDocUser", "java_class": "com.dropbox.core.v2.paper.RemovePaperDocUser", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.SharingPolicy": {"fq_name": "paper.SharingPolicy", "java_class": "com.dropbox.core.v2.paper.SharingPolicy", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.SharingPolicy.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.SharingPublicPolicyType": {"fq_name": "paper.SharingPublicPolicyType", "java_class": "com.dropbox.core.v2.paper.SharingPublicPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.SharingTeamPolicyType": {"fq_name": "paper.SharingTeamPolicyType", "java_class": "com.dropbox.core.v2.paper.SharingTeamPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.UserInfoWithPermissionLevel": {"fq_name": "paper.UserInfoWithPermissionLevel", "java_class": "com.dropbox.core.v2.paper.UserInfoWithPermissionLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.UserOnPaperDocFilter": {"fq_name": "paper.UserOnPaperDocFilter", "java_class": "com.dropbox.core.v2.paper.UserOnPaperDocFilter", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "secondary_emails.SecondaryEmail": {"fq_name": "secondary_emails.SecondaryEmail", "java_class": "com.dropbox.core.v2.secondaryemails.SecondaryEmail", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "seen_state.PlatformType": {"fq_name": "seen_state.PlatformType", "java_class": "com.dropbox.core.v2.seenstate.PlatformType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.AccessInheritance": {"fq_name": "sharing.AccessInheritance", "java_class": "com.dropbox.core.v2.sharing.AccessInheritance", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AccessLevel": {"fq_name": "sharing.AccessLevel", "java_class": "com.dropbox.core.v2.sharing.AccessLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.AclUpdatePolicy": {"fq_name": "sharing.AclUpdatePolicy", "java_class": "com.dropbox.core.v2.sharing.AclUpdatePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.AddFileMemberArgs": {"fq_name": "sharing.AddFileMemberArgs", "java_class": "com.dropbox.core.v2.sharing.AddFileMemberArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.AddFileMemberArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AddFileMemberError": {"fq_name": "sharing.AddFileMemberError", "java_class": "com.dropbox.core.v2.sharing.AddFileMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AddFolderMemberArg": {"fq_name": "sharing.AddFolderMemberArg", "java_class": "com.dropbox.core.v2.sharing.AddFolderMemberArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.AddFolderMemberArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AddFolderMemberError": {"fq_name": "sharing.AddFolderMemberError", "java_class": "com.dropbox.core.v2.sharing.AddFolderMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AddMember": {"fq_name": "sharing.AddMember", "java_class": "com.dropbox.core.v2.sharing.AddMember", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AddMemberSelectorError": {"fq_name": "sharing.AddMemberSelectorError", "java_class": "com.dropbox.core.v2.sharing.AddMemberSelectorError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AlphaResolvedVisibility": {"fq_name": "sharing.AlphaResolvedVisibility", "java_class": "com.dropbox.core.v2.sharing.AlphaResolvedVisibility", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AudienceExceptionContentInfo": {"fq_name": "sharing.AudienceExceptionContentInfo", "java_class": "com.dropbox.core.v2.sharing.AudienceExceptionContentInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AudienceExceptions": {"fq_name": "sharing.AudienceExceptions", "java_class": "com.dropbox.core.v2.sharing.AudienceExceptions", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AudienceRestrictingSharedFolder": {"fq_name": "sharing.AudienceRestrictingSharedFolder", "java_class": "com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.CollectionLinkMetadata": {"fq_name": "sharing.CollectionLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.CollectionLinkMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.CreateSharedLinkArg": {"fq_name": "sharing.CreateSharedLinkArg", "java_class": "com.dropbox.core.v2.sharing.CreateSharedLinkArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.CreateSharedLinkArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.CreateSharedLinkError": {"fq_name": "sharing.CreateSharedLinkError", "java_class": "com.dropbox.core.v2.sharing.CreateSharedLinkError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.CreateSharedLinkWithSettingsArg": {"fq_name": "sharing.CreateSharedLinkWithSettingsArg", "java_class": "com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.CreateSharedLinkWithSettingsError": {"fq_name": "sharing.CreateSharedLinkWithSettingsError", "java_class": "com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ExpectedSharedContentLinkMetadata": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileAction": {"fq_name": "sharing.FileAction", "java_class": "com.dropbox.core.v2.sharing.FileAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileErrorResult": {"fq_name": "sharing.FileErrorResult", "java_class": "com.dropbox.core.v2.sharing.FileErrorResult", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "sharing.FileLinkMetadata": {"fq_name": "sharing.FileLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.FileLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.FileLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileMemberActionError": {"fq_name": "sharing.FileMemberActionError", "java_class": "com.dropbox.core.v2.sharing.FileMemberActionError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileMemberActionIndividualResult": {"fq_name": "sharing.FileMemberActionIndividualResult", "java_class": "com.dropbox.core.v2.sharing.FileMemberActionIndividualResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileMemberActionResult": {"fq_name": "sharing.FileMemberActionResult", "java_class": "com.dropbox.core.v2.sharing.FileMemberActionResult", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.FileMemberActionResult.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileMemberRemoveActionResult": {"fq_name": "sharing.FileMemberRemoveActionResult", "java_class": "com.dropbox.core.v2.sharing.FileMemberRemoveActionResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FilePermission": {"fq_name": "sharing.FilePermission", "java_class": "com.dropbox.core.v2.sharing.FilePermission", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FolderAction": {"fq_name": "sharing.FolderAction", "java_class": "com.dropbox.core.v2.sharing.FolderAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FolderLinkMetadata": {"fq_name": "sharing.FolderLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.FolderLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.FolderLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FolderPermission": {"fq_name": "sharing.FolderPermission", "java_class": "com.dropbox.core.v2.sharing.FolderPermission", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FolderPolicy": {"fq_name": "sharing.FolderPolicy", "java_class": "com.dropbox.core.v2.sharing.FolderPolicy", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.FolderPolicy.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetFileMetadataArg": {"fq_name": "sharing.GetFileMetadataArg", "java_class": "com.dropbox.core.v2.sharing.GetFileMetadataArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetFileMetadataBatchArg": {"fq_name": "sharing.GetFileMetadataBatchArg", "java_class": "com.dropbox.core.v2.sharing.GetFileMetadataBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetFileMetadataBatchResult": {"fq_name": "sharing.GetFileMetadataBatchResult", "java_class": "com.dropbox.core.v2.sharing.GetFileMetadataBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetFileMetadataError": {"fq_name": "sharing.GetFileMetadataError", "java_class": "com.dropbox.core.v2.sharing.GetFileMetadataError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetFileMetadataIndividualResult": {"fq_name": "sharing.GetFileMetadataIndividualResult", "java_class": "com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetMetadataArgs": {"fq_name": "sharing.GetMetadataArgs", "java_class": "com.dropbox.core.v2.sharing.GetMetadataArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetSharedLinkFileError": {"fq_name": "sharing.GetSharedLinkFileError", "java_class": "com.dropbox.core.v2.sharing.GetSharedLinkFileError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetSharedLinkMetadataArg": {"fq_name": "sharing.GetSharedLinkMetadataArg", "java_class": "com.dropbox.core.v2.sharing.GetSharedLinkMetadataArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.GetSharedLinkMetadataArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetSharedLinksArg": {"fq_name": "sharing.GetSharedLinksArg", "java_class": "com.dropbox.core.v2.sharing.GetSharedLinksArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetSharedLinksError": {"fq_name": "sharing.GetSharedLinksError", "java_class": "com.dropbox.core.v2.sharing.GetSharedLinksError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetSharedLinksResult": {"fq_name": "sharing.GetSharedLinksResult", "java_class": "com.dropbox.core.v2.sharing.GetSharedLinksResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GroupInfo": {"fq_name": "sharing.GroupInfo", "java_class": "com.dropbox.core.v2.sharing.GroupInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.GroupInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GroupMembershipInfo": {"fq_name": "sharing.GroupMembershipInfo", "java_class": "com.dropbox.core.v2.sharing.GroupMembershipInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.GroupMembershipInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.InsufficientPlan": {"fq_name": "sharing.InsufficientPlan", "java_class": "com.dropbox.core.v2.sharing.InsufficientPlan", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.InsufficientQuotaAmounts": {"fq_name": "sharing.InsufficientQuotaAmounts", "java_class": "com.dropbox.core.v2.sharing.InsufficientQuotaAmounts", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.InviteeInfo": {"fq_name": "sharing.InviteeInfo", "java_class": "com.dropbox.core.v2.sharing.InviteeInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.InviteeMembershipInfo": {"fq_name": "sharing.InviteeMembershipInfo", "java_class": "com.dropbox.core.v2.sharing.InviteeMembershipInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.InviteeMembershipInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.JobError": {"fq_name": "sharing.JobError", "java_class": "com.dropbox.core.v2.sharing.JobError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.JobStatus": {"fq_name": "sharing.JobStatus", "java_class": "com.dropbox.core.v2.sharing.JobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkAccessLevel": {"fq_name": "sharing.LinkAccessLevel", "java_class": "com.dropbox.core.v2.sharing.LinkAccessLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkAction": {"fq_name": "sharing.LinkAction", "java_class": "com.dropbox.core.v2.sharing.LinkAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkAudience": {"fq_name": "sharing.LinkAudience", "java_class": "com.dropbox.core.v2.sharing.LinkAudience", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.LinkAudienceDisallowedReason": {"fq_name": "sharing.LinkAudienceDisallowedReason", "java_class": "com.dropbox.core.v2.sharing.LinkAudienceDisallowedReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkAudienceOption": {"fq_name": "sharing.LinkAudienceOption", "java_class": "com.dropbox.core.v2.sharing.LinkAudienceOption", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkExpiry": {"fq_name": "sharing.LinkExpiry", "java_class": "com.dropbox.core.v2.sharing.LinkExpiry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkMetadata": {"fq_name": "sharing.LinkMetadata", "java_class": "com.dropbox.core.v2.sharing.LinkMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkPassword": {"fq_name": "sharing.LinkPassword", "java_class": "com.dropbox.core.v2.sharing.LinkPassword", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkPermission": {"fq_name": "sharing.LinkPermission", "java_class": "com.dropbox.core.v2.sharing.LinkPermission", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkPermissions": {"fq_name": "sharing.LinkPermissions", "java_class": "com.dropbox.core.v2.sharing.LinkPermissions", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.LinkPermissions.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkSettings": {"fq_name": "sharing.LinkSettings", "java_class": "com.dropbox.core.v2.sharing.LinkSettings", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.LinkSettings.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersArg": {"fq_name": "sharing.ListFileMembersArg", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListFileMembersArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersBatchArg": {"fq_name": "sharing.ListFileMembersBatchArg", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersBatchResult": {"fq_name": "sharing.ListFileMembersBatchResult", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersContinueArg": {"fq_name": "sharing.ListFileMembersContinueArg", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersContinueError": {"fq_name": "sharing.ListFileMembersContinueError", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersCountResult": {"fq_name": "sharing.ListFileMembersCountResult", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersCountResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersError": {"fq_name": "sharing.ListFileMembersError", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersIndividualResult": {"fq_name": "sharing.ListFileMembersIndividualResult", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersIndividualResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFilesArg": {"fq_name": "sharing.ListFilesArg", "java_class": "com.dropbox.core.v2.sharing.ListFilesArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListFilesArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFilesContinueArg": {"fq_name": "sharing.ListFilesContinueArg", "java_class": "com.dropbox.core.v2.sharing.ListFilesContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFilesContinueError": {"fq_name": "sharing.ListFilesContinueError", "java_class": "com.dropbox.core.v2.sharing.ListFilesContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFilesResult": {"fq_name": "sharing.ListFilesResult", "java_class": "com.dropbox.core.v2.sharing.ListFilesResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFolderMembersArgs": {"fq_name": "sharing.ListFolderMembersArgs", "java_class": "com.dropbox.core.v2.sharing.ListFolderMembersArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListFolderMembersArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFolderMembersContinueArg": {"fq_name": "sharing.ListFolderMembersContinueArg", "java_class": "com.dropbox.core.v2.sharing.ListFolderMembersContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFolderMembersContinueError": {"fq_name": "sharing.ListFolderMembersContinueError", "java_class": "com.dropbox.core.v2.sharing.ListFolderMembersContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFolderMembersCursorArg": {"fq_name": "sharing.ListFolderMembersCursorArg", "java_class": "com.dropbox.core.v2.sharing.ListFolderMembersCursorArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListFolderMembersCursorArg.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "sharing.ListFoldersArgs": {"fq_name": "sharing.ListFoldersArgs", "java_class": "com.dropbox.core.v2.sharing.ListFoldersArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListFoldersArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFoldersContinueArg": {"fq_name": "sharing.ListFoldersContinueArg", "java_class": "com.dropbox.core.v2.sharing.ListFoldersContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFoldersContinueError": {"fq_name": "sharing.ListFoldersContinueError", "java_class": "com.dropbox.core.v2.sharing.ListFoldersContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFoldersResult": {"fq_name": "sharing.ListFoldersResult", "java_class": "com.dropbox.core.v2.sharing.ListFoldersResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListSharedLinksArg": {"fq_name": "sharing.ListSharedLinksArg", "java_class": "com.dropbox.core.v2.sharing.ListSharedLinksArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListSharedLinksArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListSharedLinksError": {"fq_name": "sharing.ListSharedLinksError", "java_class": "com.dropbox.core.v2.sharing.ListSharedLinksError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListSharedLinksResult": {"fq_name": "sharing.ListSharedLinksResult", "java_class": "com.dropbox.core.v2.sharing.ListSharedLinksResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MemberAccessLevelResult": {"fq_name": "sharing.MemberAccessLevelResult", "java_class": "com.dropbox.core.v2.sharing.MemberAccessLevelResult", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.MemberAccessLevelResult.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MemberAction": {"fq_name": "sharing.MemberAction", "java_class": "com.dropbox.core.v2.sharing.MemberAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MemberPermission": {"fq_name": "sharing.MemberPermission", "java_class": "com.dropbox.core.v2.sharing.MemberPermission", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MemberPolicy": {"fq_name": "sharing.MemberPolicy", "java_class": "com.dropbox.core.v2.sharing.MemberPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.MemberSelector": {"fq_name": "sharing.MemberSelector", "java_class": "com.dropbox.core.v2.sharing.MemberSelector", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.MembershipInfo": {"fq_name": "sharing.MembershipInfo", "java_class": "com.dropbox.core.v2.sharing.MembershipInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.MembershipInfo.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "sharing.ModifySharedLinkSettingsArgs": {"fq_name": "sharing.ModifySharedLinkSettingsArgs", "java_class": "com.dropbox.core.v2.sharing.ModifySharedLinkSettingsArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ModifySharedLinkSettingsError": {"fq_name": "sharing.ModifySharedLinkSettingsError", "java_class": "com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MountFolderArg": {"fq_name": "sharing.MountFolderArg", "java_class": "com.dropbox.core.v2.sharing.MountFolderArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MountFolderError": {"fq_name": "sharing.MountFolderError", "java_class": "com.dropbox.core.v2.sharing.MountFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ParentFolderAccessInfo": {"fq_name": "sharing.ParentFolderAccessInfo", "java_class": "com.dropbox.core.v2.sharing.ParentFolderAccessInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.PathLinkMetadata": {"fq_name": "sharing.PathLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.PathLinkMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.PendingUploadMode": {"fq_name": "sharing.PendingUploadMode", "java_class": "com.dropbox.core.v2.sharing.PendingUploadMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.PermissionDeniedReason": {"fq_name": "sharing.PermissionDeniedReason", "java_class": "com.dropbox.core.v2.sharing.PermissionDeniedReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishFileMembershipArg": {"fq_name": "sharing.RelinquishFileMembershipArg", "java_class": "com.dropbox.core.v2.sharing.RelinquishFileMembershipArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishFileMembershipError": {"fq_name": "sharing.RelinquishFileMembershipError", "java_class": "com.dropbox.core.v2.sharing.RelinquishFileMembershipError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishFolderMembershipArg": {"fq_name": "sharing.RelinquishFolderMembershipArg", "java_class": "com.dropbox.core.v2.sharing.RelinquishFolderMembershipArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishFolderMembershipError": {"fq_name": "sharing.RelinquishFolderMembershipError", "java_class": "com.dropbox.core.v2.sharing.RelinquishFolderMembershipError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RemoveFileMemberArg": {"fq_name": "sharing.RemoveFileMemberArg", "java_class": "com.dropbox.core.v2.sharing.RemoveFileMemberArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RemoveFileMemberError": {"fq_name": "sharing.RemoveFileMemberError", "java_class": "com.dropbox.core.v2.sharing.RemoveFileMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RemoveFolderMemberArg": {"fq_name": "sharing.RemoveFolderMemberArg", "java_class": "com.dropbox.core.v2.sharing.RemoveFolderMemberArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RemoveFolderMemberError": {"fq_name": "sharing.RemoveFolderMemberError", "java_class": "com.dropbox.core.v2.sharing.RemoveFolderMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RemoveMemberJobStatus": {"fq_name": "sharing.RemoveMemberJobStatus", "java_class": "com.dropbox.core.v2.sharing.RemoveMemberJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RequestedLinkAccessLevel": {"fq_name": "sharing.RequestedLinkAccessLevel", "java_class": "com.dropbox.core.v2.sharing.RequestedLinkAccessLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RequestedVisibility": {"fq_name": "sharing.RequestedVisibility", "java_class": "com.dropbox.core.v2.sharing.RequestedVisibility", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ResolvedVisibility": {"fq_name": "sharing.ResolvedVisibility", "java_class": "com.dropbox.core.v2.sharing.ResolvedVisibility", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RevokeSharedLinkArg": {"fq_name": "sharing.RevokeSharedLinkArg", "java_class": "com.dropbox.core.v2.sharing.RevokeSharedLinkArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RevokeSharedLinkError": {"fq_name": "sharing.RevokeSharedLinkError", "java_class": "com.dropbox.core.v2.sharing.RevokeSharedLinkError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SetAccessInheritanceArg": {"fq_name": "sharing.SetAccessInheritanceArg", "java_class": "com.dropbox.core.v2.sharing.SetAccessInheritanceArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SetAccessInheritanceError": {"fq_name": "sharing.SetAccessInheritanceError", "java_class": "com.dropbox.core.v2.sharing.SetAccessInheritanceError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ShareFolderArg": {"fq_name": "sharing.ShareFolderArg", "java_class": "com.dropbox.core.v2.sharing.ShareFolderArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ShareFolderArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ShareFolderArgBase": {"fq_name": "sharing.ShareFolderArgBase", "java_class": "com.dropbox.core.v2.sharing.ShareFolderArgBase", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ShareFolderArgBase.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "sharing.ShareFolderError": {"fq_name": "sharing.ShareFolderError", "java_class": "com.dropbox.core.v2.sharing.ShareFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ShareFolderErrorBase": {"fq_name": "sharing.ShareFolderErrorBase", "java_class": "com.dropbox.core.v2.sharing.ShareFolderErrorBase", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "sharing.ShareFolderJobStatus": {"fq_name": "sharing.ShareFolderJobStatus", "java_class": "com.dropbox.core.v2.sharing.ShareFolderJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ShareFolderLaunch": {"fq_name": "sharing.ShareFolderLaunch", "java_class": "com.dropbox.core.v2.sharing.ShareFolderLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharePathError": {"fq_name": "sharing.SharePathError", "java_class": "com.dropbox.core.v2.sharing.SharePathError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedContentLinkMetadata": {"fq_name": "sharing.SharedContentLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.SharedContentLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedContentLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedContentLinkMetadataBase": {"fq_name": "sharing.SharedContentLinkMetadataBase", "java_class": "com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "sharing.SharedFileMembers": {"fq_name": "sharing.SharedFileMembers", "java_class": "com.dropbox.core.v2.sharing.SharedFileMembers", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFileMetadata": {"fq_name": "sharing.SharedFileMetadata", "java_class": "com.dropbox.core.v2.sharing.SharedFileMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedFileMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFolderAccessError": {"fq_name": "sharing.SharedFolderAccessError", "java_class": "com.dropbox.core.v2.sharing.SharedFolderAccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFolderMemberError": {"fq_name": "sharing.SharedFolderMemberError", "java_class": "com.dropbox.core.v2.sharing.SharedFolderMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFolderMembers": {"fq_name": "sharing.SharedFolderMembers", "java_class": "com.dropbox.core.v2.sharing.SharedFolderMembers", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFolderMetadata": {"fq_name": "sharing.SharedFolderMetadata", "java_class": "com.dropbox.core.v2.sharing.SharedFolderMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFolderMetadataBase": {"fq_name": "sharing.SharedFolderMetadataBase", "java_class": "com.dropbox.core.v2.sharing.SharedFolderMetadataBase", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "sharing.SharedLinkAccessFailureReason": {"fq_name": "sharing.SharedLinkAccessFailureReason", "java_class": "com.dropbox.core.v2.sharing.SharedLinkAccessFailureReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkAlreadyExistsMetadata": {"fq_name": "sharing.SharedLinkAlreadyExistsMetadata", "java_class": "com.dropbox.core.v2.sharing.SharedLinkAlreadyExistsMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkError": {"fq_name": "sharing.SharedLinkError", "java_class": "com.dropbox.core.v2.sharing.SharedLinkError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkMetadata": {"fq_name": "sharing.SharedLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.SharedLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkPolicy": {"fq_name": "sharing.SharedLinkPolicy", "java_class": "com.dropbox.core.v2.sharing.SharedLinkPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.SharedLinkSettings": {"fq_name": "sharing.SharedLinkSettings", "java_class": "com.dropbox.core.v2.sharing.SharedLinkSettings", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedLinkSettings.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkSettingsError": {"fq_name": "sharing.SharedLinkSettingsError", "java_class": "com.dropbox.core.v2.sharing.SharedLinkSettingsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharingFileAccessError": {"fq_name": "sharing.SharingFileAccessError", "java_class": "com.dropbox.core.v2.sharing.SharingFileAccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharingUserError": {"fq_name": "sharing.SharingUserError", "java_class": "com.dropbox.core.v2.sharing.SharingUserError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.TeamMemberInfo": {"fq_name": "sharing.TeamMemberInfo", "java_class": "com.dropbox.core.v2.sharing.TeamMemberInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.TransferFolderArg": {"fq_name": "sharing.TransferFolderArg", "java_class": "com.dropbox.core.v2.sharing.TransferFolderArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.TransferFolderError": {"fq_name": "sharing.TransferFolderError", "java_class": "com.dropbox.core.v2.sharing.TransferFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnmountFolderArg": {"fq_name": "sharing.UnmountFolderArg", "java_class": "com.dropbox.core.v2.sharing.UnmountFolderArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnmountFolderError": {"fq_name": "sharing.UnmountFolderError", "java_class": "com.dropbox.core.v2.sharing.UnmountFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnshareFileArg": {"fq_name": "sharing.UnshareFileArg", "java_class": "com.dropbox.core.v2.sharing.UnshareFileArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnshareFileError": {"fq_name": "sharing.UnshareFileError", "java_class": "com.dropbox.core.v2.sharing.UnshareFileError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnshareFolderArg": {"fq_name": "sharing.UnshareFolderArg", "java_class": "com.dropbox.core.v2.sharing.UnshareFolderArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnshareFolderError": {"fq_name": "sharing.UnshareFolderError", "java_class": "com.dropbox.core.v2.sharing.UnshareFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UpdateFileMemberArgs": {"fq_name": "sharing.UpdateFileMemberArgs", "java_class": "com.dropbox.core.v2.sharing.UpdateFileMemberArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UpdateFolderMemberArg": {"fq_name": "sharing.UpdateFolderMemberArg", "java_class": "com.dropbox.core.v2.sharing.UpdateFolderMemberArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UpdateFolderMemberError": {"fq_name": "sharing.UpdateFolderMemberError", "java_class": "com.dropbox.core.v2.sharing.UpdateFolderMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UpdateFolderPolicyArg": {"fq_name": "sharing.UpdateFolderPolicyArg", "java_class": "com.dropbox.core.v2.sharing.UpdateFolderPolicyArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.UpdateFolderPolicyArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UpdateFolderPolicyError": {"fq_name": "sharing.UpdateFolderPolicyError", "java_class": "com.dropbox.core.v2.sharing.UpdateFolderPolicyError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UserFileMembershipInfo": {"fq_name": "sharing.UserFileMembershipInfo", "java_class": "com.dropbox.core.v2.sharing.UserFileMembershipInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.UserFileMembershipInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UserInfo": {"fq_name": "sharing.UserInfo", "java_class": "com.dropbox.core.v2.sharing.UserInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.UserMembershipInfo": {"fq_name": "sharing.UserMembershipInfo", "java_class": "com.dropbox.core.v2.sharing.UserMembershipInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.UserMembershipInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ViewerInfoPolicy": {"fq_name": "sharing.ViewerInfoPolicy", "java_class": "com.dropbox.core.v2.sharing.ViewerInfoPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.Visibility": {"fq_name": "sharing.Visibility", "java_class": "com.dropbox.core.v2.sharing.Visibility", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.VisibilityPolicy": {"fq_name": "sharing.VisibilityPolicy", "java_class": "com.dropbox.core.v2.sharing.VisibilityPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.VisibilityPolicyDisallowedReason": {"fq_name": "sharing.VisibilityPolicyDisallowedReason", "java_class": "com.dropbox.core.v2.sharing.VisibilityPolicyDisallowedReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ActiveWebSession": {"fq_name": "team.ActiveWebSession", "java_class": "com.dropbox.core.v2.team.ActiveWebSession", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ActiveWebSession.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.AddSecondaryEmailResult": {"fq_name": "team.AddSecondaryEmailResult", "java_class": "com.dropbox.core.v2.team.AddSecondaryEmailResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.AddSecondaryEmailsArg": {"fq_name": "team.AddSecondaryEmailsArg", "java_class": "com.dropbox.core.v2.team.AddSecondaryEmailsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.AddSecondaryEmailsError": {"fq_name": "team.AddSecondaryEmailsError", "java_class": "com.dropbox.core.v2.team.AddSecondaryEmailsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.AddSecondaryEmailsResult": {"fq_name": "team.AddSecondaryEmailsResult", "java_class": "com.dropbox.core.v2.team.AddSecondaryEmailsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.AdminTier": {"fq_name": "team.AdminTier", "java_class": "com.dropbox.core.v2.team.AdminTier", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ApiApp": {"fq_name": "team.ApiApp", "java_class": "com.dropbox.core.v2.team.ApiApp", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ApiApp.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.BaseDfbReport": {"fq_name": "team.BaseDfbReport", "java_class": "com.dropbox.core.v2.team.BaseDfbReport", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.BaseTeamFolderError": {"fq_name": "team.BaseTeamFolderError", "java_class": "com.dropbox.core.v2.team.BaseTeamFolderError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.CustomQuotaError": {"fq_name": "team.CustomQuotaError", "java_class": "com.dropbox.core.v2.team.CustomQuotaError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.CustomQuotaResult": {"fq_name": "team.CustomQuotaResult", "java_class": "com.dropbox.core.v2.team.CustomQuotaResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.CustomQuotaUsersArg": {"fq_name": "team.CustomQuotaUsersArg", "java_class": "com.dropbox.core.v2.team.CustomQuotaUsersArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DateRange": {"fq_name": "team.DateRange", "java_class": "com.dropbox.core.v2.team.DateRange", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.DateRange.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DateRangeError": {"fq_name": "team.DateRangeError", "java_class": "com.dropbox.core.v2.team.DateRangeError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DeleteSecondaryEmailResult": {"fq_name": "team.DeleteSecondaryEmailResult", "java_class": "com.dropbox.core.v2.team.DeleteSecondaryEmailResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DeleteSecondaryEmailsArg": {"fq_name": "team.DeleteSecondaryEmailsArg", "java_class": "com.dropbox.core.v2.team.DeleteSecondaryEmailsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DeleteSecondaryEmailsResult": {"fq_name": "team.DeleteSecondaryEmailsResult", "java_class": "com.dropbox.core.v2.team.DeleteSecondaryEmailsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DesktopClientSession": {"fq_name": "team.DesktopClientSession", "java_class": "com.dropbox.core.v2.team.DesktopClientSession", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.DesktopClientSession.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DesktopPlatform": {"fq_name": "team.DesktopPlatform", "java_class": "com.dropbox.core.v2.team.DesktopPlatform", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team.DeviceSession": {"fq_name": "team.DeviceSession", "java_class": "com.dropbox.core.v2.team.DeviceSession", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.DeviceSession.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.DeviceSessionArg": {"fq_name": "team.DeviceSessionArg", "java_class": "com.dropbox.core.v2.team.DeviceSessionArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DevicesActive": {"fq_name": "team.DevicesActive", "java_class": "com.dropbox.core.v2.team.DevicesActive", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersListArg": {"fq_name": "team.ExcludedUsersListArg", "java_class": "com.dropbox.core.v2.team.ExcludedUsersListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersListContinueArg": {"fq_name": "team.ExcludedUsersListContinueArg", "java_class": "com.dropbox.core.v2.team.ExcludedUsersListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersListContinueError": {"fq_name": "team.ExcludedUsersListContinueError", "java_class": "com.dropbox.core.v2.team.ExcludedUsersListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersListError": {"fq_name": "team.ExcludedUsersListError", "java_class": "com.dropbox.core.v2.team.ExcludedUsersListError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersListResult": {"fq_name": "team.ExcludedUsersListResult", "java_class": "com.dropbox.core.v2.team.ExcludedUsersListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersUpdateArg": {"fq_name": "team.ExcludedUsersUpdateArg", "java_class": "com.dropbox.core.v2.team.ExcludedUsersUpdateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersUpdateError": {"fq_name": "team.ExcludedUsersUpdateError", "java_class": "com.dropbox.core.v2.team.ExcludedUsersUpdateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersUpdateResult": {"fq_name": "team.ExcludedUsersUpdateResult", "java_class": "com.dropbox.core.v2.team.ExcludedUsersUpdateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersUpdateStatus": {"fq_name": "team.ExcludedUsersUpdateStatus", "java_class": "com.dropbox.core.v2.team.ExcludedUsersUpdateStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.Feature": {"fq_name": "team.Feature", "java_class": "com.dropbox.core.v2.team.Feature", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.FeatureValue": {"fq_name": "team.FeatureValue", "java_class": "com.dropbox.core.v2.team.FeatureValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.FeaturesGetValuesBatchArg": {"fq_name": "team.FeaturesGetValuesBatchArg", "java_class": "com.dropbox.core.v2.team.FeaturesGetValuesBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.FeaturesGetValuesBatchError": {"fq_name": "team.FeaturesGetValuesBatchError", "java_class": "com.dropbox.core.v2.team.FeaturesGetValuesBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.FeaturesGetValuesBatchResult": {"fq_name": "team.FeaturesGetValuesBatchResult", "java_class": "com.dropbox.core.v2.team.FeaturesGetValuesBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GetActivityReport": {"fq_name": "team.GetActivityReport", "java_class": "com.dropbox.core.v2.team.GetActivityReport", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GetDevicesReport": {"fq_name": "team.GetDevicesReport", "java_class": "com.dropbox.core.v2.team.GetDevicesReport", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GetMembershipReport": {"fq_name": "team.GetMembershipReport", "java_class": "com.dropbox.core.v2.team.GetMembershipReport", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GetStorageReport": {"fq_name": "team.GetStorageReport", "java_class": "com.dropbox.core.v2.team.GetStorageReport", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupAccessType": {"fq_name": "team.GroupAccessType", "java_class": "com.dropbox.core.v2.team.GroupAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupCreateArg": {"fq_name": "team.GroupCreateArg", "java_class": "com.dropbox.core.v2.team.GroupCreateArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.GroupCreateArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupCreateError": {"fq_name": "team.GroupCreateError", "java_class": "com.dropbox.core.v2.team.GroupCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupDeleteError": {"fq_name": "team.GroupDeleteError", "java_class": "com.dropbox.core.v2.team.GroupDeleteError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupFullInfo": {"fq_name": "team.GroupFullInfo", "java_class": "com.dropbox.core.v2.team.GroupFullInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.GroupFullInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMemberInfo": {"fq_name": "team.GroupMemberInfo", "java_class": "com.dropbox.core.v2.team.GroupMemberInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMemberSelector": {"fq_name": "team.GroupMemberSelector", "java_class": "com.dropbox.core.v2.team.GroupMemberSelector", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.GroupMemberSelectorError": {"fq_name": "team.GroupMemberSelectorError", "java_class": "com.dropbox.core.v2.team.GroupMemberSelectorError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.GroupMemberSetAccessTypeError": {"fq_name": "team.GroupMemberSetAccessTypeError", "java_class": "com.dropbox.core.v2.team.GroupMemberSetAccessTypeError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersAddArg": {"fq_name": "team.GroupMembersAddArg", "java_class": "com.dropbox.core.v2.team.GroupMembersAddArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersAddError": {"fq_name": "team.GroupMembersAddError", "java_class": "com.dropbox.core.v2.team.GroupMembersAddError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersChangeResult": {"fq_name": "team.GroupMembersChangeResult", "java_class": "com.dropbox.core.v2.team.GroupMembersChangeResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersRemoveArg": {"fq_name": "team.GroupMembersRemoveArg", "java_class": "com.dropbox.core.v2.team.GroupMembersRemoveArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersRemoveError": {"fq_name": "team.GroupMembersRemoveError", "java_class": "com.dropbox.core.v2.team.GroupMembersRemoveError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersSelector": {"fq_name": "team.GroupMembersSelector", "java_class": "com.dropbox.core.v2.team.GroupMembersSelector", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.GroupMembersSelectorError": {"fq_name": "team.GroupMembersSelectorError", "java_class": "com.dropbox.core.v2.team.GroupMembersSelectorError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.GroupMembersSetAccessTypeArg": {"fq_name": "team.GroupMembersSetAccessTypeArg", "java_class": "com.dropbox.core.v2.team.GroupMembersSetAccessTypeArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupSelector": {"fq_name": "team.GroupSelector", "java_class": "com.dropbox.core.v2.team.GroupSelector", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupSelectorError": {"fq_name": "team.GroupSelectorError", "java_class": "com.dropbox.core.v2.team.GroupSelectorError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupSelectorWithTeamGroupError": {"fq_name": "team.GroupSelectorWithTeamGroupError", "java_class": "com.dropbox.core.v2.team.GroupSelectorWithTeamGroupError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.GroupUpdateArgs": {"fq_name": "team.GroupUpdateArgs", "java_class": "com.dropbox.core.v2.team.GroupUpdateArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.GroupUpdateArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupUpdateError": {"fq_name": "team.GroupUpdateError", "java_class": "com.dropbox.core.v2.team.GroupUpdateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsGetInfoError": {"fq_name": "team.GroupsGetInfoError", "java_class": "com.dropbox.core.v2.team.GroupsGetInfoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsGetInfoItem": {"fq_name": "team.GroupsGetInfoItem", "java_class": "com.dropbox.core.v2.team.GroupsGetInfoItem", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsListArg": {"fq_name": "team.GroupsListArg", "java_class": "com.dropbox.core.v2.team.GroupsListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsListContinueArg": {"fq_name": "team.GroupsListContinueArg", "java_class": "com.dropbox.core.v2.team.GroupsListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsListContinueError": {"fq_name": "team.GroupsListContinueError", "java_class": "com.dropbox.core.v2.team.GroupsListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsListResult": {"fq_name": "team.GroupsListResult", "java_class": "com.dropbox.core.v2.team.GroupsListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsMembersListArg": {"fq_name": "team.GroupsMembersListArg", "java_class": "com.dropbox.core.v2.team.GroupsMembersListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsMembersListContinueArg": {"fq_name": "team.GroupsMembersListContinueArg", "java_class": "com.dropbox.core.v2.team.GroupsMembersListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsMembersListContinueError": {"fq_name": "team.GroupsMembersListContinueError", "java_class": "com.dropbox.core.v2.team.GroupsMembersListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsMembersListResult": {"fq_name": "team.GroupsMembersListResult", "java_class": "com.dropbox.core.v2.team.GroupsMembersListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsPollError": {"fq_name": "team.GroupsPollError", "java_class": "com.dropbox.core.v2.team.GroupsPollError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsSelector": {"fq_name": "team.GroupsSelector", "java_class": "com.dropbox.core.v2.team.GroupsSelector", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.HasTeamFileEventsValue": {"fq_name": "team.HasTeamFileEventsValue", "java_class": "com.dropbox.core.v2.team.HasTeamFileEventsValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.HasTeamSelectiveSyncValue": {"fq_name": "team.HasTeamSelectiveSyncValue", "java_class": "com.dropbox.core.v2.team.HasTeamSelectiveSyncValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.HasTeamSharedDropboxValue": {"fq_name": "team.HasTeamSharedDropboxValue", "java_class": "com.dropbox.core.v2.team.HasTeamSharedDropboxValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.IncludeMembersArg": {"fq_name": "team.IncludeMembersArg", "java_class": "com.dropbox.core.v2.team.IncludeMembersArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.LegalHoldHeldRevisionMetadata": {"fq_name": "team.LegalHoldHeldRevisionMetadata", "java_class": "com.dropbox.core.v2.team.LegalHoldHeldRevisionMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldPolicy": {"fq_name": "team.LegalHoldPolicy", "java_class": "com.dropbox.core.v2.team.LegalHoldPolicy", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.LegalHoldPolicy.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldStatus": {"fq_name": "team.LegalHoldStatus", "java_class": "com.dropbox.core.v2.team.LegalHoldStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsError": {"fq_name": "team.LegalHoldsError", "java_class": "com.dropbox.core.v2.team.LegalHoldsError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.LegalHoldsGetPolicyArg": {"fq_name": "team.LegalHoldsGetPolicyArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsGetPolicyArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsGetPolicyError": {"fq_name": "team.LegalHoldsGetPolicyError", "java_class": "com.dropbox.core.v2.team.LegalHoldsGetPolicyError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListHeldRevisionResult": {"fq_name": "team.LegalHoldsListHeldRevisionResult", "java_class": "com.dropbox.core.v2.team.LegalHoldsListHeldRevisionResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListHeldRevisionsArg": {"fq_name": "team.LegalHoldsListHeldRevisionsArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListHeldRevisionsContinueArg": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListHeldRevisionsContinueError": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueError", "java_class": "com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsContinueError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.LegalHoldsListHeldRevisionsError": {"fq_name": "team.LegalHoldsListHeldRevisionsError", "java_class": "com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListPoliciesArg": {"fq_name": "team.LegalHoldsListPoliciesArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsListPoliciesArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListPoliciesError": {"fq_name": "team.LegalHoldsListPoliciesError", "java_class": "com.dropbox.core.v2.team.LegalHoldsListPoliciesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListPoliciesResult": {"fq_name": "team.LegalHoldsListPoliciesResult", "java_class": "com.dropbox.core.v2.team.LegalHoldsListPoliciesResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyCreateArg": {"fq_name": "team.LegalHoldsPolicyCreateArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyCreateArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.LegalHoldsPolicyCreateArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyCreateError": {"fq_name": "team.LegalHoldsPolicyCreateError", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyReleaseArg": {"fq_name": "team.LegalHoldsPolicyReleaseArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyReleaseArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyReleaseError": {"fq_name": "team.LegalHoldsPolicyReleaseError", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyReleaseError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyUpdateArg": {"fq_name": "team.LegalHoldsPolicyUpdateArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyUpdateArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.LegalHoldsPolicyUpdateArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyUpdateError": {"fq_name": "team.LegalHoldsPolicyUpdateError", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyUpdateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberAppsArg": {"fq_name": "team.ListMemberAppsArg", "java_class": "com.dropbox.core.v2.team.ListMemberAppsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberAppsError": {"fq_name": "team.ListMemberAppsError", "java_class": "com.dropbox.core.v2.team.ListMemberAppsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberAppsResult": {"fq_name": "team.ListMemberAppsResult", "java_class": "com.dropbox.core.v2.team.ListMemberAppsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberDevicesArg": {"fq_name": "team.ListMemberDevicesArg", "java_class": "com.dropbox.core.v2.team.ListMemberDevicesArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ListMemberDevicesArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberDevicesError": {"fq_name": "team.ListMemberDevicesError", "java_class": "com.dropbox.core.v2.team.ListMemberDevicesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberDevicesResult": {"fq_name": "team.ListMemberDevicesResult", "java_class": "com.dropbox.core.v2.team.ListMemberDevicesResult", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ListMemberDevicesResult.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersAppsArg": {"fq_name": "team.ListMembersAppsArg", "java_class": "com.dropbox.core.v2.team.ListMembersAppsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersAppsError": {"fq_name": "team.ListMembersAppsError", "java_class": "com.dropbox.core.v2.team.ListMembersAppsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersAppsResult": {"fq_name": "team.ListMembersAppsResult", "java_class": "com.dropbox.core.v2.team.ListMembersAppsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersDevicesArg": {"fq_name": "team.ListMembersDevicesArg", "java_class": "com.dropbox.core.v2.team.ListMembersDevicesArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ListMembersDevicesArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersDevicesError": {"fq_name": "team.ListMembersDevicesError", "java_class": "com.dropbox.core.v2.team.ListMembersDevicesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersDevicesResult": {"fq_name": "team.ListMembersDevicesResult", "java_class": "com.dropbox.core.v2.team.ListMembersDevicesResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamAppsArg": {"fq_name": "team.ListTeamAppsArg", "java_class": "com.dropbox.core.v2.team.ListTeamAppsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamAppsError": {"fq_name": "team.ListTeamAppsError", "java_class": "com.dropbox.core.v2.team.ListTeamAppsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamAppsResult": {"fq_name": "team.ListTeamAppsResult", "java_class": "com.dropbox.core.v2.team.ListTeamAppsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamDevicesArg": {"fq_name": "team.ListTeamDevicesArg", "java_class": "com.dropbox.core.v2.team.ListTeamDevicesArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ListTeamDevicesArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamDevicesError": {"fq_name": "team.ListTeamDevicesError", "java_class": "com.dropbox.core.v2.team.ListTeamDevicesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamDevicesResult": {"fq_name": "team.ListTeamDevicesResult", "java_class": "com.dropbox.core.v2.team.ListTeamDevicesResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberAccess": {"fq_name": "team.MemberAccess", "java_class": "com.dropbox.core.v2.team.MemberAccess", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberAddArg": {"fq_name": "team.MemberAddArg", "java_class": "com.dropbox.core.v2.team.MemberAddArg", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MemberAddArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberAddArgBase": {"fq_name": "team.MemberAddArgBase", "java_class": "com.dropbox.core.v2.team.MemberAddArgBase", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MemberAddArgBase.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.MemberAddResult": {"fq_name": "team.MemberAddResult", "java_class": "com.dropbox.core.v2.team.MemberAddResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberAddResultBase": {"fq_name": "team.MemberAddResultBase", "java_class": "com.dropbox.core.v2.team.MemberAddResultBase", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MemberAddV2Arg": {"fq_name": "team.MemberAddV2Arg", "java_class": "com.dropbox.core.v2.team.MemberAddV2Arg", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MemberAddV2Arg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberAddV2Result": {"fq_name": "team.MemberAddV2Result", "java_class": "com.dropbox.core.v2.team.MemberAddV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberDevices": {"fq_name": "team.MemberDevices", "java_class": "com.dropbox.core.v2.team.MemberDevices", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MemberDevices.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberLinkedApps": {"fq_name": "team.MemberLinkedApps", "java_class": "com.dropbox.core.v2.team.MemberLinkedApps", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberProfile": {"fq_name": "team.MemberProfile", "java_class": "com.dropbox.core.v2.team.MemberProfile", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MemberProfile.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberSelectorError": {"fq_name": "team.MemberSelectorError", "java_class": "com.dropbox.core.v2.team.MemberSelectorError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MembersAddArg": {"fq_name": "team.MembersAddArg", "java_class": "com.dropbox.core.v2.team.MembersAddArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersAddArgBase": {"fq_name": "team.MembersAddArgBase", "java_class": "com.dropbox.core.v2.team.MembersAddArgBase", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.MembersAddJobStatus": {"fq_name": "team.MembersAddJobStatus", "java_class": "com.dropbox.core.v2.team.MembersAddJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersAddJobStatusV2Result": {"fq_name": "team.MembersAddJobStatusV2Result", "java_class": "com.dropbox.core.v2.team.MembersAddJobStatusV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersAddLaunch": {"fq_name": "team.MembersAddLaunch", "java_class": "com.dropbox.core.v2.team.MembersAddLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersAddLaunchV2Result": {"fq_name": "team.MembersAddLaunchV2Result", "java_class": "com.dropbox.core.v2.team.MembersAddLaunchV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersAddV2Arg": {"fq_name": "team.MembersAddV2Arg", "java_class": "com.dropbox.core.v2.team.MembersAddV2Arg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersDataTransferArg": {"fq_name": "team.MembersDataTransferArg", "java_class": "com.dropbox.core.v2.team.MembersDataTransferArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersDeactivateArg": {"fq_name": "team.MembersDeactivateArg", "java_class": "com.dropbox.core.v2.team.MembersDeactivateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersDeactivateBaseArg": {"fq_name": "team.MembersDeactivateBaseArg", "java_class": "com.dropbox.core.v2.team.MembersDeactivateBaseArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.MembersDeactivateError": {"fq_name": "team.MembersDeactivateError", "java_class": "com.dropbox.core.v2.team.MembersDeactivateError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MembersDeleteProfilePhotoArg": {"fq_name": "team.MembersDeleteProfilePhotoArg", "java_class": "com.dropbox.core.v2.team.MembersDeleteProfilePhotoArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersDeleteProfilePhotoError": {"fq_name": "team.MembersDeleteProfilePhotoError", "java_class": "com.dropbox.core.v2.team.MembersDeleteProfilePhotoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetAvailableTeamMemberRolesResult": {"fq_name": "team.MembersGetAvailableTeamMemberRolesResult", "java_class": "com.dropbox.core.v2.team.MembersGetAvailableTeamMemberRolesResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoArgs": {"fq_name": "team.MembersGetInfoArgs", "java_class": "com.dropbox.core.v2.team.MembersGetInfoArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoError": {"fq_name": "team.MembersGetInfoError", "java_class": "com.dropbox.core.v2.team.MembersGetInfoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoItem": {"fq_name": "team.MembersGetInfoItem", "java_class": "com.dropbox.core.v2.team.MembersGetInfoItem", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoItemBase": {"fq_name": "team.MembersGetInfoItemBase", "java_class": "com.dropbox.core.v2.team.MembersGetInfoItemBase", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MembersGetInfoItemV2": {"fq_name": "team.MembersGetInfoItemV2", "java_class": "com.dropbox.core.v2.team.MembersGetInfoItemV2", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoV2Arg": {"fq_name": "team.MembersGetInfoV2Arg", "java_class": "com.dropbox.core.v2.team.MembersGetInfoV2Arg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoV2Result": {"fq_name": "team.MembersGetInfoV2Result", "java_class": "com.dropbox.core.v2.team.MembersGetInfoV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersInfo": {"fq_name": "team.MembersInfo", "java_class": "com.dropbox.core.v2.team.MembersInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListArg": {"fq_name": "team.MembersListArg", "java_class": "com.dropbox.core.v2.team.MembersListArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MembersListArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListContinueArg": {"fq_name": "team.MembersListContinueArg", "java_class": "com.dropbox.core.v2.team.MembersListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListContinueError": {"fq_name": "team.MembersListContinueError", "java_class": "com.dropbox.core.v2.team.MembersListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListError": {"fq_name": "team.MembersListError", "java_class": "com.dropbox.core.v2.team.MembersListError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListResult": {"fq_name": "team.MembersListResult", "java_class": "com.dropbox.core.v2.team.MembersListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListV2Result": {"fq_name": "team.MembersListV2Result", "java_class": "com.dropbox.core.v2.team.MembersListV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersRecoverArg": {"fq_name": "team.MembersRecoverArg", "java_class": "com.dropbox.core.v2.team.MembersRecoverArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersRecoverError": {"fq_name": "team.MembersRecoverError", "java_class": "com.dropbox.core.v2.team.MembersRecoverError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersRemoveArg": {"fq_name": "team.MembersRemoveArg", "java_class": "com.dropbox.core.v2.team.MembersRemoveArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MembersRemoveArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersRemoveError": {"fq_name": "team.MembersRemoveError", "java_class": "com.dropbox.core.v2.team.MembersRemoveError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSendWelcomeError": {"fq_name": "team.MembersSendWelcomeError", "java_class": "com.dropbox.core.v2.team.MembersSendWelcomeError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissions2Arg": {"fq_name": "team.MembersSetPermissions2Arg", "java_class": "com.dropbox.core.v2.team.MembersSetPermissions2Arg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissions2Error": {"fq_name": "team.MembersSetPermissions2Error", "java_class": "com.dropbox.core.v2.team.MembersSetPermissions2Error", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissions2Result": {"fq_name": "team.MembersSetPermissions2Result", "java_class": "com.dropbox.core.v2.team.MembersSetPermissions2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissionsArg": {"fq_name": "team.MembersSetPermissionsArg", "java_class": "com.dropbox.core.v2.team.MembersSetPermissionsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissionsError": {"fq_name": "team.MembersSetPermissionsError", "java_class": "com.dropbox.core.v2.team.MembersSetPermissionsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissionsResult": {"fq_name": "team.MembersSetPermissionsResult", "java_class": "com.dropbox.core.v2.team.MembersSetPermissionsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetProfileArg": {"fq_name": "team.MembersSetProfileArg", "java_class": "com.dropbox.core.v2.team.MembersSetProfileArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MembersSetProfileArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetProfileError": {"fq_name": "team.MembersSetProfileError", "java_class": "com.dropbox.core.v2.team.MembersSetProfileError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetProfilePhotoArg": {"fq_name": "team.MembersSetProfilePhotoArg", "java_class": "com.dropbox.core.v2.team.MembersSetProfilePhotoArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetProfilePhotoError": {"fq_name": "team.MembersSetProfilePhotoError", "java_class": "com.dropbox.core.v2.team.MembersSetProfilePhotoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSuspendError": {"fq_name": "team.MembersSuspendError", "java_class": "com.dropbox.core.v2.team.MembersSuspendError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersTransferFilesError": {"fq_name": "team.MembersTransferFilesError", "java_class": "com.dropbox.core.v2.team.MembersTransferFilesError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MembersTransferFormerMembersFilesError": {"fq_name": "team.MembersTransferFormerMembersFilesError", "java_class": "com.dropbox.core.v2.team.MembersTransferFormerMembersFilesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersUnsuspendArg": {"fq_name": "team.MembersUnsuspendArg", "java_class": "com.dropbox.core.v2.team.MembersUnsuspendArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersUnsuspendError": {"fq_name": "team.MembersUnsuspendError", "java_class": "com.dropbox.core.v2.team.MembersUnsuspendError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MobileClientPlatform": {"fq_name": "team.MobileClientPlatform", "java_class": "com.dropbox.core.v2.team.MobileClientPlatform", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team.MobileClientSession": {"fq_name": "team.MobileClientSession", "java_class": "com.dropbox.core.v2.team.MobileClientSession", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MobileClientSession.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.NamespaceMetadata": {"fq_name": "team.NamespaceMetadata", "java_class": "com.dropbox.core.v2.team.NamespaceMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.NamespaceType": {"fq_name": "team.NamespaceType", "java_class": "com.dropbox.core.v2.team.NamespaceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RemoveCustomQuotaResult": {"fq_name": "team.RemoveCustomQuotaResult", "java_class": "com.dropbox.core.v2.team.RemoveCustomQuotaResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RemovedStatus": {"fq_name": "team.RemovedStatus", "java_class": "com.dropbox.core.v2.team.RemovedStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ResendSecondaryEmailResult": {"fq_name": "team.ResendSecondaryEmailResult", "java_class": "com.dropbox.core.v2.team.ResendSecondaryEmailResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ResendVerificationEmailArg": {"fq_name": "team.ResendVerificationEmailArg", "java_class": "com.dropbox.core.v2.team.ResendVerificationEmailArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ResendVerificationEmailResult": {"fq_name": "team.ResendVerificationEmailResult", "java_class": "com.dropbox.core.v2.team.ResendVerificationEmailResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDesktopClientArg": {"fq_name": "team.RevokeDesktopClientArg", "java_class": "com.dropbox.core.v2.team.RevokeDesktopClientArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionArg": {"fq_name": "team.RevokeDeviceSessionArg", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionBatchArg": {"fq_name": "team.RevokeDeviceSessionBatchArg", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionBatchError": {"fq_name": "team.RevokeDeviceSessionBatchError", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionBatchResult": {"fq_name": "team.RevokeDeviceSessionBatchResult", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionError": {"fq_name": "team.RevokeDeviceSessionError", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionStatus": {"fq_name": "team.RevokeDeviceSessionStatus", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedApiAppArg": {"fq_name": "team.RevokeLinkedApiAppArg", "java_class": "com.dropbox.core.v2.team.RevokeLinkedApiAppArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedApiAppBatchArg": {"fq_name": "team.RevokeLinkedApiAppBatchArg", "java_class": "com.dropbox.core.v2.team.RevokeLinkedApiAppBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedAppBatchError": {"fq_name": "team.RevokeLinkedAppBatchError", "java_class": "com.dropbox.core.v2.team.RevokeLinkedAppBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedAppBatchResult": {"fq_name": "team.RevokeLinkedAppBatchResult", "java_class": "com.dropbox.core.v2.team.RevokeLinkedAppBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedAppError": {"fq_name": "team.RevokeLinkedAppError", "java_class": "com.dropbox.core.v2.team.RevokeLinkedAppError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedAppStatus": {"fq_name": "team.RevokeLinkedAppStatus", "java_class": "com.dropbox.core.v2.team.RevokeLinkedAppStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SetCustomQuotaArg": {"fq_name": "team.SetCustomQuotaArg", "java_class": "com.dropbox.core.v2.team.SetCustomQuotaArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SetCustomQuotaError": {"fq_name": "team.SetCustomQuotaError", "java_class": "com.dropbox.core.v2.team.SetCustomQuotaError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistAddArgs": {"fq_name": "team.SharingAllowlistAddArgs", "java_class": "com.dropbox.core.v2.team.SharingAllowlistAddArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.SharingAllowlistAddArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistAddError": {"fq_name": "team.SharingAllowlistAddError", "java_class": "com.dropbox.core.v2.team.SharingAllowlistAddError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistAddResponse": {"fq_name": "team.SharingAllowlistAddResponse", "java_class": "com.dropbox.core.v2.team.SharingAllowlistAddResponse", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistListArg": {"fq_name": "team.SharingAllowlistListArg", "java_class": "com.dropbox.core.v2.team.SharingAllowlistListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistListContinueArg": {"fq_name": "team.SharingAllowlistListContinueArg", "java_class": "com.dropbox.core.v2.team.SharingAllowlistListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistListContinueError": {"fq_name": "team.SharingAllowlistListContinueError", "java_class": "com.dropbox.core.v2.team.SharingAllowlistListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistListError": {"fq_name": "team.SharingAllowlistListError", "java_class": "com.dropbox.core.v2.team.SharingAllowlistListError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistListResponse": {"fq_name": "team.SharingAllowlistListResponse", "java_class": "com.dropbox.core.v2.team.SharingAllowlistListResponse", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.SharingAllowlistListResponse.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistRemoveArgs": {"fq_name": "team.SharingAllowlistRemoveArgs", "java_class": "com.dropbox.core.v2.team.SharingAllowlistRemoveArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.SharingAllowlistRemoveArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistRemoveError": {"fq_name": "team.SharingAllowlistRemoveError", "java_class": "com.dropbox.core.v2.team.SharingAllowlistRemoveError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistRemoveResponse": {"fq_name": "team.SharingAllowlistRemoveResponse", "java_class": "com.dropbox.core.v2.team.SharingAllowlistRemoveResponse", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.StorageBucket": {"fq_name": "team.StorageBucket", "java_class": "com.dropbox.core.v2.team.StorageBucket", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderAccessError": {"fq_name": "team.TeamFolderAccessError", "java_class": "com.dropbox.core.v2.team.TeamFolderAccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderActivateError": {"fq_name": "team.TeamFolderActivateError", "java_class": "com.dropbox.core.v2.team.TeamFolderActivateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderArchiveArg": {"fq_name": "team.TeamFolderArchiveArg", "java_class": "com.dropbox.core.v2.team.TeamFolderArchiveArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderArchiveError": {"fq_name": "team.TeamFolderArchiveError", "java_class": "com.dropbox.core.v2.team.TeamFolderArchiveError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderArchiveJobStatus": {"fq_name": "team.TeamFolderArchiveJobStatus", "java_class": "com.dropbox.core.v2.team.TeamFolderArchiveJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderArchiveLaunch": {"fq_name": "team.TeamFolderArchiveLaunch", "java_class": "com.dropbox.core.v2.team.TeamFolderArchiveLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderCreateArg": {"fq_name": "team.TeamFolderCreateArg", "java_class": "com.dropbox.core.v2.team.TeamFolderCreateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderCreateError": {"fq_name": "team.TeamFolderCreateError", "java_class": "com.dropbox.core.v2.team.TeamFolderCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderGetInfoItem": {"fq_name": "team.TeamFolderGetInfoItem", "java_class": "com.dropbox.core.v2.team.TeamFolderGetInfoItem", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderIdArg": {"fq_name": "team.TeamFolderIdArg", "java_class": "com.dropbox.core.v2.team.TeamFolderIdArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderIdListArg": {"fq_name": "team.TeamFolderIdListArg", "java_class": "com.dropbox.core.v2.team.TeamFolderIdListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderInvalidStatusError": {"fq_name": "team.TeamFolderInvalidStatusError", "java_class": "com.dropbox.core.v2.team.TeamFolderInvalidStatusError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderListArg": {"fq_name": "team.TeamFolderListArg", "java_class": "com.dropbox.core.v2.team.TeamFolderListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderListContinueArg": {"fq_name": "team.TeamFolderListContinueArg", "java_class": "com.dropbox.core.v2.team.TeamFolderListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderListContinueError": {"fq_name": "team.TeamFolderListContinueError", "java_class": "com.dropbox.core.v2.team.TeamFolderListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderListError": {"fq_name": "team.TeamFolderListError", "java_class": "com.dropbox.core.v2.team.TeamFolderListError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderListResult": {"fq_name": "team.TeamFolderListResult", "java_class": "com.dropbox.core.v2.team.TeamFolderListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderMetadata": {"fq_name": "team.TeamFolderMetadata", "java_class": "com.dropbox.core.v2.team.TeamFolderMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderPermanentlyDeleteError": {"fq_name": "team.TeamFolderPermanentlyDeleteError", "java_class": "com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderRenameArg": {"fq_name": "team.TeamFolderRenameArg", "java_class": "com.dropbox.core.v2.team.TeamFolderRenameArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderRenameError": {"fq_name": "team.TeamFolderRenameError", "java_class": "com.dropbox.core.v2.team.TeamFolderRenameError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderStatus": {"fq_name": "team.TeamFolderStatus", "java_class": "com.dropbox.core.v2.team.TeamFolderStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team.TeamFolderTeamSharedDropboxError": {"fq_name": "team.TeamFolderTeamSharedDropboxError", "java_class": "com.dropbox.core.v2.team.TeamFolderTeamSharedDropboxError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderUpdateSyncSettingsArg": {"fq_name": "team.TeamFolderUpdateSyncSettingsArg", "java_class": "com.dropbox.core.v2.team.TeamFolderUpdateSyncSettingsArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.TeamFolderUpdateSyncSettingsArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderUpdateSyncSettingsError": {"fq_name": "team.TeamFolderUpdateSyncSettingsError", "java_class": "com.dropbox.core.v2.team.TeamFolderUpdateSyncSettingsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamGetInfoResult": {"fq_name": "team.TeamGetInfoResult", "java_class": "com.dropbox.core.v2.team.TeamGetInfoResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberInfo": {"fq_name": "team.TeamMemberInfo", "java_class": "com.dropbox.core.v2.team.TeamMemberInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberInfoV2": {"fq_name": "team.TeamMemberInfoV2", "java_class": "com.dropbox.core.v2.team.TeamMemberInfoV2", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberInfoV2Result": {"fq_name": "team.TeamMemberInfoV2Result", "java_class": "com.dropbox.core.v2.team.TeamMemberInfoV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberProfile": {"fq_name": "team.TeamMemberProfile", "java_class": "com.dropbox.core.v2.team.TeamMemberProfile", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.TeamMemberProfile.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberRole": {"fq_name": "team.TeamMemberRole", "java_class": "com.dropbox.core.v2.team.TeamMemberRole", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberStatus": {"fq_name": "team.TeamMemberStatus", "java_class": "com.dropbox.core.v2.team.TeamMemberStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMembershipType": {"fq_name": "team.TeamMembershipType", "java_class": "com.dropbox.core.v2.team.TeamMembershipType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamNamespacesListArg": {"fq_name": "team.TeamNamespacesListArg", "java_class": "com.dropbox.core.v2.team.TeamNamespacesListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamNamespacesListContinueArg": {"fq_name": "team.TeamNamespacesListContinueArg", "java_class": "com.dropbox.core.v2.team.TeamNamespacesListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamNamespacesListContinueError": {"fq_name": "team.TeamNamespacesListContinueError", "java_class": "com.dropbox.core.v2.team.TeamNamespacesListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamNamespacesListError": {"fq_name": "team.TeamNamespacesListError", "java_class": "com.dropbox.core.v2.team.TeamNamespacesListError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamNamespacesListResult": {"fq_name": "team.TeamNamespacesListResult", "java_class": "com.dropbox.core.v2.team.TeamNamespacesListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamReportFailureReason": {"fq_name": "team.TeamReportFailureReason", "java_class": "com.dropbox.core.v2.team.TeamReportFailureReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team.TokenGetAuthenticatedAdminError": {"fq_name": "team.TokenGetAuthenticatedAdminError", "java_class": "com.dropbox.core.v2.team.TokenGetAuthenticatedAdminError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TokenGetAuthenticatedAdminResult": {"fq_name": "team.TokenGetAuthenticatedAdminResult", "java_class": "com.dropbox.core.v2.team.TokenGetAuthenticatedAdminResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UploadApiRateLimitValue": {"fq_name": "team.UploadApiRateLimitValue", "java_class": "com.dropbox.core.v2.team.UploadApiRateLimitValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserAddResult": {"fq_name": "team.UserAddResult", "java_class": "com.dropbox.core.v2.team.UserAddResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserCustomQuotaArg": {"fq_name": "team.UserCustomQuotaArg", "java_class": "com.dropbox.core.v2.team.UserCustomQuotaArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserCustomQuotaResult": {"fq_name": "team.UserCustomQuotaResult", "java_class": "com.dropbox.core.v2.team.UserCustomQuotaResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserDeleteEmailsResult": {"fq_name": "team.UserDeleteEmailsResult", "java_class": "com.dropbox.core.v2.team.UserDeleteEmailsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserDeleteResult": {"fq_name": "team.UserDeleteResult", "java_class": "com.dropbox.core.v2.team.UserDeleteResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserResendEmailsResult": {"fq_name": "team.UserResendEmailsResult", "java_class": "com.dropbox.core.v2.team.UserResendEmailsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserResendResult": {"fq_name": "team.UserResendResult", "java_class": "com.dropbox.core.v2.team.UserResendResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserSecondaryEmailsArg": {"fq_name": "team.UserSecondaryEmailsArg", "java_class": "com.dropbox.core.v2.team.UserSecondaryEmailsArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserSecondaryEmailsResult": {"fq_name": "team.UserSecondaryEmailsResult", "java_class": "com.dropbox.core.v2.team.UserSecondaryEmailsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserSelectorArg": {"fq_name": "team.UserSelectorArg", "java_class": "com.dropbox.core.v2.team.UserSelectorArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserSelectorError": {"fq_name": "team.UserSelectorError", "java_class": "com.dropbox.core.v2.team.UserSelectorError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.UsersSelectorArg": {"fq_name": "team.UsersSelectorArg", "java_class": "com.dropbox.core.v2.team.UsersSelectorArg", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_common.GroupManagementType": {"fq_name": "team_common.GroupManagementType", "java_class": "com.dropbox.core.v2.teamcommon.GroupManagementType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_common.GroupSummary": {"fq_name": "team_common.GroupSummary", "java_class": "com.dropbox.core.v2.teamcommon.GroupSummary", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamcommon.GroupSummary.Builder", "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_common.GroupType": {"fq_name": "team_common.GroupType", "java_class": "com.dropbox.core.v2.teamcommon.GroupType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_common.MemberSpaceLimitType": {"fq_name": "team_common.MemberSpaceLimitType", "java_class": "com.dropbox.core.v2.teamcommon.MemberSpaceLimitType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_common.TimeRange": {"fq_name": "team_common.TimeRange", "java_class": "com.dropbox.core.v2.teamcommon.TimeRange", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamcommon.TimeRange.Builder", "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_log.AccessMethodLogInfo": {"fq_name": "team_log.AccessMethodLogInfo", "java_class": "com.dropbox.core.v2.teamlog.AccessMethodLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureAvailability": {"fq_name": "team_log.AccountCaptureAvailability", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureAvailability", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureChangeAvailabilityDetails": {"fq_name": "team_log.AccountCaptureChangeAvailabilityDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureChangeAvailabilityType": {"fq_name": "team_log.AccountCaptureChangeAvailabilityType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureChangePolicyDetails": {"fq_name": "team_log.AccountCaptureChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureChangePolicyType": {"fq_name": "team_log.AccountCaptureChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureMigrateAccountDetails": {"fq_name": "team_log.AccountCaptureMigrateAccountDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureMigrateAccountType": {"fq_name": "team_log.AccountCaptureMigrateAccountType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureNotificationEmailsSentDetails": {"fq_name": "team_log.AccountCaptureNotificationEmailsSentDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureNotificationEmailsSentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureNotificationEmailsSentType": {"fq_name": "team_log.AccountCaptureNotificationEmailsSentType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureNotificationEmailsSentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureNotificationType": {"fq_name": "team_log.AccountCaptureNotificationType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureNotificationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCapturePolicy": {"fq_name": "team_log.AccountCapturePolicy", "java_class": "com.dropbox.core.v2.teamlog.AccountCapturePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureRelinquishAccountDetails": {"fq_name": "team_log.AccountCaptureRelinquishAccountDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureRelinquishAccountType": {"fq_name": "team_log.AccountCaptureRelinquishAccountType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountLockOrUnlockedDetails": {"fq_name": "team_log.AccountLockOrUnlockedDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountLockOrUnlockedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountLockOrUnlockedType": {"fq_name": "team_log.AccountLockOrUnlockedType", "java_class": "com.dropbox.core.v2.teamlog.AccountLockOrUnlockedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountState": {"fq_name": "team_log.AccountState", "java_class": "com.dropbox.core.v2.teamlog.AccountState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ActionDetails": {"fq_name": "team_log.ActionDetails", "java_class": "com.dropbox.core.v2.teamlog.ActionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ActorLogInfo": {"fq_name": "team_log.ActorLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ActorLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertCategoryEnum": {"fq_name": "team_log.AdminAlertCategoryEnum", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertCategoryEnum", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertGeneralStateEnum": {"fq_name": "team_log.AdminAlertGeneralStateEnum", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertGeneralStateEnum", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertSeverityEnum": {"fq_name": "team_log.AdminAlertSeverityEnum", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertSeverityEnum", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingAlertConfiguration": {"fq_name": "team_log.AdminAlertingAlertConfiguration", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertConfiguration", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertConfiguration.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingAlertSensitivity": {"fq_name": "team_log.AdminAlertingAlertSensitivity", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertSensitivity", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingAlertStateChangedDetails": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertStateChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingAlertStateChangedType": {"fq_name": "team_log.AdminAlertingAlertStateChangedType", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertStateChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingAlertStatePolicy": {"fq_name": "team_log.AdminAlertingAlertStatePolicy", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertStatePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingChangedAlertConfigDetails": {"fq_name": "team_log.AdminAlertingChangedAlertConfigDetails", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingChangedAlertConfigDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingChangedAlertConfigType": {"fq_name": "team_log.AdminAlertingChangedAlertConfigType", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingChangedAlertConfigType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingTriggeredAlertDetails": {"fq_name": "team_log.AdminAlertingTriggeredAlertDetails", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingTriggeredAlertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingTriggeredAlertType": {"fq_name": "team_log.AdminAlertingTriggeredAlertType", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingTriggeredAlertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminConsoleAppPermission": {"fq_name": "team_log.AdminConsoleAppPermission", "java_class": "com.dropbox.core.v2.teamlog.AdminConsoleAppPermission", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminConsoleAppPolicy": {"fq_name": "team_log.AdminConsoleAppPolicy", "java_class": "com.dropbox.core.v2.teamlog.AdminConsoleAppPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminEmailRemindersChangedDetails": {"fq_name": "team_log.AdminEmailRemindersChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.AdminEmailRemindersChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminEmailRemindersChangedType": {"fq_name": "team_log.AdminEmailRemindersChangedType", "java_class": "com.dropbox.core.v2.teamlog.AdminEmailRemindersChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminEmailRemindersPolicy": {"fq_name": "team_log.AdminEmailRemindersPolicy", "java_class": "com.dropbox.core.v2.teamlog.AdminEmailRemindersPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminRole": {"fq_name": "team_log.AdminRole", "java_class": "com.dropbox.core.v2.teamlog.AdminRole", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AlertRecipientsSettingType": {"fq_name": "team_log.AlertRecipientsSettingType", "java_class": "com.dropbox.core.v2.teamlog.AlertRecipientsSettingType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AllowDownloadDisabledDetails": {"fq_name": "team_log.AllowDownloadDisabledDetails", "java_class": "com.dropbox.core.v2.teamlog.AllowDownloadDisabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AllowDownloadDisabledType": {"fq_name": "team_log.AllowDownloadDisabledType", "java_class": "com.dropbox.core.v2.teamlog.AllowDownloadDisabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AllowDownloadEnabledDetails": {"fq_name": "team_log.AllowDownloadEnabledDetails", "java_class": "com.dropbox.core.v2.teamlog.AllowDownloadEnabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AllowDownloadEnabledType": {"fq_name": "team_log.AllowDownloadEnabledType", "java_class": "com.dropbox.core.v2.teamlog.AllowDownloadEnabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ApiSessionLogInfo": {"fq_name": "team_log.ApiSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ApiSessionLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppBlockedByPermissionsDetails": {"fq_name": "team_log.AppBlockedByPermissionsDetails", "java_class": "com.dropbox.core.v2.teamlog.AppBlockedByPermissionsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppBlockedByPermissionsType": {"fq_name": "team_log.AppBlockedByPermissionsType", "java_class": "com.dropbox.core.v2.teamlog.AppBlockedByPermissionsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppLinkTeamDetails": {"fq_name": "team_log.AppLinkTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.AppLinkTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppLinkTeamType": {"fq_name": "team_log.AppLinkTeamType", "java_class": "com.dropbox.core.v2.teamlog.AppLinkTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppLinkUserDetails": {"fq_name": "team_log.AppLinkUserDetails", "java_class": "com.dropbox.core.v2.teamlog.AppLinkUserDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppLinkUserType": {"fq_name": "team_log.AppLinkUserType", "java_class": "com.dropbox.core.v2.teamlog.AppLinkUserType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppLogInfo": {"fq_name": "team_log.AppLogInfo", "java_class": "com.dropbox.core.v2.teamlog.AppLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.AppLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppPermissionsChangedDetails": {"fq_name": "team_log.AppPermissionsChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.AppPermissionsChangedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.AppPermissionsChangedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppPermissionsChangedType": {"fq_name": "team_log.AppPermissionsChangedType", "java_class": "com.dropbox.core.v2.teamlog.AppPermissionsChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppUnlinkTeamDetails": {"fq_name": "team_log.AppUnlinkTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.AppUnlinkTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppUnlinkTeamType": {"fq_name": "team_log.AppUnlinkTeamType", "java_class": "com.dropbox.core.v2.teamlog.AppUnlinkTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppUnlinkUserDetails": {"fq_name": "team_log.AppUnlinkUserDetails", "java_class": "com.dropbox.core.v2.teamlog.AppUnlinkUserDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppUnlinkUserType": {"fq_name": "team_log.AppUnlinkUserType", "java_class": "com.dropbox.core.v2.teamlog.AppUnlinkUserType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ApplyNamingConventionDetails": {"fq_name": "team_log.ApplyNamingConventionDetails", "java_class": "com.dropbox.core.v2.teamlog.ApplyNamingConventionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ApplyNamingConventionType": {"fq_name": "team_log.ApplyNamingConventionType", "java_class": "com.dropbox.core.v2.teamlog.ApplyNamingConventionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AssetLogInfo": {"fq_name": "team_log.AssetLogInfo", "java_class": "com.dropbox.core.v2.teamlog.AssetLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BackupAdminInvitationSentDetails": {"fq_name": "team_log.BackupAdminInvitationSentDetails", "java_class": "com.dropbox.core.v2.teamlog.BackupAdminInvitationSentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BackupAdminInvitationSentType": {"fq_name": "team_log.BackupAdminInvitationSentType", "java_class": "com.dropbox.core.v2.teamlog.BackupAdminInvitationSentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BackupInvitationOpenedDetails": {"fq_name": "team_log.BackupInvitationOpenedDetails", "java_class": "com.dropbox.core.v2.teamlog.BackupInvitationOpenedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BackupInvitationOpenedType": {"fq_name": "team_log.BackupInvitationOpenedType", "java_class": "com.dropbox.core.v2.teamlog.BackupInvitationOpenedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BackupStatus": {"fq_name": "team_log.BackupStatus", "java_class": "com.dropbox.core.v2.teamlog.BackupStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderAddPageDetails": {"fq_name": "team_log.BinderAddPageDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderAddPageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderAddPageType": {"fq_name": "team_log.BinderAddPageType", "java_class": "com.dropbox.core.v2.teamlog.BinderAddPageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderAddSectionDetails": {"fq_name": "team_log.BinderAddSectionDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderAddSectionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderAddSectionType": {"fq_name": "team_log.BinderAddSectionType", "java_class": "com.dropbox.core.v2.teamlog.BinderAddSectionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRemovePageDetails": {"fq_name": "team_log.BinderRemovePageDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderRemovePageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRemovePageType": {"fq_name": "team_log.BinderRemovePageType", "java_class": "com.dropbox.core.v2.teamlog.BinderRemovePageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRemoveSectionDetails": {"fq_name": "team_log.BinderRemoveSectionDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderRemoveSectionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRemoveSectionType": {"fq_name": "team_log.BinderRemoveSectionType", "java_class": "com.dropbox.core.v2.teamlog.BinderRemoveSectionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRenamePageDetails": {"fq_name": "team_log.BinderRenamePageDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderRenamePageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRenamePageType": {"fq_name": "team_log.BinderRenamePageType", "java_class": "com.dropbox.core.v2.teamlog.BinderRenamePageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRenameSectionDetails": {"fq_name": "team_log.BinderRenameSectionDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderRenameSectionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRenameSectionType": {"fq_name": "team_log.BinderRenameSectionType", "java_class": "com.dropbox.core.v2.teamlog.BinderRenameSectionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderReorderPageDetails": {"fq_name": "team_log.BinderReorderPageDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderReorderPageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderReorderPageType": {"fq_name": "team_log.BinderReorderPageType", "java_class": "com.dropbox.core.v2.teamlog.BinderReorderPageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderReorderSectionDetails": {"fq_name": "team_log.BinderReorderSectionDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderReorderSectionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderReorderSectionType": {"fq_name": "team_log.BinderReorderSectionType", "java_class": "com.dropbox.core.v2.teamlog.BinderReorderSectionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CameraUploadsPolicy": {"fq_name": "team_log.CameraUploadsPolicy", "java_class": "com.dropbox.core.v2.teamlog.CameraUploadsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CameraUploadsPolicyChangedDetails": {"fq_name": "team_log.CameraUploadsPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.CameraUploadsPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CameraUploadsPolicyChangedType": {"fq_name": "team_log.CameraUploadsPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.CameraUploadsPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CaptureTranscriptPolicy": {"fq_name": "team_log.CaptureTranscriptPolicy", "java_class": "com.dropbox.core.v2.teamlog.CaptureTranscriptPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CaptureTranscriptPolicyChangedDetails": {"fq_name": "team_log.CaptureTranscriptPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.CaptureTranscriptPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CaptureTranscriptPolicyChangedType": {"fq_name": "team_log.CaptureTranscriptPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.CaptureTranscriptPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.Certificate": {"fq_name": "team_log.Certificate", "java_class": "com.dropbox.core.v2.teamlog.Certificate", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ChangeLinkExpirationPolicy": {"fq_name": "team_log.ChangeLinkExpirationPolicy", "java_class": "com.dropbox.core.v2.teamlog.ChangeLinkExpirationPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ChangedEnterpriseAdminRoleDetails": {"fq_name": "team_log.ChangedEnterpriseAdminRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.ChangedEnterpriseAdminRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ChangedEnterpriseAdminRoleType": {"fq_name": "team_log.ChangedEnterpriseAdminRoleType", "java_class": "com.dropbox.core.v2.teamlog.ChangedEnterpriseAdminRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusDetails": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.ChangedEnterpriseConnectedTeamStatusDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusType": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusType", "java_class": "com.dropbox.core.v2.teamlog.ChangedEnterpriseConnectedTeamStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationChangePolicyDetails": {"fq_name": "team_log.ClassificationChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ClassificationChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationChangePolicyType": {"fq_name": "team_log.ClassificationChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.ClassificationChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationCreateReportDetails": {"fq_name": "team_log.ClassificationCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.ClassificationCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationCreateReportFailDetails": {"fq_name": "team_log.ClassificationCreateReportFailDetails", "java_class": "com.dropbox.core.v2.teamlog.ClassificationCreateReportFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationCreateReportFailType": {"fq_name": "team_log.ClassificationCreateReportFailType", "java_class": "com.dropbox.core.v2.teamlog.ClassificationCreateReportFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationCreateReportType": {"fq_name": "team_log.ClassificationCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.ClassificationCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationPolicyEnumWrapper": {"fq_name": "team_log.ClassificationPolicyEnumWrapper", "java_class": "com.dropbox.core.v2.teamlog.ClassificationPolicyEnumWrapper", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationType": {"fq_name": "team_log.ClassificationType", "java_class": "com.dropbox.core.v2.teamlog.ClassificationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CollectionShareDetails": {"fq_name": "team_log.CollectionShareDetails", "java_class": "com.dropbox.core.v2.teamlog.CollectionShareDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CollectionShareType": {"fq_name": "team_log.CollectionShareType", "java_class": "com.dropbox.core.v2.teamlog.CollectionShareType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ComputerBackupPolicy": {"fq_name": "team_log.ComputerBackupPolicy", "java_class": "com.dropbox.core.v2.teamlog.ComputerBackupPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ComputerBackupPolicyChangedDetails": {"fq_name": "team_log.ComputerBackupPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ComputerBackupPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ComputerBackupPolicyChangedType": {"fq_name": "team_log.ComputerBackupPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.ComputerBackupPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ConnectedTeamName": {"fq_name": "team_log.ConnectedTeamName", "java_class": "com.dropbox.core.v2.teamlog.ConnectedTeamName", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContentAdministrationPolicyChangedDetails": {"fq_name": "team_log.ContentAdministrationPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ContentAdministrationPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContentAdministrationPolicyChangedType": {"fq_name": "team_log.ContentAdministrationPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.ContentAdministrationPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContentPermanentDeletePolicy": {"fq_name": "team_log.ContentPermanentDeletePolicy", "java_class": "com.dropbox.core.v2.teamlog.ContentPermanentDeletePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContextLogInfo": {"fq_name": "team_log.ContextLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ContextLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CreateFolderDetails": {"fq_name": "team_log.CreateFolderDetails", "java_class": "com.dropbox.core.v2.teamlog.CreateFolderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CreateFolderType": {"fq_name": "team_log.CreateFolderType", "java_class": "com.dropbox.core.v2.teamlog.CreateFolderType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CreateTeamInviteLinkDetails": {"fq_name": "team_log.CreateTeamInviteLinkDetails", "java_class": "com.dropbox.core.v2.teamlog.CreateTeamInviteLinkDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CreateTeamInviteLinkType": {"fq_name": "team_log.CreateTeamInviteLinkType", "java_class": "com.dropbox.core.v2.teamlog.CreateTeamInviteLinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataPlacementRestrictionChangePolicyDetails": {"fq_name": "team_log.DataPlacementRestrictionChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataPlacementRestrictionChangePolicyType": {"fq_name": "team_log.DataPlacementRestrictionChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataPlacementRestrictionSatisfyPolicyDetails": {"fq_name": "team_log.DataPlacementRestrictionSatisfyPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataPlacementRestrictionSatisfyPolicyType": {"fq_name": "team_log.DataPlacementRestrictionSatisfyPolicyType", "java_class": "com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataResidencyMigrationRequestSuccessfulDetails": {"fq_name": "team_log.DataResidencyMigrationRequestSuccessfulDetails", "java_class": "com.dropbox.core.v2.teamlog.DataResidencyMigrationRequestSuccessfulDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataResidencyMigrationRequestSuccessfulType": {"fq_name": "team_log.DataResidencyMigrationRequestSuccessfulType", "java_class": "com.dropbox.core.v2.teamlog.DataResidencyMigrationRequestSuccessfulType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataResidencyMigrationRequestUnsuccessfulDetails": {"fq_name": "team_log.DataResidencyMigrationRequestUnsuccessfulDetails", "java_class": "com.dropbox.core.v2.teamlog.DataResidencyMigrationRequestUnsuccessfulDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataResidencyMigrationRequestUnsuccessfulType": {"fq_name": "team_log.DataResidencyMigrationRequestUnsuccessfulType", "java_class": "com.dropbox.core.v2.teamlog.DataResidencyMigrationRequestUnsuccessfulType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DefaultLinkExpirationDaysPolicy": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy", "java_class": "com.dropbox.core.v2.teamlog.DefaultLinkExpirationDaysPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeleteTeamInviteLinkDetails": {"fq_name": "team_log.DeleteTeamInviteLinkDetails", "java_class": "com.dropbox.core.v2.teamlog.DeleteTeamInviteLinkDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeleteTeamInviteLinkType": {"fq_name": "team_log.DeleteTeamInviteLinkType", "java_class": "com.dropbox.core.v2.teamlog.DeleteTeamInviteLinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DesktopDeviceSessionLogInfo": {"fq_name": "team_log.DesktopDeviceSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.DesktopDeviceSessionLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DesktopDeviceSessionLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DesktopSessionLogInfo": {"fq_name": "team_log.DesktopSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.DesktopSessionLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsAddExceptionDetails": {"fq_name": "team_log.DeviceApprovalsAddExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsAddExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsAddExceptionType": {"fq_name": "team_log.DeviceApprovalsAddExceptionType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsAddExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeDesktopPolicyDetails": {"fq_name": "team_log.DeviceApprovalsChangeDesktopPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeDesktopPolicyType": {"fq_name": "team_log.DeviceApprovalsChangeDesktopPolicyType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeMobilePolicyDetails": {"fq_name": "team_log.DeviceApprovalsChangeMobilePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeMobilePolicyType": {"fq_name": "team_log.DeviceApprovalsChangeMobilePolicyType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeOverageActionDetails": {"fq_name": "team_log.DeviceApprovalsChangeOverageActionDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeOverageActionType": {"fq_name": "team_log.DeviceApprovalsChangeOverageActionType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeUnlinkActionDetails": {"fq_name": "team_log.DeviceApprovalsChangeUnlinkActionDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeUnlinkActionType": {"fq_name": "team_log.DeviceApprovalsChangeUnlinkActionType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsPolicy": {"fq_name": "team_log.DeviceApprovalsPolicy", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsRemoveExceptionDetails": {"fq_name": "team_log.DeviceApprovalsRemoveExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsRemoveExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsRemoveExceptionType": {"fq_name": "team_log.DeviceApprovalsRemoveExceptionType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsRemoveExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpDesktopDetails": {"fq_name": "team_log.DeviceChangeIpDesktopDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpDesktopType": {"fq_name": "team_log.DeviceChangeIpDesktopType", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpMobileDetails": {"fq_name": "team_log.DeviceChangeIpMobileDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpMobileDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpMobileType": {"fq_name": "team_log.DeviceChangeIpMobileType", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpMobileType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpWebDetails": {"fq_name": "team_log.DeviceChangeIpWebDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpWebType": {"fq_name": "team_log.DeviceChangeIpWebType", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpWebType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceDeleteOnUnlinkFailDetails": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceDeleteOnUnlinkFailType": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailType", "java_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceDeleteOnUnlinkSuccessDetails": {"fq_name": "team_log.DeviceDeleteOnUnlinkSuccessDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceDeleteOnUnlinkSuccessType": {"fq_name": "team_log.DeviceDeleteOnUnlinkSuccessType", "java_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceLinkFailDetails": {"fq_name": "team_log.DeviceLinkFailDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceLinkFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceLinkFailType": {"fq_name": "team_log.DeviceLinkFailType", "java_class": "com.dropbox.core.v2.teamlog.DeviceLinkFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceLinkSuccessDetails": {"fq_name": "team_log.DeviceLinkSuccessDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceLinkSuccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceLinkSuccessType": {"fq_name": "team_log.DeviceLinkSuccessType", "java_class": "com.dropbox.core.v2.teamlog.DeviceLinkSuccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceManagementDisabledDetails": {"fq_name": "team_log.DeviceManagementDisabledDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceManagementDisabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceManagementDisabledType": {"fq_name": "team_log.DeviceManagementDisabledType", "java_class": "com.dropbox.core.v2.teamlog.DeviceManagementDisabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceManagementEnabledDetails": {"fq_name": "team_log.DeviceManagementEnabledDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceManagementEnabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceManagementEnabledType": {"fq_name": "team_log.DeviceManagementEnabledType", "java_class": "com.dropbox.core.v2.teamlog.DeviceManagementEnabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceSessionLogInfo": {"fq_name": "team_log.DeviceSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.DeviceSessionLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceSessionLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceSyncBackupStatusChangedDetails": {"fq_name": "team_log.DeviceSyncBackupStatusChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceSyncBackupStatusChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceSyncBackupStatusChangedType": {"fq_name": "team_log.DeviceSyncBackupStatusChangedType", "java_class": "com.dropbox.core.v2.teamlog.DeviceSyncBackupStatusChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceType": {"fq_name": "team_log.DeviceType", "java_class": "com.dropbox.core.v2.teamlog.DeviceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceUnlinkDetails": {"fq_name": "team_log.DeviceUnlinkDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceUnlinkDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceUnlinkDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceUnlinkPolicy": {"fq_name": "team_log.DeviceUnlinkPolicy", "java_class": "com.dropbox.core.v2.teamlog.DeviceUnlinkPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceUnlinkType": {"fq_name": "team_log.DeviceUnlinkType", "java_class": "com.dropbox.core.v2.teamlog.DeviceUnlinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DirectoryRestrictionsAddMembersDetails": {"fq_name": "team_log.DirectoryRestrictionsAddMembersDetails", "java_class": "com.dropbox.core.v2.teamlog.DirectoryRestrictionsAddMembersDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DirectoryRestrictionsAddMembersType": {"fq_name": "team_log.DirectoryRestrictionsAddMembersType", "java_class": "com.dropbox.core.v2.teamlog.DirectoryRestrictionsAddMembersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DirectoryRestrictionsRemoveMembersDetails": {"fq_name": "team_log.DirectoryRestrictionsRemoveMembersDetails", "java_class": "com.dropbox.core.v2.teamlog.DirectoryRestrictionsRemoveMembersDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DirectoryRestrictionsRemoveMembersType": {"fq_name": "team_log.DirectoryRestrictionsRemoveMembersType", "java_class": "com.dropbox.core.v2.teamlog.DirectoryRestrictionsRemoveMembersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DisabledDomainInvitesDetails": {"fq_name": "team_log.DisabledDomainInvitesDetails", "java_class": "com.dropbox.core.v2.teamlog.DisabledDomainInvitesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DisabledDomainInvitesType": {"fq_name": "team_log.DisabledDomainInvitesType", "java_class": "com.dropbox.core.v2.teamlog.DisabledDomainInvitesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DispositionActionType": {"fq_name": "team_log.DispositionActionType", "java_class": "com.dropbox.core.v2.teamlog.DispositionActionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesApproveRequestToJoinTeamDetails": {"fq_name": "team_log.DomainInvitesApproveRequestToJoinTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesApproveRequestToJoinTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesApproveRequestToJoinTeamType": {"fq_name": "team_log.DomainInvitesApproveRequestToJoinTeamType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesApproveRequestToJoinTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesDeclineRequestToJoinTeamDetails": {"fq_name": "team_log.DomainInvitesDeclineRequestToJoinTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesDeclineRequestToJoinTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesDeclineRequestToJoinTeamType": {"fq_name": "team_log.DomainInvitesDeclineRequestToJoinTeamType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesDeclineRequestToJoinTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesEmailExistingUsersDetails": {"fq_name": "team_log.DomainInvitesEmailExistingUsersDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesEmailExistingUsersType": {"fq_name": "team_log.DomainInvitesEmailExistingUsersType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesRequestToJoinTeamDetails": {"fq_name": "team_log.DomainInvitesRequestToJoinTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesRequestToJoinTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesRequestToJoinTeamType": {"fq_name": "team_log.DomainInvitesRequestToJoinTeamType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesRequestToJoinTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToNoDetails": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToNoDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToNoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToNoType": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToNoType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToNoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToYesDetails": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToYesDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToYesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToYesType": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToYesType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToYesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationAddDomainFailDetails": {"fq_name": "team_log.DomainVerificationAddDomainFailDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationAddDomainFailType": {"fq_name": "team_log.DomainVerificationAddDomainFailType", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationAddDomainSuccessDetails": {"fq_name": "team_log.DomainVerificationAddDomainSuccessDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationAddDomainSuccessType": {"fq_name": "team_log.DomainVerificationAddDomainSuccessType", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationRemoveDomainDetails": {"fq_name": "team_log.DomainVerificationRemoveDomainDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationRemoveDomainType": {"fq_name": "team_log.DomainVerificationRemoveDomainType", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DownloadPolicyType": {"fq_name": "team_log.DownloadPolicyType", "java_class": "com.dropbox.core.v2.teamlog.DownloadPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsExportedDetails": {"fq_name": "team_log.DropboxPasswordsExportedDetails", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsExportedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsExportedType": {"fq_name": "team_log.DropboxPasswordsExportedType", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsExportedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsNewDeviceEnrolledDetails": {"fq_name": "team_log.DropboxPasswordsNewDeviceEnrolledDetails", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsNewDeviceEnrolledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsNewDeviceEnrolledType": {"fq_name": "team_log.DropboxPasswordsNewDeviceEnrolledType", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsNewDeviceEnrolledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsPolicy": {"fq_name": "team_log.DropboxPasswordsPolicy", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsPolicyChangedDetails": {"fq_name": "team_log.DropboxPasswordsPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsPolicyChangedType": {"fq_name": "team_log.DropboxPasswordsPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DurationLogInfo": {"fq_name": "team_log.DurationLogInfo", "java_class": "com.dropbox.core.v2.teamlog.DurationLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmailIngestPolicy": {"fq_name": "team_log.EmailIngestPolicy", "java_class": "com.dropbox.core.v2.teamlog.EmailIngestPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmailIngestPolicyChangedDetails": {"fq_name": "team_log.EmailIngestPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.EmailIngestPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmailIngestPolicyChangedType": {"fq_name": "team_log.EmailIngestPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.EmailIngestPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmailIngestReceiveFileDetails": {"fq_name": "team_log.EmailIngestReceiveFileDetails", "java_class": "com.dropbox.core.v2.teamlog.EmailIngestReceiveFileDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.EmailIngestReceiveFileDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmailIngestReceiveFileType": {"fq_name": "team_log.EmailIngestReceiveFileType", "java_class": "com.dropbox.core.v2.teamlog.EmailIngestReceiveFileType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmAddExceptionDetails": {"fq_name": "team_log.EmmAddExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmAddExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmAddExceptionType": {"fq_name": "team_log.EmmAddExceptionType", "java_class": "com.dropbox.core.v2.teamlog.EmmAddExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmChangePolicyDetails": {"fq_name": "team_log.EmmChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmChangePolicyType": {"fq_name": "team_log.EmmChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.EmmChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmCreateExceptionsReportDetails": {"fq_name": "team_log.EmmCreateExceptionsReportDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmCreateExceptionsReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmCreateExceptionsReportType": {"fq_name": "team_log.EmmCreateExceptionsReportType", "java_class": "com.dropbox.core.v2.teamlog.EmmCreateExceptionsReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmCreateUsageReportDetails": {"fq_name": "team_log.EmmCreateUsageReportDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmCreateUsageReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmCreateUsageReportType": {"fq_name": "team_log.EmmCreateUsageReportType", "java_class": "com.dropbox.core.v2.teamlog.EmmCreateUsageReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmErrorDetails": {"fq_name": "team_log.EmmErrorDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmErrorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmErrorType": {"fq_name": "team_log.EmmErrorType", "java_class": "com.dropbox.core.v2.teamlog.EmmErrorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmRefreshAuthTokenDetails": {"fq_name": "team_log.EmmRefreshAuthTokenDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmRefreshAuthTokenDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmRefreshAuthTokenType": {"fq_name": "team_log.EmmRefreshAuthTokenType", "java_class": "com.dropbox.core.v2.teamlog.EmmRefreshAuthTokenType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmRemoveExceptionDetails": {"fq_name": "team_log.EmmRemoveExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmRemoveExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmRemoveExceptionType": {"fq_name": "team_log.EmmRemoveExceptionType", "java_class": "com.dropbox.core.v2.teamlog.EmmRemoveExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EnabledDomainInvitesDetails": {"fq_name": "team_log.EnabledDomainInvitesDetails", "java_class": "com.dropbox.core.v2.teamlog.EnabledDomainInvitesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EnabledDomainInvitesType": {"fq_name": "team_log.EnabledDomainInvitesType", "java_class": "com.dropbox.core.v2.teamlog.EnabledDomainInvitesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EndedEnterpriseAdminSessionDeprecatedDetails": {"fq_name": "team_log.EndedEnterpriseAdminSessionDeprecatedDetails", "java_class": "com.dropbox.core.v2.teamlog.EndedEnterpriseAdminSessionDeprecatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EndedEnterpriseAdminSessionDeprecatedType": {"fq_name": "team_log.EndedEnterpriseAdminSessionDeprecatedType", "java_class": "com.dropbox.core.v2.teamlog.EndedEnterpriseAdminSessionDeprecatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EndedEnterpriseAdminSessionDetails": {"fq_name": "team_log.EndedEnterpriseAdminSessionDetails", "java_class": "com.dropbox.core.v2.teamlog.EndedEnterpriseAdminSessionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EndedEnterpriseAdminSessionType": {"fq_name": "team_log.EndedEnterpriseAdminSessionType", "java_class": "com.dropbox.core.v2.teamlog.EndedEnterpriseAdminSessionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EnforceLinkPasswordPolicy": {"fq_name": "team_log.EnforceLinkPasswordPolicy", "java_class": "com.dropbox.core.v2.teamlog.EnforceLinkPasswordPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EnterpriseSettingsLockingDetails": {"fq_name": "team_log.EnterpriseSettingsLockingDetails", "java_class": "com.dropbox.core.v2.teamlog.EnterpriseSettingsLockingDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EnterpriseSettingsLockingType": {"fq_name": "team_log.EnterpriseSettingsLockingType", "java_class": "com.dropbox.core.v2.teamlog.EnterpriseSettingsLockingType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EventCategory": {"fq_name": "team_log.EventCategory", "java_class": "com.dropbox.core.v2.teamlog.EventCategory", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EventDetails": {"fq_name": "team_log.EventDetails", "java_class": "com.dropbox.core.v2.teamlog.EventDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EventType": {"fq_name": "team_log.EventType", "java_class": "com.dropbox.core.v2.teamlog.EventType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EventTypeArg": {"fq_name": "team_log.EventTypeArg", "java_class": "com.dropbox.core.v2.teamlog.EventTypeArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExportMembersReportDetails": {"fq_name": "team_log.ExportMembersReportDetails", "java_class": "com.dropbox.core.v2.teamlog.ExportMembersReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExportMembersReportFailDetails": {"fq_name": "team_log.ExportMembersReportFailDetails", "java_class": "com.dropbox.core.v2.teamlog.ExportMembersReportFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExportMembersReportFailType": {"fq_name": "team_log.ExportMembersReportFailType", "java_class": "com.dropbox.core.v2.teamlog.ExportMembersReportFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExportMembersReportType": {"fq_name": "team_log.ExportMembersReportType", "java_class": "com.dropbox.core.v2.teamlog.ExportMembersReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExtendedVersionHistoryChangePolicyDetails": {"fq_name": "team_log.ExtendedVersionHistoryChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExtendedVersionHistoryChangePolicyType": {"fq_name": "team_log.ExtendedVersionHistoryChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExtendedVersionHistoryPolicy": {"fq_name": "team_log.ExtendedVersionHistoryPolicy", "java_class": "com.dropbox.core.v2.teamlog.ExtendedVersionHistoryPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupEligibilityStatus": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatus", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupEligibilityStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupEligibilityStatusCheckedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedType": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedType", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupEligibilityStatusCheckedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupPolicy": {"fq_name": "team_log.ExternalDriveBackupPolicy", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupPolicyChangedDetails": {"fq_name": "team_log.ExternalDriveBackupPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupPolicyChangedType": {"fq_name": "team_log.ExternalDriveBackupPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupStatus": {"fq_name": "team_log.ExternalDriveBackupStatus", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupStatusChangedDetails": {"fq_name": "team_log.ExternalDriveBackupStatusChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupStatusChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupStatusChangedType": {"fq_name": "team_log.ExternalDriveBackupStatusChangedType", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupStatusChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalSharingCreateReportDetails": {"fq_name": "team_log.ExternalSharingCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.ExternalSharingCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalSharingCreateReportType": {"fq_name": "team_log.ExternalSharingCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.ExternalSharingCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalSharingReportFailedDetails": {"fq_name": "team_log.ExternalSharingReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.ExternalSharingReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalSharingReportFailedType": {"fq_name": "team_log.ExternalSharingReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.ExternalSharingReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalUserLogInfo": {"fq_name": "team_log.ExternalUserLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ExternalUserLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FailureDetailsLogInfo": {"fq_name": "team_log.FailureDetailsLogInfo", "java_class": "com.dropbox.core.v2.teamlog.FailureDetailsLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FailureDetailsLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FedAdminRole": {"fq_name": "team_log.FedAdminRole", "java_class": "com.dropbox.core.v2.teamlog.FedAdminRole", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FedExtraDetails": {"fq_name": "team_log.FedExtraDetails", "java_class": "com.dropbox.core.v2.teamlog.FedExtraDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FedHandshakeAction": {"fq_name": "team_log.FedHandshakeAction", "java_class": "com.dropbox.core.v2.teamlog.FedHandshakeAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FederationStatusChangeAdditionalInfo": {"fq_name": "team_log.FederationStatusChangeAdditionalInfo", "java_class": "com.dropbox.core.v2.teamlog.FederationStatusChangeAdditionalInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddCommentDetails": {"fq_name": "team_log.FileAddCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileAddCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddCommentType": {"fq_name": "team_log.FileAddCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileAddCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddDetails": {"fq_name": "team_log.FileAddDetails", "java_class": "com.dropbox.core.v2.teamlog.FileAddDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddFromAutomationDetails": {"fq_name": "team_log.FileAddFromAutomationDetails", "java_class": "com.dropbox.core.v2.teamlog.FileAddFromAutomationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddFromAutomationType": {"fq_name": "team_log.FileAddFromAutomationType", "java_class": "com.dropbox.core.v2.teamlog.FileAddFromAutomationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddType": {"fq_name": "team_log.FileAddType", "java_class": "com.dropbox.core.v2.teamlog.FileAddType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileChangeCommentSubscriptionDetails": {"fq_name": "team_log.FileChangeCommentSubscriptionDetails", "java_class": "com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileChangeCommentSubscriptionType": {"fq_name": "team_log.FileChangeCommentSubscriptionType", "java_class": "com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCommentNotificationPolicy": {"fq_name": "team_log.FileCommentNotificationPolicy", "java_class": "com.dropbox.core.v2.teamlog.FileCommentNotificationPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCommentsChangePolicyDetails": {"fq_name": "team_log.FileCommentsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCommentsChangePolicyType": {"fq_name": "team_log.FileCommentsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.FileCommentsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCommentsPolicy": {"fq_name": "team_log.FileCommentsPolicy", "java_class": "com.dropbox.core.v2.teamlog.FileCommentsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCopyDetails": {"fq_name": "team_log.FileCopyDetails", "java_class": "com.dropbox.core.v2.teamlog.FileCopyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCopyType": {"fq_name": "team_log.FileCopyType", "java_class": "com.dropbox.core.v2.teamlog.FileCopyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDeleteCommentDetails": {"fq_name": "team_log.FileDeleteCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileDeleteCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDeleteCommentType": {"fq_name": "team_log.FileDeleteCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileDeleteCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDeleteDetails": {"fq_name": "team_log.FileDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.FileDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDeleteType": {"fq_name": "team_log.FileDeleteType", "java_class": "com.dropbox.core.v2.teamlog.FileDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDownloadDetails": {"fq_name": "team_log.FileDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.FileDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDownloadType": {"fq_name": "team_log.FileDownloadType", "java_class": "com.dropbox.core.v2.teamlog.FileDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileEditCommentDetails": {"fq_name": "team_log.FileEditCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileEditCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileEditCommentType": {"fq_name": "team_log.FileEditCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileEditCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileEditDetails": {"fq_name": "team_log.FileEditDetails", "java_class": "com.dropbox.core.v2.teamlog.FileEditDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileEditType": {"fq_name": "team_log.FileEditType", "java_class": "com.dropbox.core.v2.teamlog.FileEditType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileGetCopyReferenceDetails": {"fq_name": "team_log.FileGetCopyReferenceDetails", "java_class": "com.dropbox.core.v2.teamlog.FileGetCopyReferenceDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileGetCopyReferenceType": {"fq_name": "team_log.FileGetCopyReferenceType", "java_class": "com.dropbox.core.v2.teamlog.FileGetCopyReferenceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLikeCommentDetails": {"fq_name": "team_log.FileLikeCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileLikeCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLikeCommentType": {"fq_name": "team_log.FileLikeCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileLikeCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLockingLockStatusChangedDetails": {"fq_name": "team_log.FileLockingLockStatusChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FileLockingLockStatusChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLockingLockStatusChangedType": {"fq_name": "team_log.FileLockingLockStatusChangedType", "java_class": "com.dropbox.core.v2.teamlog.FileLockingLockStatusChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLockingPolicyChangedDetails": {"fq_name": "team_log.FileLockingPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FileLockingPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLockingPolicyChangedType": {"fq_name": "team_log.FileLockingPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.FileLockingPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLogInfo": {"fq_name": "team_log.FileLogInfo", "java_class": "com.dropbox.core.v2.teamlog.FileLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileMoveDetails": {"fq_name": "team_log.FileMoveDetails", "java_class": "com.dropbox.core.v2.teamlog.FileMoveDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileMoveType": {"fq_name": "team_log.FileMoveType", "java_class": "com.dropbox.core.v2.teamlog.FileMoveType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileOrFolderLogInfo": {"fq_name": "team_log.FileOrFolderLogInfo", "java_class": "com.dropbox.core.v2.teamlog.FileOrFolderLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileOrFolderLogInfo.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team_log.FilePermanentlyDeleteDetails": {"fq_name": "team_log.FilePermanentlyDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.FilePermanentlyDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FilePermanentlyDeleteType": {"fq_name": "team_log.FilePermanentlyDeleteType", "java_class": "com.dropbox.core.v2.teamlog.FilePermanentlyDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FilePreviewDetails": {"fq_name": "team_log.FilePreviewDetails", "java_class": "com.dropbox.core.v2.teamlog.FilePreviewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FilePreviewType": {"fq_name": "team_log.FilePreviewType", "java_class": "com.dropbox.core.v2.teamlog.FilePreviewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileProviderMigrationPolicyChangedDetails": {"fq_name": "team_log.FileProviderMigrationPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FileProviderMigrationPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileProviderMigrationPolicyChangedType": {"fq_name": "team_log.FileProviderMigrationPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.FileProviderMigrationPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRenameDetails": {"fq_name": "team_log.FileRenameDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRenameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRenameType": {"fq_name": "team_log.FileRenameType", "java_class": "com.dropbox.core.v2.teamlog.FileRenameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestChangeDetails": {"fq_name": "team_log.FileRequestChangeDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestChangeDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestChangeDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestChangeType": {"fq_name": "team_log.FileRequestChangeType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestChangeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestCloseDetails": {"fq_name": "team_log.FileRequestCloseDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestCloseDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestCloseDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestCloseType": {"fq_name": "team_log.FileRequestCloseType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestCloseType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestCreateDetails": {"fq_name": "team_log.FileRequestCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestCreateDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestCreateDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestCreateType": {"fq_name": "team_log.FileRequestCreateType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestDeadline": {"fq_name": "team_log.FileRequestDeadline", "java_class": "com.dropbox.core.v2.teamlog.FileRequestDeadline", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestDeadline.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestDeleteDetails": {"fq_name": "team_log.FileRequestDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestDeleteDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestDeleteDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestDeleteType": {"fq_name": "team_log.FileRequestDeleteType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestDetails": {"fq_name": "team_log.FileRequestDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestReceiveFileDetails": {"fq_name": "team_log.FileRequestReceiveFileDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestReceiveFileType": {"fq_name": "team_log.FileRequestReceiveFileType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestReceiveFileType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsChangePolicyDetails": {"fq_name": "team_log.FileRequestsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsChangePolicyType": {"fq_name": "team_log.FileRequestsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsEmailsEnabledDetails": {"fq_name": "team_log.FileRequestsEmailsEnabledDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsEmailsEnabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsEmailsEnabledType": {"fq_name": "team_log.FileRequestsEmailsEnabledType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsEmailsEnabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsEmailsRestrictedToTeamOnlyDetails": {"fq_name": "team_log.FileRequestsEmailsRestrictedToTeamOnlyDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsEmailsRestrictedToTeamOnlyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsEmailsRestrictedToTeamOnlyType": {"fq_name": "team_log.FileRequestsEmailsRestrictedToTeamOnlyType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsEmailsRestrictedToTeamOnlyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsPolicy": {"fq_name": "team_log.FileRequestsPolicy", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileResolveCommentDetails": {"fq_name": "team_log.FileResolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileResolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileResolveCommentType": {"fq_name": "team_log.FileResolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileResolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRestoreDetails": {"fq_name": "team_log.FileRestoreDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRestoreDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRestoreType": {"fq_name": "team_log.FileRestoreType", "java_class": "com.dropbox.core.v2.teamlog.FileRestoreType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRevertDetails": {"fq_name": "team_log.FileRevertDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRevertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRevertType": {"fq_name": "team_log.FileRevertType", "java_class": "com.dropbox.core.v2.teamlog.FileRevertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRollbackChangesDetails": {"fq_name": "team_log.FileRollbackChangesDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRollbackChangesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRollbackChangesType": {"fq_name": "team_log.FileRollbackChangesType", "java_class": "com.dropbox.core.v2.teamlog.FileRollbackChangesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileSaveCopyReferenceDetails": {"fq_name": "team_log.FileSaveCopyReferenceDetails", "java_class": "com.dropbox.core.v2.teamlog.FileSaveCopyReferenceDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileSaveCopyReferenceType": {"fq_name": "team_log.FileSaveCopyReferenceType", "java_class": "com.dropbox.core.v2.teamlog.FileSaveCopyReferenceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersFileAddDetails": {"fq_name": "team_log.FileTransfersFileAddDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersFileAddDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersFileAddType": {"fq_name": "team_log.FileTransfersFileAddType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersFileAddType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersPolicy": {"fq_name": "team_log.FileTransfersPolicy", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersPolicyChangedDetails": {"fq_name": "team_log.FileTransfersPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersPolicyChangedType": {"fq_name": "team_log.FileTransfersPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferDeleteDetails": {"fq_name": "team_log.FileTransfersTransferDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferDeleteType": {"fq_name": "team_log.FileTransfersTransferDeleteType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferDownloadDetails": {"fq_name": "team_log.FileTransfersTransferDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferDownloadType": {"fq_name": "team_log.FileTransfersTransferDownloadType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferSendDetails": {"fq_name": "team_log.FileTransfersTransferSendDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferSendDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferSendType": {"fq_name": "team_log.FileTransfersTransferSendType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferSendType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferViewDetails": {"fq_name": "team_log.FileTransfersTransferViewDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferViewType": {"fq_name": "team_log.FileTransfersTransferViewType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileUnlikeCommentDetails": {"fq_name": "team_log.FileUnlikeCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileUnlikeCommentType": {"fq_name": "team_log.FileUnlikeCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileUnlikeCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileUnresolveCommentDetails": {"fq_name": "team_log.FileUnresolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileUnresolveCommentType": {"fq_name": "team_log.FileUnresolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileUnresolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderLinkRestrictionPolicy": {"fq_name": "team_log.FolderLinkRestrictionPolicy", "java_class": "com.dropbox.core.v2.teamlog.FolderLinkRestrictionPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderLinkRestrictionPolicyChangedDetails": {"fq_name": "team_log.FolderLinkRestrictionPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FolderLinkRestrictionPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderLinkRestrictionPolicyChangedType": {"fq_name": "team_log.FolderLinkRestrictionPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.FolderLinkRestrictionPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderLogInfo": {"fq_name": "team_log.FolderLogInfo", "java_class": "com.dropbox.core.v2.teamlog.FolderLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FolderLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewDescriptionChangedDetails": {"fq_name": "team_log.FolderOverviewDescriptionChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewDescriptionChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewDescriptionChangedType": {"fq_name": "team_log.FolderOverviewDescriptionChangedType", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewDescriptionChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewItemPinnedDetails": {"fq_name": "team_log.FolderOverviewItemPinnedDetails", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewItemPinnedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewItemPinnedType": {"fq_name": "team_log.FolderOverviewItemPinnedType", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewItemPinnedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewItemUnpinnedDetails": {"fq_name": "team_log.FolderOverviewItemUnpinnedDetails", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewItemUnpinnedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewItemUnpinnedType": {"fq_name": "team_log.FolderOverviewItemUnpinnedType", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewItemUnpinnedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GeoLocationLogInfo": {"fq_name": "team_log.GeoLocationLogInfo", "java_class": "com.dropbox.core.v2.teamlog.GeoLocationLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GetTeamEventsArg": {"fq_name": "team_log.GetTeamEventsArg", "java_class": "com.dropbox.core.v2.teamlog.GetTeamEventsArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GetTeamEventsArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GetTeamEventsContinueArg": {"fq_name": "team_log.GetTeamEventsContinueArg", "java_class": "com.dropbox.core.v2.teamlog.GetTeamEventsContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GetTeamEventsContinueError": {"fq_name": "team_log.GetTeamEventsContinueError", "java_class": "com.dropbox.core.v2.teamlog.GetTeamEventsContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GetTeamEventsError": {"fq_name": "team_log.GetTeamEventsError", "java_class": "com.dropbox.core.v2.teamlog.GetTeamEventsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GetTeamEventsResult": {"fq_name": "team_log.GetTeamEventsResult", "java_class": "com.dropbox.core.v2.teamlog.GetTeamEventsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GoogleSsoChangePolicyDetails": {"fq_name": "team_log.GoogleSsoChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GoogleSsoChangePolicyType": {"fq_name": "team_log.GoogleSsoChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GoogleSsoPolicy": {"fq_name": "team_log.GoogleSsoPolicy", "java_class": "com.dropbox.core.v2.teamlog.GoogleSsoPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyAddFolderFailedDetails": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFolderFailedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFolderFailedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyAddFolderFailedType": {"fq_name": "team_log.GovernancePolicyAddFolderFailedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFolderFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyAddFoldersDetails": {"fq_name": "team_log.GovernancePolicyAddFoldersDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFoldersDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFoldersDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyAddFoldersType": {"fq_name": "team_log.GovernancePolicyAddFoldersType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFoldersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyContentDisposedDetails": {"fq_name": "team_log.GovernancePolicyContentDisposedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyContentDisposedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyContentDisposedType": {"fq_name": "team_log.GovernancePolicyContentDisposedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyContentDisposedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyCreateDetails": {"fq_name": "team_log.GovernancePolicyCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyCreateDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GovernancePolicyCreateDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyCreateType": {"fq_name": "team_log.GovernancePolicyCreateType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyDeleteDetails": {"fq_name": "team_log.GovernancePolicyDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyDeleteType": {"fq_name": "team_log.GovernancePolicyDeleteType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyEditDetailsDetails": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyEditDetailsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyEditDetailsType": {"fq_name": "team_log.GovernancePolicyEditDetailsType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyEditDetailsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyEditDurationDetails": {"fq_name": "team_log.GovernancePolicyEditDurationDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyEditDurationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyEditDurationType": {"fq_name": "team_log.GovernancePolicyEditDurationType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyEditDurationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyExportCreatedDetails": {"fq_name": "team_log.GovernancePolicyExportCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyExportCreatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyExportCreatedType": {"fq_name": "team_log.GovernancePolicyExportCreatedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyExportCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyExportRemovedDetails": {"fq_name": "team_log.GovernancePolicyExportRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyExportRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyExportRemovedType": {"fq_name": "team_log.GovernancePolicyExportRemovedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyExportRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyRemoveFoldersDetails": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyRemoveFoldersDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GovernancePolicyRemoveFoldersDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyRemoveFoldersType": {"fq_name": "team_log.GovernancePolicyRemoveFoldersType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyRemoveFoldersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyReportCreatedDetails": {"fq_name": "team_log.GovernancePolicyReportCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyReportCreatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyReportCreatedType": {"fq_name": "team_log.GovernancePolicyReportCreatedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyReportCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyZipPartDownloadedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GovernancePolicyZipPartDownloadedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyZipPartDownloadedType": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyZipPartDownloadedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupAddExternalIdDetails": {"fq_name": "team_log.GroupAddExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupAddExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupAddExternalIdType": {"fq_name": "team_log.GroupAddExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.GroupAddExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupAddMemberDetails": {"fq_name": "team_log.GroupAddMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupAddMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupAddMemberType": {"fq_name": "team_log.GroupAddMemberType", "java_class": "com.dropbox.core.v2.teamlog.GroupAddMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeExternalIdDetails": {"fq_name": "team_log.GroupChangeExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeExternalIdType": {"fq_name": "team_log.GroupChangeExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeManagementTypeDetails": {"fq_name": "team_log.GroupChangeManagementTypeDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeManagementTypeType": {"fq_name": "team_log.GroupChangeManagementTypeType", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeManagementTypeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeMemberRoleDetails": {"fq_name": "team_log.GroupChangeMemberRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeMemberRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeMemberRoleType": {"fq_name": "team_log.GroupChangeMemberRoleType", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeMemberRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupCreateDetails": {"fq_name": "team_log.GroupCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupCreateDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GroupCreateDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupCreateType": {"fq_name": "team_log.GroupCreateType", "java_class": "com.dropbox.core.v2.teamlog.GroupCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupDeleteDetails": {"fq_name": "team_log.GroupDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupDeleteType": {"fq_name": "team_log.GroupDeleteType", "java_class": "com.dropbox.core.v2.teamlog.GroupDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupDescriptionUpdatedDetails": {"fq_name": "team_log.GroupDescriptionUpdatedDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupDescriptionUpdatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupDescriptionUpdatedType": {"fq_name": "team_log.GroupDescriptionUpdatedType", "java_class": "com.dropbox.core.v2.teamlog.GroupDescriptionUpdatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupJoinPolicy": {"fq_name": "team_log.GroupJoinPolicy", "java_class": "com.dropbox.core.v2.teamlog.GroupJoinPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupJoinPolicyUpdatedDetails": {"fq_name": "team_log.GroupJoinPolicyUpdatedDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupJoinPolicyUpdatedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GroupJoinPolicyUpdatedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupJoinPolicyUpdatedType": {"fq_name": "team_log.GroupJoinPolicyUpdatedType", "java_class": "com.dropbox.core.v2.teamlog.GroupJoinPolicyUpdatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupLogInfo": {"fq_name": "team_log.GroupLogInfo", "java_class": "com.dropbox.core.v2.teamlog.GroupLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GroupLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupMovedDetails": {"fq_name": "team_log.GroupMovedDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupMovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupMovedType": {"fq_name": "team_log.GroupMovedType", "java_class": "com.dropbox.core.v2.teamlog.GroupMovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRemoveExternalIdDetails": {"fq_name": "team_log.GroupRemoveExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupRemoveExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRemoveExternalIdType": {"fq_name": "team_log.GroupRemoveExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.GroupRemoveExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRemoveMemberDetails": {"fq_name": "team_log.GroupRemoveMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupRemoveMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRemoveMemberType": {"fq_name": "team_log.GroupRemoveMemberType", "java_class": "com.dropbox.core.v2.teamlog.GroupRemoveMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRenameDetails": {"fq_name": "team_log.GroupRenameDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupRenameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRenameType": {"fq_name": "team_log.GroupRenameType", "java_class": "com.dropbox.core.v2.teamlog.GroupRenameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupUserManagementChangePolicyDetails": {"fq_name": "team_log.GroupUserManagementChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupUserManagementChangePolicyType": {"fq_name": "team_log.GroupUserManagementChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminChangeStatusDetails": {"fq_name": "team_log.GuestAdminChangeStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminChangeStatusDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GuestAdminChangeStatusDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminChangeStatusType": {"fq_name": "team_log.GuestAdminChangeStatusType", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminChangeStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminSignedInViaTrustedTeamsDetails": {"fq_name": "team_log.GuestAdminSignedInViaTrustedTeamsDetails", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedInViaTrustedTeamsDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedInViaTrustedTeamsDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminSignedInViaTrustedTeamsType": {"fq_name": "team_log.GuestAdminSignedInViaTrustedTeamsType", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedInViaTrustedTeamsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminSignedOutViaTrustedTeamsDetails": {"fq_name": "team_log.GuestAdminSignedOutViaTrustedTeamsDetails", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedOutViaTrustedTeamsDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedOutViaTrustedTeamsDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminSignedOutViaTrustedTeamsType": {"fq_name": "team_log.GuestAdminSignedOutViaTrustedTeamsType", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedOutViaTrustedTeamsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IdentifierType": {"fq_name": "team_log.IdentifierType", "java_class": "com.dropbox.core.v2.teamlog.IdentifierType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationConnectedDetails": {"fq_name": "team_log.IntegrationConnectedDetails", "java_class": "com.dropbox.core.v2.teamlog.IntegrationConnectedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationConnectedType": {"fq_name": "team_log.IntegrationConnectedType", "java_class": "com.dropbox.core.v2.teamlog.IntegrationConnectedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationDisconnectedDetails": {"fq_name": "team_log.IntegrationDisconnectedDetails", "java_class": "com.dropbox.core.v2.teamlog.IntegrationDisconnectedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationDisconnectedType": {"fq_name": "team_log.IntegrationDisconnectedType", "java_class": "com.dropbox.core.v2.teamlog.IntegrationDisconnectedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationPolicy": {"fq_name": "team_log.IntegrationPolicy", "java_class": "com.dropbox.core.v2.teamlog.IntegrationPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationPolicyChangedDetails": {"fq_name": "team_log.IntegrationPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.IntegrationPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationPolicyChangedType": {"fq_name": "team_log.IntegrationPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.IntegrationPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.InviteAcceptanceEmailPolicy": {"fq_name": "team_log.InviteAcceptanceEmailPolicy", "java_class": "com.dropbox.core.v2.teamlog.InviteAcceptanceEmailPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.InviteAcceptanceEmailPolicyChangedDetails": {"fq_name": "team_log.InviteAcceptanceEmailPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.InviteAcceptanceEmailPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.InviteAcceptanceEmailPolicyChangedType": {"fq_name": "team_log.InviteAcceptanceEmailPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.InviteAcceptanceEmailPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.InviteMethod": {"fq_name": "team_log.InviteMethod", "java_class": "com.dropbox.core.v2.teamlog.InviteMethod", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.JoinTeamDetails": {"fq_name": "team_log.JoinTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.JoinTeamDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.JoinTeamDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LabelType": {"fq_name": "team_log.LabelType", "java_class": "com.dropbox.core.v2.teamlog.LabelType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegacyDeviceSessionLogInfo": {"fq_name": "team_log.LegacyDeviceSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.LegacyDeviceSessionLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.LegacyDeviceSessionLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsActivateAHoldDetails": {"fq_name": "team_log.LegalHoldsActivateAHoldDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsActivateAHoldDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsActivateAHoldType": {"fq_name": "team_log.LegalHoldsActivateAHoldType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsActivateAHoldType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsAddMembersDetails": {"fq_name": "team_log.LegalHoldsAddMembersDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsAddMembersDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsAddMembersType": {"fq_name": "team_log.LegalHoldsAddMembersType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsAddMembersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsChangeHoldDetailsDetails": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsChangeHoldDetailsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsChangeHoldDetailsType": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsChangeHoldDetailsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsChangeHoldNameDetails": {"fq_name": "team_log.LegalHoldsChangeHoldNameDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsChangeHoldNameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsChangeHoldNameType": {"fq_name": "team_log.LegalHoldsChangeHoldNameType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsChangeHoldNameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportAHoldDetails": {"fq_name": "team_log.LegalHoldsExportAHoldDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportAHoldDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportAHoldType": {"fq_name": "team_log.LegalHoldsExportAHoldType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportAHoldType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportCancelledDetails": {"fq_name": "team_log.LegalHoldsExportCancelledDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportCancelledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportCancelledType": {"fq_name": "team_log.LegalHoldsExportCancelledType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportCancelledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportDownloadedDetails": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportDownloadedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportDownloadedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportDownloadedType": {"fq_name": "team_log.LegalHoldsExportDownloadedType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportDownloadedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportRemovedDetails": {"fq_name": "team_log.LegalHoldsExportRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportRemovedType": {"fq_name": "team_log.LegalHoldsExportRemovedType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsReleaseAHoldDetails": {"fq_name": "team_log.LegalHoldsReleaseAHoldDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsReleaseAHoldDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsReleaseAHoldType": {"fq_name": "team_log.LegalHoldsReleaseAHoldType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsReleaseAHoldType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsRemoveMembersDetails": {"fq_name": "team_log.LegalHoldsRemoveMembersDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsRemoveMembersDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsRemoveMembersType": {"fq_name": "team_log.LegalHoldsRemoveMembersType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsRemoveMembersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsReportAHoldDetails": {"fq_name": "team_log.LegalHoldsReportAHoldDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsReportAHoldDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsReportAHoldType": {"fq_name": "team_log.LegalHoldsReportAHoldType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsReportAHoldType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LinkedDeviceLogInfo": {"fq_name": "team_log.LinkedDeviceLogInfo", "java_class": "com.dropbox.core.v2.teamlog.LinkedDeviceLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LockStatus": {"fq_name": "team_log.LockStatus", "java_class": "com.dropbox.core.v2.teamlog.LockStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LoginFailDetails": {"fq_name": "team_log.LoginFailDetails", "java_class": "com.dropbox.core.v2.teamlog.LoginFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LoginFailType": {"fq_name": "team_log.LoginFailType", "java_class": "com.dropbox.core.v2.teamlog.LoginFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LoginMethod": {"fq_name": "team_log.LoginMethod", "java_class": "com.dropbox.core.v2.teamlog.LoginMethod", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LoginSuccessDetails": {"fq_name": "team_log.LoginSuccessDetails", "java_class": "com.dropbox.core.v2.teamlog.LoginSuccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LoginSuccessType": {"fq_name": "team_log.LoginSuccessType", "java_class": "com.dropbox.core.v2.teamlog.LoginSuccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LogoutDetails": {"fq_name": "team_log.LogoutDetails", "java_class": "com.dropbox.core.v2.teamlog.LogoutDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LogoutType": {"fq_name": "team_log.LogoutType", "java_class": "com.dropbox.core.v2.teamlog.LogoutType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAddExternalIdDetails": {"fq_name": "team_log.MemberAddExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberAddExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAddExternalIdType": {"fq_name": "team_log.MemberAddExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.MemberAddExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAddNameDetails": {"fq_name": "team_log.MemberAddNameDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberAddNameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAddNameType": {"fq_name": "team_log.MemberAddNameType", "java_class": "com.dropbox.core.v2.teamlog.MemberAddNameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeAdminRoleDetails": {"fq_name": "team_log.MemberChangeAdminRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeAdminRoleType": {"fq_name": "team_log.MemberChangeAdminRoleType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeAdminRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeEmailDetails": {"fq_name": "team_log.MemberChangeEmailDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeEmailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeEmailType": {"fq_name": "team_log.MemberChangeEmailType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeEmailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeExternalIdDetails": {"fq_name": "team_log.MemberChangeExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeExternalIdType": {"fq_name": "team_log.MemberChangeExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeMembershipTypeDetails": {"fq_name": "team_log.MemberChangeMembershipTypeDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeMembershipTypeType": {"fq_name": "team_log.MemberChangeMembershipTypeType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeNameDetails": {"fq_name": "team_log.MemberChangeNameDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeNameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeNameType": {"fq_name": "team_log.MemberChangeNameType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeNameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeResellerRoleDetails": {"fq_name": "team_log.MemberChangeResellerRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeResellerRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeResellerRoleType": {"fq_name": "team_log.MemberChangeResellerRoleType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeResellerRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeStatusDetails": {"fq_name": "team_log.MemberChangeStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeStatusDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.MemberChangeStatusDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeStatusType": {"fq_name": "team_log.MemberChangeStatusType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberDeleteManualContactsDetails": {"fq_name": "team_log.MemberDeleteManualContactsDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberDeleteManualContactsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberDeleteManualContactsType": {"fq_name": "team_log.MemberDeleteManualContactsType", "java_class": "com.dropbox.core.v2.teamlog.MemberDeleteManualContactsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberDeleteProfilePhotoDetails": {"fq_name": "team_log.MemberDeleteProfilePhotoDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberDeleteProfilePhotoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberDeleteProfilePhotoType": {"fq_name": "team_log.MemberDeleteProfilePhotoType", "java_class": "com.dropbox.core.v2.teamlog.MemberDeleteProfilePhotoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberPermanentlyDeleteAccountContentsDetails": {"fq_name": "team_log.MemberPermanentlyDeleteAccountContentsDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberPermanentlyDeleteAccountContentsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberPermanentlyDeleteAccountContentsType": {"fq_name": "team_log.MemberPermanentlyDeleteAccountContentsType", "java_class": "com.dropbox.core.v2.teamlog.MemberPermanentlyDeleteAccountContentsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRemoveActionType": {"fq_name": "team_log.MemberRemoveActionType", "java_class": "com.dropbox.core.v2.teamlog.MemberRemoveActionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRemoveExternalIdDetails": {"fq_name": "team_log.MemberRemoveExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberRemoveExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRemoveExternalIdType": {"fq_name": "team_log.MemberRemoveExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.MemberRemoveExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRequestsChangePolicyDetails": {"fq_name": "team_log.MemberRequestsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRequestsChangePolicyType": {"fq_name": "team_log.MemberRequestsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRequestsPolicy": {"fq_name": "team_log.MemberRequestsPolicy", "java_class": "com.dropbox.core.v2.teamlog.MemberRequestsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSendInvitePolicy": {"fq_name": "team_log.MemberSendInvitePolicy", "java_class": "com.dropbox.core.v2.teamlog.MemberSendInvitePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSendInvitePolicyChangedDetails": {"fq_name": "team_log.MemberSendInvitePolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSendInvitePolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSendInvitePolicyChangedType": {"fq_name": "team_log.MemberSendInvitePolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.MemberSendInvitePolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSetProfilePhotoDetails": {"fq_name": "team_log.MemberSetProfilePhotoDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSetProfilePhotoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSetProfilePhotoType": {"fq_name": "team_log.MemberSetProfilePhotoType", "java_class": "com.dropbox.core.v2.teamlog.MemberSetProfilePhotoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsAddCustomQuotaDetails": {"fq_name": "team_log.MemberSpaceLimitsAddCustomQuotaDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddCustomQuotaDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsAddCustomQuotaType": {"fq_name": "team_log.MemberSpaceLimitsAddCustomQuotaType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddCustomQuotaType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsAddExceptionDetails": {"fq_name": "team_log.MemberSpaceLimitsAddExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsAddExceptionType": {"fq_name": "team_log.MemberSpaceLimitsAddExceptionType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails": {"fq_name": "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeCapsTypePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeCapsTypePolicyType": {"fq_name": "team_log.MemberSpaceLimitsChangeCapsTypePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeCapsTypePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeCustomQuotaDetails": {"fq_name": "team_log.MemberSpaceLimitsChangeCustomQuotaDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeCustomQuotaDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeCustomQuotaType": {"fq_name": "team_log.MemberSpaceLimitsChangeCustomQuotaType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeCustomQuotaType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangePolicyDetails": {"fq_name": "team_log.MemberSpaceLimitsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangePolicyType": {"fq_name": "team_log.MemberSpaceLimitsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeStatusDetails": {"fq_name": "team_log.MemberSpaceLimitsChangeStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeStatusType": {"fq_name": "team_log.MemberSpaceLimitsChangeStatusType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsRemoveCustomQuotaDetails": {"fq_name": "team_log.MemberSpaceLimitsRemoveCustomQuotaDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveCustomQuotaDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsRemoveCustomQuotaType": {"fq_name": "team_log.MemberSpaceLimitsRemoveCustomQuotaType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveCustomQuotaType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsRemoveExceptionDetails": {"fq_name": "team_log.MemberSpaceLimitsRemoveExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsRemoveExceptionType": {"fq_name": "team_log.MemberSpaceLimitsRemoveExceptionType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberStatus": {"fq_name": "team_log.MemberStatus", "java_class": "com.dropbox.core.v2.teamlog.MemberStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSuggestDetails": {"fq_name": "team_log.MemberSuggestDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSuggestDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSuggestType": {"fq_name": "team_log.MemberSuggestType", "java_class": "com.dropbox.core.v2.teamlog.MemberSuggestType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSuggestionsChangePolicyDetails": {"fq_name": "team_log.MemberSuggestionsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSuggestionsChangePolicyType": {"fq_name": "team_log.MemberSuggestionsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSuggestionsPolicy": {"fq_name": "team_log.MemberSuggestionsPolicy", "java_class": "com.dropbox.core.v2.teamlog.MemberSuggestionsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberTransferAccountContentsDetails": {"fq_name": "team_log.MemberTransferAccountContentsDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberTransferAccountContentsType": {"fq_name": "team_log.MemberTransferAccountContentsType", "java_class": "com.dropbox.core.v2.teamlog.MemberTransferAccountContentsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberTransferredInternalFields": {"fq_name": "team_log.MemberTransferredInternalFields", "java_class": "com.dropbox.core.v2.teamlog.MemberTransferredInternalFields", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_log.MicrosoftOfficeAddinChangePolicyDetails": {"fq_name": "team_log.MicrosoftOfficeAddinChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MicrosoftOfficeAddinChangePolicyType": {"fq_name": "team_log.MicrosoftOfficeAddinChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MicrosoftOfficeAddinPolicy": {"fq_name": "team_log.MicrosoftOfficeAddinPolicy", "java_class": "com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MissingDetails": {"fq_name": "team_log.MissingDetails", "java_class": "com.dropbox.core.v2.teamlog.MissingDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MobileDeviceSessionLogInfo": {"fq_name": "team_log.MobileDeviceSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.MobileDeviceSessionLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.MobileDeviceSessionLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MobileSessionLogInfo": {"fq_name": "team_log.MobileSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.MobileSessionLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NamespaceRelativePathLogInfo": {"fq_name": "team_log.NamespaceRelativePathLogInfo", "java_class": "com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NetworkControlChangePolicyDetails": {"fq_name": "team_log.NetworkControlChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NetworkControlChangePolicyType": {"fq_name": "team_log.NetworkControlChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.NetworkControlChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NetworkControlPolicy": {"fq_name": "team_log.NetworkControlPolicy", "java_class": "com.dropbox.core.v2.teamlog.NetworkControlPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoExpirationLinkGenCreateReportDetails": {"fq_name": "team_log.NoExpirationLinkGenCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.NoExpirationLinkGenCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoExpirationLinkGenCreateReportType": {"fq_name": "team_log.NoExpirationLinkGenCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.NoExpirationLinkGenCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoExpirationLinkGenReportFailedDetails": {"fq_name": "team_log.NoExpirationLinkGenReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.NoExpirationLinkGenReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoExpirationLinkGenReportFailedType": {"fq_name": "team_log.NoExpirationLinkGenReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.NoExpirationLinkGenReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkGenCreateReportDetails": {"fq_name": "team_log.NoPasswordLinkGenCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkGenCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkGenCreateReportType": {"fq_name": "team_log.NoPasswordLinkGenCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkGenCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkGenReportFailedDetails": {"fq_name": "team_log.NoPasswordLinkGenReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkGenReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkGenReportFailedType": {"fq_name": "team_log.NoPasswordLinkGenReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkGenReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkViewCreateReportDetails": {"fq_name": "team_log.NoPasswordLinkViewCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkViewCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkViewCreateReportType": {"fq_name": "team_log.NoPasswordLinkViewCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkViewCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkViewReportFailedDetails": {"fq_name": "team_log.NoPasswordLinkViewReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkViewReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkViewReportFailedType": {"fq_name": "team_log.NoPasswordLinkViewReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkViewReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NonTeamMemberLogInfo": {"fq_name": "team_log.NonTeamMemberLogInfo", "java_class": "com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NonTrustedTeamDetails": {"fq_name": "team_log.NonTrustedTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.NonTrustedTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclInviteOnlyDetails": {"fq_name": "team_log.NoteAclInviteOnlyDetails", "java_class": "com.dropbox.core.v2.teamlog.NoteAclInviteOnlyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclInviteOnlyType": {"fq_name": "team_log.NoteAclInviteOnlyType", "java_class": "com.dropbox.core.v2.teamlog.NoteAclInviteOnlyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclLinkDetails": {"fq_name": "team_log.NoteAclLinkDetails", "java_class": "com.dropbox.core.v2.teamlog.NoteAclLinkDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclLinkType": {"fq_name": "team_log.NoteAclLinkType", "java_class": "com.dropbox.core.v2.teamlog.NoteAclLinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclTeamLinkDetails": {"fq_name": "team_log.NoteAclTeamLinkDetails", "java_class": "com.dropbox.core.v2.teamlog.NoteAclTeamLinkDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclTeamLinkType": {"fq_name": "team_log.NoteAclTeamLinkType", "java_class": "com.dropbox.core.v2.teamlog.NoteAclTeamLinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteShareReceiveDetails": {"fq_name": "team_log.NoteShareReceiveDetails", "java_class": "com.dropbox.core.v2.teamlog.NoteShareReceiveDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteShareReceiveType": {"fq_name": "team_log.NoteShareReceiveType", "java_class": "com.dropbox.core.v2.teamlog.NoteShareReceiveType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteSharedDetails": {"fq_name": "team_log.NoteSharedDetails", "java_class": "com.dropbox.core.v2.teamlog.NoteSharedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteSharedType": {"fq_name": "team_log.NoteSharedType", "java_class": "com.dropbox.core.v2.teamlog.NoteSharedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelAddedDetails": {"fq_name": "team_log.ObjectLabelAddedDetails", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelAddedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelAddedType": {"fq_name": "team_log.ObjectLabelAddedType", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelAddedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelRemovedDetails": {"fq_name": "team_log.ObjectLabelRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelRemovedType": {"fq_name": "team_log.ObjectLabelRemovedType", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelUpdatedValueDetails": {"fq_name": "team_log.ObjectLabelUpdatedValueDetails", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelUpdatedValueDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelUpdatedValueType": {"fq_name": "team_log.ObjectLabelUpdatedValueType", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelUpdatedValueType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OpenNoteSharedDetails": {"fq_name": "team_log.OpenNoteSharedDetails", "java_class": "com.dropbox.core.v2.teamlog.OpenNoteSharedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OpenNoteSharedType": {"fq_name": "team_log.OpenNoteSharedType", "java_class": "com.dropbox.core.v2.teamlog.OpenNoteSharedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OrganizationDetails": {"fq_name": "team_log.OrganizationDetails", "java_class": "com.dropbox.core.v2.teamlog.OrganizationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OrganizationName": {"fq_name": "team_log.OrganizationName", "java_class": "com.dropbox.core.v2.teamlog.OrganizationName", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OrganizeFolderWithTidyDetails": {"fq_name": "team_log.OrganizeFolderWithTidyDetails", "java_class": "com.dropbox.core.v2.teamlog.OrganizeFolderWithTidyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OrganizeFolderWithTidyType": {"fq_name": "team_log.OrganizeFolderWithTidyType", "java_class": "com.dropbox.core.v2.teamlog.OrganizeFolderWithTidyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OriginLogInfo": {"fq_name": "team_log.OriginLogInfo", "java_class": "com.dropbox.core.v2.teamlog.OriginLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OutdatedLinkViewCreateReportDetails": {"fq_name": "team_log.OutdatedLinkViewCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.OutdatedLinkViewCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OutdatedLinkViewCreateReportType": {"fq_name": "team_log.OutdatedLinkViewCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.OutdatedLinkViewCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OutdatedLinkViewReportFailedDetails": {"fq_name": "team_log.OutdatedLinkViewReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.OutdatedLinkViewReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OutdatedLinkViewReportFailedType": {"fq_name": "team_log.OutdatedLinkViewReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.OutdatedLinkViewReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperAccessType": {"fq_name": "team_log.PaperAccessType", "java_class": "com.dropbox.core.v2.teamlog.PaperAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperAdminExportStartDetails": {"fq_name": "team_log.PaperAdminExportStartDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperAdminExportStartDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperAdminExportStartType": {"fq_name": "team_log.PaperAdminExportStartType", "java_class": "com.dropbox.core.v2.teamlog.PaperAdminExportStartType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeDeploymentPolicyDetails": {"fq_name": "team_log.PaperChangeDeploymentPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeDeploymentPolicyType": {"fq_name": "team_log.PaperChangeDeploymentPolicyType", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeMemberLinkPolicyDetails": {"fq_name": "team_log.PaperChangeMemberLinkPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeMemberLinkPolicyType": {"fq_name": "team_log.PaperChangeMemberLinkPolicyType", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeMemberPolicyDetails": {"fq_name": "team_log.PaperChangeMemberPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeMemberPolicyType": {"fq_name": "team_log.PaperChangeMemberPolicyType", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangePolicyDetails": {"fq_name": "team_log.PaperChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangePolicyType": {"fq_name": "team_log.PaperChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.PaperChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentAddMemberDetails": {"fq_name": "team_log.PaperContentAddMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentAddMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentAddMemberType": {"fq_name": "team_log.PaperContentAddMemberType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentAddMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentAddToFolderDetails": {"fq_name": "team_log.PaperContentAddToFolderDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentAddToFolderType": {"fq_name": "team_log.PaperContentAddToFolderType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentAddToFolderType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentArchiveDetails": {"fq_name": "team_log.PaperContentArchiveDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentArchiveDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentArchiveType": {"fq_name": "team_log.PaperContentArchiveType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentArchiveType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentCreateDetails": {"fq_name": "team_log.PaperContentCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentCreateDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentCreateType": {"fq_name": "team_log.PaperContentCreateType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentPermanentlyDeleteDetails": {"fq_name": "team_log.PaperContentPermanentlyDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentPermanentlyDeleteType": {"fq_name": "team_log.PaperContentPermanentlyDeleteType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRemoveFromFolderDetails": {"fq_name": "team_log.PaperContentRemoveFromFolderDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRemoveFromFolderType": {"fq_name": "team_log.PaperContentRemoveFromFolderType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRemoveMemberDetails": {"fq_name": "team_log.PaperContentRemoveMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRemoveMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRemoveMemberType": {"fq_name": "team_log.PaperContentRemoveMemberType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRemoveMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRenameDetails": {"fq_name": "team_log.PaperContentRenameDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRenameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRenameType": {"fq_name": "team_log.PaperContentRenameType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRenameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRestoreDetails": {"fq_name": "team_log.PaperContentRestoreDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRestoreDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRestoreType": {"fq_name": "team_log.PaperContentRestoreType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRestoreType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDefaultFolderPolicy": {"fq_name": "team_log.PaperDefaultFolderPolicy", "java_class": "com.dropbox.core.v2.teamlog.PaperDefaultFolderPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDefaultFolderPolicyChangedDetails": {"fq_name": "team_log.PaperDefaultFolderPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDefaultFolderPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDefaultFolderPolicyChangedType": {"fq_name": "team_log.PaperDefaultFolderPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDefaultFolderPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDesktopPolicy": {"fq_name": "team_log.PaperDesktopPolicy", "java_class": "com.dropbox.core.v2.teamlog.PaperDesktopPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDesktopPolicyChangedDetails": {"fq_name": "team_log.PaperDesktopPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDesktopPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDesktopPolicyChangedType": {"fq_name": "team_log.PaperDesktopPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDesktopPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocAddCommentDetails": {"fq_name": "team_log.PaperDocAddCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocAddCommentType": {"fq_name": "team_log.PaperDocAddCommentType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocAddCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeMemberRoleDetails": {"fq_name": "team_log.PaperDocChangeMemberRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeMemberRoleType": {"fq_name": "team_log.PaperDocChangeMemberRoleType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeSharingPolicyDetails": {"fq_name": "team_log.PaperDocChangeSharingPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeSharingPolicyType": {"fq_name": "team_log.PaperDocChangeSharingPolicyType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeSubscriptionDetails": {"fq_name": "team_log.PaperDocChangeSubscriptionDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeSubscriptionType": {"fq_name": "team_log.PaperDocChangeSubscriptionType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDeleteCommentDetails": {"fq_name": "team_log.PaperDocDeleteCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDeleteCommentType": {"fq_name": "team_log.PaperDocDeleteCommentType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDeleteCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDeletedDetails": {"fq_name": "team_log.PaperDocDeletedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDeletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDeletedType": {"fq_name": "team_log.PaperDocDeletedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDeletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDownloadDetails": {"fq_name": "team_log.PaperDocDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDownloadType": {"fq_name": "team_log.PaperDocDownloadType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocEditCommentDetails": {"fq_name": "team_log.PaperDocEditCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocEditCommentType": {"fq_name": "team_log.PaperDocEditCommentType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocEditCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocEditDetails": {"fq_name": "team_log.PaperDocEditDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocEditDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocEditType": {"fq_name": "team_log.PaperDocEditType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocEditType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocFollowedDetails": {"fq_name": "team_log.PaperDocFollowedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocFollowedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocFollowedType": {"fq_name": "team_log.PaperDocFollowedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocFollowedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocMentionDetails": {"fq_name": "team_log.PaperDocMentionDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocMentionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocMentionType": {"fq_name": "team_log.PaperDocMentionType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocMentionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocOwnershipChangedDetails": {"fq_name": "team_log.PaperDocOwnershipChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocOwnershipChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocOwnershipChangedType": {"fq_name": "team_log.PaperDocOwnershipChangedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocOwnershipChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocRequestAccessDetails": {"fq_name": "team_log.PaperDocRequestAccessDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocRequestAccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocRequestAccessType": {"fq_name": "team_log.PaperDocRequestAccessType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocRequestAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocResolveCommentDetails": {"fq_name": "team_log.PaperDocResolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocResolveCommentType": {"fq_name": "team_log.PaperDocResolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocResolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocRevertDetails": {"fq_name": "team_log.PaperDocRevertDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocRevertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocRevertType": {"fq_name": "team_log.PaperDocRevertType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocRevertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocSlackShareDetails": {"fq_name": "team_log.PaperDocSlackShareDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocSlackShareDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocSlackShareType": {"fq_name": "team_log.PaperDocSlackShareType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocSlackShareType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocTeamInviteDetails": {"fq_name": "team_log.PaperDocTeamInviteDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocTeamInviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocTeamInviteType": {"fq_name": "team_log.PaperDocTeamInviteType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocTeamInviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocTrashedDetails": {"fq_name": "team_log.PaperDocTrashedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocTrashedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocTrashedType": {"fq_name": "team_log.PaperDocTrashedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocTrashedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocUnresolveCommentDetails": {"fq_name": "team_log.PaperDocUnresolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocUnresolveCommentType": {"fq_name": "team_log.PaperDocUnresolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocUntrashedDetails": {"fq_name": "team_log.PaperDocUntrashedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocUntrashedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocUntrashedType": {"fq_name": "team_log.PaperDocUntrashedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocUntrashedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocViewDetails": {"fq_name": "team_log.PaperDocViewDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocViewType": {"fq_name": "team_log.PaperDocViewType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocumentLogInfo": {"fq_name": "team_log.PaperDocumentLogInfo", "java_class": "com.dropbox.core.v2.teamlog.PaperDocumentLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDownloadFormat": {"fq_name": "team_log.PaperDownloadFormat", "java_class": "com.dropbox.core.v2.teamlog.PaperDownloadFormat", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperEnabledUsersGroupAdditionDetails": {"fq_name": "team_log.PaperEnabledUsersGroupAdditionDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupAdditionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperEnabledUsersGroupAdditionType": {"fq_name": "team_log.PaperEnabledUsersGroupAdditionType", "java_class": "com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupAdditionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperEnabledUsersGroupRemovalDetails": {"fq_name": "team_log.PaperEnabledUsersGroupRemovalDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupRemovalDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperEnabledUsersGroupRemovalType": {"fq_name": "team_log.PaperEnabledUsersGroupRemovalType", "java_class": "com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupRemovalType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewAllowDetails": {"fq_name": "team_log.PaperExternalViewAllowDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewAllowDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewAllowType": {"fq_name": "team_log.PaperExternalViewAllowType", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewAllowType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewDefaultTeamDetails": {"fq_name": "team_log.PaperExternalViewDefaultTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewDefaultTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewDefaultTeamType": {"fq_name": "team_log.PaperExternalViewDefaultTeamType", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewDefaultTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewForbidDetails": {"fq_name": "team_log.PaperExternalViewForbidDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewForbidDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewForbidType": {"fq_name": "team_log.PaperExternalViewForbidType", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewForbidType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderChangeSubscriptionDetails": {"fq_name": "team_log.PaperFolderChangeSubscriptionDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderChangeSubscriptionType": {"fq_name": "team_log.PaperFolderChangeSubscriptionType", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderDeletedDetails": {"fq_name": "team_log.PaperFolderDeletedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderDeletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderDeletedType": {"fq_name": "team_log.PaperFolderDeletedType", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderDeletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderFollowedDetails": {"fq_name": "team_log.PaperFolderFollowedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderFollowedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderFollowedType": {"fq_name": "team_log.PaperFolderFollowedType", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderFollowedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderLogInfo": {"fq_name": "team_log.PaperFolderLogInfo", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderTeamInviteDetails": {"fq_name": "team_log.PaperFolderTeamInviteDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderTeamInviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderTeamInviteType": {"fq_name": "team_log.PaperFolderTeamInviteType", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderTeamInviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperMemberPolicy": {"fq_name": "team_log.PaperMemberPolicy", "java_class": "com.dropbox.core.v2.teamlog.PaperMemberPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkChangePermissionDetails": {"fq_name": "team_log.PaperPublishedLinkChangePermissionDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkChangePermissionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkChangePermissionType": {"fq_name": "team_log.PaperPublishedLinkChangePermissionType", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkChangePermissionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkCreateDetails": {"fq_name": "team_log.PaperPublishedLinkCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkCreateDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkCreateType": {"fq_name": "team_log.PaperPublishedLinkCreateType", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkDisabledDetails": {"fq_name": "team_log.PaperPublishedLinkDisabledDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkDisabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkDisabledType": {"fq_name": "team_log.PaperPublishedLinkDisabledType", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkDisabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkViewDetails": {"fq_name": "team_log.PaperPublishedLinkViewDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkViewType": {"fq_name": "team_log.PaperPublishedLinkViewType", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ParticipantLogInfo": {"fq_name": "team_log.ParticipantLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ParticipantLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PassPolicy": {"fq_name": "team_log.PassPolicy", "java_class": "com.dropbox.core.v2.teamlog.PassPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordChangeDetails": {"fq_name": "team_log.PasswordChangeDetails", "java_class": "com.dropbox.core.v2.teamlog.PasswordChangeDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordChangeType": {"fq_name": "team_log.PasswordChangeType", "java_class": "com.dropbox.core.v2.teamlog.PasswordChangeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordResetAllDetails": {"fq_name": "team_log.PasswordResetAllDetails", "java_class": "com.dropbox.core.v2.teamlog.PasswordResetAllDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordResetAllType": {"fq_name": "team_log.PasswordResetAllType", "java_class": "com.dropbox.core.v2.teamlog.PasswordResetAllType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordResetDetails": {"fq_name": "team_log.PasswordResetDetails", "java_class": "com.dropbox.core.v2.teamlog.PasswordResetDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordResetType": {"fq_name": "team_log.PasswordResetType", "java_class": "com.dropbox.core.v2.teamlog.PasswordResetType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordStrengthRequirementsChangePolicyDetails": {"fq_name": "team_log.PasswordStrengthRequirementsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PasswordStrengthRequirementsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordStrengthRequirementsChangePolicyType": {"fq_name": "team_log.PasswordStrengthRequirementsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.PasswordStrengthRequirementsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PathLogInfo": {"fq_name": "team_log.PathLogInfo", "java_class": "com.dropbox.core.v2.teamlog.PathLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PendingSecondaryEmailAddedDetails": {"fq_name": "team_log.PendingSecondaryEmailAddedDetails", "java_class": "com.dropbox.core.v2.teamlog.PendingSecondaryEmailAddedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PendingSecondaryEmailAddedType": {"fq_name": "team_log.PendingSecondaryEmailAddedType", "java_class": "com.dropbox.core.v2.teamlog.PendingSecondaryEmailAddedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PermanentDeleteChangePolicyDetails": {"fq_name": "team_log.PermanentDeleteChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PermanentDeleteChangePolicyType": {"fq_name": "team_log.PermanentDeleteChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PlacementRestriction": {"fq_name": "team_log.PlacementRestriction", "java_class": "com.dropbox.core.v2.teamlog.PlacementRestriction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PolicyType": {"fq_name": "team_log.PolicyType", "java_class": "com.dropbox.core.v2.teamlog.PolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PrimaryTeamRequestAcceptedDetails": {"fq_name": "team_log.PrimaryTeamRequestAcceptedDetails", "java_class": "com.dropbox.core.v2.teamlog.PrimaryTeamRequestAcceptedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PrimaryTeamRequestCanceledDetails": {"fq_name": "team_log.PrimaryTeamRequestCanceledDetails", "java_class": "com.dropbox.core.v2.teamlog.PrimaryTeamRequestCanceledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PrimaryTeamRequestExpiredDetails": {"fq_name": "team_log.PrimaryTeamRequestExpiredDetails", "java_class": "com.dropbox.core.v2.teamlog.PrimaryTeamRequestExpiredDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PrimaryTeamRequestReminderDetails": {"fq_name": "team_log.PrimaryTeamRequestReminderDetails", "java_class": "com.dropbox.core.v2.teamlog.PrimaryTeamRequestReminderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.QuickActionType": {"fq_name": "team_log.QuickActionType", "java_class": "com.dropbox.core.v2.teamlog.QuickActionType", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_log.RansomwareAlertCreateReportDetails": {"fq_name": "team_log.RansomwareAlertCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.RansomwareAlertCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareAlertCreateReportFailedDetails": {"fq_name": "team_log.RansomwareAlertCreateReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.RansomwareAlertCreateReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareAlertCreateReportFailedType": {"fq_name": "team_log.RansomwareAlertCreateReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.RansomwareAlertCreateReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareAlertCreateReportType": {"fq_name": "team_log.RansomwareAlertCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.RansomwareAlertCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareRestoreProcessCompletedDetails": {"fq_name": "team_log.RansomwareRestoreProcessCompletedDetails", "java_class": "com.dropbox.core.v2.teamlog.RansomwareRestoreProcessCompletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareRestoreProcessCompletedType": {"fq_name": "team_log.RansomwareRestoreProcessCompletedType", "java_class": "com.dropbox.core.v2.teamlog.RansomwareRestoreProcessCompletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareRestoreProcessStartedDetails": {"fq_name": "team_log.RansomwareRestoreProcessStartedDetails", "java_class": "com.dropbox.core.v2.teamlog.RansomwareRestoreProcessStartedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareRestoreProcessStartedType": {"fq_name": "team_log.RansomwareRestoreProcessStartedType", "java_class": "com.dropbox.core.v2.teamlog.RansomwareRestoreProcessStartedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RecipientsConfiguration": {"fq_name": "team_log.RecipientsConfiguration", "java_class": "com.dropbox.core.v2.teamlog.RecipientsConfiguration", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.RecipientsConfiguration.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RelocateAssetReferencesLogInfo": {"fq_name": "team_log.RelocateAssetReferencesLogInfo", "java_class": "com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileDeleteDetails": {"fq_name": "team_log.ReplayFileDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileDeleteType": {"fq_name": "team_log.ReplayFileDeleteType", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileSharedLinkCreatedDetails": {"fq_name": "team_log.ReplayFileSharedLinkCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileSharedLinkCreatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileSharedLinkCreatedType": {"fq_name": "team_log.ReplayFileSharedLinkCreatedType", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileSharedLinkCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileSharedLinkModifiedDetails": {"fq_name": "team_log.ReplayFileSharedLinkModifiedDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileSharedLinkModifiedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileSharedLinkModifiedType": {"fq_name": "team_log.ReplayFileSharedLinkModifiedType", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileSharedLinkModifiedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayProjectTeamAddDetails": {"fq_name": "team_log.ReplayProjectTeamAddDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayProjectTeamAddDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayProjectTeamAddType": {"fq_name": "team_log.ReplayProjectTeamAddType", "java_class": "com.dropbox.core.v2.teamlog.ReplayProjectTeamAddType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayProjectTeamDeleteDetails": {"fq_name": "team_log.ReplayProjectTeamDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayProjectTeamDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayProjectTeamDeleteType": {"fq_name": "team_log.ReplayProjectTeamDeleteType", "java_class": "com.dropbox.core.v2.teamlog.ReplayProjectTeamDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerLogInfo": {"fq_name": "team_log.ResellerLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ResellerLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerRole": {"fq_name": "team_log.ResellerRole", "java_class": "com.dropbox.core.v2.teamlog.ResellerRole", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportChangePolicyDetails": {"fq_name": "team_log.ResellerSupportChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportChangePolicyType": {"fq_name": "team_log.ResellerSupportChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportPolicy": {"fq_name": "team_log.ResellerSupportPolicy", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportSessionEndDetails": {"fq_name": "team_log.ResellerSupportSessionEndDetails", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportSessionEndDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportSessionEndType": {"fq_name": "team_log.ResellerSupportSessionEndType", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportSessionEndType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportSessionStartDetails": {"fq_name": "team_log.ResellerSupportSessionStartDetails", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportSessionStartDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportSessionStartType": {"fq_name": "team_log.ResellerSupportSessionStartType", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportSessionStartType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RewindFolderDetails": {"fq_name": "team_log.RewindFolderDetails", "java_class": "com.dropbox.core.v2.teamlog.RewindFolderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RewindFolderType": {"fq_name": "team_log.RewindFolderType", "java_class": "com.dropbox.core.v2.teamlog.RewindFolderType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RewindPolicy": {"fq_name": "team_log.RewindPolicy", "java_class": "com.dropbox.core.v2.teamlog.RewindPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RewindPolicyChangedDetails": {"fq_name": "team_log.RewindPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.RewindPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RewindPolicyChangedType": {"fq_name": "team_log.RewindPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.RewindPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryEmailDeletedDetails": {"fq_name": "team_log.SecondaryEmailDeletedDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryEmailDeletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryEmailDeletedType": {"fq_name": "team_log.SecondaryEmailDeletedType", "java_class": "com.dropbox.core.v2.teamlog.SecondaryEmailDeletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryEmailVerifiedDetails": {"fq_name": "team_log.SecondaryEmailVerifiedDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryEmailVerifiedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryEmailVerifiedType": {"fq_name": "team_log.SecondaryEmailVerifiedType", "java_class": "com.dropbox.core.v2.teamlog.SecondaryEmailVerifiedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryMailsPolicy": {"fq_name": "team_log.SecondaryMailsPolicy", "java_class": "com.dropbox.core.v2.teamlog.SecondaryMailsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryMailsPolicyChangedDetails": {"fq_name": "team_log.SecondaryMailsPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryMailsPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryMailsPolicyChangedType": {"fq_name": "team_log.SecondaryMailsPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.SecondaryMailsPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryTeamRequestAcceptedDetails": {"fq_name": "team_log.SecondaryTeamRequestAcceptedDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryTeamRequestAcceptedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryTeamRequestCanceledDetails": {"fq_name": "team_log.SecondaryTeamRequestCanceledDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryTeamRequestCanceledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryTeamRequestExpiredDetails": {"fq_name": "team_log.SecondaryTeamRequestExpiredDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryTeamRequestExpiredDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryTeamRequestReminderDetails": {"fq_name": "team_log.SecondaryTeamRequestReminderDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryTeamRequestReminderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendForSignaturePolicy": {"fq_name": "team_log.SendForSignaturePolicy", "java_class": "com.dropbox.core.v2.teamlog.SendForSignaturePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendForSignaturePolicyChangedDetails": {"fq_name": "team_log.SendForSignaturePolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendForSignaturePolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendForSignaturePolicyChangedType": {"fq_name": "team_log.SendForSignaturePolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.SendForSignaturePolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SessionLogInfo": {"fq_name": "team_log.SessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.SessionLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfAddGroupDetails": {"fq_name": "team_log.SfAddGroupDetails", "java_class": "com.dropbox.core.v2.teamlog.SfAddGroupDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfAddGroupType": {"fq_name": "team_log.SfAddGroupType", "java_class": "com.dropbox.core.v2.teamlog.SfAddGroupType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfAllowNonMembersToViewSharedLinksDetails": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksDetails", "java_class": "com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfAllowNonMembersToViewSharedLinksType": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksType", "java_class": "com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfExternalInviteWarnDetails": {"fq_name": "team_log.SfExternalInviteWarnDetails", "java_class": "com.dropbox.core.v2.teamlog.SfExternalInviteWarnDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SfExternalInviteWarnDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfExternalInviteWarnType": {"fq_name": "team_log.SfExternalInviteWarnType", "java_class": "com.dropbox.core.v2.teamlog.SfExternalInviteWarnType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbInviteChangeRoleDetails": {"fq_name": "team_log.SfFbInviteChangeRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.SfFbInviteChangeRoleDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SfFbInviteChangeRoleDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbInviteChangeRoleType": {"fq_name": "team_log.SfFbInviteChangeRoleType", "java_class": "com.dropbox.core.v2.teamlog.SfFbInviteChangeRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbInviteDetails": {"fq_name": "team_log.SfFbInviteDetails", "java_class": "com.dropbox.core.v2.teamlog.SfFbInviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbInviteType": {"fq_name": "team_log.SfFbInviteType", "java_class": "com.dropbox.core.v2.teamlog.SfFbInviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbUninviteDetails": {"fq_name": "team_log.SfFbUninviteDetails", "java_class": "com.dropbox.core.v2.teamlog.SfFbUninviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbUninviteType": {"fq_name": "team_log.SfFbUninviteType", "java_class": "com.dropbox.core.v2.teamlog.SfFbUninviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfInviteGroupDetails": {"fq_name": "team_log.SfInviteGroupDetails", "java_class": "com.dropbox.core.v2.teamlog.SfInviteGroupDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfInviteGroupType": {"fq_name": "team_log.SfInviteGroupType", "java_class": "com.dropbox.core.v2.teamlog.SfInviteGroupType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamGrantAccessDetails": {"fq_name": "team_log.SfTeamGrantAccessDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamGrantAccessType": {"fq_name": "team_log.SfTeamGrantAccessType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamGrantAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamInviteChangeRoleDetails": {"fq_name": "team_log.SfTeamInviteChangeRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamInviteChangeRoleType": {"fq_name": "team_log.SfTeamInviteChangeRoleType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamInviteDetails": {"fq_name": "team_log.SfTeamInviteDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamInviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamInviteType": {"fq_name": "team_log.SfTeamInviteType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamInviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamJoinDetails": {"fq_name": "team_log.SfTeamJoinDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamJoinDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamJoinFromOobLinkDetails": {"fq_name": "team_log.SfTeamJoinFromOobLinkDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamJoinFromOobLinkType": {"fq_name": "team_log.SfTeamJoinFromOobLinkType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamJoinType": {"fq_name": "team_log.SfTeamJoinType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamJoinType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamUninviteDetails": {"fq_name": "team_log.SfTeamUninviteDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamUninviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamUninviteType": {"fq_name": "team_log.SfTeamUninviteType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamUninviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddInviteesDetails": {"fq_name": "team_log.SharedContentAddInviteesDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddInviteesType": {"fq_name": "team_log.SharedContentAddInviteesType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddInviteesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddLinkExpiryDetails": {"fq_name": "team_log.SharedContentAddLinkExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddLinkExpiryType": {"fq_name": "team_log.SharedContentAddLinkExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddLinkPasswordDetails": {"fq_name": "team_log.SharedContentAddLinkPasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddLinkPasswordType": {"fq_name": "team_log.SharedContentAddLinkPasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddMemberDetails": {"fq_name": "team_log.SharedContentAddMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddMemberType": {"fq_name": "team_log.SharedContentAddMemberType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeDownloadsPolicyDetails": {"fq_name": "team_log.SharedContentChangeDownloadsPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeDownloadsPolicyType": {"fq_name": "team_log.SharedContentChangeDownloadsPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeInviteeRoleDetails": {"fq_name": "team_log.SharedContentChangeInviteeRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeInviteeRoleType": {"fq_name": "team_log.SharedContentChangeInviteeRoleType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkAudienceDetails": {"fq_name": "team_log.SharedContentChangeLinkAudienceDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkAudienceType": {"fq_name": "team_log.SharedContentChangeLinkAudienceType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkExpiryDetails": {"fq_name": "team_log.SharedContentChangeLinkExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkExpiryType": {"fq_name": "team_log.SharedContentChangeLinkExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkPasswordDetails": {"fq_name": "team_log.SharedContentChangeLinkPasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkPasswordType": {"fq_name": "team_log.SharedContentChangeLinkPasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeMemberRoleDetails": {"fq_name": "team_log.SharedContentChangeMemberRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeMemberRoleType": {"fq_name": "team_log.SharedContentChangeMemberRoleType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeViewerInfoPolicyDetails": {"fq_name": "team_log.SharedContentChangeViewerInfoPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeViewerInfoPolicyType": {"fq_name": "team_log.SharedContentChangeViewerInfoPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentClaimInvitationDetails": {"fq_name": "team_log.SharedContentClaimInvitationDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentClaimInvitationType": {"fq_name": "team_log.SharedContentClaimInvitationType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentClaimInvitationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentCopyDetails": {"fq_name": "team_log.SharedContentCopyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentCopyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentCopyType": {"fq_name": "team_log.SharedContentCopyType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentCopyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentDownloadDetails": {"fq_name": "team_log.SharedContentDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentDownloadType": {"fq_name": "team_log.SharedContentDownloadType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRelinquishMembershipDetails": {"fq_name": "team_log.SharedContentRelinquishMembershipDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRelinquishMembershipType": {"fq_name": "team_log.SharedContentRelinquishMembershipType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveInviteesDetails": {"fq_name": "team_log.SharedContentRemoveInviteesDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveInviteesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveInviteesType": {"fq_name": "team_log.SharedContentRemoveInviteesType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveInviteesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveLinkExpiryDetails": {"fq_name": "team_log.SharedContentRemoveLinkExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveLinkExpiryType": {"fq_name": "team_log.SharedContentRemoveLinkExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveLinkPasswordDetails": {"fq_name": "team_log.SharedContentRemoveLinkPasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveLinkPasswordType": {"fq_name": "team_log.SharedContentRemoveLinkPasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveMemberDetails": {"fq_name": "team_log.SharedContentRemoveMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveMemberType": {"fq_name": "team_log.SharedContentRemoveMemberType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRequestAccessDetails": {"fq_name": "team_log.SharedContentRequestAccessDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRequestAccessType": {"fq_name": "team_log.SharedContentRequestAccessType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRequestAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRestoreInviteesDetails": {"fq_name": "team_log.SharedContentRestoreInviteesDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRestoreInviteesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRestoreInviteesType": {"fq_name": "team_log.SharedContentRestoreInviteesType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRestoreInviteesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRestoreMemberDetails": {"fq_name": "team_log.SharedContentRestoreMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRestoreMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRestoreMemberType": {"fq_name": "team_log.SharedContentRestoreMemberType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRestoreMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentUnshareDetails": {"fq_name": "team_log.SharedContentUnshareDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentUnshareDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentUnshareType": {"fq_name": "team_log.SharedContentUnshareType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentUnshareType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentViewDetails": {"fq_name": "team_log.SharedContentViewDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentViewType": {"fq_name": "team_log.SharedContentViewType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeLinkPolicyDetails": {"fq_name": "team_log.SharedFolderChangeLinkPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeLinkPolicyType": {"fq_name": "team_log.SharedFolderChangeLinkPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersInheritancePolicyDetails": {"fq_name": "team_log.SharedFolderChangeMembersInheritancePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersInheritancePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersInheritancePolicyType": {"fq_name": "team_log.SharedFolderChangeMembersInheritancePolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersInheritancePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersManagementPolicyDetails": {"fq_name": "team_log.SharedFolderChangeMembersManagementPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersManagementPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersManagementPolicyType": {"fq_name": "team_log.SharedFolderChangeMembersManagementPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersManagementPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersPolicyDetails": {"fq_name": "team_log.SharedFolderChangeMembersPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersPolicyType": {"fq_name": "team_log.SharedFolderChangeMembersPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderCreateDetails": {"fq_name": "team_log.SharedFolderCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderCreateDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderCreateType": {"fq_name": "team_log.SharedFolderCreateType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderDeclineInvitationDetails": {"fq_name": "team_log.SharedFolderDeclineInvitationDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderDeclineInvitationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderDeclineInvitationType": {"fq_name": "team_log.SharedFolderDeclineInvitationType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderDeclineInvitationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderMembersInheritancePolicy": {"fq_name": "team_log.SharedFolderMembersInheritancePolicy", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderMembersInheritancePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderMountDetails": {"fq_name": "team_log.SharedFolderMountDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderMountDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderMountType": {"fq_name": "team_log.SharedFolderMountType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderMountType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderNestDetails": {"fq_name": "team_log.SharedFolderNestDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderNestDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedFolderNestDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderNestType": {"fq_name": "team_log.SharedFolderNestType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderNestType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderTransferOwnershipDetails": {"fq_name": "team_log.SharedFolderTransferOwnershipDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderTransferOwnershipType": {"fq_name": "team_log.SharedFolderTransferOwnershipType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderUnmountDetails": {"fq_name": "team_log.SharedFolderUnmountDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderUnmountType": {"fq_name": "team_log.SharedFolderUnmountType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderUnmountType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkAccessLevel": {"fq_name": "team_log.SharedLinkAccessLevel", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkAccessLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkAddExpiryDetails": {"fq_name": "team_log.SharedLinkAddExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkAddExpiryDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkAddExpiryType": {"fq_name": "team_log.SharedLinkAddExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkAddExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkChangeExpiryDetails": {"fq_name": "team_log.SharedLinkChangeExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeExpiryDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeExpiryDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkChangeExpiryType": {"fq_name": "team_log.SharedLinkChangeExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkChangeVisibilityDetails": {"fq_name": "team_log.SharedLinkChangeVisibilityDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeVisibilityDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkChangeVisibilityType": {"fq_name": "team_log.SharedLinkChangeVisibilityType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeVisibilityType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkCopyDetails": {"fq_name": "team_log.SharedLinkCopyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkCopyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkCopyType": {"fq_name": "team_log.SharedLinkCopyType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkCopyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkCreateDetails": {"fq_name": "team_log.SharedLinkCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkCreateDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkCreateType": {"fq_name": "team_log.SharedLinkCreateType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDisableDetails": {"fq_name": "team_log.SharedLinkDisableDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDisableDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDisableType": {"fq_name": "team_log.SharedLinkDisableType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDisableType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDownloadDetails": {"fq_name": "team_log.SharedLinkDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDownloadType": {"fq_name": "team_log.SharedLinkDownloadType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkRemoveExpiryDetails": {"fq_name": "team_log.SharedLinkRemoveExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkRemoveExpiryDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkRemoveExpiryType": {"fq_name": "team_log.SharedLinkRemoveExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkRemoveExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAddExpirationDetails": {"fq_name": "team_log.SharedLinkSettingsAddExpirationDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAddExpirationDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAddExpirationDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAddExpirationType": {"fq_name": "team_log.SharedLinkSettingsAddExpirationType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAddExpirationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAddPasswordDetails": {"fq_name": "team_log.SharedLinkSettingsAddPasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAddPasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAddPasswordType": {"fq_name": "team_log.SharedLinkSettingsAddPasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAddPasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAllowDownloadDisabledDetails": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadDisabledDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAllowDownloadDisabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAllowDownloadDisabledType": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadDisabledType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAllowDownloadDisabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAllowDownloadEnabledDetails": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadEnabledDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAllowDownloadEnabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAllowDownloadEnabledType": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadEnabledType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAllowDownloadEnabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangeAudienceDetails": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeAudienceDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeAudienceDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangeAudienceType": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeAudienceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangeExpirationDetails": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeExpirationDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeExpirationDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangeExpirationType": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeExpirationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangePasswordDetails": {"fq_name": "team_log.SharedLinkSettingsChangePasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangePasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangePasswordType": {"fq_name": "team_log.SharedLinkSettingsChangePasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangePasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsRemoveExpirationDetails": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsRemoveExpirationDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsRemoveExpirationDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsRemoveExpirationType": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsRemoveExpirationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsRemovePasswordDetails": {"fq_name": "team_log.SharedLinkSettingsRemovePasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsRemovePasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsRemovePasswordType": {"fq_name": "team_log.SharedLinkSettingsRemovePasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsRemovePasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkShareDetails": {"fq_name": "team_log.SharedLinkShareDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkShareDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkShareDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkShareType": {"fq_name": "team_log.SharedLinkShareType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkShareType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkViewDetails": {"fq_name": "team_log.SharedLinkViewDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkViewType": {"fq_name": "team_log.SharedLinkViewType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkVisibility": {"fq_name": "team_log.SharedLinkVisibility", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkVisibility", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedNoteOpenedDetails": {"fq_name": "team_log.SharedNoteOpenedDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedNoteOpenedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedNoteOpenedType": {"fq_name": "team_log.SharedNoteOpenedType", "java_class": "com.dropbox.core.v2.teamlog.SharedNoteOpenedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeFolderJoinPolicyDetails": {"fq_name": "team_log.SharingChangeFolderJoinPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeFolderJoinPolicyType": {"fq_name": "team_log.SharingChangeFolderJoinPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails": {"fq_name": "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkAllowChangeExpirationPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkAllowChangeExpirationPolicyType": {"fq_name": "team_log.SharingChangeLinkAllowChangeExpirationPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkAllowChangeExpirationPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkDefaultExpirationPolicyDetails": {"fq_name": "team_log.SharingChangeLinkDefaultExpirationPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkDefaultExpirationPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkDefaultExpirationPolicyType": {"fq_name": "team_log.SharingChangeLinkDefaultExpirationPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkDefaultExpirationPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkEnforcePasswordPolicyDetails": {"fq_name": "team_log.SharingChangeLinkEnforcePasswordPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkEnforcePasswordPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkEnforcePasswordPolicyType": {"fq_name": "team_log.SharingChangeLinkEnforcePasswordPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkEnforcePasswordPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkPolicyDetails": {"fq_name": "team_log.SharingChangeLinkPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkPolicyType": {"fq_name": "team_log.SharingChangeLinkPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeMemberPolicyDetails": {"fq_name": "team_log.SharingChangeMemberPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeMemberPolicyType": {"fq_name": "team_log.SharingChangeMemberPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingFolderJoinPolicy": {"fq_name": "team_log.SharingFolderJoinPolicy", "java_class": "com.dropbox.core.v2.teamlog.SharingFolderJoinPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingLinkPolicy": {"fq_name": "team_log.SharingLinkPolicy", "java_class": "com.dropbox.core.v2.teamlog.SharingLinkPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingMemberPolicy": {"fq_name": "team_log.SharingMemberPolicy", "java_class": "com.dropbox.core.v2.teamlog.SharingMemberPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelDisableDownloadsDetails": {"fq_name": "team_log.ShmodelDisableDownloadsDetails", "java_class": "com.dropbox.core.v2.teamlog.ShmodelDisableDownloadsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelDisableDownloadsType": {"fq_name": "team_log.ShmodelDisableDownloadsType", "java_class": "com.dropbox.core.v2.teamlog.ShmodelDisableDownloadsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelEnableDownloadsDetails": {"fq_name": "team_log.ShmodelEnableDownloadsDetails", "java_class": "com.dropbox.core.v2.teamlog.ShmodelEnableDownloadsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelEnableDownloadsType": {"fq_name": "team_log.ShmodelEnableDownloadsType", "java_class": "com.dropbox.core.v2.teamlog.ShmodelEnableDownloadsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelGroupShareDetails": {"fq_name": "team_log.ShmodelGroupShareDetails", "java_class": "com.dropbox.core.v2.teamlog.ShmodelGroupShareDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelGroupShareType": {"fq_name": "team_log.ShmodelGroupShareType", "java_class": "com.dropbox.core.v2.teamlog.ShmodelGroupShareType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseAccessGrantedDetails": {"fq_name": "team_log.ShowcaseAccessGrantedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseAccessGrantedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseAccessGrantedType": {"fq_name": "team_log.ShowcaseAccessGrantedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseAccessGrantedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseAddMemberDetails": {"fq_name": "team_log.ShowcaseAddMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseAddMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseAddMemberType": {"fq_name": "team_log.ShowcaseAddMemberType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseAddMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseArchivedDetails": {"fq_name": "team_log.ShowcaseArchivedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseArchivedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseArchivedType": {"fq_name": "team_log.ShowcaseArchivedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseArchivedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeDownloadPolicyDetails": {"fq_name": "team_log.ShowcaseChangeDownloadPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeDownloadPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeDownloadPolicyType": {"fq_name": "team_log.ShowcaseChangeDownloadPolicyType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeDownloadPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeEnabledPolicyDetails": {"fq_name": "team_log.ShowcaseChangeEnabledPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeEnabledPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeEnabledPolicyType": {"fq_name": "team_log.ShowcaseChangeEnabledPolicyType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeEnabledPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeExternalSharingPolicyDetails": {"fq_name": "team_log.ShowcaseChangeExternalSharingPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeExternalSharingPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeExternalSharingPolicyType": {"fq_name": "team_log.ShowcaseChangeExternalSharingPolicyType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeExternalSharingPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseCreatedDetails": {"fq_name": "team_log.ShowcaseCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseCreatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseCreatedType": {"fq_name": "team_log.ShowcaseCreatedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseDeleteCommentDetails": {"fq_name": "team_log.ShowcaseDeleteCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseDeleteCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseDeleteCommentType": {"fq_name": "team_log.ShowcaseDeleteCommentType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseDeleteCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseDocumentLogInfo": {"fq_name": "team_log.ShowcaseDocumentLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseDocumentLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseDownloadPolicy": {"fq_name": "team_log.ShowcaseDownloadPolicy", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseDownloadPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseEditCommentDetails": {"fq_name": "team_log.ShowcaseEditCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseEditCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseEditCommentType": {"fq_name": "team_log.ShowcaseEditCommentType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseEditCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseEditedDetails": {"fq_name": "team_log.ShowcaseEditedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseEditedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseEditedType": {"fq_name": "team_log.ShowcaseEditedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseEditedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseEnabledPolicy": {"fq_name": "team_log.ShowcaseEnabledPolicy", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseEnabledPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseExternalSharingPolicy": {"fq_name": "team_log.ShowcaseExternalSharingPolicy", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseExternalSharingPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileAddedDetails": {"fq_name": "team_log.ShowcaseFileAddedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileAddedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileAddedType": {"fq_name": "team_log.ShowcaseFileAddedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileAddedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileDownloadDetails": {"fq_name": "team_log.ShowcaseFileDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileDownloadType": {"fq_name": "team_log.ShowcaseFileDownloadType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileRemovedDetails": {"fq_name": "team_log.ShowcaseFileRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileRemovedType": {"fq_name": "team_log.ShowcaseFileRemovedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileViewDetails": {"fq_name": "team_log.ShowcaseFileViewDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileViewType": {"fq_name": "team_log.ShowcaseFileViewType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcasePermanentlyDeletedDetails": {"fq_name": "team_log.ShowcasePermanentlyDeletedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcasePermanentlyDeletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcasePermanentlyDeletedType": {"fq_name": "team_log.ShowcasePermanentlyDeletedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcasePermanentlyDeletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcasePostCommentDetails": {"fq_name": "team_log.ShowcasePostCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcasePostCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcasePostCommentType": {"fq_name": "team_log.ShowcasePostCommentType", "java_class": "com.dropbox.core.v2.teamlog.ShowcasePostCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRemoveMemberDetails": {"fq_name": "team_log.ShowcaseRemoveMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRemoveMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRemoveMemberType": {"fq_name": "team_log.ShowcaseRemoveMemberType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRemoveMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRenamedDetails": {"fq_name": "team_log.ShowcaseRenamedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRenamedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRenamedType": {"fq_name": "team_log.ShowcaseRenamedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRenamedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRequestAccessDetails": {"fq_name": "team_log.ShowcaseRequestAccessDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRequestAccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRequestAccessType": {"fq_name": "team_log.ShowcaseRequestAccessType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRequestAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseResolveCommentDetails": {"fq_name": "team_log.ShowcaseResolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseResolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseResolveCommentType": {"fq_name": "team_log.ShowcaseResolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseResolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRestoredDetails": {"fq_name": "team_log.ShowcaseRestoredDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRestoredDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRestoredType": {"fq_name": "team_log.ShowcaseRestoredType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRestoredType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseTrashedDeprecatedDetails": {"fq_name": "team_log.ShowcaseTrashedDeprecatedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseTrashedDeprecatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseTrashedDeprecatedType": {"fq_name": "team_log.ShowcaseTrashedDeprecatedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseTrashedDeprecatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseTrashedDetails": {"fq_name": "team_log.ShowcaseTrashedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseTrashedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseTrashedType": {"fq_name": "team_log.ShowcaseTrashedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseTrashedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUnresolveCommentDetails": {"fq_name": "team_log.ShowcaseUnresolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUnresolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUnresolveCommentType": {"fq_name": "team_log.ShowcaseUnresolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUnresolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUntrashedDeprecatedDetails": {"fq_name": "team_log.ShowcaseUntrashedDeprecatedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUntrashedDeprecatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUntrashedDeprecatedType": {"fq_name": "team_log.ShowcaseUntrashedDeprecatedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUntrashedDeprecatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUntrashedDetails": {"fq_name": "team_log.ShowcaseUntrashedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUntrashedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUntrashedType": {"fq_name": "team_log.ShowcaseUntrashedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUntrashedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseViewDetails": {"fq_name": "team_log.ShowcaseViewDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseViewType": {"fq_name": "team_log.ShowcaseViewType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignInAsSessionEndDetails": {"fq_name": "team_log.SignInAsSessionEndDetails", "java_class": "com.dropbox.core.v2.teamlog.SignInAsSessionEndDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignInAsSessionEndType": {"fq_name": "team_log.SignInAsSessionEndType", "java_class": "com.dropbox.core.v2.teamlog.SignInAsSessionEndType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignInAsSessionStartDetails": {"fq_name": "team_log.SignInAsSessionStartDetails", "java_class": "com.dropbox.core.v2.teamlog.SignInAsSessionStartDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignInAsSessionStartType": {"fq_name": "team_log.SignInAsSessionStartType", "java_class": "com.dropbox.core.v2.teamlog.SignInAsSessionStartType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncChangePolicyDetails": {"fq_name": "team_log.SmartSyncChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncChangePolicyType": {"fq_name": "team_log.SmartSyncChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncCreateAdminPrivilegeReportDetails": {"fq_name": "team_log.SmartSyncCreateAdminPrivilegeReportDetails", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncCreateAdminPrivilegeReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncCreateAdminPrivilegeReportType": {"fq_name": "team_log.SmartSyncCreateAdminPrivilegeReportType", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncCreateAdminPrivilegeReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncNotOptOutDetails": {"fq_name": "team_log.SmartSyncNotOptOutDetails", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncNotOptOutType": {"fq_name": "team_log.SmartSyncNotOptOutType", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncNotOptOutType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncOptOutDetails": {"fq_name": "team_log.SmartSyncOptOutDetails", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncOptOutPolicy": {"fq_name": "team_log.SmartSyncOptOutPolicy", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncOptOutPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncOptOutType": {"fq_name": "team_log.SmartSyncOptOutType", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncOptOutType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmarterSmartSyncPolicyChangedDetails": {"fq_name": "team_log.SmarterSmartSyncPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SmarterSmartSyncPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmarterSmartSyncPolicyChangedType": {"fq_name": "team_log.SmarterSmartSyncPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.SmarterSmartSyncPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SpaceCapsType": {"fq_name": "team_log.SpaceCapsType", "java_class": "com.dropbox.core.v2.teamlog.SpaceCapsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SpaceLimitsStatus": {"fq_name": "team_log.SpaceLimitsStatus", "java_class": "com.dropbox.core.v2.teamlog.SpaceLimitsStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddCertDetails": {"fq_name": "team_log.SsoAddCertDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoAddCertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddCertType": {"fq_name": "team_log.SsoAddCertType", "java_class": "com.dropbox.core.v2.teamlog.SsoAddCertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddLoginUrlDetails": {"fq_name": "team_log.SsoAddLoginUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoAddLoginUrlDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddLoginUrlType": {"fq_name": "team_log.SsoAddLoginUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoAddLoginUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddLogoutUrlDetails": {"fq_name": "team_log.SsoAddLogoutUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoAddLogoutUrlDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddLogoutUrlType": {"fq_name": "team_log.SsoAddLogoutUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoAddLogoutUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeCertDetails": {"fq_name": "team_log.SsoChangeCertDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeCertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeCertType": {"fq_name": "team_log.SsoChangeCertType", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeCertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeLoginUrlDetails": {"fq_name": "team_log.SsoChangeLoginUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeLoginUrlType": {"fq_name": "team_log.SsoChangeLoginUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeLoginUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeLogoutUrlDetails": {"fq_name": "team_log.SsoChangeLogoutUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeLogoutUrlType": {"fq_name": "team_log.SsoChangeLogoutUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangePolicyDetails": {"fq_name": "team_log.SsoChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangePolicyType": {"fq_name": "team_log.SsoChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.SsoChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeSamlIdentityModeDetails": {"fq_name": "team_log.SsoChangeSamlIdentityModeDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeSamlIdentityModeType": {"fq_name": "team_log.SsoChangeSamlIdentityModeType", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoErrorDetails": {"fq_name": "team_log.SsoErrorDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoErrorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoErrorType": {"fq_name": "team_log.SsoErrorType", "java_class": "com.dropbox.core.v2.teamlog.SsoErrorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveCertDetails": {"fq_name": "team_log.SsoRemoveCertDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveCertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveCertType": {"fq_name": "team_log.SsoRemoveCertType", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveCertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveLoginUrlDetails": {"fq_name": "team_log.SsoRemoveLoginUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveLoginUrlType": {"fq_name": "team_log.SsoRemoveLoginUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveLogoutUrlDetails": {"fq_name": "team_log.SsoRemoveLogoutUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveLogoutUrlType": {"fq_name": "team_log.SsoRemoveLogoutUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.StartedEnterpriseAdminSessionDetails": {"fq_name": "team_log.StartedEnterpriseAdminSessionDetails", "java_class": "com.dropbox.core.v2.teamlog.StartedEnterpriseAdminSessionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.StartedEnterpriseAdminSessionType": {"fq_name": "team_log.StartedEnterpriseAdminSessionType", "java_class": "com.dropbox.core.v2.teamlog.StartedEnterpriseAdminSessionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamActivityCreateReportDetails": {"fq_name": "team_log.TeamActivityCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamActivityCreateReportFailDetails": {"fq_name": "team_log.TeamActivityCreateReportFailDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamActivityCreateReportFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamActivityCreateReportFailType": {"fq_name": "team_log.TeamActivityCreateReportFailType", "java_class": "com.dropbox.core.v2.teamlog.TeamActivityCreateReportFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamActivityCreateReportType": {"fq_name": "team_log.TeamActivityCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.TeamActivityCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamBrandingPolicy": {"fq_name": "team_log.TeamBrandingPolicy", "java_class": "com.dropbox.core.v2.teamlog.TeamBrandingPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamBrandingPolicyChangedDetails": {"fq_name": "team_log.TeamBrandingPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamBrandingPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamBrandingPolicyChangedType": {"fq_name": "team_log.TeamBrandingPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamBrandingPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamDetails": {"fq_name": "team_log.TeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyCancelKeyDeletionDetails": {"fq_name": "team_log.TeamEncryptionKeyCancelKeyDeletionDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyCancelKeyDeletionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyCancelKeyDeletionType": {"fq_name": "team_log.TeamEncryptionKeyCancelKeyDeletionType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyCancelKeyDeletionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyCreateKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyCreateKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyCreateKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyCreateKeyType": {"fq_name": "team_log.TeamEncryptionKeyCreateKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyCreateKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyDeleteKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyDeleteKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyDeleteKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyDeleteKeyType": {"fq_name": "team_log.TeamEncryptionKeyDeleteKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyDeleteKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyDisableKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyDisableKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyDisableKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyDisableKeyType": {"fq_name": "team_log.TeamEncryptionKeyDisableKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyDisableKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyEnableKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyEnableKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyEnableKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyEnableKeyType": {"fq_name": "team_log.TeamEncryptionKeyEnableKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyEnableKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyRotateKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyRotateKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyRotateKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyRotateKeyType": {"fq_name": "team_log.TeamEncryptionKeyRotateKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyRotateKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyScheduleKeyDeletionDetails": {"fq_name": "team_log.TeamEncryptionKeyScheduleKeyDeletionDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyScheduleKeyDeletionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyScheduleKeyDeletionType": {"fq_name": "team_log.TeamEncryptionKeyScheduleKeyDeletionType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyScheduleKeyDeletionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEvent": {"fq_name": "team_log.TeamEvent", "java_class": "com.dropbox.core.v2.teamlog.TeamEvent", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.TeamEvent.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamExtensionsPolicy": {"fq_name": "team_log.TeamExtensionsPolicy", "java_class": "com.dropbox.core.v2.teamlog.TeamExtensionsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamExtensionsPolicyChangedDetails": {"fq_name": "team_log.TeamExtensionsPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamExtensionsPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamExtensionsPolicyChangedType": {"fq_name": "team_log.TeamExtensionsPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamExtensionsPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderChangeStatusDetails": {"fq_name": "team_log.TeamFolderChangeStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderChangeStatusType": {"fq_name": "team_log.TeamFolderChangeStatusType", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderChangeStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderCreateDetails": {"fq_name": "team_log.TeamFolderCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderCreateDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderCreateType": {"fq_name": "team_log.TeamFolderCreateType", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderDowngradeDetails": {"fq_name": "team_log.TeamFolderDowngradeDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderDowngradeDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderDowngradeType": {"fq_name": "team_log.TeamFolderDowngradeType", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderDowngradeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderPermanentlyDeleteDetails": {"fq_name": "team_log.TeamFolderPermanentlyDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderPermanentlyDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderPermanentlyDeleteType": {"fq_name": "team_log.TeamFolderPermanentlyDeleteType", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderPermanentlyDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderRenameDetails": {"fq_name": "team_log.TeamFolderRenameDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderRenameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderRenameType": {"fq_name": "team_log.TeamFolderRenameType", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderRenameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamInviteDetails": {"fq_name": "team_log.TeamInviteDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamInviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamLinkedAppLogInfo": {"fq_name": "team_log.TeamLinkedAppLogInfo", "java_class": "com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamLogInfo": {"fq_name": "team_log.TeamLogInfo", "java_class": "com.dropbox.core.v2.teamlog.TeamLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMemberLogInfo": {"fq_name": "team_log.TeamMemberLogInfo", "java_class": "com.dropbox.core.v2.teamlog.TeamMemberLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMembershipType": {"fq_name": "team_log.TeamMembershipType", "java_class": "com.dropbox.core.v2.teamlog.TeamMembershipType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeFromDetails": {"fq_name": "team_log.TeamMergeFromDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeFromDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeFromType": {"fq_name": "team_log.TeamMergeFromType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeFromType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedDetails": {"fq_name": "team_log.TeamMergeRequestAcceptedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedExtraDetails": {"fq_name": "team_log.TeamMergeRequestAcceptedExtraDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedExtraDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedType": {"fq_name": "team_log.TeamMergeRequestAcceptedType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAutoCanceledDetails": {"fq_name": "team_log.TeamMergeRequestAutoCanceledDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAutoCanceledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAutoCanceledType": {"fq_name": "team_log.TeamMergeRequestAutoCanceledType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAutoCanceledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledDetails": {"fq_name": "team_log.TeamMergeRequestCanceledDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledExtraDetails": {"fq_name": "team_log.TeamMergeRequestCanceledExtraDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledExtraDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledType": {"fq_name": "team_log.TeamMergeRequestCanceledType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredDetails": {"fq_name": "team_log.TeamMergeRequestExpiredDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredExtraDetails": {"fq_name": "team_log.TeamMergeRequestExpiredExtraDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredExtraDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredType": {"fq_name": "team_log.TeamMergeRequestExpiredType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRejectedShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRejectedShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRejectedShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRejectedShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRejectedShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRejectedShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderDetails": {"fq_name": "team_log.TeamMergeRequestReminderDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderExtraDetails": {"fq_name": "team_log.TeamMergeRequestReminderExtraDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderExtraDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestReminderShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestReminderShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderType": {"fq_name": "team_log.TeamMergeRequestReminderType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRevokedDetails": {"fq_name": "team_log.TeamMergeRequestRevokedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRevokedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRevokedType": {"fq_name": "team_log.TeamMergeRequestRevokedType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRevokedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestSentShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestSentShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestSentShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestSentShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestSentShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestSentShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestSentShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestSentShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestSentShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestSentShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeToDetails": {"fq_name": "team_log.TeamMergeToDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeToDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeToType": {"fq_name": "team_log.TeamMergeToType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeToType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamName": {"fq_name": "team_log.TeamName", "java_class": "com.dropbox.core.v2.teamlog.TeamName", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileAddBackgroundDetails": {"fq_name": "team_log.TeamProfileAddBackgroundDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileAddBackgroundDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileAddBackgroundType": {"fq_name": "team_log.TeamProfileAddBackgroundType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileAddBackgroundType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileAddLogoDetails": {"fq_name": "team_log.TeamProfileAddLogoDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileAddLogoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileAddLogoType": {"fq_name": "team_log.TeamProfileAddLogoType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileAddLogoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeBackgroundDetails": {"fq_name": "team_log.TeamProfileChangeBackgroundDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeBackgroundDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeBackgroundType": {"fq_name": "team_log.TeamProfileChangeBackgroundType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeBackgroundType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeDefaultLanguageDetails": {"fq_name": "team_log.TeamProfileChangeDefaultLanguageDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeDefaultLanguageType": {"fq_name": "team_log.TeamProfileChangeDefaultLanguageType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeLogoDetails": {"fq_name": "team_log.TeamProfileChangeLogoDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeLogoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeLogoType": {"fq_name": "team_log.TeamProfileChangeLogoType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeLogoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeNameDetails": {"fq_name": "team_log.TeamProfileChangeNameDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeNameType": {"fq_name": "team_log.TeamProfileChangeNameType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeNameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileRemoveBackgroundDetails": {"fq_name": "team_log.TeamProfileRemoveBackgroundDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileRemoveBackgroundDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileRemoveBackgroundType": {"fq_name": "team_log.TeamProfileRemoveBackgroundType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileRemoveBackgroundType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileRemoveLogoDetails": {"fq_name": "team_log.TeamProfileRemoveLogoDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileRemoveLogoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileRemoveLogoType": {"fq_name": "team_log.TeamProfileRemoveLogoType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileRemoveLogoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSelectiveSyncPolicy": {"fq_name": "team_log.TeamSelectiveSyncPolicy", "java_class": "com.dropbox.core.v2.teamlog.TeamSelectiveSyncPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSelectiveSyncPolicyChangedDetails": {"fq_name": "team_log.TeamSelectiveSyncPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamSelectiveSyncPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSelectiveSyncPolicyChangedType": {"fq_name": "team_log.TeamSelectiveSyncPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamSelectiveSyncPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSelectiveSyncSettingsChangedDetails": {"fq_name": "team_log.TeamSelectiveSyncSettingsChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamSelectiveSyncSettingsChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSelectiveSyncSettingsChangedType": {"fq_name": "team_log.TeamSelectiveSyncSettingsChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamSelectiveSyncSettingsChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSharingWhitelistSubjectsChangedDetails": {"fq_name": "team_log.TeamSharingWhitelistSubjectsChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamSharingWhitelistSubjectsChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSharingWhitelistSubjectsChangedType": {"fq_name": "team_log.TeamSharingWhitelistSubjectsChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamSharingWhitelistSubjectsChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddBackupPhoneDetails": {"fq_name": "team_log.TfaAddBackupPhoneDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaAddBackupPhoneDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddBackupPhoneType": {"fq_name": "team_log.TfaAddBackupPhoneType", "java_class": "com.dropbox.core.v2.teamlog.TfaAddBackupPhoneType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddExceptionDetails": {"fq_name": "team_log.TfaAddExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaAddExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddExceptionType": {"fq_name": "team_log.TfaAddExceptionType", "java_class": "com.dropbox.core.v2.teamlog.TfaAddExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddSecurityKeyDetails": {"fq_name": "team_log.TfaAddSecurityKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaAddSecurityKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddSecurityKeyType": {"fq_name": "team_log.TfaAddSecurityKeyType", "java_class": "com.dropbox.core.v2.teamlog.TfaAddSecurityKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangeBackupPhoneDetails": {"fq_name": "team_log.TfaChangeBackupPhoneDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaChangeBackupPhoneDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangeBackupPhoneType": {"fq_name": "team_log.TfaChangeBackupPhoneType", "java_class": "com.dropbox.core.v2.teamlog.TfaChangeBackupPhoneType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangePolicyDetails": {"fq_name": "team_log.TfaChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangePolicyType": {"fq_name": "team_log.TfaChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.TfaChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangeStatusDetails": {"fq_name": "team_log.TfaChangeStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaChangeStatusDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.TfaChangeStatusDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangeStatusType": {"fq_name": "team_log.TfaChangeStatusType", "java_class": "com.dropbox.core.v2.teamlog.TfaChangeStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaConfiguration": {"fq_name": "team_log.TfaConfiguration", "java_class": "com.dropbox.core.v2.teamlog.TfaConfiguration", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveBackupPhoneDetails": {"fq_name": "team_log.TfaRemoveBackupPhoneDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveBackupPhoneDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveBackupPhoneType": {"fq_name": "team_log.TfaRemoveBackupPhoneType", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveBackupPhoneType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveExceptionDetails": {"fq_name": "team_log.TfaRemoveExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveExceptionType": {"fq_name": "team_log.TfaRemoveExceptionType", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveSecurityKeyDetails": {"fq_name": "team_log.TfaRemoveSecurityKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveSecurityKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveSecurityKeyType": {"fq_name": "team_log.TfaRemoveSecurityKeyType", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveSecurityKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaResetDetails": {"fq_name": "team_log.TfaResetDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaResetDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaResetType": {"fq_name": "team_log.TfaResetType", "java_class": "com.dropbox.core.v2.teamlog.TfaResetType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TimeUnit": {"fq_name": "team_log.TimeUnit", "java_class": "com.dropbox.core.v2.teamlog.TimeUnit", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TrustedNonTeamMemberLogInfo": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo", "java_class": "com.dropbox.core.v2.teamlog.TrustedNonTeamMemberLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.TrustedNonTeamMemberLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TrustedNonTeamMemberType": {"fq_name": "team_log.TrustedNonTeamMemberType", "java_class": "com.dropbox.core.v2.teamlog.TrustedNonTeamMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TrustedTeamsRequestAction": {"fq_name": "team_log.TrustedTeamsRequestAction", "java_class": "com.dropbox.core.v2.teamlog.TrustedTeamsRequestAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TrustedTeamsRequestState": {"fq_name": "team_log.TrustedTeamsRequestState", "java_class": "com.dropbox.core.v2.teamlog.TrustedTeamsRequestState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TwoAccountChangePolicyDetails": {"fq_name": "team_log.TwoAccountChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TwoAccountChangePolicyType": {"fq_name": "team_log.TwoAccountChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.TwoAccountChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TwoAccountPolicy": {"fq_name": "team_log.TwoAccountPolicy", "java_class": "com.dropbox.core.v2.teamlog.TwoAccountPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UndoNamingConventionDetails": {"fq_name": "team_log.UndoNamingConventionDetails", "java_class": "com.dropbox.core.v2.teamlog.UndoNamingConventionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UndoNamingConventionType": {"fq_name": "team_log.UndoNamingConventionType", "java_class": "com.dropbox.core.v2.teamlog.UndoNamingConventionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UndoOrganizeFolderWithTidyDetails": {"fq_name": "team_log.UndoOrganizeFolderWithTidyDetails", "java_class": "com.dropbox.core.v2.teamlog.UndoOrganizeFolderWithTidyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UndoOrganizeFolderWithTidyType": {"fq_name": "team_log.UndoOrganizeFolderWithTidyType", "java_class": "com.dropbox.core.v2.teamlog.UndoOrganizeFolderWithTidyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserLinkedAppLogInfo": {"fq_name": "team_log.UserLinkedAppLogInfo", "java_class": "com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserLogInfo": {"fq_name": "team_log.UserLogInfo", "java_class": "com.dropbox.core.v2.teamlog.UserLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.UserLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserNameLogInfo": {"fq_name": "team_log.UserNameLogInfo", "java_class": "com.dropbox.core.v2.teamlog.UserNameLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserOrTeamLinkedAppLogInfo": {"fq_name": "team_log.UserOrTeamLinkedAppLogInfo", "java_class": "com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserTagsAddedDetails": {"fq_name": "team_log.UserTagsAddedDetails", "java_class": "com.dropbox.core.v2.teamlog.UserTagsAddedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserTagsAddedType": {"fq_name": "team_log.UserTagsAddedType", "java_class": "com.dropbox.core.v2.teamlog.UserTagsAddedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserTagsRemovedDetails": {"fq_name": "team_log.UserTagsRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.UserTagsRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserTagsRemovedType": {"fq_name": "team_log.UserTagsRemovedType", "java_class": "com.dropbox.core.v2.teamlog.UserTagsRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ViewerInfoPolicyChangedDetails": {"fq_name": "team_log.ViewerInfoPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ViewerInfoPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ViewerInfoPolicyChangedType": {"fq_name": "team_log.ViewerInfoPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.ViewerInfoPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WatermarkingPolicy": {"fq_name": "team_log.WatermarkingPolicy", "java_class": "com.dropbox.core.v2.teamlog.WatermarkingPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WatermarkingPolicyChangedDetails": {"fq_name": "team_log.WatermarkingPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.WatermarkingPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WatermarkingPolicyChangedType": {"fq_name": "team_log.WatermarkingPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.WatermarkingPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebDeviceSessionLogInfo": {"fq_name": "team_log.WebDeviceSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.WebDeviceSessionLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.WebDeviceSessionLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionLogInfo": {"fq_name": "team_log.WebSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.WebSessionLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeActiveSessionLimitDetails": {"fq_name": "team_log.WebSessionsChangeActiveSessionLimitDetails", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeActiveSessionLimitDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeActiveSessionLimitType": {"fq_name": "team_log.WebSessionsChangeActiveSessionLimitType", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeActiveSessionLimitType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeFixedLengthPolicyDetails": {"fq_name": "team_log.WebSessionsChangeFixedLengthPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeFixedLengthPolicyType": {"fq_name": "team_log.WebSessionsChangeFixedLengthPolicyType", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeIdleLengthPolicyDetails": {"fq_name": "team_log.WebSessionsChangeIdleLengthPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeIdleLengthPolicyType": {"fq_name": "team_log.WebSessionsChangeIdleLengthPolicyType", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsFixedLengthPolicy": {"fq_name": "team_log.WebSessionsFixedLengthPolicy", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsIdleLengthPolicy": {"fq_name": "team_log.WebSessionsIdleLengthPolicy", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.CameraUploadsPolicyState": {"fq_name": "team_policies.CameraUploadsPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.CameraUploadsPolicyState", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.ComputerBackupPolicyState": {"fq_name": "team_policies.ComputerBackupPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.ComputerBackupPolicyState", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.EmmState": {"fq_name": "team_policies.EmmState", "java_class": "com.dropbox.core.v2.teampolicies.EmmState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.ExternalDriveBackupPolicyState": {"fq_name": "team_policies.ExternalDriveBackupPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.ExternalDriveBackupPolicyState", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.FileLockingPolicyState": {"fq_name": "team_policies.FileLockingPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.FileLockingPolicyState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.FileProviderMigrationPolicyState": {"fq_name": "team_policies.FileProviderMigrationPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.FileProviderMigrationPolicyState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.GroupCreation": {"fq_name": "team_policies.GroupCreation", "java_class": "com.dropbox.core.v2.teampolicies.GroupCreation", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.OfficeAddInPolicy": {"fq_name": "team_policies.OfficeAddInPolicy", "java_class": "com.dropbox.core.v2.teampolicies.OfficeAddInPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.PaperDefaultFolderPolicy": {"fq_name": "team_policies.PaperDefaultFolderPolicy", "java_class": "com.dropbox.core.v2.teampolicies.PaperDefaultFolderPolicy", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.PaperDeploymentPolicy": {"fq_name": "team_policies.PaperDeploymentPolicy", "java_class": "com.dropbox.core.v2.teampolicies.PaperDeploymentPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.PaperDesktopPolicy": {"fq_name": "team_policies.PaperDesktopPolicy", "java_class": "com.dropbox.core.v2.teampolicies.PaperDesktopPolicy", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.PaperEnabledPolicy": {"fq_name": "team_policies.PaperEnabledPolicy", "java_class": "com.dropbox.core.v2.teampolicies.PaperEnabledPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.PasswordControlMode": {"fq_name": "team_policies.PasswordControlMode", "java_class": "com.dropbox.core.v2.teampolicies.PasswordControlMode", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.PasswordStrengthPolicy": {"fq_name": "team_policies.PasswordStrengthPolicy", "java_class": "com.dropbox.core.v2.teampolicies.PasswordStrengthPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.RolloutMethod": {"fq_name": "team_policies.RolloutMethod", "java_class": "com.dropbox.core.v2.teampolicies.RolloutMethod", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.SharedFolderBlanketLinkRestrictionPolicy": {"fq_name": "team_policies.SharedFolderBlanketLinkRestrictionPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SharedFolderBlanketLinkRestrictionPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.SharedFolderJoinPolicy": {"fq_name": "team_policies.SharedFolderJoinPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SharedFolderJoinPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.SharedFolderMemberPolicy": {"fq_name": "team_policies.SharedFolderMemberPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SharedFolderMemberPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.SharedLinkCreatePolicy": {"fq_name": "team_policies.SharedLinkCreatePolicy", "java_class": "com.dropbox.core.v2.teampolicies.SharedLinkCreatePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.ShowcaseDownloadPolicy": {"fq_name": "team_policies.ShowcaseDownloadPolicy", "java_class": "com.dropbox.core.v2.teampolicies.ShowcaseDownloadPolicy", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.ShowcaseEnabledPolicy": {"fq_name": "team_policies.ShowcaseEnabledPolicy", "java_class": "com.dropbox.core.v2.teampolicies.ShowcaseEnabledPolicy", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.ShowcaseExternalSharingPolicy": {"fq_name": "team_policies.ShowcaseExternalSharingPolicy", "java_class": "com.dropbox.core.v2.teampolicies.ShowcaseExternalSharingPolicy", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.SmartSyncPolicy": {"fq_name": "team_policies.SmartSyncPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SmartSyncPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.SmarterSmartSyncPolicyState": {"fq_name": "team_policies.SmarterSmartSyncPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.SmarterSmartSyncPolicyState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.SsoPolicy": {"fq_name": "team_policies.SsoPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SsoPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.SuggestMembersPolicy": {"fq_name": "team_policies.SuggestMembersPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SuggestMembersPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.TeamMemberPolicies": {"fq_name": "team_policies.TeamMemberPolicies", "java_class": "com.dropbox.core.v2.teampolicies.TeamMemberPolicies", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.TeamSharingPolicies": {"fq_name": "team_policies.TeamSharingPolicies", "java_class": "com.dropbox.core.v2.teampolicies.TeamSharingPolicies", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.TwoStepVerificationPolicy": {"fq_name": "team_policies.TwoStepVerificationPolicy", "java_class": "com.dropbox.core.v2.teampolicies.TwoStepVerificationPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.TwoStepVerificationState": {"fq_name": "team_policies.TwoStepVerificationState", "java_class": "com.dropbox.core.v2.teampolicies.TwoStepVerificationState", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "users.Account": {"fq_name": "users.Account", "java_class": "com.dropbox.core.v2.users.Account", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "users.BasicAccount": {"fq_name": "users.BasicAccount", "java_class": "com.dropbox.core.v2.users.BasicAccount", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.users.BasicAccount.Builder", "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.FileLockingValue": {"fq_name": "users.FileLockingValue", "java_class": "com.dropbox.core.v2.users.FileLockingValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.FullAccount": {"fq_name": "users.FullAccount", "java_class": "com.dropbox.core.v2.users.FullAccount", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.users.FullAccount.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.FullTeam": {"fq_name": "users.FullTeam", "java_class": "com.dropbox.core.v2.users.FullTeam", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.GetAccountArg": {"fq_name": "users.GetAccountArg", "java_class": "com.dropbox.core.v2.users.GetAccountArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.GetAccountBatchArg": {"fq_name": "users.GetAccountBatchArg", "java_class": "com.dropbox.core.v2.users.GetAccountBatchArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.GetAccountBatchError": {"fq_name": "users.GetAccountBatchError", "java_class": "com.dropbox.core.v2.users.GetAccountBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.GetAccountError": {"fq_name": "users.GetAccountError", "java_class": "com.dropbox.core.v2.users.GetAccountError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.IndividualSpaceAllocation": {"fq_name": "users.IndividualSpaceAllocation", "java_class": "com.dropbox.core.v2.users.IndividualSpaceAllocation", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.Name": {"fq_name": "users.Name", "java_class": "com.dropbox.core.v2.users.Name", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.PaperAsFilesValue": {"fq_name": "users.PaperAsFilesValue", "java_class": "com.dropbox.core.v2.users.PaperAsFilesValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.SpaceAllocation": {"fq_name": "users.SpaceAllocation", "java_class": "com.dropbox.core.v2.users.SpaceAllocation", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.SpaceUsage": {"fq_name": "users.SpaceUsage", "java_class": "com.dropbox.core.v2.users.SpaceUsage", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.Team": {"fq_name": "users.Team", "java_class": "com.dropbox.core.v2.users.Team", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.TeamSpaceAllocation": {"fq_name": "users.TeamSpaceAllocation", "java_class": "com.dropbox.core.v2.users.TeamSpaceAllocation", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.UserFeature": {"fq_name": "users.UserFeature", "java_class": "com.dropbox.core.v2.users.UserFeature", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.UserFeatureValue": {"fq_name": "users.UserFeatureValue", "java_class": "com.dropbox.core.v2.users.UserFeatureValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.UserFeaturesGetValuesBatchArg": {"fq_name": "users.UserFeaturesGetValuesBatchArg", "java_class": "com.dropbox.core.v2.users.UserFeaturesGetValuesBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.UserFeaturesGetValuesBatchError": {"fq_name": "users.UserFeaturesGetValuesBatchError", "java_class": "com.dropbox.core.v2.users.UserFeaturesGetValuesBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.UserFeaturesGetValuesBatchResult": {"fq_name": "users.UserFeaturesGetValuesBatchResult", "java_class": "com.dropbox.core.v2.users.UserFeaturesGetValuesBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users_common.AccountType": {"fq_name": "users_common.AccountType", "java_class": "com.dropbox.core.v2.userscommon.AccountType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}}, "routes": {"auth.token/from_oauth1": {"fq_name": "auth.token/from_oauth1", "java_class": "com.dropbox.core.v2.auth.DbxAppAuthRequests", "visibility": "PUBLIC", "namespace_name": "auth", "method": "tokenFromOauth1", "has_builder": false, "builder_method": null, "error_ref": "auth.TokenFromOAuth1Error", "url_path": "2/auth/token/from_oauth1", "is_method_overloaded": false, "method_arg_classes": ["String", "String"], "_type": "RouteReference"}, "check.app": {"fq_name": "check.app", "java_class": "com.dropbox.core.v2.check.DbxAppCheckRequests", "visibility": "PUBLIC", "namespace_name": "check", "method": "app", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/check/app", "is_method_overloaded": true, "method_arg_classes": ["String"], "_type": "RouteReference"}, "files.get_thumbnail_v2": {"fq_name": "files.get_thumbnail_v2", "java_class": "com.dropbox.core.v2.files.DbxAppFilesRequests", "visibility": "PUBLIC", "namespace_name": "files", "method": "getThumbnailV2", "has_builder": true, "builder_method": "getThumbnailV2Builder", "error_ref": "files.ThumbnailV2Error", "url_path": "2/files/get_thumbnail_v2", "is_method_overloaded": false, "method_arg_classes": ["com.dropbox.core.v2.files.PathOrLink"], "_type": "RouteReference"}, "files.list_folder": {"fq_name": "files.list_folder", "java_class": "com.dropbox.core.v2.files.DbxAppFilesRequests", "visibility": "PUBLIC", "namespace_name": "files", "method": "listFolder", "has_builder": true, "builder_method": "listFolderBuilder", "error_ref": "files.ListFolderError", "url_path": "2/files/list_folder", "is_method_overloaded": false, "method_arg_classes": ["String"], "_type": "RouteReference"}, "files.list_folder/continue": {"fq_name": "files.list_folder/continue", "java_class": "com.dropbox.core.v2.files.DbxAppFilesRequests", "visibility": "PUBLIC", "namespace_name": "files", "method": "listFolderContinue", "has_builder": false, "builder_method": null, "error_ref": "files.ListFolderContinueError", "url_path": "2/files/list_folder/continue", "is_method_overloaded": false, "method_arg_classes": ["String"], "_type": "RouteReference"}, "sharing.get_shared_link_metadata": {"fq_name": "sharing.get_shared_link_metadata", "java_class": "com.dropbox.core.v2.sharing.DbxAppSharingRequests", "visibility": "PUBLIC", "namespace_name": "sharing", "method": "getSharedLinkMetadata", "has_builder": true, "builder_method": "getSharedLinkMetadataBuilder", "error_ref": "sharing.SharedLinkError", "url_path": "2/sharing/get_shared_link_metadata", "is_method_overloaded": false, "method_arg_classes": ["String"], "_type": "RouteReference"}, "file_properties.templates/add_for_team": {"method_arg_classes": ["String", "String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/add_for_team", "namespace_name": "file_properties", "method": "templatesAddForTeam", "has_builder": false, "builder_method": null, "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/file_properties/templates/add_for_team", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/get_for_team": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/get_for_team", "namespace_name": "file_properties", "method": "templatesGetForTeam", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/get_for_team", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/list_for_team": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/list_for_team", "namespace_name": "file_properties", "method": "templatesListForTeam", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/list_for_team", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/remove_for_team": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/remove_for_team", "namespace_name": "file_properties", "method": "templatesRemoveForTeam", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/remove_for_team", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/update_for_team": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/update_for_team", "namespace_name": "file_properties", "method": "templatesUpdateForTeam", "has_builder": true, "builder_method": "templatesUpdateForTeamBuilder", "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/file_properties/templates/update_for_team", "is_method_overloaded": false, "_type": "RouteReference"}, "team.devices/list_member_devices": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.devices/list_member_devices", "namespace_name": "team", "method": "devicesListMemberDevices", "has_builder": true, "builder_method": "devicesListMemberDevicesBuilder", "error_ref": "team.ListMemberDevicesError", "url_path": "2/team/devices/list_member_devices", "is_method_overloaded": false, "_type": "RouteReference"}, "team.devices/list_members_devices": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.devices/list_members_devices", "namespace_name": "team", "method": "devicesListMembersDevices", "has_builder": true, "builder_method": "devicesListMembersDevicesBuilder", "error_ref": "team.ListMembersDevicesError", "url_path": "2/team/devices/list_members_devices", "is_method_overloaded": false, "_type": "RouteReference"}, "team.devices/list_team_devices": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.devices/list_team_devices", "namespace_name": "team", "method": "devicesListTeamDevices", "has_builder": true, "builder_method": "devicesListTeamDevicesBuilder", "error_ref": "team.ListTeamDevicesError", "url_path": "2/team/devices/list_team_devices", "is_method_overloaded": false, "_type": "RouteReference"}, "team.devices/revoke_device_session": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.devices/revoke_device_session", "namespace_name": "team", "method": "devicesRevokeDeviceSession", "has_builder": false, "builder_method": null, "error_ref": "team.RevokeDeviceSessionError", "url_path": "2/team/devices/revoke_device_session", "is_method_overloaded": false, "_type": "RouteReference"}, "team.devices/revoke_device_session_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.devices/revoke_device_session_batch", "namespace_name": "team", "method": "devicesRevokeDeviceSessionBatch", "has_builder": false, "builder_method": null, "error_ref": "team.RevokeDeviceSessionBatchError", "url_path": "2/team/devices/revoke_device_session_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "team.features/get_values": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.features/get_values", "namespace_name": "team", "method": "featuresGetValues", "has_builder": false, "builder_method": null, "error_ref": "team.FeaturesGetValuesBatchError", "url_path": "2/team/features/get_values", "is_method_overloaded": false, "_type": "RouteReference"}, "team.get_info": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.get_info", "namespace_name": "team", "method": "getInfo", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/get_info", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/create": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/create", "namespace_name": "team", "method": "groupsCreate", "has_builder": true, "builder_method": "groupsCreateBuilder", "error_ref": "team.GroupCreateError", "url_path": "2/team/groups/create", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/delete": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/delete", "namespace_name": "team", "method": "groupsDelete", "has_builder": false, "builder_method": null, "error_ref": "team.GroupDeleteError", "url_path": "2/team/groups/delete", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/get_info": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/get_info", "namespace_name": "team", "method": "groupsGetInfo", "has_builder": false, "builder_method": null, "error_ref": "team.GroupsGetInfoError", "url_path": "2/team/groups/get_info", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/job_status/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/job_status/get", "namespace_name": "team", "method": "groupsJobStatusGet", "has_builder": false, "builder_method": null, "error_ref": "team.GroupsPollError", "url_path": "2/team/groups/job_status/get", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/list": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/list", "namespace_name": "team", "method": "groupsList", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/groups/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.groups/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/list/continue", "namespace_name": "team", "method": "groupsListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.GroupsListContinueError", "url_path": "2/team/groups/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/members/add": {"method_arg_classes": ["com.dropbox.core.v2.team.GroupSelector", "java.util.List", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/members/add", "namespace_name": "team", "method": "groupsMembersAdd", "has_builder": false, "builder_method": null, "error_ref": "team.GroupMembersAddError", "url_path": "2/team/groups/members/add", "is_method_overloaded": true, "_type": "RouteReference"}, "team.groups/members/list": {"method_arg_classes": ["com.dropbox.core.v2.team.GroupSelector", "long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/members/list", "namespace_name": "team", "method": "groupsMembersList", "has_builder": false, "builder_method": null, "error_ref": "team.GroupSelectorError", "url_path": "2/team/groups/members/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.groups/members/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/members/list/continue", "namespace_name": "team", "method": "groupsMembersListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.GroupsMembersListContinueError", "url_path": "2/team/groups/members/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/members/remove": {"method_arg_classes": ["com.dropbox.core.v2.team.GroupSelector", "java.util.List", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/members/remove", "namespace_name": "team", "method": "groupsMembersRemove", "has_builder": false, "builder_method": null, "error_ref": "team.GroupMembersRemoveError", "url_path": "2/team/groups/members/remove", "is_method_overloaded": true, "_type": "RouteReference"}, "team.groups/members/set_access_type": {"method_arg_classes": ["com.dropbox.core.v2.team.GroupSelector", "com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.team.GroupAccessType", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/members/set_access_type", "namespace_name": "team", "method": "groupsMembersSetAccessType", "has_builder": false, "builder_method": null, "error_ref": "team.GroupMemberSetAccessTypeError", "url_path": "2/team/groups/members/set_access_type", "is_method_overloaded": true, "_type": "RouteReference"}, "team.groups/update": {"method_arg_classes": ["com.dropbox.core.v2.team.GroupSelector"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/update", "namespace_name": "team", "method": "groupsUpdate", "has_builder": true, "builder_method": "groupsUpdateBuilder", "error_ref": "team.GroupUpdateError", "url_path": "2/team/groups/update", "is_method_overloaded": false, "_type": "RouteReference"}, "team.legal_holds/create_policy": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/create_policy", "namespace_name": "team", "method": "legalHoldsCreatePolicy", "has_builder": true, "builder_method": "legalHoldsCreatePolicyBuilder", "error_ref": "team.LegalHoldsPolicyCreateError", "url_path": "2/team/legal_holds/create_policy", "is_method_overloaded": false, "_type": "RouteReference"}, "team.legal_holds/get_policy": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/get_policy", "namespace_name": "team", "method": "legalHoldsGetPolicy", "has_builder": false, "builder_method": null, "error_ref": "team.LegalHoldsGetPolicyError", "url_path": "2/team/legal_holds/get_policy", "is_method_overloaded": false, "_type": "RouteReference"}, "team.legal_holds/list_held_revisions": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/list_held_revisions", "namespace_name": "team", "method": "legalHoldsListHeldRevisions", "has_builder": false, "builder_method": null, "error_ref": "team.LegalHoldsListHeldRevisionsError", "url_path": "2/team/legal_holds/list_held_revisions", "is_method_overloaded": false, "_type": "RouteReference"}, "team.legal_holds/list_held_revisions_continue": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/list_held_revisions_continue", "namespace_name": "team", "method": "legalHoldsListHeldRevisionsContinue", "has_builder": false, "builder_method": null, "error_ref": "team.LegalHoldsListHeldRevisionsError", "url_path": "2/team/legal_holds/list_held_revisions_continue", "is_method_overloaded": true, "_type": "RouteReference"}, "team.legal_holds/list_policies": {"method_arg_classes": ["boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/list_policies", "namespace_name": "team", "method": "legalHoldsListPolicies", "has_builder": false, "builder_method": null, "error_ref": "team.LegalHoldsListPoliciesError", "url_path": "2/team/legal_holds/list_policies", "is_method_overloaded": true, "_type": "RouteReference"}, "team.legal_holds/release_policy": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/release_policy", "namespace_name": "team", "method": "legalHoldsReleasePolicy", "has_builder": false, "builder_method": null, "error_ref": "team.LegalHoldsPolicyReleaseError", "url_path": "2/team/legal_holds/release_policy", "is_method_overloaded": false, "_type": "RouteReference"}, "team.legal_holds/update_policy": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/update_policy", "namespace_name": "team", "method": "legalHoldsUpdatePolicy", "has_builder": true, "builder_method": "legalHoldsUpdatePolicyBuilder", "error_ref": "team.LegalHoldsPolicyUpdateError", "url_path": "2/team/legal_holds/update_policy", "is_method_overloaded": false, "_type": "RouteReference"}, "team.linked_apps/list_member_linked_apps": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.linked_apps/list_member_linked_apps", "namespace_name": "team", "method": "linkedAppsListMemberLinkedApps", "has_builder": false, "builder_method": null, "error_ref": "team.ListMemberAppsError", "url_path": "2/team/linked_apps/list_member_linked_apps", "is_method_overloaded": false, "_type": "RouteReference"}, "team.linked_apps/list_members_linked_apps": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.linked_apps/list_members_linked_apps", "namespace_name": "team", "method": "linkedAppsListMembersLinkedApps", "has_builder": false, "builder_method": null, "error_ref": "team.ListMembersAppsError", "url_path": "2/team/linked_apps/list_members_linked_apps", "is_method_overloaded": true, "_type": "RouteReference"}, "team.linked_apps/list_team_linked_apps": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.linked_apps/list_team_linked_apps", "namespace_name": "team", "method": "linkedAppsListTeamLinkedApps", "has_builder": false, "builder_method": null, "error_ref": "team.ListTeamAppsError", "url_path": "2/team/linked_apps/list_team_linked_apps", "is_method_overloaded": true, "_type": "RouteReference"}, "team.linked_apps/revoke_linked_app": {"method_arg_classes": ["String", "String", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.linked_apps/revoke_linked_app", "namespace_name": "team", "method": "linkedAppsRevokeLinkedApp", "has_builder": false, "builder_method": null, "error_ref": "team.RevokeLinkedAppError", "url_path": "2/team/linked_apps/revoke_linked_app", "is_method_overloaded": true, "_type": "RouteReference"}, "team.linked_apps/revoke_linked_app_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.linked_apps/revoke_linked_app_batch", "namespace_name": "team", "method": "linkedAppsRevokeLinkedAppBatch", "has_builder": false, "builder_method": null, "error_ref": "team.RevokeLinkedAppBatchError", "url_path": "2/team/linked_apps/revoke_linked_app_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "team.member_space_limits/excluded_users/add": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/excluded_users/add", "namespace_name": "team", "method": "memberSpaceLimitsExcludedUsersAdd", "has_builder": false, "builder_method": null, "error_ref": "team.ExcludedUsersUpdateError", "url_path": "2/team/member_space_limits/excluded_users/add", "is_method_overloaded": true, "_type": "RouteReference"}, "team.member_space_limits/excluded_users/list": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/excluded_users/list", "namespace_name": "team", "method": "memberSpaceLimitsExcludedUsersList", "has_builder": false, "builder_method": null, "error_ref": "team.ExcludedUsersListError", "url_path": "2/team/member_space_limits/excluded_users/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.member_space_limits/excluded_users/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/excluded_users/list/continue", "namespace_name": "team", "method": "memberSpaceLimitsExcludedUsersListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.ExcludedUsersListContinueError", "url_path": "2/team/member_space_limits/excluded_users/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.member_space_limits/excluded_users/remove": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/excluded_users/remove", "namespace_name": "team", "method": "memberSpaceLimitsExcludedUsersRemove", "has_builder": false, "builder_method": null, "error_ref": "team.ExcludedUsersUpdateError", "url_path": "2/team/member_space_limits/excluded_users/remove", "is_method_overloaded": true, "_type": "RouteReference"}, "team.member_space_limits/get_custom_quota": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/get_custom_quota", "namespace_name": "team", "method": "memberSpaceLimitsGetCustomQuota", "has_builder": false, "builder_method": null, "error_ref": "team.CustomQuotaError", "url_path": "2/team/member_space_limits/get_custom_quota", "is_method_overloaded": false, "_type": "RouteReference"}, "team.member_space_limits/remove_custom_quota": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/remove_custom_quota", "namespace_name": "team", "method": "memberSpaceLimitsRemoveCustomQuota", "has_builder": false, "builder_method": null, "error_ref": "team.CustomQuotaError", "url_path": "2/team/member_space_limits/remove_custom_quota", "is_method_overloaded": false, "_type": "RouteReference"}, "team.member_space_limits/set_custom_quota": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/set_custom_quota", "namespace_name": "team", "method": "memberSpaceLimitsSetCustomQuota", "has_builder": false, "builder_method": null, "error_ref": "team.SetCustomQuotaError", "url_path": "2/team/member_space_limits/set_custom_quota", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/add": {"method_arg_classes": ["java.util.List", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/add", "namespace_name": "team", "method": "membersAdd", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/members/add", "is_method_overloaded": true, "_type": "RouteReference"}, "team.members/add_v2": {"method_arg_classes": ["java.util.List", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/add_v2", "namespace_name": "team", "method": "membersAddV2", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/members/add_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "team.members/add/job_status/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/add/job_status/get", "namespace_name": "team", "method": "membersAddJobStatusGet", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/team/members/add/job_status/get", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/add/job_status/get_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/add/job_status/get_v2", "namespace_name": "team", "method": "membersAddJobStatusGetV2", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/team/members/add/job_status/get_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/delete_profile_photo": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/delete_profile_photo", "namespace_name": "team", "method": "membersDeleteProfilePhoto", "has_builder": false, "builder_method": null, "error_ref": "team.MembersDeleteProfilePhotoError", "url_path": "2/team/members/delete_profile_photo", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/delete_profile_photo_v2": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/delete_profile_photo_v2", "namespace_name": "team", "method": "membersDeleteProfilePhotoV2", "has_builder": false, "builder_method": null, "error_ref": "team.MembersDeleteProfilePhotoError", "url_path": "2/team/members/delete_profile_photo_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/get_available_team_member_roles": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/get_available_team_member_roles", "namespace_name": "team", "method": "membersGetAvailableTeamMemberRoles", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/members/get_available_team_member_roles", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/get_info": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/get_info", "namespace_name": "team", "method": "membersGetInfo", "has_builder": false, "builder_method": null, "error_ref": "team.MembersGetInfoError", "url_path": "2/team/members/get_info", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/get_info_v2": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/get_info_v2", "namespace_name": "team", "method": "membersGetInfoV2", "has_builder": false, "builder_method": null, "error_ref": "team.MembersGetInfoError", "url_path": "2/team/members/get_info_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/list": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/list", "namespace_name": "team", "method": "membersList", "has_builder": true, "builder_method": "membersListBuilder", "error_ref": "team.MembersListError", "url_path": "2/team/members/list", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/list_v2": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/list_v2", "namespace_name": "team", "method": "membersListV2", "has_builder": true, "builder_method": "membersListV2Builder", "error_ref": "team.MembersListError", "url_path": "2/team/members/list_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/list/continue", "namespace_name": "team", "method": "membersListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.MembersListContinueError", "url_path": "2/team/members/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/list/continue_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/list/continue_v2", "namespace_name": "team", "method": "membersListContinueV2", "has_builder": false, "builder_method": null, "error_ref": "team.MembersListContinueError", "url_path": "2/team/members/list/continue_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/move_former_member_files": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/move_former_member_files", "namespace_name": "team", "method": "membersMoveFormerMemberFiles", "has_builder": false, "builder_method": null, "error_ref": "team.MembersTransferFormerMembersFilesError", "url_path": "2/team/members/move_former_member_files", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/move_former_member_files/job_status/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/move_former_member_files/job_status/check", "namespace_name": "team", "method": "membersMoveFormerMemberFilesJobStatusCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/team/members/move_former_member_files/job_status/check", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/recover": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/recover", "namespace_name": "team", "method": "membersRecover", "has_builder": false, "builder_method": null, "error_ref": "team.MembersRecoverError", "url_path": "2/team/members/recover", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/remove": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/remove", "namespace_name": "team", "method": "membersRemove", "has_builder": true, "builder_method": "membersRemoveBuilder", "error_ref": "team.MembersRemoveError", "url_path": "2/team/members/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/remove/job_status/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/remove/job_status/get", "namespace_name": "team", "method": "membersRemoveJobStatusGet", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/team/members/remove/job_status/get", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/secondary_emails/add": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/secondary_emails/add", "namespace_name": "team", "method": "membersSecondaryEmailsAdd", "has_builder": false, "builder_method": null, "error_ref": "team.AddSecondaryEmailsError", "url_path": "2/team/members/secondary_emails/add", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/secondary_emails/delete": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/secondary_emails/delete", "namespace_name": "team", "method": "membersSecondaryEmailsDelete", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/members/secondary_emails/delete", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/secondary_emails/resend_verification_emails": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/secondary_emails/resend_verification_emails", "namespace_name": "team", "method": "membersSecondaryEmailsResendVerificationEmails", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/members/secondary_emails/resend_verification_emails", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/send_welcome_email": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/send_welcome_email", "namespace_name": "team", "method": "membersSendWelcomeEmail", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSendWelcomeError", "url_path": "2/team/members/send_welcome_email", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/set_admin_permissions": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.team.AdminTier"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_admin_permissions", "namespace_name": "team", "method": "membersSetAdminPermissions", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSetPermissionsError", "url_path": "2/team/members/set_admin_permissions", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/set_admin_permissions_v2": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_admin_permissions_v2", "namespace_name": "team", "method": "membersSetAdminPermissionsV2", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSetPermissions2Error", "url_path": "2/team/members/set_admin_permissions_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "team.members/set_profile": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_profile", "namespace_name": "team", "method": "membersSetProfile", "has_builder": true, "builder_method": "membersSetProfileBuilder", "error_ref": "team.MembersSetProfileError", "url_path": "2/team/members/set_profile", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/set_profile_v2": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_profile_v2", "namespace_name": "team", "method": "membersSetProfileV2", "has_builder": true, "builder_method": "membersSetProfileV2Builder", "error_ref": "team.MembersSetProfileError", "url_path": "2/team/members/set_profile_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/set_profile_photo": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.account.PhotoSourceArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_profile_photo", "namespace_name": "team", "method": "membersSetProfilePhoto", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSetProfilePhotoError", "url_path": "2/team/members/set_profile_photo", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/set_profile_photo_v2": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.account.PhotoSourceArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_profile_photo_v2", "namespace_name": "team", "method": "membersSetProfilePhotoV2", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSetProfilePhotoError", "url_path": "2/team/members/set_profile_photo_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/suspend": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/suspend", "namespace_name": "team", "method": "membersSuspend", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSuspendError", "url_path": "2/team/members/suspend", "is_method_overloaded": true, "_type": "RouteReference"}, "team.members/unsuspend": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/unsuspend", "namespace_name": "team", "method": "membersUnsuspend", "has_builder": false, "builder_method": null, "error_ref": "team.MembersUnsuspendError", "url_path": "2/team/members/unsuspend", "is_method_overloaded": false, "_type": "RouteReference"}, "team.namespaces/list": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.namespaces/list", "namespace_name": "team", "method": "namespacesList", "has_builder": false, "builder_method": null, "error_ref": "team.TeamNamespacesListError", "url_path": "2/team/namespaces/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.namespaces/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.namespaces/list/continue", "namespace_name": "team", "method": "namespacesListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.TeamNamespacesListContinueError", "url_path": "2/team/namespaces/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.properties/template/add": {"method_arg_classes": ["String", "String", "java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.properties/template/add", "namespace_name": "team", "method": "propertiesTemplateAdd", "has_builder": false, "builder_method": null, "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/team/properties/template/add", "is_method_overloaded": false, "_type": "RouteReference"}, "team.properties/template/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.properties/template/get", "namespace_name": "team", "method": "propertiesTemplateGet", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/team/properties/template/get", "is_method_overloaded": false, "_type": "RouteReference"}, "team.properties/template/list": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.properties/template/list", "namespace_name": "team", "method": "propertiesTemplateList", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/team/properties/template/list", "is_method_overloaded": false, "_type": "RouteReference"}, "team.properties/template/update": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.properties/template/update", "namespace_name": "team", "method": "propertiesTemplateUpdate", "has_builder": true, "builder_method": "propertiesTemplateUpdateBuilder", "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/team/properties/template/update", "is_method_overloaded": false, "_type": "RouteReference"}, "team.reports/get_activity": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.reports/get_activity", "namespace_name": "team", "method": "reportsGetActivity", "has_builder": true, "builder_method": "reportsGetActivityBuilder", "error_ref": "team.DateRangeError", "url_path": "2/team/reports/get_activity", "is_method_overloaded": false, "_type": "RouteReference"}, "team.reports/get_devices": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.reports/get_devices", "namespace_name": "team", "method": "reportsGetDevices", "has_builder": true, "builder_method": "reportsGetDevicesBuilder", "error_ref": "team.DateRangeError", "url_path": "2/team/reports/get_devices", "is_method_overloaded": false, "_type": "RouteReference"}, "team.reports/get_membership": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.reports/get_membership", "namespace_name": "team", "method": "reportsGetMembership", "has_builder": true, "builder_method": "reportsGetMembershipBuilder", "error_ref": "team.DateRangeError", "url_path": "2/team/reports/get_membership", "is_method_overloaded": false, "_type": "RouteReference"}, "team.reports/get_storage": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.reports/get_storage", "namespace_name": "team", "method": "reportsGetStorage", "has_builder": true, "builder_method": "reportsGetStorageBuilder", "error_ref": "team.DateRangeError", "url_path": "2/team/reports/get_storage", "is_method_overloaded": false, "_type": "RouteReference"}, "team.sharing_allowlist/add": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.sharing_allowlist/add", "namespace_name": "team", "method": "sharingAllowlistAdd", "has_builder": true, "builder_method": "sharingAllowlistAddBuilder", "error_ref": "team.SharingAllowlistAddError", "url_path": "2/team/sharing_allowlist/add", "is_method_overloaded": false, "_type": "RouteReference"}, "team.sharing_allowlist/list": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.sharing_allowlist/list", "namespace_name": "team", "method": "sharingAllowlistList", "has_builder": false, "builder_method": null, "error_ref": "team.SharingAllowlistListError", "url_path": "2/team/sharing_allowlist/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.sharing_allowlist/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.sharing_allowlist/list/continue", "namespace_name": "team", "method": "sharingAllowlistListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.SharingAllowlistListContinueError", "url_path": "2/team/sharing_allowlist/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.sharing_allowlist/remove": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.sharing_allowlist/remove", "namespace_name": "team", "method": "sharingAllowlistRemove", "has_builder": true, "builder_method": "sharingAllowlistRemoveBuilder", "error_ref": "team.SharingAllowlistRemoveError", "url_path": "2/team/sharing_allowlist/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/activate": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/activate", "namespace_name": "team", "method": "teamFolderActivate", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderActivateError", "url_path": "2/team/team_folder/activate", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/archive": {"method_arg_classes": ["String", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/archive", "namespace_name": "team", "method": "teamFolderArchive", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderArchiveError", "url_path": "2/team/team_folder/archive", "is_method_overloaded": true, "_type": "RouteReference"}, "team.team_folder/archive/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/archive/check", "namespace_name": "team", "method": "teamFolderArchiveCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/team/team_folder/archive/check", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/create": {"method_arg_classes": ["String", "com.dropbox.core.v2.files.SyncSettingArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/create", "namespace_name": "team", "method": "teamFolderCreate", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderCreateError", "url_path": "2/team/team_folder/create", "is_method_overloaded": true, "_type": "RouteReference"}, "team.team_folder/get_info": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/get_info", "namespace_name": "team", "method": "teamFolderGetInfo", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/team_folder/get_info", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/list": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/list", "namespace_name": "team", "method": "teamFolderList", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderListError", "url_path": "2/team/team_folder/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.team_folder/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/list/continue", "namespace_name": "team", "method": "teamFolderListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderListContinueError", "url_path": "2/team/team_folder/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/permanently_delete": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/permanently_delete", "namespace_name": "team", "method": "teamFolderPermanentlyDelete", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderPermanentlyDeleteError", "url_path": "2/team/team_folder/permanently_delete", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/rename": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/rename", "namespace_name": "team", "method": "teamFolderRename", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderRenameError", "url_path": "2/team/team_folder/rename", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/update_sync_settings": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/update_sync_settings", "namespace_name": "team", "method": "teamFolderUpdateSyncSettings", "has_builder": true, "builder_method": "teamFolderUpdateSyncSettingsBuilder", "error_ref": "team.TeamFolderUpdateSyncSettingsError", "url_path": "2/team/team_folder/update_sync_settings", "is_method_overloaded": false, "_type": "RouteReference"}, "team.token/get_authenticated_admin": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.token/get_authenticated_admin", "namespace_name": "team", "method": "tokenGetAuthenticatedAdmin", "has_builder": false, "builder_method": null, "error_ref": "team.TokenGetAuthenticatedAdminError", "url_path": "2/team/token/get_authenticated_admin", "is_method_overloaded": false, "_type": "RouteReference"}, "team_log.get_events": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests", "visibility": "PUBLIC", "fq_name": "team_log.get_events", "namespace_name": "team_log", "method": "getEvents", "has_builder": true, "builder_method": "getEventsBuilder", "error_ref": "team_log.GetTeamEventsError", "url_path": "2/team_log/get_events", "is_method_overloaded": false, "_type": "RouteReference"}, "team_log.get_events/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests", "visibility": "PUBLIC", "fq_name": "team_log.get_events/continue", "namespace_name": "team_log", "method": "getEventsContinue", "has_builder": false, "builder_method": null, "error_ref": "team_log.GetTeamEventsContinueError", "url_path": "2/team_log/get_events/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "account.set_profile_photo": {"method_arg_classes": ["com.dropbox.core.v2.account.PhotoSourceArg"], "java_class": "com.dropbox.core.v2.account.DbxUserAccountRequests", "visibility": "PUBLIC", "fq_name": "account.set_profile_photo", "namespace_name": "account", "method": "setProfilePhoto", "has_builder": false, "builder_method": null, "error_ref": "account.SetProfilePhotoError", "url_path": "2/account/set_profile_photo", "is_method_overloaded": false, "_type": "RouteReference"}, "auth.token/revoke": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.auth.DbxUserAuthRequests", "visibility": "PUBLIC", "fq_name": "auth.token/revoke", "namespace_name": "auth", "method": "tokenRevoke", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/auth/token/revoke", "is_method_overloaded": false, "_type": "RouteReference"}, "check.user": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.check.DbxUserCheckRequests", "visibility": "PUBLIC", "fq_name": "check.user", "namespace_name": "check", "method": "user", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/check/user", "is_method_overloaded": true, "_type": "RouteReference"}, "contacts.delete_manual_contacts": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.contacts.DbxUserContactsRequests", "visibility": "PUBLIC", "fq_name": "contacts.delete_manual_contacts", "namespace_name": "contacts", "method": "deleteManualContacts", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/contacts/delete_manual_contacts", "is_method_overloaded": false, "_type": "RouteReference"}, "contacts.delete_manual_contacts_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.contacts.DbxUserContactsRequests", "visibility": "PUBLIC", "fq_name": "contacts.delete_manual_contacts_batch", "namespace_name": "contacts", "method": "deleteManualContactsBatch", "has_builder": false, "builder_method": null, "error_ref": "contacts.DeleteManualContactsError", "url_path": "2/contacts/delete_manual_contacts_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.properties/add": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/add", "namespace_name": "file_properties", "method": "propertiesAdd", "has_builder": false, "builder_method": null, "error_ref": "file_properties.AddPropertiesError", "url_path": "2/file_properties/properties/add", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.properties/overwrite": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/overwrite", "namespace_name": "file_properties", "method": "propertiesOverwrite", "has_builder": false, "builder_method": null, "error_ref": "file_properties.InvalidPropertyGroupError", "url_path": "2/file_properties/properties/overwrite", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.properties/remove": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/remove", "namespace_name": "file_properties", "method": "propertiesRemove", "has_builder": false, "builder_method": null, "error_ref": "file_properties.RemovePropertiesError", "url_path": "2/file_properties/properties/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.properties/search": {"method_arg_classes": ["java.util.List", "com.dropbox.core.v2.fileproperties.TemplateFilter"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/search", "namespace_name": "file_properties", "method": "propertiesSearch", "has_builder": false, "builder_method": null, "error_ref": "file_properties.PropertiesSearchError", "url_path": "2/file_properties/properties/search", "is_method_overloaded": true, "_type": "RouteReference"}, "file_properties.properties/search/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/search/continue", "namespace_name": "file_properties", "method": "propertiesSearchContinue", "has_builder": false, "builder_method": null, "error_ref": "file_properties.PropertiesSearchContinueError", "url_path": "2/file_properties/properties/search/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.properties/update": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/update", "namespace_name": "file_properties", "method": "propertiesUpdate", "has_builder": false, "builder_method": null, "error_ref": "file_properties.UpdatePropertiesError", "url_path": "2/file_properties/properties/update", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/add_for_user": {"method_arg_classes": ["String", "String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/add_for_user", "namespace_name": "file_properties", "method": "templatesAddForUser", "has_builder": false, "builder_method": null, "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/file_properties/templates/add_for_user", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/get_for_user": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/get_for_user", "namespace_name": "file_properties", "method": "templatesGetForUser", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/get_for_user", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/list_for_user": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/list_for_user", "namespace_name": "file_properties", "method": "templatesListForUser", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/list_for_user", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/remove_for_user": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/remove_for_user", "namespace_name": "file_properties", "method": "templatesRemoveForUser", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/remove_for_user", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/update_for_user": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/update_for_user", "namespace_name": "file_properties", "method": "templatesUpdateForUser", "has_builder": true, "builder_method": "templatesUpdateForUserBuilder", "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/file_properties/templates/update_for_user", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.count": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.count", "namespace_name": "file_requests", "method": "count", "has_builder": false, "builder_method": null, "error_ref": "file_requests.CountFileRequestsError", "url_path": "2/file_requests/count", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.create": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.create", "namespace_name": "file_requests", "method": "create", "has_builder": true, "builder_method": "createBuilder", "error_ref": "file_requests.CreateFileRequestError", "url_path": "2/file_requests/create", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.delete": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.delete", "namespace_name": "file_requests", "method": "delete", "has_builder": false, "builder_method": null, "error_ref": "file_requests.DeleteFileRequestError", "url_path": "2/file_requests/delete", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.delete_all_closed": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.delete_all_closed", "namespace_name": "file_requests", "method": "deleteAllClosed", "has_builder": false, "builder_method": null, "error_ref": "file_requests.DeleteAllClosedFileRequestsError", "url_path": "2/file_requests/delete_all_closed", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.get", "namespace_name": "file_requests", "method": "get", "has_builder": false, "builder_method": null, "error_ref": "file_requests.GetFileRequestError", "url_path": "2/file_requests/get", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.list": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.list", "namespace_name": "file_requests", "method": "list", "has_builder": false, "builder_method": null, "error_ref": "file_requests.ListFileRequestsError", "url_path": "2/file_requests/list", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.list_v2": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.list_v2", "namespace_name": "file_requests", "method": "listV2", "has_builder": false, "builder_method": null, "error_ref": "file_requests.ListFileRequestsError", "url_path": "2/file_requests/list_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "file_requests.list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.list/continue", "namespace_name": "file_requests", "method": "listContinue", "has_builder": false, "builder_method": null, "error_ref": "file_requests.ListFileRequestsContinueError", "url_path": "2/file_requests/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.update": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.update", "namespace_name": "file_requests", "method": "update", "has_builder": true, "builder_method": "updateBuilder", "error_ref": "file_requests.UpdateFileRequestError", "url_path": "2/file_requests/update", "is_method_overloaded": false, "_type": "RouteReference"}, "files.alpha/get_metadata": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.alpha/get_metadata", "namespace_name": "files", "method": "alphaGetMetadata", "has_builder": true, "builder_method": "alphaGetMetadataBuilder", "error_ref": "files.AlphaGetMetadataError", "url_path": "2/files/alpha/get_metadata", "is_method_overloaded": false, "_type": "RouteReference"}, "files.alpha/upload": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.alpha/upload", "namespace_name": "files", "method": "alphaUpload", "has_builder": true, "builder_method": "alphaUploadBuilder", "error_ref": "files.UploadError", "url_path": "2/files/alpha/upload", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy", "namespace_name": "files", "method": "copy", "has_builder": true, "builder_method": "copyBuilder", "error_ref": "files.RelocationError", "url_path": "2/files/copy", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_v2": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_v2", "namespace_name": "files", "method": "copyV2", "has_builder": true, "builder_method": "copyV2Builder", "error_ref": "files.RelocationError", "url_path": "2/files/copy_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_batch", "namespace_name": "files", "method": "copyBatch", "has_builder": true, "builder_method": "copyBatchBuilder", "error_ref": null, "url_path": "2/files/copy_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_batch_v2": {"method_arg_classes": ["java.util.List", "boolean"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_batch_v2", "namespace_name": "files", "method": "copyBatchV2", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/copy_batch_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "files.copy_batch/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_batch/check", "namespace_name": "files", "method": "copyBatchCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/copy_batch/check", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_batch/check_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_batch/check_v2", "namespace_name": "files", "method": "copyBatchCheckV2", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/copy_batch/check_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_reference/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_reference/get", "namespace_name": "files", "method": "copyReferenceGet", "has_builder": false, "builder_method": null, "error_ref": "files.GetCopyReferenceError", "url_path": "2/files/copy_reference/get", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_reference/save": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_reference/save", "namespace_name": "files", "method": "copyReferenceSave", "has_builder": false, "builder_method": null, "error_ref": "files.SaveCopyReferenceError", "url_path": "2/files/copy_reference/save", "is_method_overloaded": false, "_type": "RouteReference"}, "files.create_folder": {"method_arg_classes": ["String", "boolean"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.create_folder", "namespace_name": "files", "method": "createFolder", "has_builder": false, "builder_method": null, "error_ref": "files.CreateFolderError", "url_path": "2/files/create_folder", "is_method_overloaded": true, "_type": "RouteReference"}, "files.create_folder_v2": {"method_arg_classes": ["String", "boolean"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.create_folder_v2", "namespace_name": "files", "method": "createFolderV2", "has_builder": false, "builder_method": null, "error_ref": "files.CreateFolderError", "url_path": "2/files/create_folder_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "files.create_folder_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.create_folder_batch", "namespace_name": "files", "method": "createFolderBatch", "has_builder": true, "builder_method": "createFolderBatchBuilder", "error_ref": null, "url_path": "2/files/create_folder_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.create_folder_batch/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.create_folder_batch/check", "namespace_name": "files", "method": "createFolderBatchCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/create_folder_batch/check", "is_method_overloaded": false, "_type": "RouteReference"}, "files.delete": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.delete", "namespace_name": "files", "method": "delete", "has_builder": false, "builder_method": null, "error_ref": "files.DeleteError", "url_path": "2/files/delete", "is_method_overloaded": true, "_type": "RouteReference"}, "files.delete_v2": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.delete_v2", "namespace_name": "files", "method": "deleteV2", "has_builder": false, "builder_method": null, "error_ref": "files.DeleteError", "url_path": "2/files/delete_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "files.delete_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.delete_batch", "namespace_name": "files", "method": "deleteBatch", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/delete_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.delete_batch/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.delete_batch/check", "namespace_name": "files", "method": "deleteBatchCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/delete_batch/check", "is_method_overloaded": false, "_type": "RouteReference"}, "files.download": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.download", "namespace_name": "files", "method": "download", "has_builder": true, "builder_method": "downloadBuilder", "error_ref": "files.DownloadError", "url_path": "2/files/download", "is_method_overloaded": true, "_type": "RouteReference"}, "files.download_zip": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.download_zip", "namespace_name": "files", "method": "downloadZip", "has_builder": true, "builder_method": "downloadZipBuilder", "error_ref": "files.DownloadZipError", "url_path": "2/files/download_zip", "is_method_overloaded": false, "_type": "RouteReference"}, "files.export": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.export", "namespace_name": "files", "method": "export", "has_builder": true, "builder_method": "exportBuilder", "error_ref": "files.ExportError", "url_path": "2/files/export", "is_method_overloaded": true, "_type": "RouteReference"}, "files.get_file_lock_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_file_lock_batch", "namespace_name": "files", "method": "getFileLockBatch", "has_builder": false, "builder_method": null, "error_ref": "files.LockFileError", "url_path": "2/files/get_file_lock_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.get_metadata": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_metadata", "namespace_name": "files", "method": "getMetadata", "has_builder": true, "builder_method": "getMetadataBuilder", "error_ref": "files.GetMetadataError", "url_path": "2/files/get_metadata", "is_method_overloaded": false, "_type": "RouteReference"}, "files.get_preview": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_preview", "namespace_name": "files", "method": "getPreview", "has_builder": true, "builder_method": "getPreviewBuilder", "error_ref": "files.PreviewError", "url_path": "2/files/get_preview", "is_method_overloaded": true, "_type": "RouteReference"}, "files.get_temporary_link": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_temporary_link", "namespace_name": "files", "method": "getTemporaryLink", "has_builder": false, "builder_method": null, "error_ref": "files.GetTemporaryLinkError", "url_path": "2/files/get_temporary_link", "is_method_overloaded": false, "_type": "RouteReference"}, "files.get_temporary_upload_link": {"method_arg_classes": ["com.dropbox.core.v2.files.CommitInfo", "double"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_temporary_upload_link", "namespace_name": "files", "method": "getTemporaryUploadLink", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/get_temporary_upload_link", "is_method_overloaded": true, "_type": "RouteReference"}, "files.get_thumbnail": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_thumbnail", "namespace_name": "files", "method": "getThumbnail", "has_builder": true, "builder_method": "getThumbnailBuilder", "error_ref": "files.ThumbnailError", "url_path": "2/files/get_thumbnail", "is_method_overloaded": false, "_type": "RouteReference"}, "files.get_thumbnail_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_thumbnail_batch", "namespace_name": "files", "method": "getThumbnailBatch", "has_builder": false, "builder_method": null, "error_ref": "files.GetThumbnailBatchError", "url_path": "2/files/get_thumbnail_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.list_folder/get_latest_cursor": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.list_folder/get_latest_cursor", "namespace_name": "files", "method": "listFolderGetLatestCursor", "has_builder": true, "builder_method": "listFolderGetLatestCursorBuilder", "error_ref": "files.ListFolderError", "url_path": "2/files/list_folder/get_latest_cursor", "is_method_overloaded": false, "_type": "RouteReference"}, "files.list_folder/longpoll": {"method_arg_classes": ["String", "long"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.list_folder/longpoll", "namespace_name": "files", "method": "listFolderLongpoll", "has_builder": false, "builder_method": null, "error_ref": "files.ListFolderLongpollError", "url_path": "2/files/list_folder/longpoll", "is_method_overloaded": true, "_type": "RouteReference"}, "files.list_revisions": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.list_revisions", "namespace_name": "files", "method": "listRevisions", "has_builder": true, "builder_method": "listRevisionsBuilder", "error_ref": "files.ListRevisionsError", "url_path": "2/files/list_revisions", "is_method_overloaded": false, "_type": "RouteReference"}, "files.lock_file_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.lock_file_batch", "namespace_name": "files", "method": "lockFileBatch", "has_builder": false, "builder_method": null, "error_ref": "files.LockFileError", "url_path": "2/files/lock_file_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move", "namespace_name": "files", "method": "move", "has_builder": true, "builder_method": "moveBuilder", "error_ref": "files.RelocationError", "url_path": "2/files/move", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move_v2": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move_v2", "namespace_name": "files", "method": "moveV2", "has_builder": true, "builder_method": "moveV2Builder", "error_ref": "files.RelocationError", "url_path": "2/files/move_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move_batch", "namespace_name": "files", "method": "moveBatch", "has_builder": true, "builder_method": "moveBatchBuilder", "error_ref": null, "url_path": "2/files/move_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move_batch_v2": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move_batch_v2", "namespace_name": "files", "method": "moveBatchV2", "has_builder": true, "builder_method": "moveBatchV2Builder", "error_ref": null, "url_path": "2/files/move_batch_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move_batch/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move_batch/check", "namespace_name": "files", "method": "moveBatchCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/move_batch/check", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move_batch/check_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move_batch/check_v2", "namespace_name": "files", "method": "moveBatchCheckV2", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/move_batch/check_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.paper/create": {"method_arg_classes": ["String", "com.dropbox.core.v2.files.ImportFormat"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.paper/create", "namespace_name": "files", "method": "paperCreate", "has_builder": false, "builder_method": null, "error_ref": "files.PaperCreateError", "url_path": "2/files/paper/create", "is_method_overloaded": false, "_type": "RouteReference"}, "files.paper/update": {"method_arg_classes": ["String", "com.dropbox.core.v2.files.ImportFormat", "com.dropbox.core.v2.files.PaperDocUpdatePolicy", "Long"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.paper/update", "namespace_name": "files", "method": "paperUpdate", "has_builder": false, "builder_method": null, "error_ref": "files.PaperUpdateError", "url_path": "2/files/paper/update", "is_method_overloaded": true, "_type": "RouteReference"}, "files.permanently_delete": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.permanently_delete", "namespace_name": "files", "method": "permanentlyDelete", "has_builder": false, "builder_method": null, "error_ref": "files.DeleteError", "url_path": "2/files/permanently_delete", "is_method_overloaded": true, "_type": "RouteReference"}, "files.properties/add": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/add", "namespace_name": "files", "method": "propertiesAdd", "has_builder": false, "builder_method": null, "error_ref": "file_properties.AddPropertiesError", "url_path": "2/files/properties/add", "is_method_overloaded": false, "_type": "RouteReference"}, "files.properties/overwrite": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/overwrite", "namespace_name": "files", "method": "propertiesOverwrite", "has_builder": false, "builder_method": null, "error_ref": "file_properties.InvalidPropertyGroupError", "url_path": "2/files/properties/overwrite", "is_method_overloaded": false, "_type": "RouteReference"}, "files.properties/remove": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/remove", "namespace_name": "files", "method": "propertiesRemove", "has_builder": false, "builder_method": null, "error_ref": "file_properties.RemovePropertiesError", "url_path": "2/files/properties/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "files.properties/template/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/template/get", "namespace_name": "files", "method": "propertiesTemplateGet", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/files/properties/template/get", "is_method_overloaded": false, "_type": "RouteReference"}, "files.properties/template/list": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/template/list", "namespace_name": "files", "method": "propertiesTemplateList", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/files/properties/template/list", "is_method_overloaded": false, "_type": "RouteReference"}, "files.properties/update": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/update", "namespace_name": "files", "method": "propertiesUpdate", "has_builder": false, "builder_method": null, "error_ref": "file_properties.UpdatePropertiesError", "url_path": "2/files/properties/update", "is_method_overloaded": false, "_type": "RouteReference"}, "files.restore": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.restore", "namespace_name": "files", "method": "restore", "has_builder": false, "builder_method": null, "error_ref": "files.RestoreError", "url_path": "2/files/restore", "is_method_overloaded": false, "_type": "RouteReference"}, "files.save_url": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.save_url", "namespace_name": "files", "method": "saveUrl", "has_builder": false, "builder_method": null, "error_ref": "files.SaveUrlError", "url_path": "2/files/save_url", "is_method_overloaded": false, "_type": "RouteReference"}, "files.save_url/check_job_status": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.save_url/check_job_status", "namespace_name": "files", "method": "saveUrlCheckJobStatus", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/save_url/check_job_status", "is_method_overloaded": false, "_type": "RouteReference"}, "files.search": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.search", "namespace_name": "files", "method": "search", "has_builder": true, "builder_method": "searchBuilder", "error_ref": "files.SearchError", "url_path": "2/files/search", "is_method_overloaded": false, "_type": "RouteReference"}, "files.search_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.search_v2", "namespace_name": "files", "method": "searchV2", "has_builder": true, "builder_method": "searchV2Builder", "error_ref": "files.SearchError", "url_path": "2/files/search_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.search/continue_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.search/continue_v2", "namespace_name": "files", "method": "searchContinueV2", "has_builder": false, "builder_method": null, "error_ref": "files.SearchError", "url_path": "2/files/search/continue_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.tags/add": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.tags/add", "namespace_name": "files", "method": "tagsAdd", "has_builder": false, "builder_method": null, "error_ref": "files.AddTagError", "url_path": "2/files/tags/add", "is_method_overloaded": false, "_type": "RouteReference"}, "files.tags/get": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.tags/get", "namespace_name": "files", "method": "tagsGet", "has_builder": false, "builder_method": null, "error_ref": "files.BaseTagError", "url_path": "2/files/tags/get", "is_method_overloaded": false, "_type": "RouteReference"}, "files.tags/remove": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.tags/remove", "namespace_name": "files", "method": "tagsRemove", "has_builder": false, "builder_method": null, "error_ref": "files.RemoveTagError", "url_path": "2/files/tags/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "files.unlock_file_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.unlock_file_batch", "namespace_name": "files", "method": "unlockFileBatch", "has_builder": false, "builder_method": null, "error_ref": "files.LockFileError", "url_path": "2/files/unlock_file_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload", "namespace_name": "files", "method": "upload", "has_builder": true, "builder_method": "uploadBuilder", "error_ref": "files.UploadError", "url_path": "2/files/upload", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/append": {"method_arg_classes": ["String", "long"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/append", "namespace_name": "files", "method": "uploadSessionAppend", "has_builder": false, "builder_method": null, "error_ref": "files.UploadSessionAppendError", "url_path": "2/files/upload_session/append", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/append_v2": {"method_arg_classes": ["com.dropbox.core.v2.files.UploadSessionCursor"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/append_v2", "namespace_name": "files", "method": "uploadSessionAppendV2", "has_builder": true, "builder_method": "uploadSessionAppendV2Builder", "error_ref": "files.UploadSessionAppendError", "url_path": "2/files/upload_session/append_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/finish": {"method_arg_classes": ["com.dropbox.core.v2.files.UploadSessionCursor", "com.dropbox.core.v2.files.CommitInfo", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/finish", "namespace_name": "files", "method": "uploadSessionFinish", "has_builder": false, "builder_method": null, "error_ref": "files.UploadSessionFinishError", "url_path": "2/files/upload_session/finish", "is_method_overloaded": true, "_type": "RouteReference"}, "files.upload_session/finish_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/finish_batch", "namespace_name": "files", "method": "uploadSessionFinishBatch", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/upload_session/finish_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/finish_batch_v2": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/finish_batch_v2", "namespace_name": "files", "method": "uploadSessionFinishBatchV2", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/upload_session/finish_batch_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/finish_batch/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/finish_batch/check", "namespace_name": "files", "method": "uploadSessionFinishBatchCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/upload_session/finish_batch/check", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/start": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/start", "namespace_name": "files", "method": "uploadSessionStart", "has_builder": true, "builder_method": "uploadSessionStartBuilder", "error_ref": "files.UploadSessionStartError", "url_path": "2/files/upload_session/start", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/start_batch": {"method_arg_classes": ["long", "com.dropbox.core.v2.files.UploadSessionType"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/start_batch", "namespace_name": "files", "method": "uploadSessionStartBatch", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/upload_session/start_batch", "is_method_overloaded": true, "_type": "RouteReference"}, "openid.userinfo": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.openid.DbxUserOpenidRequests", "visibility": "PUBLIC", "fq_name": "openid.userinfo", "namespace_name": "openid", "method": "userinfo", "has_builder": false, "builder_method": null, "error_ref": "openid.UserInfoError", "url_path": "2/openid/userinfo", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/archive": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/archive", "namespace_name": "paper", "method": "docsArchive", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/archive", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/create": {"method_arg_classes": ["com.dropbox.core.v2.paper.ImportFormat", "String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/create", "namespace_name": "paper", "method": "docsCreate", "has_builder": false, "builder_method": null, "error_ref": "paper.PaperDocCreateError", "url_path": "2/paper/docs/create", "is_method_overloaded": true, "_type": "RouteReference"}, "paper.docs/download": {"method_arg_classes": ["String", "com.dropbox.core.v2.paper.ExportFormat"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/download", "namespace_name": "paper", "method": "docsDownload", "has_builder": true, "builder_method": "docsDownloadBuilder", "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/download", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/folder_users/list": {"method_arg_classes": ["String", "int"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/folder_users/list", "namespace_name": "paper", "method": "docsFolderUsersList", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/folder_users/list", "is_method_overloaded": true, "_type": "RouteReference"}, "paper.docs/folder_users/list/continue": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/folder_users/list/continue", "namespace_name": "paper", "method": "docsFolderUsersListContinue", "has_builder": false, "builder_method": null, "error_ref": "paper.ListUsersCursorError", "url_path": "2/paper/docs/folder_users/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/get_folder_info": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/get_folder_info", "namespace_name": "paper", "method": "docsGetFolderInfo", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/get_folder_info", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/list": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/list", "namespace_name": "paper", "method": "docsList", "has_builder": true, "builder_method": "docsListBuilder", "error_ref": null, "url_path": "2/paper/docs/list", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/list/continue", "namespace_name": "paper", "method": "docsListContinue", "has_builder": false, "builder_method": null, "error_ref": "paper.ListDocsCursorError", "url_path": "2/paper/docs/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/permanently_delete": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/permanently_delete", "namespace_name": "paper", "method": "docsPermanentlyDelete", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/permanently_delete", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/sharing_policy/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/sharing_policy/get", "namespace_name": "paper", "method": "docsSharingPolicyGet", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/sharing_policy/get", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/sharing_policy/set": {"method_arg_classes": ["String", "com.dropbox.core.v2.paper.SharingPolicy"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/sharing_policy/set", "namespace_name": "paper", "method": "docsSharingPolicySet", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/sharing_policy/set", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/update": {"method_arg_classes": ["String", "com.dropbox.core.v2.paper.PaperDocUpdatePolicy", "long", "com.dropbox.core.v2.paper.ImportFormat"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/update", "namespace_name": "paper", "method": "docsUpdate", "has_builder": false, "builder_method": null, "error_ref": "paper.PaperDocUpdateError", "url_path": "2/paper/docs/update", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/users/add": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/users/add", "namespace_name": "paper", "method": "docsUsersAdd", "has_builder": true, "builder_method": "docsUsersAddBuilder", "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/users/add", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/users/list": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/users/list", "namespace_name": "paper", "method": "docsUsersList", "has_builder": true, "builder_method": "docsUsersListBuilder", "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/users/list", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/users/list/continue": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/users/list/continue", "namespace_name": "paper", "method": "docsUsersListContinue", "has_builder": false, "builder_method": null, "error_ref": "paper.ListUsersCursorError", "url_path": "2/paper/docs/users/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/users/remove": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/users/remove", "namespace_name": "paper", "method": "docsUsersRemove", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/users/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.folders/create": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.folders/create", "namespace_name": "paper", "method": "foldersCreate", "has_builder": true, "builder_method": "foldersCreateBuilder", "error_ref": "paper.PaperFolderCreateError", "url_path": "2/paper/folders/create", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.add_file_member": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.add_file_member", "namespace_name": "sharing", "method": "addFileMember", "has_builder": true, "builder_method": "addFileMemberBuilder", "error_ref": "sharing.AddFileMemberError", "url_path": "2/sharing/add_file_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.add_folder_member": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.add_folder_member", "namespace_name": "sharing", "method": "addFolderMember", "has_builder": true, "builder_method": "addFolderMemberBuilder", "error_ref": "sharing.AddFolderMemberError", "url_path": "2/sharing/add_folder_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.check_job_status": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.check_job_status", "namespace_name": "sharing", "method": "checkJobStatus", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/sharing/check_job_status", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.check_remove_member_job_status": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.check_remove_member_job_status", "namespace_name": "sharing", "method": "checkRemoveMemberJobStatus", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/sharing/check_remove_member_job_status", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.check_share_job_status": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.check_share_job_status", "namespace_name": "sharing", "method": "checkShareJobStatus", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/sharing/check_share_job_status", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.create_shared_link": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.create_shared_link", "namespace_name": "sharing", "method": "createSharedLink", "has_builder": true, "builder_method": "createSharedLinkBuilder", "error_ref": "sharing.CreateSharedLinkError", "url_path": "2/sharing/create_shared_link", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.create_shared_link_with_settings": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.SharedLinkSettings"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.create_shared_link_with_settings", "namespace_name": "sharing", "method": "createSharedLinkWithSettings", "has_builder": false, "builder_method": null, "error_ref": "sharing.CreateSharedLinkWithSettingsError", "url_path": "2/sharing/create_shared_link_with_settings", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.get_file_metadata": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.get_file_metadata", "namespace_name": "sharing", "method": "getFileMetadata", "has_builder": false, "builder_method": null, "error_ref": "sharing.GetFileMetadataError", "url_path": "2/sharing/get_file_metadata", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.get_file_metadata/batch": {"method_arg_classes": ["java.util.List", "java.util.List"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.get_file_metadata/batch", "namespace_name": "sharing", "method": "getFileMetadataBatch", "has_builder": false, "builder_method": null, "error_ref": "sharing.SharingUserError", "url_path": "2/sharing/get_file_metadata/batch", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.get_folder_metadata": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.get_folder_metadata", "namespace_name": "sharing", "method": "getFolderMetadata", "has_builder": false, "builder_method": null, "error_ref": "sharing.SharedFolderAccessError", "url_path": "2/sharing/get_folder_metadata", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.get_shared_link_file": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.get_shared_link_file", "namespace_name": "sharing", "method": "getSharedLinkFile", "has_builder": true, "builder_method": "getSharedLinkFileBuilder", "error_ref": "sharing.GetSharedLinkFileError", "url_path": "2/sharing/get_shared_link_file", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.get_shared_links": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.get_shared_links", "namespace_name": "sharing", "method": "getSharedLinks", "has_builder": false, "builder_method": null, "error_ref": "sharing.GetSharedLinksError", "url_path": "2/sharing/get_shared_links", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.list_file_members": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_file_members", "namespace_name": "sharing", "method": "listFileMembers", "has_builder": true, "builder_method": "listFileMembersBuilder", "error_ref": "sharing.ListFileMembersError", "url_path": "2/sharing/list_file_members", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_file_members/batch": {"method_arg_classes": ["java.util.List", "long"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_file_members/batch", "namespace_name": "sharing", "method": "listFileMembersBatch", "has_builder": false, "builder_method": null, "error_ref": "sharing.SharingUserError", "url_path": "2/sharing/list_file_members/batch", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.list_file_members/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_file_members/continue", "namespace_name": "sharing", "method": "listFileMembersContinue", "has_builder": false, "builder_method": null, "error_ref": "sharing.ListFileMembersContinueError", "url_path": "2/sharing/list_file_members/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_folder_members": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_folder_members", "namespace_name": "sharing", "method": "listFolderMembers", "has_builder": true, "builder_method": "listFolderMembersBuilder", "error_ref": "sharing.SharedFolderAccessError", "url_path": "2/sharing/list_folder_members", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_folder_members/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_folder_members/continue", "namespace_name": "sharing", "method": "listFolderMembersContinue", "has_builder": false, "builder_method": null, "error_ref": "sharing.ListFolderMembersContinueError", "url_path": "2/sharing/list_folder_members/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_folders": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_folders", "namespace_name": "sharing", "method": "listFolders", "has_builder": true, "builder_method": "listFoldersBuilder", "error_ref": null, "url_path": "2/sharing/list_folders", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_folders/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_folders/continue", "namespace_name": "sharing", "method": "listFoldersContinue", "has_builder": false, "builder_method": null, "error_ref": "sharing.ListFoldersContinueError", "url_path": "2/sharing/list_folders/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_mountable_folders": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_mountable_folders", "namespace_name": "sharing", "method": "listMountableFolders", "has_builder": true, "builder_method": "listMountableFoldersBuilder", "error_ref": null, "url_path": "2/sharing/list_mountable_folders", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_mountable_folders/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_mountable_folders/continue", "namespace_name": "sharing", "method": "listMountableFoldersContinue", "has_builder": false, "builder_method": null, "error_ref": "sharing.ListFoldersContinueError", "url_path": "2/sharing/list_mountable_folders/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_received_files": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_received_files", "namespace_name": "sharing", "method": "listReceivedFiles", "has_builder": true, "builder_method": "listReceivedFilesBuilder", "error_ref": "sharing.SharingUserError", "url_path": "2/sharing/list_received_files", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_received_files/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_received_files/continue", "namespace_name": "sharing", "method": "listReceivedFilesContinue", "has_builder": false, "builder_method": null, "error_ref": "sharing.ListFilesContinueError", "url_path": "2/sharing/list_received_files/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_shared_links": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_shared_links", "namespace_name": "sharing", "method": "listSharedLinks", "has_builder": true, "builder_method": "listSharedLinksBuilder", "error_ref": "sharing.ListSharedLinksError", "url_path": "2/sharing/list_shared_links", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.modify_shared_link_settings": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.SharedLinkSettings", "boolean"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.modify_shared_link_settings", "namespace_name": "sharing", "method": "modifySharedLinkSettings", "has_builder": false, "builder_method": null, "error_ref": "sharing.ModifySharedLinkSettingsError", "url_path": "2/sharing/modify_shared_link_settings", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.mount_folder": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.mount_folder", "namespace_name": "sharing", "method": "mountFolder", "has_builder": false, "builder_method": null, "error_ref": "sharing.MountFolderError", "url_path": "2/sharing/mount_folder", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.relinquish_file_membership": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.relinquish_file_membership", "namespace_name": "sharing", "method": "relinquishFileMembership", "has_builder": false, "builder_method": null, "error_ref": "sharing.RelinquishFileMembershipError", "url_path": "2/sharing/relinquish_file_membership", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.relinquish_folder_membership": {"method_arg_classes": ["String", "boolean"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.relinquish_folder_membership", "namespace_name": "sharing", "method": "relinquishFolderMembership", "has_builder": false, "builder_method": null, "error_ref": "sharing.RelinquishFolderMembershipError", "url_path": "2/sharing/relinquish_folder_membership", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.remove_file_member": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.remove_file_member", "namespace_name": "sharing", "method": "removeFileMember", "has_builder": false, "builder_method": null, "error_ref": "sharing.RemoveFileMemberError", "url_path": "2/sharing/remove_file_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.remove_file_member_2": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.remove_file_member_2", "namespace_name": "sharing", "method": "removeFileMember2", "has_builder": false, "builder_method": null, "error_ref": "sharing.RemoveFileMemberError", "url_path": "2/sharing/remove_file_member_2", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.remove_folder_member": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector", "boolean"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.remove_folder_member", "namespace_name": "sharing", "method": "removeFolderMember", "has_builder": false, "builder_method": null, "error_ref": "sharing.RemoveFolderMemberError", "url_path": "2/sharing/remove_folder_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.revoke_shared_link": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.revoke_shared_link", "namespace_name": "sharing", "method": "revokeSharedLink", "has_builder": false, "builder_method": null, "error_ref": "sharing.RevokeSharedLinkError", "url_path": "2/sharing/revoke_shared_link", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.set_access_inheritance": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.AccessInheritance"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.set_access_inheritance", "namespace_name": "sharing", "method": "setAccessInheritance", "has_builder": false, "builder_method": null, "error_ref": "sharing.SetAccessInheritanceError", "url_path": "2/sharing/set_access_inheritance", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.share_folder": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.share_folder", "namespace_name": "sharing", "method": "shareFolder", "has_builder": true, "builder_method": "shareFolderBuilder", "error_ref": "sharing.ShareFolderError", "url_path": "2/sharing/share_folder", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.transfer_folder": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.transfer_folder", "namespace_name": "sharing", "method": "transferFolder", "has_builder": false, "builder_method": null, "error_ref": "sharing.TransferFolderError", "url_path": "2/sharing/transfer_folder", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.unmount_folder": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.unmount_folder", "namespace_name": "sharing", "method": "unmountFolder", "has_builder": false, "builder_method": null, "error_ref": "sharing.UnmountFolderError", "url_path": "2/sharing/unmount_folder", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.unshare_file": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.unshare_file", "namespace_name": "sharing", "method": "unshareFile", "has_builder": false, "builder_method": null, "error_ref": "sharing.UnshareFileError", "url_path": "2/sharing/unshare_file", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.unshare_folder": {"method_arg_classes": ["String", "boolean"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.unshare_folder", "namespace_name": "sharing", "method": "unshareFolder", "has_builder": false, "builder_method": null, "error_ref": "sharing.UnshareFolderError", "url_path": "2/sharing/unshare_folder", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.update_file_member": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector", "com.dropbox.core.v2.sharing.AccessLevel"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.update_file_member", "namespace_name": "sharing", "method": "updateFileMember", "has_builder": false, "builder_method": null, "error_ref": "sharing.FileMemberActionError", "url_path": "2/sharing/update_file_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.update_folder_member": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector", "com.dropbox.core.v2.sharing.AccessLevel"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.update_folder_member", "namespace_name": "sharing", "method": "updateFolderMember", "has_builder": false, "builder_method": null, "error_ref": "sharing.UpdateFolderMemberError", "url_path": "2/sharing/update_folder_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.update_folder_policy": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.update_folder_policy", "namespace_name": "sharing", "method": "updateFolderPolicy", "has_builder": true, "builder_method": "updateFolderPolicyBuilder", "error_ref": "sharing.UpdateFolderPolicyError", "url_path": "2/sharing/update_folder_policy", "is_method_overloaded": false, "_type": "RouteReference"}, "users.features/get_values": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.users.DbxUserUsersRequests", "visibility": "PUBLIC", "fq_name": "users.features/get_values", "namespace_name": "users", "method": "featuresGetValues", "has_builder": false, "builder_method": null, "error_ref": "users.UserFeaturesGetValuesBatchError", "url_path": "2/users/features/get_values", "is_method_overloaded": false, "_type": "RouteReference"}, "users.get_account": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.users.DbxUserUsersRequests", "visibility": "PUBLIC", "fq_name": "users.get_account", "namespace_name": "users", "method": "getAccount", "has_builder": false, "builder_method": null, "error_ref": "users.GetAccountError", "url_path": "2/users/get_account", "is_method_overloaded": false, "_type": "RouteReference"}, "users.get_account_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.users.DbxUserUsersRequests", "visibility": "PUBLIC", "fq_name": "users.get_account_batch", "namespace_name": "users", "method": "getAccountBatch", "has_builder": false, "builder_method": null, "error_ref": "users.GetAccountBatchError", "url_path": "2/users/get_account_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "users.get_current_account": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.users.DbxUserUsersRequests", "visibility": "PUBLIC", "fq_name": "users.get_current_account", "namespace_name": "users", "method": "getCurrentAccount", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/users/get_current_account", "is_method_overloaded": false, "_type": "RouteReference"}, "users.get_space_usage": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.users.DbxUserUsersRequests", "visibility": "PUBLIC", "fq_name": "users.get_space_usage", "namespace_name": "users", "method": "getSpaceUsage", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/users/get_space_usage", "is_method_overloaded": false, "_type": "RouteReference"}}, "fields": {"account.PhotoSourceArg.base64_data": {"fq_name": "account.PhotoSourceArg.base64_data", "param_name": "base64DataValue", "static_instance": null, "getter_method": "getBase64DataValue", "containing_data_type_ref": "account.PhotoSourceArg", "route_refs": [], "_type": "FieldReference"}, "account.PhotoSourceArg.other": {"fq_name": "account.PhotoSourceArg.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "account.PhotoSourceArg", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoArg.photo": {"fq_name": "account.SetProfilePhotoArg.photo", "param_name": "photo", "static_instance": null, "getter_method": "getPhoto", "containing_data_type_ref": "account.SetProfilePhotoArg", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.file_type_error": {"fq_name": "account.SetProfilePhotoError.file_type_error", "param_name": "fileTypeErrorValue", "static_instance": "FILE_TYPE_ERROR", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.file_size_error": {"fq_name": "account.SetProfilePhotoError.file_size_error", "param_name": "fileSizeErrorValue", "static_instance": "FILE_SIZE_ERROR", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.dimension_error": {"fq_name": "account.SetProfilePhotoError.dimension_error", "param_name": "dimensionErrorValue", "static_instance": "DIMENSION_ERROR", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.thumbnail_error": {"fq_name": "account.SetProfilePhotoError.thumbnail_error", "param_name": "thumbnailErrorValue", "static_instance": "THUMBNAIL_ERROR", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.transient_error": {"fq_name": "account.SetProfilePhotoError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.other": {"fq_name": "account.SetProfilePhotoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoResult.profile_photo_url": {"fq_name": "account.SetProfilePhotoResult.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "account.SetProfilePhotoResult", "route_refs": [], "_type": "FieldReference"}, "async.LaunchEmptyResult.async_job_id": {"fq_name": "async.LaunchEmptyResult.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "async.LaunchEmptyResult", "route_refs": [], "_type": "FieldReference"}, "async.LaunchEmptyResult.complete": {"fq_name": "async.LaunchEmptyResult.complete", "param_name": "completeValue", "static_instance": "COMPLETE", "getter_method": null, "containing_data_type_ref": "async.LaunchEmptyResult", "route_refs": [], "_type": "FieldReference"}, "async.LaunchResultBase.async_job_id": {"fq_name": "async.LaunchResultBase.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "async.LaunchResultBase", "route_refs": [], "_type": "FieldReference"}, "async.PollArg.async_job_id": {"fq_name": "async.PollArg.async_job_id", "param_name": "asyncJobId", "static_instance": null, "getter_method": "getAsyncJobId", "containing_data_type_ref": "async.PollArg", "route_refs": [], "_type": "FieldReference"}, "async.PollEmptyResult.in_progress": {"fq_name": "async.PollEmptyResult.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "async.PollEmptyResult", "route_refs": [], "_type": "FieldReference"}, "async.PollEmptyResult.complete": {"fq_name": "async.PollEmptyResult.complete", "param_name": "completeValue", "static_instance": "COMPLETE", "getter_method": null, "containing_data_type_ref": "async.PollEmptyResult", "route_refs": [], "_type": "FieldReference"}, "async.PollError.invalid_async_job_id": {"fq_name": "async.PollError.invalid_async_job_id", "param_name": "invalidAsyncJobIdValue", "static_instance": "INVALID_ASYNC_JOB_ID", "getter_method": null, "containing_data_type_ref": "async.PollError", "route_refs": [], "_type": "FieldReference"}, "async.PollError.internal_error": {"fq_name": "async.PollError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "async.PollError", "route_refs": [], "_type": "FieldReference"}, "async.PollError.other": {"fq_name": "async.PollError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "async.PollError", "route_refs": [], "_type": "FieldReference"}, "async.PollResultBase.in_progress": {"fq_name": "async.PollResultBase.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "async.PollResultBase", "route_refs": [], "_type": "FieldReference"}, "auth.AccessError.invalid_account_type": {"fq_name": "auth.AccessError.invalid_account_type", "param_name": "invalidAccountTypeValue", "static_instance": null, "getter_method": "getInvalidAccountTypeValue", "containing_data_type_ref": "auth.AccessError", "route_refs": [], "_type": "FieldReference"}, "auth.AccessError.paper_access_denied": {"fq_name": "auth.AccessError.paper_access_denied", "param_name": "paperAccessDeniedValue", "static_instance": null, "getter_method": "getPaperAccessDeniedValue", "containing_data_type_ref": "auth.AccessError", "route_refs": [], "_type": "FieldReference"}, "auth.AccessError.other": {"fq_name": "auth.AccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.AccessError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.invalid_access_token": {"fq_name": "auth.AuthError.invalid_access_token", "param_name": "invalidAccessTokenValue", "static_instance": "INVALID_ACCESS_TOKEN", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.invalid_select_user": {"fq_name": "auth.AuthError.invalid_select_user", "param_name": "invalidSelectUserValue", "static_instance": "INVALID_SELECT_USER", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.invalid_select_admin": {"fq_name": "auth.AuthError.invalid_select_admin", "param_name": "invalidSelectAdminValue", "static_instance": "INVALID_SELECT_ADMIN", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.user_suspended": {"fq_name": "auth.AuthError.user_suspended", "param_name": "userSuspendedValue", "static_instance": "USER_SUSPENDED", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.expired_access_token": {"fq_name": "auth.AuthError.expired_access_token", "param_name": "expiredAccessTokenValue", "static_instance": "EXPIRED_ACCESS_TOKEN", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.missing_scope": {"fq_name": "auth.AuthError.missing_scope", "param_name": "missingScopeValue", "static_instance": null, "getter_method": "getMissingScopeValue", "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.route_access_denied": {"fq_name": "auth.AuthError.route_access_denied", "param_name": "routeAccessDeniedValue", "static_instance": "ROUTE_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.other": {"fq_name": "auth.AuthError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.InvalidAccountTypeError.endpoint": {"fq_name": "auth.InvalidAccountTypeError.endpoint", "param_name": "endpointValue", "static_instance": "ENDPOINT", "getter_method": null, "containing_data_type_ref": "auth.InvalidAccountTypeError", "route_refs": [], "_type": "FieldReference"}, "auth.InvalidAccountTypeError.feature": {"fq_name": "auth.InvalidAccountTypeError.feature", "param_name": "featureValue", "static_instance": "FEATURE", "getter_method": null, "containing_data_type_ref": "auth.InvalidAccountTypeError", "route_refs": [], "_type": "FieldReference"}, "auth.InvalidAccountTypeError.other": {"fq_name": "auth.InvalidAccountTypeError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.InvalidAccountTypeError", "route_refs": [], "_type": "FieldReference"}, "auth.PaperAccessError.paper_disabled": {"fq_name": "auth.PaperAccessError.paper_disabled", "param_name": "paperDisabledValue", "static_instance": "PAPER_DISABLED", "getter_method": null, "containing_data_type_ref": "auth.PaperAccessError", "route_refs": [], "_type": "FieldReference"}, "auth.PaperAccessError.not_paper_user": {"fq_name": "auth.PaperAccessError.not_paper_user", "param_name": "notPaperUserValue", "static_instance": "NOT_PAPER_USER", "getter_method": null, "containing_data_type_ref": "auth.PaperAccessError", "route_refs": [], "_type": "FieldReference"}, "auth.PaperAccessError.other": {"fq_name": "auth.PaperAccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.PaperAccessError", "route_refs": [], "_type": "FieldReference"}, "auth.RateLimitError.reason": {"fq_name": "auth.RateLimitError.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "auth.RateLimitError", "route_refs": [], "_type": "FieldReference"}, "auth.RateLimitError.retry_after": {"fq_name": "auth.RateLimitError.retry_after", "param_name": "retryAfter", "static_instance": null, "getter_method": "getRetryAfter", "containing_data_type_ref": "auth.RateLimitError", "route_refs": [], "_type": "FieldReference"}, "auth.RateLimitReason.too_many_requests": {"fq_name": "auth.RateLimitReason.too_many_requests", "param_name": "tooManyRequestsValue", "static_instance": "TOO_MANY_REQUESTS", "getter_method": null, "containing_data_type_ref": "auth.RateLimitReason", "route_refs": [], "_type": "FieldReference"}, "auth.RateLimitReason.too_many_write_operations": {"fq_name": "auth.RateLimitReason.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "auth.RateLimitReason", "route_refs": [], "_type": "FieldReference"}, "auth.RateLimitReason.other": {"fq_name": "auth.RateLimitReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.RateLimitReason", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Arg.oauth1_token": {"fq_name": "auth.TokenFromOAuth1Arg.oauth1_token", "param_name": "oauth1Token", "static_instance": null, "getter_method": "getOauth1Token", "containing_data_type_ref": "auth.TokenFromOAuth1Arg", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Arg.oauth1_token_secret": {"fq_name": "auth.TokenFromOAuth1Arg.oauth1_token_secret", "param_name": "oauth1TokenSecret", "static_instance": null, "getter_method": "getOauth1TokenSecret", "containing_data_type_ref": "auth.TokenFromOAuth1Arg", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Error.invalid_oauth1_token_info": {"fq_name": "auth.TokenFromOAuth1Error.invalid_oauth1_token_info", "param_name": "invalidOauth1TokenInfoValue", "static_instance": "INVALID_OAUTH1_TOKEN_INFO", "getter_method": null, "containing_data_type_ref": "auth.TokenFromOAuth1Error", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Error.app_id_mismatch": {"fq_name": "auth.TokenFromOAuth1Error.app_id_mismatch", "param_name": "appIdMismatchValue", "static_instance": "APP_ID_MISMATCH", "getter_method": null, "containing_data_type_ref": "auth.TokenFromOAuth1Error", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Error.other": {"fq_name": "auth.TokenFromOAuth1Error.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.TokenFromOAuth1Error", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Result.oauth2_token": {"fq_name": "auth.TokenFromOAuth1Result.oauth2_token", "param_name": "oauth2Token", "static_instance": null, "getter_method": "getOauth2Token", "containing_data_type_ref": "auth.TokenFromOAuth1Result", "route_refs": [], "_type": "FieldReference"}, "auth.TokenScopeError.required_scope": {"fq_name": "auth.TokenScopeError.required_scope", "param_name": "requiredScope", "static_instance": null, "getter_method": "getRequiredScope", "containing_data_type_ref": "auth.TokenScopeError", "route_refs": [], "_type": "FieldReference"}, "check.EchoArg.query": {"fq_name": "check.EchoArg.query", "param_name": "query", "static_instance": null, "getter_method": "getQuery", "containing_data_type_ref": "check.EchoArg", "route_refs": ["check.app", "check.user"], "_type": "FieldReference"}, "check.EchoResult.result": {"fq_name": "check.EchoResult.result", "param_name": "result", "static_instance": null, "getter_method": "getResult", "containing_data_type_ref": "check.EchoResult", "route_refs": [], "_type": "FieldReference"}, "common.PathRoot.home": {"fq_name": "common.PathRoot.home", "param_name": "homeValue", "static_instance": "HOME", "getter_method": null, "containing_data_type_ref": "common.PathRoot", "route_refs": [], "_type": "FieldReference"}, "common.PathRoot.root": {"fq_name": "common.PathRoot.root", "param_name": "rootValue", "static_instance": null, "getter_method": "getRootValue", "containing_data_type_ref": "common.PathRoot", "route_refs": [], "_type": "FieldReference"}, "common.PathRoot.namespace_id": {"fq_name": "common.PathRoot.namespace_id", "param_name": "namespaceIdValue", "static_instance": null, "getter_method": "getNamespaceIdValue", "containing_data_type_ref": "common.PathRoot", "route_refs": [], "_type": "FieldReference"}, "common.PathRoot.other": {"fq_name": "common.PathRoot.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "common.PathRoot", "route_refs": [], "_type": "FieldReference"}, "common.PathRootError.invalid_root": {"fq_name": "common.PathRootError.invalid_root", "param_name": "invalidRootValue", "static_instance": null, "getter_method": "getInvalidRootValue", "containing_data_type_ref": "common.PathRootError", "route_refs": [], "_type": "FieldReference"}, "common.PathRootError.no_permission": {"fq_name": "common.PathRootError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "common.PathRootError", "route_refs": [], "_type": "FieldReference"}, "common.PathRootError.other": {"fq_name": "common.PathRootError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "common.PathRootError", "route_refs": [], "_type": "FieldReference"}, "common.RootInfo.root_namespace_id": {"fq_name": "common.RootInfo.root_namespace_id", "param_name": "rootNamespaceId", "static_instance": null, "getter_method": "getRootNamespaceId", "containing_data_type_ref": "common.RootInfo", "route_refs": [], "_type": "FieldReference"}, "common.RootInfo.home_namespace_id": {"fq_name": "common.RootInfo.home_namespace_id", "param_name": "homeNamespaceId", "static_instance": null, "getter_method": "getHomeNamespaceId", "containing_data_type_ref": "common.RootInfo", "route_refs": [], "_type": "FieldReference"}, "common.TeamRootInfo.root_namespace_id": {"fq_name": "common.TeamRootInfo.root_namespace_id", "param_name": "rootNamespaceId", "static_instance": null, "getter_method": "getRootNamespaceId", "containing_data_type_ref": "common.TeamRootInfo", "route_refs": [], "_type": "FieldReference"}, "common.TeamRootInfo.home_namespace_id": {"fq_name": "common.TeamRootInfo.home_namespace_id", "param_name": "homeNamespaceId", "static_instance": null, "getter_method": "getHomeNamespaceId", "containing_data_type_ref": "common.TeamRootInfo", "route_refs": [], "_type": "FieldReference"}, "common.TeamRootInfo.home_path": {"fq_name": "common.TeamRootInfo.home_path", "param_name": "homePath", "static_instance": null, "getter_method": "getHomePath", "containing_data_type_ref": "common.TeamRootInfo", "route_refs": [], "_type": "FieldReference"}, "common.UserRootInfo.root_namespace_id": {"fq_name": "common.UserRootInfo.root_namespace_id", "param_name": "rootNamespaceId", "static_instance": null, "getter_method": "getRootNamespaceId", "containing_data_type_ref": "common.UserRootInfo", "route_refs": [], "_type": "FieldReference"}, "common.UserRootInfo.home_namespace_id": {"fq_name": "common.UserRootInfo.home_namespace_id", "param_name": "homeNamespaceId", "static_instance": null, "getter_method": "getHomeNamespaceId", "containing_data_type_ref": "common.UserRootInfo", "route_refs": [], "_type": "FieldReference"}, "contacts.DeleteManualContactsArg.email_addresses": {"fq_name": "contacts.DeleteManualContactsArg.email_addresses", "param_name": "emailAddresses", "static_instance": null, "getter_method": "getEmailAddresses", "containing_data_type_ref": "contacts.DeleteManualContactsArg", "route_refs": [], "_type": "FieldReference"}, "contacts.DeleteManualContactsError.contacts_not_found": {"fq_name": "contacts.DeleteManualContactsError.contacts_not_found", "param_name": "contactsNotFoundValue", "static_instance": null, "getter_method": "getContactsNotFoundValue", "containing_data_type_ref": "contacts.DeleteManualContactsError", "route_refs": [], "_type": "FieldReference"}, "contacts.DeleteManualContactsError.other": {"fq_name": "contacts.DeleteManualContactsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "contacts.DeleteManualContactsError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesArg.path": {"fq_name": "file_properties.AddPropertiesArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "file_properties.AddPropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesArg.property_groups": {"fq_name": "file_properties.AddPropertiesArg.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "file_properties.AddPropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.template_not_found": {"fq_name": "file_properties.AddPropertiesError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.restricted_content": {"fq_name": "file_properties.AddPropertiesError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.other": {"fq_name": "file_properties.AddPropertiesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.path": {"fq_name": "file_properties.AddPropertiesError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.unsupported_folder": {"fq_name": "file_properties.AddPropertiesError.unsupported_folder", "param_name": "unsupportedFolderValue", "static_instance": "UNSUPPORTED_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.property_field_too_large": {"fq_name": "file_properties.AddPropertiesError.property_field_too_large", "param_name": "propertyFieldTooLargeValue", "static_instance": "PROPERTY_FIELD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.does_not_fit_template": {"fq_name": "file_properties.AddPropertiesError.does_not_fit_template", "param_name": "doesNotFitTemplateValue", "static_instance": "DOES_NOT_FIT_TEMPLATE", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.duplicate_property_groups": {"fq_name": "file_properties.AddPropertiesError.duplicate_property_groups", "param_name": "duplicatePropertyGroupsValue", "static_instance": "DUPLICATE_PROPERTY_GROUPS", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.property_group_already_exists": {"fq_name": "file_properties.AddPropertiesError.property_group_already_exists", "param_name": "propertyGroupAlreadyExistsValue", "static_instance": "PROPERTY_GROUP_ALREADY_EXISTS", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddTemplateArg.name": {"fq_name": "file_properties.AddTemplateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.AddTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddTemplateArg.description": {"fq_name": "file_properties.AddTemplateArg.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_properties.AddTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddTemplateArg.fields": {"fq_name": "file_properties.AddTemplateArg.fields", "param_name": "fields", "static_instance": null, "getter_method": "getFields", "containing_data_type_ref": "file_properties.AddTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddTemplateResult.template_id": {"fq_name": "file_properties.AddTemplateResult.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.AddTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.GetTemplateArg.template_id": {"fq_name": "file_properties.GetTemplateArg.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.GetTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.GetTemplateResult.name": {"fq_name": "file_properties.GetTemplateResult.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.GetTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.GetTemplateResult.description": {"fq_name": "file_properties.GetTemplateResult.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_properties.GetTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.GetTemplateResult.fields": {"fq_name": "file_properties.GetTemplateResult.fields", "param_name": "fields", "static_instance": null, "getter_method": "getFields", "containing_data_type_ref": "file_properties.GetTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.template_not_found": {"fq_name": "file_properties.InvalidPropertyGroupError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.restricted_content": {"fq_name": "file_properties.InvalidPropertyGroupError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.other": {"fq_name": "file_properties.InvalidPropertyGroupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.path": {"fq_name": "file_properties.InvalidPropertyGroupError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.unsupported_folder": {"fq_name": "file_properties.InvalidPropertyGroupError.unsupported_folder", "param_name": "unsupportedFolderValue", "static_instance": "UNSUPPORTED_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.property_field_too_large": {"fq_name": "file_properties.InvalidPropertyGroupError.property_field_too_large", "param_name": "propertyFieldTooLargeValue", "static_instance": "PROPERTY_FIELD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.does_not_fit_template": {"fq_name": "file_properties.InvalidPropertyGroupError.does_not_fit_template", "param_name": "doesNotFitTemplateValue", "static_instance": "DOES_NOT_FIT_TEMPLATE", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.duplicate_property_groups": {"fq_name": "file_properties.InvalidPropertyGroupError.duplicate_property_groups", "param_name": "duplicatePropertyGroupsValue", "static_instance": "DUPLICATE_PROPERTY_GROUPS", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ListTemplateResult.template_ids": {"fq_name": "file_properties.ListTemplateResult.template_ids", "param_name": "templateIds", "static_instance": null, "getter_method": "getTemplateIds", "containing_data_type_ref": "file_properties.ListTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.LogicalOperator.or_operator": {"fq_name": "file_properties.LogicalOperator.or_operator", "param_name": "orOperatorValue", "static_instance": "OR_OPERATOR", "getter_method": null, "containing_data_type_ref": "file_properties.LogicalOperator", "route_refs": [], "_type": "FieldReference"}, "file_properties.LogicalOperator.other": {"fq_name": "file_properties.LogicalOperator.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.LogicalOperator", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookUpPropertiesError.property_group_not_found": {"fq_name": "file_properties.LookUpPropertiesError.property_group_not_found", "param_name": "propertyGroupNotFoundValue", "static_instance": "PROPERTY_GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_properties.LookUpPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookUpPropertiesError.other": {"fq_name": "file_properties.LookUpPropertiesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.LookUpPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.malformed_path": {"fq_name": "file_properties.LookupError.malformed_path", "param_name": "malformedPathValue", "static_instance": null, "getter_method": "getMalformedPathValue", "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.not_found": {"fq_name": "file_properties.LookupError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.not_file": {"fq_name": "file_properties.LookupError.not_file", "param_name": "notFileValue", "static_instance": "NOT_FILE", "getter_method": null, "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.not_folder": {"fq_name": "file_properties.LookupError.not_folder", "param_name": "notFolderValue", "static_instance": "NOT_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.restricted_content": {"fq_name": "file_properties.LookupError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.other": {"fq_name": "file_properties.LookupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.template_not_found": {"fq_name": "file_properties.ModifyTemplateError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.restricted_content": {"fq_name": "file_properties.ModifyTemplateError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.other": {"fq_name": "file_properties.ModifyTemplateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.conflicting_property_names": {"fq_name": "file_properties.ModifyTemplateError.conflicting_property_names", "param_name": "conflictingPropertyNamesValue", "static_instance": "CONFLICTING_PROPERTY_NAMES", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.too_many_properties": {"fq_name": "file_properties.ModifyTemplateError.too_many_properties", "param_name": "tooManyPropertiesValue", "static_instance": "TOO_MANY_PROPERTIES", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.too_many_templates": {"fq_name": "file_properties.ModifyTemplateError.too_many_templates", "param_name": "tooManyTemplatesValue", "static_instance": "TOO_MANY_TEMPLATES", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.template_attribute_too_large": {"fq_name": "file_properties.ModifyTemplateError.template_attribute_too_large", "param_name": "templateAttributeTooLargeValue", "static_instance": "TEMPLATE_ATTRIBUTE_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.OverwritePropertyGroupArg.path": {"fq_name": "file_properties.OverwritePropertyGroupArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "file_properties.OverwritePropertyGroupArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.OverwritePropertyGroupArg.property_groups": {"fq_name": "file_properties.OverwritePropertyGroupArg.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "file_properties.OverwritePropertyGroupArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesError.template_not_found": {"fq_name": "file_properties.PropertiesError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.PropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesError.restricted_content": {"fq_name": "file_properties.PropertiesError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesError.other": {"fq_name": "file_properties.PropertiesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesError.path": {"fq_name": "file_properties.PropertiesError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "file_properties.PropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesError.unsupported_folder": {"fq_name": "file_properties.PropertiesError.unsupported_folder", "param_name": "unsupportedFolderValue", "static_instance": "UNSUPPORTED_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchArg.queries": {"fq_name": "file_properties.PropertiesSearchArg.queries", "param_name": "queries", "static_instance": null, "getter_method": "getQueries", "containing_data_type_ref": "file_properties.PropertiesSearchArg", "route_refs": ["file_properties.properties/search"], "_type": "FieldReference"}, "file_properties.PropertiesSearchArg.template_filter": {"fq_name": "file_properties.PropertiesSearchArg.template_filter", "param_name": "templateFilter", "static_instance": null, "getter_method": "getTemplateFilter", "containing_data_type_ref": "file_properties.PropertiesSearchArg", "route_refs": ["file_properties.properties/search"], "_type": "FieldReference"}, "file_properties.PropertiesSearchContinueArg.cursor": {"fq_name": "file_properties.PropertiesSearchContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "file_properties.PropertiesSearchContinueArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchContinueError.reset": {"fq_name": "file_properties.PropertiesSearchContinueError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesSearchContinueError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchContinueError.other": {"fq_name": "file_properties.PropertiesSearchContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesSearchContinueError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchError.property_group_lookup": {"fq_name": "file_properties.PropertiesSearchError.property_group_lookup", "param_name": "propertyGroupLookupValue", "static_instance": null, "getter_method": "getPropertyGroupLookupValue", "containing_data_type_ref": "file_properties.PropertiesSearchError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchError.other": {"fq_name": "file_properties.PropertiesSearchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesSearchError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMatch.id": {"fq_name": "file_properties.PropertiesSearchMatch.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "file_properties.PropertiesSearchMatch", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMatch.path": {"fq_name": "file_properties.PropertiesSearchMatch.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "file_properties.PropertiesSearchMatch", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMatch.is_deleted": {"fq_name": "file_properties.PropertiesSearchMatch.is_deleted", "param_name": "isDeleted", "static_instance": null, "getter_method": "getIsDeleted", "containing_data_type_ref": "file_properties.PropertiesSearchMatch", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMatch.property_groups": {"fq_name": "file_properties.PropertiesSearchMatch.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "file_properties.PropertiesSearchMatch", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMode.field_name": {"fq_name": "file_properties.PropertiesSearchMode.field_name", "param_name": "fieldNameValue", "static_instance": null, "getter_method": "getFieldNameValue", "containing_data_type_ref": "file_properties.PropertiesSearchMode", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMode.other": {"fq_name": "file_properties.PropertiesSearchMode.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesSearchMode", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchQuery.query": {"fq_name": "file_properties.PropertiesSearchQuery.query", "param_name": "query", "static_instance": null, "getter_method": "getQuery", "containing_data_type_ref": "file_properties.PropertiesSearchQuery", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchQuery.mode": {"fq_name": "file_properties.PropertiesSearchQuery.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "file_properties.PropertiesSearchQuery", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchQuery.logical_operator": {"fq_name": "file_properties.PropertiesSearchQuery.logical_operator", "param_name": "logicalOperator", "static_instance": null, "getter_method": "getLogicalOperator", "containing_data_type_ref": "file_properties.PropertiesSearchQuery", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchResult.matches": {"fq_name": "file_properties.PropertiesSearchResult.matches", "param_name": "matches", "static_instance": null, "getter_method": "getMatches", "containing_data_type_ref": "file_properties.PropertiesSearchResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchResult.cursor": {"fq_name": "file_properties.PropertiesSearchResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "file_properties.PropertiesSearchResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyField.name": {"fq_name": "file_properties.PropertyField.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.PropertyField", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyField.value": {"fq_name": "file_properties.PropertyField.value", "param_name": "value", "static_instance": null, "getter_method": "getValue", "containing_data_type_ref": "file_properties.PropertyField", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyFieldTemplate.name": {"fq_name": "file_properties.PropertyFieldTemplate.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.PropertyFieldTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyFieldTemplate.description": {"fq_name": "file_properties.PropertyFieldTemplate.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_properties.PropertyFieldTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyFieldTemplate.type": {"fq_name": "file_properties.PropertyFieldTemplate.type", "param_name": "type", "static_instance": null, "getter_method": "getType", "containing_data_type_ref": "file_properties.PropertyFieldTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroup.template_id": {"fq_name": "file_properties.PropertyGroup.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.PropertyGroup", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroup.fields": {"fq_name": "file_properties.PropertyGroup.fields", "param_name": "fields", "static_instance": null, "getter_method": "getFields", "containing_data_type_ref": "file_properties.PropertyGroup", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupTemplate.name": {"fq_name": "file_properties.PropertyGroupTemplate.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.PropertyGroupTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupTemplate.description": {"fq_name": "file_properties.PropertyGroupTemplate.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_properties.PropertyGroupTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupTemplate.fields": {"fq_name": "file_properties.PropertyGroupTemplate.fields", "param_name": "fields", "static_instance": null, "getter_method": "getFields", "containing_data_type_ref": "file_properties.PropertyGroupTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupUpdate.template_id": {"fq_name": "file_properties.PropertyGroupUpdate.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.PropertyGroupUpdate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupUpdate.add_or_update_fields": {"fq_name": "file_properties.PropertyGroupUpdate.add_or_update_fields", "param_name": "addOrUpdateFields", "static_instance": null, "getter_method": "getAddOrUpdateFields", "containing_data_type_ref": "file_properties.PropertyGroupUpdate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupUpdate.remove_fields": {"fq_name": "file_properties.PropertyGroupUpdate.remove_fields", "param_name": "removeFields", "static_instance": null, "getter_method": "getRemoveFields", "containing_data_type_ref": "file_properties.PropertyGroupUpdate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyType.string": {"fq_name": "file_properties.PropertyType.string", "param_name": "stringValue", "static_instance": "STRING", "getter_method": null, "containing_data_type_ref": "file_properties.PropertyType", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyType.other": {"fq_name": "file_properties.PropertyType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertyType", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesArg.path": {"fq_name": "file_properties.RemovePropertiesArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "file_properties.RemovePropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesArg.property_template_ids": {"fq_name": "file_properties.RemovePropertiesArg.property_template_ids", "param_name": "propertyTemplateIds", "static_instance": null, "getter_method": "getPropertyTemplateIds", "containing_data_type_ref": "file_properties.RemovePropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.template_not_found": {"fq_name": "file_properties.RemovePropertiesError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.restricted_content": {"fq_name": "file_properties.RemovePropertiesError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.other": {"fq_name": "file_properties.RemovePropertiesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.path": {"fq_name": "file_properties.RemovePropertiesError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.unsupported_folder": {"fq_name": "file_properties.RemovePropertiesError.unsupported_folder", "param_name": "unsupportedFolderValue", "static_instance": "UNSUPPORTED_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.property_group_lookup": {"fq_name": "file_properties.RemovePropertiesError.property_group_lookup", "param_name": "propertyGroupLookupValue", "static_instance": null, "getter_method": "getPropertyGroupLookupValue", "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemoveTemplateArg.template_id": {"fq_name": "file_properties.RemoveTemplateArg.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.RemoveTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateError.template_not_found": {"fq_name": "file_properties.TemplateError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.TemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateError.restricted_content": {"fq_name": "file_properties.TemplateError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateError.other": {"fq_name": "file_properties.TemplateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateFilter.filter_some": {"fq_name": "file_properties.TemplateFilter.filter_some", "param_name": "filterSomeValue", "static_instance": null, "getter_method": "getFilterSomeValue", "containing_data_type_ref": "file_properties.TemplateFilter", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateFilter.other": {"fq_name": "file_properties.TemplateFilter.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateFilter", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateFilter.filter_none": {"fq_name": "file_properties.TemplateFilter.filter_none", "param_name": "filterNoneValue", "static_instance": "FILTER_NONE", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateFilter", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateFilterBase.filter_some": {"fq_name": "file_properties.TemplateFilterBase.filter_some", "param_name": "filterSomeValue", "static_instance": null, "getter_method": "getFilterSomeValue", "containing_data_type_ref": "file_properties.TemplateFilterBase", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateFilterBase.other": {"fq_name": "file_properties.TemplateFilterBase.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateFilterBase", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateOwnerType.user": {"fq_name": "file_properties.TemplateOwnerType.user", "param_name": "userValue", "static_instance": "USER", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateOwnerType", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateOwnerType.team": {"fq_name": "file_properties.TemplateOwnerType.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateOwnerType", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateOwnerType.other": {"fq_name": "file_properties.TemplateOwnerType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateOwnerType", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesArg.path": {"fq_name": "file_properties.UpdatePropertiesArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "file_properties.UpdatePropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesArg.update_property_groups": {"fq_name": "file_properties.UpdatePropertiesArg.update_property_groups", "param_name": "updatePropertyGroups", "static_instance": null, "getter_method": "getUpdatePropertyGroups", "containing_data_type_ref": "file_properties.UpdatePropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.template_not_found": {"fq_name": "file_properties.UpdatePropertiesError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.restricted_content": {"fq_name": "file_properties.UpdatePropertiesError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.other": {"fq_name": "file_properties.UpdatePropertiesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.path": {"fq_name": "file_properties.UpdatePropertiesError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.unsupported_folder": {"fq_name": "file_properties.UpdatePropertiesError.unsupported_folder", "param_name": "unsupportedFolderValue", "static_instance": "UNSUPPORTED_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.property_field_too_large": {"fq_name": "file_properties.UpdatePropertiesError.property_field_too_large", "param_name": "propertyFieldTooLargeValue", "static_instance": "PROPERTY_FIELD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.does_not_fit_template": {"fq_name": "file_properties.UpdatePropertiesError.does_not_fit_template", "param_name": "doesNotFitTemplateValue", "static_instance": "DOES_NOT_FIT_TEMPLATE", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.duplicate_property_groups": {"fq_name": "file_properties.UpdatePropertiesError.duplicate_property_groups", "param_name": "duplicatePropertyGroupsValue", "static_instance": "DUPLICATE_PROPERTY_GROUPS", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.property_group_lookup": {"fq_name": "file_properties.UpdatePropertiesError.property_group_lookup", "param_name": "propertyGroupLookupValue", "static_instance": null, "getter_method": "getPropertyGroupLookupValue", "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdateTemplateArg.template_id": {"fq_name": "file_properties.UpdateTemplateArg.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.UpdateTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdateTemplateArg.name": {"fq_name": "file_properties.UpdateTemplateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.UpdateTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdateTemplateArg.description": {"fq_name": "file_properties.UpdateTemplateArg.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_properties.UpdateTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdateTemplateArg.add_fields": {"fq_name": "file_properties.UpdateTemplateArg.add_fields", "param_name": "addFields", "static_instance": null, "getter_method": "getAddFields", "containing_data_type_ref": "file_properties.UpdateTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdateTemplateResult.template_id": {"fq_name": "file_properties.UpdateTemplateResult.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.UpdateTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_requests.CountFileRequestsError.disabled_for_team": {"fq_name": "file_requests.CountFileRequestsError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.CountFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CountFileRequestsError.other": {"fq_name": "file_requests.CountFileRequestsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.CountFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CountFileRequestsResult.file_request_count": {"fq_name": "file_requests.CountFileRequestsResult.file_request_count", "param_name": "fileRequestCount", "static_instance": null, "getter_method": "getFileRequestCount", "containing_data_type_ref": "file_requests.CountFileRequestsResult", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.title": {"fq_name": "file_requests.CreateFileRequestArgs.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.destination": {"fq_name": "file_requests.CreateFileRequestArgs.destination", "param_name": "destination", "static_instance": null, "getter_method": "getDestination", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.deadline": {"fq_name": "file_requests.CreateFileRequestArgs.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.open": {"fq_name": "file_requests.CreateFileRequestArgs.open", "param_name": "open", "static_instance": null, "getter_method": "getOpen", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.description": {"fq_name": "file_requests.CreateFileRequestArgs.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.disabled_for_team": {"fq_name": "file_requests.CreateFileRequestError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.other": {"fq_name": "file_requests.CreateFileRequestError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.not_found": {"fq_name": "file_requests.CreateFileRequestError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.not_a_folder": {"fq_name": "file_requests.CreateFileRequestError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.app_lacks_access": {"fq_name": "file_requests.CreateFileRequestError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.no_permission": {"fq_name": "file_requests.CreateFileRequestError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.email_unverified": {"fq_name": "file_requests.CreateFileRequestError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.validation_error": {"fq_name": "file_requests.CreateFileRequestError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.invalid_location": {"fq_name": "file_requests.CreateFileRequestError.invalid_location", "param_name": "invalidLocationValue", "static_instance": "INVALID_LOCATION", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.rate_limit": {"fq_name": "file_requests.CreateFileRequestError.rate_limit", "param_name": "rateLimitValue", "static_instance": "RATE_LIMIT", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.disabled_for_team": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.other": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.not_found": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.not_a_folder": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.app_lacks_access": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.no_permission": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.email_unverified": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.validation_error": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsResult.file_requests": {"fq_name": "file_requests.DeleteAllClosedFileRequestsResult.file_requests", "param_name": "fileRequests", "static_instance": null, "getter_method": "getFileRequests", "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsResult", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestArgs.ids": {"fq_name": "file_requests.DeleteFileRequestArgs.ids", "param_name": "ids", "static_instance": null, "getter_method": "getIds", "containing_data_type_ref": "file_requests.DeleteFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.disabled_for_team": {"fq_name": "file_requests.DeleteFileRequestError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.other": {"fq_name": "file_requests.DeleteFileRequestError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.not_found": {"fq_name": "file_requests.DeleteFileRequestError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.not_a_folder": {"fq_name": "file_requests.DeleteFileRequestError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.app_lacks_access": {"fq_name": "file_requests.DeleteFileRequestError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.no_permission": {"fq_name": "file_requests.DeleteFileRequestError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.email_unverified": {"fq_name": "file_requests.DeleteFileRequestError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.validation_error": {"fq_name": "file_requests.DeleteFileRequestError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.file_request_open": {"fq_name": "file_requests.DeleteFileRequestError.file_request_open", "param_name": "fileRequestOpenValue", "static_instance": "FILE_REQUEST_OPEN", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestsResult.file_requests": {"fq_name": "file_requests.DeleteFileRequestsResult.file_requests", "param_name": "fileRequests", "static_instance": null, "getter_method": "getFileRequests", "containing_data_type_ref": "file_requests.DeleteFileRequestsResult", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.id": {"fq_name": "file_requests.FileRequest.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.url": {"fq_name": "file_requests.FileRequest.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.title": {"fq_name": "file_requests.FileRequest.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.created": {"fq_name": "file_requests.FileRequest.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.is_open": {"fq_name": "file_requests.FileRequest.is_open", "param_name": "isOpen", "static_instance": null, "getter_method": "getIsOpen", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.file_count": {"fq_name": "file_requests.FileRequest.file_count", "param_name": "fileCount", "static_instance": null, "getter_method": "getFileCount", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.destination": {"fq_name": "file_requests.FileRequest.destination", "param_name": "destination", "static_instance": null, "getter_method": "getDestination", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.deadline": {"fq_name": "file_requests.FileRequest.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.description": {"fq_name": "file_requests.FileRequest.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestDeadline.deadline": {"fq_name": "file_requests.FileRequestDeadline.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "file_requests.FileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestDeadline.allow_late_uploads": {"fq_name": "file_requests.FileRequestDeadline.allow_late_uploads", "param_name": "allowLateUploads", "static_instance": null, "getter_method": "getAllowLateUploads", "containing_data_type_ref": "file_requests.FileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.disabled_for_team": {"fq_name": "file_requests.FileRequestError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.other": {"fq_name": "file_requests.FileRequestError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.not_found": {"fq_name": "file_requests.FileRequestError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.not_a_folder": {"fq_name": "file_requests.FileRequestError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.app_lacks_access": {"fq_name": "file_requests.FileRequestError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.no_permission": {"fq_name": "file_requests.FileRequestError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.email_unverified": {"fq_name": "file_requests.FileRequestError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.validation_error": {"fq_name": "file_requests.FileRequestError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GeneralFileRequestsError.disabled_for_team": {"fq_name": "file_requests.GeneralFileRequestsError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.GeneralFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GeneralFileRequestsError.other": {"fq_name": "file_requests.GeneralFileRequestsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.GeneralFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestArgs.id": {"fq_name": "file_requests.GetFileRequestArgs.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "file_requests.GetFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.disabled_for_team": {"fq_name": "file_requests.GetFileRequestError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.other": {"fq_name": "file_requests.GetFileRequestError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.not_found": {"fq_name": "file_requests.GetFileRequestError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.not_a_folder": {"fq_name": "file_requests.GetFileRequestError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.app_lacks_access": {"fq_name": "file_requests.GetFileRequestError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.no_permission": {"fq_name": "file_requests.GetFileRequestError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.email_unverified": {"fq_name": "file_requests.GetFileRequestError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.validation_error": {"fq_name": "file_requests.GetFileRequestError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.one_day": {"fq_name": "file_requests.GracePeriod.one_day", "param_name": "oneDayValue", "static_instance": "ONE_DAY", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.two_days": {"fq_name": "file_requests.GracePeriod.two_days", "param_name": "twoDaysValue", "static_instance": "TWO_DAYS", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.seven_days": {"fq_name": "file_requests.GracePeriod.seven_days", "param_name": "sevenDaysValue", "static_instance": "SEVEN_DAYS", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.thirty_days": {"fq_name": "file_requests.GracePeriod.thirty_days", "param_name": "thirtyDaysValue", "static_instance": "THIRTY_DAYS", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.always": {"fq_name": "file_requests.GracePeriod.always", "param_name": "alwaysValue", "static_instance": "ALWAYS", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.other": {"fq_name": "file_requests.GracePeriod.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsArg.limit": {"fq_name": "file_requests.ListFileRequestsArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "file_requests.ListFileRequestsArg", "route_refs": ["file_requests.list_v2"], "_type": "FieldReference"}, "file_requests.ListFileRequestsContinueArg.cursor": {"fq_name": "file_requests.ListFileRequestsContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "file_requests.ListFileRequestsContinueArg", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsContinueError.disabled_for_team": {"fq_name": "file_requests.ListFileRequestsContinueError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.ListFileRequestsContinueError", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsContinueError.other": {"fq_name": "file_requests.ListFileRequestsContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.ListFileRequestsContinueError", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsContinueError.invalid_cursor": {"fq_name": "file_requests.ListFileRequestsContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "file_requests.ListFileRequestsContinueError", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsError.disabled_for_team": {"fq_name": "file_requests.ListFileRequestsError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.ListFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsError.other": {"fq_name": "file_requests.ListFileRequestsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.ListFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsResult.file_requests": {"fq_name": "file_requests.ListFileRequestsResult.file_requests", "param_name": "fileRequests", "static_instance": null, "getter_method": "getFileRequests", "containing_data_type_ref": "file_requests.ListFileRequestsResult", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsV2Result.file_requests": {"fq_name": "file_requests.ListFileRequestsV2Result.file_requests", "param_name": "fileRequests", "static_instance": null, "getter_method": "getFileRequests", "containing_data_type_ref": "file_requests.ListFileRequestsV2Result", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsV2Result.cursor": {"fq_name": "file_requests.ListFileRequestsV2Result.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "file_requests.ListFileRequestsV2Result", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsV2Result.has_more": {"fq_name": "file_requests.ListFileRequestsV2Result.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "file_requests.ListFileRequestsV2Result", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.id": {"fq_name": "file_requests.UpdateFileRequestArgs.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.title": {"fq_name": "file_requests.UpdateFileRequestArgs.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.destination": {"fq_name": "file_requests.UpdateFileRequestArgs.destination", "param_name": "destination", "static_instance": null, "getter_method": "getDestination", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.deadline": {"fq_name": "file_requests.UpdateFileRequestArgs.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.open": {"fq_name": "file_requests.UpdateFileRequestArgs.open", "param_name": "open", "static_instance": null, "getter_method": "getOpen", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.description": {"fq_name": "file_requests.UpdateFileRequestArgs.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestDeadline.no_update": {"fq_name": "file_requests.UpdateFileRequestDeadline.no_update", "param_name": "noUpdateValue", "static_instance": "NO_UPDATE", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestDeadline.update": {"fq_name": "file_requests.UpdateFileRequestDeadline.update", "param_name": "updateValue", "static_instance": null, "getter_method": "getUpdateValue", "containing_data_type_ref": "file_requests.UpdateFileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestDeadline.other": {"fq_name": "file_requests.UpdateFileRequestDeadline.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.disabled_for_team": {"fq_name": "file_requests.UpdateFileRequestError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.other": {"fq_name": "file_requests.UpdateFileRequestError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.not_found": {"fq_name": "file_requests.UpdateFileRequestError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.not_a_folder": {"fq_name": "file_requests.UpdateFileRequestError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.app_lacks_access": {"fq_name": "file_requests.UpdateFileRequestError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.no_permission": {"fq_name": "file_requests.UpdateFileRequestError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.email_unverified": {"fq_name": "file_requests.UpdateFileRequestError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.validation_error": {"fq_name": "file_requests.UpdateFileRequestError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "files.AddTagArg.path": {"fq_name": "files.AddTagArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.AddTagArg", "route_refs": [], "_type": "FieldReference"}, "files.AddTagArg.tag_text": {"fq_name": "files.AddTagArg.tag_text", "param_name": "tagText", "static_instance": null, "getter_method": "getTagText", "containing_data_type_ref": "files.AddTagArg", "route_refs": [], "_type": "FieldReference"}, "files.AddTagError.path": {"fq_name": "files.AddTagError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.AddTagError", "route_refs": [], "_type": "FieldReference"}, "files.AddTagError.other": {"fq_name": "files.AddTagError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.AddTagError", "route_refs": [], "_type": "FieldReference"}, "files.AddTagError.too_many_tags": {"fq_name": "files.AddTagError.too_many_tags", "param_name": "tooManyTagsValue", "static_instance": "TOO_MANY_TAGS", "getter_method": null, "containing_data_type_ref": "files.AddTagError", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.path": {"fq_name": "files.AlphaGetMetadataArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.include_media_info": {"fq_name": "files.AlphaGetMetadataArg.include_media_info", "param_name": "includeMediaInfo", "static_instance": null, "getter_method": "getIncludeMediaInfo", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.include_deleted": {"fq_name": "files.AlphaGetMetadataArg.include_deleted", "param_name": "includeDeleted", "static_instance": null, "getter_method": "getIncludeDeleted", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.include_has_explicit_shared_members": {"fq_name": "files.AlphaGetMetadataArg.include_has_explicit_shared_members", "param_name": "includeHasExplicitSharedMembers", "static_instance": null, "getter_method": "getIncludeHasExplicitSharedMembers", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.include_property_groups": {"fq_name": "files.AlphaGetMetadataArg.include_property_groups", "param_name": "includePropertyGroups", "static_instance": null, "getter_method": "getIncludePropertyGroups", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.include_property_templates": {"fq_name": "files.AlphaGetMetadataArg.include_property_templates", "param_name": "includePropertyTemplates", "static_instance": null, "getter_method": "getIncludePropertyTemplates", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataError.path": {"fq_name": "files.AlphaGetMetadataError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.AlphaGetMetadataError", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataError.properties_error": {"fq_name": "files.AlphaGetMetadataError.properties_error", "param_name": "propertiesErrorValue", "static_instance": null, "getter_method": "getPropertiesErrorValue", "containing_data_type_ref": "files.AlphaGetMetadataError", "route_refs": [], "_type": "FieldReference"}, "files.BaseTagError.path": {"fq_name": "files.BaseTagError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.BaseTagError", "route_refs": [], "_type": "FieldReference"}, "files.BaseTagError.other": {"fq_name": "files.BaseTagError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.BaseTagError", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.path": {"fq_name": "files.CommitInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.mode": {"fq_name": "files.CommitInfo.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.autorename": {"fq_name": "files.CommitInfo.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.client_modified": {"fq_name": "files.CommitInfo.client_modified", "param_name": "clientModified", "static_instance": null, "getter_method": "getClientModified", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.mute": {"fq_name": "files.CommitInfo.mute", "param_name": "mute", "static_instance": null, "getter_method": "getMute", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.property_groups": {"fq_name": "files.CommitInfo.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.strict_conflict": {"fq_name": "files.CommitInfo.strict_conflict", "param_name": "strictConflict", "static_instance": null, "getter_method": "getStrictConflict", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.ContentSyncSetting.id": {"fq_name": "files.ContentSyncSetting.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "files.ContentSyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.ContentSyncSetting.sync_setting": {"fq_name": "files.ContentSyncSetting.sync_setting", "param_name": "syncSetting", "static_instance": null, "getter_method": "getSyncSetting", "containing_data_type_ref": "files.ContentSyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.ContentSyncSettingArg.id": {"fq_name": "files.ContentSyncSettingArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "files.ContentSyncSettingArg", "route_refs": [], "_type": "FieldReference"}, "files.ContentSyncSettingArg.sync_setting": {"fq_name": "files.ContentSyncSettingArg.sync_setting", "param_name": "syncSetting", "static_instance": null, "getter_method": "getSyncSetting", "containing_data_type_ref": "files.ContentSyncSettingArg", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderArg.path": {"fq_name": "files.CreateFolderArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.CreateFolderArg", "route_refs": ["files.create_folder", "files.create_folder_v2"], "_type": "FieldReference"}, "files.CreateFolderArg.autorename": {"fq_name": "files.CreateFolderArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.CreateFolderArg", "route_refs": ["files.create_folder", "files.create_folder_v2"], "_type": "FieldReference"}, "files.CreateFolderBatchArg.paths": {"fq_name": "files.CreateFolderBatchArg.paths", "param_name": "paths", "static_instance": null, "getter_method": "getPaths", "containing_data_type_ref": "files.CreateFolderBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchArg.autorename": {"fq_name": "files.CreateFolderBatchArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.CreateFolderBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchArg.force_async": {"fq_name": "files.CreateFolderBatchArg.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "files.CreateFolderBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchError.too_many_files": {"fq_name": "files.CreateFolderBatchError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.CreateFolderBatchError", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchError.other": {"fq_name": "files.CreateFolderBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.CreateFolderBatchError", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchJobStatus.in_progress": {"fq_name": "files.CreateFolderBatchJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.CreateFolderBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchJobStatus.complete": {"fq_name": "files.CreateFolderBatchJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.CreateFolderBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchJobStatus.failed": {"fq_name": "files.CreateFolderBatchJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "files.CreateFolderBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchJobStatus.other": {"fq_name": "files.CreateFolderBatchJobStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.CreateFolderBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchLaunch.async_job_id": {"fq_name": "files.CreateFolderBatchLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.CreateFolderBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchLaunch.complete": {"fq_name": "files.CreateFolderBatchLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.CreateFolderBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchLaunch.other": {"fq_name": "files.CreateFolderBatchLaunch.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.CreateFolderBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchResult.entries": {"fq_name": "files.CreateFolderBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.CreateFolderBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchResultEntry.success": {"fq_name": "files.CreateFolderBatchResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.CreateFolderBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchResultEntry.failure": {"fq_name": "files.CreateFolderBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.CreateFolderBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderEntryError.path": {"fq_name": "files.CreateFolderEntryError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.CreateFolderEntryError", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderEntryError.other": {"fq_name": "files.CreateFolderEntryError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.CreateFolderEntryError", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderEntryResult.metadata": {"fq_name": "files.CreateFolderEntryResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.CreateFolderEntryResult", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderError.path": {"fq_name": "files.CreateFolderError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.CreateFolderError", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderResult.metadata": {"fq_name": "files.CreateFolderResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.CreateFolderResult", "route_refs": [], "_type": "FieldReference"}, "files.DeleteArg.path": {"fq_name": "files.DeleteArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.DeleteArg", "route_refs": ["files.delete", "files.delete_v2", "files.permanently_delete"], "_type": "FieldReference"}, "files.DeleteArg.parent_rev": {"fq_name": "files.DeleteArg.parent_rev", "param_name": "parentRev", "static_instance": null, "getter_method": "getParentRev", "containing_data_type_ref": "files.DeleteArg", "route_refs": ["files.delete", "files.delete_v2", "files.permanently_delete"], "_type": "FieldReference"}, "files.DeleteBatchArg.entries": {"fq_name": "files.DeleteBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.DeleteBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchError.too_many_write_operations": {"fq_name": "files.DeleteBatchError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.DeleteBatchError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchError.other": {"fq_name": "files.DeleteBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DeleteBatchError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchJobStatus.in_progress": {"fq_name": "files.DeleteBatchJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.DeleteBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchJobStatus.complete": {"fq_name": "files.DeleteBatchJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.DeleteBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchJobStatus.failed": {"fq_name": "files.DeleteBatchJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "files.DeleteBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchJobStatus.other": {"fq_name": "files.DeleteBatchJobStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DeleteBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchLaunch.async_job_id": {"fq_name": "files.DeleteBatchLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.DeleteBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchLaunch.complete": {"fq_name": "files.DeleteBatchLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.DeleteBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchLaunch.other": {"fq_name": "files.DeleteBatchLaunch.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DeleteBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchResult.entries": {"fq_name": "files.DeleteBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.DeleteBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchResultData.metadata": {"fq_name": "files.DeleteBatchResultData.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.DeleteBatchResultData", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchResultEntry.success": {"fq_name": "files.DeleteBatchResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.DeleteBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchResultEntry.failure": {"fq_name": "files.DeleteBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.DeleteBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.DeleteError.path_lookup": {"fq_name": "files.DeleteError.path_lookup", "param_name": "pathLookupValue", "static_instance": null, "getter_method": "getPathLookupValue", "containing_data_type_ref": "files.DeleteError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteError.path_write": {"fq_name": "files.DeleteError.path_write", "param_name": "pathWriteValue", "static_instance": null, "getter_method": "getPathWriteValue", "containing_data_type_ref": "files.DeleteError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteError.too_many_write_operations": {"fq_name": "files.DeleteError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.DeleteError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteError.too_many_files": {"fq_name": "files.DeleteError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.DeleteError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteError.other": {"fq_name": "files.DeleteError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DeleteError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteResult.metadata": {"fq_name": "files.DeleteResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.DeleteResult", "route_refs": [], "_type": "FieldReference"}, "files.DeletedMetadata.name": {"fq_name": "files.DeletedMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "files.DeletedMetadata", "route_refs": [], "_type": "FieldReference"}, "files.DeletedMetadata.path_lower": {"fq_name": "files.DeletedMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "files.DeletedMetadata", "route_refs": [], "_type": "FieldReference"}, "files.DeletedMetadata.path_display": {"fq_name": "files.DeletedMetadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "files.DeletedMetadata", "route_refs": [], "_type": "FieldReference"}, "files.DeletedMetadata.parent_shared_folder_id": {"fq_name": "files.DeletedMetadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.DeletedMetadata", "route_refs": [], "_type": "FieldReference"}, "files.DeletedMetadata.preview_url": {"fq_name": "files.DeletedMetadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "files.DeletedMetadata", "route_refs": [], "_type": "FieldReference"}, "files.Dimensions.height": {"fq_name": "files.Dimensions.height", "param_name": "height", "static_instance": null, "getter_method": "getHeight", "containing_data_type_ref": "files.Dimensions", "route_refs": [], "_type": "FieldReference"}, "files.Dimensions.width": {"fq_name": "files.Dimensions.width", "param_name": "width", "static_instance": null, "getter_method": "getWidth", "containing_data_type_ref": "files.Dimensions", "route_refs": [], "_type": "FieldReference"}, "files.DownloadArg.path": {"fq_name": "files.DownloadArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.DownloadArg", "route_refs": ["files.download"], "_type": "FieldReference"}, "files.DownloadArg.rev": {"fq_name": "files.DownloadArg.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "files.DownloadArg", "route_refs": ["files.download"], "_type": "FieldReference"}, "files.DownloadError.path": {"fq_name": "files.DownloadError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.DownloadError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadError.unsupported_file": {"fq_name": "files.DownloadError.unsupported_file", "param_name": "unsupportedFileValue", "static_instance": "UNSUPPORTED_FILE", "getter_method": null, "containing_data_type_ref": "files.DownloadError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadError.other": {"fq_name": "files.DownloadError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DownloadError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipArg.path": {"fq_name": "files.DownloadZipArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.DownloadZipArg", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipError.path": {"fq_name": "files.DownloadZipError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.DownloadZipError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipError.too_large": {"fq_name": "files.DownloadZipError.too_large", "param_name": "tooLargeValue", "static_instance": "TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.DownloadZipError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipError.too_many_files": {"fq_name": "files.DownloadZipError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.DownloadZipError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipError.other": {"fq_name": "files.DownloadZipError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DownloadZipError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipResult.metadata": {"fq_name": "files.DownloadZipResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.DownloadZipResult", "route_refs": [], "_type": "FieldReference"}, "files.ExportArg.path": {"fq_name": "files.ExportArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.ExportArg", "route_refs": ["files.export"], "_type": "FieldReference"}, "files.ExportArg.export_format": {"fq_name": "files.ExportArg.export_format", "param_name": "exportFormat", "static_instance": null, "getter_method": "getExportFormat", "containing_data_type_ref": "files.ExportArg", "route_refs": ["files.export"], "_type": "FieldReference"}, "files.ExportError.path": {"fq_name": "files.ExportError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ExportError", "route_refs": [], "_type": "FieldReference"}, "files.ExportError.non_exportable": {"fq_name": "files.ExportError.non_exportable", "param_name": "nonExportableValue", "static_instance": "NON_EXPORTABLE", "getter_method": null, "containing_data_type_ref": "files.ExportError", "route_refs": [], "_type": "FieldReference"}, "files.ExportError.invalid_export_format": {"fq_name": "files.ExportError.invalid_export_format", "param_name": "invalidExportFormatValue", "static_instance": "INVALID_EXPORT_FORMAT", "getter_method": null, "containing_data_type_ref": "files.ExportError", "route_refs": [], "_type": "FieldReference"}, "files.ExportError.retry_error": {"fq_name": "files.ExportError.retry_error", "param_name": "retryErrorValue", "static_instance": "RETRY_ERROR", "getter_method": null, "containing_data_type_ref": "files.ExportError", "route_refs": [], "_type": "FieldReference"}, "files.ExportError.other": {"fq_name": "files.ExportError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ExportError", "route_refs": [], "_type": "FieldReference"}, "files.ExportInfo.export_as": {"fq_name": "files.ExportInfo.export_as", "param_name": "exportAs", "static_instance": null, "getter_method": "getExportAs", "containing_data_type_ref": "files.ExportInfo", "route_refs": [], "_type": "FieldReference"}, "files.ExportInfo.export_options": {"fq_name": "files.ExportInfo.export_options", "param_name": "exportOptions", "static_instance": null, "getter_method": "getExportOptions", "containing_data_type_ref": "files.ExportInfo", "route_refs": [], "_type": "FieldReference"}, "files.ExportMetadata.name": {"fq_name": "files.ExportMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "files.ExportMetadata", "route_refs": [], "_type": "FieldReference"}, "files.ExportMetadata.size": {"fq_name": "files.ExportMetadata.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "files.ExportMetadata", "route_refs": [], "_type": "FieldReference"}, "files.ExportMetadata.export_hash": {"fq_name": "files.ExportMetadata.export_hash", "param_name": "exportHash", "static_instance": null, "getter_method": "getExportHash", "containing_data_type_ref": "files.ExportMetadata", "route_refs": [], "_type": "FieldReference"}, "files.ExportMetadata.paper_revision": {"fq_name": "files.ExportMetadata.paper_revision", "param_name": "paperRevision", "static_instance": null, "getter_method": "getPaperRevision", "containing_data_type_ref": "files.ExportMetadata", "route_refs": [], "_type": "FieldReference"}, "files.ExportResult.export_metadata": {"fq_name": "files.ExportResult.export_metadata", "param_name": "exportMetadata", "static_instance": null, "getter_method": "getExportMetadata", "containing_data_type_ref": "files.ExportResult", "route_refs": [], "_type": "FieldReference"}, "files.ExportResult.file_metadata": {"fq_name": "files.ExportResult.file_metadata", "param_name": "fileMetadata", "static_instance": null, "getter_method": "getFileMetadata", "containing_data_type_ref": "files.ExportResult", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.image": {"fq_name": "files.FileCategory.image", "param_name": "imageValue", "static_instance": "IMAGE", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.document": {"fq_name": "files.FileCategory.document", "param_name": "documentValue", "static_instance": "DOCUMENT", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.pdf": {"fq_name": "files.FileCategory.pdf", "param_name": "pdfValue", "static_instance": "PDF", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.spreadsheet": {"fq_name": "files.FileCategory.spreadsheet", "param_name": "spreadsheetValue", "static_instance": "SPREADSHEET", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.presentation": {"fq_name": "files.FileCategory.presentation", "param_name": "presentationValue", "static_instance": "PRESENTATION", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.audio": {"fq_name": "files.FileCategory.audio", "param_name": "audioValue", "static_instance": "AUDIO", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.video": {"fq_name": "files.FileCategory.video", "param_name": "videoValue", "static_instance": "VIDEO", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.folder": {"fq_name": "files.FileCategory.folder", "param_name": "folderValue", "static_instance": "FOLDER", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.paper": {"fq_name": "files.FileCategory.paper", "param_name": "paperValue", "static_instance": "PAPER", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.others": {"fq_name": "files.FileCategory.others", "param_name": "othersValue", "static_instance": "OTHERS", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.other": {"fq_name": "files.FileCategory.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileLock.content": {"fq_name": "files.FileLock.content", "param_name": "content", "static_instance": null, "getter_method": "getContent", "containing_data_type_ref": "files.FileLock", "route_refs": [], "_type": "FieldReference"}, "files.FileLockContent.unlocked": {"fq_name": "files.FileLockContent.unlocked", "param_name": "unlockedValue", "static_instance": "UNLOCKED", "getter_method": null, "containing_data_type_ref": "files.FileLockContent", "route_refs": [], "_type": "FieldReference"}, "files.FileLockContent.single_user": {"fq_name": "files.FileLockContent.single_user", "param_name": "singleUserValue", "static_instance": null, "getter_method": "getSingleUserValue", "containing_data_type_ref": "files.FileLockContent", "route_refs": [], "_type": "FieldReference"}, "files.FileLockContent.other": {"fq_name": "files.FileLockContent.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.FileLockContent", "route_refs": [], "_type": "FieldReference"}, "files.FileLockMetadata.is_lockholder": {"fq_name": "files.FileLockMetadata.is_lockholder", "param_name": "isLockholder", "static_instance": null, "getter_method": "getIsLockholder", "containing_data_type_ref": "files.FileLockMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileLockMetadata.lockholder_name": {"fq_name": "files.FileLockMetadata.lockholder_name", "param_name": "lockholderName", "static_instance": null, "getter_method": "getLockholderName", "containing_data_type_ref": "files.FileLockMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileLockMetadata.lockholder_account_id": {"fq_name": "files.FileLockMetadata.lockholder_account_id", "param_name": "lockholderAccountId", "static_instance": null, "getter_method": "getLockholderAccountId", "containing_data_type_ref": "files.FileLockMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileLockMetadata.created": {"fq_name": "files.FileLockMetadata.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "files.FileLockMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.name": {"fq_name": "files.FileMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.id": {"fq_name": "files.FileMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.client_modified": {"fq_name": "files.FileMetadata.client_modified", "param_name": "clientModified", "static_instance": null, "getter_method": "getClientModified", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.server_modified": {"fq_name": "files.FileMetadata.server_modified", "param_name": "serverModified", "static_instance": null, "getter_method": "getServerModified", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.rev": {"fq_name": "files.FileMetadata.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.size": {"fq_name": "files.FileMetadata.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.path_lower": {"fq_name": "files.FileMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.path_display": {"fq_name": "files.FileMetadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.parent_shared_folder_id": {"fq_name": "files.FileMetadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.preview_url": {"fq_name": "files.FileMetadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.media_info": {"fq_name": "files.FileMetadata.media_info", "param_name": "mediaInfo", "static_instance": null, "getter_method": "getMediaInfo", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.symlink_info": {"fq_name": "files.FileMetadata.symlink_info", "param_name": "symlinkInfo", "static_instance": null, "getter_method": "getSymlinkInfo", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.sharing_info": {"fq_name": "files.FileMetadata.sharing_info", "param_name": "sharingInfo", "static_instance": null, "getter_method": "getSharingInfo", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.is_downloadable": {"fq_name": "files.FileMetadata.is_downloadable", "param_name": "isDownloadable", "static_instance": null, "getter_method": "getIsDownloadable", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.export_info": {"fq_name": "files.FileMetadata.export_info", "param_name": "exportInfo", "static_instance": null, "getter_method": "getExportInfo", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.property_groups": {"fq_name": "files.FileMetadata.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.has_explicit_shared_members": {"fq_name": "files.FileMetadata.has_explicit_shared_members", "param_name": "hasExplicitSharedMembers", "static_instance": null, "getter_method": "getHasExplicitSharedMembers", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.content_hash": {"fq_name": "files.FileMetadata.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.file_lock_info": {"fq_name": "files.FileMetadata.file_lock_info", "param_name": "fileLockInfo", "static_instance": null, "getter_method": "getFileLockInfo", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileSharingInfo.read_only": {"fq_name": "files.FileSharingInfo.read_only", "param_name": "readOnly", "static_instance": null, "getter_method": "getReadOnly", "containing_data_type_ref": "files.FileSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FileSharingInfo.parent_shared_folder_id": {"fq_name": "files.FileSharingInfo.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.FileSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FileSharingInfo.modified_by": {"fq_name": "files.FileSharingInfo.modified_by", "param_name": "modifiedBy", "static_instance": null, "getter_method": "getModifiedBy", "containing_data_type_ref": "files.FileSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FileStatus.active": {"fq_name": "files.FileStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "files.FileStatus", "route_refs": [], "_type": "FieldReference"}, "files.FileStatus.deleted": {"fq_name": "files.FileStatus.deleted", "param_name": "deletedValue", "static_instance": "DELETED", "getter_method": null, "containing_data_type_ref": "files.FileStatus", "route_refs": [], "_type": "FieldReference"}, "files.FileStatus.other": {"fq_name": "files.FileStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.FileStatus", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.name": {"fq_name": "files.FolderMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.id": {"fq_name": "files.FolderMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.path_lower": {"fq_name": "files.FolderMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.path_display": {"fq_name": "files.FolderMetadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.parent_shared_folder_id": {"fq_name": "files.FolderMetadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.preview_url": {"fq_name": "files.FolderMetadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.shared_folder_id": {"fq_name": "files.FolderMetadata.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.sharing_info": {"fq_name": "files.FolderMetadata.sharing_info", "param_name": "sharingInfo", "static_instance": null, "getter_method": "getSharingInfo", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.property_groups": {"fq_name": "files.FolderMetadata.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderSharingInfo.read_only": {"fq_name": "files.FolderSharingInfo.read_only", "param_name": "readOnly", "static_instance": null, "getter_method": "getReadOnly", "containing_data_type_ref": "files.FolderSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FolderSharingInfo.parent_shared_folder_id": {"fq_name": "files.FolderSharingInfo.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.FolderSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FolderSharingInfo.shared_folder_id": {"fq_name": "files.FolderSharingInfo.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "files.FolderSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FolderSharingInfo.traverse_only": {"fq_name": "files.FolderSharingInfo.traverse_only", "param_name": "traverseOnly", "static_instance": null, "getter_method": "getTraverseOnly", "containing_data_type_ref": "files.FolderSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FolderSharingInfo.no_access": {"fq_name": "files.FolderSharingInfo.no_access", "param_name": "noAccess", "static_instance": null, "getter_method": "getNoAccess", "containing_data_type_ref": "files.FolderSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceArg.path": {"fq_name": "files.GetCopyReferenceArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.GetCopyReferenceArg", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceError.path": {"fq_name": "files.GetCopyReferenceError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.GetCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceError.other": {"fq_name": "files.GetCopyReferenceError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.GetCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceResult.metadata": {"fq_name": "files.GetCopyReferenceResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.GetCopyReferenceResult", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceResult.copy_reference": {"fq_name": "files.GetCopyReferenceResult.copy_reference", "param_name": "copyReference", "static_instance": null, "getter_method": "getCopyReference", "containing_data_type_ref": "files.GetCopyReferenceResult", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceResult.expires": {"fq_name": "files.GetCopyReferenceResult.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "files.GetCopyReferenceResult", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataArg.path": {"fq_name": "files.GetMetadataArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.GetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataArg.include_media_info": {"fq_name": "files.GetMetadataArg.include_media_info", "param_name": "includeMediaInfo", "static_instance": null, "getter_method": "getIncludeMediaInfo", "containing_data_type_ref": "files.GetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataArg.include_deleted": {"fq_name": "files.GetMetadataArg.include_deleted", "param_name": "includeDeleted", "static_instance": null, "getter_method": "getIncludeDeleted", "containing_data_type_ref": "files.GetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataArg.include_has_explicit_shared_members": {"fq_name": "files.GetMetadataArg.include_has_explicit_shared_members", "param_name": "includeHasExplicitSharedMembers", "static_instance": null, "getter_method": "getIncludeHasExplicitSharedMembers", "containing_data_type_ref": "files.GetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataArg.include_property_groups": {"fq_name": "files.GetMetadataArg.include_property_groups", "param_name": "includePropertyGroups", "static_instance": null, "getter_method": "getIncludePropertyGroups", "containing_data_type_ref": "files.GetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataError.path": {"fq_name": "files.GetMetadataError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.GetMetadataError", "route_refs": [], "_type": "FieldReference"}, "files.GetTagsArg.paths": {"fq_name": "files.GetTagsArg.paths", "param_name": "paths", "static_instance": null, "getter_method": "getPaths", "containing_data_type_ref": "files.GetTagsArg", "route_refs": [], "_type": "FieldReference"}, "files.GetTagsResult.paths_to_tags": {"fq_name": "files.GetTagsResult.paths_to_tags", "param_name": "pathsToTags", "static_instance": null, "getter_method": "getPathsToTags", "containing_data_type_ref": "files.GetTagsResult", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkArg.path": {"fq_name": "files.GetTemporaryLinkArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.GetTemporaryLinkArg", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkError.path": {"fq_name": "files.GetTemporaryLinkError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.GetTemporaryLinkError", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkError.email_not_verified": {"fq_name": "files.GetTemporaryLinkError.email_not_verified", "param_name": "emailNotVerifiedValue", "static_instance": "EMAIL_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "files.GetTemporaryLinkError", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkError.unsupported_file": {"fq_name": "files.GetTemporaryLinkError.unsupported_file", "param_name": "unsupportedFileValue", "static_instance": "UNSUPPORTED_FILE", "getter_method": null, "containing_data_type_ref": "files.GetTemporaryLinkError", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkError.not_allowed": {"fq_name": "files.GetTemporaryLinkError.not_allowed", "param_name": "notAllowedValue", "static_instance": "NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "files.GetTemporaryLinkError", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkError.other": {"fq_name": "files.GetTemporaryLinkError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.GetTemporaryLinkError", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkResult.metadata": {"fq_name": "files.GetTemporaryLinkResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.GetTemporaryLinkResult", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkResult.link": {"fq_name": "files.GetTemporaryLinkResult.link", "param_name": "link", "static_instance": null, "getter_method": "getLink", "containing_data_type_ref": "files.GetTemporaryLinkResult", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryUploadLinkArg.commit_info": {"fq_name": "files.GetTemporaryUploadLinkArg.commit_info", "param_name": "commitInfo", "static_instance": null, "getter_method": "getCommitInfo", "containing_data_type_ref": "files.GetTemporaryUploadLinkArg", "route_refs": ["files.get_temporary_upload_link"], "_type": "FieldReference"}, "files.GetTemporaryUploadLinkArg.duration": {"fq_name": "files.GetTemporaryUploadLinkArg.duration", "param_name": "duration", "static_instance": null, "getter_method": "getDuration", "containing_data_type_ref": "files.GetTemporaryUploadLinkArg", "route_refs": ["files.get_temporary_upload_link"], "_type": "FieldReference"}, "files.GetTemporaryUploadLinkResult.link": {"fq_name": "files.GetTemporaryUploadLinkResult.link", "param_name": "link", "static_instance": null, "getter_method": "getLink", "containing_data_type_ref": "files.GetTemporaryUploadLinkResult", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchArg.entries": {"fq_name": "files.GetThumbnailBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.GetThumbnailBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchError.too_many_files": {"fq_name": "files.GetThumbnailBatchError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.GetThumbnailBatchError", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchError.other": {"fq_name": "files.GetThumbnailBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.GetThumbnailBatchError", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResult.entries": {"fq_name": "files.GetThumbnailBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.GetThumbnailBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResultData.metadata": {"fq_name": "files.GetThumbnailBatchResultData.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.GetThumbnailBatchResultData", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResultData.thumbnail": {"fq_name": "files.GetThumbnailBatchResultData.thumbnail", "param_name": "thumbnail", "static_instance": null, "getter_method": "getThumbnail", "containing_data_type_ref": "files.GetThumbnailBatchResultData", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResultEntry.success": {"fq_name": "files.GetThumbnailBatchResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.GetThumbnailBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResultEntry.failure": {"fq_name": "files.GetThumbnailBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.GetThumbnailBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResultEntry.other": {"fq_name": "files.GetThumbnailBatchResultEntry.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.GetThumbnailBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.GpsCoordinates.latitude": {"fq_name": "files.GpsCoordinates.latitude", "param_name": "latitude", "static_instance": null, "getter_method": "getLatitude", "containing_data_type_ref": "files.GpsCoordinates", "route_refs": [], "_type": "FieldReference"}, "files.GpsCoordinates.longitude": {"fq_name": "files.GpsCoordinates.longitude", "param_name": "longitude", "static_instance": null, "getter_method": "getLongitude", "containing_data_type_ref": "files.GpsCoordinates", "route_refs": [], "_type": "FieldReference"}, "files.HighlightSpan.highlight_str": {"fq_name": "files.HighlightSpan.highlight_str", "param_name": "highlightStr", "static_instance": null, "getter_method": "getHighlightStr", "containing_data_type_ref": "files.HighlightSpan", "route_refs": [], "_type": "FieldReference"}, "files.HighlightSpan.is_highlighted": {"fq_name": "files.HighlightSpan.is_highlighted", "param_name": "isHighlighted", "static_instance": null, "getter_method": "getIsHighlighted", "containing_data_type_ref": "files.HighlightSpan", "route_refs": [], "_type": "FieldReference"}, "files.ImportFormat.html": {"fq_name": "files.ImportFormat.html", "param_name": "htmlValue", "static_instance": "HTML", "getter_method": null, "containing_data_type_ref": "files.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "files.ImportFormat.markdown": {"fq_name": "files.ImportFormat.markdown", "param_name": "markdownValue", "static_instance": "MARKDOWN", "getter_method": null, "containing_data_type_ref": "files.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "files.ImportFormat.plain_text": {"fq_name": "files.ImportFormat.plain_text", "param_name": "plainTextValue", "static_instance": "PLAIN_TEXT", "getter_method": null, "containing_data_type_ref": "files.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "files.ImportFormat.other": {"fq_name": "files.ImportFormat.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.path": {"fq_name": "files.ListFolderArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.recursive": {"fq_name": "files.ListFolderArg.recursive", "param_name": "recursive", "static_instance": null, "getter_method": "getRecursive", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_media_info": {"fq_name": "files.ListFolderArg.include_media_info", "param_name": "includeMediaInfo", "static_instance": null, "getter_method": "getIncludeMediaInfo", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_deleted": {"fq_name": "files.ListFolderArg.include_deleted", "param_name": "includeDeleted", "static_instance": null, "getter_method": "getIncludeDeleted", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_has_explicit_shared_members": {"fq_name": "files.ListFolderArg.include_has_explicit_shared_members", "param_name": "includeHasExplicitSharedMembers", "static_instance": null, "getter_method": "getIncludeHasExplicitSharedMembers", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_mounted_folders": {"fq_name": "files.ListFolderArg.include_mounted_folders", "param_name": "includeMountedFolders", "static_instance": null, "getter_method": "getIncludeMountedFolders", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.limit": {"fq_name": "files.ListFolderArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.shared_link": {"fq_name": "files.ListFolderArg.shared_link", "param_name": "sharedLink", "static_instance": null, "getter_method": "getSharedLink", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_property_groups": {"fq_name": "files.ListFolderArg.include_property_groups", "param_name": "includePropertyGroups", "static_instance": null, "getter_method": "getIncludePropertyGroups", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_non_downloadable_files": {"fq_name": "files.ListFolderArg.include_non_downloadable_files", "param_name": "includeNonDownloadableFiles", "static_instance": null, "getter_method": "getIncludeNonDownloadableFiles", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderContinueArg.cursor": {"fq_name": "files.ListFolderContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.ListFolderContinueArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderContinueError.path": {"fq_name": "files.ListFolderContinueError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ListFolderContinueError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderContinueError.reset": {"fq_name": "files.ListFolderContinueError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "files.ListFolderContinueError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderContinueError.other": {"fq_name": "files.ListFolderContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ListFolderContinueError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderError.path": {"fq_name": "files.ListFolderError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ListFolderError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderError.template_error": {"fq_name": "files.ListFolderError.template_error", "param_name": "templateErrorValue", "static_instance": null, "getter_method": "getTemplateErrorValue", "containing_data_type_ref": "files.ListFolderError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderError.other": {"fq_name": "files.ListFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ListFolderError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderGetLatestCursorResult.cursor": {"fq_name": "files.ListFolderGetLatestCursorResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.ListFolderGetLatestCursorResult", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderLongpollArg.cursor": {"fq_name": "files.ListFolderLongpollArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.ListFolderLongpollArg", "route_refs": ["files.list_folder/longpoll"], "_type": "FieldReference"}, "files.ListFolderLongpollArg.timeout": {"fq_name": "files.ListFolderLongpollArg.timeout", "param_name": "timeout", "static_instance": null, "getter_method": "getTimeout", "containing_data_type_ref": "files.ListFolderLongpollArg", "route_refs": ["files.list_folder/longpoll"], "_type": "FieldReference"}, "files.ListFolderLongpollError.reset": {"fq_name": "files.ListFolderLongpollError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "files.ListFolderLongpollError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderLongpollError.other": {"fq_name": "files.ListFolderLongpollError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ListFolderLongpollError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderLongpollResult.changes": {"fq_name": "files.ListFolderLongpollResult.changes", "param_name": "changes", "static_instance": null, "getter_method": "getChanges", "containing_data_type_ref": "files.ListFolderLongpollResult", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderLongpollResult.backoff": {"fq_name": "files.ListFolderLongpollResult.backoff", "param_name": "backoff", "static_instance": null, "getter_method": "getBackoff", "containing_data_type_ref": "files.ListFolderLongpollResult", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderResult.entries": {"fq_name": "files.ListFolderResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.ListFolderResult", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderResult.cursor": {"fq_name": "files.ListFolderResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.ListFolderResult", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderResult.has_more": {"fq_name": "files.ListFolderResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "files.ListFolderResult", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsArg.path": {"fq_name": "files.ListRevisionsArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.ListRevisionsArg", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsArg.mode": {"fq_name": "files.ListRevisionsArg.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.ListRevisionsArg", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsArg.limit": {"fq_name": "files.ListRevisionsArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "files.ListRevisionsArg", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsError.path": {"fq_name": "files.ListRevisionsError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ListRevisionsError", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsError.other": {"fq_name": "files.ListRevisionsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ListRevisionsError", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsMode.path": {"fq_name": "files.ListRevisionsMode.path", "param_name": "pathValue", "static_instance": "PATH", "getter_method": null, "containing_data_type_ref": "files.ListRevisionsMode", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsMode.id": {"fq_name": "files.ListRevisionsMode.id", "param_name": "idValue", "static_instance": "ID", "getter_method": null, "containing_data_type_ref": "files.ListRevisionsMode", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsMode.other": {"fq_name": "files.ListRevisionsMode.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ListRevisionsMode", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsResult.is_deleted": {"fq_name": "files.ListRevisionsResult.is_deleted", "param_name": "isDeleted", "static_instance": null, "getter_method": "getIsDeleted", "containing_data_type_ref": "files.ListRevisionsResult", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsResult.entries": {"fq_name": "files.ListRevisionsResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.ListRevisionsResult", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsResult.server_deleted": {"fq_name": "files.ListRevisionsResult.server_deleted", "param_name": "serverDeleted", "static_instance": null, "getter_method": "getServerDeleted", "containing_data_type_ref": "files.ListRevisionsResult", "route_refs": [], "_type": "FieldReference"}, "files.LockConflictError.lock": {"fq_name": "files.LockConflictError.lock", "param_name": "lock", "static_instance": null, "getter_method": "getLock", "containing_data_type_ref": "files.LockConflictError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileArg.path": {"fq_name": "files.LockFileArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.LockFileArg", "route_refs": [], "_type": "FieldReference"}, "files.LockFileBatchArg.entries": {"fq_name": "files.LockFileBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.LockFileBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.LockFileBatchResult.entries": {"fq_name": "files.LockFileBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.LockFileBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.path_lookup": {"fq_name": "files.LockFileError.path_lookup", "param_name": "pathLookupValue", "static_instance": null, "getter_method": "getPathLookupValue", "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.too_many_write_operations": {"fq_name": "files.LockFileError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.too_many_files": {"fq_name": "files.LockFileError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.no_write_permission": {"fq_name": "files.LockFileError.no_write_permission", "param_name": "noWritePermissionValue", "static_instance": "NO_WRITE_PERMISSION", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.cannot_be_locked": {"fq_name": "files.LockFileError.cannot_be_locked", "param_name": "cannotBeLockedValue", "static_instance": "CANNOT_BE_LOCKED", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.file_not_shared": {"fq_name": "files.LockFileError.file_not_shared", "param_name": "fileNotSharedValue", "static_instance": "FILE_NOT_SHARED", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.lock_conflict": {"fq_name": "files.LockFileError.lock_conflict", "param_name": "lockConflictValue", "static_instance": null, "getter_method": "getLockConflictValue", "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.internal_error": {"fq_name": "files.LockFileError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.other": {"fq_name": "files.LockFileError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileResult.metadata": {"fq_name": "files.LockFileResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.LockFileResult", "route_refs": [], "_type": "FieldReference"}, "files.LockFileResult.lock": {"fq_name": "files.LockFileResult.lock", "param_name": "lock", "static_instance": null, "getter_method": "getLock", "containing_data_type_ref": "files.LockFileResult", "route_refs": [], "_type": "FieldReference"}, "files.LockFileResultEntry.success": {"fq_name": "files.LockFileResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.LockFileResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.LockFileResultEntry.failure": {"fq_name": "files.LockFileResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.LockFileResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.malformed_path": {"fq_name": "files.LookupError.malformed_path", "param_name": "malformedPathValue", "static_instance": null, "getter_method": "getMalformedPathValue", "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.not_found": {"fq_name": "files.LookupError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.not_file": {"fq_name": "files.LookupError.not_file", "param_name": "notFileValue", "static_instance": "NOT_FILE", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.not_folder": {"fq_name": "files.LookupError.not_folder", "param_name": "notFolderValue", "static_instance": "NOT_FOLDER", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.restricted_content": {"fq_name": "files.LookupError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.unsupported_content_type": {"fq_name": "files.LookupError.unsupported_content_type", "param_name": "unsupportedContentTypeValue", "static_instance": "UNSUPPORTED_CONTENT_TYPE", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.locked": {"fq_name": "files.LookupError.locked", "param_name": "lockedValue", "static_instance": "LOCKED", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.other": {"fq_name": "files.LookupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.MediaInfo.pending": {"fq_name": "files.MediaInfo.pending", "param_name": "pendingValue", "static_instance": "PENDING", "getter_method": null, "containing_data_type_ref": "files.MediaInfo", "route_refs": [], "_type": "FieldReference"}, "files.MediaInfo.metadata": {"fq_name": "files.MediaInfo.metadata", "param_name": "metadataValue", "static_instance": null, "getter_method": "getMetadataValue", "containing_data_type_ref": "files.MediaInfo", "route_refs": [], "_type": "FieldReference"}, "files.MediaMetadata.dimensions": {"fq_name": "files.MediaMetadata.dimensions", "param_name": "dimensions", "static_instance": null, "getter_method": "getDimensions", "containing_data_type_ref": "files.MediaMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MediaMetadata.location": {"fq_name": "files.MediaMetadata.location", "param_name": "location", "static_instance": null, "getter_method": "getLocation", "containing_data_type_ref": "files.MediaMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MediaMetadata.time_taken": {"fq_name": "files.MediaMetadata.time_taken", "param_name": "timeTaken", "static_instance": null, "getter_method": "getTimeTaken", "containing_data_type_ref": "files.MediaMetadata", "route_refs": [], "_type": "FieldReference"}, "files.Metadata.name": {"fq_name": "files.Metadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "files.Metadata", "route_refs": [], "_type": "FieldReference"}, "files.Metadata.path_lower": {"fq_name": "files.Metadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "files.Metadata", "route_refs": [], "_type": "FieldReference"}, "files.Metadata.path_display": {"fq_name": "files.Metadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "files.Metadata", "route_refs": [], "_type": "FieldReference"}, "files.Metadata.parent_shared_folder_id": {"fq_name": "files.Metadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.Metadata", "route_refs": [], "_type": "FieldReference"}, "files.Metadata.preview_url": {"fq_name": "files.Metadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "files.Metadata", "route_refs": [], "_type": "FieldReference"}, "files.MetadataV2.metadata": {"fq_name": "files.MetadataV2.metadata", "param_name": "metadataValue", "static_instance": null, "getter_method": "getMetadataValue", "containing_data_type_ref": "files.MetadataV2", "route_refs": [], "_type": "FieldReference"}, "files.MetadataV2.other": {"fq_name": "files.MetadataV2.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.MetadataV2", "route_refs": [], "_type": "FieldReference"}, "files.MinimalFileLinkMetadata.url": {"fq_name": "files.MinimalFileLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "files.MinimalFileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MinimalFileLinkMetadata.rev": {"fq_name": "files.MinimalFileLinkMetadata.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "files.MinimalFileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MinimalFileLinkMetadata.id": {"fq_name": "files.MinimalFileLinkMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "files.MinimalFileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MinimalFileLinkMetadata.path": {"fq_name": "files.MinimalFileLinkMetadata.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.MinimalFileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MoveBatchArg.entries": {"fq_name": "files.MoveBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.MoveBatchArg", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.MoveBatchArg.autorename": {"fq_name": "files.MoveBatchArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.MoveBatchArg", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.MoveBatchArg.allow_ownership_transfer": {"fq_name": "files.MoveBatchArg.allow_ownership_transfer", "param_name": "allowOwnershipTransfer", "static_instance": null, "getter_method": "getAllowOwnershipTransfer", "containing_data_type_ref": "files.MoveBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.MoveIntoFamilyError.is_shared_folder": {"fq_name": "files.MoveIntoFamilyError.is_shared_folder", "param_name": "isSharedFolderValue", "static_instance": "IS_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.MoveIntoFamilyError", "route_refs": [], "_type": "FieldReference"}, "files.MoveIntoFamilyError.other": {"fq_name": "files.MoveIntoFamilyError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.MoveIntoFamilyError", "route_refs": [], "_type": "FieldReference"}, "files.MoveIntoVaultError.is_shared_folder": {"fq_name": "files.MoveIntoVaultError.is_shared_folder", "param_name": "isSharedFolderValue", "static_instance": "IS_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.MoveIntoVaultError", "route_refs": [], "_type": "FieldReference"}, "files.MoveIntoVaultError.other": {"fq_name": "files.MoveIntoVaultError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.MoveIntoVaultError", "route_refs": [], "_type": "FieldReference"}, "files.PaperContentError.insufficient_permissions": {"fq_name": "files.PaperContentError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "files.PaperContentError", "route_refs": [], "_type": "FieldReference"}, "files.PaperContentError.content_malformed": {"fq_name": "files.PaperContentError.content_malformed", "param_name": "contentMalformedValue", "static_instance": "CONTENT_MALFORMED", "getter_method": null, "containing_data_type_ref": "files.PaperContentError", "route_refs": [], "_type": "FieldReference"}, "files.PaperContentError.doc_length_exceeded": {"fq_name": "files.PaperContentError.doc_length_exceeded", "param_name": "docLengthExceededValue", "static_instance": "DOC_LENGTH_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperContentError", "route_refs": [], "_type": "FieldReference"}, "files.PaperContentError.image_size_exceeded": {"fq_name": "files.PaperContentError.image_size_exceeded", "param_name": "imageSizeExceededValue", "static_instance": "IMAGE_SIZE_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperContentError", "route_refs": [], "_type": "FieldReference"}, "files.PaperContentError.other": {"fq_name": "files.PaperContentError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.PaperContentError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateArg.path": {"fq_name": "files.PaperCreateArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.PaperCreateArg", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateArg.import_format": {"fq_name": "files.PaperCreateArg.import_format", "param_name": "importFormat", "static_instance": null, "getter_method": "getImportFormat", "containing_data_type_ref": "files.PaperCreateArg", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.insufficient_permissions": {"fq_name": "files.PaperCreateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.content_malformed": {"fq_name": "files.PaperCreateError.content_malformed", "param_name": "contentMalformedValue", "static_instance": "CONTENT_MALFORMED", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.doc_length_exceeded": {"fq_name": "files.PaperCreateError.doc_length_exceeded", "param_name": "docLengthExceededValue", "static_instance": "DOC_LENGTH_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.image_size_exceeded": {"fq_name": "files.PaperCreateError.image_size_exceeded", "param_name": "imageSizeExceededValue", "static_instance": "IMAGE_SIZE_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.other": {"fq_name": "files.PaperCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.invalid_path": {"fq_name": "files.PaperCreateError.invalid_path", "param_name": "invalidPathValue", "static_instance": "INVALID_PATH", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.email_unverified": {"fq_name": "files.PaperCreateError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.invalid_file_extension": {"fq_name": "files.PaperCreateError.invalid_file_extension", "param_name": "invalidFileExtensionValue", "static_instance": "INVALID_FILE_EXTENSION", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.paper_disabled": {"fq_name": "files.PaperCreateError.paper_disabled", "param_name": "paperDisabledValue", "static_instance": "PAPER_DISABLED", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateResult.url": {"fq_name": "files.PaperCreateResult.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "files.PaperCreateResult", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateResult.result_path": {"fq_name": "files.PaperCreateResult.result_path", "param_name": "resultPath", "static_instance": null, "getter_method": "getResultPath", "containing_data_type_ref": "files.PaperCreateResult", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateResult.file_id": {"fq_name": "files.PaperCreateResult.file_id", "param_name": "fileId", "static_instance": null, "getter_method": "getFileId", "containing_data_type_ref": "files.PaperCreateResult", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateResult.paper_revision": {"fq_name": "files.PaperCreateResult.paper_revision", "param_name": "paperRevision", "static_instance": null, "getter_method": "getPaperRevision", "containing_data_type_ref": "files.PaperCreateResult", "route_refs": [], "_type": "FieldReference"}, "files.PaperDocUpdatePolicy.update": {"fq_name": "files.PaperDocUpdatePolicy.update", "param_name": "updateValue", "static_instance": "UPDATE", "getter_method": null, "containing_data_type_ref": "files.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "files.PaperDocUpdatePolicy.overwrite": {"fq_name": "files.PaperDocUpdatePolicy.overwrite", "param_name": "overwriteValue", "static_instance": "OVERWRITE", "getter_method": null, "containing_data_type_ref": "files.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "files.PaperDocUpdatePolicy.prepend": {"fq_name": "files.PaperDocUpdatePolicy.prepend", "param_name": "prependValue", "static_instance": "PREPEND", "getter_method": null, "containing_data_type_ref": "files.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "files.PaperDocUpdatePolicy.append": {"fq_name": "files.PaperDocUpdatePolicy.append", "param_name": "appendValue", "static_instance": "APPEND", "getter_method": null, "containing_data_type_ref": "files.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "files.PaperDocUpdatePolicy.other": {"fq_name": "files.PaperDocUpdatePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateArg.path": {"fq_name": "files.PaperUpdateArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.PaperUpdateArg", "route_refs": ["files.paper/update"], "_type": "FieldReference"}, "files.PaperUpdateArg.import_format": {"fq_name": "files.PaperUpdateArg.import_format", "param_name": "importFormat", "static_instance": null, "getter_method": "getImportFormat", "containing_data_type_ref": "files.PaperUpdateArg", "route_refs": ["files.paper/update"], "_type": "FieldReference"}, "files.PaperUpdateArg.doc_update_policy": {"fq_name": "files.PaperUpdateArg.doc_update_policy", "param_name": "docUpdatePolicy", "static_instance": null, "getter_method": "getDocUpdatePolicy", "containing_data_type_ref": "files.PaperUpdateArg", "route_refs": ["files.paper/update"], "_type": "FieldReference"}, "files.PaperUpdateArg.paper_revision": {"fq_name": "files.PaperUpdateArg.paper_revision", "param_name": "paperRevision", "static_instance": null, "getter_method": "getPaperRevision", "containing_data_type_ref": "files.PaperUpdateArg", "route_refs": ["files.paper/update"], "_type": "FieldReference"}, "files.PaperUpdateError.insufficient_permissions": {"fq_name": "files.PaperUpdateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.content_malformed": {"fq_name": "files.PaperUpdateError.content_malformed", "param_name": "contentMalformedValue", "static_instance": "CONTENT_MALFORMED", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.doc_length_exceeded": {"fq_name": "files.PaperUpdateError.doc_length_exceeded", "param_name": "docLengthExceededValue", "static_instance": "DOC_LENGTH_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.image_size_exceeded": {"fq_name": "files.PaperUpdateError.image_size_exceeded", "param_name": "imageSizeExceededValue", "static_instance": "IMAGE_SIZE_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.other": {"fq_name": "files.PaperUpdateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.path": {"fq_name": "files.PaperUpdateError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.revision_mismatch": {"fq_name": "files.PaperUpdateError.revision_mismatch", "param_name": "revisionMismatchValue", "static_instance": "REVISION_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.doc_archived": {"fq_name": "files.PaperUpdateError.doc_archived", "param_name": "docArchivedValue", "static_instance": "DOC_ARCHIVED", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.doc_deleted": {"fq_name": "files.PaperUpdateError.doc_deleted", "param_name": "docDeletedValue", "static_instance": "DOC_DELETED", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateResult.paper_revision": {"fq_name": "files.PaperUpdateResult.paper_revision", "param_name": "paperRevision", "static_instance": null, "getter_method": "getPaperRevision", "containing_data_type_ref": "files.PaperUpdateResult", "route_refs": [], "_type": "FieldReference"}, "files.PathOrLink.path": {"fq_name": "files.PathOrLink.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.PathOrLink", "route_refs": [], "_type": "FieldReference"}, "files.PathOrLink.link": {"fq_name": "files.PathOrLink.link", "param_name": "linkValue", "static_instance": null, "getter_method": "getLinkValue", "containing_data_type_ref": "files.PathOrLink", "route_refs": [], "_type": "FieldReference"}, "files.PathOrLink.other": {"fq_name": "files.PathOrLink.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.PathOrLink", "route_refs": [], "_type": "FieldReference"}, "files.PathToTags.path": {"fq_name": "files.PathToTags.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.PathToTags", "route_refs": [], "_type": "FieldReference"}, "files.PathToTags.tags": {"fq_name": "files.PathToTags.tags", "param_name": "tags", "static_instance": null, "getter_method": "getTags", "containing_data_type_ref": "files.PathToTags", "route_refs": [], "_type": "FieldReference"}, "files.PhotoMetadata.dimensions": {"fq_name": "files.PhotoMetadata.dimensions", "param_name": "dimensions", "static_instance": null, "getter_method": "getDimensions", "containing_data_type_ref": "files.PhotoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.PhotoMetadata.location": {"fq_name": "files.PhotoMetadata.location", "param_name": "location", "static_instance": null, "getter_method": "getLocation", "containing_data_type_ref": "files.PhotoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.PhotoMetadata.time_taken": {"fq_name": "files.PhotoMetadata.time_taken", "param_name": "timeTaken", "static_instance": null, "getter_method": "getTimeTaken", "containing_data_type_ref": "files.PhotoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.PreviewArg.path": {"fq_name": "files.PreviewArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.PreviewArg", "route_refs": ["files.get_preview"], "_type": "FieldReference"}, "files.PreviewArg.rev": {"fq_name": "files.PreviewArg.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "files.PreviewArg", "route_refs": ["files.get_preview"], "_type": "FieldReference"}, "files.PreviewError.path": {"fq_name": "files.PreviewError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.PreviewError", "route_refs": [], "_type": "FieldReference"}, "files.PreviewError.in_progress": {"fq_name": "files.PreviewError.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.PreviewError", "route_refs": [], "_type": "FieldReference"}, "files.PreviewError.unsupported_extension": {"fq_name": "files.PreviewError.unsupported_extension", "param_name": "unsupportedExtensionValue", "static_instance": "UNSUPPORTED_EXTENSION", "getter_method": null, "containing_data_type_ref": "files.PreviewError", "route_refs": [], "_type": "FieldReference"}, "files.PreviewError.unsupported_content": {"fq_name": "files.PreviewError.unsupported_content", "param_name": "unsupportedContentValue", "static_instance": "UNSUPPORTED_CONTENT", "getter_method": null, "containing_data_type_ref": "files.PreviewError", "route_refs": [], "_type": "FieldReference"}, "files.PreviewResult.file_metadata": {"fq_name": "files.PreviewResult.file_metadata", "param_name": "fileMetadata", "static_instance": null, "getter_method": "getFileMetadata", "containing_data_type_ref": "files.PreviewResult", "route_refs": [], "_type": "FieldReference"}, "files.PreviewResult.link_metadata": {"fq_name": "files.PreviewResult.link_metadata", "param_name": "linkMetadata", "static_instance": null, "getter_method": "getLinkMetadata", "containing_data_type_ref": "files.PreviewResult", "route_refs": [], "_type": "FieldReference"}, "files.RelocationArg.from_path": {"fq_name": "files.RelocationArg.from_path", "param_name": "fromPath", "static_instance": null, "getter_method": "getFromPath", "containing_data_type_ref": "files.RelocationArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationArg.to_path": {"fq_name": "files.RelocationArg.to_path", "param_name": "toPath", "static_instance": null, "getter_method": "getToPath", "containing_data_type_ref": "files.RelocationArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationArg.allow_shared_folder": {"fq_name": "files.RelocationArg.allow_shared_folder", "param_name": "allowSharedFolder", "static_instance": null, "getter_method": "getAllowSharedFolder", "containing_data_type_ref": "files.RelocationArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationArg.autorename": {"fq_name": "files.RelocationArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.RelocationArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationArg.allow_ownership_transfer": {"fq_name": "files.RelocationArg.allow_ownership_transfer", "param_name": "allowOwnershipTransfer", "static_instance": null, "getter_method": "getAllowOwnershipTransfer", "containing_data_type_ref": "files.RelocationArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchArg.entries": {"fq_name": "files.RelocationBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.RelocationBatchArg", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.RelocationBatchArg.autorename": {"fq_name": "files.RelocationBatchArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.RelocationBatchArg", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.RelocationBatchArg.allow_shared_folder": {"fq_name": "files.RelocationBatchArg.allow_shared_folder", "param_name": "allowSharedFolder", "static_instance": null, "getter_method": "getAllowSharedFolder", "containing_data_type_ref": "files.RelocationBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchArg.allow_ownership_transfer": {"fq_name": "files.RelocationBatchArg.allow_ownership_transfer", "param_name": "allowOwnershipTransfer", "static_instance": null, "getter_method": "getAllowOwnershipTransfer", "containing_data_type_ref": "files.RelocationBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchArgBase.entries": {"fq_name": "files.RelocationBatchArgBase.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.RelocationBatchArgBase", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.RelocationBatchArgBase.autorename": {"fq_name": "files.RelocationBatchArgBase.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.RelocationBatchArgBase", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.RelocationBatchError.from_lookup": {"fq_name": "files.RelocationBatchError.from_lookup", "param_name": "fromLookupValue", "static_instance": null, "getter_method": "getFromLookupValue", "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.from_write": {"fq_name": "files.RelocationBatchError.from_write", "param_name": "fromWriteValue", "static_instance": null, "getter_method": "getFromWriteValue", "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.to": {"fq_name": "files.RelocationBatchError.to", "param_name": "toValue", "static_instance": null, "getter_method": "getToValue", "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_copy_shared_folder": {"fq_name": "files.RelocationBatchError.cant_copy_shared_folder", "param_name": "cantCopySharedFolderValue", "static_instance": "CANT_COPY_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_nest_shared_folder": {"fq_name": "files.RelocationBatchError.cant_nest_shared_folder", "param_name": "cantNestSharedFolderValue", "static_instance": "CANT_NEST_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_move_folder_into_itself": {"fq_name": "files.RelocationBatchError.cant_move_folder_into_itself", "param_name": "cantMoveFolderIntoItselfValue", "static_instance": "CANT_MOVE_FOLDER_INTO_ITSELF", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.too_many_files": {"fq_name": "files.RelocationBatchError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.duplicated_or_nested_paths": {"fq_name": "files.RelocationBatchError.duplicated_or_nested_paths", "param_name": "duplicatedOrNestedPathsValue", "static_instance": "DUPLICATED_OR_NESTED_PATHS", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_transfer_ownership": {"fq_name": "files.RelocationBatchError.cant_transfer_ownership", "param_name": "cantTransferOwnershipValue", "static_instance": "CANT_TRANSFER_OWNERSHIP", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.insufficient_quota": {"fq_name": "files.RelocationBatchError.insufficient_quota", "param_name": "insufficientQuotaValue", "static_instance": "INSUFFICIENT_QUOTA", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.internal_error": {"fq_name": "files.RelocationBatchError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_move_shared_folder": {"fq_name": "files.RelocationBatchError.cant_move_shared_folder", "param_name": "cantMoveSharedFolderValue", "static_instance": "CANT_MOVE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_move_into_vault": {"fq_name": "files.RelocationBatchError.cant_move_into_vault", "param_name": "cantMoveIntoVaultValue", "static_instance": null, "getter_method": "getCantMoveIntoVaultValue", "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_move_into_family": {"fq_name": "files.RelocationBatchError.cant_move_into_family", "param_name": "cantMoveIntoFamilyValue", "static_instance": null, "getter_method": "getCantMoveIntoFamilyValue", "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.other": {"fq_name": "files.RelocationBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.too_many_write_operations": {"fq_name": "files.RelocationBatchError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchErrorEntry.relocation_error": {"fq_name": "files.RelocationBatchErrorEntry.relocation_error", "param_name": "relocationErrorValue", "static_instance": null, "getter_method": "getRelocationErrorValue", "containing_data_type_ref": "files.RelocationBatchErrorEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchErrorEntry.internal_error": {"fq_name": "files.RelocationBatchErrorEntry.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchErrorEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchErrorEntry.too_many_write_operations": {"fq_name": "files.RelocationBatchErrorEntry.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchErrorEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchErrorEntry.other": {"fq_name": "files.RelocationBatchErrorEntry.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchErrorEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchJobStatus.in_progress": {"fq_name": "files.RelocationBatchJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchJobStatus.complete": {"fq_name": "files.RelocationBatchJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.RelocationBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchJobStatus.failed": {"fq_name": "files.RelocationBatchJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "files.RelocationBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchLaunch.async_job_id": {"fq_name": "files.RelocationBatchLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.RelocationBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchLaunch.complete": {"fq_name": "files.RelocationBatchLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.RelocationBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchLaunch.other": {"fq_name": "files.RelocationBatchLaunch.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchResult.entries": {"fq_name": "files.RelocationBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.RelocationBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchResultData.metadata": {"fq_name": "files.RelocationBatchResultData.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.RelocationBatchResultData", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchResultEntry.success": {"fq_name": "files.RelocationBatchResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.RelocationBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchResultEntry.failure": {"fq_name": "files.RelocationBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.RelocationBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchResultEntry.other": {"fq_name": "files.RelocationBatchResultEntry.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchV2JobStatus.in_progress": {"fq_name": "files.RelocationBatchV2JobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchV2JobStatus", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchV2JobStatus.complete": {"fq_name": "files.RelocationBatchV2JobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.RelocationBatchV2JobStatus", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchV2Launch.async_job_id": {"fq_name": "files.RelocationBatchV2Launch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.RelocationBatchV2Launch", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchV2Launch.complete": {"fq_name": "files.RelocationBatchV2Launch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.RelocationBatchV2Launch", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchV2Result.entries": {"fq_name": "files.RelocationBatchV2Result.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.RelocationBatchV2Result", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.from_lookup": {"fq_name": "files.RelocationError.from_lookup", "param_name": "fromLookupValue", "static_instance": null, "getter_method": "getFromLookupValue", "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.from_write": {"fq_name": "files.RelocationError.from_write", "param_name": "fromWriteValue", "static_instance": null, "getter_method": "getFromWriteValue", "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.to": {"fq_name": "files.RelocationError.to", "param_name": "toValue", "static_instance": null, "getter_method": "getToValue", "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_copy_shared_folder": {"fq_name": "files.RelocationError.cant_copy_shared_folder", "param_name": "cantCopySharedFolderValue", "static_instance": "CANT_COPY_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_nest_shared_folder": {"fq_name": "files.RelocationError.cant_nest_shared_folder", "param_name": "cantNestSharedFolderValue", "static_instance": "CANT_NEST_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_move_folder_into_itself": {"fq_name": "files.RelocationError.cant_move_folder_into_itself", "param_name": "cantMoveFolderIntoItselfValue", "static_instance": "CANT_MOVE_FOLDER_INTO_ITSELF", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.too_many_files": {"fq_name": "files.RelocationError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.duplicated_or_nested_paths": {"fq_name": "files.RelocationError.duplicated_or_nested_paths", "param_name": "duplicatedOrNestedPathsValue", "static_instance": "DUPLICATED_OR_NESTED_PATHS", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_transfer_ownership": {"fq_name": "files.RelocationError.cant_transfer_ownership", "param_name": "cantTransferOwnershipValue", "static_instance": "CANT_TRANSFER_OWNERSHIP", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.insufficient_quota": {"fq_name": "files.RelocationError.insufficient_quota", "param_name": "insufficientQuotaValue", "static_instance": "INSUFFICIENT_QUOTA", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.internal_error": {"fq_name": "files.RelocationError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_move_shared_folder": {"fq_name": "files.RelocationError.cant_move_shared_folder", "param_name": "cantMoveSharedFolderValue", "static_instance": "CANT_MOVE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_move_into_vault": {"fq_name": "files.RelocationError.cant_move_into_vault", "param_name": "cantMoveIntoVaultValue", "static_instance": null, "getter_method": "getCantMoveIntoVaultValue", "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_move_into_family": {"fq_name": "files.RelocationError.cant_move_into_family", "param_name": "cantMoveIntoFamilyValue", "static_instance": null, "getter_method": "getCantMoveIntoFamilyValue", "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.other": {"fq_name": "files.RelocationError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationPath.from_path": {"fq_name": "files.RelocationPath.from_path", "param_name": "fromPath", "static_instance": null, "getter_method": "getFromPath", "containing_data_type_ref": "files.RelocationPath", "route_refs": [], "_type": "FieldReference"}, "files.RelocationPath.to_path": {"fq_name": "files.RelocationPath.to_path", "param_name": "toPath", "static_instance": null, "getter_method": "getToPath", "containing_data_type_ref": "files.RelocationPath", "route_refs": [], "_type": "FieldReference"}, "files.RelocationResult.metadata": {"fq_name": "files.RelocationResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.RelocationResult", "route_refs": [], "_type": "FieldReference"}, "files.RemoveTagArg.path": {"fq_name": "files.RemoveTagArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.RemoveTagArg", "route_refs": [], "_type": "FieldReference"}, "files.RemoveTagArg.tag_text": {"fq_name": "files.RemoveTagArg.tag_text", "param_name": "tagText", "static_instance": null, "getter_method": "getTagText", "containing_data_type_ref": "files.RemoveTagArg", "route_refs": [], "_type": "FieldReference"}, "files.RemoveTagError.path": {"fq_name": "files.RemoveTagError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.RemoveTagError", "route_refs": [], "_type": "FieldReference"}, "files.RemoveTagError.other": {"fq_name": "files.RemoveTagError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RemoveTagError", "route_refs": [], "_type": "FieldReference"}, "files.RemoveTagError.tag_not_present": {"fq_name": "files.RemoveTagError.tag_not_present", "param_name": "tagNotPresentValue", "static_instance": "TAG_NOT_PRESENT", "getter_method": null, "containing_data_type_ref": "files.RemoveTagError", "route_refs": [], "_type": "FieldReference"}, "files.RestoreArg.path": {"fq_name": "files.RestoreArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.RestoreArg", "route_refs": [], "_type": "FieldReference"}, "files.RestoreArg.rev": {"fq_name": "files.RestoreArg.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "files.RestoreArg", "route_refs": [], "_type": "FieldReference"}, "files.RestoreError.path_lookup": {"fq_name": "files.RestoreError.path_lookup", "param_name": "pathLookupValue", "static_instance": null, "getter_method": "getPathLookupValue", "containing_data_type_ref": "files.RestoreError", "route_refs": [], "_type": "FieldReference"}, "files.RestoreError.path_write": {"fq_name": "files.RestoreError.path_write", "param_name": "pathWriteValue", "static_instance": null, "getter_method": "getPathWriteValue", "containing_data_type_ref": "files.RestoreError", "route_refs": [], "_type": "FieldReference"}, "files.RestoreError.invalid_revision": {"fq_name": "files.RestoreError.invalid_revision", "param_name": "invalidRevisionValue", "static_instance": "INVALID_REVISION", "getter_method": null, "containing_data_type_ref": "files.RestoreError", "route_refs": [], "_type": "FieldReference"}, "files.RestoreError.in_progress": {"fq_name": "files.RestoreError.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.RestoreError", "route_refs": [], "_type": "FieldReference"}, "files.RestoreError.other": {"fq_name": "files.RestoreError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RestoreError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceArg.copy_reference": {"fq_name": "files.SaveCopyReferenceArg.copy_reference", "param_name": "copyReference", "static_instance": null, "getter_method": "getCopyReference", "containing_data_type_ref": "files.SaveCopyReferenceArg", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceArg.path": {"fq_name": "files.SaveCopyReferenceArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.SaveCopyReferenceArg", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.path": {"fq_name": "files.SaveCopyReferenceError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.invalid_copy_reference": {"fq_name": "files.SaveCopyReferenceError.invalid_copy_reference", "param_name": "invalidCopyReferenceValue", "static_instance": "INVALID_COPY_REFERENCE", "getter_method": null, "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.no_permission": {"fq_name": "files.SaveCopyReferenceError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.not_found": {"fq_name": "files.SaveCopyReferenceError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.too_many_files": {"fq_name": "files.SaveCopyReferenceError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.other": {"fq_name": "files.SaveCopyReferenceError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceResult.metadata": {"fq_name": "files.SaveCopyReferenceResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.SaveCopyReferenceResult", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlArg.path": {"fq_name": "files.SaveUrlArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.SaveUrlArg", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlArg.url": {"fq_name": "files.SaveUrlArg.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "files.SaveUrlArg", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlError.path": {"fq_name": "files.SaveUrlError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.SaveUrlError", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlError.download_failed": {"fq_name": "files.SaveUrlError.download_failed", "param_name": "downloadFailedValue", "static_instance": "DOWNLOAD_FAILED", "getter_method": null, "containing_data_type_ref": "files.SaveUrlError", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlError.invalid_url": {"fq_name": "files.SaveUrlError.invalid_url", "param_name": "invalidUrlValue", "static_instance": "INVALID_URL", "getter_method": null, "containing_data_type_ref": "files.SaveUrlError", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlError.not_found": {"fq_name": "files.SaveUrlError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.SaveUrlError", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlError.other": {"fq_name": "files.SaveUrlError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SaveUrlError", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlJobStatus.in_progress": {"fq_name": "files.SaveUrlJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.SaveUrlJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlJobStatus.complete": {"fq_name": "files.SaveUrlJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.SaveUrlJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlJobStatus.failed": {"fq_name": "files.SaveUrlJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "files.SaveUrlJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlResult.async_job_id": {"fq_name": "files.SaveUrlResult.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.SaveUrlResult", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlResult.complete": {"fq_name": "files.SaveUrlResult.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.SaveUrlResult", "route_refs": [], "_type": "FieldReference"}, "files.SearchArg.path": {"fq_name": "files.SearchArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.SearchArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchArg.query": {"fq_name": "files.SearchArg.query", "param_name": "query", "static_instance": null, "getter_method": "getQuery", "containing_data_type_ref": "files.SearchArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchArg.start": {"fq_name": "files.SearchArg.start", "param_name": "start", "static_instance": null, "getter_method": "getStart", "containing_data_type_ref": "files.SearchArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchArg.max_results": {"fq_name": "files.SearchArg.max_results", "param_name": "maxResults", "static_instance": null, "getter_method": "getMaxResults", "containing_data_type_ref": "files.SearchArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchArg.mode": {"fq_name": "files.SearchArg.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.SearchArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchError.path": {"fq_name": "files.SearchError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.SearchError", "route_refs": [], "_type": "FieldReference"}, "files.SearchError.invalid_argument": {"fq_name": "files.SearchError.invalid_argument", "param_name": "invalidArgumentValue", "static_instance": null, "getter_method": "getInvalidArgumentValue", "containing_data_type_ref": "files.SearchError", "route_refs": [], "_type": "FieldReference"}, "files.SearchError.internal_error": {"fq_name": "files.SearchError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "files.SearchError", "route_refs": [], "_type": "FieldReference"}, "files.SearchError.other": {"fq_name": "files.SearchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SearchError", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatch.match_type": {"fq_name": "files.SearchMatch.match_type", "param_name": "matchType", "static_instance": null, "getter_method": "getMatchType", "containing_data_type_ref": "files.SearchMatch", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatch.metadata": {"fq_name": "files.SearchMatch.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.SearchMatch", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchFieldOptions.include_highlights": {"fq_name": "files.SearchMatchFieldOptions.include_highlights", "param_name": "includeHighlights", "static_instance": null, "getter_method": "getIncludeHighlights", "containing_data_type_ref": "files.SearchMatchFieldOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchType.filename": {"fq_name": "files.SearchMatchType.filename", "param_name": "filenameValue", "static_instance": "FILENAME", "getter_method": null, "containing_data_type_ref": "files.SearchMatchType", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchType.content": {"fq_name": "files.SearchMatchType.content", "param_name": "contentValue", "static_instance": "CONTENT", "getter_method": null, "containing_data_type_ref": "files.SearchMatchType", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchType.both": {"fq_name": "files.SearchMatchType.both", "param_name": "bothValue", "static_instance": "BOTH", "getter_method": null, "containing_data_type_ref": "files.SearchMatchType", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.filename": {"fq_name": "files.SearchMatchTypeV2.filename", "param_name": "filenameValue", "static_instance": "FILENAME", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.file_content": {"fq_name": "files.SearchMatchTypeV2.file_content", "param_name": "fileContentValue", "static_instance": "FILE_CONTENT", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.filename_and_content": {"fq_name": "files.SearchMatchTypeV2.filename_and_content", "param_name": "filenameAndContentValue", "static_instance": "FILENAME_AND_CONTENT", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.image_content": {"fq_name": "files.SearchMatchTypeV2.image_content", "param_name": "imageContentValue", "static_instance": "IMAGE_CONTENT", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.other": {"fq_name": "files.SearchMatchTypeV2.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchV2.metadata": {"fq_name": "files.SearchMatchV2.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.SearchMatchV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchV2.match_type": {"fq_name": "files.SearchMatchV2.match_type", "param_name": "matchType", "static_instance": null, "getter_method": "getMatchType", "containing_data_type_ref": "files.SearchMatchV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchV2.highlight_spans": {"fq_name": "files.SearchMatchV2.highlight_spans", "param_name": "highlightSpans", "static_instance": null, "getter_method": "getHighlightSpans", "containing_data_type_ref": "files.SearchMatchV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMode.filename": {"fq_name": "files.SearchMode.filename", "param_name": "filenameValue", "static_instance": "FILENAME", "getter_method": null, "containing_data_type_ref": "files.SearchMode", "route_refs": [], "_type": "FieldReference"}, "files.SearchMode.filename_and_content": {"fq_name": "files.SearchMode.filename_and_content", "param_name": "filenameAndContentValue", "static_instance": "FILENAME_AND_CONTENT", "getter_method": null, "containing_data_type_ref": "files.SearchMode", "route_refs": [], "_type": "FieldReference"}, "files.SearchMode.deleted_filename": {"fq_name": "files.SearchMode.deleted_filename", "param_name": "deletedFilenameValue", "static_instance": "DELETED_FILENAME", "getter_method": null, "containing_data_type_ref": "files.SearchMode", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.path": {"fq_name": "files.SearchOptions.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.max_results": {"fq_name": "files.SearchOptions.max_results", "param_name": "maxResults", "static_instance": null, "getter_method": "getMaxResults", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.order_by": {"fq_name": "files.SearchOptions.order_by", "param_name": "orderBy", "static_instance": null, "getter_method": "getOrderBy", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.file_status": {"fq_name": "files.SearchOptions.file_status", "param_name": "fileStatus", "static_instance": null, "getter_method": "getFileStatus", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.filename_only": {"fq_name": "files.SearchOptions.filename_only", "param_name": "filenameOnly", "static_instance": null, "getter_method": "getFilenameOnly", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.file_extensions": {"fq_name": "files.SearchOptions.file_extensions", "param_name": "fileExtensions", "static_instance": null, "getter_method": "getFileExtensions", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.file_categories": {"fq_name": "files.SearchOptions.file_categories", "param_name": "fileCategories", "static_instance": null, "getter_method": "getFileCategories", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.account_id": {"fq_name": "files.SearchOptions.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOrderBy.relevance": {"fq_name": "files.SearchOrderBy.relevance", "param_name": "relevanceValue", "static_instance": "RELEVANCE", "getter_method": null, "containing_data_type_ref": "files.SearchOrderBy", "route_refs": [], "_type": "FieldReference"}, "files.SearchOrderBy.last_modified_time": {"fq_name": "files.SearchOrderBy.last_modified_time", "param_name": "lastModifiedTimeValue", "static_instance": "LAST_MODIFIED_TIME", "getter_method": null, "containing_data_type_ref": "files.SearchOrderBy", "route_refs": [], "_type": "FieldReference"}, "files.SearchOrderBy.other": {"fq_name": "files.SearchOrderBy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SearchOrderBy", "route_refs": [], "_type": "FieldReference"}, "files.SearchResult.matches": {"fq_name": "files.SearchResult.matches", "param_name": "matches", "static_instance": null, "getter_method": "getMatches", "containing_data_type_ref": "files.SearchResult", "route_refs": [], "_type": "FieldReference"}, "files.SearchResult.more": {"fq_name": "files.SearchResult.more", "param_name": "more", "static_instance": null, "getter_method": "getMore", "containing_data_type_ref": "files.SearchResult", "route_refs": [], "_type": "FieldReference"}, "files.SearchResult.start": {"fq_name": "files.SearchResult.start", "param_name": "start", "static_instance": null, "getter_method": "getStart", "containing_data_type_ref": "files.SearchResult", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Arg.query": {"fq_name": "files.SearchV2Arg.query", "param_name": "query", "static_instance": null, "getter_method": "getQuery", "containing_data_type_ref": "files.SearchV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Arg.options": {"fq_name": "files.SearchV2Arg.options", "param_name": "options", "static_instance": null, "getter_method": "getOptions", "containing_data_type_ref": "files.SearchV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Arg.match_field_options": {"fq_name": "files.SearchV2Arg.match_field_options", "param_name": "matchFieldOptions", "static_instance": null, "getter_method": "getMatchFieldOptions", "containing_data_type_ref": "files.SearchV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Arg.include_highlights": {"fq_name": "files.SearchV2Arg.include_highlights", "param_name": "includeHighlights", "static_instance": null, "getter_method": "getIncludeHighlights", "containing_data_type_ref": "files.SearchV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2ContinueArg.cursor": {"fq_name": "files.SearchV2ContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.SearchV2ContinueArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Result.matches": {"fq_name": "files.SearchV2Result.matches", "param_name": "matches", "static_instance": null, "getter_method": "getMatches", "containing_data_type_ref": "files.SearchV2Result", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Result.has_more": {"fq_name": "files.SearchV2Result.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "files.SearchV2Result", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Result.cursor": {"fq_name": "files.SearchV2Result.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.SearchV2Result", "route_refs": [], "_type": "FieldReference"}, "files.SharedLink.url": {"fq_name": "files.SharedLink.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "files.SharedLink", "route_refs": [], "_type": "FieldReference"}, "files.SharedLink.password": {"fq_name": "files.SharedLink.password", "param_name": "password", "static_instance": null, "getter_method": "getPassword", "containing_data_type_ref": "files.SharedLink", "route_refs": [], "_type": "FieldReference"}, "files.SharedLinkFileInfo.url": {"fq_name": "files.SharedLinkFileInfo.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "files.SharedLinkFileInfo", "route_refs": [], "_type": "FieldReference"}, "files.SharedLinkFileInfo.path": {"fq_name": "files.SharedLinkFileInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.SharedLinkFileInfo", "route_refs": [], "_type": "FieldReference"}, "files.SharedLinkFileInfo.password": {"fq_name": "files.SharedLinkFileInfo.password", "param_name": "password", "static_instance": null, "getter_method": "getPassword", "containing_data_type_ref": "files.SharedLinkFileInfo", "route_refs": [], "_type": "FieldReference"}, "files.SharingInfo.read_only": {"fq_name": "files.SharingInfo.read_only", "param_name": "readOnly", "static_instance": null, "getter_method": "getReadOnly", "containing_data_type_ref": "files.SharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.SingleUserLock.created": {"fq_name": "files.SingleUserLock.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "files.SingleUserLock", "route_refs": [], "_type": "FieldReference"}, "files.SingleUserLock.lock_holder_account_id": {"fq_name": "files.SingleUserLock.lock_holder_account_id", "param_name": "lockHolderAccountId", "static_instance": null, "getter_method": "getLockHolderAccountId", "containing_data_type_ref": "files.SingleUserLock", "route_refs": [], "_type": "FieldReference"}, "files.SingleUserLock.lock_holder_team_id": {"fq_name": "files.SingleUserLock.lock_holder_team_id", "param_name": "lockHolderTeamId", "static_instance": null, "getter_method": "getLockHolderTeamId", "containing_data_type_ref": "files.SingleUserLock", "route_refs": [], "_type": "FieldReference"}, "files.SymlinkInfo.target": {"fq_name": "files.SymlinkInfo.target", "param_name": "target", "static_instance": null, "getter_method": "getTarget", "containing_data_type_ref": "files.SymlinkInfo", "route_refs": [], "_type": "FieldReference"}, "files.SyncSetting.default": {"fq_name": "files.SyncSetting.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "files.SyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.SyncSetting.not_synced": {"fq_name": "files.SyncSetting.not_synced", "param_name": "notSyncedValue", "static_instance": "NOT_SYNCED", "getter_method": null, "containing_data_type_ref": "files.SyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.SyncSetting.not_synced_inactive": {"fq_name": "files.SyncSetting.not_synced_inactive", "param_name": "notSyncedInactiveValue", "static_instance": "NOT_SYNCED_INACTIVE", "getter_method": null, "containing_data_type_ref": "files.SyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.SyncSetting.other": {"fq_name": "files.SyncSetting.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingArg.default": {"fq_name": "files.SyncSettingArg.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "files.SyncSettingArg", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingArg.not_synced": {"fq_name": "files.SyncSettingArg.not_synced", "param_name": "notSyncedValue", "static_instance": "NOT_SYNCED", "getter_method": null, "containing_data_type_ref": "files.SyncSettingArg", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingArg.other": {"fq_name": "files.SyncSettingArg.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SyncSettingArg", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingsError.path": {"fq_name": "files.SyncSettingsError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.SyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingsError.unsupported_combination": {"fq_name": "files.SyncSettingsError.unsupported_combination", "param_name": "unsupportedCombinationValue", "static_instance": "UNSUPPORTED_COMBINATION", "getter_method": null, "containing_data_type_ref": "files.SyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingsError.unsupported_configuration": {"fq_name": "files.SyncSettingsError.unsupported_configuration", "param_name": "unsupportedConfigurationValue", "static_instance": "UNSUPPORTED_CONFIGURATION", "getter_method": null, "containing_data_type_ref": "files.SyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingsError.other": {"fq_name": "files.SyncSettingsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "files.Tag.user_generated_tag": {"fq_name": "files.Tag.user_generated_tag", "param_name": "userGeneratedTagValue", "static_instance": null, "getter_method": "getUserGeneratedTagValue", "containing_data_type_ref": "files.Tag", "route_refs": [], "_type": "FieldReference"}, "files.Tag.other": {"fq_name": "files.Tag.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.Tag", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailArg.path": {"fq_name": "files.ThumbnailArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.ThumbnailArg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailArg.format": {"fq_name": "files.ThumbnailArg.format", "param_name": "format", "static_instance": null, "getter_method": "getFormat", "containing_data_type_ref": "files.ThumbnailArg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailArg.size": {"fq_name": "files.ThumbnailArg.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "files.ThumbnailArg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailArg.mode": {"fq_name": "files.ThumbnailArg.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.ThumbnailArg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailError.path": {"fq_name": "files.ThumbnailError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailError.unsupported_extension": {"fq_name": "files.ThumbnailError.unsupported_extension", "param_name": "unsupportedExtensionValue", "static_instance": "UNSUPPORTED_EXTENSION", "getter_method": null, "containing_data_type_ref": "files.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailError.unsupported_image": {"fq_name": "files.ThumbnailError.unsupported_image", "param_name": "unsupportedImageValue", "static_instance": "UNSUPPORTED_IMAGE", "getter_method": null, "containing_data_type_ref": "files.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailError.conversion_error": {"fq_name": "files.ThumbnailError.conversion_error", "param_name": "conversionErrorValue", "static_instance": "CONVERSION_ERROR", "getter_method": null, "containing_data_type_ref": "files.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailFormat.jpeg": {"fq_name": "files.ThumbnailFormat.jpeg", "param_name": "jpegValue", "static_instance": "JPEG", "getter_method": null, "containing_data_type_ref": "files.ThumbnailFormat", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailFormat.png": {"fq_name": "files.ThumbnailFormat.png", "param_name": "pngValue", "static_instance": "PNG", "getter_method": null, "containing_data_type_ref": "files.ThumbnailFormat", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailMode.strict": {"fq_name": "files.ThumbnailMode.strict", "param_name": "strictValue", "static_instance": "STRICT", "getter_method": null, "containing_data_type_ref": "files.ThumbnailMode", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailMode.bestfit": {"fq_name": "files.ThumbnailMode.bestfit", "param_name": "bestfitValue", "static_instance": "BESTFIT", "getter_method": null, "containing_data_type_ref": "files.ThumbnailMode", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailMode.fitone_bestfit": {"fq_name": "files.ThumbnailMode.fitone_bestfit", "param_name": "fitoneBestfitValue", "static_instance": "FITONE_BESTFIT", "getter_method": null, "containing_data_type_ref": "files.ThumbnailMode", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w32h32": {"fq_name": "files.ThumbnailSize.w32h32", "param_name": "w32h32Value", "static_instance": "W32H32", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w64h64": {"fq_name": "files.ThumbnailSize.w64h64", "param_name": "w64h64Value", "static_instance": "W64H64", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w128h128": {"fq_name": "files.ThumbnailSize.w128h128", "param_name": "w128h128Value", "static_instance": "W128H128", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w256h256": {"fq_name": "files.ThumbnailSize.w256h256", "param_name": "w256h256Value", "static_instance": "W256H256", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w480h320": {"fq_name": "files.ThumbnailSize.w480h320", "param_name": "w480h320Value", "static_instance": "W480H320", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w640h480": {"fq_name": "files.ThumbnailSize.w640h480", "param_name": "w640h480Value", "static_instance": "W640H480", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w960h640": {"fq_name": "files.ThumbnailSize.w960h640", "param_name": "w960h640Value", "static_instance": "W960H640", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w1024h768": {"fq_name": "files.ThumbnailSize.w1024h768", "param_name": "w1024h768Value", "static_instance": "W1024H768", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w2048h1536": {"fq_name": "files.ThumbnailSize.w2048h1536", "param_name": "w2048h1536Value", "static_instance": "W2048H1536", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Arg.resource": {"fq_name": "files.ThumbnailV2Arg.resource", "param_name": "resource", "static_instance": null, "getter_method": "getResource", "containing_data_type_ref": "files.ThumbnailV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Arg.format": {"fq_name": "files.ThumbnailV2Arg.format", "param_name": "format", "static_instance": null, "getter_method": "getFormat", "containing_data_type_ref": "files.ThumbnailV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Arg.size": {"fq_name": "files.ThumbnailV2Arg.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "files.ThumbnailV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Arg.mode": {"fq_name": "files.ThumbnailV2Arg.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.ThumbnailV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.path": {"fq_name": "files.ThumbnailV2Error.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.unsupported_extension": {"fq_name": "files.ThumbnailV2Error.unsupported_extension", "param_name": "unsupportedExtensionValue", "static_instance": "UNSUPPORTED_EXTENSION", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.unsupported_image": {"fq_name": "files.ThumbnailV2Error.unsupported_image", "param_name": "unsupportedImageValue", "static_instance": "UNSUPPORTED_IMAGE", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.conversion_error": {"fq_name": "files.ThumbnailV2Error.conversion_error", "param_name": "conversionErrorValue", "static_instance": "CONVERSION_ERROR", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.access_denied": {"fq_name": "files.ThumbnailV2Error.access_denied", "param_name": "accessDeniedValue", "static_instance": "ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.not_found": {"fq_name": "files.ThumbnailV2Error.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.other": {"fq_name": "files.ThumbnailV2Error.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.UnlockFileArg.path": {"fq_name": "files.UnlockFileArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.UnlockFileArg", "route_refs": [], "_type": "FieldReference"}, "files.UnlockFileBatchArg.entries": {"fq_name": "files.UnlockFileBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.UnlockFileBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.path": {"fq_name": "files.UploadArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.mode": {"fq_name": "files.UploadArg.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.autorename": {"fq_name": "files.UploadArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.client_modified": {"fq_name": "files.UploadArg.client_modified", "param_name": "clientModified", "static_instance": null, "getter_method": "getClientModified", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.mute": {"fq_name": "files.UploadArg.mute", "param_name": "mute", "static_instance": null, "getter_method": "getMute", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.property_groups": {"fq_name": "files.UploadArg.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.strict_conflict": {"fq_name": "files.UploadArg.strict_conflict", "param_name": "strictConflict", "static_instance": null, "getter_method": "getStrictConflict", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.content_hash": {"fq_name": "files.UploadArg.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.path": {"fq_name": "files.UploadError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.properties_error": {"fq_name": "files.UploadError.properties_error", "param_name": "propertiesErrorValue", "static_instance": null, "getter_method": "getPropertiesErrorValue", "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.payload_too_large": {"fq_name": "files.UploadError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.content_hash_mismatch": {"fq_name": "files.UploadError.content_hash_mismatch", "param_name": "contentHashMismatchValue", "static_instance": "CONTENT_HASH_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.other": {"fq_name": "files.UploadError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendArg.cursor": {"fq_name": "files.UploadSessionAppendArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.UploadSessionAppendArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendArg.close": {"fq_name": "files.UploadSessionAppendArg.close", "param_name": "close", "static_instance": null, "getter_method": "getClose", "containing_data_type_ref": "files.UploadSessionAppendArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendArg.content_hash": {"fq_name": "files.UploadSessionAppendArg.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.UploadSessionAppendArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.not_found": {"fq_name": "files.UploadSessionAppendError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.incorrect_offset": {"fq_name": "files.UploadSessionAppendError.incorrect_offset", "param_name": "incorrectOffsetValue", "static_instance": null, "getter_method": "getIncorrectOffsetValue", "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.closed": {"fq_name": "files.UploadSessionAppendError.closed", "param_name": "closedValue", "static_instance": "CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.not_closed": {"fq_name": "files.UploadSessionAppendError.not_closed", "param_name": "notClosedValue", "static_instance": "NOT_CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.too_large": {"fq_name": "files.UploadSessionAppendError.too_large", "param_name": "tooLargeValue", "static_instance": "TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.concurrent_session_invalid_offset": {"fq_name": "files.UploadSessionAppendError.concurrent_session_invalid_offset", "param_name": "concurrentSessionInvalidOffsetValue", "static_instance": "CONCURRENT_SESSION_INVALID_OFFSET", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.concurrent_session_invalid_data_size": {"fq_name": "files.UploadSessionAppendError.concurrent_session_invalid_data_size", "param_name": "concurrentSessionInvalidDataSizeValue", "static_instance": "CONCURRENT_SESSION_INVALID_DATA_SIZE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.payload_too_large": {"fq_name": "files.UploadSessionAppendError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.other": {"fq_name": "files.UploadSessionAppendError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.content_hash_mismatch": {"fq_name": "files.UploadSessionAppendError.content_hash_mismatch", "param_name": "contentHashMismatchValue", "static_instance": "CONTENT_HASH_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionCursor.session_id": {"fq_name": "files.UploadSessionCursor.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "files.UploadSessionCursor", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionCursor.offset": {"fq_name": "files.UploadSessionCursor.offset", "param_name": "offset", "static_instance": null, "getter_method": "getOffset", "containing_data_type_ref": "files.UploadSessionCursor", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishArg.cursor": {"fq_name": "files.UploadSessionFinishArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.UploadSessionFinishArg", "route_refs": ["files.upload_session/finish"], "_type": "FieldReference"}, "files.UploadSessionFinishArg.commit": {"fq_name": "files.UploadSessionFinishArg.commit", "param_name": "commit", "static_instance": null, "getter_method": "getCommit", "containing_data_type_ref": "files.UploadSessionFinishArg", "route_refs": ["files.upload_session/finish"], "_type": "FieldReference"}, "files.UploadSessionFinishArg.content_hash": {"fq_name": "files.UploadSessionFinishArg.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.UploadSessionFinishArg", "route_refs": ["files.upload_session/finish"], "_type": "FieldReference"}, "files.UploadSessionFinishBatchArg.entries": {"fq_name": "files.UploadSessionFinishBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.UploadSessionFinishBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchJobStatus.in_progress": {"fq_name": "files.UploadSessionFinishBatchJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchJobStatus.complete": {"fq_name": "files.UploadSessionFinishBatchJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.UploadSessionFinishBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchLaunch.async_job_id": {"fq_name": "files.UploadSessionFinishBatchLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.UploadSessionFinishBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchLaunch.complete": {"fq_name": "files.UploadSessionFinishBatchLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.UploadSessionFinishBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchLaunch.other": {"fq_name": "files.UploadSessionFinishBatchLaunch.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchResult.entries": {"fq_name": "files.UploadSessionFinishBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.UploadSessionFinishBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchResultEntry.success": {"fq_name": "files.UploadSessionFinishBatchResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.UploadSessionFinishBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchResultEntry.failure": {"fq_name": "files.UploadSessionFinishBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.UploadSessionFinishBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.lookup_failed": {"fq_name": "files.UploadSessionFinishError.lookup_failed", "param_name": "lookupFailedValue", "static_instance": null, "getter_method": "getLookupFailedValue", "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.path": {"fq_name": "files.UploadSessionFinishError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.properties_error": {"fq_name": "files.UploadSessionFinishError.properties_error", "param_name": "propertiesErrorValue", "static_instance": null, "getter_method": "getPropertiesErrorValue", "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.too_many_shared_folder_targets": {"fq_name": "files.UploadSessionFinishError.too_many_shared_folder_targets", "param_name": "tooManySharedFolderTargetsValue", "static_instance": "TOO_MANY_SHARED_FOLDER_TARGETS", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.too_many_write_operations": {"fq_name": "files.UploadSessionFinishError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.concurrent_session_data_not_allowed": {"fq_name": "files.UploadSessionFinishError.concurrent_session_data_not_allowed", "param_name": "concurrentSessionDataNotAllowedValue", "static_instance": "CONCURRENT_SESSION_DATA_NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.concurrent_session_not_closed": {"fq_name": "files.UploadSessionFinishError.concurrent_session_not_closed", "param_name": "concurrentSessionNotClosedValue", "static_instance": "CONCURRENT_SESSION_NOT_CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.concurrent_session_missing_data": {"fq_name": "files.UploadSessionFinishError.concurrent_session_missing_data", "param_name": "concurrentSessionMissingDataValue", "static_instance": "CONCURRENT_SESSION_MISSING_DATA", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.payload_too_large": {"fq_name": "files.UploadSessionFinishError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.content_hash_mismatch": {"fq_name": "files.UploadSessionFinishError.content_hash_mismatch", "param_name": "contentHashMismatchValue", "static_instance": "CONTENT_HASH_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.other": {"fq_name": "files.UploadSessionFinishError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.not_found": {"fq_name": "files.UploadSessionLookupError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.incorrect_offset": {"fq_name": "files.UploadSessionLookupError.incorrect_offset", "param_name": "incorrectOffsetValue", "static_instance": null, "getter_method": "getIncorrectOffsetValue", "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.closed": {"fq_name": "files.UploadSessionLookupError.closed", "param_name": "closedValue", "static_instance": "CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.not_closed": {"fq_name": "files.UploadSessionLookupError.not_closed", "param_name": "notClosedValue", "static_instance": "NOT_CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.too_large": {"fq_name": "files.UploadSessionLookupError.too_large", "param_name": "tooLargeValue", "static_instance": "TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.concurrent_session_invalid_offset": {"fq_name": "files.UploadSessionLookupError.concurrent_session_invalid_offset", "param_name": "concurrentSessionInvalidOffsetValue", "static_instance": "CONCURRENT_SESSION_INVALID_OFFSET", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.concurrent_session_invalid_data_size": {"fq_name": "files.UploadSessionLookupError.concurrent_session_invalid_data_size", "param_name": "concurrentSessionInvalidDataSizeValue", "static_instance": "CONCURRENT_SESSION_INVALID_DATA_SIZE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.payload_too_large": {"fq_name": "files.UploadSessionLookupError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.other": {"fq_name": "files.UploadSessionLookupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionOffsetError.correct_offset": {"fq_name": "files.UploadSessionOffsetError.correct_offset", "param_name": "correctOffset", "static_instance": null, "getter_method": "getCorrectOffset", "containing_data_type_ref": "files.UploadSessionOffsetError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartArg.close": {"fq_name": "files.UploadSessionStartArg.close", "param_name": "close", "static_instance": null, "getter_method": "getClose", "containing_data_type_ref": "files.UploadSessionStartArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartArg.session_type": {"fq_name": "files.UploadSessionStartArg.session_type", "param_name": "sessionType", "static_instance": null, "getter_method": "getSessionType", "containing_data_type_ref": "files.UploadSessionStartArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartArg.content_hash": {"fq_name": "files.UploadSessionStartArg.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.UploadSessionStartArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartBatchArg.num_sessions": {"fq_name": "files.UploadSessionStartBatchArg.num_sessions", "param_name": "numSessions", "static_instance": null, "getter_method": "getNumSessions", "containing_data_type_ref": "files.UploadSessionStartBatchArg", "route_refs": ["files.upload_session/start_batch"], "_type": "FieldReference"}, "files.UploadSessionStartBatchArg.session_type": {"fq_name": "files.UploadSessionStartBatchArg.session_type", "param_name": "sessionType", "static_instance": null, "getter_method": "getSessionType", "containing_data_type_ref": "files.UploadSessionStartBatchArg", "route_refs": ["files.upload_session/start_batch"], "_type": "FieldReference"}, "files.UploadSessionStartBatchResult.session_ids": {"fq_name": "files.UploadSessionStartBatchResult.session_ids", "param_name": "sessionIds", "static_instance": null, "getter_method": "getSessionIds", "containing_data_type_ref": "files.UploadSessionStartBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartError.concurrent_session_data_not_allowed": {"fq_name": "files.UploadSessionStartError.concurrent_session_data_not_allowed", "param_name": "concurrentSessionDataNotAllowedValue", "static_instance": "CONCURRENT_SESSION_DATA_NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionStartError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartError.concurrent_session_close_not_allowed": {"fq_name": "files.UploadSessionStartError.concurrent_session_close_not_allowed", "param_name": "concurrentSessionCloseNotAllowedValue", "static_instance": "CONCURRENT_SESSION_CLOSE_NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionStartError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartError.payload_too_large": {"fq_name": "files.UploadSessionStartError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionStartError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartError.content_hash_mismatch": {"fq_name": "files.UploadSessionStartError.content_hash_mismatch", "param_name": "contentHashMismatchValue", "static_instance": "CONTENT_HASH_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.UploadSessionStartError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartError.other": {"fq_name": "files.UploadSessionStartError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionStartError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartResult.session_id": {"fq_name": "files.UploadSessionStartResult.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "files.UploadSessionStartResult", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionType.sequential": {"fq_name": "files.UploadSessionType.sequential", "param_name": "sequentialValue", "static_instance": "SEQUENTIAL", "getter_method": null, "containing_data_type_ref": "files.UploadSessionType", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionType.concurrent": {"fq_name": "files.UploadSessionType.concurrent", "param_name": "concurrentValue", "static_instance": "CONCURRENT", "getter_method": null, "containing_data_type_ref": "files.UploadSessionType", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionType.other": {"fq_name": "files.UploadSessionType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionType", "route_refs": [], "_type": "FieldReference"}, "files.UploadWriteFailed.reason": {"fq_name": "files.UploadWriteFailed.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "files.UploadWriteFailed", "route_refs": [], "_type": "FieldReference"}, "files.UploadWriteFailed.upload_session_id": {"fq_name": "files.UploadWriteFailed.upload_session_id", "param_name": "uploadSessionId", "static_instance": null, "getter_method": "getUploadSessionId", "containing_data_type_ref": "files.UploadWriteFailed", "route_refs": [], "_type": "FieldReference"}, "files.UserGeneratedTag.tag_text": {"fq_name": "files.UserGeneratedTag.tag_text", "param_name": "tagText", "static_instance": null, "getter_method": "getTagText", "containing_data_type_ref": "files.UserGeneratedTag", "route_refs": [], "_type": "FieldReference"}, "files.VideoMetadata.dimensions": {"fq_name": "files.VideoMetadata.dimensions", "param_name": "dimensions", "static_instance": null, "getter_method": "getDimensions", "containing_data_type_ref": "files.VideoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.VideoMetadata.location": {"fq_name": "files.VideoMetadata.location", "param_name": "location", "static_instance": null, "getter_method": "getLocation", "containing_data_type_ref": "files.VideoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.VideoMetadata.time_taken": {"fq_name": "files.VideoMetadata.time_taken", "param_name": "timeTaken", "static_instance": null, "getter_method": "getTimeTaken", "containing_data_type_ref": "files.VideoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.VideoMetadata.duration": {"fq_name": "files.VideoMetadata.duration", "param_name": "duration", "static_instance": null, "getter_method": "getDuration", "containing_data_type_ref": "files.VideoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.WriteConflictError.file": {"fq_name": "files.WriteConflictError.file", "param_name": "fileValue", "static_instance": "FILE", "getter_method": null, "containing_data_type_ref": "files.WriteConflictError", "route_refs": [], "_type": "FieldReference"}, "files.WriteConflictError.folder": {"fq_name": "files.WriteConflictError.folder", "param_name": "folderValue", "static_instance": "FOLDER", "getter_method": null, "containing_data_type_ref": "files.WriteConflictError", "route_refs": [], "_type": "FieldReference"}, "files.WriteConflictError.file_ancestor": {"fq_name": "files.WriteConflictError.file_ancestor", "param_name": "fileAncestorValue", "static_instance": "FILE_ANCESTOR", "getter_method": null, "containing_data_type_ref": "files.WriteConflictError", "route_refs": [], "_type": "FieldReference"}, "files.WriteConflictError.other": {"fq_name": "files.WriteConflictError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.WriteConflictError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.malformed_path": {"fq_name": "files.WriteError.malformed_path", "param_name": "malformedPathValue", "static_instance": null, "getter_method": "getMalformedPathValue", "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.conflict": {"fq_name": "files.WriteError.conflict", "param_name": "conflictValue", "static_instance": null, "getter_method": "getConflictValue", "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.no_write_permission": {"fq_name": "files.WriteError.no_write_permission", "param_name": "noWritePermissionValue", "static_instance": "NO_WRITE_PERMISSION", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.insufficient_space": {"fq_name": "files.WriteError.insufficient_space", "param_name": "insufficientSpaceValue", "static_instance": "INSUFFICIENT_SPACE", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.disallowed_name": {"fq_name": "files.WriteError.disallowed_name", "param_name": "disallowedNameValue", "static_instance": "DISALLOWED_NAME", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.team_folder": {"fq_name": "files.WriteError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.operation_suppressed": {"fq_name": "files.WriteError.operation_suppressed", "param_name": "operationSuppressedValue", "static_instance": "OPERATION_SUPPRESSED", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.too_many_write_operations": {"fq_name": "files.WriteError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.other": {"fq_name": "files.WriteError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteMode.add": {"fq_name": "files.WriteMode.add", "param_name": "addValue", "static_instance": "ADD", "getter_method": null, "containing_data_type_ref": "files.WriteMode", "route_refs": [], "_type": "FieldReference"}, "files.WriteMode.overwrite": {"fq_name": "files.WriteMode.overwrite", "param_name": "overwriteValue", "static_instance": "OVERWRITE", "getter_method": null, "containing_data_type_ref": "files.WriteMode", "route_refs": [], "_type": "FieldReference"}, "files.WriteMode.update": {"fq_name": "files.WriteMode.update", "param_name": "updateValue", "static_instance": null, "getter_method": "getUpdateValue", "containing_data_type_ref": "files.WriteMode", "route_refs": [], "_type": "FieldReference"}, "openid.OpenIdError.incorrect_openid_scopes": {"fq_name": "openid.OpenIdError.incorrect_openid_scopes", "param_name": "incorrectOpenidScopesValue", "static_instance": "INCORRECT_OPENID_SCOPES", "getter_method": null, "containing_data_type_ref": "openid.OpenIdError", "route_refs": [], "_type": "FieldReference"}, "openid.OpenIdError.other": {"fq_name": "openid.OpenIdError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "openid.OpenIdError", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoError.openid_error": {"fq_name": "openid.UserInfoError.openid_error", "param_name": "openidErrorValue", "static_instance": null, "getter_method": "getOpenidErrorValue", "containing_data_type_ref": "openid.UserInfoError", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoError.other": {"fq_name": "openid.UserInfoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "openid.UserInfoError", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.family_name": {"fq_name": "openid.UserInfoResult.family_name", "param_name": "familyName", "static_instance": null, "getter_method": "getFamilyName", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.given_name": {"fq_name": "openid.UserInfoResult.given_name", "param_name": "givenName", "static_instance": null, "getter_method": "getGivenName", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.email": {"fq_name": "openid.UserInfoResult.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.email_verified": {"fq_name": "openid.UserInfoResult.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.iss": {"fq_name": "openid.UserInfoResult.iss", "param_name": "iss", "static_instance": null, "getter_method": "getIss", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.sub": {"fq_name": "openid.UserInfoResult.sub", "param_name": "sub", "static_instance": null, "getter_method": "getSub", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddMember.member": {"fq_name": "paper.AddMember.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "paper.AddMember", "route_refs": [], "_type": "FieldReference"}, "paper.AddMember.permission_level": {"fq_name": "paper.AddMember.permission_level", "param_name": "permissionLevel", "static_instance": null, "getter_method": "getPermissionLevel", "containing_data_type_ref": "paper.AddMember", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUser.doc_id": {"fq_name": "paper.AddPaperDocUser.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.AddPaperDocUser", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.AddPaperDocUser.members": {"fq_name": "paper.AddPaperDocUser.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "paper.AddPaperDocUser", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUser.custom_message": {"fq_name": "paper.AddPaperDocUser.custom_message", "param_name": "customMessage", "static_instance": null, "getter_method": "getCustomMessage", "containing_data_type_ref": "paper.AddPaperDocUser", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUser.quiet": {"fq_name": "paper.AddPaperDocUser.quiet", "param_name": "quiet", "static_instance": null, "getter_method": "getQuiet", "containing_data_type_ref": "paper.AddPaperDocUser", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserMemberResult.member": {"fq_name": "paper.AddPaperDocUserMemberResult.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "paper.AddPaperDocUserMemberResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserMemberResult.result": {"fq_name": "paper.AddPaperDocUserMemberResult.result", "param_name": "result", "static_instance": null, "getter_method": "getResult", "containing_data_type_ref": "paper.AddPaperDocUserMemberResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.success": {"fq_name": "paper.AddPaperDocUserResult.success", "param_name": "successValue", "static_instance": "SUCCESS", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.unknown_error": {"fq_name": "paper.AddPaperDocUserResult.unknown_error", "param_name": "unknownErrorValue", "static_instance": "UNKNOWN_ERROR", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.sharing_outside_team_disabled": {"fq_name": "paper.AddPaperDocUserResult.sharing_outside_team_disabled", "param_name": "sharingOutsideTeamDisabledValue", "static_instance": "SHARING_OUTSIDE_TEAM_DISABLED", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.daily_limit_reached": {"fq_name": "paper.AddPaperDocUserResult.daily_limit_reached", "param_name": "dailyLimitReachedValue", "static_instance": "DAILY_LIMIT_REACHED", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.user_is_owner": {"fq_name": "paper.AddPaperDocUserResult.user_is_owner", "param_name": "userIsOwnerValue", "static_instance": "USER_IS_OWNER", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.failed_user_data_retrieval": {"fq_name": "paper.AddPaperDocUserResult.failed_user_data_retrieval", "param_name": "failedUserDataRetrievalValue", "static_instance": "FAILED_USER_DATA_RETRIEVAL", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.permission_already_granted": {"fq_name": "paper.AddPaperDocUserResult.permission_already_granted", "param_name": "permissionAlreadyGrantedValue", "static_instance": "PERMISSION_ALREADY_GRANTED", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.other": {"fq_name": "paper.AddPaperDocUserResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.Cursor.value": {"fq_name": "paper.Cursor.value", "param_name": "value", "static_instance": null, "getter_method": "getValue", "containing_data_type_ref": "paper.Cursor", "route_refs": [], "_type": "FieldReference"}, "paper.Cursor.expiration": {"fq_name": "paper.Cursor.expiration", "param_name": "expiration", "static_instance": null, "getter_method": "getExpiration", "containing_data_type_ref": "paper.Cursor", "route_refs": [], "_type": "FieldReference"}, "paper.DocLookupError.insufficient_permissions": {"fq_name": "paper.DocLookupError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.DocLookupError", "route_refs": [], "_type": "FieldReference"}, "paper.DocLookupError.other": {"fq_name": "paper.DocLookupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.DocLookupError", "route_refs": [], "_type": "FieldReference"}, "paper.DocLookupError.doc_not_found": {"fq_name": "paper.DocLookupError.doc_not_found", "param_name": "docNotFoundValue", "static_instance": "DOC_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "paper.DocLookupError", "route_refs": [], "_type": "FieldReference"}, "paper.DocSubscriptionLevel.default": {"fq_name": "paper.DocSubscriptionLevel.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "paper.DocSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.DocSubscriptionLevel.ignore": {"fq_name": "paper.DocSubscriptionLevel.ignore", "param_name": "ignoreValue", "static_instance": "IGNORE", "getter_method": null, "containing_data_type_ref": "paper.DocSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.DocSubscriptionLevel.every": {"fq_name": "paper.DocSubscriptionLevel.every", "param_name": "everyValue", "static_instance": "EVERY", "getter_method": null, "containing_data_type_ref": "paper.DocSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.DocSubscriptionLevel.no_email": {"fq_name": "paper.DocSubscriptionLevel.no_email", "param_name": "noEmailValue", "static_instance": "NO_EMAIL", "getter_method": null, "containing_data_type_ref": "paper.DocSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.ExportFormat.html": {"fq_name": "paper.ExportFormat.html", "param_name": "htmlValue", "static_instance": "HTML", "getter_method": null, "containing_data_type_ref": "paper.ExportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ExportFormat.markdown": {"fq_name": "paper.ExportFormat.markdown", "param_name": "markdownValue", "static_instance": "MARKDOWN", "getter_method": null, "containing_data_type_ref": "paper.ExportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ExportFormat.other": {"fq_name": "paper.ExportFormat.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ExportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.Folder.id": {"fq_name": "paper.Folder.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "paper.Folder", "route_refs": [], "_type": "FieldReference"}, "paper.Folder.name": {"fq_name": "paper.Folder.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "paper.Folder", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSharingPolicyType.team": {"fq_name": "paper.FolderSharingPolicyType.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "paper.FolderSharingPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSharingPolicyType.invite_only": {"fq_name": "paper.FolderSharingPolicyType.invite_only", "param_name": "inviteOnlyValue", "static_instance": "INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "paper.FolderSharingPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSubscriptionLevel.none": {"fq_name": "paper.FolderSubscriptionLevel.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "paper.FolderSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSubscriptionLevel.activity_only": {"fq_name": "paper.FolderSubscriptionLevel.activity_only", "param_name": "activityOnlyValue", "static_instance": "ACTIVITY_ONLY", "getter_method": null, "containing_data_type_ref": "paper.FolderSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSubscriptionLevel.daily_emails": {"fq_name": "paper.FolderSubscriptionLevel.daily_emails", "param_name": "dailyEmailsValue", "static_instance": "DAILY_EMAILS", "getter_method": null, "containing_data_type_ref": "paper.FolderSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSubscriptionLevel.weekly_emails": {"fq_name": "paper.FolderSubscriptionLevel.weekly_emails", "param_name": "weeklyEmailsValue", "static_instance": "WEEKLY_EMAILS", "getter_method": null, "containing_data_type_ref": "paper.FolderSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.FoldersContainingPaperDoc.folder_sharing_policy_type": {"fq_name": "paper.FoldersContainingPaperDoc.folder_sharing_policy_type", "param_name": "folderSharingPolicyType", "static_instance": null, "getter_method": "getFolderSharingPolicyType", "containing_data_type_ref": "paper.FoldersContainingPaperDoc", "route_refs": [], "_type": "FieldReference"}, "paper.FoldersContainingPaperDoc.folders": {"fq_name": "paper.FoldersContainingPaperDoc.folders", "param_name": "folders", "static_instance": null, "getter_method": "getFolders", "containing_data_type_ref": "paper.FoldersContainingPaperDoc", "route_refs": [], "_type": "FieldReference"}, "paper.ImportFormat.html": {"fq_name": "paper.ImportFormat.html", "param_name": "htmlValue", "static_instance": "HTML", "getter_method": null, "containing_data_type_ref": "paper.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ImportFormat.markdown": {"fq_name": "paper.ImportFormat.markdown", "param_name": "markdownValue", "static_instance": "MARKDOWN", "getter_method": null, "containing_data_type_ref": "paper.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ImportFormat.plain_text": {"fq_name": "paper.ImportFormat.plain_text", "param_name": "plainTextValue", "static_instance": "PLAIN_TEXT", "getter_method": null, "containing_data_type_ref": "paper.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ImportFormat.other": {"fq_name": "paper.ImportFormat.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.InviteeInfoWithPermissionLevel.invitee": {"fq_name": "paper.InviteeInfoWithPermissionLevel.invitee", "param_name": "invitee", "static_instance": null, "getter_method": "getInvitee", "containing_data_type_ref": "paper.InviteeInfoWithPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.InviteeInfoWithPermissionLevel.permission_level": {"fq_name": "paper.InviteeInfoWithPermissionLevel.permission_level", "param_name": "permissionLevel", "static_instance": null, "getter_method": "getPermissionLevel", "containing_data_type_ref": "paper.InviteeInfoWithPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.ListDocsCursorError.cursor_error": {"fq_name": "paper.ListDocsCursorError.cursor_error", "param_name": "cursorErrorValue", "static_instance": null, "getter_method": "getCursorErrorValue", "containing_data_type_ref": "paper.ListDocsCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListDocsCursorError.other": {"fq_name": "paper.ListDocsCursorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ListDocsCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsArgs.filter_by": {"fq_name": "paper.ListPaperDocsArgs.filter_by", "param_name": "filterBy", "static_instance": null, "getter_method": "getFilterBy", "containing_data_type_ref": "paper.ListPaperDocsArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsArgs.sort_by": {"fq_name": "paper.ListPaperDocsArgs.sort_by", "param_name": "sortBy", "static_instance": null, "getter_method": "getSortBy", "containing_data_type_ref": "paper.ListPaperDocsArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsArgs.sort_order": {"fq_name": "paper.ListPaperDocsArgs.sort_order", "param_name": "sortOrder", "static_instance": null, "getter_method": "getSortOrder", "containing_data_type_ref": "paper.ListPaperDocsArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsArgs.limit": {"fq_name": "paper.ListPaperDocsArgs.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "paper.ListPaperDocsArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsContinueArgs.cursor": {"fq_name": "paper.ListPaperDocsContinueArgs.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListPaperDocsContinueArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsFilterBy.docs_accessed": {"fq_name": "paper.ListPaperDocsFilterBy.docs_accessed", "param_name": "docsAccessedValue", "static_instance": "DOCS_ACCESSED", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsFilterBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsFilterBy.docs_created": {"fq_name": "paper.ListPaperDocsFilterBy.docs_created", "param_name": "docsCreatedValue", "static_instance": "DOCS_CREATED", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsFilterBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsFilterBy.other": {"fq_name": "paper.ListPaperDocsFilterBy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsFilterBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsResponse.doc_ids": {"fq_name": "paper.ListPaperDocsResponse.doc_ids", "param_name": "docIds", "static_instance": null, "getter_method": "getDocIds", "containing_data_type_ref": "paper.ListPaperDocsResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsResponse.cursor": {"fq_name": "paper.ListPaperDocsResponse.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListPaperDocsResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsResponse.has_more": {"fq_name": "paper.ListPaperDocsResponse.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "paper.ListPaperDocsResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortBy.accessed": {"fq_name": "paper.ListPaperDocsSortBy.accessed", "param_name": "accessedValue", "static_instance": "ACCESSED", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortBy.modified": {"fq_name": "paper.ListPaperDocsSortBy.modified", "param_name": "modifiedValue", "static_instance": "MODIFIED", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortBy.created": {"fq_name": "paper.ListPaperDocsSortBy.created", "param_name": "createdValue", "static_instance": "CREATED", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortBy.other": {"fq_name": "paper.ListPaperDocsSortBy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortOrder.ascending": {"fq_name": "paper.ListPaperDocsSortOrder.ascending", "param_name": "ascendingValue", "static_instance": "ASCENDING", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortOrder", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortOrder.descending": {"fq_name": "paper.ListPaperDocsSortOrder.descending", "param_name": "descendingValue", "static_instance": "DESCENDING", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortOrder", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortOrder.other": {"fq_name": "paper.ListPaperDocsSortOrder.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortOrder", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersCursorError.insufficient_permissions": {"fq_name": "paper.ListUsersCursorError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.ListUsersCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersCursorError.other": {"fq_name": "paper.ListUsersCursorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ListUsersCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersCursorError.doc_not_found": {"fq_name": "paper.ListUsersCursorError.doc_not_found", "param_name": "docNotFoundValue", "static_instance": "DOC_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "paper.ListUsersCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersCursorError.cursor_error": {"fq_name": "paper.ListUsersCursorError.cursor_error", "param_name": "cursorErrorValue", "static_instance": null, "getter_method": "getCursorErrorValue", "containing_data_type_ref": "paper.ListUsersCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnFolderArgs.doc_id": {"fq_name": "paper.ListUsersOnFolderArgs.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.ListUsersOnFolderArgs", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.ListUsersOnFolderArgs.limit": {"fq_name": "paper.ListUsersOnFolderArgs.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "paper.ListUsersOnFolderArgs", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.ListUsersOnFolderContinueArgs.doc_id": {"fq_name": "paper.ListUsersOnFolderContinueArgs.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.ListUsersOnFolderContinueArgs", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.ListUsersOnFolderContinueArgs.cursor": {"fq_name": "paper.ListUsersOnFolderContinueArgs.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListUsersOnFolderContinueArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnFolderResponse.invitees": {"fq_name": "paper.ListUsersOnFolderResponse.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "paper.ListUsersOnFolderResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnFolderResponse.users": {"fq_name": "paper.ListUsersOnFolderResponse.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "paper.ListUsersOnFolderResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnFolderResponse.cursor": {"fq_name": "paper.ListUsersOnFolderResponse.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListUsersOnFolderResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnFolderResponse.has_more": {"fq_name": "paper.ListUsersOnFolderResponse.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "paper.ListUsersOnFolderResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocArgs.doc_id": {"fq_name": "paper.ListUsersOnPaperDocArgs.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.ListUsersOnPaperDocArgs", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocArgs.limit": {"fq_name": "paper.ListUsersOnPaperDocArgs.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "paper.ListUsersOnPaperDocArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocArgs.filter_by": {"fq_name": "paper.ListUsersOnPaperDocArgs.filter_by", "param_name": "filterBy", "static_instance": null, "getter_method": "getFilterBy", "containing_data_type_ref": "paper.ListUsersOnPaperDocArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocContinueArgs.doc_id": {"fq_name": "paper.ListUsersOnPaperDocContinueArgs.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.ListUsersOnPaperDocContinueArgs", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocContinueArgs.cursor": {"fq_name": "paper.ListUsersOnPaperDocContinueArgs.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListUsersOnPaperDocContinueArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocResponse.invitees": {"fq_name": "paper.ListUsersOnPaperDocResponse.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "paper.ListUsersOnPaperDocResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocResponse.users": {"fq_name": "paper.ListUsersOnPaperDocResponse.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "paper.ListUsersOnPaperDocResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocResponse.doc_owner": {"fq_name": "paper.ListUsersOnPaperDocResponse.doc_owner", "param_name": "docOwner", "static_instance": null, "getter_method": "getDocOwner", "containing_data_type_ref": "paper.ListUsersOnPaperDocResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocResponse.cursor": {"fq_name": "paper.ListUsersOnPaperDocResponse.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListUsersOnPaperDocResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocResponse.has_more": {"fq_name": "paper.ListUsersOnPaperDocResponse.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "paper.ListUsersOnPaperDocResponse", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiBaseError.insufficient_permissions": {"fq_name": "paper.PaperApiBaseError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.PaperApiBaseError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiBaseError.other": {"fq_name": "paper.PaperApiBaseError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperApiBaseError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiCursorError.expired_cursor": {"fq_name": "paper.PaperApiCursorError.expired_cursor", "param_name": "expiredCursorValue", "static_instance": "EXPIRED_CURSOR", "getter_method": null, "containing_data_type_ref": "paper.PaperApiCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiCursorError.invalid_cursor": {"fq_name": "paper.PaperApiCursorError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "paper.PaperApiCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiCursorError.wrong_user_in_cursor": {"fq_name": "paper.PaperApiCursorError.wrong_user_in_cursor", "param_name": "wrongUserInCursorValue", "static_instance": "WRONG_USER_IN_CURSOR", "getter_method": null, "containing_data_type_ref": "paper.PaperApiCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiCursorError.reset": {"fq_name": "paper.PaperApiCursorError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "paper.PaperApiCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiCursorError.other": {"fq_name": "paper.PaperApiCursorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperApiCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateArgs.import_format": {"fq_name": "paper.PaperDocCreateArgs.import_format", "param_name": "importFormat", "static_instance": null, "getter_method": "getImportFormat", "containing_data_type_ref": "paper.PaperDocCreateArgs", "route_refs": ["paper.docs/create"], "_type": "FieldReference"}, "paper.PaperDocCreateArgs.parent_folder_id": {"fq_name": "paper.PaperDocCreateArgs.parent_folder_id", "param_name": "parentFolderId", "static_instance": null, "getter_method": "getParentFolderId", "containing_data_type_ref": "paper.PaperDocCreateArgs", "route_refs": ["paper.docs/create"], "_type": "FieldReference"}, "paper.PaperDocCreateError.insufficient_permissions": {"fq_name": "paper.PaperDocCreateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateError.other": {"fq_name": "paper.PaperDocCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateError.content_malformed": {"fq_name": "paper.PaperDocCreateError.content_malformed", "param_name": "contentMalformedValue", "static_instance": "CONTENT_MALFORMED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateError.folder_not_found": {"fq_name": "paper.PaperDocCreateError.folder_not_found", "param_name": "folderNotFoundValue", "static_instance": "FOLDER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateError.doc_length_exceeded": {"fq_name": "paper.PaperDocCreateError.doc_length_exceeded", "param_name": "docLengthExceededValue", "static_instance": "DOC_LENGTH_EXCEEDED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateError.image_size_exceeded": {"fq_name": "paper.PaperDocCreateError.image_size_exceeded", "param_name": "imageSizeExceededValue", "static_instance": "IMAGE_SIZE_EXCEEDED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateUpdateResult.doc_id": {"fq_name": "paper.PaperDocCreateUpdateResult.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.PaperDocCreateUpdateResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateUpdateResult.revision": {"fq_name": "paper.PaperDocCreateUpdateResult.revision", "param_name": "revision", "static_instance": null, "getter_method": "getRevision", "containing_data_type_ref": "paper.PaperDocCreateUpdateResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateUpdateResult.title": {"fq_name": "paper.PaperDocCreateUpdateResult.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "paper.PaperDocCreateUpdateResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocExport.doc_id": {"fq_name": "paper.PaperDocExport.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.PaperDocExport", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.PaperDocExport.export_format": {"fq_name": "paper.PaperDocExport.export_format", "param_name": "exportFormat", "static_instance": null, "getter_method": "getExportFormat", "containing_data_type_ref": "paper.PaperDocExport", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocExportResult.owner": {"fq_name": "paper.PaperDocExportResult.owner", "param_name": "owner", "static_instance": null, "getter_method": "getOwner", "containing_data_type_ref": "paper.PaperDocExportResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocExportResult.title": {"fq_name": "paper.PaperDocExportResult.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "paper.PaperDocExportResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocExportResult.revision": {"fq_name": "paper.PaperDocExportResult.revision", "param_name": "revision", "static_instance": null, "getter_method": "getRevision", "containing_data_type_ref": "paper.PaperDocExportResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocExportResult.mime_type": {"fq_name": "paper.PaperDocExportResult.mime_type", "param_name": "mimeType", "static_instance": null, "getter_method": "getMimeType", "containing_data_type_ref": "paper.PaperDocExportResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocPermissionLevel.edit": {"fq_name": "paper.PaperDocPermissionLevel.edit", "param_name": "editValue", "static_instance": "EDIT", "getter_method": null, "containing_data_type_ref": "paper.PaperDocPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocPermissionLevel.view_and_comment": {"fq_name": "paper.PaperDocPermissionLevel.view_and_comment", "param_name": "viewAndCommentValue", "static_instance": "VIEW_AND_COMMENT", "getter_method": null, "containing_data_type_ref": "paper.PaperDocPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocPermissionLevel.other": {"fq_name": "paper.PaperDocPermissionLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperDocPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocSharingPolicy.doc_id": {"fq_name": "paper.PaperDocSharingPolicy.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.PaperDocSharingPolicy", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.PaperDocSharingPolicy.sharing_policy": {"fq_name": "paper.PaperDocSharingPolicy.sharing_policy", "param_name": "sharingPolicy", "static_instance": null, "getter_method": "getSharingPolicy", "containing_data_type_ref": "paper.PaperDocSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateArgs.doc_id": {"fq_name": "paper.PaperDocUpdateArgs.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.PaperDocUpdateArgs", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.PaperDocUpdateArgs.doc_update_policy": {"fq_name": "paper.PaperDocUpdateArgs.doc_update_policy", "param_name": "docUpdatePolicy", "static_instance": null, "getter_method": "getDocUpdatePolicy", "containing_data_type_ref": "paper.PaperDocUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateArgs.revision": {"fq_name": "paper.PaperDocUpdateArgs.revision", "param_name": "revision", "static_instance": null, "getter_method": "getRevision", "containing_data_type_ref": "paper.PaperDocUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateArgs.import_format": {"fq_name": "paper.PaperDocUpdateArgs.import_format", "param_name": "importFormat", "static_instance": null, "getter_method": "getImportFormat", "containing_data_type_ref": "paper.PaperDocUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.insufficient_permissions": {"fq_name": "paper.PaperDocUpdateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.other": {"fq_name": "paper.PaperDocUpdateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.doc_not_found": {"fq_name": "paper.PaperDocUpdateError.doc_not_found", "param_name": "docNotFoundValue", "static_instance": "DOC_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.content_malformed": {"fq_name": "paper.PaperDocUpdateError.content_malformed", "param_name": "contentMalformedValue", "static_instance": "CONTENT_MALFORMED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.revision_mismatch": {"fq_name": "paper.PaperDocUpdateError.revision_mismatch", "param_name": "revisionMismatchValue", "static_instance": "REVISION_MISMATCH", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.doc_length_exceeded": {"fq_name": "paper.PaperDocUpdateError.doc_length_exceeded", "param_name": "docLengthExceededValue", "static_instance": "DOC_LENGTH_EXCEEDED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.image_size_exceeded": {"fq_name": "paper.PaperDocUpdateError.image_size_exceeded", "param_name": "imageSizeExceededValue", "static_instance": "IMAGE_SIZE_EXCEEDED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.doc_archived": {"fq_name": "paper.PaperDocUpdateError.doc_archived", "param_name": "docArchivedValue", "static_instance": "DOC_ARCHIVED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.doc_deleted": {"fq_name": "paper.PaperDocUpdateError.doc_deleted", "param_name": "docDeletedValue", "static_instance": "DOC_DELETED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdatePolicy.append": {"fq_name": "paper.PaperDocUpdatePolicy.append", "param_name": "appendValue", "static_instance": "APPEND", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdatePolicy.prepend": {"fq_name": "paper.PaperDocUpdatePolicy.prepend", "param_name": "prependValue", "static_instance": "PREPEND", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdatePolicy.overwrite_all": {"fq_name": "paper.PaperDocUpdatePolicy.overwrite_all", "param_name": "overwriteAllValue", "static_instance": "OVERWRITE_ALL", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdatePolicy.other": {"fq_name": "paper.PaperDocUpdatePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateArg.name": {"fq_name": "paper.PaperFolderCreateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "paper.PaperFolderCreateArg", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateArg.parent_folder_id": {"fq_name": "paper.PaperFolderCreateArg.parent_folder_id", "param_name": "parentFolderId", "static_instance": null, "getter_method": "getParentFolderId", "containing_data_type_ref": "paper.PaperFolderCreateArg", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateArg.is_team_folder": {"fq_name": "paper.PaperFolderCreateArg.is_team_folder", "param_name": "isTeamFolder", "static_instance": null, "getter_method": "getIsTeamFolder", "containing_data_type_ref": "paper.PaperFolderCreateArg", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateError.insufficient_permissions": {"fq_name": "paper.PaperFolderCreateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.PaperFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateError.other": {"fq_name": "paper.PaperFolderCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateError.folder_not_found": {"fq_name": "paper.PaperFolderCreateError.folder_not_found", "param_name": "folderNotFoundValue", "static_instance": "FOLDER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "paper.PaperFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateError.invalid_folder_id": {"fq_name": "paper.PaperFolderCreateError.invalid_folder_id", "param_name": "invalidFolderIdValue", "static_instance": "INVALID_FOLDER_ID", "getter_method": null, "containing_data_type_ref": "paper.PaperFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateResult.folder_id": {"fq_name": "paper.PaperFolderCreateResult.folder_id", "param_name": "folderId", "static_instance": null, "getter_method": "getFolderId", "containing_data_type_ref": "paper.PaperFolderCreateResult", "route_refs": [], "_type": "FieldReference"}, "paper.RefPaperDoc.doc_id": {"fq_name": "paper.RefPaperDoc.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.RefPaperDoc", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.RemovePaperDocUser.doc_id": {"fq_name": "paper.RemovePaperDocUser.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.RemovePaperDocUser", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.RemovePaperDocUser.member": {"fq_name": "paper.RemovePaperDocUser.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "paper.RemovePaperDocUser", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPolicy.public_sharing_policy": {"fq_name": "paper.SharingPolicy.public_sharing_policy", "param_name": "publicSharingPolicy", "static_instance": null, "getter_method": "getPublicSharingPolicy", "containing_data_type_ref": "paper.SharingPolicy", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPolicy.team_sharing_policy": {"fq_name": "paper.SharingPolicy.team_sharing_policy", "param_name": "teamSharingPolicy", "static_instance": null, "getter_method": "getTeamSharingPolicy", "containing_data_type_ref": "paper.SharingPolicy", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPublicPolicyType.people_with_link_can_edit": {"fq_name": "paper.SharingPublicPolicyType.people_with_link_can_edit", "param_name": "peopleWithLinkCanEditValue", "static_instance": "PEOPLE_WITH_LINK_CAN_EDIT", "getter_method": null, "containing_data_type_ref": "paper.SharingPublicPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPublicPolicyType.people_with_link_can_view_and_comment": {"fq_name": "paper.SharingPublicPolicyType.people_with_link_can_view_and_comment", "param_name": "peopleWithLinkCanViewAndCommentValue", "static_instance": "PEOPLE_WITH_LINK_CAN_VIEW_AND_COMMENT", "getter_method": null, "containing_data_type_ref": "paper.SharingPublicPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPublicPolicyType.invite_only": {"fq_name": "paper.SharingPublicPolicyType.invite_only", "param_name": "inviteOnlyValue", "static_instance": "INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "paper.SharingPublicPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPublicPolicyType.disabled": {"fq_name": "paper.SharingPublicPolicyType.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "paper.SharingPublicPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingTeamPolicyType.people_with_link_can_edit": {"fq_name": "paper.SharingTeamPolicyType.people_with_link_can_edit", "param_name": "peopleWithLinkCanEditValue", "static_instance": "PEOPLE_WITH_LINK_CAN_EDIT", "getter_method": null, "containing_data_type_ref": "paper.SharingTeamPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingTeamPolicyType.people_with_link_can_view_and_comment": {"fq_name": "paper.SharingTeamPolicyType.people_with_link_can_view_and_comment", "param_name": "peopleWithLinkCanViewAndCommentValue", "static_instance": "PEOPLE_WITH_LINK_CAN_VIEW_AND_COMMENT", "getter_method": null, "containing_data_type_ref": "paper.SharingTeamPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingTeamPolicyType.invite_only": {"fq_name": "paper.SharingTeamPolicyType.invite_only", "param_name": "inviteOnlyValue", "static_instance": "INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "paper.SharingTeamPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.UserInfoWithPermissionLevel.user": {"fq_name": "paper.UserInfoWithPermissionLevel.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "paper.UserInfoWithPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.UserInfoWithPermissionLevel.permission_level": {"fq_name": "paper.UserInfoWithPermissionLevel.permission_level", "param_name": "permissionLevel", "static_instance": null, "getter_method": "getPermissionLevel", "containing_data_type_ref": "paper.UserInfoWithPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.UserOnPaperDocFilter.visited": {"fq_name": "paper.UserOnPaperDocFilter.visited", "param_name": "visitedValue", "static_instance": "VISITED", "getter_method": null, "containing_data_type_ref": "paper.UserOnPaperDocFilter", "route_refs": [], "_type": "FieldReference"}, "paper.UserOnPaperDocFilter.shared": {"fq_name": "paper.UserOnPaperDocFilter.shared", "param_name": "sharedValue", "static_instance": "SHARED", "getter_method": null, "containing_data_type_ref": "paper.UserOnPaperDocFilter", "route_refs": [], "_type": "FieldReference"}, "paper.UserOnPaperDocFilter.other": {"fq_name": "paper.UserOnPaperDocFilter.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.UserOnPaperDocFilter", "route_refs": [], "_type": "FieldReference"}, "secondary_emails.SecondaryEmail.email": {"fq_name": "secondary_emails.SecondaryEmail.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "secondary_emails.SecondaryEmail", "route_refs": [], "_type": "FieldReference"}, "secondary_emails.SecondaryEmail.is_verified": {"fq_name": "secondary_emails.SecondaryEmail.is_verified", "param_name": "isVerified", "static_instance": null, "getter_method": "getIsVerified", "containing_data_type_ref": "secondary_emails.SecondaryEmail", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.web": {"fq_name": "seen_state.PlatformType.web", "param_name": "webValue", "static_instance": "WEB", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.desktop": {"fq_name": "seen_state.PlatformType.desktop", "param_name": "desktopValue", "static_instance": "DESKTOP", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.mobile_ios": {"fq_name": "seen_state.PlatformType.mobile_ios", "param_name": "mobileIosValue", "static_instance": "MOBILE_IOS", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.mobile_android": {"fq_name": "seen_state.PlatformType.mobile_android", "param_name": "mobileAndroidValue", "static_instance": "MOBILE_ANDROID", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.api": {"fq_name": "seen_state.PlatformType.api", "param_name": "apiValue", "static_instance": "API", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.unknown": {"fq_name": "seen_state.PlatformType.unknown", "param_name": "unknownValue", "static_instance": "UNKNOWN", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.mobile": {"fq_name": "seen_state.PlatformType.mobile", "param_name": "mobileValue", "static_instance": "MOBILE", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.other": {"fq_name": "seen_state.PlatformType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessInheritance.inherit": {"fq_name": "sharing.AccessInheritance.inherit", "param_name": "inheritValue", "static_instance": "INHERIT", "getter_method": null, "containing_data_type_ref": "sharing.AccessInheritance", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessInheritance.no_inherit": {"fq_name": "sharing.AccessInheritance.no_inherit", "param_name": "noInheritValue", "static_instance": "NO_INHERIT", "getter_method": null, "containing_data_type_ref": "sharing.AccessInheritance", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessInheritance.other": {"fq_name": "sharing.AccessInheritance.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AccessInheritance", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.owner": {"fq_name": "sharing.AccessLevel.owner", "param_name": "ownerValue", "static_instance": "OWNER", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.editor": {"fq_name": "sharing.AccessLevel.editor", "param_name": "editorValue", "static_instance": "EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.viewer": {"fq_name": "sharing.AccessLevel.viewer", "param_name": "viewerValue", "static_instance": "VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.viewer_no_comment": {"fq_name": "sharing.AccessLevel.viewer_no_comment", "param_name": "viewerNoCommentValue", "static_instance": "VIEWER_NO_COMMENT", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.traverse": {"fq_name": "sharing.AccessLevel.traverse", "param_name": "traverseValue", "static_instance": "TRAVERSE", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.no_access": {"fq_name": "sharing.AccessLevel.no_access", "param_name": "noAccessValue", "static_instance": "NO_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.other": {"fq_name": "sharing.AccessLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AclUpdatePolicy.owner": {"fq_name": "sharing.AclUpdatePolicy.owner", "param_name": "ownerValue", "static_instance": "OWNER", "getter_method": null, "containing_data_type_ref": "sharing.AclUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.AclUpdatePolicy.editors": {"fq_name": "sharing.AclUpdatePolicy.editors", "param_name": "editorsValue", "static_instance": "EDITORS", "getter_method": null, "containing_data_type_ref": "sharing.AclUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.AclUpdatePolicy.other": {"fq_name": "sharing.AclUpdatePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AclUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.file": {"fq_name": "sharing.AddFileMemberArgs.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.members": {"fq_name": "sharing.AddFileMemberArgs.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.custom_message": {"fq_name": "sharing.AddFileMemberArgs.custom_message", "param_name": "customMessage", "static_instance": null, "getter_method": "getCustomMessage", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.quiet": {"fq_name": "sharing.AddFileMemberArgs.quiet", "param_name": "quiet", "static_instance": null, "getter_method": "getQuiet", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.access_level": {"fq_name": "sharing.AddFileMemberArgs.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.add_message_as_comment": {"fq_name": "sharing.AddFileMemberArgs.add_message_as_comment", "param_name": "addMessageAsComment", "static_instance": null, "getter_method": "getAddMessageAsComment", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.user_error": {"fq_name": "sharing.AddFileMemberError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.access_error": {"fq_name": "sharing.AddFileMemberError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.rate_limit": {"fq_name": "sharing.AddFileMemberError.rate_limit", "param_name": "rateLimitValue", "static_instance": "RATE_LIMIT", "getter_method": null, "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.invalid_comment": {"fq_name": "sharing.AddFileMemberError.invalid_comment", "param_name": "invalidCommentValue", "static_instance": "INVALID_COMMENT", "getter_method": null, "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.other": {"fq_name": "sharing.AddFileMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberArg.shared_folder_id": {"fq_name": "sharing.AddFolderMemberArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.AddFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberArg.members": {"fq_name": "sharing.AddFolderMemberArg.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "sharing.AddFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberArg.quiet": {"fq_name": "sharing.AddFolderMemberArg.quiet", "param_name": "quiet", "static_instance": null, "getter_method": "getQuiet", "containing_data_type_ref": "sharing.AddFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberArg.custom_message": {"fq_name": "sharing.AddFolderMemberArg.custom_message", "param_name": "customMessage", "static_instance": null, "getter_method": "getCustomMessage", "containing_data_type_ref": "sharing.AddFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.access_error": {"fq_name": "sharing.AddFolderMemberError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.email_unverified": {"fq_name": "sharing.AddFolderMemberError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.banned_member": {"fq_name": "sharing.AddFolderMemberError.banned_member", "param_name": "bannedMemberValue", "static_instance": "BANNED_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.bad_member": {"fq_name": "sharing.AddFolderMemberError.bad_member", "param_name": "badMemberValue", "static_instance": null, "getter_method": "getBadMemberValue", "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.cant_share_outside_team": {"fq_name": "sharing.AddFolderMemberError.cant_share_outside_team", "param_name": "cantShareOutsideTeamValue", "static_instance": "CANT_SHARE_OUTSIDE_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.too_many_members": {"fq_name": "sharing.AddFolderMemberError.too_many_members", "param_name": "tooManyMembersValue", "static_instance": null, "getter_method": "getTooManyMembersValue", "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.too_many_pending_invites": {"fq_name": "sharing.AddFolderMemberError.too_many_pending_invites", "param_name": "tooManyPendingInvitesValue", "static_instance": null, "getter_method": "getTooManyPendingInvitesValue", "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.rate_limit": {"fq_name": "sharing.AddFolderMemberError.rate_limit", "param_name": "rateLimitValue", "static_instance": "RATE_LIMIT", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.too_many_invitees": {"fq_name": "sharing.AddFolderMemberError.too_many_invitees", "param_name": "tooManyInviteesValue", "static_instance": "TOO_MANY_INVITEES", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.insufficient_plan": {"fq_name": "sharing.AddFolderMemberError.insufficient_plan", "param_name": "insufficientPlanValue", "static_instance": "INSUFFICIENT_PLAN", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.team_folder": {"fq_name": "sharing.AddFolderMemberError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.no_permission": {"fq_name": "sharing.AddFolderMemberError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.invalid_shared_folder": {"fq_name": "sharing.AddFolderMemberError.invalid_shared_folder", "param_name": "invalidSharedFolderValue", "static_instance": "INVALID_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.other": {"fq_name": "sharing.AddFolderMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMember.member": {"fq_name": "sharing.AddMember.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.AddMember", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMember.access_level": {"fq_name": "sharing.AddMember.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.AddMember", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.automatic_group": {"fq_name": "sharing.AddMemberSelectorError.automatic_group", "param_name": "automaticGroupValue", "static_instance": "AUTOMATIC_GROUP", "getter_method": null, "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.invalid_dropbox_id": {"fq_name": "sharing.AddMemberSelectorError.invalid_dropbox_id", "param_name": "invalidDropboxIdValue", "static_instance": null, "getter_method": "getInvalidDropboxIdValue", "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.invalid_email": {"fq_name": "sharing.AddMemberSelectorError.invalid_email", "param_name": "invalidEmailValue", "static_instance": null, "getter_method": "getInvalidEmailValue", "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.unverified_dropbox_id": {"fq_name": "sharing.AddMemberSelectorError.unverified_dropbox_id", "param_name": "unverifiedDropboxIdValue", "static_instance": null, "getter_method": "getUnverifiedDropboxIdValue", "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.group_deleted": {"fq_name": "sharing.AddMemberSelectorError.group_deleted", "param_name": "groupDeletedValue", "static_instance": "GROUP_DELETED", "getter_method": null, "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.group_not_on_team": {"fq_name": "sharing.AddMemberSelectorError.group_not_on_team", "param_name": "groupNotOnTeamValue", "static_instance": "GROUP_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.other": {"fq_name": "sharing.AddMemberSelectorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.public": {"fq_name": "sharing.AlphaResolvedVisibility.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.team_only": {"fq_name": "sharing.AlphaResolvedVisibility.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.password": {"fq_name": "sharing.AlphaResolvedVisibility.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.team_and_password": {"fq_name": "sharing.AlphaResolvedVisibility.team_and_password", "param_name": "teamAndPasswordValue", "static_instance": "TEAM_AND_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.shared_folder_only": {"fq_name": "sharing.AlphaResolvedVisibility.shared_folder_only", "param_name": "sharedFolderOnlyValue", "static_instance": "SHARED_FOLDER_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.no_one": {"fq_name": "sharing.AlphaResolvedVisibility.no_one", "param_name": "noOneValue", "static_instance": "NO_ONE", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.only_you": {"fq_name": "sharing.AlphaResolvedVisibility.only_you", "param_name": "onlyYouValue", "static_instance": "ONLY_YOU", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.other": {"fq_name": "sharing.AlphaResolvedVisibility.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceExceptionContentInfo.name": {"fq_name": "sharing.AudienceExceptionContentInfo.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.AudienceExceptionContentInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceExceptions.count": {"fq_name": "sharing.AudienceExceptions.count", "param_name": "count", "static_instance": null, "getter_method": "getCount", "containing_data_type_ref": "sharing.AudienceExceptions", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceExceptions.exceptions": {"fq_name": "sharing.AudienceExceptions.exceptions", "param_name": "exceptions", "static_instance": null, "getter_method": "getExceptions", "containing_data_type_ref": "sharing.AudienceExceptions", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceRestrictingSharedFolder.shared_folder_id": {"fq_name": "sharing.AudienceRestrictingSharedFolder.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.AudienceRestrictingSharedFolder", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceRestrictingSharedFolder.name": {"fq_name": "sharing.AudienceRestrictingSharedFolder.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.AudienceRestrictingSharedFolder", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceRestrictingSharedFolder.audience": {"fq_name": "sharing.AudienceRestrictingSharedFolder.audience", "param_name": "audience", "static_instance": null, "getter_method": "getAudience", "containing_data_type_ref": "sharing.AudienceRestrictingSharedFolder", "route_refs": [], "_type": "FieldReference"}, "sharing.CollectionLinkMetadata.url": {"fq_name": "sharing.CollectionLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.CollectionLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.CollectionLinkMetadata.visibility": {"fq_name": "sharing.CollectionLinkMetadata.visibility", "param_name": "visibility", "static_instance": null, "getter_method": "getVisibility", "containing_data_type_ref": "sharing.CollectionLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.CollectionLinkMetadata.expires": {"fq_name": "sharing.CollectionLinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.CollectionLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkArg.path": {"fq_name": "sharing.CreateSharedLinkArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.CreateSharedLinkArg", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkArg.short_url": {"fq_name": "sharing.CreateSharedLinkArg.short_url", "param_name": "shortUrl", "static_instance": null, "getter_method": "getShortUrl", "containing_data_type_ref": "sharing.CreateSharedLinkArg", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkArg.pending_upload": {"fq_name": "sharing.CreateSharedLinkArg.pending_upload", "param_name": "pendingUpload", "static_instance": null, "getter_method": "getPendingUpload", "containing_data_type_ref": "sharing.CreateSharedLinkArg", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkError.path": {"fq_name": "sharing.CreateSharedLinkError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "sharing.CreateSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkError.other": {"fq_name": "sharing.CreateSharedLinkError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.CreateSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsArg.path": {"fq_name": "sharing.CreateSharedLinkWithSettingsArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsArg", "route_refs": ["sharing.create_shared_link_with_settings"], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsArg.settings": {"fq_name": "sharing.CreateSharedLinkWithSettingsArg.settings", "param_name": "settings", "static_instance": null, "getter_method": "getSettings", "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsArg", "route_refs": ["sharing.create_shared_link_with_settings"], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.path": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.email_not_verified": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.email_not_verified", "param_name": "emailNotVerifiedValue", "static_instance": "EMAIL_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.shared_link_already_exists": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.shared_link_already_exists", "param_name": "sharedLinkAlreadyExistsValue", "static_instance": null, "getter_method": "getSharedLinkAlreadyExistsValue", "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.settings_error": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.settings_error", "param_name": "settingsErrorValue", "static_instance": null, "getter_method": "getSettingsErrorValue", "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.access_denied": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.access_denied", "param_name": "accessDeniedValue", "static_instance": "ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.audience_options": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.audience_options", "param_name": "audienceOptions", "static_instance": null, "getter_method": "getAudienceOptions", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.current_audience": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.current_audience", "param_name": "currentAudience", "static_instance": null, "getter_method": "getCurrentAudience", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.link_permissions": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.password_protected": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.password_protected", "param_name": "passwordProtected", "static_instance": null, "getter_method": "getPasswordProtected", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.access_level": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.audience_restricting_shared_folder": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.audience_restricting_shared_folder", "param_name": "audienceRestrictingSharedFolder", "static_instance": null, "getter_method": "getAudienceRestrictingSharedFolder", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.expiry": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.expiry", "param_name": "expiry", "static_instance": null, "getter_method": "getExpiry", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.disable_viewer_info": {"fq_name": "sharing.FileAction.disable_viewer_info", "param_name": "disableViewerInfoValue", "static_instance": "DISABLE_VIEWER_INFO", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.edit_contents": {"fq_name": "sharing.FileAction.edit_contents", "param_name": "editContentsValue", "static_instance": "EDIT_CONTENTS", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.enable_viewer_info": {"fq_name": "sharing.FileAction.enable_viewer_info", "param_name": "enableViewerInfoValue", "static_instance": "ENABLE_VIEWER_INFO", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.invite_viewer": {"fq_name": "sharing.FileAction.invite_viewer", "param_name": "inviteViewerValue", "static_instance": "INVITE_VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.invite_viewer_no_comment": {"fq_name": "sharing.FileAction.invite_viewer_no_comment", "param_name": "inviteViewerNoCommentValue", "static_instance": "INVITE_VIEWER_NO_COMMENT", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.invite_editor": {"fq_name": "sharing.FileAction.invite_editor", "param_name": "inviteEditorValue", "static_instance": "INVITE_EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.unshare": {"fq_name": "sharing.FileAction.unshare", "param_name": "unshareValue", "static_instance": "UNSHARE", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.relinquish_membership": {"fq_name": "sharing.FileAction.relinquish_membership", "param_name": "relinquishMembershipValue", "static_instance": "RELINQUISH_MEMBERSHIP", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.share_link": {"fq_name": "sharing.FileAction.share_link", "param_name": "shareLinkValue", "static_instance": "SHARE_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.create_link": {"fq_name": "sharing.FileAction.create_link", "param_name": "createLinkValue", "static_instance": "CREATE_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.create_view_link": {"fq_name": "sharing.FileAction.create_view_link", "param_name": "createViewLinkValue", "static_instance": "CREATE_VIEW_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.create_edit_link": {"fq_name": "sharing.FileAction.create_edit_link", "param_name": "createEditLinkValue", "static_instance": "CREATE_EDIT_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.other": {"fq_name": "sharing.FileAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileErrorResult.file_not_found_error": {"fq_name": "sharing.FileErrorResult.file_not_found_error", "param_name": "fileNotFoundErrorValue", "static_instance": null, "getter_method": "getFileNotFoundErrorValue", "containing_data_type_ref": "sharing.FileErrorResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileErrorResult.invalid_file_action_error": {"fq_name": "sharing.FileErrorResult.invalid_file_action_error", "param_name": "invalidFileActionErrorValue", "static_instance": null, "getter_method": "getInvalidFileActionErrorValue", "containing_data_type_ref": "sharing.FileErrorResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileErrorResult.permission_denied_error": {"fq_name": "sharing.FileErrorResult.permission_denied_error", "param_name": "permissionDeniedErrorValue", "static_instance": null, "getter_method": "getPermissionDeniedErrorValue", "containing_data_type_ref": "sharing.FileErrorResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileErrorResult.other": {"fq_name": "sharing.FileErrorResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.FileErrorResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.url": {"fq_name": "sharing.FileLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.name": {"fq_name": "sharing.FileLinkMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.link_permissions": {"fq_name": "sharing.FileLinkMetadata.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.client_modified": {"fq_name": "sharing.FileLinkMetadata.client_modified", "param_name": "clientModified", "static_instance": null, "getter_method": "getClientModified", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.server_modified": {"fq_name": "sharing.FileLinkMetadata.server_modified", "param_name": "serverModified", "static_instance": null, "getter_method": "getServerModified", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.rev": {"fq_name": "sharing.FileLinkMetadata.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.size": {"fq_name": "sharing.FileLinkMetadata.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.id": {"fq_name": "sharing.FileLinkMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.expires": {"fq_name": "sharing.FileLinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.path_lower": {"fq_name": "sharing.FileLinkMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.team_member_info": {"fq_name": "sharing.FileLinkMetadata.team_member_info", "param_name": "teamMemberInfo", "static_instance": null, "getter_method": "getTeamMemberInfo", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.content_owner_team_info": {"fq_name": "sharing.FileLinkMetadata.content_owner_team_info", "param_name": "contentOwnerTeamInfo", "static_instance": null, "getter_method": "getContentOwnerTeamInfo", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionError.invalid_member": {"fq_name": "sharing.FileMemberActionError.invalid_member", "param_name": "invalidMemberValue", "static_instance": "INVALID_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.FileMemberActionError", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionError.no_permission": {"fq_name": "sharing.FileMemberActionError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.FileMemberActionError", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionError.access_error": {"fq_name": "sharing.FileMemberActionError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.FileMemberActionError", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionError.no_explicit_access": {"fq_name": "sharing.FileMemberActionError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": null, "getter_method": "getNoExplicitAccessValue", "containing_data_type_ref": "sharing.FileMemberActionError", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionError.other": {"fq_name": "sharing.FileMemberActionError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.FileMemberActionError", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionIndividualResult.success": {"fq_name": "sharing.FileMemberActionIndividualResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "sharing.FileMemberActionIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionIndividualResult.member_error": {"fq_name": "sharing.FileMemberActionIndividualResult.member_error", "param_name": "memberErrorValue", "static_instance": null, "getter_method": "getMemberErrorValue", "containing_data_type_ref": "sharing.FileMemberActionIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionResult.member": {"fq_name": "sharing.FileMemberActionResult.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.FileMemberActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionResult.result": {"fq_name": "sharing.FileMemberActionResult.result", "param_name": "result", "static_instance": null, "getter_method": "getResult", "containing_data_type_ref": "sharing.FileMemberActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionResult.sckey_sha1": {"fq_name": "sharing.FileMemberActionResult.sckey_sha1", "param_name": "sckeySha1", "static_instance": null, "getter_method": "getSckeySha1", "containing_data_type_ref": "sharing.FileMemberActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionResult.invitation_signature": {"fq_name": "sharing.FileMemberActionResult.invitation_signature", "param_name": "invitationSignature", "static_instance": null, "getter_method": "getInvitationSignature", "containing_data_type_ref": "sharing.FileMemberActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberRemoveActionResult.success": {"fq_name": "sharing.FileMemberRemoveActionResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "sharing.FileMemberRemoveActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberRemoveActionResult.member_error": {"fq_name": "sharing.FileMemberRemoveActionResult.member_error", "param_name": "memberErrorValue", "static_instance": null, "getter_method": "getMemberErrorValue", "containing_data_type_ref": "sharing.FileMemberRemoveActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberRemoveActionResult.other": {"fq_name": "sharing.FileMemberRemoveActionResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.FileMemberRemoveActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FilePermission.action": {"fq_name": "sharing.FilePermission.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "sharing.FilePermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FilePermission.allow": {"fq_name": "sharing.FilePermission.allow", "param_name": "allow", "static_instance": null, "getter_method": "getAllow", "containing_data_type_ref": "sharing.FilePermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FilePermission.reason": {"fq_name": "sharing.FilePermission.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "sharing.FilePermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.change_options": {"fq_name": "sharing.FolderAction.change_options", "param_name": "changeOptionsValue", "static_instance": "CHANGE_OPTIONS", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.disable_viewer_info": {"fq_name": "sharing.FolderAction.disable_viewer_info", "param_name": "disableViewerInfoValue", "static_instance": "DISABLE_VIEWER_INFO", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.edit_contents": {"fq_name": "sharing.FolderAction.edit_contents", "param_name": "editContentsValue", "static_instance": "EDIT_CONTENTS", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.enable_viewer_info": {"fq_name": "sharing.FolderAction.enable_viewer_info", "param_name": "enableViewerInfoValue", "static_instance": "ENABLE_VIEWER_INFO", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.invite_editor": {"fq_name": "sharing.FolderAction.invite_editor", "param_name": "inviteEditorValue", "static_instance": "INVITE_EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.invite_viewer": {"fq_name": "sharing.FolderAction.invite_viewer", "param_name": "inviteViewerValue", "static_instance": "INVITE_VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.invite_viewer_no_comment": {"fq_name": "sharing.FolderAction.invite_viewer_no_comment", "param_name": "inviteViewerNoCommentValue", "static_instance": "INVITE_VIEWER_NO_COMMENT", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.relinquish_membership": {"fq_name": "sharing.FolderAction.relinquish_membership", "param_name": "relinquishMembershipValue", "static_instance": "RELINQUISH_MEMBERSHIP", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.unmount": {"fq_name": "sharing.FolderAction.unmount", "param_name": "unmountValue", "static_instance": "UNMOUNT", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.unshare": {"fq_name": "sharing.FolderAction.unshare", "param_name": "unshareValue", "static_instance": "UNSHARE", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.leave_a_copy": {"fq_name": "sharing.FolderAction.leave_a_copy", "param_name": "leaveACopyValue", "static_instance": "LEAVE_A_COPY", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.share_link": {"fq_name": "sharing.FolderAction.share_link", "param_name": "shareLinkValue", "static_instance": "SHARE_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.create_link": {"fq_name": "sharing.FolderAction.create_link", "param_name": "createLinkValue", "static_instance": "CREATE_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.set_access_inheritance": {"fq_name": "sharing.FolderAction.set_access_inheritance", "param_name": "setAccessInheritanceValue", "static_instance": "SET_ACCESS_INHERITANCE", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.other": {"fq_name": "sharing.FolderAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.url": {"fq_name": "sharing.FolderLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.name": {"fq_name": "sharing.FolderLinkMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.link_permissions": {"fq_name": "sharing.FolderLinkMetadata.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.id": {"fq_name": "sharing.FolderLinkMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.expires": {"fq_name": "sharing.FolderLinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.path_lower": {"fq_name": "sharing.FolderLinkMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.team_member_info": {"fq_name": "sharing.FolderLinkMetadata.team_member_info", "param_name": "teamMemberInfo", "static_instance": null, "getter_method": "getTeamMemberInfo", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.content_owner_team_info": {"fq_name": "sharing.FolderLinkMetadata.content_owner_team_info", "param_name": "contentOwnerTeamInfo", "static_instance": null, "getter_method": "getContentOwnerTeamInfo", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPermission.action": {"fq_name": "sharing.FolderPermission.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "sharing.FolderPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPermission.allow": {"fq_name": "sharing.FolderPermission.allow", "param_name": "allow", "static_instance": null, "getter_method": "getAllow", "containing_data_type_ref": "sharing.FolderPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPermission.reason": {"fq_name": "sharing.FolderPermission.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "sharing.FolderPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPolicy.acl_update_policy": {"fq_name": "sharing.FolderPolicy.acl_update_policy", "param_name": "aclUpdatePolicy", "static_instance": null, "getter_method": "getAclUpdatePolicy", "containing_data_type_ref": "sharing.FolderPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPolicy.shared_link_policy": {"fq_name": "sharing.FolderPolicy.shared_link_policy", "param_name": "sharedLinkPolicy", "static_instance": null, "getter_method": "getSharedLinkPolicy", "containing_data_type_ref": "sharing.FolderPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPolicy.member_policy": {"fq_name": "sharing.FolderPolicy.member_policy", "param_name": "memberPolicy", "static_instance": null, "getter_method": "getMemberPolicy", "containing_data_type_ref": "sharing.FolderPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPolicy.resolved_member_policy": {"fq_name": "sharing.FolderPolicy.resolved_member_policy", "param_name": "resolvedMemberPolicy", "static_instance": null, "getter_method": "getResolvedMemberPolicy", "containing_data_type_ref": "sharing.FolderPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPolicy.viewer_info_policy": {"fq_name": "sharing.FolderPolicy.viewer_info_policy", "param_name": "viewerInfoPolicy", "static_instance": null, "getter_method": "getViewerInfoPolicy", "containing_data_type_ref": "sharing.FolderPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataArg.file": {"fq_name": "sharing.GetFileMetadataArg.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.GetFileMetadataArg", "route_refs": ["sharing.get_file_metadata"], "_type": "FieldReference"}, "sharing.GetFileMetadataArg.actions": {"fq_name": "sharing.GetFileMetadataArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.GetFileMetadataArg", "route_refs": ["sharing.get_file_metadata"], "_type": "FieldReference"}, "sharing.GetFileMetadataBatchArg.files": {"fq_name": "sharing.GetFileMetadataBatchArg.files", "param_name": "files", "static_instance": null, "getter_method": "getFiles", "containing_data_type_ref": "sharing.GetFileMetadataBatchArg", "route_refs": ["sharing.get_file_metadata/batch"], "_type": "FieldReference"}, "sharing.GetFileMetadataBatchArg.actions": {"fq_name": "sharing.GetFileMetadataBatchArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.GetFileMetadataBatchArg", "route_refs": ["sharing.get_file_metadata/batch"], "_type": "FieldReference"}, "sharing.GetFileMetadataBatchResult.file": {"fq_name": "sharing.GetFileMetadataBatchResult.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.GetFileMetadataBatchResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataBatchResult.result": {"fq_name": "sharing.GetFileMetadataBatchResult.result", "param_name": "result", "static_instance": null, "getter_method": "getResult", "containing_data_type_ref": "sharing.GetFileMetadataBatchResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataError.user_error": {"fq_name": "sharing.GetFileMetadataError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.GetFileMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataError.access_error": {"fq_name": "sharing.GetFileMetadataError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.GetFileMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataError.other": {"fq_name": "sharing.GetFileMetadataError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.GetFileMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataIndividualResult.metadata": {"fq_name": "sharing.GetFileMetadataIndividualResult.metadata", "param_name": "metadataValue", "static_instance": null, "getter_method": "getMetadataValue", "containing_data_type_ref": "sharing.GetFileMetadataIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataIndividualResult.access_error": {"fq_name": "sharing.GetFileMetadataIndividualResult.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.GetFileMetadataIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataIndividualResult.other": {"fq_name": "sharing.GetFileMetadataIndividualResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.GetFileMetadataIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GetMetadataArgs.shared_folder_id": {"fq_name": "sharing.GetMetadataArgs.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.GetMetadataArgs", "route_refs": ["sharing.get_folder_metadata"], "_type": "FieldReference"}, "sharing.GetMetadataArgs.actions": {"fq_name": "sharing.GetMetadataArgs.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.GetMetadataArgs", "route_refs": ["sharing.get_folder_metadata"], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.shared_link_not_found": {"fq_name": "sharing.GetSharedLinkFileError.shared_link_not_found", "param_name": "sharedLinkNotFoundValue", "static_instance": "SHARED_LINK_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.shared_link_access_denied": {"fq_name": "sharing.GetSharedLinkFileError.shared_link_access_denied", "param_name": "sharedLinkAccessDeniedValue", "static_instance": "SHARED_LINK_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.unsupported_link_type": {"fq_name": "sharing.GetSharedLinkFileError.unsupported_link_type", "param_name": "unsupportedLinkTypeValue", "static_instance": "UNSUPPORTED_LINK_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.other": {"fq_name": "sharing.GetSharedLinkFileError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.shared_link_is_directory": {"fq_name": "sharing.GetSharedLinkFileError.shared_link_is_directory", "param_name": "sharedLinkIsDirectoryValue", "static_instance": "SHARED_LINK_IS_DIRECTORY", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkMetadataArg.url": {"fq_name": "sharing.GetSharedLinkMetadataArg.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.GetSharedLinkMetadataArg", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkMetadataArg.path": {"fq_name": "sharing.GetSharedLinkMetadataArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.GetSharedLinkMetadataArg", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkMetadataArg.link_password": {"fq_name": "sharing.GetSharedLinkMetadataArg.link_password", "param_name": "linkPassword", "static_instance": null, "getter_method": "getLinkPassword", "containing_data_type_ref": "sharing.GetSharedLinkMetadataArg", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinksArg.path": {"fq_name": "sharing.GetSharedLinksArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.GetSharedLinksArg", "route_refs": ["sharing.get_shared_links"], "_type": "FieldReference"}, "sharing.GetSharedLinksError.path": {"fq_name": "sharing.GetSharedLinksError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "sharing.GetSharedLinksError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinksError.other": {"fq_name": "sharing.GetSharedLinksError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinksError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinksResult.links": {"fq_name": "sharing.GetSharedLinksResult.links", "param_name": "links", "static_instance": null, "getter_method": "getLinks", "containing_data_type_ref": "sharing.GetSharedLinksResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.group_name": {"fq_name": "sharing.GroupInfo.group_name", "param_name": "groupName", "static_instance": null, "getter_method": "getGroupName", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.group_id": {"fq_name": "sharing.GroupInfo.group_id", "param_name": "groupId", "static_instance": null, "getter_method": "getGroupId", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.group_management_type": {"fq_name": "sharing.GroupInfo.group_management_type", "param_name": "groupManagementType", "static_instance": null, "getter_method": "getGroupManagementType", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.group_type": {"fq_name": "sharing.GroupInfo.group_type", "param_name": "groupType", "static_instance": null, "getter_method": "getGroupType", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.is_member": {"fq_name": "sharing.GroupInfo.is_member", "param_name": "isMember", "static_instance": null, "getter_method": "getIsMember", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.is_owner": {"fq_name": "sharing.GroupInfo.is_owner", "param_name": "isOwner", "static_instance": null, "getter_method": "getIsOwner", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.same_team": {"fq_name": "sharing.GroupInfo.same_team", "param_name": "sameTeam", "static_instance": null, "getter_method": "getSameTeam", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.group_external_id": {"fq_name": "sharing.GroupInfo.group_external_id", "param_name": "groupExternalId", "static_instance": null, "getter_method": "getGroupExternalId", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.member_count": {"fq_name": "sharing.GroupInfo.member_count", "param_name": "memberCount", "static_instance": null, "getter_method": "getMemberCount", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupMembershipInfo.access_type": {"fq_name": "sharing.GroupMembershipInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.GroupMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupMembershipInfo.group": {"fq_name": "sharing.GroupMembershipInfo.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "sharing.GroupMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupMembershipInfo.permissions": {"fq_name": "sharing.GroupMembershipInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.GroupMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupMembershipInfo.initials": {"fq_name": "sharing.GroupMembershipInfo.initials", "param_name": "initials", "static_instance": null, "getter_method": "getInitials", "containing_data_type_ref": "sharing.GroupMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupMembershipInfo.is_inherited": {"fq_name": "sharing.GroupMembershipInfo.is_inherited", "param_name": "isInherited", "static_instance": null, "getter_method": "getIsInherited", "containing_data_type_ref": "sharing.GroupMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InsufficientPlan.message": {"fq_name": "sharing.InsufficientPlan.message", "param_name": "message", "static_instance": null, "getter_method": "getMessage", "containing_data_type_ref": "sharing.InsufficientPlan", "route_refs": [], "_type": "FieldReference"}, "sharing.InsufficientPlan.upsell_url": {"fq_name": "sharing.InsufficientPlan.upsell_url", "param_name": "upsellUrl", "static_instance": null, "getter_method": "getUpsellUrl", "containing_data_type_ref": "sharing.InsufficientPlan", "route_refs": [], "_type": "FieldReference"}, "sharing.InsufficientQuotaAmounts.space_needed": {"fq_name": "sharing.InsufficientQuotaAmounts.space_needed", "param_name": "spaceNeeded", "static_instance": null, "getter_method": "getSpaceNeeded", "containing_data_type_ref": "sharing.InsufficientQuotaAmounts", "route_refs": [], "_type": "FieldReference"}, "sharing.InsufficientQuotaAmounts.space_shortage": {"fq_name": "sharing.InsufficientQuotaAmounts.space_shortage", "param_name": "spaceShortage", "static_instance": null, "getter_method": "getSpaceShortage", "containing_data_type_ref": "sharing.InsufficientQuotaAmounts", "route_refs": [], "_type": "FieldReference"}, "sharing.InsufficientQuotaAmounts.space_left": {"fq_name": "sharing.InsufficientQuotaAmounts.space_left", "param_name": "spaceLeft", "static_instance": null, "getter_method": "getSpaceLeft", "containing_data_type_ref": "sharing.InsufficientQuotaAmounts", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeInfo.email": {"fq_name": "sharing.InviteeInfo.email", "param_name": "emailValue", "static_instance": null, "getter_method": "getEmailValue", "containing_data_type_ref": "sharing.InviteeInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeInfo.other": {"fq_name": "sharing.InviteeInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.InviteeInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.access_type": {"fq_name": "sharing.InviteeMembershipInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.invitee": {"fq_name": "sharing.InviteeMembershipInfo.invitee", "param_name": "invitee", "static_instance": null, "getter_method": "getInvitee", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.permissions": {"fq_name": "sharing.InviteeMembershipInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.initials": {"fq_name": "sharing.InviteeMembershipInfo.initials", "param_name": "initials", "static_instance": null, "getter_method": "getInitials", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.is_inherited": {"fq_name": "sharing.InviteeMembershipInfo.is_inherited", "param_name": "isInherited", "static_instance": null, "getter_method": "getIsInherited", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.user": {"fq_name": "sharing.InviteeMembershipInfo.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.JobError.unshare_folder_error": {"fq_name": "sharing.JobError.unshare_folder_error", "param_name": "unshareFolderErrorValue", "static_instance": null, "getter_method": "getUnshareFolderErrorValue", "containing_data_type_ref": "sharing.JobError", "route_refs": [], "_type": "FieldReference"}, "sharing.JobError.remove_folder_member_error": {"fq_name": "sharing.JobError.remove_folder_member_error", "param_name": "removeFolderMemberErrorValue", "static_instance": null, "getter_method": "getRemoveFolderMemberErrorValue", "containing_data_type_ref": "sharing.JobError", "route_refs": [], "_type": "FieldReference"}, "sharing.JobError.relinquish_folder_membership_error": {"fq_name": "sharing.JobError.relinquish_folder_membership_error", "param_name": "relinquishFolderMembershipErrorValue", "static_instance": null, "getter_method": "getRelinquishFolderMembershipErrorValue", "containing_data_type_ref": "sharing.JobError", "route_refs": [], "_type": "FieldReference"}, "sharing.JobError.other": {"fq_name": "sharing.JobError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.JobError", "route_refs": [], "_type": "FieldReference"}, "sharing.JobStatus.in_progress": {"fq_name": "sharing.JobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "sharing.JobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.JobStatus.complete": {"fq_name": "sharing.JobStatus.complete", "param_name": "completeValue", "static_instance": "COMPLETE", "getter_method": null, "containing_data_type_ref": "sharing.JobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.JobStatus.failed": {"fq_name": "sharing.JobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "sharing.JobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAccessLevel.viewer": {"fq_name": "sharing.LinkAccessLevel.viewer", "param_name": "viewerValue", "static_instance": "VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAccessLevel.editor": {"fq_name": "sharing.LinkAccessLevel.editor", "param_name": "editorValue", "static_instance": "EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.LinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAccessLevel.other": {"fq_name": "sharing.LinkAccessLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.change_access_level": {"fq_name": "sharing.LinkAction.change_access_level", "param_name": "changeAccessLevelValue", "static_instance": "CHANGE_ACCESS_LEVEL", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.change_audience": {"fq_name": "sharing.LinkAction.change_audience", "param_name": "changeAudienceValue", "static_instance": "CHANGE_AUDIENCE", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.remove_expiry": {"fq_name": "sharing.LinkAction.remove_expiry", "param_name": "removeExpiryValue", "static_instance": "REMOVE_EXPIRY", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.remove_password": {"fq_name": "sharing.LinkAction.remove_password", "param_name": "removePasswordValue", "static_instance": "REMOVE_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.set_expiry": {"fq_name": "sharing.LinkAction.set_expiry", "param_name": "setExpiryValue", "static_instance": "SET_EXPIRY", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.set_password": {"fq_name": "sharing.LinkAction.set_password", "param_name": "setPasswordValue", "static_instance": "SET_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.other": {"fq_name": "sharing.LinkAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.public": {"fq_name": "sharing.LinkAudience.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.team": {"fq_name": "sharing.LinkAudience.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.no_one": {"fq_name": "sharing.LinkAudience.no_one", "param_name": "noOneValue", "static_instance": "NO_ONE", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.password": {"fq_name": "sharing.LinkAudience.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.members": {"fq_name": "sharing.LinkAudience.members", "param_name": "membersValue", "static_instance": "MEMBERS", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.other": {"fq_name": "sharing.LinkAudience.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.delete_and_recreate": {"fq_name": "sharing.LinkAudienceDisallowedReason.delete_and_recreate", "param_name": "deleteAndRecreateValue", "static_instance": "DELETE_AND_RECREATE", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.restricted_by_shared_folder": {"fq_name": "sharing.LinkAudienceDisallowedReason.restricted_by_shared_folder", "param_name": "restrictedBySharedFolderValue", "static_instance": "RESTRICTED_BY_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.restricted_by_team": {"fq_name": "sharing.LinkAudienceDisallowedReason.restricted_by_team", "param_name": "restrictedByTeamValue", "static_instance": "RESTRICTED_BY_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.user_not_on_team": {"fq_name": "sharing.LinkAudienceDisallowedReason.user_not_on_team", "param_name": "userNotOnTeamValue", "static_instance": "USER_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.user_account_type": {"fq_name": "sharing.LinkAudienceDisallowedReason.user_account_type", "param_name": "userAccountTypeValue", "static_instance": "USER_ACCOUNT_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.permission_denied": {"fq_name": "sharing.LinkAudienceDisallowedReason.permission_denied", "param_name": "permissionDeniedValue", "static_instance": "PERMISSION_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.other": {"fq_name": "sharing.LinkAudienceDisallowedReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceOption.audience": {"fq_name": "sharing.LinkAudienceOption.audience", "param_name": "audience", "static_instance": null, "getter_method": "getAudience", "containing_data_type_ref": "sharing.LinkAudienceOption", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceOption.allowed": {"fq_name": "sharing.LinkAudienceOption.allowed", "param_name": "allowed", "static_instance": null, "getter_method": "getAllowed", "containing_data_type_ref": "sharing.LinkAudienceOption", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceOption.disallowed_reason": {"fq_name": "sharing.LinkAudienceOption.disallowed_reason", "param_name": "disallowedReason", "static_instance": null, "getter_method": "getDisallowedReason", "containing_data_type_ref": "sharing.LinkAudienceOption", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkExpiry.remove_expiry": {"fq_name": "sharing.LinkExpiry.remove_expiry", "param_name": "removeExpiryValue", "static_instance": "REMOVE_EXPIRY", "getter_method": null, "containing_data_type_ref": "sharing.LinkExpiry", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkExpiry.set_expiry": {"fq_name": "sharing.LinkExpiry.set_expiry", "param_name": "setExpiryValue", "static_instance": null, "getter_method": "getSetExpiryValue", "containing_data_type_ref": "sharing.LinkExpiry", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkExpiry.other": {"fq_name": "sharing.LinkExpiry.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkExpiry", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkMetadata.url": {"fq_name": "sharing.LinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.LinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkMetadata.visibility": {"fq_name": "sharing.LinkMetadata.visibility", "param_name": "visibility", "static_instance": null, "getter_method": "getVisibility", "containing_data_type_ref": "sharing.LinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkMetadata.expires": {"fq_name": "sharing.LinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.LinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPassword.remove_password": {"fq_name": "sharing.LinkPassword.remove_password", "param_name": "removePasswordValue", "static_instance": "REMOVE_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.LinkPassword", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPassword.set_password": {"fq_name": "sharing.LinkPassword.set_password", "param_name": "setPasswordValue", "static_instance": null, "getter_method": "getSetPasswordValue", "containing_data_type_ref": "sharing.LinkPassword", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPassword.other": {"fq_name": "sharing.LinkPassword.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkPassword", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermission.action": {"fq_name": "sharing.LinkPermission.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "sharing.LinkPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermission.allow": {"fq_name": "sharing.LinkPermission.allow", "param_name": "allow", "static_instance": null, "getter_method": "getAllow", "containing_data_type_ref": "sharing.LinkPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermission.reason": {"fq_name": "sharing.LinkPermission.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "sharing.LinkPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_revoke": {"fq_name": "sharing.LinkPermissions.can_revoke", "param_name": "canRevoke", "static_instance": null, "getter_method": "getCanRevoke", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.visibility_policies": {"fq_name": "sharing.LinkPermissions.visibility_policies", "param_name": "visibilityPolicies", "static_instance": null, "getter_method": "getVisibilityPolicies", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_set_expiry": {"fq_name": "sharing.LinkPermissions.can_set_expiry", "param_name": "canSetExpiry", "static_instance": null, "getter_method": "getCanSetExpiry", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_remove_expiry": {"fq_name": "sharing.LinkPermissions.can_remove_expiry", "param_name": "canRemoveExpiry", "static_instance": null, "getter_method": "getCanRemoveExpiry", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.allow_download": {"fq_name": "sharing.LinkPermissions.allow_download", "param_name": "allowDownload", "static_instance": null, "getter_method": "getAllowDownload", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_allow_download": {"fq_name": "sharing.LinkPermissions.can_allow_download", "param_name": "canAllowDownload", "static_instance": null, "getter_method": "getCanAllowDownload", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_disallow_download": {"fq_name": "sharing.LinkPermissions.can_disallow_download", "param_name": "canDisallowDownload", "static_instance": null, "getter_method": "getCanDisallowDownload", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.allow_comments": {"fq_name": "sharing.LinkPermissions.allow_comments", "param_name": "allowComments", "static_instance": null, "getter_method": "getAllowComments", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.team_restricts_comments": {"fq_name": "sharing.LinkPermissions.team_restricts_comments", "param_name": "teamRestrictsComments", "static_instance": null, "getter_method": "getTeamRestrictsComments", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.resolved_visibility": {"fq_name": "sharing.LinkPermissions.resolved_visibility", "param_name": "resolvedVisibility", "static_instance": null, "getter_method": "getResolvedVisibility", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.requested_visibility": {"fq_name": "sharing.LinkPermissions.requested_visibility", "param_name": "requestedVisibility", "static_instance": null, "getter_method": "getRequestedVisibility", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.revoke_failure_reason": {"fq_name": "sharing.LinkPermissions.revoke_failure_reason", "param_name": "revokeFailureReason", "static_instance": null, "getter_method": "getRevokeFailureReason", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.effective_audience": {"fq_name": "sharing.LinkPermissions.effective_audience", "param_name": "effectiveAudience", "static_instance": null, "getter_method": "getEffectiveAudience", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.link_access_level": {"fq_name": "sharing.LinkPermissions.link_access_level", "param_name": "linkAccessLevel", "static_instance": null, "getter_method": "getLinkAccessLevel", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.audience_options": {"fq_name": "sharing.LinkPermissions.audience_options", "param_name": "audienceOptions", "static_instance": null, "getter_method": "getAudienceOptions", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_set_password": {"fq_name": "sharing.LinkPermissions.can_set_password", "param_name": "canSetPassword", "static_instance": null, "getter_method": "getCanSetPassword", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_remove_password": {"fq_name": "sharing.LinkPermissions.can_remove_password", "param_name": "canRemovePassword", "static_instance": null, "getter_method": "getCanRemovePassword", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.require_password": {"fq_name": "sharing.LinkPermissions.require_password", "param_name": "requirePassword", "static_instance": null, "getter_method": "getRequirePassword", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_use_extended_sharing_controls": {"fq_name": "sharing.LinkPermissions.can_use_extended_sharing_controls", "param_name": "canUseExtendedSharingControls", "static_instance": null, "getter_method": "getCanUseExtendedSharingControls", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkSettings.access_level": {"fq_name": "sharing.LinkSettings.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.LinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkSettings.audience": {"fq_name": "sharing.LinkSettings.audience", "param_name": "audience", "static_instance": null, "getter_method": "getAudience", "containing_data_type_ref": "sharing.LinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkSettings.expiry": {"fq_name": "sharing.LinkSettings.expiry", "param_name": "expiry", "static_instance": null, "getter_method": "getExpiry", "containing_data_type_ref": "sharing.LinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkSettings.password": {"fq_name": "sharing.LinkSettings.password", "param_name": "password", "static_instance": null, "getter_method": "getPassword", "containing_data_type_ref": "sharing.LinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersArg.file": {"fq_name": "sharing.ListFileMembersArg.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.ListFileMembersArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersArg.actions": {"fq_name": "sharing.ListFileMembersArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ListFileMembersArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersArg.include_inherited": {"fq_name": "sharing.ListFileMembersArg.include_inherited", "param_name": "includeInherited", "static_instance": null, "getter_method": "getIncludeInherited", "containing_data_type_ref": "sharing.ListFileMembersArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersArg.limit": {"fq_name": "sharing.ListFileMembersArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFileMembersArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersBatchArg.files": {"fq_name": "sharing.ListFileMembersBatchArg.files", "param_name": "files", "static_instance": null, "getter_method": "getFiles", "containing_data_type_ref": "sharing.ListFileMembersBatchArg", "route_refs": ["sharing.list_file_members/batch"], "_type": "FieldReference"}, "sharing.ListFileMembersBatchArg.limit": {"fq_name": "sharing.ListFileMembersBatchArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFileMembersBatchArg", "route_refs": ["sharing.list_file_members/batch"], "_type": "FieldReference"}, "sharing.ListFileMembersBatchResult.file": {"fq_name": "sharing.ListFileMembersBatchResult.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.ListFileMembersBatchResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersBatchResult.result": {"fq_name": "sharing.ListFileMembersBatchResult.result", "param_name": "result", "static_instance": null, "getter_method": "getResult", "containing_data_type_ref": "sharing.ListFileMembersBatchResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersContinueArg.cursor": {"fq_name": "sharing.ListFileMembersContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFileMembersContinueArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersContinueError.user_error": {"fq_name": "sharing.ListFileMembersContinueError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.ListFileMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersContinueError.access_error": {"fq_name": "sharing.ListFileMembersContinueError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.ListFileMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersContinueError.invalid_cursor": {"fq_name": "sharing.ListFileMembersContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "sharing.ListFileMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersContinueError.other": {"fq_name": "sharing.ListFileMembersContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFileMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersCountResult.members": {"fq_name": "sharing.ListFileMembersCountResult.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "sharing.ListFileMembersCountResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersCountResult.member_count": {"fq_name": "sharing.ListFileMembersCountResult.member_count", "param_name": "memberCount", "static_instance": null, "getter_method": "getMemberCount", "containing_data_type_ref": "sharing.ListFileMembersCountResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersError.user_error": {"fq_name": "sharing.ListFileMembersError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.ListFileMembersError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersError.access_error": {"fq_name": "sharing.ListFileMembersError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.ListFileMembersError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersError.other": {"fq_name": "sharing.ListFileMembersError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFileMembersError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersIndividualResult.result": {"fq_name": "sharing.ListFileMembersIndividualResult.result", "param_name": "resultValue", "static_instance": null, "getter_method": "getResultValue", "containing_data_type_ref": "sharing.ListFileMembersIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersIndividualResult.access_error": {"fq_name": "sharing.ListFileMembersIndividualResult.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.ListFileMembersIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersIndividualResult.other": {"fq_name": "sharing.ListFileMembersIndividualResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFileMembersIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesArg.limit": {"fq_name": "sharing.ListFilesArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFilesArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesArg.actions": {"fq_name": "sharing.ListFilesArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ListFilesArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesContinueArg.cursor": {"fq_name": "sharing.ListFilesContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFilesContinueArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesContinueError.user_error": {"fq_name": "sharing.ListFilesContinueError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.ListFilesContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesContinueError.invalid_cursor": {"fq_name": "sharing.ListFilesContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "sharing.ListFilesContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesContinueError.other": {"fq_name": "sharing.ListFilesContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFilesContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesResult.entries": {"fq_name": "sharing.ListFilesResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "sharing.ListFilesResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesResult.cursor": {"fq_name": "sharing.ListFilesResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFilesResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersArgs.shared_folder_id": {"fq_name": "sharing.ListFolderMembersArgs.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.ListFolderMembersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersArgs.actions": {"fq_name": "sharing.ListFolderMembersArgs.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ListFolderMembersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersArgs.limit": {"fq_name": "sharing.ListFolderMembersArgs.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFolderMembersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersContinueArg.cursor": {"fq_name": "sharing.ListFolderMembersContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFolderMembersContinueArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersContinueError.access_error": {"fq_name": "sharing.ListFolderMembersContinueError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.ListFolderMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersContinueError.invalid_cursor": {"fq_name": "sharing.ListFolderMembersContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "sharing.ListFolderMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersContinueError.other": {"fq_name": "sharing.ListFolderMembersContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFolderMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersCursorArg.actions": {"fq_name": "sharing.ListFolderMembersCursorArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ListFolderMembersCursorArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersCursorArg.limit": {"fq_name": "sharing.ListFolderMembersCursorArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFolderMembersCursorArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersArgs.limit": {"fq_name": "sharing.ListFoldersArgs.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFoldersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersArgs.actions": {"fq_name": "sharing.ListFoldersArgs.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ListFoldersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersContinueArg.cursor": {"fq_name": "sharing.ListFoldersContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFoldersContinueArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersContinueError.invalid_cursor": {"fq_name": "sharing.ListFoldersContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "sharing.ListFoldersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersContinueError.other": {"fq_name": "sharing.ListFoldersContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFoldersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersResult.entries": {"fq_name": "sharing.ListFoldersResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "sharing.ListFoldersResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersResult.cursor": {"fq_name": "sharing.ListFoldersResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFoldersResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksArg.path": {"fq_name": "sharing.ListSharedLinksArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.ListSharedLinksArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksArg.cursor": {"fq_name": "sharing.ListSharedLinksArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListSharedLinksArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksArg.direct_only": {"fq_name": "sharing.ListSharedLinksArg.direct_only", "param_name": "directOnly", "static_instance": null, "getter_method": "getDirectOnly", "containing_data_type_ref": "sharing.ListSharedLinksArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksError.path": {"fq_name": "sharing.ListSharedLinksError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "sharing.ListSharedLinksError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksError.reset": {"fq_name": "sharing.ListSharedLinksError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "sharing.ListSharedLinksError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksError.other": {"fq_name": "sharing.ListSharedLinksError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListSharedLinksError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksResult.links": {"fq_name": "sharing.ListSharedLinksResult.links", "param_name": "links", "static_instance": null, "getter_method": "getLinks", "containing_data_type_ref": "sharing.ListSharedLinksResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksResult.has_more": {"fq_name": "sharing.ListSharedLinksResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "sharing.ListSharedLinksResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksResult.cursor": {"fq_name": "sharing.ListSharedLinksResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListSharedLinksResult", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAccessLevelResult.access_level": {"fq_name": "sharing.MemberAccessLevelResult.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.MemberAccessLevelResult", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAccessLevelResult.warning": {"fq_name": "sharing.MemberAccessLevelResult.warning", "param_name": "warning", "static_instance": null, "getter_method": "getWarning", "containing_data_type_ref": "sharing.MemberAccessLevelResult", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAccessLevelResult.access_details": {"fq_name": "sharing.MemberAccessLevelResult.access_details", "param_name": "accessDetails", "static_instance": null, "getter_method": "getAccessDetails", "containing_data_type_ref": "sharing.MemberAccessLevelResult", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.leave_a_copy": {"fq_name": "sharing.MemberAction.leave_a_copy", "param_name": "leaveACopyValue", "static_instance": "LEAVE_A_COPY", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.make_editor": {"fq_name": "sharing.MemberAction.make_editor", "param_name": "makeEditorValue", "static_instance": "MAKE_EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.make_owner": {"fq_name": "sharing.MemberAction.make_owner", "param_name": "makeOwnerValue", "static_instance": "MAKE_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.make_viewer": {"fq_name": "sharing.MemberAction.make_viewer", "param_name": "makeViewerValue", "static_instance": "MAKE_VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.make_viewer_no_comment": {"fq_name": "sharing.MemberAction.make_viewer_no_comment", "param_name": "makeViewerNoCommentValue", "static_instance": "MAKE_VIEWER_NO_COMMENT", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.remove": {"fq_name": "sharing.MemberAction.remove", "param_name": "removeValue", "static_instance": "REMOVE", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.other": {"fq_name": "sharing.MemberAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPermission.action": {"fq_name": "sharing.MemberPermission.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "sharing.MemberPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPermission.allow": {"fq_name": "sharing.MemberPermission.allow", "param_name": "allow", "static_instance": null, "getter_method": "getAllow", "containing_data_type_ref": "sharing.MemberPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPermission.reason": {"fq_name": "sharing.MemberPermission.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "sharing.MemberPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPolicy.team": {"fq_name": "sharing.MemberPolicy.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "sharing.MemberPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPolicy.anyone": {"fq_name": "sharing.MemberPolicy.anyone", "param_name": "anyoneValue", "static_instance": "ANYONE", "getter_method": null, "containing_data_type_ref": "sharing.MemberPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPolicy.other": {"fq_name": "sharing.MemberPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.MemberPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberSelector.dropbox_id": {"fq_name": "sharing.MemberSelector.dropbox_id", "param_name": "dropboxIdValue", "static_instance": null, "getter_method": "getDropboxIdValue", "containing_data_type_ref": "sharing.MemberSelector", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberSelector.email": {"fq_name": "sharing.MemberSelector.email", "param_name": "emailValue", "static_instance": null, "getter_method": "getEmailValue", "containing_data_type_ref": "sharing.MemberSelector", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberSelector.other": {"fq_name": "sharing.MemberSelector.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.MemberSelector", "route_refs": [], "_type": "FieldReference"}, "sharing.MembershipInfo.access_type": {"fq_name": "sharing.MembershipInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.MembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.MembershipInfo.permissions": {"fq_name": "sharing.MembershipInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.MembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.MembershipInfo.initials": {"fq_name": "sharing.MembershipInfo.initials", "param_name": "initials", "static_instance": null, "getter_method": "getInitials", "containing_data_type_ref": "sharing.MembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.MembershipInfo.is_inherited": {"fq_name": "sharing.MembershipInfo.is_inherited", "param_name": "isInherited", "static_instance": null, "getter_method": "getIsInherited", "containing_data_type_ref": "sharing.MembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsArgs.url": {"fq_name": "sharing.ModifySharedLinkSettingsArgs.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.ModifySharedLinkSettingsArgs", "route_refs": ["sharing.modify_shared_link_settings"], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsArgs.settings": {"fq_name": "sharing.ModifySharedLinkSettingsArgs.settings", "param_name": "settings", "static_instance": null, "getter_method": "getSettings", "containing_data_type_ref": "sharing.ModifySharedLinkSettingsArgs", "route_refs": ["sharing.modify_shared_link_settings"], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsArgs.remove_expiration": {"fq_name": "sharing.ModifySharedLinkSettingsArgs.remove_expiration", "param_name": "removeExpiration", "static_instance": null, "getter_method": "getRemoveExpiration", "containing_data_type_ref": "sharing.ModifySharedLinkSettingsArgs", "route_refs": ["sharing.modify_shared_link_settings"], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.shared_link_not_found": {"fq_name": "sharing.ModifySharedLinkSettingsError.shared_link_not_found", "param_name": "sharedLinkNotFoundValue", "static_instance": "SHARED_LINK_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.shared_link_access_denied": {"fq_name": "sharing.ModifySharedLinkSettingsError.shared_link_access_denied", "param_name": "sharedLinkAccessDeniedValue", "static_instance": "SHARED_LINK_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.unsupported_link_type": {"fq_name": "sharing.ModifySharedLinkSettingsError.unsupported_link_type", "param_name": "unsupportedLinkTypeValue", "static_instance": "UNSUPPORTED_LINK_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.other": {"fq_name": "sharing.ModifySharedLinkSettingsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.settings_error": {"fq_name": "sharing.ModifySharedLinkSettingsError.settings_error", "param_name": "settingsErrorValue", "static_instance": null, "getter_method": "getSettingsErrorValue", "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.email_not_verified": {"fq_name": "sharing.ModifySharedLinkSettingsError.email_not_verified", "param_name": "emailNotVerifiedValue", "static_instance": "EMAIL_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderArg.shared_folder_id": {"fq_name": "sharing.MountFolderArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.MountFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.access_error": {"fq_name": "sharing.MountFolderError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.inside_shared_folder": {"fq_name": "sharing.MountFolderError.inside_shared_folder", "param_name": "insideSharedFolderValue", "static_instance": "INSIDE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.insufficient_quota": {"fq_name": "sharing.MountFolderError.insufficient_quota", "param_name": "insufficientQuotaValue", "static_instance": null, "getter_method": "getInsufficientQuotaValue", "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.already_mounted": {"fq_name": "sharing.MountFolderError.already_mounted", "param_name": "alreadyMountedValue", "static_instance": "ALREADY_MOUNTED", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.no_permission": {"fq_name": "sharing.MountFolderError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.not_mountable": {"fq_name": "sharing.MountFolderError.not_mountable", "param_name": "notMountableValue", "static_instance": "NOT_MOUNTABLE", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.other": {"fq_name": "sharing.MountFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ParentFolderAccessInfo.folder_name": {"fq_name": "sharing.ParentFolderAccessInfo.folder_name", "param_name": "folderName", "static_instance": null, "getter_method": "getFolderName", "containing_data_type_ref": "sharing.ParentFolderAccessInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.ParentFolderAccessInfo.shared_folder_id": {"fq_name": "sharing.ParentFolderAccessInfo.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.ParentFolderAccessInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.ParentFolderAccessInfo.permissions": {"fq_name": "sharing.ParentFolderAccessInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.ParentFolderAccessInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.ParentFolderAccessInfo.path": {"fq_name": "sharing.ParentFolderAccessInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.ParentFolderAccessInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.PathLinkMetadata.url": {"fq_name": "sharing.PathLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.PathLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.PathLinkMetadata.visibility": {"fq_name": "sharing.PathLinkMetadata.visibility", "param_name": "visibility", "static_instance": null, "getter_method": "getVisibility", "containing_data_type_ref": "sharing.PathLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.PathLinkMetadata.path": {"fq_name": "sharing.PathLinkMetadata.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.PathLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.PathLinkMetadata.expires": {"fq_name": "sharing.PathLinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.PathLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.PendingUploadMode.file": {"fq_name": "sharing.PendingUploadMode.file", "param_name": "fileValue", "static_instance": "FILE", "getter_method": null, "containing_data_type_ref": "sharing.PendingUploadMode", "route_refs": [], "_type": "FieldReference"}, "sharing.PendingUploadMode.folder": {"fq_name": "sharing.PendingUploadMode.folder", "param_name": "folderValue", "static_instance": "FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.PendingUploadMode", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.user_not_same_team_as_owner": {"fq_name": "sharing.PermissionDeniedReason.user_not_same_team_as_owner", "param_name": "userNotSameTeamAsOwnerValue", "static_instance": "USER_NOT_SAME_TEAM_AS_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.user_not_allowed_by_owner": {"fq_name": "sharing.PermissionDeniedReason.user_not_allowed_by_owner", "param_name": "userNotAllowedByOwnerValue", "static_instance": "USER_NOT_ALLOWED_BY_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.target_is_indirect_member": {"fq_name": "sharing.PermissionDeniedReason.target_is_indirect_member", "param_name": "targetIsIndirectMemberValue", "static_instance": "TARGET_IS_INDIRECT_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.target_is_owner": {"fq_name": "sharing.PermissionDeniedReason.target_is_owner", "param_name": "targetIsOwnerValue", "static_instance": "TARGET_IS_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.target_is_self": {"fq_name": "sharing.PermissionDeniedReason.target_is_self", "param_name": "targetIsSelfValue", "static_instance": "TARGET_IS_SELF", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.target_not_active": {"fq_name": "sharing.PermissionDeniedReason.target_not_active", "param_name": "targetNotActiveValue", "static_instance": "TARGET_NOT_ACTIVE", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.folder_is_limited_team_folder": {"fq_name": "sharing.PermissionDeniedReason.folder_is_limited_team_folder", "param_name": "folderIsLimitedTeamFolderValue", "static_instance": "FOLDER_IS_LIMITED_TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.owner_not_on_team": {"fq_name": "sharing.PermissionDeniedReason.owner_not_on_team", "param_name": "ownerNotOnTeamValue", "static_instance": "OWNER_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.permission_denied": {"fq_name": "sharing.PermissionDeniedReason.permission_denied", "param_name": "permissionDeniedValue", "static_instance": "PERMISSION_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.restricted_by_team": {"fq_name": "sharing.PermissionDeniedReason.restricted_by_team", "param_name": "restrictedByTeamValue", "static_instance": "RESTRICTED_BY_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.user_account_type": {"fq_name": "sharing.PermissionDeniedReason.user_account_type", "param_name": "userAccountTypeValue", "static_instance": "USER_ACCOUNT_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.user_not_on_team": {"fq_name": "sharing.PermissionDeniedReason.user_not_on_team", "param_name": "userNotOnTeamValue", "static_instance": "USER_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.folder_is_inside_shared_folder": {"fq_name": "sharing.PermissionDeniedReason.folder_is_inside_shared_folder", "param_name": "folderIsInsideSharedFolderValue", "static_instance": "FOLDER_IS_INSIDE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.restricted_by_parent_folder": {"fq_name": "sharing.PermissionDeniedReason.restricted_by_parent_folder", "param_name": "restrictedByParentFolderValue", "static_instance": "RESTRICTED_BY_PARENT_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.insufficient_plan": {"fq_name": "sharing.PermissionDeniedReason.insufficient_plan", "param_name": "insufficientPlanValue", "static_instance": null, "getter_method": "getInsufficientPlanValue", "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.other": {"fq_name": "sharing.PermissionDeniedReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFileMembershipArg.file": {"fq_name": "sharing.RelinquishFileMembershipArg.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.RelinquishFileMembershipArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFileMembershipError.access_error": {"fq_name": "sharing.RelinquishFileMembershipError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.RelinquishFileMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFileMembershipError.group_access": {"fq_name": "sharing.RelinquishFileMembershipError.group_access", "param_name": "groupAccessValue", "static_instance": "GROUP_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFileMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFileMembershipError.no_permission": {"fq_name": "sharing.RelinquishFileMembershipError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFileMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFileMembershipError.other": {"fq_name": "sharing.RelinquishFileMembershipError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFileMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipArg.shared_folder_id": {"fq_name": "sharing.RelinquishFolderMembershipArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.RelinquishFolderMembershipArg", "route_refs": ["sharing.relinquish_folder_membership"], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipArg.leave_a_copy": {"fq_name": "sharing.RelinquishFolderMembershipArg.leave_a_copy", "param_name": "leaveACopy", "static_instance": null, "getter_method": "getLeaveACopy", "containing_data_type_ref": "sharing.RelinquishFolderMembershipArg", "route_refs": ["sharing.relinquish_folder_membership"], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.access_error": {"fq_name": "sharing.RelinquishFolderMembershipError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.folder_owner": {"fq_name": "sharing.RelinquishFolderMembershipError.folder_owner", "param_name": "folderOwnerValue", "static_instance": "FOLDER_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.mounted": {"fq_name": "sharing.RelinquishFolderMembershipError.mounted", "param_name": "mountedValue", "static_instance": "MOUNTED", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.group_access": {"fq_name": "sharing.RelinquishFolderMembershipError.group_access", "param_name": "groupAccessValue", "static_instance": "GROUP_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.team_folder": {"fq_name": "sharing.RelinquishFolderMembershipError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.no_permission": {"fq_name": "sharing.RelinquishFolderMembershipError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.no_explicit_access": {"fq_name": "sharing.RelinquishFolderMembershipError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": "NO_EXPLICIT_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.other": {"fq_name": "sharing.RelinquishFolderMembershipError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberArg.file": {"fq_name": "sharing.RemoveFileMemberArg.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.RemoveFileMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberArg.member": {"fq_name": "sharing.RemoveFileMemberArg.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.RemoveFileMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberError.user_error": {"fq_name": "sharing.RemoveFileMemberError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.RemoveFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberError.access_error": {"fq_name": "sharing.RemoveFileMemberError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.RemoveFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberError.no_explicit_access": {"fq_name": "sharing.RemoveFileMemberError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": null, "getter_method": "getNoExplicitAccessValue", "containing_data_type_ref": "sharing.RemoveFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberError.other": {"fq_name": "sharing.RemoveFileMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberArg.shared_folder_id": {"fq_name": "sharing.RemoveFolderMemberArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.RemoveFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberArg.member": {"fq_name": "sharing.RemoveFolderMemberArg.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.RemoveFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberArg.leave_a_copy": {"fq_name": "sharing.RemoveFolderMemberArg.leave_a_copy", "param_name": "leaveACopy", "static_instance": null, "getter_method": "getLeaveACopy", "containing_data_type_ref": "sharing.RemoveFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.access_error": {"fq_name": "sharing.RemoveFolderMemberError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.member_error": {"fq_name": "sharing.RemoveFolderMemberError.member_error", "param_name": "memberErrorValue", "static_instance": null, "getter_method": "getMemberErrorValue", "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.folder_owner": {"fq_name": "sharing.RemoveFolderMemberError.folder_owner", "param_name": "folderOwnerValue", "static_instance": "FOLDER_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.group_access": {"fq_name": "sharing.RemoveFolderMemberError.group_access", "param_name": "groupAccessValue", "static_instance": "GROUP_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.team_folder": {"fq_name": "sharing.RemoveFolderMemberError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.no_permission": {"fq_name": "sharing.RemoveFolderMemberError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.too_many_files": {"fq_name": "sharing.RemoveFolderMemberError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.other": {"fq_name": "sharing.RemoveFolderMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveMemberJobStatus.in_progress": {"fq_name": "sharing.RemoveMemberJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "sharing.RemoveMemberJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveMemberJobStatus.complete": {"fq_name": "sharing.RemoveMemberJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "sharing.RemoveMemberJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveMemberJobStatus.failed": {"fq_name": "sharing.RemoveMemberJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "sharing.RemoveMemberJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedLinkAccessLevel.viewer": {"fq_name": "sharing.RequestedLinkAccessLevel.viewer", "param_name": "viewerValue", "static_instance": "VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.RequestedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedLinkAccessLevel.editor": {"fq_name": "sharing.RequestedLinkAccessLevel.editor", "param_name": "editorValue", "static_instance": "EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.RequestedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedLinkAccessLevel.max": {"fq_name": "sharing.RequestedLinkAccessLevel.max", "param_name": "maxValue", "static_instance": "MAX", "getter_method": null, "containing_data_type_ref": "sharing.RequestedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedLinkAccessLevel.default": {"fq_name": "sharing.RequestedLinkAccessLevel.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "sharing.RequestedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedLinkAccessLevel.other": {"fq_name": "sharing.RequestedLinkAccessLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RequestedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedVisibility.public": {"fq_name": "sharing.RequestedVisibility.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "sharing.RequestedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedVisibility.team_only": {"fq_name": "sharing.RequestedVisibility.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.RequestedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedVisibility.password": {"fq_name": "sharing.RequestedVisibility.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.RequestedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.public": {"fq_name": "sharing.ResolvedVisibility.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.team_only": {"fq_name": "sharing.ResolvedVisibility.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.password": {"fq_name": "sharing.ResolvedVisibility.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.team_and_password": {"fq_name": "sharing.ResolvedVisibility.team_and_password", "param_name": "teamAndPasswordValue", "static_instance": "TEAM_AND_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.shared_folder_only": {"fq_name": "sharing.ResolvedVisibility.shared_folder_only", "param_name": "sharedFolderOnlyValue", "static_instance": "SHARED_FOLDER_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.no_one": {"fq_name": "sharing.ResolvedVisibility.no_one", "param_name": "noOneValue", "static_instance": "NO_ONE", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.only_you": {"fq_name": "sharing.ResolvedVisibility.only_you", "param_name": "onlyYouValue", "static_instance": "ONLY_YOU", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.other": {"fq_name": "sharing.ResolvedVisibility.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkArg.url": {"fq_name": "sharing.RevokeSharedLinkArg.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.RevokeSharedLinkArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.shared_link_not_found": {"fq_name": "sharing.RevokeSharedLinkError.shared_link_not_found", "param_name": "sharedLinkNotFoundValue", "static_instance": "SHARED_LINK_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.shared_link_access_denied": {"fq_name": "sharing.RevokeSharedLinkError.shared_link_access_denied", "param_name": "sharedLinkAccessDeniedValue", "static_instance": "SHARED_LINK_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.unsupported_link_type": {"fq_name": "sharing.RevokeSharedLinkError.unsupported_link_type", "param_name": "unsupportedLinkTypeValue", "static_instance": "UNSUPPORTED_LINK_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.other": {"fq_name": "sharing.RevokeSharedLinkError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.shared_link_malformed": {"fq_name": "sharing.RevokeSharedLinkError.shared_link_malformed", "param_name": "sharedLinkMalformedValue", "static_instance": "SHARED_LINK_MALFORMED", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SetAccessInheritanceArg.shared_folder_id": {"fq_name": "sharing.SetAccessInheritanceArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.SetAccessInheritanceArg", "route_refs": ["sharing.set_access_inheritance"], "_type": "FieldReference"}, "sharing.SetAccessInheritanceArg.access_inheritance": {"fq_name": "sharing.SetAccessInheritanceArg.access_inheritance", "param_name": "accessInheritance", "static_instance": null, "getter_method": "getAccessInheritance", "containing_data_type_ref": "sharing.SetAccessInheritanceArg", "route_refs": ["sharing.set_access_inheritance"], "_type": "FieldReference"}, "sharing.SetAccessInheritanceError.access_error": {"fq_name": "sharing.SetAccessInheritanceError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.SetAccessInheritanceError", "route_refs": [], "_type": "FieldReference"}, "sharing.SetAccessInheritanceError.no_permission": {"fq_name": "sharing.SetAccessInheritanceError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.SetAccessInheritanceError", "route_refs": [], "_type": "FieldReference"}, "sharing.SetAccessInheritanceError.other": {"fq_name": "sharing.SetAccessInheritanceError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SetAccessInheritanceError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.path": {"fq_name": "sharing.ShareFolderArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.acl_update_policy": {"fq_name": "sharing.ShareFolderArg.acl_update_policy", "param_name": "aclUpdatePolicy", "static_instance": null, "getter_method": "getAclUpdatePolicy", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.force_async": {"fq_name": "sharing.ShareFolderArg.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.member_policy": {"fq_name": "sharing.ShareFolderArg.member_policy", "param_name": "memberPolicy", "static_instance": null, "getter_method": "getMemberPolicy", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.shared_link_policy": {"fq_name": "sharing.ShareFolderArg.shared_link_policy", "param_name": "sharedLinkPolicy", "static_instance": null, "getter_method": "getSharedLinkPolicy", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.viewer_info_policy": {"fq_name": "sharing.ShareFolderArg.viewer_info_policy", "param_name": "viewerInfoPolicy", "static_instance": null, "getter_method": "getViewerInfoPolicy", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.access_inheritance": {"fq_name": "sharing.ShareFolderArg.access_inheritance", "param_name": "accessInheritance", "static_instance": null, "getter_method": "getAccessInheritance", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.actions": {"fq_name": "sharing.ShareFolderArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.link_settings": {"fq_name": "sharing.ShareFolderArg.link_settings", "param_name": "linkSettings", "static_instance": null, "getter_method": "getLinkSettings", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.path": {"fq_name": "sharing.ShareFolderArgBase.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.acl_update_policy": {"fq_name": "sharing.ShareFolderArgBase.acl_update_policy", "param_name": "aclUpdatePolicy", "static_instance": null, "getter_method": "getAclUpdatePolicy", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.force_async": {"fq_name": "sharing.ShareFolderArgBase.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.member_policy": {"fq_name": "sharing.ShareFolderArgBase.member_policy", "param_name": "memberPolicy", "static_instance": null, "getter_method": "getMemberPolicy", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.shared_link_policy": {"fq_name": "sharing.ShareFolderArgBase.shared_link_policy", "param_name": "sharedLinkPolicy", "static_instance": null, "getter_method": "getSharedLinkPolicy", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.viewer_info_policy": {"fq_name": "sharing.ShareFolderArgBase.viewer_info_policy", "param_name": "viewerInfoPolicy", "static_instance": null, "getter_method": "getViewerInfoPolicy", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.access_inheritance": {"fq_name": "sharing.ShareFolderArgBase.access_inheritance", "param_name": "accessInheritance", "static_instance": null, "getter_method": "getAccessInheritance", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.email_unverified": {"fq_name": "sharing.ShareFolderError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.bad_path": {"fq_name": "sharing.ShareFolderError.bad_path", "param_name": "badPathValue", "static_instance": null, "getter_method": "getBadPathValue", "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.team_policy_disallows_member_policy": {"fq_name": "sharing.ShareFolderError.team_policy_disallows_member_policy", "param_name": "teamPolicyDisallowsMemberPolicyValue", "static_instance": "TEAM_POLICY_DISALLOWS_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.disallowed_shared_link_policy": {"fq_name": "sharing.ShareFolderError.disallowed_shared_link_policy", "param_name": "disallowedSharedLinkPolicyValue", "static_instance": "DISALLOWED_SHARED_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.other": {"fq_name": "sharing.ShareFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.no_permission": {"fq_name": "sharing.ShareFolderError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBase.email_unverified": {"fq_name": "sharing.ShareFolderErrorBase.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBase.bad_path": {"fq_name": "sharing.ShareFolderErrorBase.bad_path", "param_name": "badPathValue", "static_instance": null, "getter_method": "getBadPathValue", "containing_data_type_ref": "sharing.ShareFolderErrorBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBase.team_policy_disallows_member_policy": {"fq_name": "sharing.ShareFolderErrorBase.team_policy_disallows_member_policy", "param_name": "teamPolicyDisallowsMemberPolicyValue", "static_instance": "TEAM_POLICY_DISALLOWS_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBase.disallowed_shared_link_policy": {"fq_name": "sharing.ShareFolderErrorBase.disallowed_shared_link_policy", "param_name": "disallowedSharedLinkPolicyValue", "static_instance": "DISALLOWED_SHARED_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBase.other": {"fq_name": "sharing.ShareFolderErrorBase.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderJobStatus.in_progress": {"fq_name": "sharing.ShareFolderJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderJobStatus.complete": {"fq_name": "sharing.ShareFolderJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "sharing.ShareFolderJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderJobStatus.failed": {"fq_name": "sharing.ShareFolderJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "sharing.ShareFolderJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderLaunch.async_job_id": {"fq_name": "sharing.ShareFolderLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "sharing.ShareFolderLaunch", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderLaunch.complete": {"fq_name": "sharing.ShareFolderLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "sharing.ShareFolderLaunch", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_file": {"fq_name": "sharing.SharePathError.is_file", "param_name": "isFileValue", "static_instance": "IS_FILE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.inside_shared_folder": {"fq_name": "sharing.SharePathError.inside_shared_folder", "param_name": "insideSharedFolderValue", "static_instance": "INSIDE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.contains_shared_folder": {"fq_name": "sharing.SharePathError.contains_shared_folder", "param_name": "containsSharedFolderValue", "static_instance": "CONTAINS_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.contains_app_folder": {"fq_name": "sharing.SharePathError.contains_app_folder", "param_name": "containsAppFolderValue", "static_instance": "CONTAINS_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.contains_team_folder": {"fq_name": "sharing.SharePathError.contains_team_folder", "param_name": "containsTeamFolderValue", "static_instance": "CONTAINS_TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_app_folder": {"fq_name": "sharing.SharePathError.is_app_folder", "param_name": "isAppFolderValue", "static_instance": "IS_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.inside_app_folder": {"fq_name": "sharing.SharePathError.inside_app_folder", "param_name": "insideAppFolderValue", "static_instance": "INSIDE_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_public_folder": {"fq_name": "sharing.SharePathError.is_public_folder", "param_name": "isPublicFolderValue", "static_instance": "IS_PUBLIC_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.inside_public_folder": {"fq_name": "sharing.SharePathError.inside_public_folder", "param_name": "insidePublicFolderValue", "static_instance": "INSIDE_PUBLIC_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.already_shared": {"fq_name": "sharing.SharePathError.already_shared", "param_name": "alreadySharedValue", "static_instance": null, "getter_method": "getAlreadySharedValue", "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.invalid_path": {"fq_name": "sharing.SharePathError.invalid_path", "param_name": "invalidPathValue", "static_instance": "INVALID_PATH", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_osx_package": {"fq_name": "sharing.SharePathError.is_osx_package", "param_name": "isOsxPackageValue", "static_instance": "IS_OSX_PACKAGE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.inside_osx_package": {"fq_name": "sharing.SharePathError.inside_osx_package", "param_name": "insideOsxPackageValue", "static_instance": "INSIDE_OSX_PACKAGE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_vault": {"fq_name": "sharing.SharePathError.is_vault", "param_name": "isVaultValue", "static_instance": "IS_VAULT", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_vault_locked": {"fq_name": "sharing.SharePathError.is_vault_locked", "param_name": "isVaultLockedValue", "static_instance": "IS_VAULT_LOCKED", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_family": {"fq_name": "sharing.SharePathError.is_family", "param_name": "isFamilyValue", "static_instance": "IS_FAMILY", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.other": {"fq_name": "sharing.SharePathError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.audience_options": {"fq_name": "sharing.SharedContentLinkMetadata.audience_options", "param_name": "audienceOptions", "static_instance": null, "getter_method": "getAudienceOptions", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.current_audience": {"fq_name": "sharing.SharedContentLinkMetadata.current_audience", "param_name": "currentAudience", "static_instance": null, "getter_method": "getCurrentAudience", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.link_permissions": {"fq_name": "sharing.SharedContentLinkMetadata.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.password_protected": {"fq_name": "sharing.SharedContentLinkMetadata.password_protected", "param_name": "passwordProtected", "static_instance": null, "getter_method": "getPasswordProtected", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.url": {"fq_name": "sharing.SharedContentLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.access_level": {"fq_name": "sharing.SharedContentLinkMetadata.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.audience_restricting_shared_folder": {"fq_name": "sharing.SharedContentLinkMetadata.audience_restricting_shared_folder", "param_name": "audienceRestrictingSharedFolder", "static_instance": null, "getter_method": "getAudienceRestrictingSharedFolder", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.expiry": {"fq_name": "sharing.SharedContentLinkMetadata.expiry", "param_name": "expiry", "static_instance": null, "getter_method": "getExpiry", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.audience_exceptions": {"fq_name": "sharing.SharedContentLinkMetadata.audience_exceptions", "param_name": "audienceExceptions", "static_instance": null, "getter_method": "getAudienceExceptions", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.audience_options": {"fq_name": "sharing.SharedContentLinkMetadataBase.audience_options", "param_name": "audienceOptions", "static_instance": null, "getter_method": "getAudienceOptions", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.current_audience": {"fq_name": "sharing.SharedContentLinkMetadataBase.current_audience", "param_name": "currentAudience", "static_instance": null, "getter_method": "getCurrentAudience", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.link_permissions": {"fq_name": "sharing.SharedContentLinkMetadataBase.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.password_protected": {"fq_name": "sharing.SharedContentLinkMetadataBase.password_protected", "param_name": "passwordProtected", "static_instance": null, "getter_method": "getPasswordProtected", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.access_level": {"fq_name": "sharing.SharedContentLinkMetadataBase.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.audience_restricting_shared_folder": {"fq_name": "sharing.SharedContentLinkMetadataBase.audience_restricting_shared_folder", "param_name": "audienceRestrictingSharedFolder", "static_instance": null, "getter_method": "getAudienceRestrictingSharedFolder", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.expiry": {"fq_name": "sharing.SharedContentLinkMetadataBase.expiry", "param_name": "expiry", "static_instance": null, "getter_method": "getExpiry", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMembers.users": {"fq_name": "sharing.SharedFileMembers.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "sharing.SharedFileMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMembers.groups": {"fq_name": "sharing.SharedFileMembers.groups", "param_name": "groups", "static_instance": null, "getter_method": "getGroups", "containing_data_type_ref": "sharing.SharedFileMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMembers.invitees": {"fq_name": "sharing.SharedFileMembers.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "sharing.SharedFileMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMembers.cursor": {"fq_name": "sharing.SharedFileMembers.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.SharedFileMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.id": {"fq_name": "sharing.SharedFileMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.name": {"fq_name": "sharing.SharedFileMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.policy": {"fq_name": "sharing.SharedFileMetadata.policy", "param_name": "policy", "static_instance": null, "getter_method": "getPolicy", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.preview_url": {"fq_name": "sharing.SharedFileMetadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.access_type": {"fq_name": "sharing.SharedFileMetadata.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.expected_link_metadata": {"fq_name": "sharing.SharedFileMetadata.expected_link_metadata", "param_name": "expectedLinkMetadata", "static_instance": null, "getter_method": "getExpectedLinkMetadata", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.link_metadata": {"fq_name": "sharing.SharedFileMetadata.link_metadata", "param_name": "linkMetadata", "static_instance": null, "getter_method": "getLinkMetadata", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.owner_display_names": {"fq_name": "sharing.SharedFileMetadata.owner_display_names", "param_name": "ownerDisplayNames", "static_instance": null, "getter_method": "getOwnerDisplayNames", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.owner_team": {"fq_name": "sharing.SharedFileMetadata.owner_team", "param_name": "ownerTeam", "static_instance": null, "getter_method": "getOwnerTeam", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.parent_shared_folder_id": {"fq_name": "sharing.SharedFileMetadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.path_display": {"fq_name": "sharing.SharedFileMetadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.path_lower": {"fq_name": "sharing.SharedFileMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.permissions": {"fq_name": "sharing.SharedFileMetadata.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.time_invited": {"fq_name": "sharing.SharedFileMetadata.time_invited", "param_name": "timeInvited", "static_instance": null, "getter_method": "getTimeInvited", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.invalid_id": {"fq_name": "sharing.SharedFolderAccessError.invalid_id", "param_name": "invalidIdValue", "static_instance": "INVALID_ID", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.not_a_member": {"fq_name": "sharing.SharedFolderAccessError.not_a_member", "param_name": "notAMemberValue", "static_instance": "NOT_A_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.invalid_member": {"fq_name": "sharing.SharedFolderAccessError.invalid_member", "param_name": "invalidMemberValue", "static_instance": "INVALID_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.email_unverified": {"fq_name": "sharing.SharedFolderAccessError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.unmounted": {"fq_name": "sharing.SharedFolderAccessError.unmounted", "param_name": "unmountedValue", "static_instance": "UNMOUNTED", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.other": {"fq_name": "sharing.SharedFolderAccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMemberError.invalid_dropbox_id": {"fq_name": "sharing.SharedFolderMemberError.invalid_dropbox_id", "param_name": "invalidDropboxIdValue", "static_instance": "INVALID_DROPBOX_ID", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMemberError.not_a_member": {"fq_name": "sharing.SharedFolderMemberError.not_a_member", "param_name": "notAMemberValue", "static_instance": "NOT_A_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMemberError.no_explicit_access": {"fq_name": "sharing.SharedFolderMemberError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": null, "getter_method": "getNoExplicitAccessValue", "containing_data_type_ref": "sharing.SharedFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMemberError.other": {"fq_name": "sharing.SharedFolderMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMembers.users": {"fq_name": "sharing.SharedFolderMembers.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "sharing.SharedFolderMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMembers.groups": {"fq_name": "sharing.SharedFolderMembers.groups", "param_name": "groups", "static_instance": null, "getter_method": "getGroups", "containing_data_type_ref": "sharing.SharedFolderMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMembers.invitees": {"fq_name": "sharing.SharedFolderMembers.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "sharing.SharedFolderMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMembers.cursor": {"fq_name": "sharing.SharedFolderMembers.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.SharedFolderMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.access_type": {"fq_name": "sharing.SharedFolderMetadata.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.is_inside_team_folder": {"fq_name": "sharing.SharedFolderMetadata.is_inside_team_folder", "param_name": "isInsideTeamFolder", "static_instance": null, "getter_method": "getIsInsideTeamFolder", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.is_team_folder": {"fq_name": "sharing.SharedFolderMetadata.is_team_folder", "param_name": "isTeamFolder", "static_instance": null, "getter_method": "getIsTeamFolder", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.name": {"fq_name": "sharing.SharedFolderMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.policy": {"fq_name": "sharing.SharedFolderMetadata.policy", "param_name": "policy", "static_instance": null, "getter_method": "getPolicy", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.preview_url": {"fq_name": "sharing.SharedFolderMetadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.shared_folder_id": {"fq_name": "sharing.SharedFolderMetadata.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.time_invited": {"fq_name": "sharing.SharedFolderMetadata.time_invited", "param_name": "timeInvited", "static_instance": null, "getter_method": "getTimeInvited", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.owner_display_names": {"fq_name": "sharing.SharedFolderMetadata.owner_display_names", "param_name": "ownerDisplayNames", "static_instance": null, "getter_method": "getOwnerDisplayNames", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.owner_team": {"fq_name": "sharing.SharedFolderMetadata.owner_team", "param_name": "ownerTeam", "static_instance": null, "getter_method": "getOwnerTeam", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.parent_shared_folder_id": {"fq_name": "sharing.SharedFolderMetadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.path_display": {"fq_name": "sharing.SharedFolderMetadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.path_lower": {"fq_name": "sharing.SharedFolderMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.parent_folder_name": {"fq_name": "sharing.SharedFolderMetadata.parent_folder_name", "param_name": "parentFolderName", "static_instance": null, "getter_method": "getParentFolderName", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.link_metadata": {"fq_name": "sharing.SharedFolderMetadata.link_metadata", "param_name": "linkMetadata", "static_instance": null, "getter_method": "getLinkMetadata", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.permissions": {"fq_name": "sharing.SharedFolderMetadata.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.access_inheritance": {"fq_name": "sharing.SharedFolderMetadata.access_inheritance", "param_name": "accessInheritance", "static_instance": null, "getter_method": "getAccessInheritance", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.access_type": {"fq_name": "sharing.SharedFolderMetadataBase.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.is_inside_team_folder": {"fq_name": "sharing.SharedFolderMetadataBase.is_inside_team_folder", "param_name": "isInsideTeamFolder", "static_instance": null, "getter_method": "getIsInsideTeamFolder", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.is_team_folder": {"fq_name": "sharing.SharedFolderMetadataBase.is_team_folder", "param_name": "isTeamFolder", "static_instance": null, "getter_method": "getIsTeamFolder", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.owner_display_names": {"fq_name": "sharing.SharedFolderMetadataBase.owner_display_names", "param_name": "ownerDisplayNames", "static_instance": null, "getter_method": "getOwnerDisplayNames", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.owner_team": {"fq_name": "sharing.SharedFolderMetadataBase.owner_team", "param_name": "ownerTeam", "static_instance": null, "getter_method": "getOwnerTeam", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.parent_shared_folder_id": {"fq_name": "sharing.SharedFolderMetadataBase.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.path_display": {"fq_name": "sharing.SharedFolderMetadataBase.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.path_lower": {"fq_name": "sharing.SharedFolderMetadataBase.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.parent_folder_name": {"fq_name": "sharing.SharedFolderMetadataBase.parent_folder_name", "param_name": "parentFolderName", "static_instance": null, "getter_method": "getParentFolderName", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.login_required": {"fq_name": "sharing.SharedLinkAccessFailureReason.login_required", "param_name": "loginRequiredValue", "static_instance": "LOGIN_REQUIRED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.email_verify_required": {"fq_name": "sharing.SharedLinkAccessFailureReason.email_verify_required", "param_name": "emailVerifyRequiredValue", "static_instance": "EMAIL_VERIFY_REQUIRED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.password_required": {"fq_name": "sharing.SharedLinkAccessFailureReason.password_required", "param_name": "passwordRequiredValue", "static_instance": "PASSWORD_REQUIRED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.team_only": {"fq_name": "sharing.SharedLinkAccessFailureReason.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.owner_only": {"fq_name": "sharing.SharedLinkAccessFailureReason.owner_only", "param_name": "ownerOnlyValue", "static_instance": "OWNER_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.other": {"fq_name": "sharing.SharedLinkAccessFailureReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAlreadyExistsMetadata.metadata": {"fq_name": "sharing.SharedLinkAlreadyExistsMetadata.metadata", "param_name": "metadataValue", "static_instance": null, "getter_method": "getMetadataValue", "containing_data_type_ref": "sharing.SharedLinkAlreadyExistsMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAlreadyExistsMetadata.other": {"fq_name": "sharing.SharedLinkAlreadyExistsMetadata.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAlreadyExistsMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkError.shared_link_not_found": {"fq_name": "sharing.SharedLinkError.shared_link_not_found", "param_name": "sharedLinkNotFoundValue", "static_instance": "SHARED_LINK_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkError.shared_link_access_denied": {"fq_name": "sharing.SharedLinkError.shared_link_access_denied", "param_name": "sharedLinkAccessDeniedValue", "static_instance": "SHARED_LINK_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkError.unsupported_link_type": {"fq_name": "sharing.SharedLinkError.unsupported_link_type", "param_name": "unsupportedLinkTypeValue", "static_instance": "UNSUPPORTED_LINK_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkError.other": {"fq_name": "sharing.SharedLinkError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.url": {"fq_name": "sharing.SharedLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.name": {"fq_name": "sharing.SharedLinkMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.link_permissions": {"fq_name": "sharing.SharedLinkMetadata.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.id": {"fq_name": "sharing.SharedLinkMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.expires": {"fq_name": "sharing.SharedLinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.path_lower": {"fq_name": "sharing.SharedLinkMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.team_member_info": {"fq_name": "sharing.SharedLinkMetadata.team_member_info", "param_name": "teamMemberInfo", "static_instance": null, "getter_method": "getTeamMemberInfo", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.content_owner_team_info": {"fq_name": "sharing.SharedLinkMetadata.content_owner_team_info", "param_name": "contentOwnerTeamInfo", "static_instance": null, "getter_method": "getContentOwnerTeamInfo", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkPolicy.anyone": {"fq_name": "sharing.SharedLinkPolicy.anyone", "param_name": "anyoneValue", "static_instance": "ANYONE", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkPolicy.team": {"fq_name": "sharing.SharedLinkPolicy.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkPolicy.members": {"fq_name": "sharing.SharedLinkPolicy.members", "param_name": "membersValue", "static_instance": "MEMBERS", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkPolicy.other": {"fq_name": "sharing.SharedLinkPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.require_password": {"fq_name": "sharing.SharedLinkSettings.require_password", "param_name": "requirePassword", "static_instance": null, "getter_method": "getRequirePassword", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.link_password": {"fq_name": "sharing.SharedLinkSettings.link_password", "param_name": "linkPassword", "static_instance": null, "getter_method": "getLinkPassword", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.expires": {"fq_name": "sharing.SharedLinkSettings.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.audience": {"fq_name": "sharing.SharedLinkSettings.audience", "param_name": "audience", "static_instance": null, "getter_method": "getAudience", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.access": {"fq_name": "sharing.SharedLinkSettings.access", "param_name": "access", "static_instance": null, "getter_method": "getAccess", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.requested_visibility": {"fq_name": "sharing.SharedLinkSettings.requested_visibility", "param_name": "requestedVisibility", "static_instance": null, "getter_method": "getRequestedVisibility", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.allow_download": {"fq_name": "sharing.SharedLinkSettings.allow_download", "param_name": "allowDownload", "static_instance": null, "getter_method": "getAllowDownload", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettingsError.invalid_settings": {"fq_name": "sharing.SharedLinkSettingsError.invalid_settings", "param_name": "invalidSettingsValue", "static_instance": "INVALID_SETTINGS", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettingsError.not_authorized": {"fq_name": "sharing.SharedLinkSettingsError.not_authorized", "param_name": "notAuthorizedValue", "static_instance": "NOT_AUTHORIZED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.no_permission": {"fq_name": "sharing.SharingFileAccessError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.invalid_file": {"fq_name": "sharing.SharingFileAccessError.invalid_file", "param_name": "invalidFileValue", "static_instance": "INVALID_FILE", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.is_folder": {"fq_name": "sharing.SharingFileAccessError.is_folder", "param_name": "isFolderValue", "static_instance": "IS_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.inside_public_folder": {"fq_name": "sharing.SharingFileAccessError.inside_public_folder", "param_name": "insidePublicFolderValue", "static_instance": "INSIDE_PUBLIC_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.inside_osx_package": {"fq_name": "sharing.SharingFileAccessError.inside_osx_package", "param_name": "insideOsxPackageValue", "static_instance": "INSIDE_OSX_PACKAGE", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.other": {"fq_name": "sharing.SharingFileAccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingUserError.email_unverified": {"fq_name": "sharing.SharingUserError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.SharingUserError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingUserError.other": {"fq_name": "sharing.SharingUserError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharingUserError", "route_refs": [], "_type": "FieldReference"}, "sharing.TeamMemberInfo.team_info": {"fq_name": "sharing.TeamMemberInfo.team_info", "param_name": "teamInfo", "static_instance": null, "getter_method": "getTeamInfo", "containing_data_type_ref": "sharing.TeamMemberInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.TeamMemberInfo.display_name": {"fq_name": "sharing.TeamMemberInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "sharing.TeamMemberInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.TeamMemberInfo.member_id": {"fq_name": "sharing.TeamMemberInfo.member_id", "param_name": "memberId", "static_instance": null, "getter_method": "getMemberId", "containing_data_type_ref": "sharing.TeamMemberInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderArg.shared_folder_id": {"fq_name": "sharing.TransferFolderArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.TransferFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderArg.to_dropbox_id": {"fq_name": "sharing.TransferFolderArg.to_dropbox_id", "param_name": "toDropboxId", "static_instance": null, "getter_method": "getToDropboxId", "containing_data_type_ref": "sharing.TransferFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.access_error": {"fq_name": "sharing.TransferFolderError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.invalid_dropbox_id": {"fq_name": "sharing.TransferFolderError.invalid_dropbox_id", "param_name": "invalidDropboxIdValue", "static_instance": "INVALID_DROPBOX_ID", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.new_owner_not_a_member": {"fq_name": "sharing.TransferFolderError.new_owner_not_a_member", "param_name": "newOwnerNotAMemberValue", "static_instance": "NEW_OWNER_NOT_A_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.new_owner_unmounted": {"fq_name": "sharing.TransferFolderError.new_owner_unmounted", "param_name": "newOwnerUnmountedValue", "static_instance": "NEW_OWNER_UNMOUNTED", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.new_owner_email_unverified": {"fq_name": "sharing.TransferFolderError.new_owner_email_unverified", "param_name": "newOwnerEmailUnverifiedValue", "static_instance": "NEW_OWNER_EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.team_folder": {"fq_name": "sharing.TransferFolderError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.no_permission": {"fq_name": "sharing.TransferFolderError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.other": {"fq_name": "sharing.TransferFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnmountFolderArg.shared_folder_id": {"fq_name": "sharing.UnmountFolderArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.UnmountFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UnmountFolderError.access_error": {"fq_name": "sharing.UnmountFolderError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.UnmountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnmountFolderError.no_permission": {"fq_name": "sharing.UnmountFolderError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.UnmountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnmountFolderError.not_unmountable": {"fq_name": "sharing.UnmountFolderError.not_unmountable", "param_name": "notUnmountableValue", "static_instance": "NOT_UNMOUNTABLE", "getter_method": null, "containing_data_type_ref": "sharing.UnmountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnmountFolderError.other": {"fq_name": "sharing.UnmountFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.UnmountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFileArg.file": {"fq_name": "sharing.UnshareFileArg.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.UnshareFileArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFileError.user_error": {"fq_name": "sharing.UnshareFileError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.UnshareFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFileError.access_error": {"fq_name": "sharing.UnshareFileError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.UnshareFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFileError.other": {"fq_name": "sharing.UnshareFileError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.UnshareFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFolderArg.shared_folder_id": {"fq_name": "sharing.UnshareFolderArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.UnshareFolderArg", "route_refs": ["sharing.unshare_folder"], "_type": "FieldReference"}, "sharing.UnshareFolderArg.leave_a_copy": {"fq_name": "sharing.UnshareFolderArg.leave_a_copy", "param_name": "leaveACopy", "static_instance": null, "getter_method": "getLeaveACopy", "containing_data_type_ref": "sharing.UnshareFolderArg", "route_refs": ["sharing.unshare_folder"], "_type": "FieldReference"}, "sharing.UnshareFolderError.access_error": {"fq_name": "sharing.UnshareFolderError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.UnshareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFolderError.team_folder": {"fq_name": "sharing.UnshareFolderError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.UnshareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFolderError.no_permission": {"fq_name": "sharing.UnshareFolderError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.UnshareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFolderError.too_many_files": {"fq_name": "sharing.UnshareFolderError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "sharing.UnshareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFolderError.other": {"fq_name": "sharing.UnshareFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.UnshareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFileMemberArgs.file": {"fq_name": "sharing.UpdateFileMemberArgs.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.UpdateFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFileMemberArgs.member": {"fq_name": "sharing.UpdateFileMemberArgs.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.UpdateFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFileMemberArgs.access_level": {"fq_name": "sharing.UpdateFileMemberArgs.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.UpdateFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberArg.shared_folder_id": {"fq_name": "sharing.UpdateFolderMemberArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.UpdateFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberArg.member": {"fq_name": "sharing.UpdateFolderMemberArg.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.UpdateFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberArg.access_level": {"fq_name": "sharing.UpdateFolderMemberArg.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.UpdateFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.access_error": {"fq_name": "sharing.UpdateFolderMemberError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.member_error": {"fq_name": "sharing.UpdateFolderMemberError.member_error", "param_name": "memberErrorValue", "static_instance": null, "getter_method": "getMemberErrorValue", "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.no_explicit_access": {"fq_name": "sharing.UpdateFolderMemberError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": null, "getter_method": "getNoExplicitAccessValue", "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.insufficient_plan": {"fq_name": "sharing.UpdateFolderMemberError.insufficient_plan", "param_name": "insufficientPlanValue", "static_instance": "INSUFFICIENT_PLAN", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.no_permission": {"fq_name": "sharing.UpdateFolderMemberError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.other": {"fq_name": "sharing.UpdateFolderMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.shared_folder_id": {"fq_name": "sharing.UpdateFolderPolicyArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.member_policy": {"fq_name": "sharing.UpdateFolderPolicyArg.member_policy", "param_name": "memberPolicy", "static_instance": null, "getter_method": "getMemberPolicy", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.acl_update_policy": {"fq_name": "sharing.UpdateFolderPolicyArg.acl_update_policy", "param_name": "aclUpdatePolicy", "static_instance": null, "getter_method": "getAclUpdatePolicy", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.viewer_info_policy": {"fq_name": "sharing.UpdateFolderPolicyArg.viewer_info_policy", "param_name": "viewerInfoPolicy", "static_instance": null, "getter_method": "getViewerInfoPolicy", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.shared_link_policy": {"fq_name": "sharing.UpdateFolderPolicyArg.shared_link_policy", "param_name": "sharedLinkPolicy", "static_instance": null, "getter_method": "getSharedLinkPolicy", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.link_settings": {"fq_name": "sharing.UpdateFolderPolicyArg.link_settings", "param_name": "linkSettings", "static_instance": null, "getter_method": "getLinkSettings", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.actions": {"fq_name": "sharing.UpdateFolderPolicyArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.access_error": {"fq_name": "sharing.UpdateFolderPolicyError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.not_on_team": {"fq_name": "sharing.UpdateFolderPolicyError.not_on_team", "param_name": "notOnTeamValue", "static_instance": "NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.team_policy_disallows_member_policy": {"fq_name": "sharing.UpdateFolderPolicyError.team_policy_disallows_member_policy", "param_name": "teamPolicyDisallowsMemberPolicyValue", "static_instance": "TEAM_POLICY_DISALLOWS_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.disallowed_shared_link_policy": {"fq_name": "sharing.UpdateFolderPolicyError.disallowed_shared_link_policy", "param_name": "disallowedSharedLinkPolicyValue", "static_instance": "DISALLOWED_SHARED_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.no_permission": {"fq_name": "sharing.UpdateFolderPolicyError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.team_folder": {"fq_name": "sharing.UpdateFolderPolicyError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.other": {"fq_name": "sharing.UpdateFolderPolicyError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.access_type": {"fq_name": "sharing.UserFileMembershipInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.user": {"fq_name": "sharing.UserFileMembershipInfo.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.permissions": {"fq_name": "sharing.UserFileMembershipInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.initials": {"fq_name": "sharing.UserFileMembershipInfo.initials", "param_name": "initials", "static_instance": null, "getter_method": "getInitials", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.is_inherited": {"fq_name": "sharing.UserFileMembershipInfo.is_inherited", "param_name": "isInherited", "static_instance": null, "getter_method": "getIsInherited", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.time_last_seen": {"fq_name": "sharing.UserFileMembershipInfo.time_last_seen", "param_name": "timeLastSeen", "static_instance": null, "getter_method": "getTimeLastSeen", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.platform_type": {"fq_name": "sharing.UserFileMembershipInfo.platform_type", "param_name": "platformType", "static_instance": null, "getter_method": "getPlatformType", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserInfo.account_id": {"fq_name": "sharing.UserInfo.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "sharing.UserInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserInfo.email": {"fq_name": "sharing.UserInfo.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "sharing.UserInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserInfo.display_name": {"fq_name": "sharing.UserInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "sharing.UserInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserInfo.same_team": {"fq_name": "sharing.UserInfo.same_team", "param_name": "sameTeam", "static_instance": null, "getter_method": "getSameTeam", "containing_data_type_ref": "sharing.UserInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserInfo.team_member_id": {"fq_name": "sharing.UserInfo.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "sharing.UserInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserMembershipInfo.access_type": {"fq_name": "sharing.UserMembershipInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.UserMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserMembershipInfo.user": {"fq_name": "sharing.UserMembershipInfo.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "sharing.UserMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserMembershipInfo.permissions": {"fq_name": "sharing.UserMembershipInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.UserMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserMembershipInfo.initials": {"fq_name": "sharing.UserMembershipInfo.initials", "param_name": "initials", "static_instance": null, "getter_method": "getInitials", "containing_data_type_ref": "sharing.UserMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserMembershipInfo.is_inherited": {"fq_name": "sharing.UserMembershipInfo.is_inherited", "param_name": "isInherited", "static_instance": null, "getter_method": "getIsInherited", "containing_data_type_ref": "sharing.UserMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.ViewerInfoPolicy.enabled": {"fq_name": "sharing.ViewerInfoPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "sharing.ViewerInfoPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.ViewerInfoPolicy.disabled": {"fq_name": "sharing.ViewerInfoPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "sharing.ViewerInfoPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.ViewerInfoPolicy.other": {"fq_name": "sharing.ViewerInfoPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ViewerInfoPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.public": {"fq_name": "sharing.Visibility.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.team_only": {"fq_name": "sharing.Visibility.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.password": {"fq_name": "sharing.Visibility.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.team_and_password": {"fq_name": "sharing.Visibility.team_and_password", "param_name": "teamAndPasswordValue", "static_instance": "TEAM_AND_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.shared_folder_only": {"fq_name": "sharing.Visibility.shared_folder_only", "param_name": "sharedFolderOnlyValue", "static_instance": "SHARED_FOLDER_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.other": {"fq_name": "sharing.Visibility.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicy.policy": {"fq_name": "sharing.VisibilityPolicy.policy", "param_name": "policy", "static_instance": null, "getter_method": "getPolicy", "containing_data_type_ref": "sharing.VisibilityPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicy.resolved_policy": {"fq_name": "sharing.VisibilityPolicy.resolved_policy", "param_name": "resolvedPolicy", "static_instance": null, "getter_method": "getResolvedPolicy", "containing_data_type_ref": "sharing.VisibilityPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicy.allowed": {"fq_name": "sharing.VisibilityPolicy.allowed", "param_name": "allowed", "static_instance": null, "getter_method": "getAllowed", "containing_data_type_ref": "sharing.VisibilityPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicy.disallowed_reason": {"fq_name": "sharing.VisibilityPolicy.disallowed_reason", "param_name": "disallowedReason", "static_instance": null, "getter_method": "getDisallowedReason", "containing_data_type_ref": "sharing.VisibilityPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.delete_and_recreate": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.delete_and_recreate", "param_name": "deleteAndRecreateValue", "static_instance": "DELETE_AND_RECREATE", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.restricted_by_shared_folder": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.restricted_by_shared_folder", "param_name": "restrictedBySharedFolderValue", "static_instance": "RESTRICTED_BY_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.restricted_by_team": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.restricted_by_team", "param_name": "restrictedByTeamValue", "static_instance": "RESTRICTED_BY_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.user_not_on_team": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.user_not_on_team", "param_name": "userNotOnTeamValue", "static_instance": "USER_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.user_account_type": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.user_account_type", "param_name": "userAccountTypeValue", "static_instance": "USER_ACCOUNT_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.permission_denied": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.permission_denied", "param_name": "permissionDeniedValue", "static_instance": "PERMISSION_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.other": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.session_id": {"fq_name": "team.ActiveWebSession.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.user_agent": {"fq_name": "team.ActiveWebSession.user_agent", "param_name": "userAgent", "static_instance": null, "getter_method": "getUserAgent", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.os": {"fq_name": "team.ActiveWebSession.os", "param_name": "os", "static_instance": null, "getter_method": "getOs", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.browser": {"fq_name": "team.ActiveWebSession.browser", "param_name": "browser", "static_instance": null, "getter_method": "getBrowser", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.ip_address": {"fq_name": "team.ActiveWebSession.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.country": {"fq_name": "team.ActiveWebSession.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.created": {"fq_name": "team.ActiveWebSession.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.updated": {"fq_name": "team.ActiveWebSession.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.expires": {"fq_name": "team.ActiveWebSession.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.success": {"fq_name": "team.AddSecondaryEmailResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.unavailable": {"fq_name": "team.AddSecondaryEmailResult.unavailable", "param_name": "unavailableValue", "static_instance": null, "getter_method": "getUnavailableValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.already_pending": {"fq_name": "team.AddSecondaryEmailResult.already_pending", "param_name": "alreadyPendingValue", "static_instance": null, "getter_method": "getAlreadyPendingValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.already_owned_by_user": {"fq_name": "team.AddSecondaryEmailResult.already_owned_by_user", "param_name": "alreadyOwnedByUserValue", "static_instance": null, "getter_method": "getAlreadyOwnedByUserValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.reached_limit": {"fq_name": "team.AddSecondaryEmailResult.reached_limit", "param_name": "reachedLimitValue", "static_instance": null, "getter_method": "getReachedLimitValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.transient_error": {"fq_name": "team.AddSecondaryEmailResult.transient_error", "param_name": "transientErrorValue", "static_instance": null, "getter_method": "getTransientErrorValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.too_many_updates": {"fq_name": "team.AddSecondaryEmailResult.too_many_updates", "param_name": "tooManyUpdatesValue", "static_instance": null, "getter_method": "getTooManyUpdatesValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.unknown_error": {"fq_name": "team.AddSecondaryEmailResult.unknown_error", "param_name": "unknownErrorValue", "static_instance": null, "getter_method": "getUnknownErrorValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.rate_limited": {"fq_name": "team.AddSecondaryEmailResult.rate_limited", "param_name": "rateLimitedValue", "static_instance": null, "getter_method": "getRateLimitedValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.other": {"fq_name": "team.AddSecondaryEmailResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailsArg.new_secondary_emails": {"fq_name": "team.AddSecondaryEmailsArg.new_secondary_emails", "param_name": "newSecondaryEmails", "static_instance": null, "getter_method": "getNewSecondaryEmails", "containing_data_type_ref": "team.AddSecondaryEmailsArg", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailsError.secondary_emails_disabled": {"fq_name": "team.AddSecondaryEmailsError.secondary_emails_disabled", "param_name": "secondaryEmailsDisabledValue", "static_instance": "SECONDARY_EMAILS_DISABLED", "getter_method": null, "containing_data_type_ref": "team.AddSecondaryEmailsError", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailsError.too_many_emails": {"fq_name": "team.AddSecondaryEmailsError.too_many_emails", "param_name": "tooManyEmailsValue", "static_instance": "TOO_MANY_EMAILS", "getter_method": null, "containing_data_type_ref": "team.AddSecondaryEmailsError", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailsError.other": {"fq_name": "team.AddSecondaryEmailsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.AddSecondaryEmailsError", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailsResult.results": {"fq_name": "team.AddSecondaryEmailsResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.AddSecondaryEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.AdminTier.team_admin": {"fq_name": "team.AdminTier.team_admin", "param_name": "teamAdminValue", "static_instance": "TEAM_ADMIN", "getter_method": null, "containing_data_type_ref": "team.AdminTier", "route_refs": [], "_type": "FieldReference"}, "team.AdminTier.user_management_admin": {"fq_name": "team.AdminTier.user_management_admin", "param_name": "userManagementAdminValue", "static_instance": "USER_MANAGEMENT_ADMIN", "getter_method": null, "containing_data_type_ref": "team.AdminTier", "route_refs": [], "_type": "FieldReference"}, "team.AdminTier.support_admin": {"fq_name": "team.AdminTier.support_admin", "param_name": "supportAdminValue", "static_instance": "SUPPORT_ADMIN", "getter_method": null, "containing_data_type_ref": "team.AdminTier", "route_refs": [], "_type": "FieldReference"}, "team.AdminTier.member_only": {"fq_name": "team.AdminTier.member_only", "param_name": "memberOnlyValue", "static_instance": "MEMBER_ONLY", "getter_method": null, "containing_data_type_ref": "team.AdminTier", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.app_id": {"fq_name": "team.ApiApp.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.app_name": {"fq_name": "team.ApiApp.app_name", "param_name": "appName", "static_instance": null, "getter_method": "getAppName", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.is_app_folder": {"fq_name": "team.ApiApp.is_app_folder", "param_name": "isAppFolder", "static_instance": null, "getter_method": "getIsAppFolder", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.publisher": {"fq_name": "team.ApiApp.publisher", "param_name": "publisher", "static_instance": null, "getter_method": "getPublisher", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.publisher_url": {"fq_name": "team.ApiApp.publisher_url", "param_name": "publisherUrl", "static_instance": null, "getter_method": "getPublisherUrl", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.linked": {"fq_name": "team.ApiApp.linked", "param_name": "linked", "static_instance": null, "getter_method": "getLinked", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.BaseDfbReport.start_date": {"fq_name": "team.BaseDfbReport.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.BaseDfbReport", "route_refs": [], "_type": "FieldReference"}, "team.BaseTeamFolderError.access_error": {"fq_name": "team.BaseTeamFolderError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.BaseTeamFolderError", "route_refs": [], "_type": "FieldReference"}, "team.BaseTeamFolderError.status_error": {"fq_name": "team.BaseTeamFolderError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.BaseTeamFolderError", "route_refs": [], "_type": "FieldReference"}, "team.BaseTeamFolderError.team_shared_dropbox_error": {"fq_name": "team.BaseTeamFolderError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.BaseTeamFolderError", "route_refs": [], "_type": "FieldReference"}, "team.BaseTeamFolderError.other": {"fq_name": "team.BaseTeamFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.BaseTeamFolderError", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaError.too_many_users": {"fq_name": "team.CustomQuotaError.too_many_users", "param_name": "tooManyUsersValue", "static_instance": "TOO_MANY_USERS", "getter_method": null, "containing_data_type_ref": "team.CustomQuotaError", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaError.other": {"fq_name": "team.CustomQuotaError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.CustomQuotaError", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaResult.success": {"fq_name": "team.CustomQuotaResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.CustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaResult.invalid_user": {"fq_name": "team.CustomQuotaResult.invalid_user", "param_name": "invalidUserValue", "static_instance": null, "getter_method": "getInvalidUserValue", "containing_data_type_ref": "team.CustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaResult.other": {"fq_name": "team.CustomQuotaResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.CustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaUsersArg.users": {"fq_name": "team.CustomQuotaUsersArg.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.CustomQuotaUsersArg", "route_refs": [], "_type": "FieldReference"}, "team.DateRange.start_date": {"fq_name": "team.DateRange.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.DateRange", "route_refs": [], "_type": "FieldReference"}, "team.DateRange.end_date": {"fq_name": "team.DateRange.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team.DateRange", "route_refs": [], "_type": "FieldReference"}, "team.DateRangeError.other": {"fq_name": "team.DateRangeError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.DateRangeError", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailResult.success": {"fq_name": "team.DeleteSecondaryEmailResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.DeleteSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailResult.not_found": {"fq_name": "team.DeleteSecondaryEmailResult.not_found", "param_name": "notFoundValue", "static_instance": null, "getter_method": "getNotFoundValue", "containing_data_type_ref": "team.DeleteSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailResult.cannot_remove_primary": {"fq_name": "team.DeleteSecondaryEmailResult.cannot_remove_primary", "param_name": "cannotRemovePrimaryValue", "static_instance": null, "getter_method": "getCannotRemovePrimaryValue", "containing_data_type_ref": "team.DeleteSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailResult.other": {"fq_name": "team.DeleteSecondaryEmailResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.DeleteSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailsArg.emails_to_delete": {"fq_name": "team.DeleteSecondaryEmailsArg.emails_to_delete", "param_name": "emailsToDelete", "static_instance": null, "getter_method": "getEmailsToDelete", "containing_data_type_ref": "team.DeleteSecondaryEmailsArg", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailsResult.results": {"fq_name": "team.DeleteSecondaryEmailsResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.DeleteSecondaryEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.session_id": {"fq_name": "team.DesktopClientSession.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.host_name": {"fq_name": "team.DesktopClientSession.host_name", "param_name": "hostName", "static_instance": null, "getter_method": "getHostName", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.client_type": {"fq_name": "team.DesktopClientSession.client_type", "param_name": "clientType", "static_instance": null, "getter_method": "getClientType", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.client_version": {"fq_name": "team.DesktopClientSession.client_version", "param_name": "clientVersion", "static_instance": null, "getter_method": "getClientVersion", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.platform": {"fq_name": "team.DesktopClientSession.platform", "param_name": "platform", "static_instance": null, "getter_method": "getPlatform", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.is_delete_on_unlink_supported": {"fq_name": "team.DesktopClientSession.is_delete_on_unlink_supported", "param_name": "isDeleteOnUnlinkSupported", "static_instance": null, "getter_method": "getIsDeleteOnUnlinkSupported", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.ip_address": {"fq_name": "team.DesktopClientSession.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.country": {"fq_name": "team.DesktopClientSession.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.created": {"fq_name": "team.DesktopClientSession.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.updated": {"fq_name": "team.DesktopClientSession.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopPlatform.windows": {"fq_name": "team.DesktopPlatform.windows", "param_name": "windowsValue", "static_instance": "WINDOWS", "getter_method": null, "containing_data_type_ref": "team.DesktopPlatform", "route_refs": [], "_type": "FieldReference"}, "team.DesktopPlatform.mac": {"fq_name": "team.DesktopPlatform.mac", "param_name": "macValue", "static_instance": "MAC", "getter_method": null, "containing_data_type_ref": "team.DesktopPlatform", "route_refs": [], "_type": "FieldReference"}, "team.DesktopPlatform.linux": {"fq_name": "team.DesktopPlatform.linux", "param_name": "linuxValue", "static_instance": "LINUX", "getter_method": null, "containing_data_type_ref": "team.DesktopPlatform", "route_refs": [], "_type": "FieldReference"}, "team.DesktopPlatform.other": {"fq_name": "team.DesktopPlatform.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.DesktopPlatform", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSession.session_id": {"fq_name": "team.DeviceSession.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.DeviceSession", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSession.ip_address": {"fq_name": "team.DeviceSession.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team.DeviceSession", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSession.country": {"fq_name": "team.DeviceSession.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "team.DeviceSession", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSession.created": {"fq_name": "team.DeviceSession.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team.DeviceSession", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSession.updated": {"fq_name": "team.DeviceSession.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team.DeviceSession", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSessionArg.session_id": {"fq_name": "team.DeviceSessionArg.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.DeviceSessionArg", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSessionArg.team_member_id": {"fq_name": "team.DeviceSessionArg.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.DeviceSessionArg", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.windows": {"fq_name": "team.DevicesActive.windows", "param_name": "windows", "static_instance": null, "getter_method": "getWindows", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.macos": {"fq_name": "team.DevicesActive.macos", "param_name": "macos", "static_instance": null, "getter_method": "getMacos", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.linux": {"fq_name": "team.DevicesActive.linux", "param_name": "linux", "static_instance": null, "getter_method": "getLinux", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.ios": {"fq_name": "team.DevicesActive.ios", "param_name": "ios", "static_instance": null, "getter_method": "getIos", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.android": {"fq_name": "team.DevicesActive.android", "param_name": "android", "static_instance": null, "getter_method": "getAndroid", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.other": {"fq_name": "team.DevicesActive.other", "param_name": "other", "static_instance": null, "getter_method": "getOther", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.total": {"fq_name": "team.DevicesActive.total", "param_name": "total", "static_instance": null, "getter_method": "getTotal", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListArg.limit": {"fq_name": "team.ExcludedUsersListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.ExcludedUsersListArg", "route_refs": ["team.member_space_limits/excluded_users/list"], "_type": "FieldReference"}, "team.ExcludedUsersListContinueArg.cursor": {"fq_name": "team.ExcludedUsersListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ExcludedUsersListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListContinueError.invalid_cursor": {"fq_name": "team.ExcludedUsersListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListContinueError.other": {"fq_name": "team.ExcludedUsersListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListError.list_error": {"fq_name": "team.ExcludedUsersListError.list_error", "param_name": "listErrorValue", "static_instance": "LIST_ERROR", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersListError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListError.other": {"fq_name": "team.ExcludedUsersListError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersListError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListResult.users": {"fq_name": "team.ExcludedUsersListResult.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.ExcludedUsersListResult", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListResult.has_more": {"fq_name": "team.ExcludedUsersListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.ExcludedUsersListResult", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListResult.cursor": {"fq_name": "team.ExcludedUsersListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ExcludedUsersListResult", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateArg.users": {"fq_name": "team.ExcludedUsersUpdateArg.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.ExcludedUsersUpdateArg", "route_refs": ["team.member_space_limits/excluded_users/add", "team.member_space_limits/excluded_users/remove"], "_type": "FieldReference"}, "team.ExcludedUsersUpdateError.users_not_in_team": {"fq_name": "team.ExcludedUsersUpdateError.users_not_in_team", "param_name": "usersNotInTeamValue", "static_instance": "USERS_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateError.too_many_users": {"fq_name": "team.ExcludedUsersUpdateError.too_many_users", "param_name": "tooManyUsersValue", "static_instance": "TOO_MANY_USERS", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateError.other": {"fq_name": "team.ExcludedUsersUpdateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateResult.status": {"fq_name": "team.ExcludedUsersUpdateResult.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team.ExcludedUsersUpdateResult", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateStatus.success": {"fq_name": "team.ExcludedUsersUpdateStatus.success", "param_name": "successValue", "static_instance": "SUCCESS", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersUpdateStatus", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateStatus.other": {"fq_name": "team.ExcludedUsersUpdateStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersUpdateStatus", "route_refs": [], "_type": "FieldReference"}, "team.Feature.upload_api_rate_limit": {"fq_name": "team.Feature.upload_api_rate_limit", "param_name": "uploadApiRateLimitValue", "static_instance": "UPLOAD_API_RATE_LIMIT", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.Feature.has_team_shared_dropbox": {"fq_name": "team.Feature.has_team_shared_dropbox", "param_name": "hasTeamSharedDropboxValue", "static_instance": "HAS_TEAM_SHARED_DROPBOX", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.Feature.has_team_file_events": {"fq_name": "team.Feature.has_team_file_events", "param_name": "hasTeamFileEventsValue", "static_instance": "HAS_TEAM_FILE_EVENTS", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.Feature.has_team_selective_sync": {"fq_name": "team.Feature.has_team_selective_sync", "param_name": "hasTeamSelectiveSyncValue", "static_instance": "HAS_TEAM_SELECTIVE_SYNC", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.Feature.other": {"fq_name": "team.Feature.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.upload_api_rate_limit": {"fq_name": "team.FeatureValue.upload_api_rate_limit", "param_name": "uploadApiRateLimitValue", "static_instance": null, "getter_method": "getUploadApiRateLimitValue", "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.has_team_shared_dropbox": {"fq_name": "team.FeatureValue.has_team_shared_dropbox", "param_name": "hasTeamSharedDropboxValue", "static_instance": null, "getter_method": "getHasTeamSharedDropboxValue", "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.has_team_file_events": {"fq_name": "team.FeatureValue.has_team_file_events", "param_name": "hasTeamFileEventsValue", "static_instance": null, "getter_method": "getHasTeamFileEventsValue", "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.has_team_selective_sync": {"fq_name": "team.FeatureValue.has_team_selective_sync", "param_name": "hasTeamSelectiveSyncValue", "static_instance": null, "getter_method": "getHasTeamSelectiveSyncValue", "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.other": {"fq_name": "team.FeatureValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeaturesGetValuesBatchArg.features": {"fq_name": "team.FeaturesGetValuesBatchArg.features", "param_name": "features", "static_instance": null, "getter_method": "getFeatures", "containing_data_type_ref": "team.FeaturesGetValuesBatchArg", "route_refs": [], "_type": "FieldReference"}, "team.FeaturesGetValuesBatchError.empty_features_list": {"fq_name": "team.FeaturesGetValuesBatchError.empty_features_list", "param_name": "emptyFeaturesListValue", "static_instance": "EMPTY_FEATURES_LIST", "getter_method": null, "containing_data_type_ref": "team.FeaturesGetValuesBatchError", "route_refs": [], "_type": "FieldReference"}, "team.FeaturesGetValuesBatchError.other": {"fq_name": "team.FeaturesGetValuesBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.FeaturesGetValuesBatchError", "route_refs": [], "_type": "FieldReference"}, "team.FeaturesGetValuesBatchResult.values": {"fq_name": "team.FeaturesGetValuesBatchResult.values", "param_name": "values", "static_instance": null, "getter_method": "getValues", "containing_data_type_ref": "team.FeaturesGetValuesBatchResult", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.start_date": {"fq_name": "team.GetActivityReport.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.adds": {"fq_name": "team.GetActivityReport.adds", "param_name": "adds", "static_instance": null, "getter_method": "getAdds", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.edits": {"fq_name": "team.GetActivityReport.edits", "param_name": "edits", "static_instance": null, "getter_method": "getEdits", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.deletes": {"fq_name": "team.GetActivityReport.deletes", "param_name": "deletes", "static_instance": null, "getter_method": "getDeletes", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_users_28_day": {"fq_name": "team.GetActivityReport.active_users_28_day", "param_name": "activeUsers28Day", "static_instance": null, "getter_method": "getActiveUsers28Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_users_7_day": {"fq_name": "team.GetActivityReport.active_users_7_day", "param_name": "activeUsers7Day", "static_instance": null, "getter_method": "getActiveUsers7Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_users_1_day": {"fq_name": "team.GetActivityReport.active_users_1_day", "param_name": "activeUsers1Day", "static_instance": null, "getter_method": "getActiveUsers1Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_shared_folders_28_day": {"fq_name": "team.GetActivityReport.active_shared_folders_28_day", "param_name": "activeSharedFolders28Day", "static_instance": null, "getter_method": "getActiveSharedFolders28Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_shared_folders_7_day": {"fq_name": "team.GetActivityReport.active_shared_folders_7_day", "param_name": "activeSharedFolders7Day", "static_instance": null, "getter_method": "getActiveSharedFolders7Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_shared_folders_1_day": {"fq_name": "team.GetActivityReport.active_shared_folders_1_day", "param_name": "activeSharedFolders1Day", "static_instance": null, "getter_method": "getActiveSharedFolders1Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.shared_links_created": {"fq_name": "team.GetActivityReport.shared_links_created", "param_name": "sharedLinksCreated", "static_instance": null, "getter_method": "getSharedLinksCreated", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.shared_links_viewed_by_team": {"fq_name": "team.GetActivityReport.shared_links_viewed_by_team", "param_name": "sharedLinksViewedByTeam", "static_instance": null, "getter_method": "getSharedLinksViewedByTeam", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.shared_links_viewed_by_outside_user": {"fq_name": "team.GetActivityReport.shared_links_viewed_by_outside_user", "param_name": "sharedLinksViewedByOutsideUser", "static_instance": null, "getter_method": "getSharedLinksViewedByOutsideUser", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.shared_links_viewed_by_not_logged_in": {"fq_name": "team.GetActivityReport.shared_links_viewed_by_not_logged_in", "param_name": "sharedLinksViewedByNotLoggedIn", "static_instance": null, "getter_method": "getSharedLinksViewedByNotLoggedIn", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.shared_links_viewed_total": {"fq_name": "team.GetActivityReport.shared_links_viewed_total", "param_name": "sharedLinksViewedTotal", "static_instance": null, "getter_method": "getSharedLinksViewedTotal", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetDevicesReport.start_date": {"fq_name": "team.GetDevicesReport.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.GetDevicesReport", "route_refs": [], "_type": "FieldReference"}, "team.GetDevicesReport.active_1_day": {"fq_name": "team.GetDevicesReport.active_1_day", "param_name": "active1Day", "static_instance": null, "getter_method": "getActive1Day", "containing_data_type_ref": "team.GetDevicesReport", "route_refs": [], "_type": "FieldReference"}, "team.GetDevicesReport.active_7_day": {"fq_name": "team.GetDevicesReport.active_7_day", "param_name": "active7Day", "static_instance": null, "getter_method": "getActive7Day", "containing_data_type_ref": "team.GetDevicesReport", "route_refs": [], "_type": "FieldReference"}, "team.GetDevicesReport.active_28_day": {"fq_name": "team.GetDevicesReport.active_28_day", "param_name": "active28Day", "static_instance": null, "getter_method": "getActive28Day", "containing_data_type_ref": "team.GetDevicesReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.start_date": {"fq_name": "team.GetMembershipReport.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.team_size": {"fq_name": "team.GetMembershipReport.team_size", "param_name": "teamSize", "static_instance": null, "getter_method": "getTeamSize", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.pending_invites": {"fq_name": "team.GetMembershipReport.pending_invites", "param_name": "pendingInvites", "static_instance": null, "getter_method": "getPendingInvites", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.members_joined": {"fq_name": "team.GetMembershipReport.members_joined", "param_name": "membersJoined", "static_instance": null, "getter_method": "getMembersJoined", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.suspended_members": {"fq_name": "team.GetMembershipReport.suspended_members", "param_name": "suspendedMembers", "static_instance": null, "getter_method": "getSuspendedMembers", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.licenses": {"fq_name": "team.GetMembershipReport.licenses", "param_name": "licenses", "static_instance": null, "getter_method": "getLicenses", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.start_date": {"fq_name": "team.GetStorageReport.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.total_usage": {"fq_name": "team.GetStorageReport.total_usage", "param_name": "totalUsage", "static_instance": null, "getter_method": "getTotalUsage", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.shared_usage": {"fq_name": "team.GetStorageReport.shared_usage", "param_name": "sharedUsage", "static_instance": null, "getter_method": "getSharedUsage", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.unshared_usage": {"fq_name": "team.GetStorageReport.unshared_usage", "param_name": "unsharedUsage", "static_instance": null, "getter_method": "getUnsharedUsage", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.shared_folders": {"fq_name": "team.GetStorageReport.shared_folders", "param_name": "sharedFolders", "static_instance": null, "getter_method": "getSharedFolders", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.member_storage_map": {"fq_name": "team.GetStorageReport.member_storage_map", "param_name": "memberStorageMap", "static_instance": null, "getter_method": "getMemberStorageMap", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GroupAccessType.member": {"fq_name": "team.GroupAccessType.member", "param_name": "memberValue", "static_instance": "MEMBER", "getter_method": null, "containing_data_type_ref": "team.GroupAccessType", "route_refs": [], "_type": "FieldReference"}, "team.GroupAccessType.owner": {"fq_name": "team.GroupAccessType.owner", "param_name": "ownerValue", "static_instance": "OWNER", "getter_method": null, "containing_data_type_ref": "team.GroupAccessType", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateArg.group_name": {"fq_name": "team.GroupCreateArg.group_name", "param_name": "groupName", "static_instance": null, "getter_method": "getGroupName", "containing_data_type_ref": "team.GroupCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateArg.add_creator_as_owner": {"fq_name": "team.GroupCreateArg.add_creator_as_owner", "param_name": "addCreatorAsOwner", "static_instance": null, "getter_method": "getAddCreatorAsOwner", "containing_data_type_ref": "team.GroupCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateArg.group_external_id": {"fq_name": "team.GroupCreateArg.group_external_id", "param_name": "groupExternalId", "static_instance": null, "getter_method": "getGroupExternalId", "containing_data_type_ref": "team.GroupCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateArg.group_management_type": {"fq_name": "team.GroupCreateArg.group_management_type", "param_name": "groupManagementType", "static_instance": null, "getter_method": "getGroupManagementType", "containing_data_type_ref": "team.GroupCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateError.group_name_already_used": {"fq_name": "team.GroupCreateError.group_name_already_used", "param_name": "groupNameAlreadyUsedValue", "static_instance": "GROUP_NAME_ALREADY_USED", "getter_method": null, "containing_data_type_ref": "team.GroupCreateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateError.group_name_invalid": {"fq_name": "team.GroupCreateError.group_name_invalid", "param_name": "groupNameInvalidValue", "static_instance": "GROUP_NAME_INVALID", "getter_method": null, "containing_data_type_ref": "team.GroupCreateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateError.external_id_already_in_use": {"fq_name": "team.GroupCreateError.external_id_already_in_use", "param_name": "externalIdAlreadyInUseValue", "static_instance": "EXTERNAL_ID_ALREADY_IN_USE", "getter_method": null, "containing_data_type_ref": "team.GroupCreateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateError.system_managed_group_disallowed": {"fq_name": "team.GroupCreateError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupCreateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateError.other": {"fq_name": "team.GroupCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupCreateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupDeleteError.group_not_found": {"fq_name": "team.GroupDeleteError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.GroupDeleteError.other": {"fq_name": "team.GroupDeleteError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.GroupDeleteError.system_managed_group_disallowed": {"fq_name": "team.GroupDeleteError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.GroupDeleteError.group_already_deleted": {"fq_name": "team.GroupDeleteError.group_already_deleted", "param_name": "groupAlreadyDeletedValue", "static_instance": "GROUP_ALREADY_DELETED", "getter_method": null, "containing_data_type_ref": "team.GroupDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.group_name": {"fq_name": "team.GroupFullInfo.group_name", "param_name": "groupName", "static_instance": null, "getter_method": "getGroupName", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.group_id": {"fq_name": "team.GroupFullInfo.group_id", "param_name": "groupId", "static_instance": null, "getter_method": "getGroupId", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.group_management_type": {"fq_name": "team.GroupFullInfo.group_management_type", "param_name": "groupManagementType", "static_instance": null, "getter_method": "getGroupManagementType", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.created": {"fq_name": "team.GroupFullInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.group_external_id": {"fq_name": "team.GroupFullInfo.group_external_id", "param_name": "groupExternalId", "static_instance": null, "getter_method": "getGroupExternalId", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.member_count": {"fq_name": "team.GroupFullInfo.member_count", "param_name": "memberCount", "static_instance": null, "getter_method": "getMemberCount", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.members": {"fq_name": "team.GroupFullInfo.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberInfo.profile": {"fq_name": "team.GroupMemberInfo.profile", "param_name": "profile", "static_instance": null, "getter_method": "getProfile", "containing_data_type_ref": "team.GroupMemberInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberInfo.access_type": {"fq_name": "team.GroupMemberInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "team.GroupMemberInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSelector.group": {"fq_name": "team.GroupMemberSelector.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupMemberSelector", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupMemberSelector.user": {"fq_name": "team.GroupMemberSelector.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.GroupMemberSelector", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupMemberSelectorError.group_not_found": {"fq_name": "team.GroupMemberSelectorError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSelectorError.other": {"fq_name": "team.GroupMemberSelectorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSelectorError.system_managed_group_disallowed": {"fq_name": "team.GroupMemberSelectorError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSelectorError.member_not_in_group": {"fq_name": "team.GroupMemberSelectorError.member_not_in_group", "param_name": "memberNotInGroupValue", "static_instance": "MEMBER_NOT_IN_GROUP", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSetAccessTypeError.group_not_found": {"fq_name": "team.GroupMemberSetAccessTypeError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSetAccessTypeError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSetAccessTypeError.other": {"fq_name": "team.GroupMemberSetAccessTypeError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSetAccessTypeError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSetAccessTypeError.system_managed_group_disallowed": {"fq_name": "team.GroupMemberSetAccessTypeError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSetAccessTypeError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSetAccessTypeError.member_not_in_group": {"fq_name": "team.GroupMemberSetAccessTypeError.member_not_in_group", "param_name": "memberNotInGroupValue", "static_instance": "MEMBER_NOT_IN_GROUP", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSetAccessTypeError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSetAccessTypeError.user_cannot_be_manager_of_company_managed_group": {"fq_name": "team.GroupMemberSetAccessTypeError.user_cannot_be_manager_of_company_managed_group", "param_name": "userCannotBeManagerOfCompanyManagedGroupValue", "static_instance": "USER_CANNOT_BE_MANAGER_OF_COMPANY_MANAGED_GROUP", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSetAccessTypeError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddArg.group": {"fq_name": "team.GroupMembersAddArg.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupMembersAddArg", "route_refs": ["team.groups/members/add"], "_type": "FieldReference"}, "team.GroupMembersAddArg.members": {"fq_name": "team.GroupMembersAddArg.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.GroupMembersAddArg", "route_refs": ["team.groups/members/add"], "_type": "FieldReference"}, "team.GroupMembersAddArg.return_members": {"fq_name": "team.GroupMembersAddArg.return_members", "param_name": "returnMembers", "static_instance": null, "getter_method": "getReturnMembers", "containing_data_type_ref": "team.GroupMembersAddArg", "route_refs": ["team.groups/members/add", "team.groups/members/remove"], "_type": "FieldReference"}, "team.GroupMembersAddError.group_not_found": {"fq_name": "team.GroupMembersAddError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.other": {"fq_name": "team.GroupMembersAddError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.system_managed_group_disallowed": {"fq_name": "team.GroupMembersAddError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.duplicate_user": {"fq_name": "team.GroupMembersAddError.duplicate_user", "param_name": "duplicateUserValue", "static_instance": "DUPLICATE_USER", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.group_not_in_team": {"fq_name": "team.GroupMembersAddError.group_not_in_team", "param_name": "groupNotInTeamValue", "static_instance": "GROUP_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.members_not_in_team": {"fq_name": "team.GroupMembersAddError.members_not_in_team", "param_name": "membersNotInTeamValue", "static_instance": null, "getter_method": "getMembersNotInTeamValue", "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.users_not_found": {"fq_name": "team.GroupMembersAddError.users_not_found", "param_name": "usersNotFoundValue", "static_instance": null, "getter_method": "getUsersNotFoundValue", "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.user_must_be_active_to_be_owner": {"fq_name": "team.GroupMembersAddError.user_must_be_active_to_be_owner", "param_name": "userMustBeActiveToBeOwnerValue", "static_instance": "USER_MUST_BE_ACTIVE_TO_BE_OWNER", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.user_cannot_be_manager_of_company_managed_group": {"fq_name": "team.GroupMembersAddError.user_cannot_be_manager_of_company_managed_group", "param_name": "userCannotBeManagerOfCompanyManagedGroupValue", "static_instance": null, "getter_method": "getUserCannotBeManagerOfCompanyManagedGroupValue", "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersChangeResult.group_info": {"fq_name": "team.GroupMembersChangeResult.group_info", "param_name": "groupInfo", "static_instance": null, "getter_method": "getGroupInfo", "containing_data_type_ref": "team.GroupMembersChangeResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersChangeResult.async_job_id": {"fq_name": "team.GroupMembersChangeResult.async_job_id", "param_name": "asyncJobId", "static_instance": null, "getter_method": "getAsyncJobId", "containing_data_type_ref": "team.GroupMembersChangeResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveArg.group": {"fq_name": "team.GroupMembersRemoveArg.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupMembersRemoveArg", "route_refs": ["team.groups/members/remove"], "_type": "FieldReference"}, "team.GroupMembersRemoveArg.users": {"fq_name": "team.GroupMembersRemoveArg.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.GroupMembersRemoveArg", "route_refs": ["team.groups/members/remove"], "_type": "FieldReference"}, "team.GroupMembersRemoveArg.return_members": {"fq_name": "team.GroupMembersRemoveArg.return_members", "param_name": "returnMembers", "static_instance": null, "getter_method": "getReturnMembers", "containing_data_type_ref": "team.GroupMembersRemoveArg", "route_refs": ["team.groups/members/add", "team.groups/members/remove"], "_type": "FieldReference"}, "team.GroupMembersRemoveError.group_not_found": {"fq_name": "team.GroupMembersRemoveError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.other": {"fq_name": "team.GroupMembersRemoveError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.system_managed_group_disallowed": {"fq_name": "team.GroupMembersRemoveError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.member_not_in_group": {"fq_name": "team.GroupMembersRemoveError.member_not_in_group", "param_name": "memberNotInGroupValue", "static_instance": "MEMBER_NOT_IN_GROUP", "getter_method": null, "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.group_not_in_team": {"fq_name": "team.GroupMembersRemoveError.group_not_in_team", "param_name": "groupNotInTeamValue", "static_instance": "GROUP_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.members_not_in_team": {"fq_name": "team.GroupMembersRemoveError.members_not_in_team", "param_name": "membersNotInTeamValue", "static_instance": null, "getter_method": "getMembersNotInTeamValue", "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.users_not_found": {"fq_name": "team.GroupMembersRemoveError.users_not_found", "param_name": "usersNotFoundValue", "static_instance": null, "getter_method": "getUsersNotFoundValue", "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelector.group": {"fq_name": "team.GroupMembersSelector.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupMembersSelector", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelector.users": {"fq_name": "team.GroupMembersSelector.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.GroupMembersSelector", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelectorError.group_not_found": {"fq_name": "team.GroupMembersSelectorError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupMembersSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelectorError.other": {"fq_name": "team.GroupMembersSelectorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupMembersSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelectorError.system_managed_group_disallowed": {"fq_name": "team.GroupMembersSelectorError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupMembersSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelectorError.member_not_in_group": {"fq_name": "team.GroupMembersSelectorError.member_not_in_group", "param_name": "memberNotInGroupValue", "static_instance": "MEMBER_NOT_IN_GROUP", "getter_method": null, "containing_data_type_ref": "team.GroupMembersSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSetAccessTypeArg.group": {"fq_name": "team.GroupMembersSetAccessTypeArg.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupMembersSetAccessTypeArg", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupMembersSetAccessTypeArg.user": {"fq_name": "team.GroupMembersSetAccessTypeArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.GroupMembersSetAccessTypeArg", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupMembersSetAccessTypeArg.access_type": {"fq_name": "team.GroupMembersSetAccessTypeArg.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "team.GroupMembersSetAccessTypeArg", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupMembersSetAccessTypeArg.return_members": {"fq_name": "team.GroupMembersSetAccessTypeArg.return_members", "param_name": "returnMembers", "static_instance": null, "getter_method": "getReturnMembers", "containing_data_type_ref": "team.GroupMembersSetAccessTypeArg", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupSelector.group_id": {"fq_name": "team.GroupSelector.group_id", "param_name": "groupIdValue", "static_instance": null, "getter_method": "getGroupIdValue", "containing_data_type_ref": "team.GroupSelector", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelector.group_external_id": {"fq_name": "team.GroupSelector.group_external_id", "param_name": "groupExternalIdValue", "static_instance": null, "getter_method": "getGroupExternalIdValue", "containing_data_type_ref": "team.GroupSelector", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelectorError.group_not_found": {"fq_name": "team.GroupSelectorError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelectorError.other": {"fq_name": "team.GroupSelectorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelectorWithTeamGroupError.group_not_found": {"fq_name": "team.GroupSelectorWithTeamGroupError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupSelectorWithTeamGroupError", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelectorWithTeamGroupError.other": {"fq_name": "team.GroupSelectorWithTeamGroupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupSelectorWithTeamGroupError", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelectorWithTeamGroupError.system_managed_group_disallowed": {"fq_name": "team.GroupSelectorWithTeamGroupError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupSelectorWithTeamGroupError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateArgs.group": {"fq_name": "team.GroupUpdateArgs.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateArgs.return_members": {"fq_name": "team.GroupUpdateArgs.return_members", "param_name": "returnMembers", "static_instance": null, "getter_method": "getReturnMembers", "containing_data_type_ref": "team.GroupUpdateArgs", "route_refs": ["team.groups/members/add", "team.groups/members/remove"], "_type": "FieldReference"}, "team.GroupUpdateArgs.new_group_name": {"fq_name": "team.GroupUpdateArgs.new_group_name", "param_name": "newGroupName", "static_instance": null, "getter_method": "getNewGroupName", "containing_data_type_ref": "team.GroupUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateArgs.new_group_external_id": {"fq_name": "team.GroupUpdateArgs.new_group_external_id", "param_name": "newGroupExternalId", "static_instance": null, "getter_method": "getNewGroupExternalId", "containing_data_type_ref": "team.GroupUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateArgs.new_group_management_type": {"fq_name": "team.GroupUpdateArgs.new_group_management_type", "param_name": "newGroupManagementType", "static_instance": null, "getter_method": "getNewGroupManagementType", "containing_data_type_ref": "team.GroupUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.group_not_found": {"fq_name": "team.GroupUpdateError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.other": {"fq_name": "team.GroupUpdateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.system_managed_group_disallowed": {"fq_name": "team.GroupUpdateError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.group_name_already_used": {"fq_name": "team.GroupUpdateError.group_name_already_used", "param_name": "groupNameAlreadyUsedValue", "static_instance": "GROUP_NAME_ALREADY_USED", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.group_name_invalid": {"fq_name": "team.GroupUpdateError.group_name_invalid", "param_name": "groupNameInvalidValue", "static_instance": "GROUP_NAME_INVALID", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.external_id_already_in_use": {"fq_name": "team.GroupUpdateError.external_id_already_in_use", "param_name": "externalIdAlreadyInUseValue", "static_instance": "EXTERNAL_ID_ALREADY_IN_USE", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsGetInfoError.group_not_on_team": {"fq_name": "team.GroupsGetInfoError.group_not_on_team", "param_name": "groupNotOnTeamValue", "static_instance": "GROUP_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "team.GroupsGetInfoError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsGetInfoError.other": {"fq_name": "team.GroupsGetInfoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupsGetInfoError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsGetInfoItem.id_not_found": {"fq_name": "team.GroupsGetInfoItem.id_not_found", "param_name": "idNotFoundValue", "static_instance": null, "getter_method": "getIdNotFoundValue", "containing_data_type_ref": "team.GroupsGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.GroupsGetInfoItem.group_info": {"fq_name": "team.GroupsGetInfoItem.group_info", "param_name": "groupInfoValue", "static_instance": null, "getter_method": "getGroupInfoValue", "containing_data_type_ref": "team.GroupsGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListArg.limit": {"fq_name": "team.GroupsListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.GroupsListArg", "route_refs": ["team.groups/list"], "_type": "FieldReference"}, "team.GroupsListContinueArg.cursor": {"fq_name": "team.GroupsListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.GroupsListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListContinueError.invalid_cursor": {"fq_name": "team.GroupsListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.GroupsListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListContinueError.other": {"fq_name": "team.GroupsListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupsListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListResult.groups": {"fq_name": "team.GroupsListResult.groups", "param_name": "groups", "static_instance": null, "getter_method": "getGroups", "containing_data_type_ref": "team.GroupsListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListResult.cursor": {"fq_name": "team.GroupsListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.GroupsListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListResult.has_more": {"fq_name": "team.GroupsListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.GroupsListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListArg.group": {"fq_name": "team.GroupsMembersListArg.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupsMembersListArg", "route_refs": ["team.groups/members/list"], "_type": "FieldReference"}, "team.GroupsMembersListArg.limit": {"fq_name": "team.GroupsMembersListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.GroupsMembersListArg", "route_refs": ["team.groups/members/list"], "_type": "FieldReference"}, "team.GroupsMembersListContinueArg.cursor": {"fq_name": "team.GroupsMembersListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.GroupsMembersListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListContinueError.invalid_cursor": {"fq_name": "team.GroupsMembersListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.GroupsMembersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListContinueError.other": {"fq_name": "team.GroupsMembersListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupsMembersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListResult.members": {"fq_name": "team.GroupsMembersListResult.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.GroupsMembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListResult.cursor": {"fq_name": "team.GroupsMembersListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.GroupsMembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListResult.has_more": {"fq_name": "team.GroupsMembersListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.GroupsMembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsPollError.invalid_async_job_id": {"fq_name": "team.GroupsPollError.invalid_async_job_id", "param_name": "invalidAsyncJobIdValue", "static_instance": "INVALID_ASYNC_JOB_ID", "getter_method": null, "containing_data_type_ref": "team.GroupsPollError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsPollError.internal_error": {"fq_name": "team.GroupsPollError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "team.GroupsPollError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsPollError.other": {"fq_name": "team.GroupsPollError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupsPollError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsPollError.access_denied": {"fq_name": "team.GroupsPollError.access_denied", "param_name": "accessDeniedValue", "static_instance": "ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "team.GroupsPollError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsSelector.group_ids": {"fq_name": "team.GroupsSelector.group_ids", "param_name": "groupIdsValue", "static_instance": null, "getter_method": "getGroupIdsValue", "containing_data_type_ref": "team.GroupsSelector", "route_refs": [], "_type": "FieldReference"}, "team.GroupsSelector.group_external_ids": {"fq_name": "team.GroupsSelector.group_external_ids", "param_name": "groupExternalIdsValue", "static_instance": null, "getter_method": "getGroupExternalIdsValue", "containing_data_type_ref": "team.GroupsSelector", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamFileEventsValue.enabled": {"fq_name": "team.HasTeamFileEventsValue.enabled", "param_name": "enabledValue", "static_instance": null, "getter_method": "getEnabledValue", "containing_data_type_ref": "team.HasTeamFileEventsValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamFileEventsValue.other": {"fq_name": "team.HasTeamFileEventsValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.HasTeamFileEventsValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamSelectiveSyncValue.has_team_selective_sync": {"fq_name": "team.HasTeamSelectiveSyncValue.has_team_selective_sync", "param_name": "hasTeamSelectiveSyncValue", "static_instance": null, "getter_method": "getHasTeamSelectiveSyncValue", "containing_data_type_ref": "team.HasTeamSelectiveSyncValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamSelectiveSyncValue.other": {"fq_name": "team.HasTeamSelectiveSyncValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.HasTeamSelectiveSyncValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamSharedDropboxValue.has_team_shared_dropbox": {"fq_name": "team.HasTeamSharedDropboxValue.has_team_shared_dropbox", "param_name": "hasTeamSharedDropboxValue", "static_instance": null, "getter_method": "getHasTeamSharedDropboxValue", "containing_data_type_ref": "team.HasTeamSharedDropboxValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamSharedDropboxValue.other": {"fq_name": "team.HasTeamSharedDropboxValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.HasTeamSharedDropboxValue", "route_refs": [], "_type": "FieldReference"}, "team.IncludeMembersArg.return_members": {"fq_name": "team.IncludeMembersArg.return_members", "param_name": "returnMembers", "static_instance": null, "getter_method": "getReturnMembers", "containing_data_type_ref": "team.IncludeMembersArg", "route_refs": ["team.groups/members/add", "team.groups/members/remove"], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.new_filename": {"fq_name": "team.LegalHoldHeldRevisionMetadata.new_filename", "param_name": "newFilename", "static_instance": null, "getter_method": "getNewFilename", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.original_revision_id": {"fq_name": "team.LegalHoldHeldRevisionMetadata.original_revision_id", "param_name": "originalRevisionId", "static_instance": null, "getter_method": "getOriginalRevisionId", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.original_file_path": {"fq_name": "team.LegalHoldHeldRevisionMetadata.original_file_path", "param_name": "originalFilePath", "static_instance": null, "getter_method": "getOriginalFilePath", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.server_modified": {"fq_name": "team.LegalHoldHeldRevisionMetadata.server_modified", "param_name": "serverModified", "static_instance": null, "getter_method": "getServerModified", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.author_member_id": {"fq_name": "team.LegalHoldHeldRevisionMetadata.author_member_id", "param_name": "authorMemberId", "static_instance": null, "getter_method": "getAuthorMemberId", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.author_member_status": {"fq_name": "team.LegalHoldHeldRevisionMetadata.author_member_status", "param_name": "authorMemberStatus", "static_instance": null, "getter_method": "getAuthorMemberStatus", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.author_email": {"fq_name": "team.LegalHoldHeldRevisionMetadata.author_email", "param_name": "authorEmail", "static_instance": null, "getter_method": "getAuthorEmail", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.file_type": {"fq_name": "team.LegalHoldHeldRevisionMetadata.file_type", "param_name": "fileType", "static_instance": null, "getter_method": "getFileType", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.size": {"fq_name": "team.LegalHoldHeldRevisionMetadata.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.content_hash": {"fq_name": "team.LegalHoldHeldRevisionMetadata.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.id": {"fq_name": "team.LegalHoldPolicy.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.name": {"fq_name": "team.LegalHoldPolicy.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.members": {"fq_name": "team.LegalHoldPolicy.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.status": {"fq_name": "team.LegalHoldPolicy.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.start_date": {"fq_name": "team.LegalHoldPolicy.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.description": {"fq_name": "team.LegalHoldPolicy.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.activation_time": {"fq_name": "team.LegalHoldPolicy.activation_time", "param_name": "activationTime", "static_instance": null, "getter_method": "getActivationTime", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.end_date": {"fq_name": "team.LegalHoldPolicy.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.active": {"fq_name": "team.LegalHoldStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.released": {"fq_name": "team.LegalHoldStatus.released", "param_name": "releasedValue", "static_instance": "RELEASED", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.activating": {"fq_name": "team.LegalHoldStatus.activating", "param_name": "activatingValue", "static_instance": "ACTIVATING", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.updating": {"fq_name": "team.LegalHoldStatus.updating", "param_name": "updatingValue", "static_instance": "UPDATING", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.exporting": {"fq_name": "team.LegalHoldStatus.exporting", "param_name": "exportingValue", "static_instance": "EXPORTING", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.releasing": {"fq_name": "team.LegalHoldStatus.releasing", "param_name": "releasingValue", "static_instance": "RELEASING", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.other": {"fq_name": "team.LegalHoldStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsError.insufficient_permissions": {"fq_name": "team.LegalHoldsError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsError.other": {"fq_name": "team.LegalHoldsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsGetPolicyArg.id": {"fq_name": "team.LegalHoldsGetPolicyArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldsGetPolicyArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsGetPolicyError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsGetPolicyError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsGetPolicyError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsGetPolicyError.insufficient_permissions": {"fq_name": "team.LegalHoldsGetPolicyError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsGetPolicyError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsGetPolicyError.other": {"fq_name": "team.LegalHoldsGetPolicyError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsGetPolicyError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsGetPolicyError.legal_hold_policy_not_found": {"fq_name": "team.LegalHoldsGetPolicyError.legal_hold_policy_not_found", "param_name": "legalHoldPolicyNotFoundValue", "static_instance": "LEGAL_HOLD_POLICY_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsGetPolicyError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionResult.entries": {"fq_name": "team.LegalHoldsListHeldRevisionResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionResult", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionResult.has_more": {"fq_name": "team.LegalHoldsListHeldRevisionResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionResult", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionResult.cursor": {"fq_name": "team.LegalHoldsListHeldRevisionResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionResult", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsArg.id": {"fq_name": "team.LegalHoldsListHeldRevisionsArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueArg.id": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueArg", "route_refs": ["team.legal_holds/list_held_revisions_continue"], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueArg.cursor": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueArg", "route_refs": ["team.legal_holds/list_held_revisions_continue"], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueError.transient_error": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueError.reset": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueError.other": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsListHeldRevisionsError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.insufficient_permissions": {"fq_name": "team.LegalHoldsListHeldRevisionsError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.other": {"fq_name": "team.LegalHoldsListHeldRevisionsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.transient_error": {"fq_name": "team.LegalHoldsListHeldRevisionsError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.legal_hold_still_empty": {"fq_name": "team.LegalHoldsListHeldRevisionsError.legal_hold_still_empty", "param_name": "legalHoldStillEmptyValue", "static_instance": "LEGAL_HOLD_STILL_EMPTY", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.inactive_legal_hold": {"fq_name": "team.LegalHoldsListHeldRevisionsError.inactive_legal_hold", "param_name": "inactiveLegalHoldValue", "static_instance": "INACTIVE_LEGAL_HOLD", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesArg.include_released": {"fq_name": "team.LegalHoldsListPoliciesArg.include_released", "param_name": "includeReleased", "static_instance": null, "getter_method": "getIncludeReleased", "containing_data_type_ref": "team.LegalHoldsListPoliciesArg", "route_refs": ["team.legal_holds/list_policies"], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsListPoliciesError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListPoliciesError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesError.insufficient_permissions": {"fq_name": "team.LegalHoldsListPoliciesError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListPoliciesError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesError.other": {"fq_name": "team.LegalHoldsListPoliciesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListPoliciesError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesError.transient_error": {"fq_name": "team.LegalHoldsListPoliciesError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListPoliciesError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesResult.policies": {"fq_name": "team.LegalHoldsListPoliciesResult.policies", "param_name": "policies", "static_instance": null, "getter_method": "getPolicies", "containing_data_type_ref": "team.LegalHoldsListPoliciesResult", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateArg.name": {"fq_name": "team.LegalHoldsPolicyCreateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.LegalHoldsPolicyCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateArg.members": {"fq_name": "team.LegalHoldsPolicyCreateArg.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.LegalHoldsPolicyCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateArg.description": {"fq_name": "team.LegalHoldsPolicyCreateArg.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team.LegalHoldsPolicyCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateArg.start_date": {"fq_name": "team.LegalHoldsPolicyCreateArg.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.LegalHoldsPolicyCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateArg.end_date": {"fq_name": "team.LegalHoldsPolicyCreateArg.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team.LegalHoldsPolicyCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsPolicyCreateError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.insufficient_permissions": {"fq_name": "team.LegalHoldsPolicyCreateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.other": {"fq_name": "team.LegalHoldsPolicyCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.start_date_is_later_than_end_date": {"fq_name": "team.LegalHoldsPolicyCreateError.start_date_is_later_than_end_date", "param_name": "startDateIsLaterThanEndDateValue", "static_instance": "START_DATE_IS_LATER_THAN_END_DATE", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.empty_members_list": {"fq_name": "team.LegalHoldsPolicyCreateError.empty_members_list", "param_name": "emptyMembersListValue", "static_instance": "EMPTY_MEMBERS_LIST", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.invalid_members": {"fq_name": "team.LegalHoldsPolicyCreateError.invalid_members", "param_name": "invalidMembersValue", "static_instance": "INVALID_MEMBERS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.number_of_users_on_hold_is_greater_than_hold_limitation": {"fq_name": "team.LegalHoldsPolicyCreateError.number_of_users_on_hold_is_greater_than_hold_limitation", "param_name": "numberOfUsersOnHoldIsGreaterThanHoldLimitationValue", "static_instance": "NUMBER_OF_USERS_ON_HOLD_IS_GREATER_THAN_HOLD_LIMITATION", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.transient_error": {"fq_name": "team.LegalHoldsPolicyCreateError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.name_must_be_unique": {"fq_name": "team.LegalHoldsPolicyCreateError.name_must_be_unique", "param_name": "nameMustBeUniqueValue", "static_instance": "NAME_MUST_BE_UNIQUE", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.team_exceeded_legal_hold_quota": {"fq_name": "team.LegalHoldsPolicyCreateError.team_exceeded_legal_hold_quota", "param_name": "teamExceededLegalHoldQuotaValue", "static_instance": "TEAM_EXCEEDED_LEGAL_HOLD_QUOTA", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.invalid_date": {"fq_name": "team.LegalHoldsPolicyCreateError.invalid_date", "param_name": "invalidDateValue", "static_instance": "INVALID_DATE", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseArg.id": {"fq_name": "team.LegalHoldsPolicyReleaseArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldsPolicyReleaseArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsPolicyReleaseError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.insufficient_permissions": {"fq_name": "team.LegalHoldsPolicyReleaseError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.other": {"fq_name": "team.LegalHoldsPolicyReleaseError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.legal_hold_performing_another_operation": {"fq_name": "team.LegalHoldsPolicyReleaseError.legal_hold_performing_another_operation", "param_name": "legalHoldPerformingAnotherOperationValue", "static_instance": "LEGAL_HOLD_PERFORMING_ANOTHER_OPERATION", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.legal_hold_already_releasing": {"fq_name": "team.LegalHoldsPolicyReleaseError.legal_hold_already_releasing", "param_name": "legalHoldAlreadyReleasingValue", "static_instance": "LEGAL_HOLD_ALREADY_RELEASING", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.legal_hold_policy_not_found": {"fq_name": "team.LegalHoldsPolicyReleaseError.legal_hold_policy_not_found", "param_name": "legalHoldPolicyNotFoundValue", "static_instance": "LEGAL_HOLD_POLICY_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateArg.id": {"fq_name": "team.LegalHoldsPolicyUpdateArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldsPolicyUpdateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateArg.name": {"fq_name": "team.LegalHoldsPolicyUpdateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.LegalHoldsPolicyUpdateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateArg.description": {"fq_name": "team.LegalHoldsPolicyUpdateArg.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team.LegalHoldsPolicyUpdateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateArg.members": {"fq_name": "team.LegalHoldsPolicyUpdateArg.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.LegalHoldsPolicyUpdateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsPolicyUpdateError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.insufficient_permissions": {"fq_name": "team.LegalHoldsPolicyUpdateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.other": {"fq_name": "team.LegalHoldsPolicyUpdateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.transient_error": {"fq_name": "team.LegalHoldsPolicyUpdateError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.inactive_legal_hold": {"fq_name": "team.LegalHoldsPolicyUpdateError.inactive_legal_hold", "param_name": "inactiveLegalHoldValue", "static_instance": "INACTIVE_LEGAL_HOLD", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.legal_hold_performing_another_operation": {"fq_name": "team.LegalHoldsPolicyUpdateError.legal_hold_performing_another_operation", "param_name": "legalHoldPerformingAnotherOperationValue", "static_instance": "LEGAL_HOLD_PERFORMING_ANOTHER_OPERATION", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.invalid_members": {"fq_name": "team.LegalHoldsPolicyUpdateError.invalid_members", "param_name": "invalidMembersValue", "static_instance": "INVALID_MEMBERS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.number_of_users_on_hold_is_greater_than_hold_limitation": {"fq_name": "team.LegalHoldsPolicyUpdateError.number_of_users_on_hold_is_greater_than_hold_limitation", "param_name": "numberOfUsersOnHoldIsGreaterThanHoldLimitationValue", "static_instance": "NUMBER_OF_USERS_ON_HOLD_IS_GREATER_THAN_HOLD_LIMITATION", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.empty_members_list": {"fq_name": "team.LegalHoldsPolicyUpdateError.empty_members_list", "param_name": "emptyMembersListValue", "static_instance": "EMPTY_MEMBERS_LIST", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.name_must_be_unique": {"fq_name": "team.LegalHoldsPolicyUpdateError.name_must_be_unique", "param_name": "nameMustBeUniqueValue", "static_instance": "NAME_MUST_BE_UNIQUE", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.legal_hold_policy_not_found": {"fq_name": "team.LegalHoldsPolicyUpdateError.legal_hold_policy_not_found", "param_name": "legalHoldPolicyNotFoundValue", "static_instance": "LEGAL_HOLD_POLICY_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberAppsArg.team_member_id": {"fq_name": "team.ListMemberAppsArg.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.ListMemberAppsArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberAppsError.member_not_found": {"fq_name": "team.ListMemberAppsError.member_not_found", "param_name": "memberNotFoundValue", "static_instance": "MEMBER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.ListMemberAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberAppsError.other": {"fq_name": "team.ListMemberAppsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListMemberAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberAppsResult.linked_api_apps": {"fq_name": "team.ListMemberAppsResult.linked_api_apps", "param_name": "linkedApiApps", "static_instance": null, "getter_method": "getLinkedApiApps", "containing_data_type_ref": "team.ListMemberAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesArg.team_member_id": {"fq_name": "team.ListMemberDevicesArg.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.ListMemberDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesArg.include_web_sessions": {"fq_name": "team.ListMemberDevicesArg.include_web_sessions", "param_name": "includeWebSessions", "static_instance": null, "getter_method": "getIncludeWebSessions", "containing_data_type_ref": "team.ListMemberDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesArg.include_desktop_clients": {"fq_name": "team.ListMemberDevicesArg.include_desktop_clients", "param_name": "includeDesktopClients", "static_instance": null, "getter_method": "getIncludeDesktopClients", "containing_data_type_ref": "team.ListMemberDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesArg.include_mobile_clients": {"fq_name": "team.ListMemberDevicesArg.include_mobile_clients", "param_name": "includeMobileClients", "static_instance": null, "getter_method": "getIncludeMobileClients", "containing_data_type_ref": "team.ListMemberDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesError.member_not_found": {"fq_name": "team.ListMemberDevicesError.member_not_found", "param_name": "memberNotFoundValue", "static_instance": "MEMBER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.ListMemberDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesError.other": {"fq_name": "team.ListMemberDevicesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListMemberDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesResult.active_web_sessions": {"fq_name": "team.ListMemberDevicesResult.active_web_sessions", "param_name": "activeWebSessions", "static_instance": null, "getter_method": "getActiveWebSessions", "containing_data_type_ref": "team.ListMemberDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesResult.desktop_client_sessions": {"fq_name": "team.ListMemberDevicesResult.desktop_client_sessions", "param_name": "desktopClientSessions", "static_instance": null, "getter_method": "getDesktopClientSessions", "containing_data_type_ref": "team.ListMemberDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesResult.mobile_client_sessions": {"fq_name": "team.ListMemberDevicesResult.mobile_client_sessions", "param_name": "mobileClientSessions", "static_instance": null, "getter_method": "getMobileClientSessions", "containing_data_type_ref": "team.ListMemberDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersAppsArg.cursor": {"fq_name": "team.ListMembersAppsArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListMembersAppsArg", "route_refs": ["team.linked_apps/list_members_linked_apps"], "_type": "FieldReference"}, "team.ListMembersAppsError.reset": {"fq_name": "team.ListMembersAppsError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "team.ListMembersAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersAppsError.other": {"fq_name": "team.ListMembersAppsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListMembersAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersAppsResult.apps": {"fq_name": "team.ListMembersAppsResult.apps", "param_name": "apps", "static_instance": null, "getter_method": "getApps", "containing_data_type_ref": "team.ListMembersAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersAppsResult.has_more": {"fq_name": "team.ListMembersAppsResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.ListMembersAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersAppsResult.cursor": {"fq_name": "team.ListMembersAppsResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListMembersAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesArg.cursor": {"fq_name": "team.ListMembersDevicesArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListMembersDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesArg.include_web_sessions": {"fq_name": "team.ListMembersDevicesArg.include_web_sessions", "param_name": "includeWebSessions", "static_instance": null, "getter_method": "getIncludeWebSessions", "containing_data_type_ref": "team.ListMembersDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesArg.include_desktop_clients": {"fq_name": "team.ListMembersDevicesArg.include_desktop_clients", "param_name": "includeDesktopClients", "static_instance": null, "getter_method": "getIncludeDesktopClients", "containing_data_type_ref": "team.ListMembersDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesArg.include_mobile_clients": {"fq_name": "team.ListMembersDevicesArg.include_mobile_clients", "param_name": "includeMobileClients", "static_instance": null, "getter_method": "getIncludeMobileClients", "containing_data_type_ref": "team.ListMembersDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesError.reset": {"fq_name": "team.ListMembersDevicesError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "team.ListMembersDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesError.other": {"fq_name": "team.ListMembersDevicesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListMembersDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesResult.devices": {"fq_name": "team.ListMembersDevicesResult.devices", "param_name": "devices", "static_instance": null, "getter_method": "getDevices", "containing_data_type_ref": "team.ListMembersDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesResult.has_more": {"fq_name": "team.ListMembersDevicesResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.ListMembersDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesResult.cursor": {"fq_name": "team.ListMembersDevicesResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListMembersDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamAppsArg.cursor": {"fq_name": "team.ListTeamAppsArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListTeamAppsArg", "route_refs": ["team.linked_apps/list_team_linked_apps"], "_type": "FieldReference"}, "team.ListTeamAppsError.reset": {"fq_name": "team.ListTeamAppsError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "team.ListTeamAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamAppsError.other": {"fq_name": "team.ListTeamAppsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListTeamAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamAppsResult.apps": {"fq_name": "team.ListTeamAppsResult.apps", "param_name": "apps", "static_instance": null, "getter_method": "getApps", "containing_data_type_ref": "team.ListTeamAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamAppsResult.has_more": {"fq_name": "team.ListTeamAppsResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.ListTeamAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamAppsResult.cursor": {"fq_name": "team.ListTeamAppsResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListTeamAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesArg.cursor": {"fq_name": "team.ListTeamDevicesArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListTeamDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesArg.include_web_sessions": {"fq_name": "team.ListTeamDevicesArg.include_web_sessions", "param_name": "includeWebSessions", "static_instance": null, "getter_method": "getIncludeWebSessions", "containing_data_type_ref": "team.ListTeamDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesArg.include_desktop_clients": {"fq_name": "team.ListTeamDevicesArg.include_desktop_clients", "param_name": "includeDesktopClients", "static_instance": null, "getter_method": "getIncludeDesktopClients", "containing_data_type_ref": "team.ListTeamDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesArg.include_mobile_clients": {"fq_name": "team.ListTeamDevicesArg.include_mobile_clients", "param_name": "includeMobileClients", "static_instance": null, "getter_method": "getIncludeMobileClients", "containing_data_type_ref": "team.ListTeamDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesError.reset": {"fq_name": "team.ListTeamDevicesError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "team.ListTeamDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesError.other": {"fq_name": "team.ListTeamDevicesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListTeamDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesResult.devices": {"fq_name": "team.ListTeamDevicesResult.devices", "param_name": "devices", "static_instance": null, "getter_method": "getDevices", "containing_data_type_ref": "team.ListTeamDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesResult.has_more": {"fq_name": "team.ListTeamDevicesResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.ListTeamDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesResult.cursor": {"fq_name": "team.ListTeamDevicesResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListTeamDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAccess.user": {"fq_name": "team.MemberAccess.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MemberAccess", "route_refs": [], "_type": "FieldReference"}, "team.MemberAccess.access_type": {"fq_name": "team.MemberAccess.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "team.MemberAccess", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.member_email": {"fq_name": "team.MemberAddArg.member_email", "param_name": "memberEmail", "static_instance": null, "getter_method": "getMemberEmail", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.member_given_name": {"fq_name": "team.MemberAddArg.member_given_name", "param_name": "memberGivenName", "static_instance": null, "getter_method": "getMemberGivenName", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.member_surname": {"fq_name": "team.MemberAddArg.member_surname", "param_name": "memberSurname", "static_instance": null, "getter_method": "getMemberSurname", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.member_external_id": {"fq_name": "team.MemberAddArg.member_external_id", "param_name": "memberExternalId", "static_instance": null, "getter_method": "getMemberExternalId", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.member_persistent_id": {"fq_name": "team.MemberAddArg.member_persistent_id", "param_name": "memberPersistentId", "static_instance": null, "getter_method": "getMemberPersistentId", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.send_welcome_email": {"fq_name": "team.MemberAddArg.send_welcome_email", "param_name": "sendWelcomeEmail", "static_instance": null, "getter_method": "getSendWelcomeEmail", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.is_directory_restricted": {"fq_name": "team.MemberAddArg.is_directory_restricted", "param_name": "isDirectoryRestricted", "static_instance": null, "getter_method": "getIsDirectoryRestricted", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.role": {"fq_name": "team.MemberAddArg.role", "param_name": "role", "static_instance": null, "getter_method": "getRole", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.member_email": {"fq_name": "team.MemberAddArgBase.member_email", "param_name": "memberEmail", "static_instance": null, "getter_method": "getMemberEmail", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.member_given_name": {"fq_name": "team.MemberAddArgBase.member_given_name", "param_name": "memberGivenName", "static_instance": null, "getter_method": "getMemberGivenName", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.member_surname": {"fq_name": "team.MemberAddArgBase.member_surname", "param_name": "memberSurname", "static_instance": null, "getter_method": "getMemberSurname", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.member_external_id": {"fq_name": "team.MemberAddArgBase.member_external_id", "param_name": "memberExternalId", "static_instance": null, "getter_method": "getMemberExternalId", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.member_persistent_id": {"fq_name": "team.MemberAddArgBase.member_persistent_id", "param_name": "memberPersistentId", "static_instance": null, "getter_method": "getMemberPersistentId", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.send_welcome_email": {"fq_name": "team.MemberAddArgBase.send_welcome_email", "param_name": "sendWelcomeEmail", "static_instance": null, "getter_method": "getSendWelcomeEmail", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.is_directory_restricted": {"fq_name": "team.MemberAddArgBase.is_directory_restricted", "param_name": "isDirectoryRestricted", "static_instance": null, "getter_method": "getIsDirectoryRestricted", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.team_license_limit": {"fq_name": "team.MemberAddResult.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": null, "getter_method": "getTeamLicenseLimitValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.free_team_member_limit_reached": {"fq_name": "team.MemberAddResult.free_team_member_limit_reached", "param_name": "freeTeamMemberLimitReachedValue", "static_instance": null, "getter_method": "getFreeTeamMemberLimitReachedValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.user_already_on_team": {"fq_name": "team.MemberAddResult.user_already_on_team", "param_name": "userAlreadyOnTeamValue", "static_instance": null, "getter_method": "getUserAlreadyOnTeamValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.user_on_another_team": {"fq_name": "team.MemberAddResult.user_on_another_team", "param_name": "userOnAnotherTeamValue", "static_instance": null, "getter_method": "getUserOnAnotherTeamValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.user_already_paired": {"fq_name": "team.MemberAddResult.user_already_paired", "param_name": "userAlreadyPairedValue", "static_instance": null, "getter_method": "getUserAlreadyPairedValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.user_migration_failed": {"fq_name": "team.MemberAddResult.user_migration_failed", "param_name": "userMigrationFailedValue", "static_instance": null, "getter_method": "getUserMigrationFailedValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.duplicate_external_member_id": {"fq_name": "team.MemberAddResult.duplicate_external_member_id", "param_name": "duplicateExternalMemberIdValue", "static_instance": null, "getter_method": "getDuplicateExternalMemberIdValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.duplicate_member_persistent_id": {"fq_name": "team.MemberAddResult.duplicate_member_persistent_id", "param_name": "duplicateMemberPersistentIdValue", "static_instance": null, "getter_method": "getDuplicateMemberPersistentIdValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.persistent_id_disabled": {"fq_name": "team.MemberAddResult.persistent_id_disabled", "param_name": "persistentIdDisabledValue", "static_instance": null, "getter_method": "getPersistentIdDisabledValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.user_creation_failed": {"fq_name": "team.MemberAddResult.user_creation_failed", "param_name": "userCreationFailedValue", "static_instance": null, "getter_method": "getUserCreationFailedValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.success": {"fq_name": "team.MemberAddResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.team_license_limit": {"fq_name": "team.MemberAddResultBase.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": null, "getter_method": "getTeamLicenseLimitValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.free_team_member_limit_reached": {"fq_name": "team.MemberAddResultBase.free_team_member_limit_reached", "param_name": "freeTeamMemberLimitReachedValue", "static_instance": null, "getter_method": "getFreeTeamMemberLimitReachedValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.user_already_on_team": {"fq_name": "team.MemberAddResultBase.user_already_on_team", "param_name": "userAlreadyOnTeamValue", "static_instance": null, "getter_method": "getUserAlreadyOnTeamValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.user_on_another_team": {"fq_name": "team.MemberAddResultBase.user_on_another_team", "param_name": "userOnAnotherTeamValue", "static_instance": null, "getter_method": "getUserOnAnotherTeamValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.user_already_paired": {"fq_name": "team.MemberAddResultBase.user_already_paired", "param_name": "userAlreadyPairedValue", "static_instance": null, "getter_method": "getUserAlreadyPairedValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.user_migration_failed": {"fq_name": "team.MemberAddResultBase.user_migration_failed", "param_name": "userMigrationFailedValue", "static_instance": null, "getter_method": "getUserMigrationFailedValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.duplicate_external_member_id": {"fq_name": "team.MemberAddResultBase.duplicate_external_member_id", "param_name": "duplicateExternalMemberIdValue", "static_instance": null, "getter_method": "getDuplicateExternalMemberIdValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.duplicate_member_persistent_id": {"fq_name": "team.MemberAddResultBase.duplicate_member_persistent_id", "param_name": "duplicateMemberPersistentIdValue", "static_instance": null, "getter_method": "getDuplicateMemberPersistentIdValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.persistent_id_disabled": {"fq_name": "team.MemberAddResultBase.persistent_id_disabled", "param_name": "persistentIdDisabledValue", "static_instance": null, "getter_method": "getPersistentIdDisabledValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.user_creation_failed": {"fq_name": "team.MemberAddResultBase.user_creation_failed", "param_name": "userCreationFailedValue", "static_instance": null, "getter_method": "getUserCreationFailedValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.member_email": {"fq_name": "team.MemberAddV2Arg.member_email", "param_name": "memberEmail", "static_instance": null, "getter_method": "getMemberEmail", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.member_given_name": {"fq_name": "team.MemberAddV2Arg.member_given_name", "param_name": "memberGivenName", "static_instance": null, "getter_method": "getMemberGivenName", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.member_surname": {"fq_name": "team.MemberAddV2Arg.member_surname", "param_name": "memberSurname", "static_instance": null, "getter_method": "getMemberSurname", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.member_external_id": {"fq_name": "team.MemberAddV2Arg.member_external_id", "param_name": "memberExternalId", "static_instance": null, "getter_method": "getMemberExternalId", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.member_persistent_id": {"fq_name": "team.MemberAddV2Arg.member_persistent_id", "param_name": "memberPersistentId", "static_instance": null, "getter_method": "getMemberPersistentId", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.send_welcome_email": {"fq_name": "team.MemberAddV2Arg.send_welcome_email", "param_name": "sendWelcomeEmail", "static_instance": null, "getter_method": "getSendWelcomeEmail", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.is_directory_restricted": {"fq_name": "team.MemberAddV2Arg.is_directory_restricted", "param_name": "isDirectoryRestricted", "static_instance": null, "getter_method": "getIsDirectoryRestricted", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.role_ids": {"fq_name": "team.MemberAddV2Arg.role_ids", "param_name": "roleIds", "static_instance": null, "getter_method": "getRoleIds", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.team_license_limit": {"fq_name": "team.MemberAddV2Result.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": null, "getter_method": "getTeamLicenseLimitValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.free_team_member_limit_reached": {"fq_name": "team.MemberAddV2Result.free_team_member_limit_reached", "param_name": "freeTeamMemberLimitReachedValue", "static_instance": null, "getter_method": "getFreeTeamMemberLimitReachedValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.user_already_on_team": {"fq_name": "team.MemberAddV2Result.user_already_on_team", "param_name": "userAlreadyOnTeamValue", "static_instance": null, "getter_method": "getUserAlreadyOnTeamValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.user_on_another_team": {"fq_name": "team.MemberAddV2Result.user_on_another_team", "param_name": "userOnAnotherTeamValue", "static_instance": null, "getter_method": "getUserOnAnotherTeamValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.user_already_paired": {"fq_name": "team.MemberAddV2Result.user_already_paired", "param_name": "userAlreadyPairedValue", "static_instance": null, "getter_method": "getUserAlreadyPairedValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.user_migration_failed": {"fq_name": "team.MemberAddV2Result.user_migration_failed", "param_name": "userMigrationFailedValue", "static_instance": null, "getter_method": "getUserMigrationFailedValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.duplicate_external_member_id": {"fq_name": "team.MemberAddV2Result.duplicate_external_member_id", "param_name": "duplicateExternalMemberIdValue", "static_instance": null, "getter_method": "getDuplicateExternalMemberIdValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.duplicate_member_persistent_id": {"fq_name": "team.MemberAddV2Result.duplicate_member_persistent_id", "param_name": "duplicateMemberPersistentIdValue", "static_instance": null, "getter_method": "getDuplicateMemberPersistentIdValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.persistent_id_disabled": {"fq_name": "team.MemberAddV2Result.persistent_id_disabled", "param_name": "persistentIdDisabledValue", "static_instance": null, "getter_method": "getPersistentIdDisabledValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.user_creation_failed": {"fq_name": "team.MemberAddV2Result.user_creation_failed", "param_name": "userCreationFailedValue", "static_instance": null, "getter_method": "getUserCreationFailedValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.success": {"fq_name": "team.MemberAddV2Result.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.other": {"fq_name": "team.MemberAddV2Result.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberDevices.team_member_id": {"fq_name": "team.MemberDevices.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.MemberDevices", "route_refs": [], "_type": "FieldReference"}, "team.MemberDevices.web_sessions": {"fq_name": "team.MemberDevices.web_sessions", "param_name": "webSessions", "static_instance": null, "getter_method": "getWebSessions", "containing_data_type_ref": "team.MemberDevices", "route_refs": [], "_type": "FieldReference"}, "team.MemberDevices.desktop_clients": {"fq_name": "team.MemberDevices.desktop_clients", "param_name": "desktopClients", "static_instance": null, "getter_method": "getDesktopClients", "containing_data_type_ref": "team.MemberDevices", "route_refs": [], "_type": "FieldReference"}, "team.MemberDevices.mobile_clients": {"fq_name": "team.MemberDevices.mobile_clients", "param_name": "mobileClients", "static_instance": null, "getter_method": "getMobileClients", "containing_data_type_ref": "team.MemberDevices", "route_refs": [], "_type": "FieldReference"}, "team.MemberLinkedApps.team_member_id": {"fq_name": "team.MemberLinkedApps.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.MemberLinkedApps", "route_refs": [], "_type": "FieldReference"}, "team.MemberLinkedApps.linked_api_apps": {"fq_name": "team.MemberLinkedApps.linked_api_apps", "param_name": "linkedApiApps", "static_instance": null, "getter_method": "getLinkedApiApps", "containing_data_type_ref": "team.MemberLinkedApps", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.team_member_id": {"fq_name": "team.MemberProfile.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.email": {"fq_name": "team.MemberProfile.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.email_verified": {"fq_name": "team.MemberProfile.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.status": {"fq_name": "team.MemberProfile.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.name": {"fq_name": "team.MemberProfile.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.membership_type": {"fq_name": "team.MemberProfile.membership_type", "param_name": "membershipType", "static_instance": null, "getter_method": "getMembershipType", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.external_id": {"fq_name": "team.MemberProfile.external_id", "param_name": "externalId", "static_instance": null, "getter_method": "getExternalId", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.account_id": {"fq_name": "team.MemberProfile.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.secondary_emails": {"fq_name": "team.MemberProfile.secondary_emails", "param_name": "secondaryEmails", "static_instance": null, "getter_method": "getSecondaryEmails", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.invited_on": {"fq_name": "team.MemberProfile.invited_on", "param_name": "invitedOn", "static_instance": null, "getter_method": "getInvitedOn", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.joined_on": {"fq_name": "team.MemberProfile.joined_on", "param_name": "joinedOn", "static_instance": null, "getter_method": "getJoinedOn", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.suspended_on": {"fq_name": "team.MemberProfile.suspended_on", "param_name": "suspendedOn", "static_instance": null, "getter_method": "getSuspendedOn", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.persistent_id": {"fq_name": "team.MemberProfile.persistent_id", "param_name": "persistentId", "static_instance": null, "getter_method": "getPersistentId", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.is_directory_restricted": {"fq_name": "team.MemberProfile.is_directory_restricted", "param_name": "isDirectoryRestricted", "static_instance": null, "getter_method": "getIsDirectoryRestricted", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.profile_photo_url": {"fq_name": "team.MemberProfile.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberSelectorError.user_not_found": {"fq_name": "team.MemberSelectorError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.MemberSelectorError.user_not_in_team": {"fq_name": "team.MemberSelectorError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddArg.new_members": {"fq_name": "team.MembersAddArg.new_members", "param_name": "newMembers", "static_instance": null, "getter_method": "getNewMembers", "containing_data_type_ref": "team.MembersAddArg", "route_refs": ["team.members/add"], "_type": "FieldReference"}, "team.MembersAddArg.force_async": {"fq_name": "team.MembersAddArg.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "team.MembersAddArg", "route_refs": ["team.members/add", "team.members/add_v2"], "_type": "FieldReference"}, "team.MembersAddArgBase.force_async": {"fq_name": "team.MembersAddArgBase.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "team.MembersAddArgBase", "route_refs": ["team.members/add", "team.members/add_v2"], "_type": "FieldReference"}, "team.MembersAddJobStatus.in_progress": {"fq_name": "team.MembersAddJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.MembersAddJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatus.complete": {"fq_name": "team.MembersAddJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.MembersAddJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatus.failed": {"fq_name": "team.MembersAddJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "team.MembersAddJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatusV2Result.in_progress": {"fq_name": "team.MembersAddJobStatusV2Result.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.MembersAddJobStatusV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatusV2Result.complete": {"fq_name": "team.MembersAddJobStatusV2Result.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.MembersAddJobStatusV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatusV2Result.failed": {"fq_name": "team.MembersAddJobStatusV2Result.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "team.MembersAddJobStatusV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatusV2Result.other": {"fq_name": "team.MembersAddJobStatusV2Result.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersAddJobStatusV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddLaunch.async_job_id": {"fq_name": "team.MembersAddLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "team.MembersAddLaunch", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddLaunch.complete": {"fq_name": "team.MembersAddLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.MembersAddLaunch", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddLaunchV2Result.async_job_id": {"fq_name": "team.MembersAddLaunchV2Result.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "team.MembersAddLaunchV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddLaunchV2Result.complete": {"fq_name": "team.MembersAddLaunchV2Result.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.MembersAddLaunchV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddLaunchV2Result.other": {"fq_name": "team.MembersAddLaunchV2Result.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersAddLaunchV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddV2Arg.new_members": {"fq_name": "team.MembersAddV2Arg.new_members", "param_name": "newMembers", "static_instance": null, "getter_method": "getNewMembers", "containing_data_type_ref": "team.MembersAddV2Arg", "route_refs": ["team.members/add_v2"], "_type": "FieldReference"}, "team.MembersAddV2Arg.force_async": {"fq_name": "team.MembersAddV2Arg.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "team.MembersAddV2Arg", "route_refs": ["team.members/add", "team.members/add_v2"], "_type": "FieldReference"}, "team.MembersDataTransferArg.user": {"fq_name": "team.MembersDataTransferArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersDataTransferArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersDataTransferArg.transfer_dest_id": {"fq_name": "team.MembersDataTransferArg.transfer_dest_id", "param_name": "transferDestId", "static_instance": null, "getter_method": "getTransferDestId", "containing_data_type_ref": "team.MembersDataTransferArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersDataTransferArg.transfer_admin_id": {"fq_name": "team.MembersDataTransferArg.transfer_admin_id", "param_name": "transferAdminId", "static_instance": null, "getter_method": "getTransferAdminId", "containing_data_type_ref": "team.MembersDataTransferArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeactivateArg.user": {"fq_name": "team.MembersDeactivateArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersDeactivateArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersDeactivateArg.wipe_data": {"fq_name": "team.MembersDeactivateArg.wipe_data", "param_name": "wipeData", "static_instance": null, "getter_method": "getWipeData", "containing_data_type_ref": "team.MembersDeactivateArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersDeactivateBaseArg.user": {"fq_name": "team.MembersDeactivateBaseArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersDeactivateBaseArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersDeactivateError.user_not_found": {"fq_name": "team.MembersDeactivateError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersDeactivateError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeactivateError.user_not_in_team": {"fq_name": "team.MembersDeactivateError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersDeactivateError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeactivateError.other": {"fq_name": "team.MembersDeactivateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersDeactivateError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteProfilePhotoArg.user": {"fq_name": "team.MembersDeleteProfilePhotoArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersDeleteProfilePhotoArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteProfilePhotoError.user_not_found": {"fq_name": "team.MembersDeleteProfilePhotoError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteProfilePhotoError.user_not_in_team": {"fq_name": "team.MembersDeleteProfilePhotoError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteProfilePhotoError.set_profile_disallowed": {"fq_name": "team.MembersDeleteProfilePhotoError.set_profile_disallowed", "param_name": "setProfileDisallowedValue", "static_instance": "SET_PROFILE_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteProfilePhotoError.other": {"fq_name": "team.MembersDeleteProfilePhotoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetAvailableTeamMemberRolesResult.roles": {"fq_name": "team.MembersGetAvailableTeamMemberRolesResult.roles", "param_name": "roles", "static_instance": null, "getter_method": "getRoles", "containing_data_type_ref": "team.MembersGetAvailableTeamMemberRolesResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoArgs.members": {"fq_name": "team.MembersGetInfoArgs.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.MembersGetInfoArgs", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoError.other": {"fq_name": "team.MembersGetInfoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersGetInfoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItem.id_not_found": {"fq_name": "team.MembersGetInfoItem.id_not_found", "param_name": "idNotFoundValue", "static_instance": null, "getter_method": "getIdNotFoundValue", "containing_data_type_ref": "team.MembersGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItem.member_info": {"fq_name": "team.MembersGetInfoItem.member_info", "param_name": "memberInfoValue", "static_instance": null, "getter_method": "getMemberInfoValue", "containing_data_type_ref": "team.MembersGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItemBase.id_not_found": {"fq_name": "team.MembersGetInfoItemBase.id_not_found", "param_name": "idNotFoundValue", "static_instance": null, "getter_method": "getIdNotFoundValue", "containing_data_type_ref": "team.MembersGetInfoItemBase", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItemV2.id_not_found": {"fq_name": "team.MembersGetInfoItemV2.id_not_found", "param_name": "idNotFoundValue", "static_instance": null, "getter_method": "getIdNotFoundValue", "containing_data_type_ref": "team.MembersGetInfoItemV2", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItemV2.member_info": {"fq_name": "team.MembersGetInfoItemV2.member_info", "param_name": "memberInfoValue", "static_instance": null, "getter_method": "getMemberInfoValue", "containing_data_type_ref": "team.MembersGetInfoItemV2", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItemV2.other": {"fq_name": "team.MembersGetInfoItemV2.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersGetInfoItemV2", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoV2Arg.members": {"fq_name": "team.MembersGetInfoV2Arg.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.MembersGetInfoV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoV2Result.members_info": {"fq_name": "team.MembersGetInfoV2Result.members_info", "param_name": "membersInfo", "static_instance": null, "getter_method": "getMembersInfo", "containing_data_type_ref": "team.MembersGetInfoV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersInfo.team_member_ids": {"fq_name": "team.MembersInfo.team_member_ids", "param_name": "teamMemberIds", "static_instance": null, "getter_method": "getTeamMemberIds", "containing_data_type_ref": "team.MembersInfo", "route_refs": [], "_type": "FieldReference"}, "team.MembersInfo.permanently_deleted_users": {"fq_name": "team.MembersInfo.permanently_deleted_users", "param_name": "permanentlyDeletedUsers", "static_instance": null, "getter_method": "getPermanentlyDeletedUsers", "containing_data_type_ref": "team.MembersInfo", "route_refs": [], "_type": "FieldReference"}, "team.MembersListArg.limit": {"fq_name": "team.MembersListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.MembersListArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersListArg.include_removed": {"fq_name": "team.MembersListArg.include_removed", "param_name": "includeRemoved", "static_instance": null, "getter_method": "getIncludeRemoved", "containing_data_type_ref": "team.MembersListArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersListContinueArg.cursor": {"fq_name": "team.MembersListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.MembersListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersListContinueError.invalid_cursor": {"fq_name": "team.MembersListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.MembersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.MembersListContinueError.other": {"fq_name": "team.MembersListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.MembersListError.other": {"fq_name": "team.MembersListError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersListError", "route_refs": [], "_type": "FieldReference"}, "team.MembersListResult.members": {"fq_name": "team.MembersListResult.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.MembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersListResult.cursor": {"fq_name": "team.MembersListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.MembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersListResult.has_more": {"fq_name": "team.MembersListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.MembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersListV2Result.members": {"fq_name": "team.MembersListV2Result.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.MembersListV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersListV2Result.cursor": {"fq_name": "team.MembersListV2Result.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.MembersListV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersListV2Result.has_more": {"fq_name": "team.MembersListV2Result.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.MembersListV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverArg.user": {"fq_name": "team.MembersRecoverArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersRecoverArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverError.user_not_found": {"fq_name": "team.MembersRecoverError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersRecoverError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverError.user_unrecoverable": {"fq_name": "team.MembersRecoverError.user_unrecoverable", "param_name": "userUnrecoverableValue", "static_instance": "USER_UNRECOVERABLE", "getter_method": null, "containing_data_type_ref": "team.MembersRecoverError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverError.user_not_in_team": {"fq_name": "team.MembersRecoverError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersRecoverError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverError.team_license_limit": {"fq_name": "team.MembersRecoverError.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": "TEAM_LICENSE_LIMIT", "getter_method": null, "containing_data_type_ref": "team.MembersRecoverError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverError.other": {"fq_name": "team.MembersRecoverError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersRecoverError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveArg.user": {"fq_name": "team.MembersRemoveArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersRemoveArg.wipe_data": {"fq_name": "team.MembersRemoveArg.wipe_data", "param_name": "wipeData", "static_instance": null, "getter_method": "getWipeData", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersRemoveArg.transfer_dest_id": {"fq_name": "team.MembersRemoveArg.transfer_dest_id", "param_name": "transferDestId", "static_instance": null, "getter_method": "getTransferDestId", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveArg.transfer_admin_id": {"fq_name": "team.MembersRemoveArg.transfer_admin_id", "param_name": "transferAdminId", "static_instance": null, "getter_method": "getTransferAdminId", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveArg.keep_account": {"fq_name": "team.MembersRemoveArg.keep_account", "param_name": "keepAccount", "static_instance": null, "getter_method": "getKeepAccount", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveArg.retain_team_shares": {"fq_name": "team.MembersRemoveArg.retain_team_shares", "param_name": "retainTeamShares", "static_instance": null, "getter_method": "getRetainTeamShares", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.user_not_found": {"fq_name": "team.MembersRemoveError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.user_not_in_team": {"fq_name": "team.MembersRemoveError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.other": {"fq_name": "team.MembersRemoveError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.removed_and_transfer_dest_should_differ": {"fq_name": "team.MembersRemoveError.removed_and_transfer_dest_should_differ", "param_name": "removedAndTransferDestShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_DEST_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.removed_and_transfer_admin_should_differ": {"fq_name": "team.MembersRemoveError.removed_and_transfer_admin_should_differ", "param_name": "removedAndTransferAdminShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_ADMIN_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_dest_user_not_found": {"fq_name": "team.MembersRemoveError.transfer_dest_user_not_found", "param_name": "transferDestUserNotFoundValue", "static_instance": "TRANSFER_DEST_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_dest_user_not_in_team": {"fq_name": "team.MembersRemoveError.transfer_dest_user_not_in_team", "param_name": "transferDestUserNotInTeamValue", "static_instance": "TRANSFER_DEST_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_admin_user_not_in_team": {"fq_name": "team.MembersRemoveError.transfer_admin_user_not_in_team", "param_name": "transferAdminUserNotInTeamValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_admin_user_not_found": {"fq_name": "team.MembersRemoveError.transfer_admin_user_not_found", "param_name": "transferAdminUserNotFoundValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.unspecified_transfer_admin_id": {"fq_name": "team.MembersRemoveError.unspecified_transfer_admin_id", "param_name": "unspecifiedTransferAdminIdValue", "static_instance": "UNSPECIFIED_TRANSFER_ADMIN_ID", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_admin_is_not_admin": {"fq_name": "team.MembersRemoveError.transfer_admin_is_not_admin", "param_name": "transferAdminIsNotAdminValue", "static_instance": "TRANSFER_ADMIN_IS_NOT_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.recipient_not_verified": {"fq_name": "team.MembersRemoveError.recipient_not_verified", "param_name": "recipientNotVerifiedValue", "static_instance": "RECIPIENT_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.remove_last_admin": {"fq_name": "team.MembersRemoveError.remove_last_admin", "param_name": "removeLastAdminValue", "static_instance": "REMOVE_LAST_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account_and_transfer": {"fq_name": "team.MembersRemoveError.cannot_keep_account_and_transfer", "param_name": "cannotKeepAccountAndTransferValue", "static_instance": "CANNOT_KEEP_ACCOUNT_AND_TRANSFER", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account_and_delete_data": {"fq_name": "team.MembersRemoveError.cannot_keep_account_and_delete_data", "param_name": "cannotKeepAccountAndDeleteDataValue", "static_instance": "CANNOT_KEEP_ACCOUNT_AND_DELETE_DATA", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.email_address_too_long_to_be_disabled": {"fq_name": "team.MembersRemoveError.email_address_too_long_to_be_disabled", "param_name": "emailAddressTooLongToBeDisabledValue", "static_instance": "EMAIL_ADDRESS_TOO_LONG_TO_BE_DISABLED", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_invited_user_account": {"fq_name": "team.MembersRemoveError.cannot_keep_invited_user_account", "param_name": "cannotKeepInvitedUserAccountValue", "static_instance": "CANNOT_KEEP_INVITED_USER_ACCOUNT", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_retain_shares_when_data_wiped": {"fq_name": "team.MembersRemoveError.cannot_retain_shares_when_data_wiped", "param_name": "cannotRetainSharesWhenDataWipedValue", "static_instance": "CANNOT_RETAIN_SHARES_WHEN_DATA_WIPED", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_retain_shares_when_no_account_kept": {"fq_name": "team.MembersRemoveError.cannot_retain_shares_when_no_account_kept", "param_name": "cannotRetainSharesWhenNoAccountKeptValue", "static_instance": "CANNOT_RETAIN_SHARES_WHEN_NO_ACCOUNT_KEPT", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_retain_shares_when_team_external_sharing_off": {"fq_name": "team.MembersRemoveError.cannot_retain_shares_when_team_external_sharing_off", "param_name": "cannotRetainSharesWhenTeamExternalSharingOffValue", "static_instance": "CANNOT_RETAIN_SHARES_WHEN_TEAM_EXTERNAL_SHARING_OFF", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account": {"fq_name": "team.MembersRemoveError.cannot_keep_account", "param_name": "cannotKeepAccountValue", "static_instance": "CANNOT_KEEP_ACCOUNT", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account_under_legal_hold": {"fq_name": "team.MembersRemoveError.cannot_keep_account_under_legal_hold", "param_name": "cannotKeepAccountUnderLegalHoldValue", "static_instance": "CANNOT_KEEP_ACCOUNT_UNDER_LEGAL_HOLD", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account_required_to_sign_tos": {"fq_name": "team.MembersRemoveError.cannot_keep_account_required_to_sign_tos", "param_name": "cannotKeepAccountRequiredToSignTosValue", "static_instance": "CANNOT_KEEP_ACCOUNT_REQUIRED_TO_SIGN_TOS", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSendWelcomeError.user_not_found": {"fq_name": "team.MembersSendWelcomeError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSendWelcomeError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSendWelcomeError.user_not_in_team": {"fq_name": "team.MembersSendWelcomeError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSendWelcomeError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSendWelcomeError.other": {"fq_name": "team.MembersSendWelcomeError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSendWelcomeError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Arg.user": {"fq_name": "team.MembersSetPermissions2Arg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersSetPermissions2Arg", "route_refs": ["team.members/set_admin_permissions_v2"], "_type": "FieldReference"}, "team.MembersSetPermissions2Arg.new_roles": {"fq_name": "team.MembersSetPermissions2Arg.new_roles", "param_name": "newRoles", "static_instance": null, "getter_method": "getNewRoles", "containing_data_type_ref": "team.MembersSetPermissions2Arg", "route_refs": ["team.members/set_admin_permissions_v2"], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.user_not_found": {"fq_name": "team.MembersSetPermissions2Error.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.last_admin": {"fq_name": "team.MembersSetPermissions2Error.last_admin", "param_name": "lastAdminValue", "static_instance": "LAST_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.user_not_in_team": {"fq_name": "team.MembersSetPermissions2Error.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.cannot_set_permissions": {"fq_name": "team.MembersSetPermissions2Error.cannot_set_permissions", "param_name": "cannotSetPermissionsValue", "static_instance": "CANNOT_SET_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.role_not_found": {"fq_name": "team.MembersSetPermissions2Error.role_not_found", "param_name": "roleNotFoundValue", "static_instance": "ROLE_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.other": {"fq_name": "team.MembersSetPermissions2Error.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Result.team_member_id": {"fq_name": "team.MembersSetPermissions2Result.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.MembersSetPermissions2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Result.roles": {"fq_name": "team.MembersSetPermissions2Result.roles", "param_name": "roles", "static_instance": null, "getter_method": "getRoles", "containing_data_type_ref": "team.MembersSetPermissions2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsArg.user": {"fq_name": "team.MembersSetPermissionsArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersSetPermissionsArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsArg.new_role": {"fq_name": "team.MembersSetPermissionsArg.new_role", "param_name": "newRole", "static_instance": null, "getter_method": "getNewRole", "containing_data_type_ref": "team.MembersSetPermissionsArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.user_not_found": {"fq_name": "team.MembersSetPermissionsError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.last_admin": {"fq_name": "team.MembersSetPermissionsError.last_admin", "param_name": "lastAdminValue", "static_instance": "LAST_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.user_not_in_team": {"fq_name": "team.MembersSetPermissionsError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.cannot_set_permissions": {"fq_name": "team.MembersSetPermissionsError.cannot_set_permissions", "param_name": "cannotSetPermissionsValue", "static_instance": "CANNOT_SET_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.team_license_limit": {"fq_name": "team.MembersSetPermissionsError.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": "TEAM_LICENSE_LIMIT", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.other": {"fq_name": "team.MembersSetPermissionsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsResult.team_member_id": {"fq_name": "team.MembersSetPermissionsResult.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.MembersSetPermissionsResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsResult.role": {"fq_name": "team.MembersSetPermissionsResult.role", "param_name": "role", "static_instance": null, "getter_method": "getRole", "containing_data_type_ref": "team.MembersSetPermissionsResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.user": {"fq_name": "team.MembersSetProfileArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_email": {"fq_name": "team.MembersSetProfileArg.new_email", "param_name": "newEmail", "static_instance": null, "getter_method": "getNewEmail", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_external_id": {"fq_name": "team.MembersSetProfileArg.new_external_id", "param_name": "newExternalId", "static_instance": null, "getter_method": "getNewExternalId", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_given_name": {"fq_name": "team.MembersSetProfileArg.new_given_name", "param_name": "newGivenName", "static_instance": null, "getter_method": "getNewGivenName", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_surname": {"fq_name": "team.MembersSetProfileArg.new_surname", "param_name": "newSurname", "static_instance": null, "getter_method": "getNewSurname", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_persistent_id": {"fq_name": "team.MembersSetProfileArg.new_persistent_id", "param_name": "newPersistentId", "static_instance": null, "getter_method": "getNewPersistentId", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_is_directory_restricted": {"fq_name": "team.MembersSetProfileArg.new_is_directory_restricted", "param_name": "newIsDirectoryRestricted", "static_instance": null, "getter_method": "getNewIsDirectoryRestricted", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.user_not_found": {"fq_name": "team.MembersSetProfileError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.user_not_in_team": {"fq_name": "team.MembersSetProfileError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.external_id_and_new_external_id_unsafe": {"fq_name": "team.MembersSetProfileError.external_id_and_new_external_id_unsafe", "param_name": "externalIdAndNewExternalIdUnsafeValue", "static_instance": "EXTERNAL_ID_AND_NEW_EXTERNAL_ID_UNSAFE", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.no_new_data_specified": {"fq_name": "team.MembersSetProfileError.no_new_data_specified", "param_name": "noNewDataSpecifiedValue", "static_instance": "NO_NEW_DATA_SPECIFIED", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.email_reserved_for_other_user": {"fq_name": "team.MembersSetProfileError.email_reserved_for_other_user", "param_name": "emailReservedForOtherUserValue", "static_instance": "EMAIL_RESERVED_FOR_OTHER_USER", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.external_id_used_by_other_user": {"fq_name": "team.MembersSetProfileError.external_id_used_by_other_user", "param_name": "externalIdUsedByOtherUserValue", "static_instance": "EXTERNAL_ID_USED_BY_OTHER_USER", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.set_profile_disallowed": {"fq_name": "team.MembersSetProfileError.set_profile_disallowed", "param_name": "setProfileDisallowedValue", "static_instance": "SET_PROFILE_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.param_cannot_be_empty": {"fq_name": "team.MembersSetProfileError.param_cannot_be_empty", "param_name": "paramCannotBeEmptyValue", "static_instance": "PARAM_CANNOT_BE_EMPTY", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.persistent_id_disabled": {"fq_name": "team.MembersSetProfileError.persistent_id_disabled", "param_name": "persistentIdDisabledValue", "static_instance": "PERSISTENT_ID_DISABLED", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.persistent_id_used_by_other_user": {"fq_name": "team.MembersSetProfileError.persistent_id_used_by_other_user", "param_name": "persistentIdUsedByOtherUserValue", "static_instance": "PERSISTENT_ID_USED_BY_OTHER_USER", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.directory_restricted_off": {"fq_name": "team.MembersSetProfileError.directory_restricted_off", "param_name": "directoryRestrictedOffValue", "static_instance": "DIRECTORY_RESTRICTED_OFF", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.other": {"fq_name": "team.MembersSetProfileError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoArg.user": {"fq_name": "team.MembersSetProfilePhotoArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersSetProfilePhotoArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoArg.photo": {"fq_name": "team.MembersSetProfilePhotoArg.photo", "param_name": "photo", "static_instance": null, "getter_method": "getPhoto", "containing_data_type_ref": "team.MembersSetProfilePhotoArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoError.user_not_found": {"fq_name": "team.MembersSetProfilePhotoError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoError.user_not_in_team": {"fq_name": "team.MembersSetProfilePhotoError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoError.set_profile_disallowed": {"fq_name": "team.MembersSetProfilePhotoError.set_profile_disallowed", "param_name": "setProfileDisallowedValue", "static_instance": "SET_PROFILE_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoError.photo_error": {"fq_name": "team.MembersSetProfilePhotoError.photo_error", "param_name": "photoErrorValue", "static_instance": null, "getter_method": "getPhotoErrorValue", "containing_data_type_ref": "team.MembersSetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoError.other": {"fq_name": "team.MembersSetProfilePhotoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.user_not_found": {"fq_name": "team.MembersSuspendError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.user_not_in_team": {"fq_name": "team.MembersSuspendError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.other": {"fq_name": "team.MembersSuspendError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.suspend_inactive_user": {"fq_name": "team.MembersSuspendError.suspend_inactive_user", "param_name": "suspendInactiveUserValue", "static_instance": "SUSPEND_INACTIVE_USER", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.suspend_last_admin": {"fq_name": "team.MembersSuspendError.suspend_last_admin", "param_name": "suspendLastAdminValue", "static_instance": "SUSPEND_LAST_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.team_license_limit": {"fq_name": "team.MembersSuspendError.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": "TEAM_LICENSE_LIMIT", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.user_not_found": {"fq_name": "team.MembersTransferFilesError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.user_not_in_team": {"fq_name": "team.MembersTransferFilesError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.other": {"fq_name": "team.MembersTransferFilesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.removed_and_transfer_dest_should_differ": {"fq_name": "team.MembersTransferFilesError.removed_and_transfer_dest_should_differ", "param_name": "removedAndTransferDestShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_DEST_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.removed_and_transfer_admin_should_differ": {"fq_name": "team.MembersTransferFilesError.removed_and_transfer_admin_should_differ", "param_name": "removedAndTransferAdminShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_ADMIN_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_dest_user_not_found": {"fq_name": "team.MembersTransferFilesError.transfer_dest_user_not_found", "param_name": "transferDestUserNotFoundValue", "static_instance": "TRANSFER_DEST_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_dest_user_not_in_team": {"fq_name": "team.MembersTransferFilesError.transfer_dest_user_not_in_team", "param_name": "transferDestUserNotInTeamValue", "static_instance": "TRANSFER_DEST_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_admin_user_not_in_team": {"fq_name": "team.MembersTransferFilesError.transfer_admin_user_not_in_team", "param_name": "transferAdminUserNotInTeamValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_admin_user_not_found": {"fq_name": "team.MembersTransferFilesError.transfer_admin_user_not_found", "param_name": "transferAdminUserNotFoundValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.unspecified_transfer_admin_id": {"fq_name": "team.MembersTransferFilesError.unspecified_transfer_admin_id", "param_name": "unspecifiedTransferAdminIdValue", "static_instance": "UNSPECIFIED_TRANSFER_ADMIN_ID", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_admin_is_not_admin": {"fq_name": "team.MembersTransferFilesError.transfer_admin_is_not_admin", "param_name": "transferAdminIsNotAdminValue", "static_instance": "TRANSFER_ADMIN_IS_NOT_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.recipient_not_verified": {"fq_name": "team.MembersTransferFilesError.recipient_not_verified", "param_name": "recipientNotVerifiedValue", "static_instance": "RECIPIENT_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_not_found": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_not_in_team": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.other": {"fq_name": "team.MembersTransferFormerMembersFilesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.removed_and_transfer_dest_should_differ": {"fq_name": "team.MembersTransferFormerMembersFilesError.removed_and_transfer_dest_should_differ", "param_name": "removedAndTransferDestShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_DEST_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.removed_and_transfer_admin_should_differ": {"fq_name": "team.MembersTransferFormerMembersFilesError.removed_and_transfer_admin_should_differ", "param_name": "removedAndTransferAdminShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_ADMIN_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_dest_user_not_found": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_dest_user_not_found", "param_name": "transferDestUserNotFoundValue", "static_instance": "TRANSFER_DEST_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_dest_user_not_in_team": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_dest_user_not_in_team", "param_name": "transferDestUserNotInTeamValue", "static_instance": "TRANSFER_DEST_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_admin_user_not_in_team": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_admin_user_not_in_team", "param_name": "transferAdminUserNotInTeamValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_admin_user_not_found": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_admin_user_not_found", "param_name": "transferAdminUserNotFoundValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.unspecified_transfer_admin_id": {"fq_name": "team.MembersTransferFormerMembersFilesError.unspecified_transfer_admin_id", "param_name": "unspecifiedTransferAdminIdValue", "static_instance": "UNSPECIFIED_TRANSFER_ADMIN_ID", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_admin_is_not_admin": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_admin_is_not_admin", "param_name": "transferAdminIsNotAdminValue", "static_instance": "TRANSFER_ADMIN_IS_NOT_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.recipient_not_verified": {"fq_name": "team.MembersTransferFormerMembersFilesError.recipient_not_verified", "param_name": "recipientNotVerifiedValue", "static_instance": "RECIPIENT_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_data_is_being_transferred": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_data_is_being_transferred", "param_name": "userDataIsBeingTransferredValue", "static_instance": "USER_DATA_IS_BEING_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_not_removed": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_not_removed", "param_name": "userNotRemovedValue", "static_instance": "USER_NOT_REMOVED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_data_cannot_be_transferred": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_data_cannot_be_transferred", "param_name": "userDataCannotBeTransferredValue", "static_instance": "USER_DATA_CANNOT_BE_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_data_already_transferred": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_data_already_transferred", "param_name": "userDataAlreadyTransferredValue", "static_instance": "USER_DATA_ALREADY_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendArg.user": {"fq_name": "team.MembersUnsuspendArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersUnsuspendArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendError.user_not_found": {"fq_name": "team.MembersUnsuspendError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersUnsuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendError.user_not_in_team": {"fq_name": "team.MembersUnsuspendError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersUnsuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendError.other": {"fq_name": "team.MembersUnsuspendError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersUnsuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendError.unsuspend_non_suspended_member": {"fq_name": "team.MembersUnsuspendError.unsuspend_non_suspended_member", "param_name": "unsuspendNonSuspendedMemberValue", "static_instance": "UNSUSPEND_NON_SUSPENDED_MEMBER", "getter_method": null, "containing_data_type_ref": "team.MembersUnsuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendError.team_license_limit": {"fq_name": "team.MembersUnsuspendError.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": "TEAM_LICENSE_LIMIT", "getter_method": null, "containing_data_type_ref": "team.MembersUnsuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.iphone": {"fq_name": "team.MobileClientPlatform.iphone", "param_name": "iphoneValue", "static_instance": "IPHONE", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.ipad": {"fq_name": "team.MobileClientPlatform.ipad", "param_name": "ipadValue", "static_instance": "IPAD", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.android": {"fq_name": "team.MobileClientPlatform.android", "param_name": "androidValue", "static_instance": "ANDROID", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.windows_phone": {"fq_name": "team.MobileClientPlatform.windows_phone", "param_name": "windowsPhoneValue", "static_instance": "WINDOWS_PHONE", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.blackberry": {"fq_name": "team.MobileClientPlatform.blackberry", "param_name": "blackberryValue", "static_instance": "BLACKBERRY", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.other": {"fq_name": "team.MobileClientPlatform.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.session_id": {"fq_name": "team.MobileClientSession.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.device_name": {"fq_name": "team.MobileClientSession.device_name", "param_name": "deviceName", "static_instance": null, "getter_method": "getDeviceName", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.client_type": {"fq_name": "team.MobileClientSession.client_type", "param_name": "clientType", "static_instance": null, "getter_method": "getClientType", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.ip_address": {"fq_name": "team.MobileClientSession.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.country": {"fq_name": "team.MobileClientSession.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.created": {"fq_name": "team.MobileClientSession.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.updated": {"fq_name": "team.MobileClientSession.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.client_version": {"fq_name": "team.MobileClientSession.client_version", "param_name": "clientVersion", "static_instance": null, "getter_method": "getClientVersion", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.os_version": {"fq_name": "team.MobileClientSession.os_version", "param_name": "osVersion", "static_instance": null, "getter_method": "getOsVersion", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.last_carrier": {"fq_name": "team.MobileClientSession.last_carrier", "param_name": "lastCarrier", "static_instance": null, "getter_method": "getLastCarrier", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceMetadata.name": {"fq_name": "team.NamespaceMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.NamespaceMetadata", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceMetadata.namespace_id": {"fq_name": "team.NamespaceMetadata.namespace_id", "param_name": "namespaceId", "static_instance": null, "getter_method": "getNamespaceId", "containing_data_type_ref": "team.NamespaceMetadata", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceMetadata.namespace_type": {"fq_name": "team.NamespaceMetadata.namespace_type", "param_name": "namespaceType", "static_instance": null, "getter_method": "getNamespaceType", "containing_data_type_ref": "team.NamespaceMetadata", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceMetadata.team_member_id": {"fq_name": "team.NamespaceMetadata.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.NamespaceMetadata", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.app_folder": {"fq_name": "team.NamespaceType.app_folder", "param_name": "appFolderValue", "static_instance": "APP_FOLDER", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.shared_folder": {"fq_name": "team.NamespaceType.shared_folder", "param_name": "sharedFolderValue", "static_instance": "SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.team_folder": {"fq_name": "team.NamespaceType.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.team_member_folder": {"fq_name": "team.NamespaceType.team_member_folder", "param_name": "teamMemberFolderValue", "static_instance": "TEAM_MEMBER_FOLDER", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.other": {"fq_name": "team.NamespaceType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.RemoveCustomQuotaResult.success": {"fq_name": "team.RemoveCustomQuotaResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.RemoveCustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.RemoveCustomQuotaResult.invalid_user": {"fq_name": "team.RemoveCustomQuotaResult.invalid_user", "param_name": "invalidUserValue", "static_instance": null, "getter_method": "getInvalidUserValue", "containing_data_type_ref": "team.RemoveCustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.RemoveCustomQuotaResult.other": {"fq_name": "team.RemoveCustomQuotaResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.RemoveCustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.RemovedStatus.is_recoverable": {"fq_name": "team.RemovedStatus.is_recoverable", "param_name": "isRecoverable", "static_instance": null, "getter_method": "getIsRecoverable", "containing_data_type_ref": "team.RemovedStatus", "route_refs": [], "_type": "FieldReference"}, "team.RemovedStatus.is_disconnected": {"fq_name": "team.RemovedStatus.is_disconnected", "param_name": "isDisconnected", "static_instance": null, "getter_method": "getIsDisconnected", "containing_data_type_ref": "team.RemovedStatus", "route_refs": [], "_type": "FieldReference"}, "team.ResendSecondaryEmailResult.success": {"fq_name": "team.ResendSecondaryEmailResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.ResendSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.ResendSecondaryEmailResult.not_pending": {"fq_name": "team.ResendSecondaryEmailResult.not_pending", "param_name": "notPendingValue", "static_instance": null, "getter_method": "getNotPendingValue", "containing_data_type_ref": "team.ResendSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.ResendSecondaryEmailResult.rate_limited": {"fq_name": "team.ResendSecondaryEmailResult.rate_limited", "param_name": "rateLimitedValue", "static_instance": null, "getter_method": "getRateLimitedValue", "containing_data_type_ref": "team.ResendSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.ResendSecondaryEmailResult.other": {"fq_name": "team.ResendSecondaryEmailResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ResendSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.ResendVerificationEmailArg.emails_to_resend": {"fq_name": "team.ResendVerificationEmailArg.emails_to_resend", "param_name": "emailsToResend", "static_instance": null, "getter_method": "getEmailsToResend", "containing_data_type_ref": "team.ResendVerificationEmailArg", "route_refs": [], "_type": "FieldReference"}, "team.ResendVerificationEmailResult.results": {"fq_name": "team.ResendVerificationEmailResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.ResendVerificationEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDesktopClientArg.session_id": {"fq_name": "team.RevokeDesktopClientArg.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.RevokeDesktopClientArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDesktopClientArg.team_member_id": {"fq_name": "team.RevokeDesktopClientArg.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.RevokeDesktopClientArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDesktopClientArg.delete_on_unlink": {"fq_name": "team.RevokeDesktopClientArg.delete_on_unlink", "param_name": "deleteOnUnlink", "static_instance": null, "getter_method": "getDeleteOnUnlink", "containing_data_type_ref": "team.RevokeDesktopClientArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionArg.web_session": {"fq_name": "team.RevokeDeviceSessionArg.web_session", "param_name": "webSessionValue", "static_instance": null, "getter_method": "getWebSessionValue", "containing_data_type_ref": "team.RevokeDeviceSessionArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionArg.desktop_client": {"fq_name": "team.RevokeDeviceSessionArg.desktop_client", "param_name": "desktopClientValue", "static_instance": null, "getter_method": "getDesktopClientValue", "containing_data_type_ref": "team.RevokeDeviceSessionArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionArg.mobile_client": {"fq_name": "team.RevokeDeviceSessionArg.mobile_client", "param_name": "mobileClientValue", "static_instance": null, "getter_method": "getMobileClientValue", "containing_data_type_ref": "team.RevokeDeviceSessionArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionBatchArg.revoke_devices": {"fq_name": "team.RevokeDeviceSessionBatchArg.revoke_devices", "param_name": "revokeDevices", "static_instance": null, "getter_method": "getRevokeDevices", "containing_data_type_ref": "team.RevokeDeviceSessionBatchArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionBatchError.other": {"fq_name": "team.RevokeDeviceSessionBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.RevokeDeviceSessionBatchError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionBatchResult.revoke_devices_status": {"fq_name": "team.RevokeDeviceSessionBatchResult.revoke_devices_status", "param_name": "revokeDevicesStatus", "static_instance": null, "getter_method": "getRevokeDevicesStatus", "containing_data_type_ref": "team.RevokeDeviceSessionBatchResult", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionError.device_session_not_found": {"fq_name": "team.RevokeDeviceSessionError.device_session_not_found", "param_name": "deviceSessionNotFoundValue", "static_instance": "DEVICE_SESSION_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.RevokeDeviceSessionError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionError.member_not_found": {"fq_name": "team.RevokeDeviceSessionError.member_not_found", "param_name": "memberNotFoundValue", "static_instance": "MEMBER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.RevokeDeviceSessionError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionError.other": {"fq_name": "team.RevokeDeviceSessionError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.RevokeDeviceSessionError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionStatus.success": {"fq_name": "team.RevokeDeviceSessionStatus.success", "param_name": "success", "static_instance": null, "getter_method": "getSuccess", "containing_data_type_ref": "team.RevokeDeviceSessionStatus", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionStatus.error_type": {"fq_name": "team.RevokeDeviceSessionStatus.error_type", "param_name": "errorType", "static_instance": null, "getter_method": "getErrorType", "containing_data_type_ref": "team.RevokeDeviceSessionStatus", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedApiAppArg.app_id": {"fq_name": "team.RevokeLinkedApiAppArg.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team.RevokeLinkedApiAppArg", "route_refs": ["team.linked_apps/revoke_linked_app"], "_type": "FieldReference"}, "team.RevokeLinkedApiAppArg.team_member_id": {"fq_name": "team.RevokeLinkedApiAppArg.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.RevokeLinkedApiAppArg", "route_refs": ["team.linked_apps/revoke_linked_app"], "_type": "FieldReference"}, "team.RevokeLinkedApiAppArg.keep_app_folder": {"fq_name": "team.RevokeLinkedApiAppArg.keep_app_folder", "param_name": "keepAppFolder", "static_instance": null, "getter_method": "getKeepAppFolder", "containing_data_type_ref": "team.RevokeLinkedApiAppArg", "route_refs": ["team.linked_apps/revoke_linked_app"], "_type": "FieldReference"}, "team.RevokeLinkedApiAppBatchArg.revoke_linked_app": {"fq_name": "team.RevokeLinkedApiAppBatchArg.revoke_linked_app", "param_name": "revokeLinkedApp", "static_instance": null, "getter_method": "getRevokeLinkedApp", "containing_data_type_ref": "team.RevokeLinkedApiAppBatchArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppBatchError.other": {"fq_name": "team.RevokeLinkedAppBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.RevokeLinkedAppBatchError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppBatchResult.revoke_linked_app_status": {"fq_name": "team.RevokeLinkedAppBatchResult.revoke_linked_app_status", "param_name": "revokeLinkedAppStatus", "static_instance": null, "getter_method": "getRevokeLinkedAppStatus", "containing_data_type_ref": "team.RevokeLinkedAppBatchResult", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppError.app_not_found": {"fq_name": "team.RevokeLinkedAppError.app_not_found", "param_name": "appNotFoundValue", "static_instance": "APP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.RevokeLinkedAppError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppError.member_not_found": {"fq_name": "team.RevokeLinkedAppError.member_not_found", "param_name": "memberNotFoundValue", "static_instance": "MEMBER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.RevokeLinkedAppError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppError.app_folder_removal_not_supported": {"fq_name": "team.RevokeLinkedAppError.app_folder_removal_not_supported", "param_name": "appFolderRemovalNotSupportedValue", "static_instance": "APP_FOLDER_REMOVAL_NOT_SUPPORTED", "getter_method": null, "containing_data_type_ref": "team.RevokeLinkedAppError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppError.other": {"fq_name": "team.RevokeLinkedAppError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.RevokeLinkedAppError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppStatus.success": {"fq_name": "team.RevokeLinkedAppStatus.success", "param_name": "success", "static_instance": null, "getter_method": "getSuccess", "containing_data_type_ref": "team.RevokeLinkedAppStatus", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppStatus.error_type": {"fq_name": "team.RevokeLinkedAppStatus.error_type", "param_name": "errorType", "static_instance": null, "getter_method": "getErrorType", "containing_data_type_ref": "team.RevokeLinkedAppStatus", "route_refs": [], "_type": "FieldReference"}, "team.SetCustomQuotaArg.users_and_quotas": {"fq_name": "team.SetCustomQuotaArg.users_and_quotas", "param_name": "usersAndQuotas", "static_instance": null, "getter_method": "getUsersAndQuotas", "containing_data_type_ref": "team.SetCustomQuotaArg", "route_refs": [], "_type": "FieldReference"}, "team.SetCustomQuotaError.too_many_users": {"fq_name": "team.SetCustomQuotaError.too_many_users", "param_name": "tooManyUsersValue", "static_instance": "TOO_MANY_USERS", "getter_method": null, "containing_data_type_ref": "team.SetCustomQuotaError", "route_refs": [], "_type": "FieldReference"}, "team.SetCustomQuotaError.other": {"fq_name": "team.SetCustomQuotaError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.SetCustomQuotaError", "route_refs": [], "_type": "FieldReference"}, "team.SetCustomQuotaError.some_users_are_excluded": {"fq_name": "team.SetCustomQuotaError.some_users_are_excluded", "param_name": "someUsersAreExcludedValue", "static_instance": "SOME_USERS_ARE_EXCLUDED", "getter_method": null, "containing_data_type_ref": "team.SetCustomQuotaError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddArgs.domains": {"fq_name": "team.SharingAllowlistAddArgs.domains", "param_name": "domains", "static_instance": null, "getter_method": "getDomains", "containing_data_type_ref": "team.SharingAllowlistAddArgs", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddArgs.emails": {"fq_name": "team.SharingAllowlistAddArgs.emails", "param_name": "emails", "static_instance": null, "getter_method": "getEmails", "containing_data_type_ref": "team.SharingAllowlistAddArgs", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.malformed_entry": {"fq_name": "team.SharingAllowlistAddError.malformed_entry", "param_name": "malformedEntryValue", "static_instance": null, "getter_method": "getMalformedEntryValue", "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.no_entries_provided": {"fq_name": "team.SharingAllowlistAddError.no_entries_provided", "param_name": "noEntriesProvidedValue", "static_instance": "NO_ENTRIES_PROVIDED", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.too_many_entries_provided": {"fq_name": "team.SharingAllowlistAddError.too_many_entries_provided", "param_name": "tooManyEntriesProvidedValue", "static_instance": "TOO_MANY_ENTRIES_PROVIDED", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.team_limit_reached": {"fq_name": "team.SharingAllowlistAddError.team_limit_reached", "param_name": "teamLimitReachedValue", "static_instance": "TEAM_LIMIT_REACHED", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.unknown_error": {"fq_name": "team.SharingAllowlistAddError.unknown_error", "param_name": "unknownErrorValue", "static_instance": "UNKNOWN_ERROR", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.entries_already_exist": {"fq_name": "team.SharingAllowlistAddError.entries_already_exist", "param_name": "entriesAlreadyExistValue", "static_instance": null, "getter_method": "getEntriesAlreadyExistValue", "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.other": {"fq_name": "team.SharingAllowlistAddError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListArg.limit": {"fq_name": "team.SharingAllowlistListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.SharingAllowlistListArg", "route_refs": ["team.sharing_allowlist/list"], "_type": "FieldReference"}, "team.SharingAllowlistListContinueArg.cursor": {"fq_name": "team.SharingAllowlistListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.SharingAllowlistListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListContinueError.invalid_cursor": {"fq_name": "team.SharingAllowlistListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListContinueError.other": {"fq_name": "team.SharingAllowlistListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListResponse.domains": {"fq_name": "team.SharingAllowlistListResponse.domains", "param_name": "domains", "static_instance": null, "getter_method": "getDomains", "containing_data_type_ref": "team.SharingAllowlistListResponse", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListResponse.emails": {"fq_name": "team.SharingAllowlistListResponse.emails", "param_name": "emails", "static_instance": null, "getter_method": "getEmails", "containing_data_type_ref": "team.SharingAllowlistListResponse", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListResponse.cursor": {"fq_name": "team.SharingAllowlistListResponse.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.SharingAllowlistListResponse", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListResponse.has_more": {"fq_name": "team.SharingAllowlistListResponse.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.SharingAllowlistListResponse", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveArgs.domains": {"fq_name": "team.SharingAllowlistRemoveArgs.domains", "param_name": "domains", "static_instance": null, "getter_method": "getDomains", "containing_data_type_ref": "team.SharingAllowlistRemoveArgs", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveArgs.emails": {"fq_name": "team.SharingAllowlistRemoveArgs.emails", "param_name": "emails", "static_instance": null, "getter_method": "getEmails", "containing_data_type_ref": "team.SharingAllowlistRemoveArgs", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.malformed_entry": {"fq_name": "team.SharingAllowlistRemoveError.malformed_entry", "param_name": "malformedEntryValue", "static_instance": null, "getter_method": "getMalformedEntryValue", "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.entries_do_not_exist": {"fq_name": "team.SharingAllowlistRemoveError.entries_do_not_exist", "param_name": "entriesDoNotExistValue", "static_instance": null, "getter_method": "getEntriesDoNotExistValue", "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.no_entries_provided": {"fq_name": "team.SharingAllowlistRemoveError.no_entries_provided", "param_name": "noEntriesProvidedValue", "static_instance": "NO_ENTRIES_PROVIDED", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.too_many_entries_provided": {"fq_name": "team.SharingAllowlistRemoveError.too_many_entries_provided", "param_name": "tooManyEntriesProvidedValue", "static_instance": "TOO_MANY_ENTRIES_PROVIDED", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.unknown_error": {"fq_name": "team.SharingAllowlistRemoveError.unknown_error", "param_name": "unknownErrorValue", "static_instance": "UNKNOWN_ERROR", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.other": {"fq_name": "team.SharingAllowlistRemoveError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.StorageBucket.bucket": {"fq_name": "team.StorageBucket.bucket", "param_name": "bucket", "static_instance": null, "getter_method": "getBucket", "containing_data_type_ref": "team.StorageBucket", "route_refs": [], "_type": "FieldReference"}, "team.StorageBucket.users": {"fq_name": "team.StorageBucket.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.StorageBucket", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderAccessError.invalid_team_folder_id": {"fq_name": "team.TeamFolderAccessError.invalid_team_folder_id", "param_name": "invalidTeamFolderIdValue", "static_instance": "INVALID_TEAM_FOLDER_ID", "getter_method": null, "containing_data_type_ref": "team.TeamFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderAccessError.no_access": {"fq_name": "team.TeamFolderAccessError.no_access", "param_name": "noAccessValue", "static_instance": "NO_ACCESS", "getter_method": null, "containing_data_type_ref": "team.TeamFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderAccessError.other": {"fq_name": "team.TeamFolderAccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderActivateError.access_error": {"fq_name": "team.TeamFolderActivateError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderActivateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderActivateError.status_error": {"fq_name": "team.TeamFolderActivateError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderActivateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderActivateError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderActivateError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderActivateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderActivateError.other": {"fq_name": "team.TeamFolderActivateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderActivateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveArg.team_folder_id": {"fq_name": "team.TeamFolderArchiveArg.team_folder_id", "param_name": "teamFolderId", "static_instance": null, "getter_method": "getTeamFolderId", "containing_data_type_ref": "team.TeamFolderArchiveArg", "route_refs": ["team.team_folder/archive"], "_type": "FieldReference"}, "team.TeamFolderArchiveArg.force_async_off": {"fq_name": "team.TeamFolderArchiveArg.force_async_off", "param_name": "forceAsyncOff", "static_instance": null, "getter_method": "getForceAsyncOff", "containing_data_type_ref": "team.TeamFolderArchiveArg", "route_refs": ["team.team_folder/archive"], "_type": "FieldReference"}, "team.TeamFolderArchiveError.access_error": {"fq_name": "team.TeamFolderArchiveError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderArchiveError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveError.status_error": {"fq_name": "team.TeamFolderArchiveError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderArchiveError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderArchiveError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderArchiveError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveError.other": {"fq_name": "team.TeamFolderArchiveError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderArchiveError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveJobStatus.in_progress": {"fq_name": "team.TeamFolderArchiveJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.TeamFolderArchiveJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveJobStatus.complete": {"fq_name": "team.TeamFolderArchiveJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.TeamFolderArchiveJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveJobStatus.failed": {"fq_name": "team.TeamFolderArchiveJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "team.TeamFolderArchiveJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveLaunch.async_job_id": {"fq_name": "team.TeamFolderArchiveLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "team.TeamFolderArchiveLaunch", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveLaunch.complete": {"fq_name": "team.TeamFolderArchiveLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.TeamFolderArchiveLaunch", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderCreateArg.name": {"fq_name": "team.TeamFolderCreateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamFolderCreateArg", "route_refs": ["team.team_folder/create"], "_type": "FieldReference"}, "team.TeamFolderCreateArg.sync_setting": {"fq_name": "team.TeamFolderCreateArg.sync_setting", "param_name": "syncSetting", "static_instance": null, "getter_method": "getSyncSetting", "containing_data_type_ref": "team.TeamFolderCreateArg", "route_refs": ["team.team_folder/create"], "_type": "FieldReference"}, "team.TeamFolderCreateError.invalid_folder_name": {"fq_name": "team.TeamFolderCreateError.invalid_folder_name", "param_name": "invalidFolderNameValue", "static_instance": "INVALID_FOLDER_NAME", "getter_method": null, "containing_data_type_ref": "team.TeamFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderCreateError.folder_name_already_used": {"fq_name": "team.TeamFolderCreateError.folder_name_already_used", "param_name": "folderNameAlreadyUsedValue", "static_instance": "FOLDER_NAME_ALREADY_USED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderCreateError.folder_name_reserved": {"fq_name": "team.TeamFolderCreateError.folder_name_reserved", "param_name": "folderNameReservedValue", "static_instance": "FOLDER_NAME_RESERVED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderCreateError.sync_settings_error": {"fq_name": "team.TeamFolderCreateError.sync_settings_error", "param_name": "syncSettingsErrorValue", "static_instance": null, "getter_method": "getSyncSettingsErrorValue", "containing_data_type_ref": "team.TeamFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderCreateError.other": {"fq_name": "team.TeamFolderCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderGetInfoItem.id_not_found": {"fq_name": "team.TeamFolderGetInfoItem.id_not_found", "param_name": "idNotFoundValue", "static_instance": null, "getter_method": "getIdNotFoundValue", "containing_data_type_ref": "team.TeamFolderGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderGetInfoItem.team_folder_metadata": {"fq_name": "team.TeamFolderGetInfoItem.team_folder_metadata", "param_name": "teamFolderMetadataValue", "static_instance": null, "getter_method": "getTeamFolderMetadataValue", "containing_data_type_ref": "team.TeamFolderGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderIdArg.team_folder_id": {"fq_name": "team.TeamFolderIdArg.team_folder_id", "param_name": "teamFolderId", "static_instance": null, "getter_method": "getTeamFolderId", "containing_data_type_ref": "team.TeamFolderIdArg", "route_refs": ["team.team_folder/archive"], "_type": "FieldReference"}, "team.TeamFolderIdListArg.team_folder_ids": {"fq_name": "team.TeamFolderIdListArg.team_folder_ids", "param_name": "teamFolderIds", "static_instance": null, "getter_method": "getTeamFolderIds", "containing_data_type_ref": "team.TeamFolderIdListArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderInvalidStatusError.active": {"fq_name": "team.TeamFolderInvalidStatusError.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team.TeamFolderInvalidStatusError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderInvalidStatusError.archived": {"fq_name": "team.TeamFolderInvalidStatusError.archived", "param_name": "archivedValue", "static_instance": "ARCHIVED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderInvalidStatusError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderInvalidStatusError.archive_in_progress": {"fq_name": "team.TeamFolderInvalidStatusError.archive_in_progress", "param_name": "archiveInProgressValue", "static_instance": "ARCHIVE_IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.TeamFolderInvalidStatusError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderInvalidStatusError.other": {"fq_name": "team.TeamFolderInvalidStatusError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderInvalidStatusError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListArg.limit": {"fq_name": "team.TeamFolderListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.TeamFolderListArg", "route_refs": ["team.team_folder/list"], "_type": "FieldReference"}, "team.TeamFolderListContinueArg.cursor": {"fq_name": "team.TeamFolderListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.TeamFolderListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListContinueError.invalid_cursor": {"fq_name": "team.TeamFolderListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.TeamFolderListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListContinueError.other": {"fq_name": "team.TeamFolderListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListError.access_error": {"fq_name": "team.TeamFolderListError.access_error", "param_name": "accessError", "static_instance": null, "getter_method": "getAccessError", "containing_data_type_ref": "team.TeamFolderListError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListResult.team_folders": {"fq_name": "team.TeamFolderListResult.team_folders", "param_name": "teamFolders", "static_instance": null, "getter_method": "getTeamFolders", "containing_data_type_ref": "team.TeamFolderListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListResult.cursor": {"fq_name": "team.TeamFolderListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.TeamFolderListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListResult.has_more": {"fq_name": "team.TeamFolderListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.TeamFolderListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.team_folder_id": {"fq_name": "team.TeamFolderMetadata.team_folder_id", "param_name": "teamFolderId", "static_instance": null, "getter_method": "getTeamFolderId", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.name": {"fq_name": "team.TeamFolderMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.status": {"fq_name": "team.TeamFolderMetadata.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.is_team_shared_dropbox": {"fq_name": "team.TeamFolderMetadata.is_team_shared_dropbox", "param_name": "isTeamSharedDropbox", "static_instance": null, "getter_method": "getIsTeamSharedDropbox", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.sync_setting": {"fq_name": "team.TeamFolderMetadata.sync_setting", "param_name": "syncSetting", "static_instance": null, "getter_method": "getSyncSetting", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.content_sync_settings": {"fq_name": "team.TeamFolderMetadata.content_sync_settings", "param_name": "contentSyncSettings", "static_instance": null, "getter_method": "getContentSyncSettings", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderPermanentlyDeleteError.access_error": {"fq_name": "team.TeamFolderPermanentlyDeleteError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderPermanentlyDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderPermanentlyDeleteError.status_error": {"fq_name": "team.TeamFolderPermanentlyDeleteError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderPermanentlyDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderPermanentlyDeleteError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderPermanentlyDeleteError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderPermanentlyDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderPermanentlyDeleteError.other": {"fq_name": "team.TeamFolderPermanentlyDeleteError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderPermanentlyDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameArg.team_folder_id": {"fq_name": "team.TeamFolderRenameArg.team_folder_id", "param_name": "teamFolderId", "static_instance": null, "getter_method": "getTeamFolderId", "containing_data_type_ref": "team.TeamFolderRenameArg", "route_refs": ["team.team_folder/archive"], "_type": "FieldReference"}, "team.TeamFolderRenameArg.name": {"fq_name": "team.TeamFolderRenameArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamFolderRenameArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.access_error": {"fq_name": "team.TeamFolderRenameError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.status_error": {"fq_name": "team.TeamFolderRenameError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderRenameError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.other": {"fq_name": "team.TeamFolderRenameError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.invalid_folder_name": {"fq_name": "team.TeamFolderRenameError.invalid_folder_name", "param_name": "invalidFolderNameValue", "static_instance": "INVALID_FOLDER_NAME", "getter_method": null, "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.folder_name_already_used": {"fq_name": "team.TeamFolderRenameError.folder_name_already_used", "param_name": "folderNameAlreadyUsedValue", "static_instance": "FOLDER_NAME_ALREADY_USED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.folder_name_reserved": {"fq_name": "team.TeamFolderRenameError.folder_name_reserved", "param_name": "folderNameReservedValue", "static_instance": "FOLDER_NAME_RESERVED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderStatus.active": {"fq_name": "team.TeamFolderStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team.TeamFolderStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderStatus.archived": {"fq_name": "team.TeamFolderStatus.archived", "param_name": "archivedValue", "static_instance": "ARCHIVED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderStatus.archive_in_progress": {"fq_name": "team.TeamFolderStatus.archive_in_progress", "param_name": "archiveInProgressValue", "static_instance": "ARCHIVE_IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.TeamFolderStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderStatus.other": {"fq_name": "team.TeamFolderStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderTeamSharedDropboxError.disallowed": {"fq_name": "team.TeamFolderTeamSharedDropboxError.disallowed", "param_name": "disallowedValue", "static_instance": "DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderTeamSharedDropboxError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderTeamSharedDropboxError.other": {"fq_name": "team.TeamFolderTeamSharedDropboxError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderTeamSharedDropboxError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsArg.team_folder_id": {"fq_name": "team.TeamFolderUpdateSyncSettingsArg.team_folder_id", "param_name": "teamFolderId", "static_instance": null, "getter_method": "getTeamFolderId", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsArg", "route_refs": ["team.team_folder/archive"], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsArg.sync_setting": {"fq_name": "team.TeamFolderUpdateSyncSettingsArg.sync_setting", "param_name": "syncSetting", "static_instance": null, "getter_method": "getSyncSetting", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsArg.content_sync_settings": {"fq_name": "team.TeamFolderUpdateSyncSettingsArg.content_sync_settings", "param_name": "contentSyncSettings", "static_instance": null, "getter_method": "getContentSyncSettings", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsError.access_error": {"fq_name": "team.TeamFolderUpdateSyncSettingsError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsError.status_error": {"fq_name": "team.TeamFolderUpdateSyncSettingsError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderUpdateSyncSettingsError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsError.other": {"fq_name": "team.TeamFolderUpdateSyncSettingsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsError.sync_settings_error": {"fq_name": "team.TeamFolderUpdateSyncSettingsError.sync_settings_error", "param_name": "syncSettingsErrorValue", "static_instance": null, "getter_method": "getSyncSettingsErrorValue", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.name": {"fq_name": "team.TeamGetInfoResult.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.team_id": {"fq_name": "team.TeamGetInfoResult.team_id", "param_name": "teamId", "static_instance": null, "getter_method": "getTeamId", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.num_licensed_users": {"fq_name": "team.TeamGetInfoResult.num_licensed_users", "param_name": "numLicensedUsers", "static_instance": null, "getter_method": "getNumLicensedUsers", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.num_provisioned_users": {"fq_name": "team.TeamGetInfoResult.num_provisioned_users", "param_name": "numProvisionedUsers", "static_instance": null, "getter_method": "getNumProvisionedUsers", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.policies": {"fq_name": "team.TeamGetInfoResult.policies", "param_name": "policies", "static_instance": null, "getter_method": "getPolicies", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.num_used_licenses": {"fq_name": "team.TeamGetInfoResult.num_used_licenses", "param_name": "numUsedLicenses", "static_instance": null, "getter_method": "getNumUsedLicenses", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberInfo.profile": {"fq_name": "team.TeamMemberInfo.profile", "param_name": "profile", "static_instance": null, "getter_method": "getProfile", "containing_data_type_ref": "team.TeamMemberInfo", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberInfo.role": {"fq_name": "team.TeamMemberInfo.role", "param_name": "role", "static_instance": null, "getter_method": "getRole", "containing_data_type_ref": "team.TeamMemberInfo", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberInfoV2.profile": {"fq_name": "team.TeamMemberInfoV2.profile", "param_name": "profile", "static_instance": null, "getter_method": "getProfile", "containing_data_type_ref": "team.TeamMemberInfoV2", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberInfoV2.roles": {"fq_name": "team.TeamMemberInfoV2.roles", "param_name": "roles", "static_instance": null, "getter_method": "getRoles", "containing_data_type_ref": "team.TeamMemberInfoV2", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberInfoV2Result.member_info": {"fq_name": "team.TeamMemberInfoV2Result.member_info", "param_name": "memberInfo", "static_instance": null, "getter_method": "getMemberInfo", "containing_data_type_ref": "team.TeamMemberInfoV2Result", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.team_member_id": {"fq_name": "team.TeamMemberProfile.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.email": {"fq_name": "team.TeamMemberProfile.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.email_verified": {"fq_name": "team.TeamMemberProfile.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.status": {"fq_name": "team.TeamMemberProfile.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.name": {"fq_name": "team.TeamMemberProfile.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.membership_type": {"fq_name": "team.TeamMemberProfile.membership_type", "param_name": "membershipType", "static_instance": null, "getter_method": "getMembershipType", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.groups": {"fq_name": "team.TeamMemberProfile.groups", "param_name": "groups", "static_instance": null, "getter_method": "getGroups", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.member_folder_id": {"fq_name": "team.TeamMemberProfile.member_folder_id", "param_name": "memberFolderId", "static_instance": null, "getter_method": "getMemberFolderId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.external_id": {"fq_name": "team.TeamMemberProfile.external_id", "param_name": "externalId", "static_instance": null, "getter_method": "getExternalId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.account_id": {"fq_name": "team.TeamMemberProfile.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.secondary_emails": {"fq_name": "team.TeamMemberProfile.secondary_emails", "param_name": "secondaryEmails", "static_instance": null, "getter_method": "getSecondaryEmails", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.invited_on": {"fq_name": "team.TeamMemberProfile.invited_on", "param_name": "invitedOn", "static_instance": null, "getter_method": "getInvitedOn", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.joined_on": {"fq_name": "team.TeamMemberProfile.joined_on", "param_name": "joinedOn", "static_instance": null, "getter_method": "getJoinedOn", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.suspended_on": {"fq_name": "team.TeamMemberProfile.suspended_on", "param_name": "suspendedOn", "static_instance": null, "getter_method": "getSuspendedOn", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.persistent_id": {"fq_name": "team.TeamMemberProfile.persistent_id", "param_name": "persistentId", "static_instance": null, "getter_method": "getPersistentId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.is_directory_restricted": {"fq_name": "team.TeamMemberProfile.is_directory_restricted", "param_name": "isDirectoryRestricted", "static_instance": null, "getter_method": "getIsDirectoryRestricted", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.profile_photo_url": {"fq_name": "team.TeamMemberProfile.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberRole.role_id": {"fq_name": "team.TeamMemberRole.role_id", "param_name": "roleId", "static_instance": null, "getter_method": "getRoleId", "containing_data_type_ref": "team.TeamMemberRole", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberRole.name": {"fq_name": "team.TeamMemberRole.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamMemberRole", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberRole.description": {"fq_name": "team.TeamMemberRole.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team.TeamMemberRole", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberStatus.active": {"fq_name": "team.TeamMemberStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team.TeamMemberStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberStatus.invited": {"fq_name": "team.TeamMemberStatus.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team.TeamMemberStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberStatus.suspended": {"fq_name": "team.TeamMemberStatus.suspended", "param_name": "suspendedValue", "static_instance": "SUSPENDED", "getter_method": null, "containing_data_type_ref": "team.TeamMemberStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberStatus.removed": {"fq_name": "team.TeamMemberStatus.removed", "param_name": "removedValue", "static_instance": null, "getter_method": "getRemovedValue", "containing_data_type_ref": "team.TeamMemberStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamMembershipType.full": {"fq_name": "team.TeamMembershipType.full", "param_name": "fullValue", "static_instance": "FULL", "getter_method": null, "containing_data_type_ref": "team.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team.TeamMembershipType.limited": {"fq_name": "team.TeamMembershipType.limited", "param_name": "limitedValue", "static_instance": "LIMITED", "getter_method": null, "containing_data_type_ref": "team.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListArg.limit": {"fq_name": "team.TeamNamespacesListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.TeamNamespacesListArg", "route_refs": ["team.namespaces/list"], "_type": "FieldReference"}, "team.TeamNamespacesListContinueArg.cursor": {"fq_name": "team.TeamNamespacesListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.TeamNamespacesListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListContinueError.invalid_arg": {"fq_name": "team.TeamNamespacesListContinueError.invalid_arg", "param_name": "invalidArgValue", "static_instance": "INVALID_ARG", "getter_method": null, "containing_data_type_ref": "team.TeamNamespacesListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListContinueError.other": {"fq_name": "team.TeamNamespacesListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamNamespacesListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListContinueError.invalid_cursor": {"fq_name": "team.TeamNamespacesListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.TeamNamespacesListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListError.invalid_arg": {"fq_name": "team.TeamNamespacesListError.invalid_arg", "param_name": "invalidArgValue", "static_instance": "INVALID_ARG", "getter_method": null, "containing_data_type_ref": "team.TeamNamespacesListError", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListError.other": {"fq_name": "team.TeamNamespacesListError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamNamespacesListError", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListResult.namespaces": {"fq_name": "team.TeamNamespacesListResult.namespaces", "param_name": "namespaces", "static_instance": null, "getter_method": "getNamespaces", "containing_data_type_ref": "team.TeamNamespacesListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListResult.cursor": {"fq_name": "team.TeamNamespacesListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.TeamNamespacesListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListResult.has_more": {"fq_name": "team.TeamNamespacesListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.TeamNamespacesListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamReportFailureReason.temporary_error": {"fq_name": "team.TeamReportFailureReason.temporary_error", "param_name": "temporaryErrorValue", "static_instance": "TEMPORARY_ERROR", "getter_method": null, "containing_data_type_ref": "team.TeamReportFailureReason", "route_refs": [], "_type": "FieldReference"}, "team.TeamReportFailureReason.many_reports_at_once": {"fq_name": "team.TeamReportFailureReason.many_reports_at_once", "param_name": "manyReportsAtOnceValue", "static_instance": "MANY_REPORTS_AT_ONCE", "getter_method": null, "containing_data_type_ref": "team.TeamReportFailureReason", "route_refs": [], "_type": "FieldReference"}, "team.TeamReportFailureReason.too_much_data": {"fq_name": "team.TeamReportFailureReason.too_much_data", "param_name": "tooMuchDataValue", "static_instance": "TOO_MUCH_DATA", "getter_method": null, "containing_data_type_ref": "team.TeamReportFailureReason", "route_refs": [], "_type": "FieldReference"}, "team.TeamReportFailureReason.other": {"fq_name": "team.TeamReportFailureReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamReportFailureReason", "route_refs": [], "_type": "FieldReference"}, "team.TokenGetAuthenticatedAdminError.mapping_not_found": {"fq_name": "team.TokenGetAuthenticatedAdminError.mapping_not_found", "param_name": "mappingNotFoundValue", "static_instance": "MAPPING_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.TokenGetAuthenticatedAdminError", "route_refs": [], "_type": "FieldReference"}, "team.TokenGetAuthenticatedAdminError.admin_not_active": {"fq_name": "team.TokenGetAuthenticatedAdminError.admin_not_active", "param_name": "adminNotActiveValue", "static_instance": "ADMIN_NOT_ACTIVE", "getter_method": null, "containing_data_type_ref": "team.TokenGetAuthenticatedAdminError", "route_refs": [], "_type": "FieldReference"}, "team.TokenGetAuthenticatedAdminError.other": {"fq_name": "team.TokenGetAuthenticatedAdminError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TokenGetAuthenticatedAdminError", "route_refs": [], "_type": "FieldReference"}, "team.TokenGetAuthenticatedAdminResult.admin_profile": {"fq_name": "team.TokenGetAuthenticatedAdminResult.admin_profile", "param_name": "adminProfile", "static_instance": null, "getter_method": "getAdminProfile", "containing_data_type_ref": "team.TokenGetAuthenticatedAdminResult", "route_refs": [], "_type": "FieldReference"}, "team.UploadApiRateLimitValue.unlimited": {"fq_name": "team.UploadApiRateLimitValue.unlimited", "param_name": "unlimitedValue", "static_instance": "UNLIMITED", "getter_method": null, "containing_data_type_ref": "team.UploadApiRateLimitValue", "route_refs": [], "_type": "FieldReference"}, "team.UploadApiRateLimitValue.limit": {"fq_name": "team.UploadApiRateLimitValue.limit", "param_name": "limitValue", "static_instance": null, "getter_method": "getLimitValue", "containing_data_type_ref": "team.UploadApiRateLimitValue", "route_refs": [], "_type": "FieldReference"}, "team.UploadApiRateLimitValue.other": {"fq_name": "team.UploadApiRateLimitValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.UploadApiRateLimitValue", "route_refs": [], "_type": "FieldReference"}, "team.UserAddResult.success": {"fq_name": "team.UserAddResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.UserAddResult", "route_refs": [], "_type": "FieldReference"}, "team.UserAddResult.invalid_user": {"fq_name": "team.UserAddResult.invalid_user", "param_name": "invalidUserValue", "static_instance": null, "getter_method": "getInvalidUserValue", "containing_data_type_ref": "team.UserAddResult", "route_refs": [], "_type": "FieldReference"}, "team.UserAddResult.unverified": {"fq_name": "team.UserAddResult.unverified", "param_name": "unverifiedValue", "static_instance": null, "getter_method": "getUnverifiedValue", "containing_data_type_ref": "team.UserAddResult", "route_refs": [], "_type": "FieldReference"}, "team.UserAddResult.placeholder_user": {"fq_name": "team.UserAddResult.placeholder_user", "param_name": "placeholderUserValue", "static_instance": null, "getter_method": "getPlaceholderUserValue", "containing_data_type_ref": "team.UserAddResult", "route_refs": [], "_type": "FieldReference"}, "team.UserAddResult.other": {"fq_name": "team.UserAddResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.UserAddResult", "route_refs": [], "_type": "FieldReference"}, "team.UserCustomQuotaArg.user": {"fq_name": "team.UserCustomQuotaArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserCustomQuotaArg", "route_refs": [], "_type": "FieldReference"}, "team.UserCustomQuotaArg.quota_gb": {"fq_name": "team.UserCustomQuotaArg.quota_gb", "param_name": "quotaGb", "static_instance": null, "getter_method": "getQuotaGb", "containing_data_type_ref": "team.UserCustomQuotaArg", "route_refs": [], "_type": "FieldReference"}, "team.UserCustomQuotaResult.user": {"fq_name": "team.UserCustomQuotaResult.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserCustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.UserCustomQuotaResult.quota_gb": {"fq_name": "team.UserCustomQuotaResult.quota_gb", "param_name": "quotaGb", "static_instance": null, "getter_method": "getQuotaGb", "containing_data_type_ref": "team.UserCustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.UserDeleteEmailsResult.user": {"fq_name": "team.UserDeleteEmailsResult.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserDeleteEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserDeleteEmailsResult.results": {"fq_name": "team.UserDeleteEmailsResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.UserDeleteEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserDeleteResult.success": {"fq_name": "team.UserDeleteResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.UserDeleteResult", "route_refs": [], "_type": "FieldReference"}, "team.UserDeleteResult.invalid_user": {"fq_name": "team.UserDeleteResult.invalid_user", "param_name": "invalidUserValue", "static_instance": null, "getter_method": "getInvalidUserValue", "containing_data_type_ref": "team.UserDeleteResult", "route_refs": [], "_type": "FieldReference"}, "team.UserDeleteResult.other": {"fq_name": "team.UserDeleteResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.UserDeleteResult", "route_refs": [], "_type": "FieldReference"}, "team.UserResendEmailsResult.user": {"fq_name": "team.UserResendEmailsResult.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserResendEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserResendEmailsResult.results": {"fq_name": "team.UserResendEmailsResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.UserResendEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserResendResult.success": {"fq_name": "team.UserResendResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.UserResendResult", "route_refs": [], "_type": "FieldReference"}, "team.UserResendResult.invalid_user": {"fq_name": "team.UserResendResult.invalid_user", "param_name": "invalidUserValue", "static_instance": null, "getter_method": "getInvalidUserValue", "containing_data_type_ref": "team.UserResendResult", "route_refs": [], "_type": "FieldReference"}, "team.UserResendResult.other": {"fq_name": "team.UserResendResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.UserResendResult", "route_refs": [], "_type": "FieldReference"}, "team.UserSecondaryEmailsArg.user": {"fq_name": "team.UserSecondaryEmailsArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserSecondaryEmailsArg", "route_refs": [], "_type": "FieldReference"}, "team.UserSecondaryEmailsArg.secondary_emails": {"fq_name": "team.UserSecondaryEmailsArg.secondary_emails", "param_name": "secondaryEmails", "static_instance": null, "getter_method": "getSecondaryEmails", "containing_data_type_ref": "team.UserSecondaryEmailsArg", "route_refs": [], "_type": "FieldReference"}, "team.UserSecondaryEmailsResult.user": {"fq_name": "team.UserSecondaryEmailsResult.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserSecondaryEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserSecondaryEmailsResult.results": {"fq_name": "team.UserSecondaryEmailsResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.UserSecondaryEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserSelectorArg.team_member_id": {"fq_name": "team.UserSelectorArg.team_member_id", "param_name": "teamMemberIdValue", "static_instance": null, "getter_method": "getTeamMemberIdValue", "containing_data_type_ref": "team.UserSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team.UserSelectorArg.external_id": {"fq_name": "team.UserSelectorArg.external_id", "param_name": "externalIdValue", "static_instance": null, "getter_method": "getExternalIdValue", "containing_data_type_ref": "team.UserSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team.UserSelectorArg.email": {"fq_name": "team.UserSelectorArg.email", "param_name": "emailValue", "static_instance": null, "getter_method": "getEmailValue", "containing_data_type_ref": "team.UserSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team.UserSelectorError.user_not_found": {"fq_name": "team.UserSelectorError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.UserSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.UsersSelectorArg.team_member_ids": {"fq_name": "team.UsersSelectorArg.team_member_ids", "param_name": "teamMemberIdsValue", "static_instance": null, "getter_method": "getTeamMemberIdsValue", "containing_data_type_ref": "team.UsersSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team.UsersSelectorArg.external_ids": {"fq_name": "team.UsersSelectorArg.external_ids", "param_name": "externalIdsValue", "static_instance": null, "getter_method": "getExternalIdsValue", "containing_data_type_ref": "team.UsersSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team.UsersSelectorArg.emails": {"fq_name": "team.UsersSelectorArg.emails", "param_name": "emailsValue", "static_instance": null, "getter_method": "getEmailsValue", "containing_data_type_ref": "team.UsersSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupManagementType.user_managed": {"fq_name": "team_common.GroupManagementType.user_managed", "param_name": "userManagedValue", "static_instance": "USER_MANAGED", "getter_method": null, "containing_data_type_ref": "team_common.GroupManagementType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupManagementType.company_managed": {"fq_name": "team_common.GroupManagementType.company_managed", "param_name": "companyManagedValue", "static_instance": "COMPANY_MANAGED", "getter_method": null, "containing_data_type_ref": "team_common.GroupManagementType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupManagementType.system_managed": {"fq_name": "team_common.GroupManagementType.system_managed", "param_name": "systemManagedValue", "static_instance": "SYSTEM_MANAGED", "getter_method": null, "containing_data_type_ref": "team_common.GroupManagementType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupManagementType.other": {"fq_name": "team_common.GroupManagementType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_common.GroupManagementType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupSummary.group_name": {"fq_name": "team_common.GroupSummary.group_name", "param_name": "groupName", "static_instance": null, "getter_method": "getGroupName", "containing_data_type_ref": "team_common.GroupSummary", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupSummary.group_id": {"fq_name": "team_common.GroupSummary.group_id", "param_name": "groupId", "static_instance": null, "getter_method": "getGroupId", "containing_data_type_ref": "team_common.GroupSummary", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupSummary.group_management_type": {"fq_name": "team_common.GroupSummary.group_management_type", "param_name": "groupManagementType", "static_instance": null, "getter_method": "getGroupManagementType", "containing_data_type_ref": "team_common.GroupSummary", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupSummary.group_external_id": {"fq_name": "team_common.GroupSummary.group_external_id", "param_name": "groupExternalId", "static_instance": null, "getter_method": "getGroupExternalId", "containing_data_type_ref": "team_common.GroupSummary", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupSummary.member_count": {"fq_name": "team_common.GroupSummary.member_count", "param_name": "memberCount", "static_instance": null, "getter_method": "getMemberCount", "containing_data_type_ref": "team_common.GroupSummary", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupType.team": {"fq_name": "team_common.GroupType.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "team_common.GroupType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupType.user_managed": {"fq_name": "team_common.GroupType.user_managed", "param_name": "userManagedValue", "static_instance": "USER_MANAGED", "getter_method": null, "containing_data_type_ref": "team_common.GroupType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupType.other": {"fq_name": "team_common.GroupType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_common.GroupType", "route_refs": [], "_type": "FieldReference"}, "team_common.MemberSpaceLimitType.off": {"fq_name": "team_common.MemberSpaceLimitType.off", "param_name": "offValue", "static_instance": "OFF", "getter_method": null, "containing_data_type_ref": "team_common.MemberSpaceLimitType", "route_refs": [], "_type": "FieldReference"}, "team_common.MemberSpaceLimitType.alert_only": {"fq_name": "team_common.MemberSpaceLimitType.alert_only", "param_name": "alertOnlyValue", "static_instance": "ALERT_ONLY", "getter_method": null, "containing_data_type_ref": "team_common.MemberSpaceLimitType", "route_refs": [], "_type": "FieldReference"}, "team_common.MemberSpaceLimitType.stop_sync": {"fq_name": "team_common.MemberSpaceLimitType.stop_sync", "param_name": "stopSyncValue", "static_instance": "STOP_SYNC", "getter_method": null, "containing_data_type_ref": "team_common.MemberSpaceLimitType", "route_refs": [], "_type": "FieldReference"}, "team_common.MemberSpaceLimitType.other": {"fq_name": "team_common.MemberSpaceLimitType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_common.MemberSpaceLimitType", "route_refs": [], "_type": "FieldReference"}, "team_common.TimeRange.start_time": {"fq_name": "team_common.TimeRange.start_time", "param_name": "startTime", "static_instance": null, "getter_method": "getStartTime", "containing_data_type_ref": "team_common.TimeRange", "route_refs": [], "_type": "FieldReference"}, "team_common.TimeRange.end_time": {"fq_name": "team_common.TimeRange.end_time", "param_name": "endTime", "static_instance": null, "getter_method": "getEndTime", "containing_data_type_ref": "team_common.TimeRange", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.admin_console": {"fq_name": "team_log.AccessMethodLogInfo.admin_console", "param_name": "adminConsoleValue", "static_instance": null, "getter_method": "getAdminConsoleValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.api": {"fq_name": "team_log.AccessMethodLogInfo.api", "param_name": "apiValue", "static_instance": null, "getter_method": "getApiValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.content_manager": {"fq_name": "team_log.AccessMethodLogInfo.content_manager", "param_name": "contentManagerValue", "static_instance": null, "getter_method": "getContentManagerValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.end_user": {"fq_name": "team_log.AccessMethodLogInfo.end_user", "param_name": "endUserValue", "static_instance": null, "getter_method": "getEndUserValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.enterprise_console": {"fq_name": "team_log.AccessMethodLogInfo.enterprise_console", "param_name": "enterpriseConsoleValue", "static_instance": null, "getter_method": "getEnterpriseConsoleValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.sign_in_as": {"fq_name": "team_log.AccessMethodLogInfo.sign_in_as", "param_name": "signInAsValue", "static_instance": null, "getter_method": "getSignInAsValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.other": {"fq_name": "team_log.AccessMethodLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureAvailability.available": {"fq_name": "team_log.AccountCaptureAvailability.available", "param_name": "availableValue", "static_instance": "AVAILABLE", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureAvailability", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureAvailability.unavailable": {"fq_name": "team_log.AccountCaptureAvailability.unavailable", "param_name": "unavailableValue", "static_instance": "UNAVAILABLE", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureAvailability", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureAvailability.other": {"fq_name": "team_log.AccountCaptureAvailability.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureAvailability", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangeAvailabilityDetails.new_value": {"fq_name": "team_log.AccountCaptureChangeAvailabilityDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AccountCaptureChangeAvailabilityDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangeAvailabilityDetails.previous_value": {"fq_name": "team_log.AccountCaptureChangeAvailabilityDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AccountCaptureChangeAvailabilityDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangeAvailabilityType.description": {"fq_name": "team_log.AccountCaptureChangeAvailabilityType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountCaptureChangeAvailabilityType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangePolicyDetails.new_value": {"fq_name": "team_log.AccountCaptureChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AccountCaptureChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangePolicyDetails.previous_value": {"fq_name": "team_log.AccountCaptureChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AccountCaptureChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangePolicyType.description": {"fq_name": "team_log.AccountCaptureChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountCaptureChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureMigrateAccountDetails.domain_name": {"fq_name": "team_log.AccountCaptureMigrateAccountDetails.domain_name", "param_name": "domainName", "static_instance": null, "getter_method": "getDomainName", "containing_data_type_ref": "team_log.AccountCaptureMigrateAccountDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureMigrateAccountType.description": {"fq_name": "team_log.AccountCaptureMigrateAccountType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountCaptureMigrateAccountType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationEmailsSentDetails.domain_name": {"fq_name": "team_log.AccountCaptureNotificationEmailsSentDetails.domain_name", "param_name": "domainName", "static_instance": null, "getter_method": "getDomainName", "containing_data_type_ref": "team_log.AccountCaptureNotificationEmailsSentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationEmailsSentDetails.notification_type": {"fq_name": "team_log.AccountCaptureNotificationEmailsSentDetails.notification_type", "param_name": "notificationType", "static_instance": null, "getter_method": "getNotificationType", "containing_data_type_ref": "team_log.AccountCaptureNotificationEmailsSentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationEmailsSentType.description": {"fq_name": "team_log.AccountCaptureNotificationEmailsSentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountCaptureNotificationEmailsSentType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationType.actionable_notification": {"fq_name": "team_log.AccountCaptureNotificationType.actionable_notification", "param_name": "actionableNotificationValue", "static_instance": "ACTIONABLE_NOTIFICATION", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureNotificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationType.proactive_warning_notification": {"fq_name": "team_log.AccountCaptureNotificationType.proactive_warning_notification", "param_name": "proactiveWarningNotificationValue", "static_instance": "PROACTIVE_WARNING_NOTIFICATION", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureNotificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationType.other": {"fq_name": "team_log.AccountCaptureNotificationType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureNotificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCapturePolicy.all_users": {"fq_name": "team_log.AccountCapturePolicy.all_users", "param_name": "allUsersValue", "static_instance": "ALL_USERS", "getter_method": null, "containing_data_type_ref": "team_log.AccountCapturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCapturePolicy.disabled": {"fq_name": "team_log.AccountCapturePolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.AccountCapturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCapturePolicy.invited_users": {"fq_name": "team_log.AccountCapturePolicy.invited_users", "param_name": "invitedUsersValue", "static_instance": "INVITED_USERS", "getter_method": null, "containing_data_type_ref": "team_log.AccountCapturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCapturePolicy.prevent_personal_creation": {"fq_name": "team_log.AccountCapturePolicy.prevent_personal_creation", "param_name": "preventPersonalCreationValue", "static_instance": "PREVENT_PERSONAL_CREATION", "getter_method": null, "containing_data_type_ref": "team_log.AccountCapturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCapturePolicy.other": {"fq_name": "team_log.AccountCapturePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AccountCapturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureRelinquishAccountDetails.domain_name": {"fq_name": "team_log.AccountCaptureRelinquishAccountDetails.domain_name", "param_name": "domainName", "static_instance": null, "getter_method": "getDomainName", "containing_data_type_ref": "team_log.AccountCaptureRelinquishAccountDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureRelinquishAccountType.description": {"fq_name": "team_log.AccountCaptureRelinquishAccountType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountCaptureRelinquishAccountType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountLockOrUnlockedDetails.previous_value": {"fq_name": "team_log.AccountLockOrUnlockedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AccountLockOrUnlockedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountLockOrUnlockedDetails.new_value": {"fq_name": "team_log.AccountLockOrUnlockedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AccountLockOrUnlockedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountLockOrUnlockedType.description": {"fq_name": "team_log.AccountLockOrUnlockedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountLockOrUnlockedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountState.locked": {"fq_name": "team_log.AccountState.locked", "param_name": "lockedValue", "static_instance": "LOCKED", "getter_method": null, "containing_data_type_ref": "team_log.AccountState", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountState.unlocked": {"fq_name": "team_log.AccountState.unlocked", "param_name": "unlockedValue", "static_instance": "UNLOCKED", "getter_method": null, "containing_data_type_ref": "team_log.AccountState", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountState.other": {"fq_name": "team_log.AccountState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AccountState", "route_refs": [], "_type": "FieldReference"}, "team_log.ActionDetails.remove_action": {"fq_name": "team_log.ActionDetails.remove_action", "param_name": "removeActionValue", "static_instance": null, "getter_method": "getRemoveActionValue", "containing_data_type_ref": "team_log.ActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ActionDetails.team_invite_details": {"fq_name": "team_log.ActionDetails.team_invite_details", "param_name": "teamInviteDetailsValue", "static_instance": null, "getter_method": "getTeamInviteDetailsValue", "containing_data_type_ref": "team_log.ActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ActionDetails.team_join_details": {"fq_name": "team_log.ActionDetails.team_join_details", "param_name": "teamJoinDetailsValue", "static_instance": null, "getter_method": "getTeamJoinDetailsValue", "containing_data_type_ref": "team_log.ActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ActionDetails.other": {"fq_name": "team_log.ActionDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.admin": {"fq_name": "team_log.ActorLogInfo.admin", "param_name": "adminValue", "static_instance": null, "getter_method": "getAdminValue", "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.anonymous": {"fq_name": "team_log.ActorLogInfo.anonymous", "param_name": "anonymousValue", "static_instance": "ANONYMOUS", "getter_method": null, "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.app": {"fq_name": "team_log.ActorLogInfo.app", "param_name": "appValue", "static_instance": null, "getter_method": "getAppValue", "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.dropbox": {"fq_name": "team_log.ActorLogInfo.dropbox", "param_name": "dropboxValue", "static_instance": "DROPBOX", "getter_method": null, "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.reseller": {"fq_name": "team_log.ActorLogInfo.reseller", "param_name": "resellerValue", "static_instance": null, "getter_method": "getResellerValue", "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.user": {"fq_name": "team_log.ActorLogInfo.user", "param_name": "userValue", "static_instance": null, "getter_method": "getUserValue", "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.other": {"fq_name": "team_log.ActorLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.account_takeover": {"fq_name": "team_log.AdminAlertCategoryEnum.account_takeover", "param_name": "accountTakeoverValue", "static_instance": "ACCOUNT_TAKEOVER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.data_loss_protection": {"fq_name": "team_log.AdminAlertCategoryEnum.data_loss_protection", "param_name": "dataLossProtectionValue", "static_instance": "DATA_LOSS_PROTECTION", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.information_governance": {"fq_name": "team_log.AdminAlertCategoryEnum.information_governance", "param_name": "informationGovernanceValue", "static_instance": "INFORMATION_GOVERNANCE", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.malware_sharing": {"fq_name": "team_log.AdminAlertCategoryEnum.malware_sharing", "param_name": "malwareSharingValue", "static_instance": "MALWARE_SHARING", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.massive_file_operation": {"fq_name": "team_log.AdminAlertCategoryEnum.massive_file_operation", "param_name": "massiveFileOperationValue", "static_instance": "MASSIVE_FILE_OPERATION", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.na": {"fq_name": "team_log.AdminAlertCategoryEnum.na", "param_name": "naValue", "static_instance": "NA", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.threat_management": {"fq_name": "team_log.AdminAlertCategoryEnum.threat_management", "param_name": "threatManagementValue", "static_instance": "THREAT_MANAGEMENT", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.other": {"fq_name": "team_log.AdminAlertCategoryEnum.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.active": {"fq_name": "team_log.AdminAlertGeneralStateEnum.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.dismissed": {"fq_name": "team_log.AdminAlertGeneralStateEnum.dismissed", "param_name": "dismissedValue", "static_instance": "DISMISSED", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.in_progress": {"fq_name": "team_log.AdminAlertGeneralStateEnum.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.na": {"fq_name": "team_log.AdminAlertGeneralStateEnum.na", "param_name": "naValue", "static_instance": "NA", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.resolved": {"fq_name": "team_log.AdminAlertGeneralStateEnum.resolved", "param_name": "resolvedValue", "static_instance": "RESOLVED", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.other": {"fq_name": "team_log.AdminAlertGeneralStateEnum.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.high": {"fq_name": "team_log.AdminAlertSeverityEnum.high", "param_name": "highValue", "static_instance": "HIGH", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.info": {"fq_name": "team_log.AdminAlertSeverityEnum.info", "param_name": "infoValue", "static_instance": "INFO", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.low": {"fq_name": "team_log.AdminAlertSeverityEnum.low", "param_name": "lowValue", "static_instance": "LOW", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.medium": {"fq_name": "team_log.AdminAlertSeverityEnum.medium", "param_name": "mediumValue", "static_instance": "MEDIUM", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.na": {"fq_name": "team_log.AdminAlertSeverityEnum.na", "param_name": "naValue", "static_instance": "NA", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.other": {"fq_name": "team_log.AdminAlertSeverityEnum.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.alert_state": {"fq_name": "team_log.AdminAlertingAlertConfiguration.alert_state", "param_name": "alertState", "static_instance": null, "getter_method": "getAlertState", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.sensitivity_level": {"fq_name": "team_log.AdminAlertingAlertConfiguration.sensitivity_level", "param_name": "sensitivityLevel", "static_instance": null, "getter_method": "getSensitivityLevel", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.recipients_settings": {"fq_name": "team_log.AdminAlertingAlertConfiguration.recipients_settings", "param_name": "recipientsSettings", "static_instance": null, "getter_method": "getRecipientsSettings", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.text": {"fq_name": "team_log.AdminAlertingAlertConfiguration.text", "param_name": "text", "static_instance": null, "getter_method": "getText", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.excluded_file_extensions": {"fq_name": "team_log.AdminAlertingAlertConfiguration.excluded_file_extensions", "param_name": "excludedFileExtensions", "static_instance": null, "getter_method": "getExcludedFileExtensions", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.high": {"fq_name": "team_log.AdminAlertingAlertSensitivity.high", "param_name": "highValue", "static_instance": "HIGH", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.highest": {"fq_name": "team_log.AdminAlertingAlertSensitivity.highest", "param_name": "highestValue", "static_instance": "HIGHEST", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.invalid": {"fq_name": "team_log.AdminAlertingAlertSensitivity.invalid", "param_name": "invalidValue", "static_instance": "INVALID", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.low": {"fq_name": "team_log.AdminAlertingAlertSensitivity.low", "param_name": "lowValue", "static_instance": "LOW", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.lowest": {"fq_name": "team_log.AdminAlertingAlertSensitivity.lowest", "param_name": "lowestValue", "static_instance": "LOWEST", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.medium": {"fq_name": "team_log.AdminAlertingAlertSensitivity.medium", "param_name": "mediumValue", "static_instance": "MEDIUM", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.other": {"fq_name": "team_log.AdminAlertingAlertSensitivity.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.alert_name": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.alert_name", "param_name": "alertName", "static_instance": null, "getter_method": "getAlertName", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.alert_severity": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.alert_severity", "param_name": "alertSeverity", "static_instance": null, "getter_method": "getAlertSeverity", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.alert_category": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.alert_category", "param_name": "alertCategory", "static_instance": null, "getter_method": "getAlertCategory", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.alert_instance_id": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.alert_instance_id", "param_name": "alertInstanceId", "static_instance": null, "getter_method": "getAlertInstanceId", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.previous_value": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.new_value": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedType.description": {"fq_name": "team_log.AdminAlertingAlertStateChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStatePolicy.off": {"fq_name": "team_log.AdminAlertingAlertStatePolicy.off", "param_name": "offValue", "static_instance": "OFF", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertStatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStatePolicy.on": {"fq_name": "team_log.AdminAlertingAlertStatePolicy.on", "param_name": "onValue", "static_instance": "ON", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertStatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStatePolicy.other": {"fq_name": "team_log.AdminAlertingAlertStatePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertStatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingChangedAlertConfigDetails.alert_name": {"fq_name": "team_log.AdminAlertingChangedAlertConfigDetails.alert_name", "param_name": "alertName", "static_instance": null, "getter_method": "getAlertName", "containing_data_type_ref": "team_log.AdminAlertingChangedAlertConfigDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingChangedAlertConfigDetails.previous_alert_config": {"fq_name": "team_log.AdminAlertingChangedAlertConfigDetails.previous_alert_config", "param_name": "previousAlertConfig", "static_instance": null, "getter_method": "getPreviousAlertConfig", "containing_data_type_ref": "team_log.AdminAlertingChangedAlertConfigDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingChangedAlertConfigDetails.new_alert_config": {"fq_name": "team_log.AdminAlertingChangedAlertConfigDetails.new_alert_config", "param_name": "newAlertConfig", "static_instance": null, "getter_method": "getNewAlertConfig", "containing_data_type_ref": "team_log.AdminAlertingChangedAlertConfigDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingChangedAlertConfigType.description": {"fq_name": "team_log.AdminAlertingChangedAlertConfigType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AdminAlertingChangedAlertConfigType", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingTriggeredAlertDetails.alert_name": {"fq_name": "team_log.AdminAlertingTriggeredAlertDetails.alert_name", "param_name": "alertName", "static_instance": null, "getter_method": "getAlertName", "containing_data_type_ref": "team_log.AdminAlertingTriggeredAlertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingTriggeredAlertDetails.alert_severity": {"fq_name": "team_log.AdminAlertingTriggeredAlertDetails.alert_severity", "param_name": "alertSeverity", "static_instance": null, "getter_method": "getAlertSeverity", "containing_data_type_ref": "team_log.AdminAlertingTriggeredAlertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingTriggeredAlertDetails.alert_category": {"fq_name": "team_log.AdminAlertingTriggeredAlertDetails.alert_category", "param_name": "alertCategory", "static_instance": null, "getter_method": "getAlertCategory", "containing_data_type_ref": "team_log.AdminAlertingTriggeredAlertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingTriggeredAlertDetails.alert_instance_id": {"fq_name": "team_log.AdminAlertingTriggeredAlertDetails.alert_instance_id", "param_name": "alertInstanceId", "static_instance": null, "getter_method": "getAlertInstanceId", "containing_data_type_ref": "team_log.AdminAlertingTriggeredAlertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingTriggeredAlertType.description": {"fq_name": "team_log.AdminAlertingTriggeredAlertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AdminAlertingTriggeredAlertType", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPermission.default_for_listed_apps": {"fq_name": "team_log.AdminConsoleAppPermission.default_for_listed_apps", "param_name": "defaultForListedAppsValue", "static_instance": "DEFAULT_FOR_LISTED_APPS", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPermission", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPermission.default_for_unlisted_apps": {"fq_name": "team_log.AdminConsoleAppPermission.default_for_unlisted_apps", "param_name": "defaultForUnlistedAppsValue", "static_instance": "DEFAULT_FOR_UNLISTED_APPS", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPermission", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPermission.other": {"fq_name": "team_log.AdminConsoleAppPermission.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPermission", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPolicy.allow": {"fq_name": "team_log.AdminConsoleAppPolicy.allow", "param_name": "allowValue", "static_instance": "ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPolicy.block": {"fq_name": "team_log.AdminConsoleAppPolicy.block", "param_name": "blockValue", "static_instance": "BLOCK", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPolicy.default": {"fq_name": "team_log.AdminConsoleAppPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPolicy.other": {"fq_name": "team_log.AdminConsoleAppPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersChangedDetails.new_value": {"fq_name": "team_log.AdminEmailRemindersChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AdminEmailRemindersChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersChangedDetails.previous_value": {"fq_name": "team_log.AdminEmailRemindersChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AdminEmailRemindersChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersChangedType.description": {"fq_name": "team_log.AdminEmailRemindersChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AdminEmailRemindersChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersPolicy.default": {"fq_name": "team_log.AdminEmailRemindersPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.AdminEmailRemindersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersPolicy.disabled": {"fq_name": "team_log.AdminEmailRemindersPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.AdminEmailRemindersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersPolicy.enabled": {"fq_name": "team_log.AdminEmailRemindersPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.AdminEmailRemindersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersPolicy.other": {"fq_name": "team_log.AdminEmailRemindersPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminEmailRemindersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.billing_admin": {"fq_name": "team_log.AdminRole.billing_admin", "param_name": "billingAdminValue", "static_instance": "BILLING_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.compliance_admin": {"fq_name": "team_log.AdminRole.compliance_admin", "param_name": "complianceAdminValue", "static_instance": "COMPLIANCE_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.content_admin": {"fq_name": "team_log.AdminRole.content_admin", "param_name": "contentAdminValue", "static_instance": "CONTENT_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.limited_admin": {"fq_name": "team_log.AdminRole.limited_admin", "param_name": "limitedAdminValue", "static_instance": "LIMITED_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.member_only": {"fq_name": "team_log.AdminRole.member_only", "param_name": "memberOnlyValue", "static_instance": "MEMBER_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.reporting_admin": {"fq_name": "team_log.AdminRole.reporting_admin", "param_name": "reportingAdminValue", "static_instance": "REPORTING_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.security_admin": {"fq_name": "team_log.AdminRole.security_admin", "param_name": "securityAdminValue", "static_instance": "SECURITY_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.support_admin": {"fq_name": "team_log.AdminRole.support_admin", "param_name": "supportAdminValue", "static_instance": "SUPPORT_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.team_admin": {"fq_name": "team_log.AdminRole.team_admin", "param_name": "teamAdminValue", "static_instance": "TEAM_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.user_management_admin": {"fq_name": "team_log.AdminRole.user_management_admin", "param_name": "userManagementAdminValue", "static_instance": "USER_MANAGEMENT_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.other": {"fq_name": "team_log.AdminRole.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AlertRecipientsSettingType.custom_list": {"fq_name": "team_log.AlertRecipientsSettingType.custom_list", "param_name": "customListValue", "static_instance": "CUSTOM_LIST", "getter_method": null, "containing_data_type_ref": "team_log.AlertRecipientsSettingType", "route_refs": [], "_type": "FieldReference"}, "team_log.AlertRecipientsSettingType.invalid": {"fq_name": "team_log.AlertRecipientsSettingType.invalid", "param_name": "invalidValue", "static_instance": "INVALID", "getter_method": null, "containing_data_type_ref": "team_log.AlertRecipientsSettingType", "route_refs": [], "_type": "FieldReference"}, "team_log.AlertRecipientsSettingType.none": {"fq_name": "team_log.AlertRecipientsSettingType.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "team_log.AlertRecipientsSettingType", "route_refs": [], "_type": "FieldReference"}, "team_log.AlertRecipientsSettingType.team_admins": {"fq_name": "team_log.AlertRecipientsSettingType.team_admins", "param_name": "teamAdminsValue", "static_instance": "TEAM_ADMINS", "getter_method": null, "containing_data_type_ref": "team_log.AlertRecipientsSettingType", "route_refs": [], "_type": "FieldReference"}, "team_log.AlertRecipientsSettingType.other": {"fq_name": "team_log.AlertRecipientsSettingType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AlertRecipientsSettingType", "route_refs": [], "_type": "FieldReference"}, "team_log.AllowDownloadDisabledType.description": {"fq_name": "team_log.AllowDownloadDisabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AllowDownloadDisabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.AllowDownloadEnabledType.description": {"fq_name": "team_log.AllowDownloadEnabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AllowDownloadEnabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.ApiSessionLogInfo.request_id": {"fq_name": "team_log.ApiSessionLogInfo.request_id", "param_name": "requestId", "static_instance": null, "getter_method": "getRequestId", "containing_data_type_ref": "team_log.ApiSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AppBlockedByPermissionsDetails.app_info": {"fq_name": "team_log.AppBlockedByPermissionsDetails.app_info", "param_name": "appInfo", "static_instance": null, "getter_method": "getAppInfo", "containing_data_type_ref": "team_log.AppBlockedByPermissionsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppBlockedByPermissionsType.description": {"fq_name": "team_log.AppBlockedByPermissionsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppBlockedByPermissionsType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLinkTeamDetails.app_info": {"fq_name": "team_log.AppLinkTeamDetails.app_info", "param_name": "appInfo", "static_instance": null, "getter_method": "getAppInfo", "containing_data_type_ref": "team_log.AppLinkTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLinkTeamType.description": {"fq_name": "team_log.AppLinkTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppLinkTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLinkUserDetails.app_info": {"fq_name": "team_log.AppLinkUserDetails.app_info", "param_name": "appInfo", "static_instance": null, "getter_method": "getAppInfo", "containing_data_type_ref": "team_log.AppLinkUserDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLinkUserType.description": {"fq_name": "team_log.AppLinkUserType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppLinkUserType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLogInfo.app_id": {"fq_name": "team_log.AppLogInfo.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team_log.AppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLogInfo.display_name": {"fq_name": "team_log.AppLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.AppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AppPermissionsChangedDetails.previous_value": {"fq_name": "team_log.AppPermissionsChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AppPermissionsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppPermissionsChangedDetails.new_value": {"fq_name": "team_log.AppPermissionsChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AppPermissionsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppPermissionsChangedDetails.app_name": {"fq_name": "team_log.AppPermissionsChangedDetails.app_name", "param_name": "appName", "static_instance": null, "getter_method": "getAppName", "containing_data_type_ref": "team_log.AppPermissionsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppPermissionsChangedDetails.permission": {"fq_name": "team_log.AppPermissionsChangedDetails.permission", "param_name": "permission", "static_instance": null, "getter_method": "getPermission", "containing_data_type_ref": "team_log.AppPermissionsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppPermissionsChangedType.description": {"fq_name": "team_log.AppPermissionsChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppPermissionsChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppUnlinkTeamDetails.app_info": {"fq_name": "team_log.AppUnlinkTeamDetails.app_info", "param_name": "appInfo", "static_instance": null, "getter_method": "getAppInfo", "containing_data_type_ref": "team_log.AppUnlinkTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppUnlinkTeamType.description": {"fq_name": "team_log.AppUnlinkTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppUnlinkTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppUnlinkUserDetails.app_info": {"fq_name": "team_log.AppUnlinkUserDetails.app_info", "param_name": "appInfo", "static_instance": null, "getter_method": "getAppInfo", "containing_data_type_ref": "team_log.AppUnlinkUserDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppUnlinkUserType.description": {"fq_name": "team_log.AppUnlinkUserType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppUnlinkUserType", "route_refs": [], "_type": "FieldReference"}, "team_log.ApplyNamingConventionType.description": {"fq_name": "team_log.ApplyNamingConventionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ApplyNamingConventionType", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.file": {"fq_name": "team_log.AssetLogInfo.file", "param_name": "fileValue", "static_instance": null, "getter_method": "getFileValue", "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.folder": {"fq_name": "team_log.AssetLogInfo.folder", "param_name": "folderValue", "static_instance": null, "getter_method": "getFolderValue", "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.paper_document": {"fq_name": "team_log.AssetLogInfo.paper_document", "param_name": "paperDocumentValue", "static_instance": null, "getter_method": "getPaperDocumentValue", "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.paper_folder": {"fq_name": "team_log.AssetLogInfo.paper_folder", "param_name": "paperFolderValue", "static_instance": null, "getter_method": "getPaperFolderValue", "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.showcase_document": {"fq_name": "team_log.AssetLogInfo.showcase_document", "param_name": "showcaseDocumentValue", "static_instance": null, "getter_method": "getShowcaseDocumentValue", "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.other": {"fq_name": "team_log.AssetLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.BackupAdminInvitationSentType.description": {"fq_name": "team_log.BackupAdminInvitationSentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BackupAdminInvitationSentType", "route_refs": [], "_type": "FieldReference"}, "team_log.BackupInvitationOpenedType.description": {"fq_name": "team_log.BackupInvitationOpenedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BackupInvitationOpenedType", "route_refs": [], "_type": "FieldReference"}, "team_log.BackupStatus.disabled": {"fq_name": "team_log.BackupStatus.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.BackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.BackupStatus.enabled": {"fq_name": "team_log.BackupStatus.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.BackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.BackupStatus.other": {"fq_name": "team_log.BackupStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.BackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddPageDetails.event_uuid": {"fq_name": "team_log.BinderAddPageDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderAddPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddPageDetails.doc_title": {"fq_name": "team_log.BinderAddPageDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderAddPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddPageDetails.binder_item_name": {"fq_name": "team_log.BinderAddPageDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderAddPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddPageType.description": {"fq_name": "team_log.BinderAddPageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderAddPageType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddSectionDetails.event_uuid": {"fq_name": "team_log.BinderAddSectionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderAddSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddSectionDetails.doc_title": {"fq_name": "team_log.BinderAddSectionDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderAddSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddSectionDetails.binder_item_name": {"fq_name": "team_log.BinderAddSectionDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderAddSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddSectionType.description": {"fq_name": "team_log.BinderAddSectionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderAddSectionType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemovePageDetails.event_uuid": {"fq_name": "team_log.BinderRemovePageDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderRemovePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemovePageDetails.doc_title": {"fq_name": "team_log.BinderRemovePageDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderRemovePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemovePageDetails.binder_item_name": {"fq_name": "team_log.BinderRemovePageDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderRemovePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemovePageType.description": {"fq_name": "team_log.BinderRemovePageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderRemovePageType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemoveSectionDetails.event_uuid": {"fq_name": "team_log.BinderRemoveSectionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderRemoveSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemoveSectionDetails.doc_title": {"fq_name": "team_log.BinderRemoveSectionDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderRemoveSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemoveSectionDetails.binder_item_name": {"fq_name": "team_log.BinderRemoveSectionDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderRemoveSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemoveSectionType.description": {"fq_name": "team_log.BinderRemoveSectionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderRemoveSectionType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenamePageDetails.event_uuid": {"fq_name": "team_log.BinderRenamePageDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderRenamePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenamePageDetails.doc_title": {"fq_name": "team_log.BinderRenamePageDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderRenamePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenamePageDetails.binder_item_name": {"fq_name": "team_log.BinderRenamePageDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderRenamePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenamePageDetails.previous_binder_item_name": {"fq_name": "team_log.BinderRenamePageDetails.previous_binder_item_name", "param_name": "previousBinderItemName", "static_instance": null, "getter_method": "getPreviousBinderItemName", "containing_data_type_ref": "team_log.BinderRenamePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenamePageType.description": {"fq_name": "team_log.BinderRenamePageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderRenamePageType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenameSectionDetails.event_uuid": {"fq_name": "team_log.BinderRenameSectionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderRenameSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenameSectionDetails.doc_title": {"fq_name": "team_log.BinderRenameSectionDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderRenameSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenameSectionDetails.binder_item_name": {"fq_name": "team_log.BinderRenameSectionDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderRenameSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenameSectionDetails.previous_binder_item_name": {"fq_name": "team_log.BinderRenameSectionDetails.previous_binder_item_name", "param_name": "previousBinderItemName", "static_instance": null, "getter_method": "getPreviousBinderItemName", "containing_data_type_ref": "team_log.BinderRenameSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenameSectionType.description": {"fq_name": "team_log.BinderRenameSectionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderRenameSectionType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderPageDetails.event_uuid": {"fq_name": "team_log.BinderReorderPageDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderReorderPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderPageDetails.doc_title": {"fq_name": "team_log.BinderReorderPageDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderReorderPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderPageDetails.binder_item_name": {"fq_name": "team_log.BinderReorderPageDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderReorderPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderPageType.description": {"fq_name": "team_log.BinderReorderPageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderReorderPageType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderSectionDetails.event_uuid": {"fq_name": "team_log.BinderReorderSectionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderReorderSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderSectionDetails.doc_title": {"fq_name": "team_log.BinderReorderSectionDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderReorderSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderSectionDetails.binder_item_name": {"fq_name": "team_log.BinderReorderSectionDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderReorderSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderSectionType.description": {"fq_name": "team_log.BinderReorderSectionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderReorderSectionType", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicy.disabled": {"fq_name": "team_log.CameraUploadsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.CameraUploadsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicy.enabled": {"fq_name": "team_log.CameraUploadsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.CameraUploadsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicy.other": {"fq_name": "team_log.CameraUploadsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.CameraUploadsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicyChangedDetails.new_value": {"fq_name": "team_log.CameraUploadsPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.CameraUploadsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicyChangedDetails.previous_value": {"fq_name": "team_log.CameraUploadsPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.CameraUploadsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicyChangedType.description": {"fq_name": "team_log.CameraUploadsPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CameraUploadsPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicy.default": {"fq_name": "team_log.CaptureTranscriptPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTranscriptPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicy.disabled": {"fq_name": "team_log.CaptureTranscriptPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTranscriptPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicy.enabled": {"fq_name": "team_log.CaptureTranscriptPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTranscriptPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicy.other": {"fq_name": "team_log.CaptureTranscriptPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTranscriptPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicyChangedDetails.new_value": {"fq_name": "team_log.CaptureTranscriptPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.CaptureTranscriptPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicyChangedDetails.previous_value": {"fq_name": "team_log.CaptureTranscriptPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.CaptureTranscriptPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicyChangedType.description": {"fq_name": "team_log.CaptureTranscriptPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CaptureTranscriptPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.subject": {"fq_name": "team_log.Certificate.subject", "param_name": "subject", "static_instance": null, "getter_method": "getSubject", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.issuer": {"fq_name": "team_log.Certificate.issuer", "param_name": "issuer", "static_instance": null, "getter_method": "getIssuer", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.issue_date": {"fq_name": "team_log.Certificate.issue_date", "param_name": "issueDate", "static_instance": null, "getter_method": "getIssueDate", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.expiration_date": {"fq_name": "team_log.Certificate.expiration_date", "param_name": "expirationDate", "static_instance": null, "getter_method": "getExpirationDate", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.serial_number": {"fq_name": "team_log.Certificate.serial_number", "param_name": "serialNumber", "static_instance": null, "getter_method": "getSerialNumber", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.sha1_fingerprint": {"fq_name": "team_log.Certificate.sha1_fingerprint", "param_name": "sha1Fingerprint", "static_instance": null, "getter_method": "getSha1Fingerprint", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.common_name": {"fq_name": "team_log.Certificate.common_name", "param_name": "commonName", "static_instance": null, "getter_method": "getCommonName", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangeLinkExpirationPolicy.allowed": {"fq_name": "team_log.ChangeLinkExpirationPolicy.allowed", "param_name": "allowedValue", "static_instance": "ALLOWED", "getter_method": null, "containing_data_type_ref": "team_log.ChangeLinkExpirationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangeLinkExpirationPolicy.not_allowed": {"fq_name": "team_log.ChangeLinkExpirationPolicy.not_allowed", "param_name": "notAllowedValue", "static_instance": "NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "team_log.ChangeLinkExpirationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangeLinkExpirationPolicy.other": {"fq_name": "team_log.ChangeLinkExpirationPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ChangeLinkExpirationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseAdminRoleDetails.previous_value": {"fq_name": "team_log.ChangedEnterpriseAdminRoleDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ChangedEnterpriseAdminRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseAdminRoleDetails.new_value": {"fq_name": "team_log.ChangedEnterpriseAdminRoleDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ChangedEnterpriseAdminRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseAdminRoleDetails.team_name": {"fq_name": "team_log.ChangedEnterpriseAdminRoleDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.ChangedEnterpriseAdminRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseAdminRoleType.description": {"fq_name": "team_log.ChangedEnterpriseAdminRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ChangedEnterpriseAdminRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusDetails.action": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusDetails.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "team_log.ChangedEnterpriseConnectedTeamStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusDetails.additional_info": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusDetails.additional_info", "param_name": "additionalInfo", "static_instance": null, "getter_method": "getAdditionalInfo", "containing_data_type_ref": "team_log.ChangedEnterpriseConnectedTeamStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusDetails.previous_value": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ChangedEnterpriseConnectedTeamStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusDetails.new_value": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ChangedEnterpriseConnectedTeamStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusType.description": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ChangedEnterpriseConnectedTeamStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationChangePolicyDetails.previous_value": {"fq_name": "team_log.ClassificationChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ClassificationChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationChangePolicyDetails.new_value": {"fq_name": "team_log.ClassificationChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ClassificationChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationChangePolicyDetails.classification_type": {"fq_name": "team_log.ClassificationChangePolicyDetails.classification_type", "param_name": "classificationType", "static_instance": null, "getter_method": "getClassificationType", "containing_data_type_ref": "team_log.ClassificationChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationChangePolicyType.description": {"fq_name": "team_log.ClassificationChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ClassificationChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationCreateReportFailDetails.failure_reason": {"fq_name": "team_log.ClassificationCreateReportFailDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.ClassificationCreateReportFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationCreateReportFailType.description": {"fq_name": "team_log.ClassificationCreateReportFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ClassificationCreateReportFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationCreateReportType.description": {"fq_name": "team_log.ClassificationCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ClassificationCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationPolicyEnumWrapper.disabled": {"fq_name": "team_log.ClassificationPolicyEnumWrapper.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationPolicyEnumWrapper", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationPolicyEnumWrapper.enabled": {"fq_name": "team_log.ClassificationPolicyEnumWrapper.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationPolicyEnumWrapper", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationPolicyEnumWrapper.member_and_team_folders": {"fq_name": "team_log.ClassificationPolicyEnumWrapper.member_and_team_folders", "param_name": "memberAndTeamFoldersValue", "static_instance": "MEMBER_AND_TEAM_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationPolicyEnumWrapper", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationPolicyEnumWrapper.team_folders": {"fq_name": "team_log.ClassificationPolicyEnumWrapper.team_folders", "param_name": "teamFoldersValue", "static_instance": "TEAM_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationPolicyEnumWrapper", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationPolicyEnumWrapper.other": {"fq_name": "team_log.ClassificationPolicyEnumWrapper.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationPolicyEnumWrapper", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationType.personal_information": {"fq_name": "team_log.ClassificationType.personal_information", "param_name": "personalInformationValue", "static_instance": "PERSONAL_INFORMATION", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationType.pii": {"fq_name": "team_log.ClassificationType.pii", "param_name": "piiValue", "static_instance": "PII", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationType.other": {"fq_name": "team_log.ClassificationType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.CollectionShareDetails.album_name": {"fq_name": "team_log.CollectionShareDetails.album_name", "param_name": "albumName", "static_instance": null, "getter_method": "getAlbumName", "containing_data_type_ref": "team_log.CollectionShareDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CollectionShareType.description": {"fq_name": "team_log.CollectionShareType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CollectionShareType", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicy.default": {"fq_name": "team_log.ComputerBackupPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.ComputerBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicy.disabled": {"fq_name": "team_log.ComputerBackupPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ComputerBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicy.enabled": {"fq_name": "team_log.ComputerBackupPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ComputerBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicy.other": {"fq_name": "team_log.ComputerBackupPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ComputerBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicyChangedDetails.new_value": {"fq_name": "team_log.ComputerBackupPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ComputerBackupPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicyChangedDetails.previous_value": {"fq_name": "team_log.ComputerBackupPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ComputerBackupPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicyChangedType.description": {"fq_name": "team_log.ComputerBackupPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ComputerBackupPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ConnectedTeamName.team": {"fq_name": "team_log.ConnectedTeamName.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.ConnectedTeamName", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentAdministrationPolicyChangedDetails.new_value": {"fq_name": "team_log.ContentAdministrationPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ContentAdministrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentAdministrationPolicyChangedDetails.previous_value": {"fq_name": "team_log.ContentAdministrationPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ContentAdministrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentAdministrationPolicyChangedType.description": {"fq_name": "team_log.ContentAdministrationPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ContentAdministrationPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentPermanentDeletePolicy.disabled": {"fq_name": "team_log.ContentPermanentDeletePolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ContentPermanentDeletePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentPermanentDeletePolicy.enabled": {"fq_name": "team_log.ContentPermanentDeletePolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ContentPermanentDeletePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentPermanentDeletePolicy.other": {"fq_name": "team_log.ContentPermanentDeletePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ContentPermanentDeletePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.anonymous": {"fq_name": "team_log.ContextLogInfo.anonymous", "param_name": "anonymousValue", "static_instance": "ANONYMOUS", "getter_method": null, "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.non_team_member": {"fq_name": "team_log.ContextLogInfo.non_team_member", "param_name": "nonTeamMemberValue", "static_instance": null, "getter_method": "getNonTeamMemberValue", "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.organization_team": {"fq_name": "team_log.ContextLogInfo.organization_team", "param_name": "organizationTeamValue", "static_instance": null, "getter_method": "getOrganizationTeamValue", "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.team": {"fq_name": "team_log.ContextLogInfo.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.team_member": {"fq_name": "team_log.ContextLogInfo.team_member", "param_name": "teamMemberValue", "static_instance": null, "getter_method": "getTeamMemberValue", "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.trusted_non_team_member": {"fq_name": "team_log.ContextLogInfo.trusted_non_team_member", "param_name": "trustedNonTeamMemberValue", "static_instance": null, "getter_method": "getTrustedNonTeamMemberValue", "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.other": {"fq_name": "team_log.ContextLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.CreateFolderType.description": {"fq_name": "team_log.CreateFolderType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CreateFolderType", "route_refs": [], "_type": "FieldReference"}, "team_log.CreateTeamInviteLinkDetails.link_url": {"fq_name": "team_log.CreateTeamInviteLinkDetails.link_url", "param_name": "linkUrl", "static_instance": null, "getter_method": "getLinkUrl", "containing_data_type_ref": "team_log.CreateTeamInviteLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CreateTeamInviteLinkDetails.expiry_date": {"fq_name": "team_log.CreateTeamInviteLinkDetails.expiry_date", "param_name": "expiryDate", "static_instance": null, "getter_method": "getExpiryDate", "containing_data_type_ref": "team_log.CreateTeamInviteLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CreateTeamInviteLinkType.description": {"fq_name": "team_log.CreateTeamInviteLinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CreateTeamInviteLinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.DataPlacementRestrictionChangePolicyDetails.previous_value": {"fq_name": "team_log.DataPlacementRestrictionChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DataPlacementRestrictionChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DataPlacementRestrictionChangePolicyDetails.new_value": {"fq_name": "team_log.DataPlacementRestrictionChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DataPlacementRestrictionChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DataPlacementRestrictionChangePolicyType.description": {"fq_name": "team_log.DataPlacementRestrictionChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DataPlacementRestrictionChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DataPlacementRestrictionSatisfyPolicyDetails.placement_restriction": {"fq_name": "team_log.DataPlacementRestrictionSatisfyPolicyDetails.placement_restriction", "param_name": "placementRestriction", "static_instance": null, "getter_method": "getPlacementRestriction", "containing_data_type_ref": "team_log.DataPlacementRestrictionSatisfyPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DataPlacementRestrictionSatisfyPolicyType.description": {"fq_name": "team_log.DataPlacementRestrictionSatisfyPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DataPlacementRestrictionSatisfyPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DataResidencyMigrationRequestSuccessfulType.description": {"fq_name": "team_log.DataResidencyMigrationRequestSuccessfulType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DataResidencyMigrationRequestSuccessfulType", "route_refs": [], "_type": "FieldReference"}, "team_log.DataResidencyMigrationRequestUnsuccessfulType.description": {"fq_name": "team_log.DataResidencyMigrationRequestUnsuccessfulType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DataResidencyMigrationRequestUnsuccessfulType", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_1": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_1", "param_name": "day1Value", "static_instance": "DAY_1", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_180": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_180", "param_name": "day180Value", "static_instance": "DAY_180", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_3": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_3", "param_name": "day3Value", "static_instance": "DAY_3", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_30": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_30", "param_name": "day30Value", "static_instance": "DAY_30", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_7": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_7", "param_name": "day7Value", "static_instance": "DAY_7", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_90": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_90", "param_name": "day90Value", "static_instance": "DAY_90", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.none": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.year_1": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.year_1", "param_name": "year1Value", "static_instance": "YEAR_1", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.other": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeleteTeamInviteLinkDetails.link_url": {"fq_name": "team_log.DeleteTeamInviteLinkDetails.link_url", "param_name": "linkUrl", "static_instance": null, "getter_method": "getLinkUrl", "containing_data_type_ref": "team_log.DeleteTeamInviteLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeleteTeamInviteLinkType.description": {"fq_name": "team_log.DeleteTeamInviteLinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeleteTeamInviteLinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.host_name": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.host_name", "param_name": "hostName", "static_instance": null, "getter_method": "getHostName", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.client_type": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.client_type", "param_name": "clientType", "static_instance": null, "getter_method": "getClientType", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.platform": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.platform", "param_name": "platform", "static_instance": null, "getter_method": "getPlatform", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.is_delete_on_unlink_supported": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.is_delete_on_unlink_supported", "param_name": "isDeleteOnUnlinkSupported", "static_instance": null, "getter_method": "getIsDeleteOnUnlinkSupported", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.ip_address": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.created": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.updated": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.session_info": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.client_version": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.client_version", "param_name": "clientVersion", "static_instance": null, "getter_method": "getClientVersion", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopSessionLogInfo.session_id": {"fq_name": "team_log.DesktopSessionLogInfo.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team_log.DesktopSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsAddExceptionType.description": {"fq_name": "team_log.DeviceApprovalsAddExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsAddExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeDesktopPolicyDetails.new_value": {"fq_name": "team_log.DeviceApprovalsChangeDesktopPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeDesktopPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeDesktopPolicyDetails.previous_value": {"fq_name": "team_log.DeviceApprovalsChangeDesktopPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeDesktopPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeDesktopPolicyType.description": {"fq_name": "team_log.DeviceApprovalsChangeDesktopPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsChangeDesktopPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeMobilePolicyDetails.new_value": {"fq_name": "team_log.DeviceApprovalsChangeMobilePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeMobilePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeMobilePolicyDetails.previous_value": {"fq_name": "team_log.DeviceApprovalsChangeMobilePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeMobilePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeMobilePolicyType.description": {"fq_name": "team_log.DeviceApprovalsChangeMobilePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsChangeMobilePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeOverageActionDetails.new_value": {"fq_name": "team_log.DeviceApprovalsChangeOverageActionDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeOverageActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeOverageActionDetails.previous_value": {"fq_name": "team_log.DeviceApprovalsChangeOverageActionDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeOverageActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeOverageActionType.description": {"fq_name": "team_log.DeviceApprovalsChangeOverageActionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsChangeOverageActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeUnlinkActionDetails.new_value": {"fq_name": "team_log.DeviceApprovalsChangeUnlinkActionDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeUnlinkActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeUnlinkActionDetails.previous_value": {"fq_name": "team_log.DeviceApprovalsChangeUnlinkActionDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeUnlinkActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeUnlinkActionType.description": {"fq_name": "team_log.DeviceApprovalsChangeUnlinkActionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsChangeUnlinkActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsPolicy.limited": {"fq_name": "team_log.DeviceApprovalsPolicy.limited", "param_name": "limitedValue", "static_instance": "LIMITED", "getter_method": null, "containing_data_type_ref": "team_log.DeviceApprovalsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsPolicy.unlimited": {"fq_name": "team_log.DeviceApprovalsPolicy.unlimited", "param_name": "unlimitedValue", "static_instance": "UNLIMITED", "getter_method": null, "containing_data_type_ref": "team_log.DeviceApprovalsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsPolicy.other": {"fq_name": "team_log.DeviceApprovalsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DeviceApprovalsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsRemoveExceptionType.description": {"fq_name": "team_log.DeviceApprovalsRemoveExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsRemoveExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpDesktopDetails.device_session_info": {"fq_name": "team_log.DeviceChangeIpDesktopDetails.device_session_info", "param_name": "deviceSessionInfo", "static_instance": null, "getter_method": "getDeviceSessionInfo", "containing_data_type_ref": "team_log.DeviceChangeIpDesktopDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpDesktopType.description": {"fq_name": "team_log.DeviceChangeIpDesktopType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceChangeIpDesktopType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpMobileDetails.device_session_info": {"fq_name": "team_log.DeviceChangeIpMobileDetails.device_session_info", "param_name": "deviceSessionInfo", "static_instance": null, "getter_method": "getDeviceSessionInfo", "containing_data_type_ref": "team_log.DeviceChangeIpMobileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpMobileType.description": {"fq_name": "team_log.DeviceChangeIpMobileType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceChangeIpMobileType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpWebDetails.user_agent": {"fq_name": "team_log.DeviceChangeIpWebDetails.user_agent", "param_name": "userAgent", "static_instance": null, "getter_method": "getUserAgent", "containing_data_type_ref": "team_log.DeviceChangeIpWebDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpWebType.description": {"fq_name": "team_log.DeviceChangeIpWebType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceChangeIpWebType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkFailDetails.num_failures": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailDetails.num_failures", "param_name": "numFailures", "static_instance": null, "getter_method": "getNumFailures", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkFailDetails.session_info": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailDetails.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkFailDetails.display_name": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailDetails.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkFailType.description": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkSuccessDetails.session_info": {"fq_name": "team_log.DeviceDeleteOnUnlinkSuccessDetails.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkSuccessDetails.display_name": {"fq_name": "team_log.DeviceDeleteOnUnlinkSuccessDetails.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkSuccessType.description": {"fq_name": "team_log.DeviceDeleteOnUnlinkSuccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkSuccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceLinkFailDetails.device_type": {"fq_name": "team_log.DeviceLinkFailDetails.device_type", "param_name": "deviceType", "static_instance": null, "getter_method": "getDeviceType", "containing_data_type_ref": "team_log.DeviceLinkFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceLinkFailDetails.ip_address": {"fq_name": "team_log.DeviceLinkFailDetails.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.DeviceLinkFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceLinkFailType.description": {"fq_name": "team_log.DeviceLinkFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceLinkFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceLinkSuccessDetails.device_session_info": {"fq_name": "team_log.DeviceLinkSuccessDetails.device_session_info", "param_name": "deviceSessionInfo", "static_instance": null, "getter_method": "getDeviceSessionInfo", "containing_data_type_ref": "team_log.DeviceLinkSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceLinkSuccessType.description": {"fq_name": "team_log.DeviceLinkSuccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceLinkSuccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceManagementDisabledType.description": {"fq_name": "team_log.DeviceManagementDisabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceManagementDisabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceManagementEnabledType.description": {"fq_name": "team_log.DeviceManagementEnabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceManagementEnabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSessionLogInfo.ip_address": {"fq_name": "team_log.DeviceSessionLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.DeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSessionLogInfo.created": {"fq_name": "team_log.DeviceSessionLogInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team_log.DeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSessionLogInfo.updated": {"fq_name": "team_log.DeviceSessionLogInfo.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team_log.DeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSyncBackupStatusChangedDetails.desktop_device_session_info": {"fq_name": "team_log.DeviceSyncBackupStatusChangedDetails.desktop_device_session_info", "param_name": "desktopDeviceSessionInfo", "static_instance": null, "getter_method": "getDesktopDeviceSessionInfo", "containing_data_type_ref": "team_log.DeviceSyncBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSyncBackupStatusChangedDetails.previous_value": {"fq_name": "team_log.DeviceSyncBackupStatusChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DeviceSyncBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSyncBackupStatusChangedDetails.new_value": {"fq_name": "team_log.DeviceSyncBackupStatusChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DeviceSyncBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSyncBackupStatusChangedType.description": {"fq_name": "team_log.DeviceSyncBackupStatusChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceSyncBackupStatusChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceType.desktop": {"fq_name": "team_log.DeviceType.desktop", "param_name": "desktopValue", "static_instance": "DESKTOP", "getter_method": null, "containing_data_type_ref": "team_log.DeviceType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceType.mobile": {"fq_name": "team_log.DeviceType.mobile", "param_name": "mobileValue", "static_instance": "MOBILE", "getter_method": null, "containing_data_type_ref": "team_log.DeviceType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceType.other": {"fq_name": "team_log.DeviceType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DeviceType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkDetails.delete_data": {"fq_name": "team_log.DeviceUnlinkDetails.delete_data", "param_name": "deleteData", "static_instance": null, "getter_method": "getDeleteData", "containing_data_type_ref": "team_log.DeviceUnlinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkDetails.session_info": {"fq_name": "team_log.DeviceUnlinkDetails.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.DeviceUnlinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkDetails.display_name": {"fq_name": "team_log.DeviceUnlinkDetails.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.DeviceUnlinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkPolicy.keep": {"fq_name": "team_log.DeviceUnlinkPolicy.keep", "param_name": "keepValue", "static_instance": "KEEP", "getter_method": null, "containing_data_type_ref": "team_log.DeviceUnlinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkPolicy.remove": {"fq_name": "team_log.DeviceUnlinkPolicy.remove", "param_name": "removeValue", "static_instance": "REMOVE", "getter_method": null, "containing_data_type_ref": "team_log.DeviceUnlinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkPolicy.other": {"fq_name": "team_log.DeviceUnlinkPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DeviceUnlinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkType.description": {"fq_name": "team_log.DeviceUnlinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceUnlinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.DirectoryRestrictionsAddMembersType.description": {"fq_name": "team_log.DirectoryRestrictionsAddMembersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DirectoryRestrictionsAddMembersType", "route_refs": [], "_type": "FieldReference"}, "team_log.DirectoryRestrictionsRemoveMembersType.description": {"fq_name": "team_log.DirectoryRestrictionsRemoveMembersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DirectoryRestrictionsRemoveMembersType", "route_refs": [], "_type": "FieldReference"}, "team_log.DisabledDomainInvitesType.description": {"fq_name": "team_log.DisabledDomainInvitesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DisabledDomainInvitesType", "route_refs": [], "_type": "FieldReference"}, "team_log.DispositionActionType.automatic_delete": {"fq_name": "team_log.DispositionActionType.automatic_delete", "param_name": "automaticDeleteValue", "static_instance": "AUTOMATIC_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.DispositionActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DispositionActionType.automatic_permanently_delete": {"fq_name": "team_log.DispositionActionType.automatic_permanently_delete", "param_name": "automaticPermanentlyDeleteValue", "static_instance": "AUTOMATIC_PERMANENTLY_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.DispositionActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DispositionActionType.other": {"fq_name": "team_log.DispositionActionType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DispositionActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesApproveRequestToJoinTeamType.description": {"fq_name": "team_log.DomainInvitesApproveRequestToJoinTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesApproveRequestToJoinTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesDeclineRequestToJoinTeamType.description": {"fq_name": "team_log.DomainInvitesDeclineRequestToJoinTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesDeclineRequestToJoinTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesEmailExistingUsersDetails.domain_name": {"fq_name": "team_log.DomainInvitesEmailExistingUsersDetails.domain_name", "param_name": "domainName", "static_instance": null, "getter_method": "getDomainName", "containing_data_type_ref": "team_log.DomainInvitesEmailExistingUsersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesEmailExistingUsersDetails.num_recipients": {"fq_name": "team_log.DomainInvitesEmailExistingUsersDetails.num_recipients", "param_name": "numRecipients", "static_instance": null, "getter_method": "getNumRecipients", "containing_data_type_ref": "team_log.DomainInvitesEmailExistingUsersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesEmailExistingUsersType.description": {"fq_name": "team_log.DomainInvitesEmailExistingUsersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesEmailExistingUsersType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesRequestToJoinTeamType.description": {"fq_name": "team_log.DomainInvitesRequestToJoinTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesRequestToJoinTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToNoType.description": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToNoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesSetInviteNewUserPrefToNoType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToYesType.description": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToYesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesSetInviteNewUserPrefToYesType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainFailDetails.domain_name": {"fq_name": "team_log.DomainVerificationAddDomainFailDetails.domain_name", "param_name": "domainName", "static_instance": null, "getter_method": "getDomainName", "containing_data_type_ref": "team_log.DomainVerificationAddDomainFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainFailDetails.verification_method": {"fq_name": "team_log.DomainVerificationAddDomainFailDetails.verification_method", "param_name": "verificationMethod", "static_instance": null, "getter_method": "getVerificationMethod", "containing_data_type_ref": "team_log.DomainVerificationAddDomainFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainFailType.description": {"fq_name": "team_log.DomainVerificationAddDomainFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainVerificationAddDomainFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainSuccessDetails.domain_names": {"fq_name": "team_log.DomainVerificationAddDomainSuccessDetails.domain_names", "param_name": "domainNames", "static_instance": null, "getter_method": "getDomainNames", "containing_data_type_ref": "team_log.DomainVerificationAddDomainSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainSuccessDetails.verification_method": {"fq_name": "team_log.DomainVerificationAddDomainSuccessDetails.verification_method", "param_name": "verificationMethod", "static_instance": null, "getter_method": "getVerificationMethod", "containing_data_type_ref": "team_log.DomainVerificationAddDomainSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainSuccessType.description": {"fq_name": "team_log.DomainVerificationAddDomainSuccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainVerificationAddDomainSuccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationRemoveDomainDetails.domain_names": {"fq_name": "team_log.DomainVerificationRemoveDomainDetails.domain_names", "param_name": "domainNames", "static_instance": null, "getter_method": "getDomainNames", "containing_data_type_ref": "team_log.DomainVerificationRemoveDomainDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationRemoveDomainType.description": {"fq_name": "team_log.DomainVerificationRemoveDomainType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainVerificationRemoveDomainType", "route_refs": [], "_type": "FieldReference"}, "team_log.DownloadPolicyType.allow": {"fq_name": "team_log.DownloadPolicyType.allow", "param_name": "allowValue", "static_instance": "ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.DownloadPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DownloadPolicyType.disallow": {"fq_name": "team_log.DownloadPolicyType.disallow", "param_name": "disallowValue", "static_instance": "DISALLOW", "getter_method": null, "containing_data_type_ref": "team_log.DownloadPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DownloadPolicyType.other": {"fq_name": "team_log.DownloadPolicyType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DownloadPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsExportedDetails.platform": {"fq_name": "team_log.DropboxPasswordsExportedDetails.platform", "param_name": "platform", "static_instance": null, "getter_method": "getPlatform", "containing_data_type_ref": "team_log.DropboxPasswordsExportedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsExportedType.description": {"fq_name": "team_log.DropboxPasswordsExportedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DropboxPasswordsExportedType", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsNewDeviceEnrolledDetails.is_first_device": {"fq_name": "team_log.DropboxPasswordsNewDeviceEnrolledDetails.is_first_device", "param_name": "isFirstDevice", "static_instance": null, "getter_method": "getIsFirstDevice", "containing_data_type_ref": "team_log.DropboxPasswordsNewDeviceEnrolledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsNewDeviceEnrolledDetails.platform": {"fq_name": "team_log.DropboxPasswordsNewDeviceEnrolledDetails.platform", "param_name": "platform", "static_instance": null, "getter_method": "getPlatform", "containing_data_type_ref": "team_log.DropboxPasswordsNewDeviceEnrolledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsNewDeviceEnrolledType.description": {"fq_name": "team_log.DropboxPasswordsNewDeviceEnrolledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DropboxPasswordsNewDeviceEnrolledType", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicy.default": {"fq_name": "team_log.DropboxPasswordsPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.DropboxPasswordsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicy.disabled": {"fq_name": "team_log.DropboxPasswordsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.DropboxPasswordsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicy.enabled": {"fq_name": "team_log.DropboxPasswordsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.DropboxPasswordsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicy.other": {"fq_name": "team_log.DropboxPasswordsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DropboxPasswordsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicyChangedDetails.new_value": {"fq_name": "team_log.DropboxPasswordsPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DropboxPasswordsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicyChangedDetails.previous_value": {"fq_name": "team_log.DropboxPasswordsPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DropboxPasswordsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicyChangedType.description": {"fq_name": "team_log.DropboxPasswordsPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DropboxPasswordsPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.DurationLogInfo.unit": {"fq_name": "team_log.DurationLogInfo.unit", "param_name": "unit", "static_instance": null, "getter_method": "getUnit", "containing_data_type_ref": "team_log.DurationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DurationLogInfo.amount": {"fq_name": "team_log.DurationLogInfo.amount", "param_name": "amount", "static_instance": null, "getter_method": "getAmount", "containing_data_type_ref": "team_log.DurationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicy.disabled": {"fq_name": "team_log.EmailIngestPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.EmailIngestPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicy.enabled": {"fq_name": "team_log.EmailIngestPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.EmailIngestPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicy.other": {"fq_name": "team_log.EmailIngestPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EmailIngestPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicyChangedDetails.new_value": {"fq_name": "team_log.EmailIngestPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.EmailIngestPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicyChangedDetails.previous_value": {"fq_name": "team_log.EmailIngestPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.EmailIngestPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicyChangedType.description": {"fq_name": "team_log.EmailIngestPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmailIngestPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileDetails.inbox_name": {"fq_name": "team_log.EmailIngestReceiveFileDetails.inbox_name", "param_name": "inboxName", "static_instance": null, "getter_method": "getInboxName", "containing_data_type_ref": "team_log.EmailIngestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileDetails.attachment_names": {"fq_name": "team_log.EmailIngestReceiveFileDetails.attachment_names", "param_name": "attachmentNames", "static_instance": null, "getter_method": "getAttachmentNames", "containing_data_type_ref": "team_log.EmailIngestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileDetails.subject": {"fq_name": "team_log.EmailIngestReceiveFileDetails.subject", "param_name": "subject", "static_instance": null, "getter_method": "getSubject", "containing_data_type_ref": "team_log.EmailIngestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileDetails.from_name": {"fq_name": "team_log.EmailIngestReceiveFileDetails.from_name", "param_name": "fromName", "static_instance": null, "getter_method": "getFromName", "containing_data_type_ref": "team_log.EmailIngestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileDetails.from_email": {"fq_name": "team_log.EmailIngestReceiveFileDetails.from_email", "param_name": "fromEmail", "static_instance": null, "getter_method": "getFromEmail", "containing_data_type_ref": "team_log.EmailIngestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileType.description": {"fq_name": "team_log.EmailIngestReceiveFileType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmailIngestReceiveFileType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmAddExceptionType.description": {"fq_name": "team_log.EmmAddExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmAddExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmChangePolicyDetails.new_value": {"fq_name": "team_log.EmmChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.EmmChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmChangePolicyDetails.previous_value": {"fq_name": "team_log.EmmChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.EmmChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmChangePolicyType.description": {"fq_name": "team_log.EmmChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmCreateExceptionsReportType.description": {"fq_name": "team_log.EmmCreateExceptionsReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmCreateExceptionsReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmCreateUsageReportType.description": {"fq_name": "team_log.EmmCreateUsageReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmCreateUsageReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmErrorDetails.error_details": {"fq_name": "team_log.EmmErrorDetails.error_details", "param_name": "errorDetails", "static_instance": null, "getter_method": "getErrorDetails", "containing_data_type_ref": "team_log.EmmErrorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmErrorType.description": {"fq_name": "team_log.EmmErrorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmErrorType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmRefreshAuthTokenType.description": {"fq_name": "team_log.EmmRefreshAuthTokenType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmRefreshAuthTokenType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmRemoveExceptionType.description": {"fq_name": "team_log.EmmRemoveExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmRemoveExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.EnabledDomainInvitesType.description": {"fq_name": "team_log.EnabledDomainInvitesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EnabledDomainInvitesType", "route_refs": [], "_type": "FieldReference"}, "team_log.EndedEnterpriseAdminSessionDeprecatedDetails.federation_extra_details": {"fq_name": "team_log.EndedEnterpriseAdminSessionDeprecatedDetails.federation_extra_details", "param_name": "federationExtraDetails", "static_instance": null, "getter_method": "getFederationExtraDetails", "containing_data_type_ref": "team_log.EndedEnterpriseAdminSessionDeprecatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EndedEnterpriseAdminSessionDeprecatedType.description": {"fq_name": "team_log.EndedEnterpriseAdminSessionDeprecatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EndedEnterpriseAdminSessionDeprecatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.EndedEnterpriseAdminSessionType.description": {"fq_name": "team_log.EndedEnterpriseAdminSessionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EndedEnterpriseAdminSessionType", "route_refs": [], "_type": "FieldReference"}, "team_log.EnforceLinkPasswordPolicy.optional": {"fq_name": "team_log.EnforceLinkPasswordPolicy.optional", "param_name": "optionalValue", "static_instance": "OPTIONAL", "getter_method": null, "containing_data_type_ref": "team_log.EnforceLinkPasswordPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EnforceLinkPasswordPolicy.required": {"fq_name": "team_log.EnforceLinkPasswordPolicy.required", "param_name": "requiredValue", "static_instance": "REQUIRED", "getter_method": null, "containing_data_type_ref": "team_log.EnforceLinkPasswordPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EnforceLinkPasswordPolicy.other": {"fq_name": "team_log.EnforceLinkPasswordPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EnforceLinkPasswordPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EnterpriseSettingsLockingDetails.team_name": {"fq_name": "team_log.EnterpriseSettingsLockingDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.EnterpriseSettingsLockingDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EnterpriseSettingsLockingDetails.settings_page_name": {"fq_name": "team_log.EnterpriseSettingsLockingDetails.settings_page_name", "param_name": "settingsPageName", "static_instance": null, "getter_method": "getSettingsPageName", "containing_data_type_ref": "team_log.EnterpriseSettingsLockingDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EnterpriseSettingsLockingDetails.previous_settings_page_locking_state": {"fq_name": "team_log.EnterpriseSettingsLockingDetails.previous_settings_page_locking_state", "param_name": "previousSettingsPageLockingState", "static_instance": null, "getter_method": "getPreviousSettingsPageLockingState", "containing_data_type_ref": "team_log.EnterpriseSettingsLockingDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EnterpriseSettingsLockingDetails.new_settings_page_locking_state": {"fq_name": "team_log.EnterpriseSettingsLockingDetails.new_settings_page_locking_state", "param_name": "newSettingsPageLockingState", "static_instance": null, "getter_method": "getNewSettingsPageLockingState", "containing_data_type_ref": "team_log.EnterpriseSettingsLockingDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EnterpriseSettingsLockingType.description": {"fq_name": "team_log.EnterpriseSettingsLockingType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EnterpriseSettingsLockingType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.admin_alerting": {"fq_name": "team_log.EventCategory.admin_alerting", "param_name": "adminAlertingValue", "static_instance": "ADMIN_ALERTING", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.apps": {"fq_name": "team_log.EventCategory.apps", "param_name": "appsValue", "static_instance": "APPS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.comments": {"fq_name": "team_log.EventCategory.comments", "param_name": "commentsValue", "static_instance": "COMMENTS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.data_governance": {"fq_name": "team_log.EventCategory.data_governance", "param_name": "dataGovernanceValue", "static_instance": "DATA_GOVERNANCE", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.devices": {"fq_name": "team_log.EventCategory.devices", "param_name": "devicesValue", "static_instance": "DEVICES", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.domains": {"fq_name": "team_log.EventCategory.domains", "param_name": "domainsValue", "static_instance": "DOMAINS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.encryption": {"fq_name": "team_log.EventCategory.encryption", "param_name": "encryptionValue", "static_instance": "ENCRYPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.file_operations": {"fq_name": "team_log.EventCategory.file_operations", "param_name": "fileOperationsValue", "static_instance": "FILE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.file_requests": {"fq_name": "team_log.EventCategory.file_requests", "param_name": "fileRequestsValue", "static_instance": "FILE_REQUESTS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.groups": {"fq_name": "team_log.EventCategory.groups", "param_name": "groupsValue", "static_instance": "GROUPS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.logins": {"fq_name": "team_log.EventCategory.logins", "param_name": "loginsValue", "static_instance": "LOGINS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.members": {"fq_name": "team_log.EventCategory.members", "param_name": "membersValue", "static_instance": "MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.paper": {"fq_name": "team_log.EventCategory.paper", "param_name": "paperValue", "static_instance": "PAPER", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.passwords": {"fq_name": "team_log.EventCategory.passwords", "param_name": "passwordsValue", "static_instance": "PASSWORDS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.reports": {"fq_name": "team_log.EventCategory.reports", "param_name": "reportsValue", "static_instance": "REPORTS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.sharing": {"fq_name": "team_log.EventCategory.sharing", "param_name": "sharingValue", "static_instance": "SHARING", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.showcase": {"fq_name": "team_log.EventCategory.showcase", "param_name": "showcaseValue", "static_instance": "SHOWCASE", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.sso": {"fq_name": "team_log.EventCategory.sso", "param_name": "ssoValue", "static_instance": "SSO", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.team_folders": {"fq_name": "team_log.EventCategory.team_folders", "param_name": "teamFoldersValue", "static_instance": "TEAM_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.team_policies": {"fq_name": "team_log.EventCategory.team_policies", "param_name": "teamPoliciesValue", "static_instance": "TEAM_POLICIES", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.team_profile": {"fq_name": "team_log.EventCategory.team_profile", "param_name": "teamProfileValue", "static_instance": "TEAM_PROFILE", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.tfa": {"fq_name": "team_log.EventCategory.tfa", "param_name": "tfaValue", "static_instance": "TFA", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.trusted_teams": {"fq_name": "team_log.EventCategory.trusted_teams", "param_name": "trustedTeamsValue", "static_instance": "TRUSTED_TEAMS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.other": {"fq_name": "team_log.EventCategory.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.admin_alerting_alert_state_changed_details": {"fq_name": "team_log.EventDetails.admin_alerting_alert_state_changed_details", "param_name": "adminAlertingAlertStateChangedDetailsValue", "static_instance": null, "getter_method": "getAdminAlertingAlertStateChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.admin_alerting_changed_alert_config_details": {"fq_name": "team_log.EventDetails.admin_alerting_changed_alert_config_details", "param_name": "adminAlertingChangedAlertConfigDetailsValue", "static_instance": null, "getter_method": "getAdminAlertingChangedAlertConfigDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.admin_alerting_triggered_alert_details": {"fq_name": "team_log.EventDetails.admin_alerting_triggered_alert_details", "param_name": "adminAlertingTriggeredAlertDetailsValue", "static_instance": null, "getter_method": "getAdminAlertingTriggeredAlertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ransomware_restore_process_completed_details": {"fq_name": "team_log.EventDetails.ransomware_restore_process_completed_details", "param_name": "ransomwareRestoreProcessCompletedDetailsValue", "static_instance": null, "getter_method": "getRansomwareRestoreProcessCompletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ransomware_restore_process_started_details": {"fq_name": "team_log.EventDetails.ransomware_restore_process_started_details", "param_name": "ransomwareRestoreProcessStartedDetailsValue", "static_instance": null, "getter_method": "getRansomwareRestoreProcessStartedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_blocked_by_permissions_details": {"fq_name": "team_log.EventDetails.app_blocked_by_permissions_details", "param_name": "appBlockedByPermissionsDetailsValue", "static_instance": null, "getter_method": "getAppBlockedByPermissionsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_link_team_details": {"fq_name": "team_log.EventDetails.app_link_team_details", "param_name": "appLinkTeamDetailsValue", "static_instance": null, "getter_method": "getAppLinkTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_link_user_details": {"fq_name": "team_log.EventDetails.app_link_user_details", "param_name": "appLinkUserDetailsValue", "static_instance": null, "getter_method": "getAppLinkUserDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_unlink_team_details": {"fq_name": "team_log.EventDetails.app_unlink_team_details", "param_name": "appUnlinkTeamDetailsValue", "static_instance": null, "getter_method": "getAppUnlinkTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_unlink_user_details": {"fq_name": "team_log.EventDetails.app_unlink_user_details", "param_name": "appUnlinkUserDetailsValue", "static_instance": null, "getter_method": "getAppUnlinkUserDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.integration_connected_details": {"fq_name": "team_log.EventDetails.integration_connected_details", "param_name": "integrationConnectedDetailsValue", "static_instance": null, "getter_method": "getIntegrationConnectedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.integration_disconnected_details": {"fq_name": "team_log.EventDetails.integration_disconnected_details", "param_name": "integrationDisconnectedDetailsValue", "static_instance": null, "getter_method": "getIntegrationDisconnectedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_add_comment_details": {"fq_name": "team_log.EventDetails.file_add_comment_details", "param_name": "fileAddCommentDetailsValue", "static_instance": null, "getter_method": "getFileAddCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_change_comment_subscription_details": {"fq_name": "team_log.EventDetails.file_change_comment_subscription_details", "param_name": "fileChangeCommentSubscriptionDetailsValue", "static_instance": null, "getter_method": "getFileChangeCommentSubscriptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_delete_comment_details": {"fq_name": "team_log.EventDetails.file_delete_comment_details", "param_name": "fileDeleteCommentDetailsValue", "static_instance": null, "getter_method": "getFileDeleteCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_edit_comment_details": {"fq_name": "team_log.EventDetails.file_edit_comment_details", "param_name": "fileEditCommentDetailsValue", "static_instance": null, "getter_method": "getFileEditCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_like_comment_details": {"fq_name": "team_log.EventDetails.file_like_comment_details", "param_name": "fileLikeCommentDetailsValue", "static_instance": null, "getter_method": "getFileLikeCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_resolve_comment_details": {"fq_name": "team_log.EventDetails.file_resolve_comment_details", "param_name": "fileResolveCommentDetailsValue", "static_instance": null, "getter_method": "getFileResolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_unlike_comment_details": {"fq_name": "team_log.EventDetails.file_unlike_comment_details", "param_name": "fileUnlikeCommentDetailsValue", "static_instance": null, "getter_method": "getFileUnlikeCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_unresolve_comment_details": {"fq_name": "team_log.EventDetails.file_unresolve_comment_details", "param_name": "fileUnresolveCommentDetailsValue", "static_instance": null, "getter_method": "getFileUnresolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_add_folders_details": {"fq_name": "team_log.EventDetails.governance_policy_add_folders_details", "param_name": "governancePolicyAddFoldersDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyAddFoldersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_add_folder_failed_details": {"fq_name": "team_log.EventDetails.governance_policy_add_folder_failed_details", "param_name": "governancePolicyAddFolderFailedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyAddFolderFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_content_disposed_details": {"fq_name": "team_log.EventDetails.governance_policy_content_disposed_details", "param_name": "governancePolicyContentDisposedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyContentDisposedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_create_details": {"fq_name": "team_log.EventDetails.governance_policy_create_details", "param_name": "governancePolicyCreateDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_delete_details": {"fq_name": "team_log.EventDetails.governance_policy_delete_details", "param_name": "governancePolicyDeleteDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_edit_details_details": {"fq_name": "team_log.EventDetails.governance_policy_edit_details_details", "param_name": "governancePolicyEditDetailsDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyEditDetailsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_edit_duration_details": {"fq_name": "team_log.EventDetails.governance_policy_edit_duration_details", "param_name": "governancePolicyEditDurationDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyEditDurationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_export_created_details": {"fq_name": "team_log.EventDetails.governance_policy_export_created_details", "param_name": "governancePolicyExportCreatedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyExportCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_export_removed_details": {"fq_name": "team_log.EventDetails.governance_policy_export_removed_details", "param_name": "governancePolicyExportRemovedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyExportRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_remove_folders_details": {"fq_name": "team_log.EventDetails.governance_policy_remove_folders_details", "param_name": "governancePolicyRemoveFoldersDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyRemoveFoldersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_report_created_details": {"fq_name": "team_log.EventDetails.governance_policy_report_created_details", "param_name": "governancePolicyReportCreatedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyReportCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_zip_part_downloaded_details": {"fq_name": "team_log.EventDetails.governance_policy_zip_part_downloaded_details", "param_name": "governancePolicyZipPartDownloadedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyZipPartDownloadedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_activate_a_hold_details": {"fq_name": "team_log.EventDetails.legal_holds_activate_a_hold_details", "param_name": "legalHoldsActivateAHoldDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsActivateAHoldDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_add_members_details": {"fq_name": "team_log.EventDetails.legal_holds_add_members_details", "param_name": "legalHoldsAddMembersDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsAddMembersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_change_hold_details_details": {"fq_name": "team_log.EventDetails.legal_holds_change_hold_details_details", "param_name": "legalHoldsChangeHoldDetailsDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsChangeHoldDetailsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_change_hold_name_details": {"fq_name": "team_log.EventDetails.legal_holds_change_hold_name_details", "param_name": "legalHoldsChangeHoldNameDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsChangeHoldNameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_export_a_hold_details": {"fq_name": "team_log.EventDetails.legal_holds_export_a_hold_details", "param_name": "legalHoldsExportAHoldDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsExportAHoldDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_export_cancelled_details": {"fq_name": "team_log.EventDetails.legal_holds_export_cancelled_details", "param_name": "legalHoldsExportCancelledDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsExportCancelledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_export_downloaded_details": {"fq_name": "team_log.EventDetails.legal_holds_export_downloaded_details", "param_name": "legalHoldsExportDownloadedDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsExportDownloadedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_export_removed_details": {"fq_name": "team_log.EventDetails.legal_holds_export_removed_details", "param_name": "legalHoldsExportRemovedDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsExportRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_release_a_hold_details": {"fq_name": "team_log.EventDetails.legal_holds_release_a_hold_details", "param_name": "legalHoldsReleaseAHoldDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsReleaseAHoldDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_remove_members_details": {"fq_name": "team_log.EventDetails.legal_holds_remove_members_details", "param_name": "legalHoldsRemoveMembersDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsRemoveMembersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_report_a_hold_details": {"fq_name": "team_log.EventDetails.legal_holds_report_a_hold_details", "param_name": "legalHoldsReportAHoldDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsReportAHoldDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_change_ip_desktop_details": {"fq_name": "team_log.EventDetails.device_change_ip_desktop_details", "param_name": "deviceChangeIpDesktopDetailsValue", "static_instance": null, "getter_method": "getDeviceChangeIpDesktopDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_change_ip_mobile_details": {"fq_name": "team_log.EventDetails.device_change_ip_mobile_details", "param_name": "deviceChangeIpMobileDetailsValue", "static_instance": null, "getter_method": "getDeviceChangeIpMobileDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_change_ip_web_details": {"fq_name": "team_log.EventDetails.device_change_ip_web_details", "param_name": "deviceChangeIpWebDetailsValue", "static_instance": null, "getter_method": "getDeviceChangeIpWebDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_delete_on_unlink_fail_details": {"fq_name": "team_log.EventDetails.device_delete_on_unlink_fail_details", "param_name": "deviceDeleteOnUnlinkFailDetailsValue", "static_instance": null, "getter_method": "getDeviceDeleteOnUnlinkFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_delete_on_unlink_success_details": {"fq_name": "team_log.EventDetails.device_delete_on_unlink_success_details", "param_name": "deviceDeleteOnUnlinkSuccessDetailsValue", "static_instance": null, "getter_method": "getDeviceDeleteOnUnlinkSuccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_link_fail_details": {"fq_name": "team_log.EventDetails.device_link_fail_details", "param_name": "deviceLinkFailDetailsValue", "static_instance": null, "getter_method": "getDeviceLinkFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_link_success_details": {"fq_name": "team_log.EventDetails.device_link_success_details", "param_name": "deviceLinkSuccessDetailsValue", "static_instance": null, "getter_method": "getDeviceLinkSuccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_management_disabled_details": {"fq_name": "team_log.EventDetails.device_management_disabled_details", "param_name": "deviceManagementDisabledDetailsValue", "static_instance": null, "getter_method": "getDeviceManagementDisabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_management_enabled_details": {"fq_name": "team_log.EventDetails.device_management_enabled_details", "param_name": "deviceManagementEnabledDetailsValue", "static_instance": null, "getter_method": "getDeviceManagementEnabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_sync_backup_status_changed_details": {"fq_name": "team_log.EventDetails.device_sync_backup_status_changed_details", "param_name": "deviceSyncBackupStatusChangedDetailsValue", "static_instance": null, "getter_method": "getDeviceSyncBackupStatusChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_unlink_details": {"fq_name": "team_log.EventDetails.device_unlink_details", "param_name": "deviceUnlinkDetailsValue", "static_instance": null, "getter_method": "getDeviceUnlinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dropbox_passwords_exported_details": {"fq_name": "team_log.EventDetails.dropbox_passwords_exported_details", "param_name": "dropboxPasswordsExportedDetailsValue", "static_instance": null, "getter_method": "getDropboxPasswordsExportedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dropbox_passwords_new_device_enrolled_details": {"fq_name": "team_log.EventDetails.dropbox_passwords_new_device_enrolled_details", "param_name": "dropboxPasswordsNewDeviceEnrolledDetailsValue", "static_instance": null, "getter_method": "getDropboxPasswordsNewDeviceEnrolledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_refresh_auth_token_details": {"fq_name": "team_log.EventDetails.emm_refresh_auth_token_details", "param_name": "emmRefreshAuthTokenDetailsValue", "static_instance": null, "getter_method": "getEmmRefreshAuthTokenDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.external_drive_backup_eligibility_status_checked_details": {"fq_name": "team_log.EventDetails.external_drive_backup_eligibility_status_checked_details", "param_name": "externalDriveBackupEligibilityStatusCheckedDetailsValue", "static_instance": null, "getter_method": "getExternalDriveBackupEligibilityStatusCheckedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.external_drive_backup_status_changed_details": {"fq_name": "team_log.EventDetails.external_drive_backup_status_changed_details", "param_name": "externalDriveBackupStatusChangedDetailsValue", "static_instance": null, "getter_method": "getExternalDriveBackupStatusChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_capture_change_availability_details": {"fq_name": "team_log.EventDetails.account_capture_change_availability_details", "param_name": "accountCaptureChangeAvailabilityDetailsValue", "static_instance": null, "getter_method": "getAccountCaptureChangeAvailabilityDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_capture_migrate_account_details": {"fq_name": "team_log.EventDetails.account_capture_migrate_account_details", "param_name": "accountCaptureMigrateAccountDetailsValue", "static_instance": null, "getter_method": "getAccountCaptureMigrateAccountDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_capture_notification_emails_sent_details": {"fq_name": "team_log.EventDetails.account_capture_notification_emails_sent_details", "param_name": "accountCaptureNotificationEmailsSentDetailsValue", "static_instance": null, "getter_method": "getAccountCaptureNotificationEmailsSentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_capture_relinquish_account_details": {"fq_name": "team_log.EventDetails.account_capture_relinquish_account_details", "param_name": "accountCaptureRelinquishAccountDetailsValue", "static_instance": null, "getter_method": "getAccountCaptureRelinquishAccountDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.disabled_domain_invites_details": {"fq_name": "team_log.EventDetails.disabled_domain_invites_details", "param_name": "disabledDomainInvitesDetailsValue", "static_instance": null, "getter_method": "getDisabledDomainInvitesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_approve_request_to_join_team_details": {"fq_name": "team_log.EventDetails.domain_invites_approve_request_to_join_team_details", "param_name": "domainInvitesApproveRequestToJoinTeamDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesApproveRequestToJoinTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_decline_request_to_join_team_details": {"fq_name": "team_log.EventDetails.domain_invites_decline_request_to_join_team_details", "param_name": "domainInvitesDeclineRequestToJoinTeamDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesDeclineRequestToJoinTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_email_existing_users_details": {"fq_name": "team_log.EventDetails.domain_invites_email_existing_users_details", "param_name": "domainInvitesEmailExistingUsersDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesEmailExistingUsersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_request_to_join_team_details": {"fq_name": "team_log.EventDetails.domain_invites_request_to_join_team_details", "param_name": "domainInvitesRequestToJoinTeamDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesRequestToJoinTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_set_invite_new_user_pref_to_no_details": {"fq_name": "team_log.EventDetails.domain_invites_set_invite_new_user_pref_to_no_details", "param_name": "domainInvitesSetInviteNewUserPrefToNoDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesSetInviteNewUserPrefToNoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_set_invite_new_user_pref_to_yes_details": {"fq_name": "team_log.EventDetails.domain_invites_set_invite_new_user_pref_to_yes_details", "param_name": "domainInvitesSetInviteNewUserPrefToYesDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesSetInviteNewUserPrefToYesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_verification_add_domain_fail_details": {"fq_name": "team_log.EventDetails.domain_verification_add_domain_fail_details", "param_name": "domainVerificationAddDomainFailDetailsValue", "static_instance": null, "getter_method": "getDomainVerificationAddDomainFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_verification_add_domain_success_details": {"fq_name": "team_log.EventDetails.domain_verification_add_domain_success_details", "param_name": "domainVerificationAddDomainSuccessDetailsValue", "static_instance": null, "getter_method": "getDomainVerificationAddDomainSuccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_verification_remove_domain_details": {"fq_name": "team_log.EventDetails.domain_verification_remove_domain_details", "param_name": "domainVerificationRemoveDomainDetailsValue", "static_instance": null, "getter_method": "getDomainVerificationRemoveDomainDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.enabled_domain_invites_details": {"fq_name": "team_log.EventDetails.enabled_domain_invites_details", "param_name": "enabledDomainInvitesDetailsValue", "static_instance": null, "getter_method": "getEnabledDomainInvitesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_cancel_key_deletion_details": {"fq_name": "team_log.EventDetails.team_encryption_key_cancel_key_deletion_details", "param_name": "teamEncryptionKeyCancelKeyDeletionDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyCancelKeyDeletionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_create_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_create_key_details", "param_name": "teamEncryptionKeyCreateKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyCreateKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_delete_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_delete_key_details", "param_name": "teamEncryptionKeyDeleteKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyDeleteKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_disable_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_disable_key_details", "param_name": "teamEncryptionKeyDisableKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyDisableKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_enable_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_enable_key_details", "param_name": "teamEncryptionKeyEnableKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyEnableKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_rotate_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_rotate_key_details", "param_name": "teamEncryptionKeyRotateKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyRotateKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_schedule_key_deletion_details": {"fq_name": "team_log.EventDetails.team_encryption_key_schedule_key_deletion_details", "param_name": "teamEncryptionKeyScheduleKeyDeletionDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyScheduleKeyDeletionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.apply_naming_convention_details": {"fq_name": "team_log.EventDetails.apply_naming_convention_details", "param_name": "applyNamingConventionDetailsValue", "static_instance": null, "getter_method": "getApplyNamingConventionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.create_folder_details": {"fq_name": "team_log.EventDetails.create_folder_details", "param_name": "createFolderDetailsValue", "static_instance": null, "getter_method": "getCreateFolderDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_add_details": {"fq_name": "team_log.EventDetails.file_add_details", "param_name": "fileAddDetailsValue", "static_instance": null, "getter_method": "getFileAddDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_add_from_automation_details": {"fq_name": "team_log.EventDetails.file_add_from_automation_details", "param_name": "fileAddFromAutomationDetailsValue", "static_instance": null, "getter_method": "getFileAddFromAutomationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_copy_details": {"fq_name": "team_log.EventDetails.file_copy_details", "param_name": "fileCopyDetailsValue", "static_instance": null, "getter_method": "getFileCopyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_delete_details": {"fq_name": "team_log.EventDetails.file_delete_details", "param_name": "fileDeleteDetailsValue", "static_instance": null, "getter_method": "getFileDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_download_details": {"fq_name": "team_log.EventDetails.file_download_details", "param_name": "fileDownloadDetailsValue", "static_instance": null, "getter_method": "getFileDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_edit_details": {"fq_name": "team_log.EventDetails.file_edit_details", "param_name": "fileEditDetailsValue", "static_instance": null, "getter_method": "getFileEditDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_get_copy_reference_details": {"fq_name": "team_log.EventDetails.file_get_copy_reference_details", "param_name": "fileGetCopyReferenceDetailsValue", "static_instance": null, "getter_method": "getFileGetCopyReferenceDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_locking_lock_status_changed_details": {"fq_name": "team_log.EventDetails.file_locking_lock_status_changed_details", "param_name": "fileLockingLockStatusChangedDetailsValue", "static_instance": null, "getter_method": "getFileLockingLockStatusChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_move_details": {"fq_name": "team_log.EventDetails.file_move_details", "param_name": "fileMoveDetailsValue", "static_instance": null, "getter_method": "getFileMoveDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_permanently_delete_details": {"fq_name": "team_log.EventDetails.file_permanently_delete_details", "param_name": "filePermanentlyDeleteDetailsValue", "static_instance": null, "getter_method": "getFilePermanentlyDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_preview_details": {"fq_name": "team_log.EventDetails.file_preview_details", "param_name": "filePreviewDetailsValue", "static_instance": null, "getter_method": "getFilePreviewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_rename_details": {"fq_name": "team_log.EventDetails.file_rename_details", "param_name": "fileRenameDetailsValue", "static_instance": null, "getter_method": "getFileRenameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_restore_details": {"fq_name": "team_log.EventDetails.file_restore_details", "param_name": "fileRestoreDetailsValue", "static_instance": null, "getter_method": "getFileRestoreDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_revert_details": {"fq_name": "team_log.EventDetails.file_revert_details", "param_name": "fileRevertDetailsValue", "static_instance": null, "getter_method": "getFileRevertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_rollback_changes_details": {"fq_name": "team_log.EventDetails.file_rollback_changes_details", "param_name": "fileRollbackChangesDetailsValue", "static_instance": null, "getter_method": "getFileRollbackChangesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_save_copy_reference_details": {"fq_name": "team_log.EventDetails.file_save_copy_reference_details", "param_name": "fileSaveCopyReferenceDetailsValue", "static_instance": null, "getter_method": "getFileSaveCopyReferenceDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.folder_overview_description_changed_details": {"fq_name": "team_log.EventDetails.folder_overview_description_changed_details", "param_name": "folderOverviewDescriptionChangedDetailsValue", "static_instance": null, "getter_method": "getFolderOverviewDescriptionChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.folder_overview_item_pinned_details": {"fq_name": "team_log.EventDetails.folder_overview_item_pinned_details", "param_name": "folderOverviewItemPinnedDetailsValue", "static_instance": null, "getter_method": "getFolderOverviewItemPinnedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.folder_overview_item_unpinned_details": {"fq_name": "team_log.EventDetails.folder_overview_item_unpinned_details", "param_name": "folderOverviewItemUnpinnedDetailsValue", "static_instance": null, "getter_method": "getFolderOverviewItemUnpinnedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.object_label_added_details": {"fq_name": "team_log.EventDetails.object_label_added_details", "param_name": "objectLabelAddedDetailsValue", "static_instance": null, "getter_method": "getObjectLabelAddedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.object_label_removed_details": {"fq_name": "team_log.EventDetails.object_label_removed_details", "param_name": "objectLabelRemovedDetailsValue", "static_instance": null, "getter_method": "getObjectLabelRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.object_label_updated_value_details": {"fq_name": "team_log.EventDetails.object_label_updated_value_details", "param_name": "objectLabelUpdatedValueDetailsValue", "static_instance": null, "getter_method": "getObjectLabelUpdatedValueDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.organize_folder_with_tidy_details": {"fq_name": "team_log.EventDetails.organize_folder_with_tidy_details", "param_name": "organizeFolderWithTidyDetailsValue", "static_instance": null, "getter_method": "getOrganizeFolderWithTidyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_file_delete_details": {"fq_name": "team_log.EventDetails.replay_file_delete_details", "param_name": "replayFileDeleteDetailsValue", "static_instance": null, "getter_method": "getReplayFileDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.rewind_folder_details": {"fq_name": "team_log.EventDetails.rewind_folder_details", "param_name": "rewindFolderDetailsValue", "static_instance": null, "getter_method": "getRewindFolderDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.undo_naming_convention_details": {"fq_name": "team_log.EventDetails.undo_naming_convention_details", "param_name": "undoNamingConventionDetailsValue", "static_instance": null, "getter_method": "getUndoNamingConventionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.undo_organize_folder_with_tidy_details": {"fq_name": "team_log.EventDetails.undo_organize_folder_with_tidy_details", "param_name": "undoOrganizeFolderWithTidyDetailsValue", "static_instance": null, "getter_method": "getUndoOrganizeFolderWithTidyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.user_tags_added_details": {"fq_name": "team_log.EventDetails.user_tags_added_details", "param_name": "userTagsAddedDetailsValue", "static_instance": null, "getter_method": "getUserTagsAddedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.user_tags_removed_details": {"fq_name": "team_log.EventDetails.user_tags_removed_details", "param_name": "userTagsRemovedDetailsValue", "static_instance": null, "getter_method": "getUserTagsRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.email_ingest_receive_file_details": {"fq_name": "team_log.EventDetails.email_ingest_receive_file_details", "param_name": "emailIngestReceiveFileDetailsValue", "static_instance": null, "getter_method": "getEmailIngestReceiveFileDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_change_details": {"fq_name": "team_log.EventDetails.file_request_change_details", "param_name": "fileRequestChangeDetailsValue", "static_instance": null, "getter_method": "getFileRequestChangeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_close_details": {"fq_name": "team_log.EventDetails.file_request_close_details", "param_name": "fileRequestCloseDetailsValue", "static_instance": null, "getter_method": "getFileRequestCloseDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_create_details": {"fq_name": "team_log.EventDetails.file_request_create_details", "param_name": "fileRequestCreateDetailsValue", "static_instance": null, "getter_method": "getFileRequestCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_delete_details": {"fq_name": "team_log.EventDetails.file_request_delete_details", "param_name": "fileRequestDeleteDetailsValue", "static_instance": null, "getter_method": "getFileRequestDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_receive_file_details": {"fq_name": "team_log.EventDetails.file_request_receive_file_details", "param_name": "fileRequestReceiveFileDetailsValue", "static_instance": null, "getter_method": "getFileRequestReceiveFileDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_add_external_id_details": {"fq_name": "team_log.EventDetails.group_add_external_id_details", "param_name": "groupAddExternalIdDetailsValue", "static_instance": null, "getter_method": "getGroupAddExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_add_member_details": {"fq_name": "team_log.EventDetails.group_add_member_details", "param_name": "groupAddMemberDetailsValue", "static_instance": null, "getter_method": "getGroupAddMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_change_external_id_details": {"fq_name": "team_log.EventDetails.group_change_external_id_details", "param_name": "groupChangeExternalIdDetailsValue", "static_instance": null, "getter_method": "getGroupChangeExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_change_management_type_details": {"fq_name": "team_log.EventDetails.group_change_management_type_details", "param_name": "groupChangeManagementTypeDetailsValue", "static_instance": null, "getter_method": "getGroupChangeManagementTypeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_change_member_role_details": {"fq_name": "team_log.EventDetails.group_change_member_role_details", "param_name": "groupChangeMemberRoleDetailsValue", "static_instance": null, "getter_method": "getGroupChangeMemberRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_create_details": {"fq_name": "team_log.EventDetails.group_create_details", "param_name": "groupCreateDetailsValue", "static_instance": null, "getter_method": "getGroupCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_delete_details": {"fq_name": "team_log.EventDetails.group_delete_details", "param_name": "groupDeleteDetailsValue", "static_instance": null, "getter_method": "getGroupDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_description_updated_details": {"fq_name": "team_log.EventDetails.group_description_updated_details", "param_name": "groupDescriptionUpdatedDetailsValue", "static_instance": null, "getter_method": "getGroupDescriptionUpdatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_join_policy_updated_details": {"fq_name": "team_log.EventDetails.group_join_policy_updated_details", "param_name": "groupJoinPolicyUpdatedDetailsValue", "static_instance": null, "getter_method": "getGroupJoinPolicyUpdatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_moved_details": {"fq_name": "team_log.EventDetails.group_moved_details", "param_name": "groupMovedDetailsValue", "static_instance": null, "getter_method": "getGroupMovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_remove_external_id_details": {"fq_name": "team_log.EventDetails.group_remove_external_id_details", "param_name": "groupRemoveExternalIdDetailsValue", "static_instance": null, "getter_method": "getGroupRemoveExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_remove_member_details": {"fq_name": "team_log.EventDetails.group_remove_member_details", "param_name": "groupRemoveMemberDetailsValue", "static_instance": null, "getter_method": "getGroupRemoveMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_rename_details": {"fq_name": "team_log.EventDetails.group_rename_details", "param_name": "groupRenameDetailsValue", "static_instance": null, "getter_method": "getGroupRenameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_lock_or_unlocked_details": {"fq_name": "team_log.EventDetails.account_lock_or_unlocked_details", "param_name": "accountLockOrUnlockedDetailsValue", "static_instance": null, "getter_method": "getAccountLockOrUnlockedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_error_details": {"fq_name": "team_log.EventDetails.emm_error_details", "param_name": "emmErrorDetailsValue", "static_instance": null, "getter_method": "getEmmErrorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.guest_admin_signed_in_via_trusted_teams_details": {"fq_name": "team_log.EventDetails.guest_admin_signed_in_via_trusted_teams_details", "param_name": "guestAdminSignedInViaTrustedTeamsDetailsValue", "static_instance": null, "getter_method": "getGuestAdminSignedInViaTrustedTeamsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.guest_admin_signed_out_via_trusted_teams_details": {"fq_name": "team_log.EventDetails.guest_admin_signed_out_via_trusted_teams_details", "param_name": "guestAdminSignedOutViaTrustedTeamsDetailsValue", "static_instance": null, "getter_method": "getGuestAdminSignedOutViaTrustedTeamsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.login_fail_details": {"fq_name": "team_log.EventDetails.login_fail_details", "param_name": "loginFailDetailsValue", "static_instance": null, "getter_method": "getLoginFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.login_success_details": {"fq_name": "team_log.EventDetails.login_success_details", "param_name": "loginSuccessDetailsValue", "static_instance": null, "getter_method": "getLoginSuccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.logout_details": {"fq_name": "team_log.EventDetails.logout_details", "param_name": "logoutDetailsValue", "static_instance": null, "getter_method": "getLogoutDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.reseller_support_session_end_details": {"fq_name": "team_log.EventDetails.reseller_support_session_end_details", "param_name": "resellerSupportSessionEndDetailsValue", "static_instance": null, "getter_method": "getResellerSupportSessionEndDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.reseller_support_session_start_details": {"fq_name": "team_log.EventDetails.reseller_support_session_start_details", "param_name": "resellerSupportSessionStartDetailsValue", "static_instance": null, "getter_method": "getResellerSupportSessionStartDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_in_as_session_end_details": {"fq_name": "team_log.EventDetails.sign_in_as_session_end_details", "param_name": "signInAsSessionEndDetailsValue", "static_instance": null, "getter_method": "getSignInAsSessionEndDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_in_as_session_start_details": {"fq_name": "team_log.EventDetails.sign_in_as_session_start_details", "param_name": "signInAsSessionStartDetailsValue", "static_instance": null, "getter_method": "getSignInAsSessionStartDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_error_details": {"fq_name": "team_log.EventDetails.sso_error_details", "param_name": "ssoErrorDetailsValue", "static_instance": null, "getter_method": "getSsoErrorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.backup_admin_invitation_sent_details": {"fq_name": "team_log.EventDetails.backup_admin_invitation_sent_details", "param_name": "backupAdminInvitationSentDetailsValue", "static_instance": null, "getter_method": "getBackupAdminInvitationSentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.backup_invitation_opened_details": {"fq_name": "team_log.EventDetails.backup_invitation_opened_details", "param_name": "backupInvitationOpenedDetailsValue", "static_instance": null, "getter_method": "getBackupInvitationOpenedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.create_team_invite_link_details": {"fq_name": "team_log.EventDetails.create_team_invite_link_details", "param_name": "createTeamInviteLinkDetailsValue", "static_instance": null, "getter_method": "getCreateTeamInviteLinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.delete_team_invite_link_details": {"fq_name": "team_log.EventDetails.delete_team_invite_link_details", "param_name": "deleteTeamInviteLinkDetailsValue", "static_instance": null, "getter_method": "getDeleteTeamInviteLinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_add_external_id_details": {"fq_name": "team_log.EventDetails.member_add_external_id_details", "param_name": "memberAddExternalIdDetailsValue", "static_instance": null, "getter_method": "getMemberAddExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_add_name_details": {"fq_name": "team_log.EventDetails.member_add_name_details", "param_name": "memberAddNameDetailsValue", "static_instance": null, "getter_method": "getMemberAddNameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_admin_role_details": {"fq_name": "team_log.EventDetails.member_change_admin_role_details", "param_name": "memberChangeAdminRoleDetailsValue", "static_instance": null, "getter_method": "getMemberChangeAdminRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_email_details": {"fq_name": "team_log.EventDetails.member_change_email_details", "param_name": "memberChangeEmailDetailsValue", "static_instance": null, "getter_method": "getMemberChangeEmailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_external_id_details": {"fq_name": "team_log.EventDetails.member_change_external_id_details", "param_name": "memberChangeExternalIdDetailsValue", "static_instance": null, "getter_method": "getMemberChangeExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_membership_type_details": {"fq_name": "team_log.EventDetails.member_change_membership_type_details", "param_name": "memberChangeMembershipTypeDetailsValue", "static_instance": null, "getter_method": "getMemberChangeMembershipTypeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_name_details": {"fq_name": "team_log.EventDetails.member_change_name_details", "param_name": "memberChangeNameDetailsValue", "static_instance": null, "getter_method": "getMemberChangeNameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_reseller_role_details": {"fq_name": "team_log.EventDetails.member_change_reseller_role_details", "param_name": "memberChangeResellerRoleDetailsValue", "static_instance": null, "getter_method": "getMemberChangeResellerRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_status_details": {"fq_name": "team_log.EventDetails.member_change_status_details", "param_name": "memberChangeStatusDetailsValue", "static_instance": null, "getter_method": "getMemberChangeStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_delete_manual_contacts_details": {"fq_name": "team_log.EventDetails.member_delete_manual_contacts_details", "param_name": "memberDeleteManualContactsDetailsValue", "static_instance": null, "getter_method": "getMemberDeleteManualContactsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_delete_profile_photo_details": {"fq_name": "team_log.EventDetails.member_delete_profile_photo_details", "param_name": "memberDeleteProfilePhotoDetailsValue", "static_instance": null, "getter_method": "getMemberDeleteProfilePhotoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_permanently_delete_account_contents_details": {"fq_name": "team_log.EventDetails.member_permanently_delete_account_contents_details", "param_name": "memberPermanentlyDeleteAccountContentsDetailsValue", "static_instance": null, "getter_method": "getMemberPermanentlyDeleteAccountContentsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_remove_external_id_details": {"fq_name": "team_log.EventDetails.member_remove_external_id_details", "param_name": "memberRemoveExternalIdDetailsValue", "static_instance": null, "getter_method": "getMemberRemoveExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_set_profile_photo_details": {"fq_name": "team_log.EventDetails.member_set_profile_photo_details", "param_name": "memberSetProfilePhotoDetailsValue", "static_instance": null, "getter_method": "getMemberSetProfilePhotoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_add_custom_quota_details": {"fq_name": "team_log.EventDetails.member_space_limits_add_custom_quota_details", "param_name": "memberSpaceLimitsAddCustomQuotaDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsAddCustomQuotaDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_change_custom_quota_details": {"fq_name": "team_log.EventDetails.member_space_limits_change_custom_quota_details", "param_name": "memberSpaceLimitsChangeCustomQuotaDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeCustomQuotaDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_change_status_details": {"fq_name": "team_log.EventDetails.member_space_limits_change_status_details", "param_name": "memberSpaceLimitsChangeStatusDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_remove_custom_quota_details": {"fq_name": "team_log.EventDetails.member_space_limits_remove_custom_quota_details", "param_name": "memberSpaceLimitsRemoveCustomQuotaDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsRemoveCustomQuotaDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_suggest_details": {"fq_name": "team_log.EventDetails.member_suggest_details", "param_name": "memberSuggestDetailsValue", "static_instance": null, "getter_method": "getMemberSuggestDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_transfer_account_contents_details": {"fq_name": "team_log.EventDetails.member_transfer_account_contents_details", "param_name": "memberTransferAccountContentsDetailsValue", "static_instance": null, "getter_method": "getMemberTransferAccountContentsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.pending_secondary_email_added_details": {"fq_name": "team_log.EventDetails.pending_secondary_email_added_details", "param_name": "pendingSecondaryEmailAddedDetailsValue", "static_instance": null, "getter_method": "getPendingSecondaryEmailAddedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.secondary_email_deleted_details": {"fq_name": "team_log.EventDetails.secondary_email_deleted_details", "param_name": "secondaryEmailDeletedDetailsValue", "static_instance": null, "getter_method": "getSecondaryEmailDeletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.secondary_email_verified_details": {"fq_name": "team_log.EventDetails.secondary_email_verified_details", "param_name": "secondaryEmailVerifiedDetailsValue", "static_instance": null, "getter_method": "getSecondaryEmailVerifiedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.secondary_mails_policy_changed_details": {"fq_name": "team_log.EventDetails.secondary_mails_policy_changed_details", "param_name": "secondaryMailsPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getSecondaryMailsPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_add_page_details": {"fq_name": "team_log.EventDetails.binder_add_page_details", "param_name": "binderAddPageDetailsValue", "static_instance": null, "getter_method": "getBinderAddPageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_add_section_details": {"fq_name": "team_log.EventDetails.binder_add_section_details", "param_name": "binderAddSectionDetailsValue", "static_instance": null, "getter_method": "getBinderAddSectionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_remove_page_details": {"fq_name": "team_log.EventDetails.binder_remove_page_details", "param_name": "binderRemovePageDetailsValue", "static_instance": null, "getter_method": "getBinderRemovePageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_remove_section_details": {"fq_name": "team_log.EventDetails.binder_remove_section_details", "param_name": "binderRemoveSectionDetailsValue", "static_instance": null, "getter_method": "getBinderRemoveSectionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_rename_page_details": {"fq_name": "team_log.EventDetails.binder_rename_page_details", "param_name": "binderRenamePageDetailsValue", "static_instance": null, "getter_method": "getBinderRenamePageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_rename_section_details": {"fq_name": "team_log.EventDetails.binder_rename_section_details", "param_name": "binderRenameSectionDetailsValue", "static_instance": null, "getter_method": "getBinderRenameSectionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_reorder_page_details": {"fq_name": "team_log.EventDetails.binder_reorder_page_details", "param_name": "binderReorderPageDetailsValue", "static_instance": null, "getter_method": "getBinderReorderPageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_reorder_section_details": {"fq_name": "team_log.EventDetails.binder_reorder_section_details", "param_name": "binderReorderSectionDetailsValue", "static_instance": null, "getter_method": "getBinderReorderSectionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_add_member_details": {"fq_name": "team_log.EventDetails.paper_content_add_member_details", "param_name": "paperContentAddMemberDetailsValue", "static_instance": null, "getter_method": "getPaperContentAddMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_add_to_folder_details": {"fq_name": "team_log.EventDetails.paper_content_add_to_folder_details", "param_name": "paperContentAddToFolderDetailsValue", "static_instance": null, "getter_method": "getPaperContentAddToFolderDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_archive_details": {"fq_name": "team_log.EventDetails.paper_content_archive_details", "param_name": "paperContentArchiveDetailsValue", "static_instance": null, "getter_method": "getPaperContentArchiveDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_create_details": {"fq_name": "team_log.EventDetails.paper_content_create_details", "param_name": "paperContentCreateDetailsValue", "static_instance": null, "getter_method": "getPaperContentCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_permanently_delete_details": {"fq_name": "team_log.EventDetails.paper_content_permanently_delete_details", "param_name": "paperContentPermanentlyDeleteDetailsValue", "static_instance": null, "getter_method": "getPaperContentPermanentlyDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_remove_from_folder_details": {"fq_name": "team_log.EventDetails.paper_content_remove_from_folder_details", "param_name": "paperContentRemoveFromFolderDetailsValue", "static_instance": null, "getter_method": "getPaperContentRemoveFromFolderDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_remove_member_details": {"fq_name": "team_log.EventDetails.paper_content_remove_member_details", "param_name": "paperContentRemoveMemberDetailsValue", "static_instance": null, "getter_method": "getPaperContentRemoveMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_rename_details": {"fq_name": "team_log.EventDetails.paper_content_rename_details", "param_name": "paperContentRenameDetailsValue", "static_instance": null, "getter_method": "getPaperContentRenameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_restore_details": {"fq_name": "team_log.EventDetails.paper_content_restore_details", "param_name": "paperContentRestoreDetailsValue", "static_instance": null, "getter_method": "getPaperContentRestoreDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_add_comment_details": {"fq_name": "team_log.EventDetails.paper_doc_add_comment_details", "param_name": "paperDocAddCommentDetailsValue", "static_instance": null, "getter_method": "getPaperDocAddCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_change_member_role_details": {"fq_name": "team_log.EventDetails.paper_doc_change_member_role_details", "param_name": "paperDocChangeMemberRoleDetailsValue", "static_instance": null, "getter_method": "getPaperDocChangeMemberRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_change_sharing_policy_details": {"fq_name": "team_log.EventDetails.paper_doc_change_sharing_policy_details", "param_name": "paperDocChangeSharingPolicyDetailsValue", "static_instance": null, "getter_method": "getPaperDocChangeSharingPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_change_subscription_details": {"fq_name": "team_log.EventDetails.paper_doc_change_subscription_details", "param_name": "paperDocChangeSubscriptionDetailsValue", "static_instance": null, "getter_method": "getPaperDocChangeSubscriptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_deleted_details": {"fq_name": "team_log.EventDetails.paper_doc_deleted_details", "param_name": "paperDocDeletedDetailsValue", "static_instance": null, "getter_method": "getPaperDocDeletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_delete_comment_details": {"fq_name": "team_log.EventDetails.paper_doc_delete_comment_details", "param_name": "paperDocDeleteCommentDetailsValue", "static_instance": null, "getter_method": "getPaperDocDeleteCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_download_details": {"fq_name": "team_log.EventDetails.paper_doc_download_details", "param_name": "paperDocDownloadDetailsValue", "static_instance": null, "getter_method": "getPaperDocDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_edit_details": {"fq_name": "team_log.EventDetails.paper_doc_edit_details", "param_name": "paperDocEditDetailsValue", "static_instance": null, "getter_method": "getPaperDocEditDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_edit_comment_details": {"fq_name": "team_log.EventDetails.paper_doc_edit_comment_details", "param_name": "paperDocEditCommentDetailsValue", "static_instance": null, "getter_method": "getPaperDocEditCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_followed_details": {"fq_name": "team_log.EventDetails.paper_doc_followed_details", "param_name": "paperDocFollowedDetailsValue", "static_instance": null, "getter_method": "getPaperDocFollowedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_mention_details": {"fq_name": "team_log.EventDetails.paper_doc_mention_details", "param_name": "paperDocMentionDetailsValue", "static_instance": null, "getter_method": "getPaperDocMentionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_ownership_changed_details": {"fq_name": "team_log.EventDetails.paper_doc_ownership_changed_details", "param_name": "paperDocOwnershipChangedDetailsValue", "static_instance": null, "getter_method": "getPaperDocOwnershipChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_request_access_details": {"fq_name": "team_log.EventDetails.paper_doc_request_access_details", "param_name": "paperDocRequestAccessDetailsValue", "static_instance": null, "getter_method": "getPaperDocRequestAccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_resolve_comment_details": {"fq_name": "team_log.EventDetails.paper_doc_resolve_comment_details", "param_name": "paperDocResolveCommentDetailsValue", "static_instance": null, "getter_method": "getPaperDocResolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_revert_details": {"fq_name": "team_log.EventDetails.paper_doc_revert_details", "param_name": "paperDocRevertDetailsValue", "static_instance": null, "getter_method": "getPaperDocRevertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_slack_share_details": {"fq_name": "team_log.EventDetails.paper_doc_slack_share_details", "param_name": "paperDocSlackShareDetailsValue", "static_instance": null, "getter_method": "getPaperDocSlackShareDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_team_invite_details": {"fq_name": "team_log.EventDetails.paper_doc_team_invite_details", "param_name": "paperDocTeamInviteDetailsValue", "static_instance": null, "getter_method": "getPaperDocTeamInviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_trashed_details": {"fq_name": "team_log.EventDetails.paper_doc_trashed_details", "param_name": "paperDocTrashedDetailsValue", "static_instance": null, "getter_method": "getPaperDocTrashedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_unresolve_comment_details": {"fq_name": "team_log.EventDetails.paper_doc_unresolve_comment_details", "param_name": "paperDocUnresolveCommentDetailsValue", "static_instance": null, "getter_method": "getPaperDocUnresolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_untrashed_details": {"fq_name": "team_log.EventDetails.paper_doc_untrashed_details", "param_name": "paperDocUntrashedDetailsValue", "static_instance": null, "getter_method": "getPaperDocUntrashedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_view_details": {"fq_name": "team_log.EventDetails.paper_doc_view_details", "param_name": "paperDocViewDetailsValue", "static_instance": null, "getter_method": "getPaperDocViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_external_view_allow_details": {"fq_name": "team_log.EventDetails.paper_external_view_allow_details", "param_name": "paperExternalViewAllowDetailsValue", "static_instance": null, "getter_method": "getPaperExternalViewAllowDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_external_view_default_team_details": {"fq_name": "team_log.EventDetails.paper_external_view_default_team_details", "param_name": "paperExternalViewDefaultTeamDetailsValue", "static_instance": null, "getter_method": "getPaperExternalViewDefaultTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_external_view_forbid_details": {"fq_name": "team_log.EventDetails.paper_external_view_forbid_details", "param_name": "paperExternalViewForbidDetailsValue", "static_instance": null, "getter_method": "getPaperExternalViewForbidDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_folder_change_subscription_details": {"fq_name": "team_log.EventDetails.paper_folder_change_subscription_details", "param_name": "paperFolderChangeSubscriptionDetailsValue", "static_instance": null, "getter_method": "getPaperFolderChangeSubscriptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_folder_deleted_details": {"fq_name": "team_log.EventDetails.paper_folder_deleted_details", "param_name": "paperFolderDeletedDetailsValue", "static_instance": null, "getter_method": "getPaperFolderDeletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_folder_followed_details": {"fq_name": "team_log.EventDetails.paper_folder_followed_details", "param_name": "paperFolderFollowedDetailsValue", "static_instance": null, "getter_method": "getPaperFolderFollowedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_folder_team_invite_details": {"fq_name": "team_log.EventDetails.paper_folder_team_invite_details", "param_name": "paperFolderTeamInviteDetailsValue", "static_instance": null, "getter_method": "getPaperFolderTeamInviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_published_link_change_permission_details": {"fq_name": "team_log.EventDetails.paper_published_link_change_permission_details", "param_name": "paperPublishedLinkChangePermissionDetailsValue", "static_instance": null, "getter_method": "getPaperPublishedLinkChangePermissionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_published_link_create_details": {"fq_name": "team_log.EventDetails.paper_published_link_create_details", "param_name": "paperPublishedLinkCreateDetailsValue", "static_instance": null, "getter_method": "getPaperPublishedLinkCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_published_link_disabled_details": {"fq_name": "team_log.EventDetails.paper_published_link_disabled_details", "param_name": "paperPublishedLinkDisabledDetailsValue", "static_instance": null, "getter_method": "getPaperPublishedLinkDisabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_published_link_view_details": {"fq_name": "team_log.EventDetails.paper_published_link_view_details", "param_name": "paperPublishedLinkViewDetailsValue", "static_instance": null, "getter_method": "getPaperPublishedLinkViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.password_change_details": {"fq_name": "team_log.EventDetails.password_change_details", "param_name": "passwordChangeDetailsValue", "static_instance": null, "getter_method": "getPasswordChangeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.password_reset_details": {"fq_name": "team_log.EventDetails.password_reset_details", "param_name": "passwordResetDetailsValue", "static_instance": null, "getter_method": "getPasswordResetDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.password_reset_all_details": {"fq_name": "team_log.EventDetails.password_reset_all_details", "param_name": "passwordResetAllDetailsValue", "static_instance": null, "getter_method": "getPasswordResetAllDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.classification_create_report_details": {"fq_name": "team_log.EventDetails.classification_create_report_details", "param_name": "classificationCreateReportDetailsValue", "static_instance": null, "getter_method": "getClassificationCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.classification_create_report_fail_details": {"fq_name": "team_log.EventDetails.classification_create_report_fail_details", "param_name": "classificationCreateReportFailDetailsValue", "static_instance": null, "getter_method": "getClassificationCreateReportFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_create_exceptions_report_details": {"fq_name": "team_log.EventDetails.emm_create_exceptions_report_details", "param_name": "emmCreateExceptionsReportDetailsValue", "static_instance": null, "getter_method": "getEmmCreateExceptionsReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_create_usage_report_details": {"fq_name": "team_log.EventDetails.emm_create_usage_report_details", "param_name": "emmCreateUsageReportDetailsValue", "static_instance": null, "getter_method": "getEmmCreateUsageReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.export_members_report_details": {"fq_name": "team_log.EventDetails.export_members_report_details", "param_name": "exportMembersReportDetailsValue", "static_instance": null, "getter_method": "getExportMembersReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.export_members_report_fail_details": {"fq_name": "team_log.EventDetails.export_members_report_fail_details", "param_name": "exportMembersReportFailDetailsValue", "static_instance": null, "getter_method": "getExportMembersReportFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.external_sharing_create_report_details": {"fq_name": "team_log.EventDetails.external_sharing_create_report_details", "param_name": "externalSharingCreateReportDetailsValue", "static_instance": null, "getter_method": "getExternalSharingCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.external_sharing_report_failed_details": {"fq_name": "team_log.EventDetails.external_sharing_report_failed_details", "param_name": "externalSharingReportFailedDetailsValue", "static_instance": null, "getter_method": "getExternalSharingReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_expiration_link_gen_create_report_details": {"fq_name": "team_log.EventDetails.no_expiration_link_gen_create_report_details", "param_name": "noExpirationLinkGenCreateReportDetailsValue", "static_instance": null, "getter_method": "getNoExpirationLinkGenCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_expiration_link_gen_report_failed_details": {"fq_name": "team_log.EventDetails.no_expiration_link_gen_report_failed_details", "param_name": "noExpirationLinkGenReportFailedDetailsValue", "static_instance": null, "getter_method": "getNoExpirationLinkGenReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_password_link_gen_create_report_details": {"fq_name": "team_log.EventDetails.no_password_link_gen_create_report_details", "param_name": "noPasswordLinkGenCreateReportDetailsValue", "static_instance": null, "getter_method": "getNoPasswordLinkGenCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_password_link_gen_report_failed_details": {"fq_name": "team_log.EventDetails.no_password_link_gen_report_failed_details", "param_name": "noPasswordLinkGenReportFailedDetailsValue", "static_instance": null, "getter_method": "getNoPasswordLinkGenReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_password_link_view_create_report_details": {"fq_name": "team_log.EventDetails.no_password_link_view_create_report_details", "param_name": "noPasswordLinkViewCreateReportDetailsValue", "static_instance": null, "getter_method": "getNoPasswordLinkViewCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_password_link_view_report_failed_details": {"fq_name": "team_log.EventDetails.no_password_link_view_report_failed_details", "param_name": "noPasswordLinkViewReportFailedDetailsValue", "static_instance": null, "getter_method": "getNoPasswordLinkViewReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.outdated_link_view_create_report_details": {"fq_name": "team_log.EventDetails.outdated_link_view_create_report_details", "param_name": "outdatedLinkViewCreateReportDetailsValue", "static_instance": null, "getter_method": "getOutdatedLinkViewCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.outdated_link_view_report_failed_details": {"fq_name": "team_log.EventDetails.outdated_link_view_report_failed_details", "param_name": "outdatedLinkViewReportFailedDetailsValue", "static_instance": null, "getter_method": "getOutdatedLinkViewReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_admin_export_start_details": {"fq_name": "team_log.EventDetails.paper_admin_export_start_details", "param_name": "paperAdminExportStartDetailsValue", "static_instance": null, "getter_method": "getPaperAdminExportStartDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ransomware_alert_create_report_details": {"fq_name": "team_log.EventDetails.ransomware_alert_create_report_details", "param_name": "ransomwareAlertCreateReportDetailsValue", "static_instance": null, "getter_method": "getRansomwareAlertCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ransomware_alert_create_report_failed_details": {"fq_name": "team_log.EventDetails.ransomware_alert_create_report_failed_details", "param_name": "ransomwareAlertCreateReportFailedDetailsValue", "static_instance": null, "getter_method": "getRansomwareAlertCreateReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.smart_sync_create_admin_privilege_report_details": {"fq_name": "team_log.EventDetails.smart_sync_create_admin_privilege_report_details", "param_name": "smartSyncCreateAdminPrivilegeReportDetailsValue", "static_instance": null, "getter_method": "getSmartSyncCreateAdminPrivilegeReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_activity_create_report_details": {"fq_name": "team_log.EventDetails.team_activity_create_report_details", "param_name": "teamActivityCreateReportDetailsValue", "static_instance": null, "getter_method": "getTeamActivityCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_activity_create_report_fail_details": {"fq_name": "team_log.EventDetails.team_activity_create_report_fail_details", "param_name": "teamActivityCreateReportFailDetailsValue", "static_instance": null, "getter_method": "getTeamActivityCreateReportFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.collection_share_details": {"fq_name": "team_log.EventDetails.collection_share_details", "param_name": "collectionShareDetailsValue", "static_instance": null, "getter_method": "getCollectionShareDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_file_add_details": {"fq_name": "team_log.EventDetails.file_transfers_file_add_details", "param_name": "fileTransfersFileAddDetailsValue", "static_instance": null, "getter_method": "getFileTransfersFileAddDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_transfer_delete_details": {"fq_name": "team_log.EventDetails.file_transfers_transfer_delete_details", "param_name": "fileTransfersTransferDeleteDetailsValue", "static_instance": null, "getter_method": "getFileTransfersTransferDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_transfer_download_details": {"fq_name": "team_log.EventDetails.file_transfers_transfer_download_details", "param_name": "fileTransfersTransferDownloadDetailsValue", "static_instance": null, "getter_method": "getFileTransfersTransferDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_transfer_send_details": {"fq_name": "team_log.EventDetails.file_transfers_transfer_send_details", "param_name": "fileTransfersTransferSendDetailsValue", "static_instance": null, "getter_method": "getFileTransfersTransferSendDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_transfer_view_details": {"fq_name": "team_log.EventDetails.file_transfers_transfer_view_details", "param_name": "fileTransfersTransferViewDetailsValue", "static_instance": null, "getter_method": "getFileTransfersTransferViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.note_acl_invite_only_details": {"fq_name": "team_log.EventDetails.note_acl_invite_only_details", "param_name": "noteAclInviteOnlyDetailsValue", "static_instance": null, "getter_method": "getNoteAclInviteOnlyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.note_acl_link_details": {"fq_name": "team_log.EventDetails.note_acl_link_details", "param_name": "noteAclLinkDetailsValue", "static_instance": null, "getter_method": "getNoteAclLinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.note_acl_team_link_details": {"fq_name": "team_log.EventDetails.note_acl_team_link_details", "param_name": "noteAclTeamLinkDetailsValue", "static_instance": null, "getter_method": "getNoteAclTeamLinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.note_shared_details": {"fq_name": "team_log.EventDetails.note_shared_details", "param_name": "noteSharedDetailsValue", "static_instance": null, "getter_method": "getNoteSharedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.note_share_receive_details": {"fq_name": "team_log.EventDetails.note_share_receive_details", "param_name": "noteShareReceiveDetailsValue", "static_instance": null, "getter_method": "getNoteShareReceiveDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.open_note_shared_details": {"fq_name": "team_log.EventDetails.open_note_shared_details", "param_name": "openNoteSharedDetailsValue", "static_instance": null, "getter_method": "getOpenNoteSharedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_file_shared_link_created_details": {"fq_name": "team_log.EventDetails.replay_file_shared_link_created_details", "param_name": "replayFileSharedLinkCreatedDetailsValue", "static_instance": null, "getter_method": "getReplayFileSharedLinkCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_file_shared_link_modified_details": {"fq_name": "team_log.EventDetails.replay_file_shared_link_modified_details", "param_name": "replayFileSharedLinkModifiedDetailsValue", "static_instance": null, "getter_method": "getReplayFileSharedLinkModifiedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_project_team_add_details": {"fq_name": "team_log.EventDetails.replay_project_team_add_details", "param_name": "replayProjectTeamAddDetailsValue", "static_instance": null, "getter_method": "getReplayProjectTeamAddDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_project_team_delete_details": {"fq_name": "team_log.EventDetails.replay_project_team_delete_details", "param_name": "replayProjectTeamDeleteDetailsValue", "static_instance": null, "getter_method": "getReplayProjectTeamDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_add_group_details": {"fq_name": "team_log.EventDetails.sf_add_group_details", "param_name": "sfAddGroupDetailsValue", "static_instance": null, "getter_method": "getSfAddGroupDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_allow_non_members_to_view_shared_links_details": {"fq_name": "team_log.EventDetails.sf_allow_non_members_to_view_shared_links_details", "param_name": "sfAllowNonMembersToViewSharedLinksDetailsValue", "static_instance": null, "getter_method": "getSfAllowNonMembersToViewSharedLinksDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_external_invite_warn_details": {"fq_name": "team_log.EventDetails.sf_external_invite_warn_details", "param_name": "sfExternalInviteWarnDetailsValue", "static_instance": null, "getter_method": "getSfExternalInviteWarnDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_fb_invite_details": {"fq_name": "team_log.EventDetails.sf_fb_invite_details", "param_name": "sfFbInviteDetailsValue", "static_instance": null, "getter_method": "getSfFbInviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_fb_invite_change_role_details": {"fq_name": "team_log.EventDetails.sf_fb_invite_change_role_details", "param_name": "sfFbInviteChangeRoleDetailsValue", "static_instance": null, "getter_method": "getSfFbInviteChangeRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_fb_uninvite_details": {"fq_name": "team_log.EventDetails.sf_fb_uninvite_details", "param_name": "sfFbUninviteDetailsValue", "static_instance": null, "getter_method": "getSfFbUninviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_invite_group_details": {"fq_name": "team_log.EventDetails.sf_invite_group_details", "param_name": "sfInviteGroupDetailsValue", "static_instance": null, "getter_method": "getSfInviteGroupDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_grant_access_details": {"fq_name": "team_log.EventDetails.sf_team_grant_access_details", "param_name": "sfTeamGrantAccessDetailsValue", "static_instance": null, "getter_method": "getSfTeamGrantAccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_invite_details": {"fq_name": "team_log.EventDetails.sf_team_invite_details", "param_name": "sfTeamInviteDetailsValue", "static_instance": null, "getter_method": "getSfTeamInviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_invite_change_role_details": {"fq_name": "team_log.EventDetails.sf_team_invite_change_role_details", "param_name": "sfTeamInviteChangeRoleDetailsValue", "static_instance": null, "getter_method": "getSfTeamInviteChangeRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_join_details": {"fq_name": "team_log.EventDetails.sf_team_join_details", "param_name": "sfTeamJoinDetailsValue", "static_instance": null, "getter_method": "getSfTeamJoinDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_join_from_oob_link_details": {"fq_name": "team_log.EventDetails.sf_team_join_from_oob_link_details", "param_name": "sfTeamJoinFromOobLinkDetailsValue", "static_instance": null, "getter_method": "getSfTeamJoinFromOobLinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_uninvite_details": {"fq_name": "team_log.EventDetails.sf_team_uninvite_details", "param_name": "sfTeamUninviteDetailsValue", "static_instance": null, "getter_method": "getSfTeamUninviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_add_invitees_details": {"fq_name": "team_log.EventDetails.shared_content_add_invitees_details", "param_name": "sharedContentAddInviteesDetailsValue", "static_instance": null, "getter_method": "getSharedContentAddInviteesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_add_link_expiry_details": {"fq_name": "team_log.EventDetails.shared_content_add_link_expiry_details", "param_name": "sharedContentAddLinkExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedContentAddLinkExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_add_link_password_details": {"fq_name": "team_log.EventDetails.shared_content_add_link_password_details", "param_name": "sharedContentAddLinkPasswordDetailsValue", "static_instance": null, "getter_method": "getSharedContentAddLinkPasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_add_member_details": {"fq_name": "team_log.EventDetails.shared_content_add_member_details", "param_name": "sharedContentAddMemberDetailsValue", "static_instance": null, "getter_method": "getSharedContentAddMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_downloads_policy_details": {"fq_name": "team_log.EventDetails.shared_content_change_downloads_policy_details", "param_name": "sharedContentChangeDownloadsPolicyDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeDownloadsPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_invitee_role_details": {"fq_name": "team_log.EventDetails.shared_content_change_invitee_role_details", "param_name": "sharedContentChangeInviteeRoleDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeInviteeRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_link_audience_details": {"fq_name": "team_log.EventDetails.shared_content_change_link_audience_details", "param_name": "sharedContentChangeLinkAudienceDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkAudienceDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_link_expiry_details": {"fq_name": "team_log.EventDetails.shared_content_change_link_expiry_details", "param_name": "sharedContentChangeLinkExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_link_password_details": {"fq_name": "team_log.EventDetails.shared_content_change_link_password_details", "param_name": "sharedContentChangeLinkPasswordDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkPasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_member_role_details": {"fq_name": "team_log.EventDetails.shared_content_change_member_role_details", "param_name": "sharedContentChangeMemberRoleDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeMemberRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_viewer_info_policy_details": {"fq_name": "team_log.EventDetails.shared_content_change_viewer_info_policy_details", "param_name": "sharedContentChangeViewerInfoPolicyDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeViewerInfoPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_claim_invitation_details": {"fq_name": "team_log.EventDetails.shared_content_claim_invitation_details", "param_name": "sharedContentClaimInvitationDetailsValue", "static_instance": null, "getter_method": "getSharedContentClaimInvitationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_copy_details": {"fq_name": "team_log.EventDetails.shared_content_copy_details", "param_name": "sharedContentCopyDetailsValue", "static_instance": null, "getter_method": "getSharedContentCopyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_download_details": {"fq_name": "team_log.EventDetails.shared_content_download_details", "param_name": "sharedContentDownloadDetailsValue", "static_instance": null, "getter_method": "getSharedContentDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_relinquish_membership_details": {"fq_name": "team_log.EventDetails.shared_content_relinquish_membership_details", "param_name": "sharedContentRelinquishMembershipDetailsValue", "static_instance": null, "getter_method": "getSharedContentRelinquishMembershipDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_remove_invitees_details": {"fq_name": "team_log.EventDetails.shared_content_remove_invitees_details", "param_name": "sharedContentRemoveInviteesDetailsValue", "static_instance": null, "getter_method": "getSharedContentRemoveInviteesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_remove_link_expiry_details": {"fq_name": "team_log.EventDetails.shared_content_remove_link_expiry_details", "param_name": "sharedContentRemoveLinkExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedContentRemoveLinkExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_remove_link_password_details": {"fq_name": "team_log.EventDetails.shared_content_remove_link_password_details", "param_name": "sharedContentRemoveLinkPasswordDetailsValue", "static_instance": null, "getter_method": "getSharedContentRemoveLinkPasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_remove_member_details": {"fq_name": "team_log.EventDetails.shared_content_remove_member_details", "param_name": "sharedContentRemoveMemberDetailsValue", "static_instance": null, "getter_method": "getSharedContentRemoveMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_request_access_details": {"fq_name": "team_log.EventDetails.shared_content_request_access_details", "param_name": "sharedContentRequestAccessDetailsValue", "static_instance": null, "getter_method": "getSharedContentRequestAccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_restore_invitees_details": {"fq_name": "team_log.EventDetails.shared_content_restore_invitees_details", "param_name": "sharedContentRestoreInviteesDetailsValue", "static_instance": null, "getter_method": "getSharedContentRestoreInviteesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_restore_member_details": {"fq_name": "team_log.EventDetails.shared_content_restore_member_details", "param_name": "sharedContentRestoreMemberDetailsValue", "static_instance": null, "getter_method": "getSharedContentRestoreMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_unshare_details": {"fq_name": "team_log.EventDetails.shared_content_unshare_details", "param_name": "sharedContentUnshareDetailsValue", "static_instance": null, "getter_method": "getSharedContentUnshareDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_view_details": {"fq_name": "team_log.EventDetails.shared_content_view_details", "param_name": "sharedContentViewDetailsValue", "static_instance": null, "getter_method": "getSharedContentViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_change_link_policy_details": {"fq_name": "team_log.EventDetails.shared_folder_change_link_policy_details", "param_name": "sharedFolderChangeLinkPolicyDetailsValue", "static_instance": null, "getter_method": "getSharedFolderChangeLinkPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_change_members_inheritance_policy_details": {"fq_name": "team_log.EventDetails.shared_folder_change_members_inheritance_policy_details", "param_name": "sharedFolderChangeMembersInheritancePolicyDetailsValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersInheritancePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_change_members_management_policy_details": {"fq_name": "team_log.EventDetails.shared_folder_change_members_management_policy_details", "param_name": "sharedFolderChangeMembersManagementPolicyDetailsValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersManagementPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_change_members_policy_details": {"fq_name": "team_log.EventDetails.shared_folder_change_members_policy_details", "param_name": "sharedFolderChangeMembersPolicyDetailsValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_create_details": {"fq_name": "team_log.EventDetails.shared_folder_create_details", "param_name": "sharedFolderCreateDetailsValue", "static_instance": null, "getter_method": "getSharedFolderCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_decline_invitation_details": {"fq_name": "team_log.EventDetails.shared_folder_decline_invitation_details", "param_name": "sharedFolderDeclineInvitationDetailsValue", "static_instance": null, "getter_method": "getSharedFolderDeclineInvitationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_mount_details": {"fq_name": "team_log.EventDetails.shared_folder_mount_details", "param_name": "sharedFolderMountDetailsValue", "static_instance": null, "getter_method": "getSharedFolderMountDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_nest_details": {"fq_name": "team_log.EventDetails.shared_folder_nest_details", "param_name": "sharedFolderNestDetailsValue", "static_instance": null, "getter_method": "getSharedFolderNestDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_transfer_ownership_details": {"fq_name": "team_log.EventDetails.shared_folder_transfer_ownership_details", "param_name": "sharedFolderTransferOwnershipDetailsValue", "static_instance": null, "getter_method": "getSharedFolderTransferOwnershipDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_unmount_details": {"fq_name": "team_log.EventDetails.shared_folder_unmount_details", "param_name": "sharedFolderUnmountDetailsValue", "static_instance": null, "getter_method": "getSharedFolderUnmountDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_add_expiry_details": {"fq_name": "team_log.EventDetails.shared_link_add_expiry_details", "param_name": "sharedLinkAddExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedLinkAddExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_change_expiry_details": {"fq_name": "team_log.EventDetails.shared_link_change_expiry_details", "param_name": "sharedLinkChangeExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedLinkChangeExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_change_visibility_details": {"fq_name": "team_log.EventDetails.shared_link_change_visibility_details", "param_name": "sharedLinkChangeVisibilityDetailsValue", "static_instance": null, "getter_method": "getSharedLinkChangeVisibilityDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_copy_details": {"fq_name": "team_log.EventDetails.shared_link_copy_details", "param_name": "sharedLinkCopyDetailsValue", "static_instance": null, "getter_method": "getSharedLinkCopyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_create_details": {"fq_name": "team_log.EventDetails.shared_link_create_details", "param_name": "sharedLinkCreateDetailsValue", "static_instance": null, "getter_method": "getSharedLinkCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_disable_details": {"fq_name": "team_log.EventDetails.shared_link_disable_details", "param_name": "sharedLinkDisableDetailsValue", "static_instance": null, "getter_method": "getSharedLinkDisableDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_download_details": {"fq_name": "team_log.EventDetails.shared_link_download_details", "param_name": "sharedLinkDownloadDetailsValue", "static_instance": null, "getter_method": "getSharedLinkDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_remove_expiry_details": {"fq_name": "team_log.EventDetails.shared_link_remove_expiry_details", "param_name": "sharedLinkRemoveExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedLinkRemoveExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_add_expiration_details": {"fq_name": "team_log.EventDetails.shared_link_settings_add_expiration_details", "param_name": "sharedLinkSettingsAddExpirationDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAddExpirationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_add_password_details": {"fq_name": "team_log.EventDetails.shared_link_settings_add_password_details", "param_name": "sharedLinkSettingsAddPasswordDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAddPasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_allow_download_disabled_details": {"fq_name": "team_log.EventDetails.shared_link_settings_allow_download_disabled_details", "param_name": "sharedLinkSettingsAllowDownloadDisabledDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAllowDownloadDisabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_allow_download_enabled_details": {"fq_name": "team_log.EventDetails.shared_link_settings_allow_download_enabled_details", "param_name": "sharedLinkSettingsAllowDownloadEnabledDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAllowDownloadEnabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_change_audience_details": {"fq_name": "team_log.EventDetails.shared_link_settings_change_audience_details", "param_name": "sharedLinkSettingsChangeAudienceDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangeAudienceDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_change_expiration_details": {"fq_name": "team_log.EventDetails.shared_link_settings_change_expiration_details", "param_name": "sharedLinkSettingsChangeExpirationDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangeExpirationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_change_password_details": {"fq_name": "team_log.EventDetails.shared_link_settings_change_password_details", "param_name": "sharedLinkSettingsChangePasswordDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangePasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_remove_expiration_details": {"fq_name": "team_log.EventDetails.shared_link_settings_remove_expiration_details", "param_name": "sharedLinkSettingsRemoveExpirationDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsRemoveExpirationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_remove_password_details": {"fq_name": "team_log.EventDetails.shared_link_settings_remove_password_details", "param_name": "sharedLinkSettingsRemovePasswordDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsRemovePasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_share_details": {"fq_name": "team_log.EventDetails.shared_link_share_details", "param_name": "sharedLinkShareDetailsValue", "static_instance": null, "getter_method": "getSharedLinkShareDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_view_details": {"fq_name": "team_log.EventDetails.shared_link_view_details", "param_name": "sharedLinkViewDetailsValue", "static_instance": null, "getter_method": "getSharedLinkViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_note_opened_details": {"fq_name": "team_log.EventDetails.shared_note_opened_details", "param_name": "sharedNoteOpenedDetailsValue", "static_instance": null, "getter_method": "getSharedNoteOpenedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shmodel_disable_downloads_details": {"fq_name": "team_log.EventDetails.shmodel_disable_downloads_details", "param_name": "shmodelDisableDownloadsDetailsValue", "static_instance": null, "getter_method": "getShmodelDisableDownloadsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shmodel_enable_downloads_details": {"fq_name": "team_log.EventDetails.shmodel_enable_downloads_details", "param_name": "shmodelEnableDownloadsDetailsValue", "static_instance": null, "getter_method": "getShmodelEnableDownloadsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shmodel_group_share_details": {"fq_name": "team_log.EventDetails.shmodel_group_share_details", "param_name": "shmodelGroupShareDetailsValue", "static_instance": null, "getter_method": "getShmodelGroupShareDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_access_granted_details": {"fq_name": "team_log.EventDetails.showcase_access_granted_details", "param_name": "showcaseAccessGrantedDetailsValue", "static_instance": null, "getter_method": "getShowcaseAccessGrantedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_add_member_details": {"fq_name": "team_log.EventDetails.showcase_add_member_details", "param_name": "showcaseAddMemberDetailsValue", "static_instance": null, "getter_method": "getShowcaseAddMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_archived_details": {"fq_name": "team_log.EventDetails.showcase_archived_details", "param_name": "showcaseArchivedDetailsValue", "static_instance": null, "getter_method": "getShowcaseArchivedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_created_details": {"fq_name": "team_log.EventDetails.showcase_created_details", "param_name": "showcaseCreatedDetailsValue", "static_instance": null, "getter_method": "getShowcaseCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_delete_comment_details": {"fq_name": "team_log.EventDetails.showcase_delete_comment_details", "param_name": "showcaseDeleteCommentDetailsValue", "static_instance": null, "getter_method": "getShowcaseDeleteCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_edited_details": {"fq_name": "team_log.EventDetails.showcase_edited_details", "param_name": "showcaseEditedDetailsValue", "static_instance": null, "getter_method": "getShowcaseEditedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_edit_comment_details": {"fq_name": "team_log.EventDetails.showcase_edit_comment_details", "param_name": "showcaseEditCommentDetailsValue", "static_instance": null, "getter_method": "getShowcaseEditCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_file_added_details": {"fq_name": "team_log.EventDetails.showcase_file_added_details", "param_name": "showcaseFileAddedDetailsValue", "static_instance": null, "getter_method": "getShowcaseFileAddedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_file_download_details": {"fq_name": "team_log.EventDetails.showcase_file_download_details", "param_name": "showcaseFileDownloadDetailsValue", "static_instance": null, "getter_method": "getShowcaseFileDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_file_removed_details": {"fq_name": "team_log.EventDetails.showcase_file_removed_details", "param_name": "showcaseFileRemovedDetailsValue", "static_instance": null, "getter_method": "getShowcaseFileRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_file_view_details": {"fq_name": "team_log.EventDetails.showcase_file_view_details", "param_name": "showcaseFileViewDetailsValue", "static_instance": null, "getter_method": "getShowcaseFileViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_permanently_deleted_details": {"fq_name": "team_log.EventDetails.showcase_permanently_deleted_details", "param_name": "showcasePermanentlyDeletedDetailsValue", "static_instance": null, "getter_method": "getShowcasePermanentlyDeletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_post_comment_details": {"fq_name": "team_log.EventDetails.showcase_post_comment_details", "param_name": "showcasePostCommentDetailsValue", "static_instance": null, "getter_method": "getShowcasePostCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_remove_member_details": {"fq_name": "team_log.EventDetails.showcase_remove_member_details", "param_name": "showcaseRemoveMemberDetailsValue", "static_instance": null, "getter_method": "getShowcaseRemoveMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_renamed_details": {"fq_name": "team_log.EventDetails.showcase_renamed_details", "param_name": "showcaseRenamedDetailsValue", "static_instance": null, "getter_method": "getShowcaseRenamedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_request_access_details": {"fq_name": "team_log.EventDetails.showcase_request_access_details", "param_name": "showcaseRequestAccessDetailsValue", "static_instance": null, "getter_method": "getShowcaseRequestAccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_resolve_comment_details": {"fq_name": "team_log.EventDetails.showcase_resolve_comment_details", "param_name": "showcaseResolveCommentDetailsValue", "static_instance": null, "getter_method": "getShowcaseResolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_restored_details": {"fq_name": "team_log.EventDetails.showcase_restored_details", "param_name": "showcaseRestoredDetailsValue", "static_instance": null, "getter_method": "getShowcaseRestoredDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_trashed_details": {"fq_name": "team_log.EventDetails.showcase_trashed_details", "param_name": "showcaseTrashedDetailsValue", "static_instance": null, "getter_method": "getShowcaseTrashedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_trashed_deprecated_details": {"fq_name": "team_log.EventDetails.showcase_trashed_deprecated_details", "param_name": "showcaseTrashedDeprecatedDetailsValue", "static_instance": null, "getter_method": "getShowcaseTrashedDeprecatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_unresolve_comment_details": {"fq_name": "team_log.EventDetails.showcase_unresolve_comment_details", "param_name": "showcaseUnresolveCommentDetailsValue", "static_instance": null, "getter_method": "getShowcaseUnresolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_untrashed_details": {"fq_name": "team_log.EventDetails.showcase_untrashed_details", "param_name": "showcaseUntrashedDetailsValue", "static_instance": null, "getter_method": "getShowcaseUntrashedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_untrashed_deprecated_details": {"fq_name": "team_log.EventDetails.showcase_untrashed_deprecated_details", "param_name": "showcaseUntrashedDeprecatedDetailsValue", "static_instance": null, "getter_method": "getShowcaseUntrashedDeprecatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_view_details": {"fq_name": "team_log.EventDetails.showcase_view_details", "param_name": "showcaseViewDetailsValue", "static_instance": null, "getter_method": "getShowcaseViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_add_cert_details": {"fq_name": "team_log.EventDetails.sso_add_cert_details", "param_name": "ssoAddCertDetailsValue", "static_instance": null, "getter_method": "getSsoAddCertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_add_login_url_details": {"fq_name": "team_log.EventDetails.sso_add_login_url_details", "param_name": "ssoAddLoginUrlDetailsValue", "static_instance": null, "getter_method": "getSsoAddLoginUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_add_logout_url_details": {"fq_name": "team_log.EventDetails.sso_add_logout_url_details", "param_name": "ssoAddLogoutUrlDetailsValue", "static_instance": null, "getter_method": "getSsoAddLogoutUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_change_cert_details": {"fq_name": "team_log.EventDetails.sso_change_cert_details", "param_name": "ssoChangeCertDetailsValue", "static_instance": null, "getter_method": "getSsoChangeCertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_change_login_url_details": {"fq_name": "team_log.EventDetails.sso_change_login_url_details", "param_name": "ssoChangeLoginUrlDetailsValue", "static_instance": null, "getter_method": "getSsoChangeLoginUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_change_logout_url_details": {"fq_name": "team_log.EventDetails.sso_change_logout_url_details", "param_name": "ssoChangeLogoutUrlDetailsValue", "static_instance": null, "getter_method": "getSsoChangeLogoutUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_change_saml_identity_mode_details": {"fq_name": "team_log.EventDetails.sso_change_saml_identity_mode_details", "param_name": "ssoChangeSamlIdentityModeDetailsValue", "static_instance": null, "getter_method": "getSsoChangeSamlIdentityModeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_remove_cert_details": {"fq_name": "team_log.EventDetails.sso_remove_cert_details", "param_name": "ssoRemoveCertDetailsValue", "static_instance": null, "getter_method": "getSsoRemoveCertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_remove_login_url_details": {"fq_name": "team_log.EventDetails.sso_remove_login_url_details", "param_name": "ssoRemoveLoginUrlDetailsValue", "static_instance": null, "getter_method": "getSsoRemoveLoginUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_remove_logout_url_details": {"fq_name": "team_log.EventDetails.sso_remove_logout_url_details", "param_name": "ssoRemoveLogoutUrlDetailsValue", "static_instance": null, "getter_method": "getSsoRemoveLogoutUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folder_change_status_details": {"fq_name": "team_log.EventDetails.team_folder_change_status_details", "param_name": "teamFolderChangeStatusDetailsValue", "static_instance": null, "getter_method": "getTeamFolderChangeStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folder_create_details": {"fq_name": "team_log.EventDetails.team_folder_create_details", "param_name": "teamFolderCreateDetailsValue", "static_instance": null, "getter_method": "getTeamFolderCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folder_downgrade_details": {"fq_name": "team_log.EventDetails.team_folder_downgrade_details", "param_name": "teamFolderDowngradeDetailsValue", "static_instance": null, "getter_method": "getTeamFolderDowngradeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folder_permanently_delete_details": {"fq_name": "team_log.EventDetails.team_folder_permanently_delete_details", "param_name": "teamFolderPermanentlyDeleteDetailsValue", "static_instance": null, "getter_method": "getTeamFolderPermanentlyDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folder_rename_details": {"fq_name": "team_log.EventDetails.team_folder_rename_details", "param_name": "teamFolderRenameDetailsValue", "static_instance": null, "getter_method": "getTeamFolderRenameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_selective_sync_settings_changed_details": {"fq_name": "team_log.EventDetails.team_selective_sync_settings_changed_details", "param_name": "teamSelectiveSyncSettingsChangedDetailsValue", "static_instance": null, "getter_method": "getTeamSelectiveSyncSettingsChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_capture_change_policy_details": {"fq_name": "team_log.EventDetails.account_capture_change_policy_details", "param_name": "accountCaptureChangePolicyDetailsValue", "static_instance": null, "getter_method": "getAccountCaptureChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.admin_email_reminders_changed_details": {"fq_name": "team_log.EventDetails.admin_email_reminders_changed_details", "param_name": "adminEmailRemindersChangedDetailsValue", "static_instance": null, "getter_method": "getAdminEmailRemindersChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.allow_download_disabled_details": {"fq_name": "team_log.EventDetails.allow_download_disabled_details", "param_name": "allowDownloadDisabledDetailsValue", "static_instance": null, "getter_method": "getAllowDownloadDisabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.allow_download_enabled_details": {"fq_name": "team_log.EventDetails.allow_download_enabled_details", "param_name": "allowDownloadEnabledDetailsValue", "static_instance": null, "getter_method": "getAllowDownloadEnabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_permissions_changed_details": {"fq_name": "team_log.EventDetails.app_permissions_changed_details", "param_name": "appPermissionsChangedDetailsValue", "static_instance": null, "getter_method": "getAppPermissionsChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.camera_uploads_policy_changed_details": {"fq_name": "team_log.EventDetails.camera_uploads_policy_changed_details", "param_name": "cameraUploadsPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getCameraUploadsPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.capture_transcript_policy_changed_details": {"fq_name": "team_log.EventDetails.capture_transcript_policy_changed_details", "param_name": "captureTranscriptPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getCaptureTranscriptPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.classification_change_policy_details": {"fq_name": "team_log.EventDetails.classification_change_policy_details", "param_name": "classificationChangePolicyDetailsValue", "static_instance": null, "getter_method": "getClassificationChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.computer_backup_policy_changed_details": {"fq_name": "team_log.EventDetails.computer_backup_policy_changed_details", "param_name": "computerBackupPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getComputerBackupPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.content_administration_policy_changed_details": {"fq_name": "team_log.EventDetails.content_administration_policy_changed_details", "param_name": "contentAdministrationPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getContentAdministrationPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.data_placement_restriction_change_policy_details": {"fq_name": "team_log.EventDetails.data_placement_restriction_change_policy_details", "param_name": "dataPlacementRestrictionChangePolicyDetailsValue", "static_instance": null, "getter_method": "getDataPlacementRestrictionChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.data_placement_restriction_satisfy_policy_details": {"fq_name": "team_log.EventDetails.data_placement_restriction_satisfy_policy_details", "param_name": "dataPlacementRestrictionSatisfyPolicyDetailsValue", "static_instance": null, "getter_method": "getDataPlacementRestrictionSatisfyPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_add_exception_details": {"fq_name": "team_log.EventDetails.device_approvals_add_exception_details", "param_name": "deviceApprovalsAddExceptionDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsAddExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_change_desktop_policy_details": {"fq_name": "team_log.EventDetails.device_approvals_change_desktop_policy_details", "param_name": "deviceApprovalsChangeDesktopPolicyDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeDesktopPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_change_mobile_policy_details": {"fq_name": "team_log.EventDetails.device_approvals_change_mobile_policy_details", "param_name": "deviceApprovalsChangeMobilePolicyDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeMobilePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_change_overage_action_details": {"fq_name": "team_log.EventDetails.device_approvals_change_overage_action_details", "param_name": "deviceApprovalsChangeOverageActionDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeOverageActionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_change_unlink_action_details": {"fq_name": "team_log.EventDetails.device_approvals_change_unlink_action_details", "param_name": "deviceApprovalsChangeUnlinkActionDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeUnlinkActionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_remove_exception_details": {"fq_name": "team_log.EventDetails.device_approvals_remove_exception_details", "param_name": "deviceApprovalsRemoveExceptionDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsRemoveExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.directory_restrictions_add_members_details": {"fq_name": "team_log.EventDetails.directory_restrictions_add_members_details", "param_name": "directoryRestrictionsAddMembersDetailsValue", "static_instance": null, "getter_method": "getDirectoryRestrictionsAddMembersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.directory_restrictions_remove_members_details": {"fq_name": "team_log.EventDetails.directory_restrictions_remove_members_details", "param_name": "directoryRestrictionsRemoveMembersDetailsValue", "static_instance": null, "getter_method": "getDirectoryRestrictionsRemoveMembersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dropbox_passwords_policy_changed_details": {"fq_name": "team_log.EventDetails.dropbox_passwords_policy_changed_details", "param_name": "dropboxPasswordsPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getDropboxPasswordsPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.email_ingest_policy_changed_details": {"fq_name": "team_log.EventDetails.email_ingest_policy_changed_details", "param_name": "emailIngestPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getEmailIngestPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_add_exception_details": {"fq_name": "team_log.EventDetails.emm_add_exception_details", "param_name": "emmAddExceptionDetailsValue", "static_instance": null, "getter_method": "getEmmAddExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_change_policy_details": {"fq_name": "team_log.EventDetails.emm_change_policy_details", "param_name": "emmChangePolicyDetailsValue", "static_instance": null, "getter_method": "getEmmChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_remove_exception_details": {"fq_name": "team_log.EventDetails.emm_remove_exception_details", "param_name": "emmRemoveExceptionDetailsValue", "static_instance": null, "getter_method": "getEmmRemoveExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.extended_version_history_change_policy_details": {"fq_name": "team_log.EventDetails.extended_version_history_change_policy_details", "param_name": "extendedVersionHistoryChangePolicyDetailsValue", "static_instance": null, "getter_method": "getExtendedVersionHistoryChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.external_drive_backup_policy_changed_details": {"fq_name": "team_log.EventDetails.external_drive_backup_policy_changed_details", "param_name": "externalDriveBackupPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getExternalDriveBackupPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_comments_change_policy_details": {"fq_name": "team_log.EventDetails.file_comments_change_policy_details", "param_name": "fileCommentsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getFileCommentsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_locking_policy_changed_details": {"fq_name": "team_log.EventDetails.file_locking_policy_changed_details", "param_name": "fileLockingPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getFileLockingPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_provider_migration_policy_changed_details": {"fq_name": "team_log.EventDetails.file_provider_migration_policy_changed_details", "param_name": "fileProviderMigrationPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getFileProviderMigrationPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_requests_change_policy_details": {"fq_name": "team_log.EventDetails.file_requests_change_policy_details", "param_name": "fileRequestsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getFileRequestsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_requests_emails_enabled_details": {"fq_name": "team_log.EventDetails.file_requests_emails_enabled_details", "param_name": "fileRequestsEmailsEnabledDetailsValue", "static_instance": null, "getter_method": "getFileRequestsEmailsEnabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_requests_emails_restricted_to_team_only_details": {"fq_name": "team_log.EventDetails.file_requests_emails_restricted_to_team_only_details", "param_name": "fileRequestsEmailsRestrictedToTeamOnlyDetailsValue", "static_instance": null, "getter_method": "getFileRequestsEmailsRestrictedToTeamOnlyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_policy_changed_details": {"fq_name": "team_log.EventDetails.file_transfers_policy_changed_details", "param_name": "fileTransfersPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getFileTransfersPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.folder_link_restriction_policy_changed_details": {"fq_name": "team_log.EventDetails.folder_link_restriction_policy_changed_details", "param_name": "folderLinkRestrictionPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getFolderLinkRestrictionPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.google_sso_change_policy_details": {"fq_name": "team_log.EventDetails.google_sso_change_policy_details", "param_name": "googleSsoChangePolicyDetailsValue", "static_instance": null, "getter_method": "getGoogleSsoChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_user_management_change_policy_details": {"fq_name": "team_log.EventDetails.group_user_management_change_policy_details", "param_name": "groupUserManagementChangePolicyDetailsValue", "static_instance": null, "getter_method": "getGroupUserManagementChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.integration_policy_changed_details": {"fq_name": "team_log.EventDetails.integration_policy_changed_details", "param_name": "integrationPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getIntegrationPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.invite_acceptance_email_policy_changed_details": {"fq_name": "team_log.EventDetails.invite_acceptance_email_policy_changed_details", "param_name": "inviteAcceptanceEmailPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getInviteAcceptanceEmailPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_requests_change_policy_details": {"fq_name": "team_log.EventDetails.member_requests_change_policy_details", "param_name": "memberRequestsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getMemberRequestsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_send_invite_policy_changed_details": {"fq_name": "team_log.EventDetails.member_send_invite_policy_changed_details", "param_name": "memberSendInvitePolicyChangedDetailsValue", "static_instance": null, "getter_method": "getMemberSendInvitePolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_add_exception_details": {"fq_name": "team_log.EventDetails.member_space_limits_add_exception_details", "param_name": "memberSpaceLimitsAddExceptionDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsAddExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_change_caps_type_policy_details": {"fq_name": "team_log.EventDetails.member_space_limits_change_caps_type_policy_details", "param_name": "memberSpaceLimitsChangeCapsTypePolicyDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeCapsTypePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_change_policy_details": {"fq_name": "team_log.EventDetails.member_space_limits_change_policy_details", "param_name": "memberSpaceLimitsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_remove_exception_details": {"fq_name": "team_log.EventDetails.member_space_limits_remove_exception_details", "param_name": "memberSpaceLimitsRemoveExceptionDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsRemoveExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_suggestions_change_policy_details": {"fq_name": "team_log.EventDetails.member_suggestions_change_policy_details", "param_name": "memberSuggestionsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getMemberSuggestionsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.microsoft_office_addin_change_policy_details": {"fq_name": "team_log.EventDetails.microsoft_office_addin_change_policy_details", "param_name": "microsoftOfficeAddinChangePolicyDetailsValue", "static_instance": null, "getter_method": "getMicrosoftOfficeAddinChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.network_control_change_policy_details": {"fq_name": "team_log.EventDetails.network_control_change_policy_details", "param_name": "networkControlChangePolicyDetailsValue", "static_instance": null, "getter_method": "getNetworkControlChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_change_deployment_policy_details": {"fq_name": "team_log.EventDetails.paper_change_deployment_policy_details", "param_name": "paperChangeDeploymentPolicyDetailsValue", "static_instance": null, "getter_method": "getPaperChangeDeploymentPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_change_member_link_policy_details": {"fq_name": "team_log.EventDetails.paper_change_member_link_policy_details", "param_name": "paperChangeMemberLinkPolicyDetailsValue", "static_instance": null, "getter_method": "getPaperChangeMemberLinkPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_change_member_policy_details": {"fq_name": "team_log.EventDetails.paper_change_member_policy_details", "param_name": "paperChangeMemberPolicyDetailsValue", "static_instance": null, "getter_method": "getPaperChangeMemberPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_change_policy_details": {"fq_name": "team_log.EventDetails.paper_change_policy_details", "param_name": "paperChangePolicyDetailsValue", "static_instance": null, "getter_method": "getPaperChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_default_folder_policy_changed_details": {"fq_name": "team_log.EventDetails.paper_default_folder_policy_changed_details", "param_name": "paperDefaultFolderPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getPaperDefaultFolderPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_desktop_policy_changed_details": {"fq_name": "team_log.EventDetails.paper_desktop_policy_changed_details", "param_name": "paperDesktopPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getPaperDesktopPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_enabled_users_group_addition_details": {"fq_name": "team_log.EventDetails.paper_enabled_users_group_addition_details", "param_name": "paperEnabledUsersGroupAdditionDetailsValue", "static_instance": null, "getter_method": "getPaperEnabledUsersGroupAdditionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_enabled_users_group_removal_details": {"fq_name": "team_log.EventDetails.paper_enabled_users_group_removal_details", "param_name": "paperEnabledUsersGroupRemovalDetailsValue", "static_instance": null, "getter_method": "getPaperEnabledUsersGroupRemovalDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.password_strength_requirements_change_policy_details": {"fq_name": "team_log.EventDetails.password_strength_requirements_change_policy_details", "param_name": "passwordStrengthRequirementsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getPasswordStrengthRequirementsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.permanent_delete_change_policy_details": {"fq_name": "team_log.EventDetails.permanent_delete_change_policy_details", "param_name": "permanentDeleteChangePolicyDetailsValue", "static_instance": null, "getter_method": "getPermanentDeleteChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.reseller_support_change_policy_details": {"fq_name": "team_log.EventDetails.reseller_support_change_policy_details", "param_name": "resellerSupportChangePolicyDetailsValue", "static_instance": null, "getter_method": "getResellerSupportChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.rewind_policy_changed_details": {"fq_name": "team_log.EventDetails.rewind_policy_changed_details", "param_name": "rewindPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getRewindPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_for_signature_policy_changed_details": {"fq_name": "team_log.EventDetails.send_for_signature_policy_changed_details", "param_name": "sendForSignaturePolicyChangedDetailsValue", "static_instance": null, "getter_method": "getSendForSignaturePolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_folder_join_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_folder_join_policy_details", "param_name": "sharingChangeFolderJoinPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeFolderJoinPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_link_allow_change_expiration_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_link_allow_change_expiration_policy_details", "param_name": "sharingChangeLinkAllowChangeExpirationPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeLinkAllowChangeExpirationPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_link_default_expiration_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_link_default_expiration_policy_details", "param_name": "sharingChangeLinkDefaultExpirationPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeLinkDefaultExpirationPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_link_enforce_password_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_link_enforce_password_policy_details", "param_name": "sharingChangeLinkEnforcePasswordPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeLinkEnforcePasswordPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_link_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_link_policy_details", "param_name": "sharingChangeLinkPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeLinkPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_member_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_member_policy_details", "param_name": "sharingChangeMemberPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeMemberPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_change_download_policy_details": {"fq_name": "team_log.EventDetails.showcase_change_download_policy_details", "param_name": "showcaseChangeDownloadPolicyDetailsValue", "static_instance": null, "getter_method": "getShowcaseChangeDownloadPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_change_enabled_policy_details": {"fq_name": "team_log.EventDetails.showcase_change_enabled_policy_details", "param_name": "showcaseChangeEnabledPolicyDetailsValue", "static_instance": null, "getter_method": "getShowcaseChangeEnabledPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_change_external_sharing_policy_details": {"fq_name": "team_log.EventDetails.showcase_change_external_sharing_policy_details", "param_name": "showcaseChangeExternalSharingPolicyDetailsValue", "static_instance": null, "getter_method": "getShowcaseChangeExternalSharingPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.smarter_smart_sync_policy_changed_details": {"fq_name": "team_log.EventDetails.smarter_smart_sync_policy_changed_details", "param_name": "smarterSmartSyncPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getSmarterSmartSyncPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.smart_sync_change_policy_details": {"fq_name": "team_log.EventDetails.smart_sync_change_policy_details", "param_name": "smartSyncChangePolicyDetailsValue", "static_instance": null, "getter_method": "getSmartSyncChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.smart_sync_not_opt_out_details": {"fq_name": "team_log.EventDetails.smart_sync_not_opt_out_details", "param_name": "smartSyncNotOptOutDetailsValue", "static_instance": null, "getter_method": "getSmartSyncNotOptOutDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.smart_sync_opt_out_details": {"fq_name": "team_log.EventDetails.smart_sync_opt_out_details", "param_name": "smartSyncOptOutDetailsValue", "static_instance": null, "getter_method": "getSmartSyncOptOutDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_change_policy_details": {"fq_name": "team_log.EventDetails.sso_change_policy_details", "param_name": "ssoChangePolicyDetailsValue", "static_instance": null, "getter_method": "getSsoChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_branding_policy_changed_details": {"fq_name": "team_log.EventDetails.team_branding_policy_changed_details", "param_name": "teamBrandingPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getTeamBrandingPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_extensions_policy_changed_details": {"fq_name": "team_log.EventDetails.team_extensions_policy_changed_details", "param_name": "teamExtensionsPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getTeamExtensionsPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_selective_sync_policy_changed_details": {"fq_name": "team_log.EventDetails.team_selective_sync_policy_changed_details", "param_name": "teamSelectiveSyncPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getTeamSelectiveSyncPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_sharing_whitelist_subjects_changed_details": {"fq_name": "team_log.EventDetails.team_sharing_whitelist_subjects_changed_details", "param_name": "teamSharingWhitelistSubjectsChangedDetailsValue", "static_instance": null, "getter_method": "getTeamSharingWhitelistSubjectsChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_add_exception_details": {"fq_name": "team_log.EventDetails.tfa_add_exception_details", "param_name": "tfaAddExceptionDetailsValue", "static_instance": null, "getter_method": "getTfaAddExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_change_policy_details": {"fq_name": "team_log.EventDetails.tfa_change_policy_details", "param_name": "tfaChangePolicyDetailsValue", "static_instance": null, "getter_method": "getTfaChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_remove_exception_details": {"fq_name": "team_log.EventDetails.tfa_remove_exception_details", "param_name": "tfaRemoveExceptionDetailsValue", "static_instance": null, "getter_method": "getTfaRemoveExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.two_account_change_policy_details": {"fq_name": "team_log.EventDetails.two_account_change_policy_details", "param_name": "twoAccountChangePolicyDetailsValue", "static_instance": null, "getter_method": "getTwoAccountChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.viewer_info_policy_changed_details": {"fq_name": "team_log.EventDetails.viewer_info_policy_changed_details", "param_name": "viewerInfoPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getViewerInfoPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.watermarking_policy_changed_details": {"fq_name": "team_log.EventDetails.watermarking_policy_changed_details", "param_name": "watermarkingPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getWatermarkingPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.web_sessions_change_active_session_limit_details": {"fq_name": "team_log.EventDetails.web_sessions_change_active_session_limit_details", "param_name": "webSessionsChangeActiveSessionLimitDetailsValue", "static_instance": null, "getter_method": "getWebSessionsChangeActiveSessionLimitDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.web_sessions_change_fixed_length_policy_details": {"fq_name": "team_log.EventDetails.web_sessions_change_fixed_length_policy_details", "param_name": "webSessionsChangeFixedLengthPolicyDetailsValue", "static_instance": null, "getter_method": "getWebSessionsChangeFixedLengthPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.web_sessions_change_idle_length_policy_details": {"fq_name": "team_log.EventDetails.web_sessions_change_idle_length_policy_details", "param_name": "webSessionsChangeIdleLengthPolicyDetailsValue", "static_instance": null, "getter_method": "getWebSessionsChangeIdleLengthPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.data_residency_migration_request_successful_details": {"fq_name": "team_log.EventDetails.data_residency_migration_request_successful_details", "param_name": "dataResidencyMigrationRequestSuccessfulDetailsValue", "static_instance": null, "getter_method": "getDataResidencyMigrationRequestSuccessfulDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.data_residency_migration_request_unsuccessful_details": {"fq_name": "team_log.EventDetails.data_residency_migration_request_unsuccessful_details", "param_name": "dataResidencyMigrationRequestUnsuccessfulDetailsValue", "static_instance": null, "getter_method": "getDataResidencyMigrationRequestUnsuccessfulDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_from_details": {"fq_name": "team_log.EventDetails.team_merge_from_details", "param_name": "teamMergeFromDetailsValue", "static_instance": null, "getter_method": "getTeamMergeFromDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_to_details": {"fq_name": "team_log.EventDetails.team_merge_to_details", "param_name": "teamMergeToDetailsValue", "static_instance": null, "getter_method": "getTeamMergeToDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_add_background_details": {"fq_name": "team_log.EventDetails.team_profile_add_background_details", "param_name": "teamProfileAddBackgroundDetailsValue", "static_instance": null, "getter_method": "getTeamProfileAddBackgroundDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_add_logo_details": {"fq_name": "team_log.EventDetails.team_profile_add_logo_details", "param_name": "teamProfileAddLogoDetailsValue", "static_instance": null, "getter_method": "getTeamProfileAddLogoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_change_background_details": {"fq_name": "team_log.EventDetails.team_profile_change_background_details", "param_name": "teamProfileChangeBackgroundDetailsValue", "static_instance": null, "getter_method": "getTeamProfileChangeBackgroundDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_change_default_language_details": {"fq_name": "team_log.EventDetails.team_profile_change_default_language_details", "param_name": "teamProfileChangeDefaultLanguageDetailsValue", "static_instance": null, "getter_method": "getTeamProfileChangeDefaultLanguageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_change_logo_details": {"fq_name": "team_log.EventDetails.team_profile_change_logo_details", "param_name": "teamProfileChangeLogoDetailsValue", "static_instance": null, "getter_method": "getTeamProfileChangeLogoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_change_name_details": {"fq_name": "team_log.EventDetails.team_profile_change_name_details", "param_name": "teamProfileChangeNameDetailsValue", "static_instance": null, "getter_method": "getTeamProfileChangeNameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_remove_background_details": {"fq_name": "team_log.EventDetails.team_profile_remove_background_details", "param_name": "teamProfileRemoveBackgroundDetailsValue", "static_instance": null, "getter_method": "getTeamProfileRemoveBackgroundDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_remove_logo_details": {"fq_name": "team_log.EventDetails.team_profile_remove_logo_details", "param_name": "teamProfileRemoveLogoDetailsValue", "static_instance": null, "getter_method": "getTeamProfileRemoveLogoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_add_backup_phone_details": {"fq_name": "team_log.EventDetails.tfa_add_backup_phone_details", "param_name": "tfaAddBackupPhoneDetailsValue", "static_instance": null, "getter_method": "getTfaAddBackupPhoneDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_add_security_key_details": {"fq_name": "team_log.EventDetails.tfa_add_security_key_details", "param_name": "tfaAddSecurityKeyDetailsValue", "static_instance": null, "getter_method": "getTfaAddSecurityKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_change_backup_phone_details": {"fq_name": "team_log.EventDetails.tfa_change_backup_phone_details", "param_name": "tfaChangeBackupPhoneDetailsValue", "static_instance": null, "getter_method": "getTfaChangeBackupPhoneDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_change_status_details": {"fq_name": "team_log.EventDetails.tfa_change_status_details", "param_name": "tfaChangeStatusDetailsValue", "static_instance": null, "getter_method": "getTfaChangeStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_remove_backup_phone_details": {"fq_name": "team_log.EventDetails.tfa_remove_backup_phone_details", "param_name": "tfaRemoveBackupPhoneDetailsValue", "static_instance": null, "getter_method": "getTfaRemoveBackupPhoneDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_remove_security_key_details": {"fq_name": "team_log.EventDetails.tfa_remove_security_key_details", "param_name": "tfaRemoveSecurityKeyDetailsValue", "static_instance": null, "getter_method": "getTfaRemoveSecurityKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_reset_details": {"fq_name": "team_log.EventDetails.tfa_reset_details", "param_name": "tfaResetDetailsValue", "static_instance": null, "getter_method": "getTfaResetDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.changed_enterprise_admin_role_details": {"fq_name": "team_log.EventDetails.changed_enterprise_admin_role_details", "param_name": "changedEnterpriseAdminRoleDetailsValue", "static_instance": null, "getter_method": "getChangedEnterpriseAdminRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.changed_enterprise_connected_team_status_details": {"fq_name": "team_log.EventDetails.changed_enterprise_connected_team_status_details", "param_name": "changedEnterpriseConnectedTeamStatusDetailsValue", "static_instance": null, "getter_method": "getChangedEnterpriseConnectedTeamStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ended_enterprise_admin_session_details": {"fq_name": "team_log.EventDetails.ended_enterprise_admin_session_details", "param_name": "endedEnterpriseAdminSessionDetailsValue", "static_instance": null, "getter_method": "getEndedEnterpriseAdminSessionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ended_enterprise_admin_session_deprecated_details": {"fq_name": "team_log.EventDetails.ended_enterprise_admin_session_deprecated_details", "param_name": "endedEnterpriseAdminSessionDeprecatedDetailsValue", "static_instance": null, "getter_method": "getEndedEnterpriseAdminSessionDeprecatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.enterprise_settings_locking_details": {"fq_name": "team_log.EventDetails.enterprise_settings_locking_details", "param_name": "enterpriseSettingsLockingDetailsValue", "static_instance": null, "getter_method": "getEnterpriseSettingsLockingDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.guest_admin_change_status_details": {"fq_name": "team_log.EventDetails.guest_admin_change_status_details", "param_name": "guestAdminChangeStatusDetailsValue", "static_instance": null, "getter_method": "getGuestAdminChangeStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.started_enterprise_admin_session_details": {"fq_name": "team_log.EventDetails.started_enterprise_admin_session_details", "param_name": "startedEnterpriseAdminSessionDetailsValue", "static_instance": null, "getter_method": "getStartedEnterpriseAdminSessionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_accepted_details": {"fq_name": "team_log.EventDetails.team_merge_request_accepted_details", "param_name": "teamMergeRequestAcceptedDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_accepted_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_accepted_shown_to_primary_team_details", "param_name": "teamMergeRequestAcceptedShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_accepted_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_accepted_shown_to_secondary_team_details", "param_name": "teamMergeRequestAcceptedShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_auto_canceled_details": {"fq_name": "team_log.EventDetails.team_merge_request_auto_canceled_details", "param_name": "teamMergeRequestAutoCanceledDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestAutoCanceledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_canceled_details": {"fq_name": "team_log.EventDetails.team_merge_request_canceled_details", "param_name": "teamMergeRequestCanceledDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_canceled_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_canceled_shown_to_primary_team_details", "param_name": "teamMergeRequestCanceledShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_canceled_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_canceled_shown_to_secondary_team_details", "param_name": "teamMergeRequestCanceledShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_expired_details": {"fq_name": "team_log.EventDetails.team_merge_request_expired_details", "param_name": "teamMergeRequestExpiredDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_expired_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_expired_shown_to_primary_team_details", "param_name": "teamMergeRequestExpiredShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_expired_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_expired_shown_to_secondary_team_details", "param_name": "teamMergeRequestExpiredShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_rejected_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_rejected_shown_to_primary_team_details", "param_name": "teamMergeRequestRejectedShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestRejectedShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_rejected_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_rejected_shown_to_secondary_team_details", "param_name": "teamMergeRequestRejectedShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestRejectedShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_reminder_details": {"fq_name": "team_log.EventDetails.team_merge_request_reminder_details", "param_name": "teamMergeRequestReminderDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_reminder_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_reminder_shown_to_primary_team_details", "param_name": "teamMergeRequestReminderShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_reminder_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_reminder_shown_to_secondary_team_details", "param_name": "teamMergeRequestReminderShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_revoked_details": {"fq_name": "team_log.EventDetails.team_merge_request_revoked_details", "param_name": "teamMergeRequestRevokedDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestRevokedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_sent_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_sent_shown_to_primary_team_details", "param_name": "teamMergeRequestSentShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestSentShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_sent_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_sent_shown_to_secondary_team_details", "param_name": "teamMergeRequestSentShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestSentShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.missing_details": {"fq_name": "team_log.EventDetails.missing_details", "param_name": "missingDetailsValue", "static_instance": null, "getter_method": "getMissingDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.other": {"fq_name": "team_log.EventDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.admin_alerting_alert_state_changed": {"fq_name": "team_log.EventType.admin_alerting_alert_state_changed", "param_name": "adminAlertingAlertStateChangedValue", "static_instance": null, "getter_method": "getAdminAlertingAlertStateChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.admin_alerting_changed_alert_config": {"fq_name": "team_log.EventType.admin_alerting_changed_alert_config", "param_name": "adminAlertingChangedAlertConfigValue", "static_instance": null, "getter_method": "getAdminAlertingChangedAlertConfigValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.admin_alerting_triggered_alert": {"fq_name": "team_log.EventType.admin_alerting_triggered_alert", "param_name": "adminAlertingTriggeredAlertValue", "static_instance": null, "getter_method": "getAdminAlertingTriggeredAlertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ransomware_restore_process_completed": {"fq_name": "team_log.EventType.ransomware_restore_process_completed", "param_name": "ransomwareRestoreProcessCompletedValue", "static_instance": null, "getter_method": "getRansomwareRestoreProcessCompletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ransomware_restore_process_started": {"fq_name": "team_log.EventType.ransomware_restore_process_started", "param_name": "ransomwareRestoreProcessStartedValue", "static_instance": null, "getter_method": "getRansomwareRestoreProcessStartedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_blocked_by_permissions": {"fq_name": "team_log.EventType.app_blocked_by_permissions", "param_name": "appBlockedByPermissionsValue", "static_instance": null, "getter_method": "getAppBlockedByPermissionsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_link_team": {"fq_name": "team_log.EventType.app_link_team", "param_name": "appLinkTeamValue", "static_instance": null, "getter_method": "getAppLinkTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_link_user": {"fq_name": "team_log.EventType.app_link_user", "param_name": "appLinkUserValue", "static_instance": null, "getter_method": "getAppLinkUserValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_unlink_team": {"fq_name": "team_log.EventType.app_unlink_team", "param_name": "appUnlinkTeamValue", "static_instance": null, "getter_method": "getAppUnlinkTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_unlink_user": {"fq_name": "team_log.EventType.app_unlink_user", "param_name": "appUnlinkUserValue", "static_instance": null, "getter_method": "getAppUnlinkUserValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.integration_connected": {"fq_name": "team_log.EventType.integration_connected", "param_name": "integrationConnectedValue", "static_instance": null, "getter_method": "getIntegrationConnectedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.integration_disconnected": {"fq_name": "team_log.EventType.integration_disconnected", "param_name": "integrationDisconnectedValue", "static_instance": null, "getter_method": "getIntegrationDisconnectedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_add_comment": {"fq_name": "team_log.EventType.file_add_comment", "param_name": "fileAddCommentValue", "static_instance": null, "getter_method": "getFileAddCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_change_comment_subscription": {"fq_name": "team_log.EventType.file_change_comment_subscription", "param_name": "fileChangeCommentSubscriptionValue", "static_instance": null, "getter_method": "getFileChangeCommentSubscriptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_delete_comment": {"fq_name": "team_log.EventType.file_delete_comment", "param_name": "fileDeleteCommentValue", "static_instance": null, "getter_method": "getFileDeleteCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_edit_comment": {"fq_name": "team_log.EventType.file_edit_comment", "param_name": "fileEditCommentValue", "static_instance": null, "getter_method": "getFileEditCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_like_comment": {"fq_name": "team_log.EventType.file_like_comment", "param_name": "fileLikeCommentValue", "static_instance": null, "getter_method": "getFileLikeCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_resolve_comment": {"fq_name": "team_log.EventType.file_resolve_comment", "param_name": "fileResolveCommentValue", "static_instance": null, "getter_method": "getFileResolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_unlike_comment": {"fq_name": "team_log.EventType.file_unlike_comment", "param_name": "fileUnlikeCommentValue", "static_instance": null, "getter_method": "getFileUnlikeCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_unresolve_comment": {"fq_name": "team_log.EventType.file_unresolve_comment", "param_name": "fileUnresolveCommentValue", "static_instance": null, "getter_method": "getFileUnresolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_add_folders": {"fq_name": "team_log.EventType.governance_policy_add_folders", "param_name": "governancePolicyAddFoldersValue", "static_instance": null, "getter_method": "getGovernancePolicyAddFoldersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_add_folder_failed": {"fq_name": "team_log.EventType.governance_policy_add_folder_failed", "param_name": "governancePolicyAddFolderFailedValue", "static_instance": null, "getter_method": "getGovernancePolicyAddFolderFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_content_disposed": {"fq_name": "team_log.EventType.governance_policy_content_disposed", "param_name": "governancePolicyContentDisposedValue", "static_instance": null, "getter_method": "getGovernancePolicyContentDisposedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_create": {"fq_name": "team_log.EventType.governance_policy_create", "param_name": "governancePolicyCreateValue", "static_instance": null, "getter_method": "getGovernancePolicyCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_delete": {"fq_name": "team_log.EventType.governance_policy_delete", "param_name": "governancePolicyDeleteValue", "static_instance": null, "getter_method": "getGovernancePolicyDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_edit_details": {"fq_name": "team_log.EventType.governance_policy_edit_details", "param_name": "governancePolicyEditDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyEditDetailsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_edit_duration": {"fq_name": "team_log.EventType.governance_policy_edit_duration", "param_name": "governancePolicyEditDurationValue", "static_instance": null, "getter_method": "getGovernancePolicyEditDurationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_export_created": {"fq_name": "team_log.EventType.governance_policy_export_created", "param_name": "governancePolicyExportCreatedValue", "static_instance": null, "getter_method": "getGovernancePolicyExportCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_export_removed": {"fq_name": "team_log.EventType.governance_policy_export_removed", "param_name": "governancePolicyExportRemovedValue", "static_instance": null, "getter_method": "getGovernancePolicyExportRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_remove_folders": {"fq_name": "team_log.EventType.governance_policy_remove_folders", "param_name": "governancePolicyRemoveFoldersValue", "static_instance": null, "getter_method": "getGovernancePolicyRemoveFoldersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_report_created": {"fq_name": "team_log.EventType.governance_policy_report_created", "param_name": "governancePolicyReportCreatedValue", "static_instance": null, "getter_method": "getGovernancePolicyReportCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_zip_part_downloaded": {"fq_name": "team_log.EventType.governance_policy_zip_part_downloaded", "param_name": "governancePolicyZipPartDownloadedValue", "static_instance": null, "getter_method": "getGovernancePolicyZipPartDownloadedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_activate_a_hold": {"fq_name": "team_log.EventType.legal_holds_activate_a_hold", "param_name": "legalHoldsActivateAHoldValue", "static_instance": null, "getter_method": "getLegalHoldsActivateAHoldValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_add_members": {"fq_name": "team_log.EventType.legal_holds_add_members", "param_name": "legalHoldsAddMembersValue", "static_instance": null, "getter_method": "getLegalHoldsAddMembersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_change_hold_details": {"fq_name": "team_log.EventType.legal_holds_change_hold_details", "param_name": "legalHoldsChangeHoldDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsChangeHoldDetailsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_change_hold_name": {"fq_name": "team_log.EventType.legal_holds_change_hold_name", "param_name": "legalHoldsChangeHoldNameValue", "static_instance": null, "getter_method": "getLegalHoldsChangeHoldNameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_export_a_hold": {"fq_name": "team_log.EventType.legal_holds_export_a_hold", "param_name": "legalHoldsExportAHoldValue", "static_instance": null, "getter_method": "getLegalHoldsExportAHoldValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_export_cancelled": {"fq_name": "team_log.EventType.legal_holds_export_cancelled", "param_name": "legalHoldsExportCancelledValue", "static_instance": null, "getter_method": "getLegalHoldsExportCancelledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_export_downloaded": {"fq_name": "team_log.EventType.legal_holds_export_downloaded", "param_name": "legalHoldsExportDownloadedValue", "static_instance": null, "getter_method": "getLegalHoldsExportDownloadedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_export_removed": {"fq_name": "team_log.EventType.legal_holds_export_removed", "param_name": "legalHoldsExportRemovedValue", "static_instance": null, "getter_method": "getLegalHoldsExportRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_release_a_hold": {"fq_name": "team_log.EventType.legal_holds_release_a_hold", "param_name": "legalHoldsReleaseAHoldValue", "static_instance": null, "getter_method": "getLegalHoldsReleaseAHoldValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_remove_members": {"fq_name": "team_log.EventType.legal_holds_remove_members", "param_name": "legalHoldsRemoveMembersValue", "static_instance": null, "getter_method": "getLegalHoldsRemoveMembersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_report_a_hold": {"fq_name": "team_log.EventType.legal_holds_report_a_hold", "param_name": "legalHoldsReportAHoldValue", "static_instance": null, "getter_method": "getLegalHoldsReportAHoldValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_change_ip_desktop": {"fq_name": "team_log.EventType.device_change_ip_desktop", "param_name": "deviceChangeIpDesktopValue", "static_instance": null, "getter_method": "getDeviceChangeIpDesktopValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_change_ip_mobile": {"fq_name": "team_log.EventType.device_change_ip_mobile", "param_name": "deviceChangeIpMobileValue", "static_instance": null, "getter_method": "getDeviceChangeIpMobileValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_change_ip_web": {"fq_name": "team_log.EventType.device_change_ip_web", "param_name": "deviceChangeIpWebValue", "static_instance": null, "getter_method": "getDeviceChangeIpWebValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_delete_on_unlink_fail": {"fq_name": "team_log.EventType.device_delete_on_unlink_fail", "param_name": "deviceDeleteOnUnlinkFailValue", "static_instance": null, "getter_method": "getDeviceDeleteOnUnlinkFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_delete_on_unlink_success": {"fq_name": "team_log.EventType.device_delete_on_unlink_success", "param_name": "deviceDeleteOnUnlinkSuccessValue", "static_instance": null, "getter_method": "getDeviceDeleteOnUnlinkSuccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_link_fail": {"fq_name": "team_log.EventType.device_link_fail", "param_name": "deviceLinkFailValue", "static_instance": null, "getter_method": "getDeviceLinkFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_link_success": {"fq_name": "team_log.EventType.device_link_success", "param_name": "deviceLinkSuccessValue", "static_instance": null, "getter_method": "getDeviceLinkSuccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_management_disabled": {"fq_name": "team_log.EventType.device_management_disabled", "param_name": "deviceManagementDisabledValue", "static_instance": null, "getter_method": "getDeviceManagementDisabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_management_enabled": {"fq_name": "team_log.EventType.device_management_enabled", "param_name": "deviceManagementEnabledValue", "static_instance": null, "getter_method": "getDeviceManagementEnabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_sync_backup_status_changed": {"fq_name": "team_log.EventType.device_sync_backup_status_changed", "param_name": "deviceSyncBackupStatusChangedValue", "static_instance": null, "getter_method": "getDeviceSyncBackupStatusChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_unlink": {"fq_name": "team_log.EventType.device_unlink", "param_name": "deviceUnlinkValue", "static_instance": null, "getter_method": "getDeviceUnlinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dropbox_passwords_exported": {"fq_name": "team_log.EventType.dropbox_passwords_exported", "param_name": "dropboxPasswordsExportedValue", "static_instance": null, "getter_method": "getDropboxPasswordsExportedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dropbox_passwords_new_device_enrolled": {"fq_name": "team_log.EventType.dropbox_passwords_new_device_enrolled", "param_name": "dropboxPasswordsNewDeviceEnrolledValue", "static_instance": null, "getter_method": "getDropboxPasswordsNewDeviceEnrolledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_refresh_auth_token": {"fq_name": "team_log.EventType.emm_refresh_auth_token", "param_name": "emmRefreshAuthTokenValue", "static_instance": null, "getter_method": "getEmmRefreshAuthTokenValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.external_drive_backup_eligibility_status_checked": {"fq_name": "team_log.EventType.external_drive_backup_eligibility_status_checked", "param_name": "externalDriveBackupEligibilityStatusCheckedValue", "static_instance": null, "getter_method": "getExternalDriveBackupEligibilityStatusCheckedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.external_drive_backup_status_changed": {"fq_name": "team_log.EventType.external_drive_backup_status_changed", "param_name": "externalDriveBackupStatusChangedValue", "static_instance": null, "getter_method": "getExternalDriveBackupStatusChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_capture_change_availability": {"fq_name": "team_log.EventType.account_capture_change_availability", "param_name": "accountCaptureChangeAvailabilityValue", "static_instance": null, "getter_method": "getAccountCaptureChangeAvailabilityValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_capture_migrate_account": {"fq_name": "team_log.EventType.account_capture_migrate_account", "param_name": "accountCaptureMigrateAccountValue", "static_instance": null, "getter_method": "getAccountCaptureMigrateAccountValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_capture_notification_emails_sent": {"fq_name": "team_log.EventType.account_capture_notification_emails_sent", "param_name": "accountCaptureNotificationEmailsSentValue", "static_instance": null, "getter_method": "getAccountCaptureNotificationEmailsSentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_capture_relinquish_account": {"fq_name": "team_log.EventType.account_capture_relinquish_account", "param_name": "accountCaptureRelinquishAccountValue", "static_instance": null, "getter_method": "getAccountCaptureRelinquishAccountValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.disabled_domain_invites": {"fq_name": "team_log.EventType.disabled_domain_invites", "param_name": "disabledDomainInvitesValue", "static_instance": null, "getter_method": "getDisabledDomainInvitesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_approve_request_to_join_team": {"fq_name": "team_log.EventType.domain_invites_approve_request_to_join_team", "param_name": "domainInvitesApproveRequestToJoinTeamValue", "static_instance": null, "getter_method": "getDomainInvitesApproveRequestToJoinTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_decline_request_to_join_team": {"fq_name": "team_log.EventType.domain_invites_decline_request_to_join_team", "param_name": "domainInvitesDeclineRequestToJoinTeamValue", "static_instance": null, "getter_method": "getDomainInvitesDeclineRequestToJoinTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_email_existing_users": {"fq_name": "team_log.EventType.domain_invites_email_existing_users", "param_name": "domainInvitesEmailExistingUsersValue", "static_instance": null, "getter_method": "getDomainInvitesEmailExistingUsersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_request_to_join_team": {"fq_name": "team_log.EventType.domain_invites_request_to_join_team", "param_name": "domainInvitesRequestToJoinTeamValue", "static_instance": null, "getter_method": "getDomainInvitesRequestToJoinTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_set_invite_new_user_pref_to_no": {"fq_name": "team_log.EventType.domain_invites_set_invite_new_user_pref_to_no", "param_name": "domainInvitesSetInviteNewUserPrefToNoValue", "static_instance": null, "getter_method": "getDomainInvitesSetInviteNewUserPrefToNoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_set_invite_new_user_pref_to_yes": {"fq_name": "team_log.EventType.domain_invites_set_invite_new_user_pref_to_yes", "param_name": "domainInvitesSetInviteNewUserPrefToYesValue", "static_instance": null, "getter_method": "getDomainInvitesSetInviteNewUserPrefToYesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_verification_add_domain_fail": {"fq_name": "team_log.EventType.domain_verification_add_domain_fail", "param_name": "domainVerificationAddDomainFailValue", "static_instance": null, "getter_method": "getDomainVerificationAddDomainFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_verification_add_domain_success": {"fq_name": "team_log.EventType.domain_verification_add_domain_success", "param_name": "domainVerificationAddDomainSuccessValue", "static_instance": null, "getter_method": "getDomainVerificationAddDomainSuccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_verification_remove_domain": {"fq_name": "team_log.EventType.domain_verification_remove_domain", "param_name": "domainVerificationRemoveDomainValue", "static_instance": null, "getter_method": "getDomainVerificationRemoveDomainValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.enabled_domain_invites": {"fq_name": "team_log.EventType.enabled_domain_invites", "param_name": "enabledDomainInvitesValue", "static_instance": null, "getter_method": "getEnabledDomainInvitesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_cancel_key_deletion": {"fq_name": "team_log.EventType.team_encryption_key_cancel_key_deletion", "param_name": "teamEncryptionKeyCancelKeyDeletionValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyCancelKeyDeletionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_create_key": {"fq_name": "team_log.EventType.team_encryption_key_create_key", "param_name": "teamEncryptionKeyCreateKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyCreateKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_delete_key": {"fq_name": "team_log.EventType.team_encryption_key_delete_key", "param_name": "teamEncryptionKeyDeleteKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyDeleteKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_disable_key": {"fq_name": "team_log.EventType.team_encryption_key_disable_key", "param_name": "teamEncryptionKeyDisableKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyDisableKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_enable_key": {"fq_name": "team_log.EventType.team_encryption_key_enable_key", "param_name": "teamEncryptionKeyEnableKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyEnableKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_rotate_key": {"fq_name": "team_log.EventType.team_encryption_key_rotate_key", "param_name": "teamEncryptionKeyRotateKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyRotateKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_schedule_key_deletion": {"fq_name": "team_log.EventType.team_encryption_key_schedule_key_deletion", "param_name": "teamEncryptionKeyScheduleKeyDeletionValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyScheduleKeyDeletionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.apply_naming_convention": {"fq_name": "team_log.EventType.apply_naming_convention", "param_name": "applyNamingConventionValue", "static_instance": null, "getter_method": "getApplyNamingConventionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.create_folder": {"fq_name": "team_log.EventType.create_folder", "param_name": "createFolderValue", "static_instance": null, "getter_method": "getCreateFolderValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_add": {"fq_name": "team_log.EventType.file_add", "param_name": "fileAddValue", "static_instance": null, "getter_method": "getFileAddValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_add_from_automation": {"fq_name": "team_log.EventType.file_add_from_automation", "param_name": "fileAddFromAutomationValue", "static_instance": null, "getter_method": "getFileAddFromAutomationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_copy": {"fq_name": "team_log.EventType.file_copy", "param_name": "fileCopyValue", "static_instance": null, "getter_method": "getFileCopyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_delete": {"fq_name": "team_log.EventType.file_delete", "param_name": "fileDeleteValue", "static_instance": null, "getter_method": "getFileDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_download": {"fq_name": "team_log.EventType.file_download", "param_name": "fileDownloadValue", "static_instance": null, "getter_method": "getFileDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_edit": {"fq_name": "team_log.EventType.file_edit", "param_name": "fileEditValue", "static_instance": null, "getter_method": "getFileEditValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_get_copy_reference": {"fq_name": "team_log.EventType.file_get_copy_reference", "param_name": "fileGetCopyReferenceValue", "static_instance": null, "getter_method": "getFileGetCopyReferenceValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_locking_lock_status_changed": {"fq_name": "team_log.EventType.file_locking_lock_status_changed", "param_name": "fileLockingLockStatusChangedValue", "static_instance": null, "getter_method": "getFileLockingLockStatusChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_move": {"fq_name": "team_log.EventType.file_move", "param_name": "fileMoveValue", "static_instance": null, "getter_method": "getFileMoveValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_permanently_delete": {"fq_name": "team_log.EventType.file_permanently_delete", "param_name": "filePermanentlyDeleteValue", "static_instance": null, "getter_method": "getFilePermanentlyDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_preview": {"fq_name": "team_log.EventType.file_preview", "param_name": "filePreviewValue", "static_instance": null, "getter_method": "getFilePreviewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_rename": {"fq_name": "team_log.EventType.file_rename", "param_name": "fileRenameValue", "static_instance": null, "getter_method": "getFileRenameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_restore": {"fq_name": "team_log.EventType.file_restore", "param_name": "fileRestoreValue", "static_instance": null, "getter_method": "getFileRestoreValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_revert": {"fq_name": "team_log.EventType.file_revert", "param_name": "fileRevertValue", "static_instance": null, "getter_method": "getFileRevertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_rollback_changes": {"fq_name": "team_log.EventType.file_rollback_changes", "param_name": "fileRollbackChangesValue", "static_instance": null, "getter_method": "getFileRollbackChangesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_save_copy_reference": {"fq_name": "team_log.EventType.file_save_copy_reference", "param_name": "fileSaveCopyReferenceValue", "static_instance": null, "getter_method": "getFileSaveCopyReferenceValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.folder_overview_description_changed": {"fq_name": "team_log.EventType.folder_overview_description_changed", "param_name": "folderOverviewDescriptionChangedValue", "static_instance": null, "getter_method": "getFolderOverviewDescriptionChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.folder_overview_item_pinned": {"fq_name": "team_log.EventType.folder_overview_item_pinned", "param_name": "folderOverviewItemPinnedValue", "static_instance": null, "getter_method": "getFolderOverviewItemPinnedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.folder_overview_item_unpinned": {"fq_name": "team_log.EventType.folder_overview_item_unpinned", "param_name": "folderOverviewItemUnpinnedValue", "static_instance": null, "getter_method": "getFolderOverviewItemUnpinnedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.object_label_added": {"fq_name": "team_log.EventType.object_label_added", "param_name": "objectLabelAddedValue", "static_instance": null, "getter_method": "getObjectLabelAddedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.object_label_removed": {"fq_name": "team_log.EventType.object_label_removed", "param_name": "objectLabelRemovedValue", "static_instance": null, "getter_method": "getObjectLabelRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.object_label_updated_value": {"fq_name": "team_log.EventType.object_label_updated_value", "param_name": "objectLabelUpdatedValueValue", "static_instance": null, "getter_method": "getObjectLabelUpdatedValueValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.organize_folder_with_tidy": {"fq_name": "team_log.EventType.organize_folder_with_tidy", "param_name": "organizeFolderWithTidyValue", "static_instance": null, "getter_method": "getOrganizeFolderWithTidyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_file_delete": {"fq_name": "team_log.EventType.replay_file_delete", "param_name": "replayFileDeleteValue", "static_instance": null, "getter_method": "getReplayFileDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.rewind_folder": {"fq_name": "team_log.EventType.rewind_folder", "param_name": "rewindFolderValue", "static_instance": null, "getter_method": "getRewindFolderValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.undo_naming_convention": {"fq_name": "team_log.EventType.undo_naming_convention", "param_name": "undoNamingConventionValue", "static_instance": null, "getter_method": "getUndoNamingConventionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.undo_organize_folder_with_tidy": {"fq_name": "team_log.EventType.undo_organize_folder_with_tidy", "param_name": "undoOrganizeFolderWithTidyValue", "static_instance": null, "getter_method": "getUndoOrganizeFolderWithTidyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.user_tags_added": {"fq_name": "team_log.EventType.user_tags_added", "param_name": "userTagsAddedValue", "static_instance": null, "getter_method": "getUserTagsAddedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.user_tags_removed": {"fq_name": "team_log.EventType.user_tags_removed", "param_name": "userTagsRemovedValue", "static_instance": null, "getter_method": "getUserTagsRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.email_ingest_receive_file": {"fq_name": "team_log.EventType.email_ingest_receive_file", "param_name": "emailIngestReceiveFileValue", "static_instance": null, "getter_method": "getEmailIngestReceiveFileValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_change": {"fq_name": "team_log.EventType.file_request_change", "param_name": "fileRequestChangeValue", "static_instance": null, "getter_method": "getFileRequestChangeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_close": {"fq_name": "team_log.EventType.file_request_close", "param_name": "fileRequestCloseValue", "static_instance": null, "getter_method": "getFileRequestCloseValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_create": {"fq_name": "team_log.EventType.file_request_create", "param_name": "fileRequestCreateValue", "static_instance": null, "getter_method": "getFileRequestCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_delete": {"fq_name": "team_log.EventType.file_request_delete", "param_name": "fileRequestDeleteValue", "static_instance": null, "getter_method": "getFileRequestDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_receive_file": {"fq_name": "team_log.EventType.file_request_receive_file", "param_name": "fileRequestReceiveFileValue", "static_instance": null, "getter_method": "getFileRequestReceiveFileValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_add_external_id": {"fq_name": "team_log.EventType.group_add_external_id", "param_name": "groupAddExternalIdValue", "static_instance": null, "getter_method": "getGroupAddExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_add_member": {"fq_name": "team_log.EventType.group_add_member", "param_name": "groupAddMemberValue", "static_instance": null, "getter_method": "getGroupAddMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_change_external_id": {"fq_name": "team_log.EventType.group_change_external_id", "param_name": "groupChangeExternalIdValue", "static_instance": null, "getter_method": "getGroupChangeExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_change_management_type": {"fq_name": "team_log.EventType.group_change_management_type", "param_name": "groupChangeManagementTypeValue", "static_instance": null, "getter_method": "getGroupChangeManagementTypeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_change_member_role": {"fq_name": "team_log.EventType.group_change_member_role", "param_name": "groupChangeMemberRoleValue", "static_instance": null, "getter_method": "getGroupChangeMemberRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_create": {"fq_name": "team_log.EventType.group_create", "param_name": "groupCreateValue", "static_instance": null, "getter_method": "getGroupCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_delete": {"fq_name": "team_log.EventType.group_delete", "param_name": "groupDeleteValue", "static_instance": null, "getter_method": "getGroupDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_description_updated": {"fq_name": "team_log.EventType.group_description_updated", "param_name": "groupDescriptionUpdatedValue", "static_instance": null, "getter_method": "getGroupDescriptionUpdatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_join_policy_updated": {"fq_name": "team_log.EventType.group_join_policy_updated", "param_name": "groupJoinPolicyUpdatedValue", "static_instance": null, "getter_method": "getGroupJoinPolicyUpdatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_moved": {"fq_name": "team_log.EventType.group_moved", "param_name": "groupMovedValue", "static_instance": null, "getter_method": "getGroupMovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_remove_external_id": {"fq_name": "team_log.EventType.group_remove_external_id", "param_name": "groupRemoveExternalIdValue", "static_instance": null, "getter_method": "getGroupRemoveExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_remove_member": {"fq_name": "team_log.EventType.group_remove_member", "param_name": "groupRemoveMemberValue", "static_instance": null, "getter_method": "getGroupRemoveMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_rename": {"fq_name": "team_log.EventType.group_rename", "param_name": "groupRenameValue", "static_instance": null, "getter_method": "getGroupRenameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_lock_or_unlocked": {"fq_name": "team_log.EventType.account_lock_or_unlocked", "param_name": "accountLockOrUnlockedValue", "static_instance": null, "getter_method": "getAccountLockOrUnlockedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_error": {"fq_name": "team_log.EventType.emm_error", "param_name": "emmErrorValue", "static_instance": null, "getter_method": "getEmmErrorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.guest_admin_signed_in_via_trusted_teams": {"fq_name": "team_log.EventType.guest_admin_signed_in_via_trusted_teams", "param_name": "guestAdminSignedInViaTrustedTeamsValue", "static_instance": null, "getter_method": "getGuestAdminSignedInViaTrustedTeamsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.guest_admin_signed_out_via_trusted_teams": {"fq_name": "team_log.EventType.guest_admin_signed_out_via_trusted_teams", "param_name": "guestAdminSignedOutViaTrustedTeamsValue", "static_instance": null, "getter_method": "getGuestAdminSignedOutViaTrustedTeamsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.login_fail": {"fq_name": "team_log.EventType.login_fail", "param_name": "loginFailValue", "static_instance": null, "getter_method": "getLoginFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.login_success": {"fq_name": "team_log.EventType.login_success", "param_name": "loginSuccessValue", "static_instance": null, "getter_method": "getLoginSuccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.logout": {"fq_name": "team_log.EventType.logout", "param_name": "logoutValue", "static_instance": null, "getter_method": "getLogoutValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.reseller_support_session_end": {"fq_name": "team_log.EventType.reseller_support_session_end", "param_name": "resellerSupportSessionEndValue", "static_instance": null, "getter_method": "getResellerSupportSessionEndValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.reseller_support_session_start": {"fq_name": "team_log.EventType.reseller_support_session_start", "param_name": "resellerSupportSessionStartValue", "static_instance": null, "getter_method": "getResellerSupportSessionStartValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_in_as_session_end": {"fq_name": "team_log.EventType.sign_in_as_session_end", "param_name": "signInAsSessionEndValue", "static_instance": null, "getter_method": "getSignInAsSessionEndValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_in_as_session_start": {"fq_name": "team_log.EventType.sign_in_as_session_start", "param_name": "signInAsSessionStartValue", "static_instance": null, "getter_method": "getSignInAsSessionStartValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_error": {"fq_name": "team_log.EventType.sso_error", "param_name": "ssoErrorValue", "static_instance": null, "getter_method": "getSsoErrorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.backup_admin_invitation_sent": {"fq_name": "team_log.EventType.backup_admin_invitation_sent", "param_name": "backupAdminInvitationSentValue", "static_instance": null, "getter_method": "getBackupAdminInvitationSentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.backup_invitation_opened": {"fq_name": "team_log.EventType.backup_invitation_opened", "param_name": "backupInvitationOpenedValue", "static_instance": null, "getter_method": "getBackupInvitationOpenedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.create_team_invite_link": {"fq_name": "team_log.EventType.create_team_invite_link", "param_name": "createTeamInviteLinkValue", "static_instance": null, "getter_method": "getCreateTeamInviteLinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.delete_team_invite_link": {"fq_name": "team_log.EventType.delete_team_invite_link", "param_name": "deleteTeamInviteLinkValue", "static_instance": null, "getter_method": "getDeleteTeamInviteLinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_add_external_id": {"fq_name": "team_log.EventType.member_add_external_id", "param_name": "memberAddExternalIdValue", "static_instance": null, "getter_method": "getMemberAddExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_add_name": {"fq_name": "team_log.EventType.member_add_name", "param_name": "memberAddNameValue", "static_instance": null, "getter_method": "getMemberAddNameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_admin_role": {"fq_name": "team_log.EventType.member_change_admin_role", "param_name": "memberChangeAdminRoleValue", "static_instance": null, "getter_method": "getMemberChangeAdminRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_email": {"fq_name": "team_log.EventType.member_change_email", "param_name": "memberChangeEmailValue", "static_instance": null, "getter_method": "getMemberChangeEmailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_external_id": {"fq_name": "team_log.EventType.member_change_external_id", "param_name": "memberChangeExternalIdValue", "static_instance": null, "getter_method": "getMemberChangeExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_membership_type": {"fq_name": "team_log.EventType.member_change_membership_type", "param_name": "memberChangeMembershipTypeValue", "static_instance": null, "getter_method": "getMemberChangeMembershipTypeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_name": {"fq_name": "team_log.EventType.member_change_name", "param_name": "memberChangeNameValue", "static_instance": null, "getter_method": "getMemberChangeNameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_reseller_role": {"fq_name": "team_log.EventType.member_change_reseller_role", "param_name": "memberChangeResellerRoleValue", "static_instance": null, "getter_method": "getMemberChangeResellerRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_status": {"fq_name": "team_log.EventType.member_change_status", "param_name": "memberChangeStatusValue", "static_instance": null, "getter_method": "getMemberChangeStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_delete_manual_contacts": {"fq_name": "team_log.EventType.member_delete_manual_contacts", "param_name": "memberDeleteManualContactsValue", "static_instance": null, "getter_method": "getMemberDeleteManualContactsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_delete_profile_photo": {"fq_name": "team_log.EventType.member_delete_profile_photo", "param_name": "memberDeleteProfilePhotoValue", "static_instance": null, "getter_method": "getMemberDeleteProfilePhotoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_permanently_delete_account_contents": {"fq_name": "team_log.EventType.member_permanently_delete_account_contents", "param_name": "memberPermanentlyDeleteAccountContentsValue", "static_instance": null, "getter_method": "getMemberPermanentlyDeleteAccountContentsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_remove_external_id": {"fq_name": "team_log.EventType.member_remove_external_id", "param_name": "memberRemoveExternalIdValue", "static_instance": null, "getter_method": "getMemberRemoveExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_set_profile_photo": {"fq_name": "team_log.EventType.member_set_profile_photo", "param_name": "memberSetProfilePhotoValue", "static_instance": null, "getter_method": "getMemberSetProfilePhotoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_add_custom_quota": {"fq_name": "team_log.EventType.member_space_limits_add_custom_quota", "param_name": "memberSpaceLimitsAddCustomQuotaValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsAddCustomQuotaValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_change_custom_quota": {"fq_name": "team_log.EventType.member_space_limits_change_custom_quota", "param_name": "memberSpaceLimitsChangeCustomQuotaValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeCustomQuotaValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_change_status": {"fq_name": "team_log.EventType.member_space_limits_change_status", "param_name": "memberSpaceLimitsChangeStatusValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_remove_custom_quota": {"fq_name": "team_log.EventType.member_space_limits_remove_custom_quota", "param_name": "memberSpaceLimitsRemoveCustomQuotaValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsRemoveCustomQuotaValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_suggest": {"fq_name": "team_log.EventType.member_suggest", "param_name": "memberSuggestValue", "static_instance": null, "getter_method": "getMemberSuggestValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_transfer_account_contents": {"fq_name": "team_log.EventType.member_transfer_account_contents", "param_name": "memberTransferAccountContentsValue", "static_instance": null, "getter_method": "getMemberTransferAccountContentsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.pending_secondary_email_added": {"fq_name": "team_log.EventType.pending_secondary_email_added", "param_name": "pendingSecondaryEmailAddedValue", "static_instance": null, "getter_method": "getPendingSecondaryEmailAddedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.secondary_email_deleted": {"fq_name": "team_log.EventType.secondary_email_deleted", "param_name": "secondaryEmailDeletedValue", "static_instance": null, "getter_method": "getSecondaryEmailDeletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.secondary_email_verified": {"fq_name": "team_log.EventType.secondary_email_verified", "param_name": "secondaryEmailVerifiedValue", "static_instance": null, "getter_method": "getSecondaryEmailVerifiedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.secondary_mails_policy_changed": {"fq_name": "team_log.EventType.secondary_mails_policy_changed", "param_name": "secondaryMailsPolicyChangedValue", "static_instance": null, "getter_method": "getSecondaryMailsPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_add_page": {"fq_name": "team_log.EventType.binder_add_page", "param_name": "binderAddPageValue", "static_instance": null, "getter_method": "getBinderAddPageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_add_section": {"fq_name": "team_log.EventType.binder_add_section", "param_name": "binderAddSectionValue", "static_instance": null, "getter_method": "getBinderAddSectionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_remove_page": {"fq_name": "team_log.EventType.binder_remove_page", "param_name": "binderRemovePageValue", "static_instance": null, "getter_method": "getBinderRemovePageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_remove_section": {"fq_name": "team_log.EventType.binder_remove_section", "param_name": "binderRemoveSectionValue", "static_instance": null, "getter_method": "getBinderRemoveSectionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_rename_page": {"fq_name": "team_log.EventType.binder_rename_page", "param_name": "binderRenamePageValue", "static_instance": null, "getter_method": "getBinderRenamePageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_rename_section": {"fq_name": "team_log.EventType.binder_rename_section", "param_name": "binderRenameSectionValue", "static_instance": null, "getter_method": "getBinderRenameSectionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_reorder_page": {"fq_name": "team_log.EventType.binder_reorder_page", "param_name": "binderReorderPageValue", "static_instance": null, "getter_method": "getBinderReorderPageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_reorder_section": {"fq_name": "team_log.EventType.binder_reorder_section", "param_name": "binderReorderSectionValue", "static_instance": null, "getter_method": "getBinderReorderSectionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_add_member": {"fq_name": "team_log.EventType.paper_content_add_member", "param_name": "paperContentAddMemberValue", "static_instance": null, "getter_method": "getPaperContentAddMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_add_to_folder": {"fq_name": "team_log.EventType.paper_content_add_to_folder", "param_name": "paperContentAddToFolderValue", "static_instance": null, "getter_method": "getPaperContentAddToFolderValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_archive": {"fq_name": "team_log.EventType.paper_content_archive", "param_name": "paperContentArchiveValue", "static_instance": null, "getter_method": "getPaperContentArchiveValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_create": {"fq_name": "team_log.EventType.paper_content_create", "param_name": "paperContentCreateValue", "static_instance": null, "getter_method": "getPaperContentCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_permanently_delete": {"fq_name": "team_log.EventType.paper_content_permanently_delete", "param_name": "paperContentPermanentlyDeleteValue", "static_instance": null, "getter_method": "getPaperContentPermanentlyDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_remove_from_folder": {"fq_name": "team_log.EventType.paper_content_remove_from_folder", "param_name": "paperContentRemoveFromFolderValue", "static_instance": null, "getter_method": "getPaperContentRemoveFromFolderValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_remove_member": {"fq_name": "team_log.EventType.paper_content_remove_member", "param_name": "paperContentRemoveMemberValue", "static_instance": null, "getter_method": "getPaperContentRemoveMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_rename": {"fq_name": "team_log.EventType.paper_content_rename", "param_name": "paperContentRenameValue", "static_instance": null, "getter_method": "getPaperContentRenameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_restore": {"fq_name": "team_log.EventType.paper_content_restore", "param_name": "paperContentRestoreValue", "static_instance": null, "getter_method": "getPaperContentRestoreValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_add_comment": {"fq_name": "team_log.EventType.paper_doc_add_comment", "param_name": "paperDocAddCommentValue", "static_instance": null, "getter_method": "getPaperDocAddCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_change_member_role": {"fq_name": "team_log.EventType.paper_doc_change_member_role", "param_name": "paperDocChangeMemberRoleValue", "static_instance": null, "getter_method": "getPaperDocChangeMemberRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_change_sharing_policy": {"fq_name": "team_log.EventType.paper_doc_change_sharing_policy", "param_name": "paperDocChangeSharingPolicyValue", "static_instance": null, "getter_method": "getPaperDocChangeSharingPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_change_subscription": {"fq_name": "team_log.EventType.paper_doc_change_subscription", "param_name": "paperDocChangeSubscriptionValue", "static_instance": null, "getter_method": "getPaperDocChangeSubscriptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_deleted": {"fq_name": "team_log.EventType.paper_doc_deleted", "param_name": "paperDocDeletedValue", "static_instance": null, "getter_method": "getPaperDocDeletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_delete_comment": {"fq_name": "team_log.EventType.paper_doc_delete_comment", "param_name": "paperDocDeleteCommentValue", "static_instance": null, "getter_method": "getPaperDocDeleteCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_download": {"fq_name": "team_log.EventType.paper_doc_download", "param_name": "paperDocDownloadValue", "static_instance": null, "getter_method": "getPaperDocDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_edit": {"fq_name": "team_log.EventType.paper_doc_edit", "param_name": "paperDocEditValue", "static_instance": null, "getter_method": "getPaperDocEditValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_edit_comment": {"fq_name": "team_log.EventType.paper_doc_edit_comment", "param_name": "paperDocEditCommentValue", "static_instance": null, "getter_method": "getPaperDocEditCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_followed": {"fq_name": "team_log.EventType.paper_doc_followed", "param_name": "paperDocFollowedValue", "static_instance": null, "getter_method": "getPaperDocFollowedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_mention": {"fq_name": "team_log.EventType.paper_doc_mention", "param_name": "paperDocMentionValue", "static_instance": null, "getter_method": "getPaperDocMentionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_ownership_changed": {"fq_name": "team_log.EventType.paper_doc_ownership_changed", "param_name": "paperDocOwnershipChangedValue", "static_instance": null, "getter_method": "getPaperDocOwnershipChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_request_access": {"fq_name": "team_log.EventType.paper_doc_request_access", "param_name": "paperDocRequestAccessValue", "static_instance": null, "getter_method": "getPaperDocRequestAccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_resolve_comment": {"fq_name": "team_log.EventType.paper_doc_resolve_comment", "param_name": "paperDocResolveCommentValue", "static_instance": null, "getter_method": "getPaperDocResolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_revert": {"fq_name": "team_log.EventType.paper_doc_revert", "param_name": "paperDocRevertValue", "static_instance": null, "getter_method": "getPaperDocRevertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_slack_share": {"fq_name": "team_log.EventType.paper_doc_slack_share", "param_name": "paperDocSlackShareValue", "static_instance": null, "getter_method": "getPaperDocSlackShareValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_team_invite": {"fq_name": "team_log.EventType.paper_doc_team_invite", "param_name": "paperDocTeamInviteValue", "static_instance": null, "getter_method": "getPaperDocTeamInviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_trashed": {"fq_name": "team_log.EventType.paper_doc_trashed", "param_name": "paperDocTrashedValue", "static_instance": null, "getter_method": "getPaperDocTrashedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_unresolve_comment": {"fq_name": "team_log.EventType.paper_doc_unresolve_comment", "param_name": "paperDocUnresolveCommentValue", "static_instance": null, "getter_method": "getPaperDocUnresolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_untrashed": {"fq_name": "team_log.EventType.paper_doc_untrashed", "param_name": "paperDocUntrashedValue", "static_instance": null, "getter_method": "getPaperDocUntrashedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_view": {"fq_name": "team_log.EventType.paper_doc_view", "param_name": "paperDocViewValue", "static_instance": null, "getter_method": "getPaperDocViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_external_view_allow": {"fq_name": "team_log.EventType.paper_external_view_allow", "param_name": "paperExternalViewAllowValue", "static_instance": null, "getter_method": "getPaperExternalViewAllowValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_external_view_default_team": {"fq_name": "team_log.EventType.paper_external_view_default_team", "param_name": "paperExternalViewDefaultTeamValue", "static_instance": null, "getter_method": "getPaperExternalViewDefaultTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_external_view_forbid": {"fq_name": "team_log.EventType.paper_external_view_forbid", "param_name": "paperExternalViewForbidValue", "static_instance": null, "getter_method": "getPaperExternalViewForbidValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_folder_change_subscription": {"fq_name": "team_log.EventType.paper_folder_change_subscription", "param_name": "paperFolderChangeSubscriptionValue", "static_instance": null, "getter_method": "getPaperFolderChangeSubscriptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_folder_deleted": {"fq_name": "team_log.EventType.paper_folder_deleted", "param_name": "paperFolderDeletedValue", "static_instance": null, "getter_method": "getPaperFolderDeletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_folder_followed": {"fq_name": "team_log.EventType.paper_folder_followed", "param_name": "paperFolderFollowedValue", "static_instance": null, "getter_method": "getPaperFolderFollowedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_folder_team_invite": {"fq_name": "team_log.EventType.paper_folder_team_invite", "param_name": "paperFolderTeamInviteValue", "static_instance": null, "getter_method": "getPaperFolderTeamInviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_published_link_change_permission": {"fq_name": "team_log.EventType.paper_published_link_change_permission", "param_name": "paperPublishedLinkChangePermissionValue", "static_instance": null, "getter_method": "getPaperPublishedLinkChangePermissionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_published_link_create": {"fq_name": "team_log.EventType.paper_published_link_create", "param_name": "paperPublishedLinkCreateValue", "static_instance": null, "getter_method": "getPaperPublishedLinkCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_published_link_disabled": {"fq_name": "team_log.EventType.paper_published_link_disabled", "param_name": "paperPublishedLinkDisabledValue", "static_instance": null, "getter_method": "getPaperPublishedLinkDisabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_published_link_view": {"fq_name": "team_log.EventType.paper_published_link_view", "param_name": "paperPublishedLinkViewValue", "static_instance": null, "getter_method": "getPaperPublishedLinkViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.password_change": {"fq_name": "team_log.EventType.password_change", "param_name": "passwordChangeValue", "static_instance": null, "getter_method": "getPasswordChangeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.password_reset": {"fq_name": "team_log.EventType.password_reset", "param_name": "passwordResetValue", "static_instance": null, "getter_method": "getPasswordResetValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.password_reset_all": {"fq_name": "team_log.EventType.password_reset_all", "param_name": "passwordResetAllValue", "static_instance": null, "getter_method": "getPasswordResetAllValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.classification_create_report": {"fq_name": "team_log.EventType.classification_create_report", "param_name": "classificationCreateReportValue", "static_instance": null, "getter_method": "getClassificationCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.classification_create_report_fail": {"fq_name": "team_log.EventType.classification_create_report_fail", "param_name": "classificationCreateReportFailValue", "static_instance": null, "getter_method": "getClassificationCreateReportFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_create_exceptions_report": {"fq_name": "team_log.EventType.emm_create_exceptions_report", "param_name": "emmCreateExceptionsReportValue", "static_instance": null, "getter_method": "getEmmCreateExceptionsReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_create_usage_report": {"fq_name": "team_log.EventType.emm_create_usage_report", "param_name": "emmCreateUsageReportValue", "static_instance": null, "getter_method": "getEmmCreateUsageReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.export_members_report": {"fq_name": "team_log.EventType.export_members_report", "param_name": "exportMembersReportValue", "static_instance": null, "getter_method": "getExportMembersReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.export_members_report_fail": {"fq_name": "team_log.EventType.export_members_report_fail", "param_name": "exportMembersReportFailValue", "static_instance": null, "getter_method": "getExportMembersReportFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.external_sharing_create_report": {"fq_name": "team_log.EventType.external_sharing_create_report", "param_name": "externalSharingCreateReportValue", "static_instance": null, "getter_method": "getExternalSharingCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.external_sharing_report_failed": {"fq_name": "team_log.EventType.external_sharing_report_failed", "param_name": "externalSharingReportFailedValue", "static_instance": null, "getter_method": "getExternalSharingReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_expiration_link_gen_create_report": {"fq_name": "team_log.EventType.no_expiration_link_gen_create_report", "param_name": "noExpirationLinkGenCreateReportValue", "static_instance": null, "getter_method": "getNoExpirationLinkGenCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_expiration_link_gen_report_failed": {"fq_name": "team_log.EventType.no_expiration_link_gen_report_failed", "param_name": "noExpirationLinkGenReportFailedValue", "static_instance": null, "getter_method": "getNoExpirationLinkGenReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_password_link_gen_create_report": {"fq_name": "team_log.EventType.no_password_link_gen_create_report", "param_name": "noPasswordLinkGenCreateReportValue", "static_instance": null, "getter_method": "getNoPasswordLinkGenCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_password_link_gen_report_failed": {"fq_name": "team_log.EventType.no_password_link_gen_report_failed", "param_name": "noPasswordLinkGenReportFailedValue", "static_instance": null, "getter_method": "getNoPasswordLinkGenReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_password_link_view_create_report": {"fq_name": "team_log.EventType.no_password_link_view_create_report", "param_name": "noPasswordLinkViewCreateReportValue", "static_instance": null, "getter_method": "getNoPasswordLinkViewCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_password_link_view_report_failed": {"fq_name": "team_log.EventType.no_password_link_view_report_failed", "param_name": "noPasswordLinkViewReportFailedValue", "static_instance": null, "getter_method": "getNoPasswordLinkViewReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.outdated_link_view_create_report": {"fq_name": "team_log.EventType.outdated_link_view_create_report", "param_name": "outdatedLinkViewCreateReportValue", "static_instance": null, "getter_method": "getOutdatedLinkViewCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.outdated_link_view_report_failed": {"fq_name": "team_log.EventType.outdated_link_view_report_failed", "param_name": "outdatedLinkViewReportFailedValue", "static_instance": null, "getter_method": "getOutdatedLinkViewReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_admin_export_start": {"fq_name": "team_log.EventType.paper_admin_export_start", "param_name": "paperAdminExportStartValue", "static_instance": null, "getter_method": "getPaperAdminExportStartValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ransomware_alert_create_report": {"fq_name": "team_log.EventType.ransomware_alert_create_report", "param_name": "ransomwareAlertCreateReportValue", "static_instance": null, "getter_method": "getRansomwareAlertCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ransomware_alert_create_report_failed": {"fq_name": "team_log.EventType.ransomware_alert_create_report_failed", "param_name": "ransomwareAlertCreateReportFailedValue", "static_instance": null, "getter_method": "getRansomwareAlertCreateReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.smart_sync_create_admin_privilege_report": {"fq_name": "team_log.EventType.smart_sync_create_admin_privilege_report", "param_name": "smartSyncCreateAdminPrivilegeReportValue", "static_instance": null, "getter_method": "getSmartSyncCreateAdminPrivilegeReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_activity_create_report": {"fq_name": "team_log.EventType.team_activity_create_report", "param_name": "teamActivityCreateReportValue", "static_instance": null, "getter_method": "getTeamActivityCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_activity_create_report_fail": {"fq_name": "team_log.EventType.team_activity_create_report_fail", "param_name": "teamActivityCreateReportFailValue", "static_instance": null, "getter_method": "getTeamActivityCreateReportFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.collection_share": {"fq_name": "team_log.EventType.collection_share", "param_name": "collectionShareValue", "static_instance": null, "getter_method": "getCollectionShareValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_file_add": {"fq_name": "team_log.EventType.file_transfers_file_add", "param_name": "fileTransfersFileAddValue", "static_instance": null, "getter_method": "getFileTransfersFileAddValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_transfer_delete": {"fq_name": "team_log.EventType.file_transfers_transfer_delete", "param_name": "fileTransfersTransferDeleteValue", "static_instance": null, "getter_method": "getFileTransfersTransferDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_transfer_download": {"fq_name": "team_log.EventType.file_transfers_transfer_download", "param_name": "fileTransfersTransferDownloadValue", "static_instance": null, "getter_method": "getFileTransfersTransferDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_transfer_send": {"fq_name": "team_log.EventType.file_transfers_transfer_send", "param_name": "fileTransfersTransferSendValue", "static_instance": null, "getter_method": "getFileTransfersTransferSendValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_transfer_view": {"fq_name": "team_log.EventType.file_transfers_transfer_view", "param_name": "fileTransfersTransferViewValue", "static_instance": null, "getter_method": "getFileTransfersTransferViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.note_acl_invite_only": {"fq_name": "team_log.EventType.note_acl_invite_only", "param_name": "noteAclInviteOnlyValue", "static_instance": null, "getter_method": "getNoteAclInviteOnlyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.note_acl_link": {"fq_name": "team_log.EventType.note_acl_link", "param_name": "noteAclLinkValue", "static_instance": null, "getter_method": "getNoteAclLinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.note_acl_team_link": {"fq_name": "team_log.EventType.note_acl_team_link", "param_name": "noteAclTeamLinkValue", "static_instance": null, "getter_method": "getNoteAclTeamLinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.note_shared": {"fq_name": "team_log.EventType.note_shared", "param_name": "noteSharedValue", "static_instance": null, "getter_method": "getNoteSharedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.note_share_receive": {"fq_name": "team_log.EventType.note_share_receive", "param_name": "noteShareReceiveValue", "static_instance": null, "getter_method": "getNoteShareReceiveValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.open_note_shared": {"fq_name": "team_log.EventType.open_note_shared", "param_name": "openNoteSharedValue", "static_instance": null, "getter_method": "getOpenNoteSharedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_file_shared_link_created": {"fq_name": "team_log.EventType.replay_file_shared_link_created", "param_name": "replayFileSharedLinkCreatedValue", "static_instance": null, "getter_method": "getReplayFileSharedLinkCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_file_shared_link_modified": {"fq_name": "team_log.EventType.replay_file_shared_link_modified", "param_name": "replayFileSharedLinkModifiedValue", "static_instance": null, "getter_method": "getReplayFileSharedLinkModifiedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_project_team_add": {"fq_name": "team_log.EventType.replay_project_team_add", "param_name": "replayProjectTeamAddValue", "static_instance": null, "getter_method": "getReplayProjectTeamAddValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_project_team_delete": {"fq_name": "team_log.EventType.replay_project_team_delete", "param_name": "replayProjectTeamDeleteValue", "static_instance": null, "getter_method": "getReplayProjectTeamDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_add_group": {"fq_name": "team_log.EventType.sf_add_group", "param_name": "sfAddGroupValue", "static_instance": null, "getter_method": "getSfAddGroupValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_allow_non_members_to_view_shared_links": {"fq_name": "team_log.EventType.sf_allow_non_members_to_view_shared_links", "param_name": "sfAllowNonMembersToViewSharedLinksValue", "static_instance": null, "getter_method": "getSfAllowNonMembersToViewSharedLinksValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_external_invite_warn": {"fq_name": "team_log.EventType.sf_external_invite_warn", "param_name": "sfExternalInviteWarnValue", "static_instance": null, "getter_method": "getSfExternalInviteWarnValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_fb_invite": {"fq_name": "team_log.EventType.sf_fb_invite", "param_name": "sfFbInviteValue", "static_instance": null, "getter_method": "getSfFbInviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_fb_invite_change_role": {"fq_name": "team_log.EventType.sf_fb_invite_change_role", "param_name": "sfFbInviteChangeRoleValue", "static_instance": null, "getter_method": "getSfFbInviteChangeRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_fb_uninvite": {"fq_name": "team_log.EventType.sf_fb_uninvite", "param_name": "sfFbUninviteValue", "static_instance": null, "getter_method": "getSfFbUninviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_invite_group": {"fq_name": "team_log.EventType.sf_invite_group", "param_name": "sfInviteGroupValue", "static_instance": null, "getter_method": "getSfInviteGroupValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_grant_access": {"fq_name": "team_log.EventType.sf_team_grant_access", "param_name": "sfTeamGrantAccessValue", "static_instance": null, "getter_method": "getSfTeamGrantAccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_invite": {"fq_name": "team_log.EventType.sf_team_invite", "param_name": "sfTeamInviteValue", "static_instance": null, "getter_method": "getSfTeamInviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_invite_change_role": {"fq_name": "team_log.EventType.sf_team_invite_change_role", "param_name": "sfTeamInviteChangeRoleValue", "static_instance": null, "getter_method": "getSfTeamInviteChangeRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_join": {"fq_name": "team_log.EventType.sf_team_join", "param_name": "sfTeamJoinValue", "static_instance": null, "getter_method": "getSfTeamJoinValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_join_from_oob_link": {"fq_name": "team_log.EventType.sf_team_join_from_oob_link", "param_name": "sfTeamJoinFromOobLinkValue", "static_instance": null, "getter_method": "getSfTeamJoinFromOobLinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_uninvite": {"fq_name": "team_log.EventType.sf_team_uninvite", "param_name": "sfTeamUninviteValue", "static_instance": null, "getter_method": "getSfTeamUninviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_add_invitees": {"fq_name": "team_log.EventType.shared_content_add_invitees", "param_name": "sharedContentAddInviteesValue", "static_instance": null, "getter_method": "getSharedContentAddInviteesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_add_link_expiry": {"fq_name": "team_log.EventType.shared_content_add_link_expiry", "param_name": "sharedContentAddLinkExpiryValue", "static_instance": null, "getter_method": "getSharedContentAddLinkExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_add_link_password": {"fq_name": "team_log.EventType.shared_content_add_link_password", "param_name": "sharedContentAddLinkPasswordValue", "static_instance": null, "getter_method": "getSharedContentAddLinkPasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_add_member": {"fq_name": "team_log.EventType.shared_content_add_member", "param_name": "sharedContentAddMemberValue", "static_instance": null, "getter_method": "getSharedContentAddMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_downloads_policy": {"fq_name": "team_log.EventType.shared_content_change_downloads_policy", "param_name": "sharedContentChangeDownloadsPolicyValue", "static_instance": null, "getter_method": "getSharedContentChangeDownloadsPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_invitee_role": {"fq_name": "team_log.EventType.shared_content_change_invitee_role", "param_name": "sharedContentChangeInviteeRoleValue", "static_instance": null, "getter_method": "getSharedContentChangeInviteeRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_link_audience": {"fq_name": "team_log.EventType.shared_content_change_link_audience", "param_name": "sharedContentChangeLinkAudienceValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkAudienceValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_link_expiry": {"fq_name": "team_log.EventType.shared_content_change_link_expiry", "param_name": "sharedContentChangeLinkExpiryValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_link_password": {"fq_name": "team_log.EventType.shared_content_change_link_password", "param_name": "sharedContentChangeLinkPasswordValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkPasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_member_role": {"fq_name": "team_log.EventType.shared_content_change_member_role", "param_name": "sharedContentChangeMemberRoleValue", "static_instance": null, "getter_method": "getSharedContentChangeMemberRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_viewer_info_policy": {"fq_name": "team_log.EventType.shared_content_change_viewer_info_policy", "param_name": "sharedContentChangeViewerInfoPolicyValue", "static_instance": null, "getter_method": "getSharedContentChangeViewerInfoPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_claim_invitation": {"fq_name": "team_log.EventType.shared_content_claim_invitation", "param_name": "sharedContentClaimInvitationValue", "static_instance": null, "getter_method": "getSharedContentClaimInvitationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_copy": {"fq_name": "team_log.EventType.shared_content_copy", "param_name": "sharedContentCopyValue", "static_instance": null, "getter_method": "getSharedContentCopyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_download": {"fq_name": "team_log.EventType.shared_content_download", "param_name": "sharedContentDownloadValue", "static_instance": null, "getter_method": "getSharedContentDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_relinquish_membership": {"fq_name": "team_log.EventType.shared_content_relinquish_membership", "param_name": "sharedContentRelinquishMembershipValue", "static_instance": null, "getter_method": "getSharedContentRelinquishMembershipValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_remove_invitees": {"fq_name": "team_log.EventType.shared_content_remove_invitees", "param_name": "sharedContentRemoveInviteesValue", "static_instance": null, "getter_method": "getSharedContentRemoveInviteesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_remove_link_expiry": {"fq_name": "team_log.EventType.shared_content_remove_link_expiry", "param_name": "sharedContentRemoveLinkExpiryValue", "static_instance": null, "getter_method": "getSharedContentRemoveLinkExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_remove_link_password": {"fq_name": "team_log.EventType.shared_content_remove_link_password", "param_name": "sharedContentRemoveLinkPasswordValue", "static_instance": null, "getter_method": "getSharedContentRemoveLinkPasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_remove_member": {"fq_name": "team_log.EventType.shared_content_remove_member", "param_name": "sharedContentRemoveMemberValue", "static_instance": null, "getter_method": "getSharedContentRemoveMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_request_access": {"fq_name": "team_log.EventType.shared_content_request_access", "param_name": "sharedContentRequestAccessValue", "static_instance": null, "getter_method": "getSharedContentRequestAccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_restore_invitees": {"fq_name": "team_log.EventType.shared_content_restore_invitees", "param_name": "sharedContentRestoreInviteesValue", "static_instance": null, "getter_method": "getSharedContentRestoreInviteesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_restore_member": {"fq_name": "team_log.EventType.shared_content_restore_member", "param_name": "sharedContentRestoreMemberValue", "static_instance": null, "getter_method": "getSharedContentRestoreMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_unshare": {"fq_name": "team_log.EventType.shared_content_unshare", "param_name": "sharedContentUnshareValue", "static_instance": null, "getter_method": "getSharedContentUnshareValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_view": {"fq_name": "team_log.EventType.shared_content_view", "param_name": "sharedContentViewValue", "static_instance": null, "getter_method": "getSharedContentViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_change_link_policy": {"fq_name": "team_log.EventType.shared_folder_change_link_policy", "param_name": "sharedFolderChangeLinkPolicyValue", "static_instance": null, "getter_method": "getSharedFolderChangeLinkPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_change_members_inheritance_policy": {"fq_name": "team_log.EventType.shared_folder_change_members_inheritance_policy", "param_name": "sharedFolderChangeMembersInheritancePolicyValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersInheritancePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_change_members_management_policy": {"fq_name": "team_log.EventType.shared_folder_change_members_management_policy", "param_name": "sharedFolderChangeMembersManagementPolicyValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersManagementPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_change_members_policy": {"fq_name": "team_log.EventType.shared_folder_change_members_policy", "param_name": "sharedFolderChangeMembersPolicyValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_create": {"fq_name": "team_log.EventType.shared_folder_create", "param_name": "sharedFolderCreateValue", "static_instance": null, "getter_method": "getSharedFolderCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_decline_invitation": {"fq_name": "team_log.EventType.shared_folder_decline_invitation", "param_name": "sharedFolderDeclineInvitationValue", "static_instance": null, "getter_method": "getSharedFolderDeclineInvitationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_mount": {"fq_name": "team_log.EventType.shared_folder_mount", "param_name": "sharedFolderMountValue", "static_instance": null, "getter_method": "getSharedFolderMountValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_nest": {"fq_name": "team_log.EventType.shared_folder_nest", "param_name": "sharedFolderNestValue", "static_instance": null, "getter_method": "getSharedFolderNestValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_transfer_ownership": {"fq_name": "team_log.EventType.shared_folder_transfer_ownership", "param_name": "sharedFolderTransferOwnershipValue", "static_instance": null, "getter_method": "getSharedFolderTransferOwnershipValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_unmount": {"fq_name": "team_log.EventType.shared_folder_unmount", "param_name": "sharedFolderUnmountValue", "static_instance": null, "getter_method": "getSharedFolderUnmountValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_add_expiry": {"fq_name": "team_log.EventType.shared_link_add_expiry", "param_name": "sharedLinkAddExpiryValue", "static_instance": null, "getter_method": "getSharedLinkAddExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_change_expiry": {"fq_name": "team_log.EventType.shared_link_change_expiry", "param_name": "sharedLinkChangeExpiryValue", "static_instance": null, "getter_method": "getSharedLinkChangeExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_change_visibility": {"fq_name": "team_log.EventType.shared_link_change_visibility", "param_name": "sharedLinkChangeVisibilityValue", "static_instance": null, "getter_method": "getSharedLinkChangeVisibilityValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_copy": {"fq_name": "team_log.EventType.shared_link_copy", "param_name": "sharedLinkCopyValue", "static_instance": null, "getter_method": "getSharedLinkCopyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_create": {"fq_name": "team_log.EventType.shared_link_create", "param_name": "sharedLinkCreateValue", "static_instance": null, "getter_method": "getSharedLinkCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_disable": {"fq_name": "team_log.EventType.shared_link_disable", "param_name": "sharedLinkDisableValue", "static_instance": null, "getter_method": "getSharedLinkDisableValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_download": {"fq_name": "team_log.EventType.shared_link_download", "param_name": "sharedLinkDownloadValue", "static_instance": null, "getter_method": "getSharedLinkDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_remove_expiry": {"fq_name": "team_log.EventType.shared_link_remove_expiry", "param_name": "sharedLinkRemoveExpiryValue", "static_instance": null, "getter_method": "getSharedLinkRemoveExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_add_expiration": {"fq_name": "team_log.EventType.shared_link_settings_add_expiration", "param_name": "sharedLinkSettingsAddExpirationValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAddExpirationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_add_password": {"fq_name": "team_log.EventType.shared_link_settings_add_password", "param_name": "sharedLinkSettingsAddPasswordValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAddPasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_allow_download_disabled": {"fq_name": "team_log.EventType.shared_link_settings_allow_download_disabled", "param_name": "sharedLinkSettingsAllowDownloadDisabledValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAllowDownloadDisabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_allow_download_enabled": {"fq_name": "team_log.EventType.shared_link_settings_allow_download_enabled", "param_name": "sharedLinkSettingsAllowDownloadEnabledValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAllowDownloadEnabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_change_audience": {"fq_name": "team_log.EventType.shared_link_settings_change_audience", "param_name": "sharedLinkSettingsChangeAudienceValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangeAudienceValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_change_expiration": {"fq_name": "team_log.EventType.shared_link_settings_change_expiration", "param_name": "sharedLinkSettingsChangeExpirationValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangeExpirationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_change_password": {"fq_name": "team_log.EventType.shared_link_settings_change_password", "param_name": "sharedLinkSettingsChangePasswordValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangePasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_remove_expiration": {"fq_name": "team_log.EventType.shared_link_settings_remove_expiration", "param_name": "sharedLinkSettingsRemoveExpirationValue", "static_instance": null, "getter_method": "getSharedLinkSettingsRemoveExpirationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_remove_password": {"fq_name": "team_log.EventType.shared_link_settings_remove_password", "param_name": "sharedLinkSettingsRemovePasswordValue", "static_instance": null, "getter_method": "getSharedLinkSettingsRemovePasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_share": {"fq_name": "team_log.EventType.shared_link_share", "param_name": "sharedLinkShareValue", "static_instance": null, "getter_method": "getSharedLinkShareValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_view": {"fq_name": "team_log.EventType.shared_link_view", "param_name": "sharedLinkViewValue", "static_instance": null, "getter_method": "getSharedLinkViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_note_opened": {"fq_name": "team_log.EventType.shared_note_opened", "param_name": "sharedNoteOpenedValue", "static_instance": null, "getter_method": "getSharedNoteOpenedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shmodel_disable_downloads": {"fq_name": "team_log.EventType.shmodel_disable_downloads", "param_name": "shmodelDisableDownloadsValue", "static_instance": null, "getter_method": "getShmodelDisableDownloadsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shmodel_enable_downloads": {"fq_name": "team_log.EventType.shmodel_enable_downloads", "param_name": "shmodelEnableDownloadsValue", "static_instance": null, "getter_method": "getShmodelEnableDownloadsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shmodel_group_share": {"fq_name": "team_log.EventType.shmodel_group_share", "param_name": "shmodelGroupShareValue", "static_instance": null, "getter_method": "getShmodelGroupShareValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_access_granted": {"fq_name": "team_log.EventType.showcase_access_granted", "param_name": "showcaseAccessGrantedValue", "static_instance": null, "getter_method": "getShowcaseAccessGrantedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_add_member": {"fq_name": "team_log.EventType.showcase_add_member", "param_name": "showcaseAddMemberValue", "static_instance": null, "getter_method": "getShowcaseAddMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_archived": {"fq_name": "team_log.EventType.showcase_archived", "param_name": "showcaseArchivedValue", "static_instance": null, "getter_method": "getShowcaseArchivedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_created": {"fq_name": "team_log.EventType.showcase_created", "param_name": "showcaseCreatedValue", "static_instance": null, "getter_method": "getShowcaseCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_delete_comment": {"fq_name": "team_log.EventType.showcase_delete_comment", "param_name": "showcaseDeleteCommentValue", "static_instance": null, "getter_method": "getShowcaseDeleteCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_edited": {"fq_name": "team_log.EventType.showcase_edited", "param_name": "showcaseEditedValue", "static_instance": null, "getter_method": "getShowcaseEditedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_edit_comment": {"fq_name": "team_log.EventType.showcase_edit_comment", "param_name": "showcaseEditCommentValue", "static_instance": null, "getter_method": "getShowcaseEditCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_file_added": {"fq_name": "team_log.EventType.showcase_file_added", "param_name": "showcaseFileAddedValue", "static_instance": null, "getter_method": "getShowcaseFileAddedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_file_download": {"fq_name": "team_log.EventType.showcase_file_download", "param_name": "showcaseFileDownloadValue", "static_instance": null, "getter_method": "getShowcaseFileDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_file_removed": {"fq_name": "team_log.EventType.showcase_file_removed", "param_name": "showcaseFileRemovedValue", "static_instance": null, "getter_method": "getShowcaseFileRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_file_view": {"fq_name": "team_log.EventType.showcase_file_view", "param_name": "showcaseFileViewValue", "static_instance": null, "getter_method": "getShowcaseFileViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_permanently_deleted": {"fq_name": "team_log.EventType.showcase_permanently_deleted", "param_name": "showcasePermanentlyDeletedValue", "static_instance": null, "getter_method": "getShowcasePermanentlyDeletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_post_comment": {"fq_name": "team_log.EventType.showcase_post_comment", "param_name": "showcasePostCommentValue", "static_instance": null, "getter_method": "getShowcasePostCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_remove_member": {"fq_name": "team_log.EventType.showcase_remove_member", "param_name": "showcaseRemoveMemberValue", "static_instance": null, "getter_method": "getShowcaseRemoveMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_renamed": {"fq_name": "team_log.EventType.showcase_renamed", "param_name": "showcaseRenamedValue", "static_instance": null, "getter_method": "getShowcaseRenamedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_request_access": {"fq_name": "team_log.EventType.showcase_request_access", "param_name": "showcaseRequestAccessValue", "static_instance": null, "getter_method": "getShowcaseRequestAccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_resolve_comment": {"fq_name": "team_log.EventType.showcase_resolve_comment", "param_name": "showcaseResolveCommentValue", "static_instance": null, "getter_method": "getShowcaseResolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_restored": {"fq_name": "team_log.EventType.showcase_restored", "param_name": "showcaseRestoredValue", "static_instance": null, "getter_method": "getShowcaseRestoredValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_trashed": {"fq_name": "team_log.EventType.showcase_trashed", "param_name": "showcaseTrashedValue", "static_instance": null, "getter_method": "getShowcaseTrashedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_trashed_deprecated": {"fq_name": "team_log.EventType.showcase_trashed_deprecated", "param_name": "showcaseTrashedDeprecatedValue", "static_instance": null, "getter_method": "getShowcaseTrashedDeprecatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_unresolve_comment": {"fq_name": "team_log.EventType.showcase_unresolve_comment", "param_name": "showcaseUnresolveCommentValue", "static_instance": null, "getter_method": "getShowcaseUnresolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_untrashed": {"fq_name": "team_log.EventType.showcase_untrashed", "param_name": "showcaseUntrashedValue", "static_instance": null, "getter_method": "getShowcaseUntrashedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_untrashed_deprecated": {"fq_name": "team_log.EventType.showcase_untrashed_deprecated", "param_name": "showcaseUntrashedDeprecatedValue", "static_instance": null, "getter_method": "getShowcaseUntrashedDeprecatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_view": {"fq_name": "team_log.EventType.showcase_view", "param_name": "showcaseViewValue", "static_instance": null, "getter_method": "getShowcaseViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_add_cert": {"fq_name": "team_log.EventType.sso_add_cert", "param_name": "ssoAddCertValue", "static_instance": null, "getter_method": "getSsoAddCertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_add_login_url": {"fq_name": "team_log.EventType.sso_add_login_url", "param_name": "ssoAddLoginUrlValue", "static_instance": null, "getter_method": "getSsoAddLoginUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_add_logout_url": {"fq_name": "team_log.EventType.sso_add_logout_url", "param_name": "ssoAddLogoutUrlValue", "static_instance": null, "getter_method": "getSsoAddLogoutUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_change_cert": {"fq_name": "team_log.EventType.sso_change_cert", "param_name": "ssoChangeCertValue", "static_instance": null, "getter_method": "getSsoChangeCertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_change_login_url": {"fq_name": "team_log.EventType.sso_change_login_url", "param_name": "ssoChangeLoginUrlValue", "static_instance": null, "getter_method": "getSsoChangeLoginUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_change_logout_url": {"fq_name": "team_log.EventType.sso_change_logout_url", "param_name": "ssoChangeLogoutUrlValue", "static_instance": null, "getter_method": "getSsoChangeLogoutUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_change_saml_identity_mode": {"fq_name": "team_log.EventType.sso_change_saml_identity_mode", "param_name": "ssoChangeSamlIdentityModeValue", "static_instance": null, "getter_method": "getSsoChangeSamlIdentityModeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_remove_cert": {"fq_name": "team_log.EventType.sso_remove_cert", "param_name": "ssoRemoveCertValue", "static_instance": null, "getter_method": "getSsoRemoveCertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_remove_login_url": {"fq_name": "team_log.EventType.sso_remove_login_url", "param_name": "ssoRemoveLoginUrlValue", "static_instance": null, "getter_method": "getSsoRemoveLoginUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_remove_logout_url": {"fq_name": "team_log.EventType.sso_remove_logout_url", "param_name": "ssoRemoveLogoutUrlValue", "static_instance": null, "getter_method": "getSsoRemoveLogoutUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folder_change_status": {"fq_name": "team_log.EventType.team_folder_change_status", "param_name": "teamFolderChangeStatusValue", "static_instance": null, "getter_method": "getTeamFolderChangeStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folder_create": {"fq_name": "team_log.EventType.team_folder_create", "param_name": "teamFolderCreateValue", "static_instance": null, "getter_method": "getTeamFolderCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folder_downgrade": {"fq_name": "team_log.EventType.team_folder_downgrade", "param_name": "teamFolderDowngradeValue", "static_instance": null, "getter_method": "getTeamFolderDowngradeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folder_permanently_delete": {"fq_name": "team_log.EventType.team_folder_permanently_delete", "param_name": "teamFolderPermanentlyDeleteValue", "static_instance": null, "getter_method": "getTeamFolderPermanentlyDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folder_rename": {"fq_name": "team_log.EventType.team_folder_rename", "param_name": "teamFolderRenameValue", "static_instance": null, "getter_method": "getTeamFolderRenameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_selective_sync_settings_changed": {"fq_name": "team_log.EventType.team_selective_sync_settings_changed", "param_name": "teamSelectiveSyncSettingsChangedValue", "static_instance": null, "getter_method": "getTeamSelectiveSyncSettingsChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_capture_change_policy": {"fq_name": "team_log.EventType.account_capture_change_policy", "param_name": "accountCaptureChangePolicyValue", "static_instance": null, "getter_method": "getAccountCaptureChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.admin_email_reminders_changed": {"fq_name": "team_log.EventType.admin_email_reminders_changed", "param_name": "adminEmailRemindersChangedValue", "static_instance": null, "getter_method": "getAdminEmailRemindersChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.allow_download_disabled": {"fq_name": "team_log.EventType.allow_download_disabled", "param_name": "allowDownloadDisabledValue", "static_instance": null, "getter_method": "getAllowDownloadDisabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.allow_download_enabled": {"fq_name": "team_log.EventType.allow_download_enabled", "param_name": "allowDownloadEnabledValue", "static_instance": null, "getter_method": "getAllowDownloadEnabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_permissions_changed": {"fq_name": "team_log.EventType.app_permissions_changed", "param_name": "appPermissionsChangedValue", "static_instance": null, "getter_method": "getAppPermissionsChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.camera_uploads_policy_changed": {"fq_name": "team_log.EventType.camera_uploads_policy_changed", "param_name": "cameraUploadsPolicyChangedValue", "static_instance": null, "getter_method": "getCameraUploadsPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.capture_transcript_policy_changed": {"fq_name": "team_log.EventType.capture_transcript_policy_changed", "param_name": "captureTranscriptPolicyChangedValue", "static_instance": null, "getter_method": "getCaptureTranscriptPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.classification_change_policy": {"fq_name": "team_log.EventType.classification_change_policy", "param_name": "classificationChangePolicyValue", "static_instance": null, "getter_method": "getClassificationChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.computer_backup_policy_changed": {"fq_name": "team_log.EventType.computer_backup_policy_changed", "param_name": "computerBackupPolicyChangedValue", "static_instance": null, "getter_method": "getComputerBackupPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.content_administration_policy_changed": {"fq_name": "team_log.EventType.content_administration_policy_changed", "param_name": "contentAdministrationPolicyChangedValue", "static_instance": null, "getter_method": "getContentAdministrationPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.data_placement_restriction_change_policy": {"fq_name": "team_log.EventType.data_placement_restriction_change_policy", "param_name": "dataPlacementRestrictionChangePolicyValue", "static_instance": null, "getter_method": "getDataPlacementRestrictionChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.data_placement_restriction_satisfy_policy": {"fq_name": "team_log.EventType.data_placement_restriction_satisfy_policy", "param_name": "dataPlacementRestrictionSatisfyPolicyValue", "static_instance": null, "getter_method": "getDataPlacementRestrictionSatisfyPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_add_exception": {"fq_name": "team_log.EventType.device_approvals_add_exception", "param_name": "deviceApprovalsAddExceptionValue", "static_instance": null, "getter_method": "getDeviceApprovalsAddExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_change_desktop_policy": {"fq_name": "team_log.EventType.device_approvals_change_desktop_policy", "param_name": "deviceApprovalsChangeDesktopPolicyValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeDesktopPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_change_mobile_policy": {"fq_name": "team_log.EventType.device_approvals_change_mobile_policy", "param_name": "deviceApprovalsChangeMobilePolicyValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeMobilePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_change_overage_action": {"fq_name": "team_log.EventType.device_approvals_change_overage_action", "param_name": "deviceApprovalsChangeOverageActionValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeOverageActionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_change_unlink_action": {"fq_name": "team_log.EventType.device_approvals_change_unlink_action", "param_name": "deviceApprovalsChangeUnlinkActionValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeUnlinkActionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_remove_exception": {"fq_name": "team_log.EventType.device_approvals_remove_exception", "param_name": "deviceApprovalsRemoveExceptionValue", "static_instance": null, "getter_method": "getDeviceApprovalsRemoveExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.directory_restrictions_add_members": {"fq_name": "team_log.EventType.directory_restrictions_add_members", "param_name": "directoryRestrictionsAddMembersValue", "static_instance": null, "getter_method": "getDirectoryRestrictionsAddMembersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.directory_restrictions_remove_members": {"fq_name": "team_log.EventType.directory_restrictions_remove_members", "param_name": "directoryRestrictionsRemoveMembersValue", "static_instance": null, "getter_method": "getDirectoryRestrictionsRemoveMembersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dropbox_passwords_policy_changed": {"fq_name": "team_log.EventType.dropbox_passwords_policy_changed", "param_name": "dropboxPasswordsPolicyChangedValue", "static_instance": null, "getter_method": "getDropboxPasswordsPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.email_ingest_policy_changed": {"fq_name": "team_log.EventType.email_ingest_policy_changed", "param_name": "emailIngestPolicyChangedValue", "static_instance": null, "getter_method": "getEmailIngestPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_add_exception": {"fq_name": "team_log.EventType.emm_add_exception", "param_name": "emmAddExceptionValue", "static_instance": null, "getter_method": "getEmmAddExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_change_policy": {"fq_name": "team_log.EventType.emm_change_policy", "param_name": "emmChangePolicyValue", "static_instance": null, "getter_method": "getEmmChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_remove_exception": {"fq_name": "team_log.EventType.emm_remove_exception", "param_name": "emmRemoveExceptionValue", "static_instance": null, "getter_method": "getEmmRemoveExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.extended_version_history_change_policy": {"fq_name": "team_log.EventType.extended_version_history_change_policy", "param_name": "extendedVersionHistoryChangePolicyValue", "static_instance": null, "getter_method": "getExtendedVersionHistoryChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.external_drive_backup_policy_changed": {"fq_name": "team_log.EventType.external_drive_backup_policy_changed", "param_name": "externalDriveBackupPolicyChangedValue", "static_instance": null, "getter_method": "getExternalDriveBackupPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_comments_change_policy": {"fq_name": "team_log.EventType.file_comments_change_policy", "param_name": "fileCommentsChangePolicyValue", "static_instance": null, "getter_method": "getFileCommentsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_locking_policy_changed": {"fq_name": "team_log.EventType.file_locking_policy_changed", "param_name": "fileLockingPolicyChangedValue", "static_instance": null, "getter_method": "getFileLockingPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_provider_migration_policy_changed": {"fq_name": "team_log.EventType.file_provider_migration_policy_changed", "param_name": "fileProviderMigrationPolicyChangedValue", "static_instance": null, "getter_method": "getFileProviderMigrationPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_requests_change_policy": {"fq_name": "team_log.EventType.file_requests_change_policy", "param_name": "fileRequestsChangePolicyValue", "static_instance": null, "getter_method": "getFileRequestsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_requests_emails_enabled": {"fq_name": "team_log.EventType.file_requests_emails_enabled", "param_name": "fileRequestsEmailsEnabledValue", "static_instance": null, "getter_method": "getFileRequestsEmailsEnabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_requests_emails_restricted_to_team_only": {"fq_name": "team_log.EventType.file_requests_emails_restricted_to_team_only", "param_name": "fileRequestsEmailsRestrictedToTeamOnlyValue", "static_instance": null, "getter_method": "getFileRequestsEmailsRestrictedToTeamOnlyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_policy_changed": {"fq_name": "team_log.EventType.file_transfers_policy_changed", "param_name": "fileTransfersPolicyChangedValue", "static_instance": null, "getter_method": "getFileTransfersPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.folder_link_restriction_policy_changed": {"fq_name": "team_log.EventType.folder_link_restriction_policy_changed", "param_name": "folderLinkRestrictionPolicyChangedValue", "static_instance": null, "getter_method": "getFolderLinkRestrictionPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.google_sso_change_policy": {"fq_name": "team_log.EventType.google_sso_change_policy", "param_name": "googleSsoChangePolicyValue", "static_instance": null, "getter_method": "getGoogleSsoChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_user_management_change_policy": {"fq_name": "team_log.EventType.group_user_management_change_policy", "param_name": "groupUserManagementChangePolicyValue", "static_instance": null, "getter_method": "getGroupUserManagementChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.integration_policy_changed": {"fq_name": "team_log.EventType.integration_policy_changed", "param_name": "integrationPolicyChangedValue", "static_instance": null, "getter_method": "getIntegrationPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.invite_acceptance_email_policy_changed": {"fq_name": "team_log.EventType.invite_acceptance_email_policy_changed", "param_name": "inviteAcceptanceEmailPolicyChangedValue", "static_instance": null, "getter_method": "getInviteAcceptanceEmailPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_requests_change_policy": {"fq_name": "team_log.EventType.member_requests_change_policy", "param_name": "memberRequestsChangePolicyValue", "static_instance": null, "getter_method": "getMemberRequestsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_send_invite_policy_changed": {"fq_name": "team_log.EventType.member_send_invite_policy_changed", "param_name": "memberSendInvitePolicyChangedValue", "static_instance": null, "getter_method": "getMemberSendInvitePolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_add_exception": {"fq_name": "team_log.EventType.member_space_limits_add_exception", "param_name": "memberSpaceLimitsAddExceptionValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsAddExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_change_caps_type_policy": {"fq_name": "team_log.EventType.member_space_limits_change_caps_type_policy", "param_name": "memberSpaceLimitsChangeCapsTypePolicyValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeCapsTypePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_change_policy": {"fq_name": "team_log.EventType.member_space_limits_change_policy", "param_name": "memberSpaceLimitsChangePolicyValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_remove_exception": {"fq_name": "team_log.EventType.member_space_limits_remove_exception", "param_name": "memberSpaceLimitsRemoveExceptionValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsRemoveExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_suggestions_change_policy": {"fq_name": "team_log.EventType.member_suggestions_change_policy", "param_name": "memberSuggestionsChangePolicyValue", "static_instance": null, "getter_method": "getMemberSuggestionsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.microsoft_office_addin_change_policy": {"fq_name": "team_log.EventType.microsoft_office_addin_change_policy", "param_name": "microsoftOfficeAddinChangePolicyValue", "static_instance": null, "getter_method": "getMicrosoftOfficeAddinChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.network_control_change_policy": {"fq_name": "team_log.EventType.network_control_change_policy", "param_name": "networkControlChangePolicyValue", "static_instance": null, "getter_method": "getNetworkControlChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_change_deployment_policy": {"fq_name": "team_log.EventType.paper_change_deployment_policy", "param_name": "paperChangeDeploymentPolicyValue", "static_instance": null, "getter_method": "getPaperChangeDeploymentPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_change_member_link_policy": {"fq_name": "team_log.EventType.paper_change_member_link_policy", "param_name": "paperChangeMemberLinkPolicyValue", "static_instance": null, "getter_method": "getPaperChangeMemberLinkPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_change_member_policy": {"fq_name": "team_log.EventType.paper_change_member_policy", "param_name": "paperChangeMemberPolicyValue", "static_instance": null, "getter_method": "getPaperChangeMemberPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_change_policy": {"fq_name": "team_log.EventType.paper_change_policy", "param_name": "paperChangePolicyValue", "static_instance": null, "getter_method": "getPaperChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_default_folder_policy_changed": {"fq_name": "team_log.EventType.paper_default_folder_policy_changed", "param_name": "paperDefaultFolderPolicyChangedValue", "static_instance": null, "getter_method": "getPaperDefaultFolderPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_desktop_policy_changed": {"fq_name": "team_log.EventType.paper_desktop_policy_changed", "param_name": "paperDesktopPolicyChangedValue", "static_instance": null, "getter_method": "getPaperDesktopPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_enabled_users_group_addition": {"fq_name": "team_log.EventType.paper_enabled_users_group_addition", "param_name": "paperEnabledUsersGroupAdditionValue", "static_instance": null, "getter_method": "getPaperEnabledUsersGroupAdditionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_enabled_users_group_removal": {"fq_name": "team_log.EventType.paper_enabled_users_group_removal", "param_name": "paperEnabledUsersGroupRemovalValue", "static_instance": null, "getter_method": "getPaperEnabledUsersGroupRemovalValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.password_strength_requirements_change_policy": {"fq_name": "team_log.EventType.password_strength_requirements_change_policy", "param_name": "passwordStrengthRequirementsChangePolicyValue", "static_instance": null, "getter_method": "getPasswordStrengthRequirementsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.permanent_delete_change_policy": {"fq_name": "team_log.EventType.permanent_delete_change_policy", "param_name": "permanentDeleteChangePolicyValue", "static_instance": null, "getter_method": "getPermanentDeleteChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.reseller_support_change_policy": {"fq_name": "team_log.EventType.reseller_support_change_policy", "param_name": "resellerSupportChangePolicyValue", "static_instance": null, "getter_method": "getResellerSupportChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.rewind_policy_changed": {"fq_name": "team_log.EventType.rewind_policy_changed", "param_name": "rewindPolicyChangedValue", "static_instance": null, "getter_method": "getRewindPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_for_signature_policy_changed": {"fq_name": "team_log.EventType.send_for_signature_policy_changed", "param_name": "sendForSignaturePolicyChangedValue", "static_instance": null, "getter_method": "getSendForSignaturePolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_folder_join_policy": {"fq_name": "team_log.EventType.sharing_change_folder_join_policy", "param_name": "sharingChangeFolderJoinPolicyValue", "static_instance": null, "getter_method": "getSharingChangeFolderJoinPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_link_allow_change_expiration_policy": {"fq_name": "team_log.EventType.sharing_change_link_allow_change_expiration_policy", "param_name": "sharingChangeLinkAllowChangeExpirationPolicyValue", "static_instance": null, "getter_method": "getSharingChangeLinkAllowChangeExpirationPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_link_default_expiration_policy": {"fq_name": "team_log.EventType.sharing_change_link_default_expiration_policy", "param_name": "sharingChangeLinkDefaultExpirationPolicyValue", "static_instance": null, "getter_method": "getSharingChangeLinkDefaultExpirationPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_link_enforce_password_policy": {"fq_name": "team_log.EventType.sharing_change_link_enforce_password_policy", "param_name": "sharingChangeLinkEnforcePasswordPolicyValue", "static_instance": null, "getter_method": "getSharingChangeLinkEnforcePasswordPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_link_policy": {"fq_name": "team_log.EventType.sharing_change_link_policy", "param_name": "sharingChangeLinkPolicyValue", "static_instance": null, "getter_method": "getSharingChangeLinkPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_member_policy": {"fq_name": "team_log.EventType.sharing_change_member_policy", "param_name": "sharingChangeMemberPolicyValue", "static_instance": null, "getter_method": "getSharingChangeMemberPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_change_download_policy": {"fq_name": "team_log.EventType.showcase_change_download_policy", "param_name": "showcaseChangeDownloadPolicyValue", "static_instance": null, "getter_method": "getShowcaseChangeDownloadPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_change_enabled_policy": {"fq_name": "team_log.EventType.showcase_change_enabled_policy", "param_name": "showcaseChangeEnabledPolicyValue", "static_instance": null, "getter_method": "getShowcaseChangeEnabledPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_change_external_sharing_policy": {"fq_name": "team_log.EventType.showcase_change_external_sharing_policy", "param_name": "showcaseChangeExternalSharingPolicyValue", "static_instance": null, "getter_method": "getShowcaseChangeExternalSharingPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.smarter_smart_sync_policy_changed": {"fq_name": "team_log.EventType.smarter_smart_sync_policy_changed", "param_name": "smarterSmartSyncPolicyChangedValue", "static_instance": null, "getter_method": "getSmarterSmartSyncPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.smart_sync_change_policy": {"fq_name": "team_log.EventType.smart_sync_change_policy", "param_name": "smartSyncChangePolicyValue", "static_instance": null, "getter_method": "getSmartSyncChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.smart_sync_not_opt_out": {"fq_name": "team_log.EventType.smart_sync_not_opt_out", "param_name": "smartSyncNotOptOutValue", "static_instance": null, "getter_method": "getSmartSyncNotOptOutValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.smart_sync_opt_out": {"fq_name": "team_log.EventType.smart_sync_opt_out", "param_name": "smartSyncOptOutValue", "static_instance": null, "getter_method": "getSmartSyncOptOutValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_change_policy": {"fq_name": "team_log.EventType.sso_change_policy", "param_name": "ssoChangePolicyValue", "static_instance": null, "getter_method": "getSsoChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_branding_policy_changed": {"fq_name": "team_log.EventType.team_branding_policy_changed", "param_name": "teamBrandingPolicyChangedValue", "static_instance": null, "getter_method": "getTeamBrandingPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_extensions_policy_changed": {"fq_name": "team_log.EventType.team_extensions_policy_changed", "param_name": "teamExtensionsPolicyChangedValue", "static_instance": null, "getter_method": "getTeamExtensionsPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_selective_sync_policy_changed": {"fq_name": "team_log.EventType.team_selective_sync_policy_changed", "param_name": "teamSelectiveSyncPolicyChangedValue", "static_instance": null, "getter_method": "getTeamSelectiveSyncPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_sharing_whitelist_subjects_changed": {"fq_name": "team_log.EventType.team_sharing_whitelist_subjects_changed", "param_name": "teamSharingWhitelistSubjectsChangedValue", "static_instance": null, "getter_method": "getTeamSharingWhitelistSubjectsChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_add_exception": {"fq_name": "team_log.EventType.tfa_add_exception", "param_name": "tfaAddExceptionValue", "static_instance": null, "getter_method": "getTfaAddExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_change_policy": {"fq_name": "team_log.EventType.tfa_change_policy", "param_name": "tfaChangePolicyValue", "static_instance": null, "getter_method": "getTfaChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_remove_exception": {"fq_name": "team_log.EventType.tfa_remove_exception", "param_name": "tfaRemoveExceptionValue", "static_instance": null, "getter_method": "getTfaRemoveExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.two_account_change_policy": {"fq_name": "team_log.EventType.two_account_change_policy", "param_name": "twoAccountChangePolicyValue", "static_instance": null, "getter_method": "getTwoAccountChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.viewer_info_policy_changed": {"fq_name": "team_log.EventType.viewer_info_policy_changed", "param_name": "viewerInfoPolicyChangedValue", "static_instance": null, "getter_method": "getViewerInfoPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.watermarking_policy_changed": {"fq_name": "team_log.EventType.watermarking_policy_changed", "param_name": "watermarkingPolicyChangedValue", "static_instance": null, "getter_method": "getWatermarkingPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.web_sessions_change_active_session_limit": {"fq_name": "team_log.EventType.web_sessions_change_active_session_limit", "param_name": "webSessionsChangeActiveSessionLimitValue", "static_instance": null, "getter_method": "getWebSessionsChangeActiveSessionLimitValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.web_sessions_change_fixed_length_policy": {"fq_name": "team_log.EventType.web_sessions_change_fixed_length_policy", "param_name": "webSessionsChangeFixedLengthPolicyValue", "static_instance": null, "getter_method": "getWebSessionsChangeFixedLengthPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.web_sessions_change_idle_length_policy": {"fq_name": "team_log.EventType.web_sessions_change_idle_length_policy", "param_name": "webSessionsChangeIdleLengthPolicyValue", "static_instance": null, "getter_method": "getWebSessionsChangeIdleLengthPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.data_residency_migration_request_successful": {"fq_name": "team_log.EventType.data_residency_migration_request_successful", "param_name": "dataResidencyMigrationRequestSuccessfulValue", "static_instance": null, "getter_method": "getDataResidencyMigrationRequestSuccessfulValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.data_residency_migration_request_unsuccessful": {"fq_name": "team_log.EventType.data_residency_migration_request_unsuccessful", "param_name": "dataResidencyMigrationRequestUnsuccessfulValue", "static_instance": null, "getter_method": "getDataResidencyMigrationRequestUnsuccessfulValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_from": {"fq_name": "team_log.EventType.team_merge_from", "param_name": "teamMergeFromValue", "static_instance": null, "getter_method": "getTeamMergeFromValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_to": {"fq_name": "team_log.EventType.team_merge_to", "param_name": "teamMergeToValue", "static_instance": null, "getter_method": "getTeamMergeToValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_add_background": {"fq_name": "team_log.EventType.team_profile_add_background", "param_name": "teamProfileAddBackgroundValue", "static_instance": null, "getter_method": "getTeamProfileAddBackgroundValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_add_logo": {"fq_name": "team_log.EventType.team_profile_add_logo", "param_name": "teamProfileAddLogoValue", "static_instance": null, "getter_method": "getTeamProfileAddLogoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_change_background": {"fq_name": "team_log.EventType.team_profile_change_background", "param_name": "teamProfileChangeBackgroundValue", "static_instance": null, "getter_method": "getTeamProfileChangeBackgroundValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_change_default_language": {"fq_name": "team_log.EventType.team_profile_change_default_language", "param_name": "teamProfileChangeDefaultLanguageValue", "static_instance": null, "getter_method": "getTeamProfileChangeDefaultLanguageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_change_logo": {"fq_name": "team_log.EventType.team_profile_change_logo", "param_name": "teamProfileChangeLogoValue", "static_instance": null, "getter_method": "getTeamProfileChangeLogoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_change_name": {"fq_name": "team_log.EventType.team_profile_change_name", "param_name": "teamProfileChangeNameValue", "static_instance": null, "getter_method": "getTeamProfileChangeNameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_remove_background": {"fq_name": "team_log.EventType.team_profile_remove_background", "param_name": "teamProfileRemoveBackgroundValue", "static_instance": null, "getter_method": "getTeamProfileRemoveBackgroundValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_remove_logo": {"fq_name": "team_log.EventType.team_profile_remove_logo", "param_name": "teamProfileRemoveLogoValue", "static_instance": null, "getter_method": "getTeamProfileRemoveLogoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_add_backup_phone": {"fq_name": "team_log.EventType.tfa_add_backup_phone", "param_name": "tfaAddBackupPhoneValue", "static_instance": null, "getter_method": "getTfaAddBackupPhoneValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_add_security_key": {"fq_name": "team_log.EventType.tfa_add_security_key", "param_name": "tfaAddSecurityKeyValue", "static_instance": null, "getter_method": "getTfaAddSecurityKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_change_backup_phone": {"fq_name": "team_log.EventType.tfa_change_backup_phone", "param_name": "tfaChangeBackupPhoneValue", "static_instance": null, "getter_method": "getTfaChangeBackupPhoneValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_change_status": {"fq_name": "team_log.EventType.tfa_change_status", "param_name": "tfaChangeStatusValue", "static_instance": null, "getter_method": "getTfaChangeStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_remove_backup_phone": {"fq_name": "team_log.EventType.tfa_remove_backup_phone", "param_name": "tfaRemoveBackupPhoneValue", "static_instance": null, "getter_method": "getTfaRemoveBackupPhoneValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_remove_security_key": {"fq_name": "team_log.EventType.tfa_remove_security_key", "param_name": "tfaRemoveSecurityKeyValue", "static_instance": null, "getter_method": "getTfaRemoveSecurityKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_reset": {"fq_name": "team_log.EventType.tfa_reset", "param_name": "tfaResetValue", "static_instance": null, "getter_method": "getTfaResetValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.changed_enterprise_admin_role": {"fq_name": "team_log.EventType.changed_enterprise_admin_role", "param_name": "changedEnterpriseAdminRoleValue", "static_instance": null, "getter_method": "getChangedEnterpriseAdminRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.changed_enterprise_connected_team_status": {"fq_name": "team_log.EventType.changed_enterprise_connected_team_status", "param_name": "changedEnterpriseConnectedTeamStatusValue", "static_instance": null, "getter_method": "getChangedEnterpriseConnectedTeamStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ended_enterprise_admin_session": {"fq_name": "team_log.EventType.ended_enterprise_admin_session", "param_name": "endedEnterpriseAdminSessionValue", "static_instance": null, "getter_method": "getEndedEnterpriseAdminSessionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ended_enterprise_admin_session_deprecated": {"fq_name": "team_log.EventType.ended_enterprise_admin_session_deprecated", "param_name": "endedEnterpriseAdminSessionDeprecatedValue", "static_instance": null, "getter_method": "getEndedEnterpriseAdminSessionDeprecatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.enterprise_settings_locking": {"fq_name": "team_log.EventType.enterprise_settings_locking", "param_name": "enterpriseSettingsLockingValue", "static_instance": null, "getter_method": "getEnterpriseSettingsLockingValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.guest_admin_change_status": {"fq_name": "team_log.EventType.guest_admin_change_status", "param_name": "guestAdminChangeStatusValue", "static_instance": null, "getter_method": "getGuestAdminChangeStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.started_enterprise_admin_session": {"fq_name": "team_log.EventType.started_enterprise_admin_session", "param_name": "startedEnterpriseAdminSessionValue", "static_instance": null, "getter_method": "getStartedEnterpriseAdminSessionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_accepted": {"fq_name": "team_log.EventType.team_merge_request_accepted", "param_name": "teamMergeRequestAcceptedValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_accepted_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_accepted_shown_to_primary_team", "param_name": "teamMergeRequestAcceptedShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_accepted_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_accepted_shown_to_secondary_team", "param_name": "teamMergeRequestAcceptedShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_auto_canceled": {"fq_name": "team_log.EventType.team_merge_request_auto_canceled", "param_name": "teamMergeRequestAutoCanceledValue", "static_instance": null, "getter_method": "getTeamMergeRequestAutoCanceledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_canceled": {"fq_name": "team_log.EventType.team_merge_request_canceled", "param_name": "teamMergeRequestCanceledValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_canceled_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_canceled_shown_to_primary_team", "param_name": "teamMergeRequestCanceledShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_canceled_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_canceled_shown_to_secondary_team", "param_name": "teamMergeRequestCanceledShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_expired": {"fq_name": "team_log.EventType.team_merge_request_expired", "param_name": "teamMergeRequestExpiredValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_expired_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_expired_shown_to_primary_team", "param_name": "teamMergeRequestExpiredShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_expired_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_expired_shown_to_secondary_team", "param_name": "teamMergeRequestExpiredShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_rejected_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_rejected_shown_to_primary_team", "param_name": "teamMergeRequestRejectedShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestRejectedShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_rejected_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_rejected_shown_to_secondary_team", "param_name": "teamMergeRequestRejectedShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestRejectedShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_reminder": {"fq_name": "team_log.EventType.team_merge_request_reminder", "param_name": "teamMergeRequestReminderValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_reminder_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_reminder_shown_to_primary_team", "param_name": "teamMergeRequestReminderShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_reminder_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_reminder_shown_to_secondary_team", "param_name": "teamMergeRequestReminderShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_revoked": {"fq_name": "team_log.EventType.team_merge_request_revoked", "param_name": "teamMergeRequestRevokedValue", "static_instance": null, "getter_method": "getTeamMergeRequestRevokedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_sent_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_sent_shown_to_primary_team", "param_name": "teamMergeRequestSentShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestSentShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_sent_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_sent_shown_to_secondary_team", "param_name": "teamMergeRequestSentShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestSentShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.other": {"fq_name": "team_log.EventType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.admin_alerting_alert_state_changed": {"fq_name": "team_log.EventTypeArg.admin_alerting_alert_state_changed", "param_name": "adminAlertingAlertStateChangedValue", "static_instance": "ADMIN_ALERTING_ALERT_STATE_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.admin_alerting_changed_alert_config": {"fq_name": "team_log.EventTypeArg.admin_alerting_changed_alert_config", "param_name": "adminAlertingChangedAlertConfigValue", "static_instance": "ADMIN_ALERTING_CHANGED_ALERT_CONFIG", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.admin_alerting_triggered_alert": {"fq_name": "team_log.EventTypeArg.admin_alerting_triggered_alert", "param_name": "adminAlertingTriggeredAlertValue", "static_instance": "ADMIN_ALERTING_TRIGGERED_ALERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ransomware_restore_process_completed": {"fq_name": "team_log.EventTypeArg.ransomware_restore_process_completed", "param_name": "ransomwareRestoreProcessCompletedValue", "static_instance": "RANSOMWARE_RESTORE_PROCESS_COMPLETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ransomware_restore_process_started": {"fq_name": "team_log.EventTypeArg.ransomware_restore_process_started", "param_name": "ransomwareRestoreProcessStartedValue", "static_instance": "RANSOMWARE_RESTORE_PROCESS_STARTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_blocked_by_permissions": {"fq_name": "team_log.EventTypeArg.app_blocked_by_permissions", "param_name": "appBlockedByPermissionsValue", "static_instance": "APP_BLOCKED_BY_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_link_team": {"fq_name": "team_log.EventTypeArg.app_link_team", "param_name": "appLinkTeamValue", "static_instance": "APP_LINK_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_link_user": {"fq_name": "team_log.EventTypeArg.app_link_user", "param_name": "appLinkUserValue", "static_instance": "APP_LINK_USER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_unlink_team": {"fq_name": "team_log.EventTypeArg.app_unlink_team", "param_name": "appUnlinkTeamValue", "static_instance": "APP_UNLINK_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_unlink_user": {"fq_name": "team_log.EventTypeArg.app_unlink_user", "param_name": "appUnlinkUserValue", "static_instance": "APP_UNLINK_USER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.integration_connected": {"fq_name": "team_log.EventTypeArg.integration_connected", "param_name": "integrationConnectedValue", "static_instance": "INTEGRATION_CONNECTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.integration_disconnected": {"fq_name": "team_log.EventTypeArg.integration_disconnected", "param_name": "integrationDisconnectedValue", "static_instance": "INTEGRATION_DISCONNECTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_add_comment": {"fq_name": "team_log.EventTypeArg.file_add_comment", "param_name": "fileAddCommentValue", "static_instance": "FILE_ADD_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_change_comment_subscription": {"fq_name": "team_log.EventTypeArg.file_change_comment_subscription", "param_name": "fileChangeCommentSubscriptionValue", "static_instance": "FILE_CHANGE_COMMENT_SUBSCRIPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_delete_comment": {"fq_name": "team_log.EventTypeArg.file_delete_comment", "param_name": "fileDeleteCommentValue", "static_instance": "FILE_DELETE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_edit_comment": {"fq_name": "team_log.EventTypeArg.file_edit_comment", "param_name": "fileEditCommentValue", "static_instance": "FILE_EDIT_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_like_comment": {"fq_name": "team_log.EventTypeArg.file_like_comment", "param_name": "fileLikeCommentValue", "static_instance": "FILE_LIKE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_resolve_comment": {"fq_name": "team_log.EventTypeArg.file_resolve_comment", "param_name": "fileResolveCommentValue", "static_instance": "FILE_RESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_unlike_comment": {"fq_name": "team_log.EventTypeArg.file_unlike_comment", "param_name": "fileUnlikeCommentValue", "static_instance": "FILE_UNLIKE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_unresolve_comment": {"fq_name": "team_log.EventTypeArg.file_unresolve_comment", "param_name": "fileUnresolveCommentValue", "static_instance": "FILE_UNRESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_add_folders": {"fq_name": "team_log.EventTypeArg.governance_policy_add_folders", "param_name": "governancePolicyAddFoldersValue", "static_instance": "GOVERNANCE_POLICY_ADD_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_add_folder_failed": {"fq_name": "team_log.EventTypeArg.governance_policy_add_folder_failed", "param_name": "governancePolicyAddFolderFailedValue", "static_instance": "GOVERNANCE_POLICY_ADD_FOLDER_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_content_disposed": {"fq_name": "team_log.EventTypeArg.governance_policy_content_disposed", "param_name": "governancePolicyContentDisposedValue", "static_instance": "GOVERNANCE_POLICY_CONTENT_DISPOSED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_create": {"fq_name": "team_log.EventTypeArg.governance_policy_create", "param_name": "governancePolicyCreateValue", "static_instance": "GOVERNANCE_POLICY_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_delete": {"fq_name": "team_log.EventTypeArg.governance_policy_delete", "param_name": "governancePolicyDeleteValue", "static_instance": "GOVERNANCE_POLICY_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_edit_details": {"fq_name": "team_log.EventTypeArg.governance_policy_edit_details", "param_name": "governancePolicyEditDetailsValue", "static_instance": "GOVERNANCE_POLICY_EDIT_DETAILS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_edit_duration": {"fq_name": "team_log.EventTypeArg.governance_policy_edit_duration", "param_name": "governancePolicyEditDurationValue", "static_instance": "GOVERNANCE_POLICY_EDIT_DURATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_export_created": {"fq_name": "team_log.EventTypeArg.governance_policy_export_created", "param_name": "governancePolicyExportCreatedValue", "static_instance": "GOVERNANCE_POLICY_EXPORT_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_export_removed": {"fq_name": "team_log.EventTypeArg.governance_policy_export_removed", "param_name": "governancePolicyExportRemovedValue", "static_instance": "GOVERNANCE_POLICY_EXPORT_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_remove_folders": {"fq_name": "team_log.EventTypeArg.governance_policy_remove_folders", "param_name": "governancePolicyRemoveFoldersValue", "static_instance": "GOVERNANCE_POLICY_REMOVE_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_report_created": {"fq_name": "team_log.EventTypeArg.governance_policy_report_created", "param_name": "governancePolicyReportCreatedValue", "static_instance": "GOVERNANCE_POLICY_REPORT_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_zip_part_downloaded": {"fq_name": "team_log.EventTypeArg.governance_policy_zip_part_downloaded", "param_name": "governancePolicyZipPartDownloadedValue", "static_instance": "GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_activate_a_hold": {"fq_name": "team_log.EventTypeArg.legal_holds_activate_a_hold", "param_name": "legalHoldsActivateAHoldValue", "static_instance": "LEGAL_HOLDS_ACTIVATE_A_HOLD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_add_members": {"fq_name": "team_log.EventTypeArg.legal_holds_add_members", "param_name": "legalHoldsAddMembersValue", "static_instance": "LEGAL_HOLDS_ADD_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_change_hold_details": {"fq_name": "team_log.EventTypeArg.legal_holds_change_hold_details", "param_name": "legalHoldsChangeHoldDetailsValue", "static_instance": "LEGAL_HOLDS_CHANGE_HOLD_DETAILS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_change_hold_name": {"fq_name": "team_log.EventTypeArg.legal_holds_change_hold_name", "param_name": "legalHoldsChangeHoldNameValue", "static_instance": "LEGAL_HOLDS_CHANGE_HOLD_NAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_export_a_hold": {"fq_name": "team_log.EventTypeArg.legal_holds_export_a_hold", "param_name": "legalHoldsExportAHoldValue", "static_instance": "LEGAL_HOLDS_EXPORT_A_HOLD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_export_cancelled": {"fq_name": "team_log.EventTypeArg.legal_holds_export_cancelled", "param_name": "legalHoldsExportCancelledValue", "static_instance": "LEGAL_HOLDS_EXPORT_CANCELLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_export_downloaded": {"fq_name": "team_log.EventTypeArg.legal_holds_export_downloaded", "param_name": "legalHoldsExportDownloadedValue", "static_instance": "LEGAL_HOLDS_EXPORT_DOWNLOADED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_export_removed": {"fq_name": "team_log.EventTypeArg.legal_holds_export_removed", "param_name": "legalHoldsExportRemovedValue", "static_instance": "LEGAL_HOLDS_EXPORT_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_release_a_hold": {"fq_name": "team_log.EventTypeArg.legal_holds_release_a_hold", "param_name": "legalHoldsReleaseAHoldValue", "static_instance": "LEGAL_HOLDS_RELEASE_A_HOLD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_remove_members": {"fq_name": "team_log.EventTypeArg.legal_holds_remove_members", "param_name": "legalHoldsRemoveMembersValue", "static_instance": "LEGAL_HOLDS_REMOVE_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_report_a_hold": {"fq_name": "team_log.EventTypeArg.legal_holds_report_a_hold", "param_name": "legalHoldsReportAHoldValue", "static_instance": "LEGAL_HOLDS_REPORT_A_HOLD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_change_ip_desktop": {"fq_name": "team_log.EventTypeArg.device_change_ip_desktop", "param_name": "deviceChangeIpDesktopValue", "static_instance": "DEVICE_CHANGE_IP_DESKTOP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_change_ip_mobile": {"fq_name": "team_log.EventTypeArg.device_change_ip_mobile", "param_name": "deviceChangeIpMobileValue", "static_instance": "DEVICE_CHANGE_IP_MOBILE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_change_ip_web": {"fq_name": "team_log.EventTypeArg.device_change_ip_web", "param_name": "deviceChangeIpWebValue", "static_instance": "DEVICE_CHANGE_IP_WEB", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_delete_on_unlink_fail": {"fq_name": "team_log.EventTypeArg.device_delete_on_unlink_fail", "param_name": "deviceDeleteOnUnlinkFailValue", "static_instance": "DEVICE_DELETE_ON_UNLINK_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_delete_on_unlink_success": {"fq_name": "team_log.EventTypeArg.device_delete_on_unlink_success", "param_name": "deviceDeleteOnUnlinkSuccessValue", "static_instance": "DEVICE_DELETE_ON_UNLINK_SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_link_fail": {"fq_name": "team_log.EventTypeArg.device_link_fail", "param_name": "deviceLinkFailValue", "static_instance": "DEVICE_LINK_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_link_success": {"fq_name": "team_log.EventTypeArg.device_link_success", "param_name": "deviceLinkSuccessValue", "static_instance": "DEVICE_LINK_SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_management_disabled": {"fq_name": "team_log.EventTypeArg.device_management_disabled", "param_name": "deviceManagementDisabledValue", "static_instance": "DEVICE_MANAGEMENT_DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_management_enabled": {"fq_name": "team_log.EventTypeArg.device_management_enabled", "param_name": "deviceManagementEnabledValue", "static_instance": "DEVICE_MANAGEMENT_ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_sync_backup_status_changed": {"fq_name": "team_log.EventTypeArg.device_sync_backup_status_changed", "param_name": "deviceSyncBackupStatusChangedValue", "static_instance": "DEVICE_SYNC_BACKUP_STATUS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_unlink": {"fq_name": "team_log.EventTypeArg.device_unlink", "param_name": "deviceUnlinkValue", "static_instance": "DEVICE_UNLINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dropbox_passwords_exported": {"fq_name": "team_log.EventTypeArg.dropbox_passwords_exported", "param_name": "dropboxPasswordsExportedValue", "static_instance": "DROPBOX_PASSWORDS_EXPORTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dropbox_passwords_new_device_enrolled": {"fq_name": "team_log.EventTypeArg.dropbox_passwords_new_device_enrolled", "param_name": "dropboxPasswordsNewDeviceEnrolledValue", "static_instance": "DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_refresh_auth_token": {"fq_name": "team_log.EventTypeArg.emm_refresh_auth_token", "param_name": "emmRefreshAuthTokenValue", "static_instance": "EMM_REFRESH_AUTH_TOKEN", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.external_drive_backup_eligibility_status_checked": {"fq_name": "team_log.EventTypeArg.external_drive_backup_eligibility_status_checked", "param_name": "externalDriveBackupEligibilityStatusCheckedValue", "static_instance": "EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.external_drive_backup_status_changed": {"fq_name": "team_log.EventTypeArg.external_drive_backup_status_changed", "param_name": "externalDriveBackupStatusChangedValue", "static_instance": "EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_capture_change_availability": {"fq_name": "team_log.EventTypeArg.account_capture_change_availability", "param_name": "accountCaptureChangeAvailabilityValue", "static_instance": "ACCOUNT_CAPTURE_CHANGE_AVAILABILITY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_capture_migrate_account": {"fq_name": "team_log.EventTypeArg.account_capture_migrate_account", "param_name": "accountCaptureMigrateAccountValue", "static_instance": "ACCOUNT_CAPTURE_MIGRATE_ACCOUNT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_capture_notification_emails_sent": {"fq_name": "team_log.EventTypeArg.account_capture_notification_emails_sent", "param_name": "accountCaptureNotificationEmailsSentValue", "static_instance": "ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_capture_relinquish_account": {"fq_name": "team_log.EventTypeArg.account_capture_relinquish_account", "param_name": "accountCaptureRelinquishAccountValue", "static_instance": "ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.disabled_domain_invites": {"fq_name": "team_log.EventTypeArg.disabled_domain_invites", "param_name": "disabledDomainInvitesValue", "static_instance": "DISABLED_DOMAIN_INVITES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_approve_request_to_join_team": {"fq_name": "team_log.EventTypeArg.domain_invites_approve_request_to_join_team", "param_name": "domainInvitesApproveRequestToJoinTeamValue", "static_instance": "DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_decline_request_to_join_team": {"fq_name": "team_log.EventTypeArg.domain_invites_decline_request_to_join_team", "param_name": "domainInvitesDeclineRequestToJoinTeamValue", "static_instance": "DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_email_existing_users": {"fq_name": "team_log.EventTypeArg.domain_invites_email_existing_users", "param_name": "domainInvitesEmailExistingUsersValue", "static_instance": "DOMAIN_INVITES_EMAIL_EXISTING_USERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_request_to_join_team": {"fq_name": "team_log.EventTypeArg.domain_invites_request_to_join_team", "param_name": "domainInvitesRequestToJoinTeamValue", "static_instance": "DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_no": {"fq_name": "team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_no", "param_name": "domainInvitesSetInviteNewUserPrefToNoValue", "static_instance": "DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_yes": {"fq_name": "team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_yes", "param_name": "domainInvitesSetInviteNewUserPrefToYesValue", "static_instance": "DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_verification_add_domain_fail": {"fq_name": "team_log.EventTypeArg.domain_verification_add_domain_fail", "param_name": "domainVerificationAddDomainFailValue", "static_instance": "DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_verification_add_domain_success": {"fq_name": "team_log.EventTypeArg.domain_verification_add_domain_success", "param_name": "domainVerificationAddDomainSuccessValue", "static_instance": "DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_verification_remove_domain": {"fq_name": "team_log.EventTypeArg.domain_verification_remove_domain", "param_name": "domainVerificationRemoveDomainValue", "static_instance": "DOMAIN_VERIFICATION_REMOVE_DOMAIN", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.enabled_domain_invites": {"fq_name": "team_log.EventTypeArg.enabled_domain_invites", "param_name": "enabledDomainInvitesValue", "static_instance": "ENABLED_DOMAIN_INVITES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_cancel_key_deletion": {"fq_name": "team_log.EventTypeArg.team_encryption_key_cancel_key_deletion", "param_name": "teamEncryptionKeyCancelKeyDeletionValue", "static_instance": "TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_create_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_create_key", "param_name": "teamEncryptionKeyCreateKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_CREATE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_delete_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_delete_key", "param_name": "teamEncryptionKeyDeleteKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_DELETE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_disable_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_disable_key", "param_name": "teamEncryptionKeyDisableKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_DISABLE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_enable_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_enable_key", "param_name": "teamEncryptionKeyEnableKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_ENABLE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_rotate_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_rotate_key", "param_name": "teamEncryptionKeyRotateKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_ROTATE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_schedule_key_deletion": {"fq_name": "team_log.EventTypeArg.team_encryption_key_schedule_key_deletion", "param_name": "teamEncryptionKeyScheduleKeyDeletionValue", "static_instance": "TEAM_ENCRYPTION_KEY_SCHEDULE_KEY_DELETION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.apply_naming_convention": {"fq_name": "team_log.EventTypeArg.apply_naming_convention", "param_name": "applyNamingConventionValue", "static_instance": "APPLY_NAMING_CONVENTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.create_folder": {"fq_name": "team_log.EventTypeArg.create_folder", "param_name": "createFolderValue", "static_instance": "CREATE_FOLDER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_add": {"fq_name": "team_log.EventTypeArg.file_add", "param_name": "fileAddValue", "static_instance": "FILE_ADD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_add_from_automation": {"fq_name": "team_log.EventTypeArg.file_add_from_automation", "param_name": "fileAddFromAutomationValue", "static_instance": "FILE_ADD_FROM_AUTOMATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_copy": {"fq_name": "team_log.EventTypeArg.file_copy", "param_name": "fileCopyValue", "static_instance": "FILE_COPY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_delete": {"fq_name": "team_log.EventTypeArg.file_delete", "param_name": "fileDeleteValue", "static_instance": "FILE_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_download": {"fq_name": "team_log.EventTypeArg.file_download", "param_name": "fileDownloadValue", "static_instance": "FILE_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_edit": {"fq_name": "team_log.EventTypeArg.file_edit", "param_name": "fileEditValue", "static_instance": "FILE_EDIT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_get_copy_reference": {"fq_name": "team_log.EventTypeArg.file_get_copy_reference", "param_name": "fileGetCopyReferenceValue", "static_instance": "FILE_GET_COPY_REFERENCE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_locking_lock_status_changed": {"fq_name": "team_log.EventTypeArg.file_locking_lock_status_changed", "param_name": "fileLockingLockStatusChangedValue", "static_instance": "FILE_LOCKING_LOCK_STATUS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_move": {"fq_name": "team_log.EventTypeArg.file_move", "param_name": "fileMoveValue", "static_instance": "FILE_MOVE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_permanently_delete": {"fq_name": "team_log.EventTypeArg.file_permanently_delete", "param_name": "filePermanentlyDeleteValue", "static_instance": "FILE_PERMANENTLY_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_preview": {"fq_name": "team_log.EventTypeArg.file_preview", "param_name": "filePreviewValue", "static_instance": "FILE_PREVIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_rename": {"fq_name": "team_log.EventTypeArg.file_rename", "param_name": "fileRenameValue", "static_instance": "FILE_RENAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_restore": {"fq_name": "team_log.EventTypeArg.file_restore", "param_name": "fileRestoreValue", "static_instance": "FILE_RESTORE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_revert": {"fq_name": "team_log.EventTypeArg.file_revert", "param_name": "fileRevertValue", "static_instance": "FILE_REVERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_rollback_changes": {"fq_name": "team_log.EventTypeArg.file_rollback_changes", "param_name": "fileRollbackChangesValue", "static_instance": "FILE_ROLLBACK_CHANGES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_save_copy_reference": {"fq_name": "team_log.EventTypeArg.file_save_copy_reference", "param_name": "fileSaveCopyReferenceValue", "static_instance": "FILE_SAVE_COPY_REFERENCE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.folder_overview_description_changed": {"fq_name": "team_log.EventTypeArg.folder_overview_description_changed", "param_name": "folderOverviewDescriptionChangedValue", "static_instance": "FOLDER_OVERVIEW_DESCRIPTION_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.folder_overview_item_pinned": {"fq_name": "team_log.EventTypeArg.folder_overview_item_pinned", "param_name": "folderOverviewItemPinnedValue", "static_instance": "FOLDER_OVERVIEW_ITEM_PINNED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.folder_overview_item_unpinned": {"fq_name": "team_log.EventTypeArg.folder_overview_item_unpinned", "param_name": "folderOverviewItemUnpinnedValue", "static_instance": "FOLDER_OVERVIEW_ITEM_UNPINNED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.object_label_added": {"fq_name": "team_log.EventTypeArg.object_label_added", "param_name": "objectLabelAddedValue", "static_instance": "OBJECT_LABEL_ADDED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.object_label_removed": {"fq_name": "team_log.EventTypeArg.object_label_removed", "param_name": "objectLabelRemovedValue", "static_instance": "OBJECT_LABEL_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.object_label_updated_value": {"fq_name": "team_log.EventTypeArg.object_label_updated_value", "param_name": "objectLabelUpdatedValueValue", "static_instance": "OBJECT_LABEL_UPDATED_VALUE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.organize_folder_with_tidy": {"fq_name": "team_log.EventTypeArg.organize_folder_with_tidy", "param_name": "organizeFolderWithTidyValue", "static_instance": "ORGANIZE_FOLDER_WITH_TIDY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_file_delete": {"fq_name": "team_log.EventTypeArg.replay_file_delete", "param_name": "replayFileDeleteValue", "static_instance": "REPLAY_FILE_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.rewind_folder": {"fq_name": "team_log.EventTypeArg.rewind_folder", "param_name": "rewindFolderValue", "static_instance": "REWIND_FOLDER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.undo_naming_convention": {"fq_name": "team_log.EventTypeArg.undo_naming_convention", "param_name": "undoNamingConventionValue", "static_instance": "UNDO_NAMING_CONVENTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.undo_organize_folder_with_tidy": {"fq_name": "team_log.EventTypeArg.undo_organize_folder_with_tidy", "param_name": "undoOrganizeFolderWithTidyValue", "static_instance": "UNDO_ORGANIZE_FOLDER_WITH_TIDY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.user_tags_added": {"fq_name": "team_log.EventTypeArg.user_tags_added", "param_name": "userTagsAddedValue", "static_instance": "USER_TAGS_ADDED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.user_tags_removed": {"fq_name": "team_log.EventTypeArg.user_tags_removed", "param_name": "userTagsRemovedValue", "static_instance": "USER_TAGS_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.email_ingest_receive_file": {"fq_name": "team_log.EventTypeArg.email_ingest_receive_file", "param_name": "emailIngestReceiveFileValue", "static_instance": "EMAIL_INGEST_RECEIVE_FILE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_change": {"fq_name": "team_log.EventTypeArg.file_request_change", "param_name": "fileRequestChangeValue", "static_instance": "FILE_REQUEST_CHANGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_close": {"fq_name": "team_log.EventTypeArg.file_request_close", "param_name": "fileRequestCloseValue", "static_instance": "FILE_REQUEST_CLOSE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_create": {"fq_name": "team_log.EventTypeArg.file_request_create", "param_name": "fileRequestCreateValue", "static_instance": "FILE_REQUEST_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_delete": {"fq_name": "team_log.EventTypeArg.file_request_delete", "param_name": "fileRequestDeleteValue", "static_instance": "FILE_REQUEST_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_receive_file": {"fq_name": "team_log.EventTypeArg.file_request_receive_file", "param_name": "fileRequestReceiveFileValue", "static_instance": "FILE_REQUEST_RECEIVE_FILE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_add_external_id": {"fq_name": "team_log.EventTypeArg.group_add_external_id", "param_name": "groupAddExternalIdValue", "static_instance": "GROUP_ADD_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_add_member": {"fq_name": "team_log.EventTypeArg.group_add_member", "param_name": "groupAddMemberValue", "static_instance": "GROUP_ADD_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_change_external_id": {"fq_name": "team_log.EventTypeArg.group_change_external_id", "param_name": "groupChangeExternalIdValue", "static_instance": "GROUP_CHANGE_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_change_management_type": {"fq_name": "team_log.EventTypeArg.group_change_management_type", "param_name": "groupChangeManagementTypeValue", "static_instance": "GROUP_CHANGE_MANAGEMENT_TYPE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_change_member_role": {"fq_name": "team_log.EventTypeArg.group_change_member_role", "param_name": "groupChangeMemberRoleValue", "static_instance": "GROUP_CHANGE_MEMBER_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_create": {"fq_name": "team_log.EventTypeArg.group_create", "param_name": "groupCreateValue", "static_instance": "GROUP_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_delete": {"fq_name": "team_log.EventTypeArg.group_delete", "param_name": "groupDeleteValue", "static_instance": "GROUP_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_description_updated": {"fq_name": "team_log.EventTypeArg.group_description_updated", "param_name": "groupDescriptionUpdatedValue", "static_instance": "GROUP_DESCRIPTION_UPDATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_join_policy_updated": {"fq_name": "team_log.EventTypeArg.group_join_policy_updated", "param_name": "groupJoinPolicyUpdatedValue", "static_instance": "GROUP_JOIN_POLICY_UPDATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_moved": {"fq_name": "team_log.EventTypeArg.group_moved", "param_name": "groupMovedValue", "static_instance": "GROUP_MOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_remove_external_id": {"fq_name": "team_log.EventTypeArg.group_remove_external_id", "param_name": "groupRemoveExternalIdValue", "static_instance": "GROUP_REMOVE_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_remove_member": {"fq_name": "team_log.EventTypeArg.group_remove_member", "param_name": "groupRemoveMemberValue", "static_instance": "GROUP_REMOVE_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_rename": {"fq_name": "team_log.EventTypeArg.group_rename", "param_name": "groupRenameValue", "static_instance": "GROUP_RENAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_lock_or_unlocked": {"fq_name": "team_log.EventTypeArg.account_lock_or_unlocked", "param_name": "accountLockOrUnlockedValue", "static_instance": "ACCOUNT_LOCK_OR_UNLOCKED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_error": {"fq_name": "team_log.EventTypeArg.emm_error", "param_name": "emmErrorValue", "static_instance": "EMM_ERROR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.guest_admin_signed_in_via_trusted_teams": {"fq_name": "team_log.EventTypeArg.guest_admin_signed_in_via_trusted_teams", "param_name": "guestAdminSignedInViaTrustedTeamsValue", "static_instance": "GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.guest_admin_signed_out_via_trusted_teams": {"fq_name": "team_log.EventTypeArg.guest_admin_signed_out_via_trusted_teams", "param_name": "guestAdminSignedOutViaTrustedTeamsValue", "static_instance": "GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.login_fail": {"fq_name": "team_log.EventTypeArg.login_fail", "param_name": "loginFailValue", "static_instance": "LOGIN_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.login_success": {"fq_name": "team_log.EventTypeArg.login_success", "param_name": "loginSuccessValue", "static_instance": "LOGIN_SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.logout": {"fq_name": "team_log.EventTypeArg.logout", "param_name": "logoutValue", "static_instance": "LOGOUT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.reseller_support_session_end": {"fq_name": "team_log.EventTypeArg.reseller_support_session_end", "param_name": "resellerSupportSessionEndValue", "static_instance": "RESELLER_SUPPORT_SESSION_END", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.reseller_support_session_start": {"fq_name": "team_log.EventTypeArg.reseller_support_session_start", "param_name": "resellerSupportSessionStartValue", "static_instance": "RESELLER_SUPPORT_SESSION_START", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_in_as_session_end": {"fq_name": "team_log.EventTypeArg.sign_in_as_session_end", "param_name": "signInAsSessionEndValue", "static_instance": "SIGN_IN_AS_SESSION_END", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_in_as_session_start": {"fq_name": "team_log.EventTypeArg.sign_in_as_session_start", "param_name": "signInAsSessionStartValue", "static_instance": "SIGN_IN_AS_SESSION_START", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_error": {"fq_name": "team_log.EventTypeArg.sso_error", "param_name": "ssoErrorValue", "static_instance": "SSO_ERROR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.backup_admin_invitation_sent": {"fq_name": "team_log.EventTypeArg.backup_admin_invitation_sent", "param_name": "backupAdminInvitationSentValue", "static_instance": "BACKUP_ADMIN_INVITATION_SENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.backup_invitation_opened": {"fq_name": "team_log.EventTypeArg.backup_invitation_opened", "param_name": "backupInvitationOpenedValue", "static_instance": "BACKUP_INVITATION_OPENED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.create_team_invite_link": {"fq_name": "team_log.EventTypeArg.create_team_invite_link", "param_name": "createTeamInviteLinkValue", "static_instance": "CREATE_TEAM_INVITE_LINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.delete_team_invite_link": {"fq_name": "team_log.EventTypeArg.delete_team_invite_link", "param_name": "deleteTeamInviteLinkValue", "static_instance": "DELETE_TEAM_INVITE_LINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_add_external_id": {"fq_name": "team_log.EventTypeArg.member_add_external_id", "param_name": "memberAddExternalIdValue", "static_instance": "MEMBER_ADD_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_add_name": {"fq_name": "team_log.EventTypeArg.member_add_name", "param_name": "memberAddNameValue", "static_instance": "MEMBER_ADD_NAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_admin_role": {"fq_name": "team_log.EventTypeArg.member_change_admin_role", "param_name": "memberChangeAdminRoleValue", "static_instance": "MEMBER_CHANGE_ADMIN_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_email": {"fq_name": "team_log.EventTypeArg.member_change_email", "param_name": "memberChangeEmailValue", "static_instance": "MEMBER_CHANGE_EMAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_external_id": {"fq_name": "team_log.EventTypeArg.member_change_external_id", "param_name": "memberChangeExternalIdValue", "static_instance": "MEMBER_CHANGE_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_membership_type": {"fq_name": "team_log.EventTypeArg.member_change_membership_type", "param_name": "memberChangeMembershipTypeValue", "static_instance": "MEMBER_CHANGE_MEMBERSHIP_TYPE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_name": {"fq_name": "team_log.EventTypeArg.member_change_name", "param_name": "memberChangeNameValue", "static_instance": "MEMBER_CHANGE_NAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_reseller_role": {"fq_name": "team_log.EventTypeArg.member_change_reseller_role", "param_name": "memberChangeResellerRoleValue", "static_instance": "MEMBER_CHANGE_RESELLER_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_status": {"fq_name": "team_log.EventTypeArg.member_change_status", "param_name": "memberChangeStatusValue", "static_instance": "MEMBER_CHANGE_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_delete_manual_contacts": {"fq_name": "team_log.EventTypeArg.member_delete_manual_contacts", "param_name": "memberDeleteManualContactsValue", "static_instance": "MEMBER_DELETE_MANUAL_CONTACTS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_delete_profile_photo": {"fq_name": "team_log.EventTypeArg.member_delete_profile_photo", "param_name": "memberDeleteProfilePhotoValue", "static_instance": "MEMBER_DELETE_PROFILE_PHOTO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_permanently_delete_account_contents": {"fq_name": "team_log.EventTypeArg.member_permanently_delete_account_contents", "param_name": "memberPermanentlyDeleteAccountContentsValue", "static_instance": "MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_remove_external_id": {"fq_name": "team_log.EventTypeArg.member_remove_external_id", "param_name": "memberRemoveExternalIdValue", "static_instance": "MEMBER_REMOVE_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_set_profile_photo": {"fq_name": "team_log.EventTypeArg.member_set_profile_photo", "param_name": "memberSetProfilePhotoValue", "static_instance": "MEMBER_SET_PROFILE_PHOTO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_add_custom_quota": {"fq_name": "team_log.EventTypeArg.member_space_limits_add_custom_quota", "param_name": "memberSpaceLimitsAddCustomQuotaValue", "static_instance": "MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_change_custom_quota": {"fq_name": "team_log.EventTypeArg.member_space_limits_change_custom_quota", "param_name": "memberSpaceLimitsChangeCustomQuotaValue", "static_instance": "MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_change_status": {"fq_name": "team_log.EventTypeArg.member_space_limits_change_status", "param_name": "memberSpaceLimitsChangeStatusValue", "static_instance": "MEMBER_SPACE_LIMITS_CHANGE_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_remove_custom_quota": {"fq_name": "team_log.EventTypeArg.member_space_limits_remove_custom_quota", "param_name": "memberSpaceLimitsRemoveCustomQuotaValue", "static_instance": "MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_suggest": {"fq_name": "team_log.EventTypeArg.member_suggest", "param_name": "memberSuggestValue", "static_instance": "MEMBER_SUGGEST", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_transfer_account_contents": {"fq_name": "team_log.EventTypeArg.member_transfer_account_contents", "param_name": "memberTransferAccountContentsValue", "static_instance": "MEMBER_TRANSFER_ACCOUNT_CONTENTS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.pending_secondary_email_added": {"fq_name": "team_log.EventTypeArg.pending_secondary_email_added", "param_name": "pendingSecondaryEmailAddedValue", "static_instance": "PENDING_SECONDARY_EMAIL_ADDED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.secondary_email_deleted": {"fq_name": "team_log.EventTypeArg.secondary_email_deleted", "param_name": "secondaryEmailDeletedValue", "static_instance": "SECONDARY_EMAIL_DELETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.secondary_email_verified": {"fq_name": "team_log.EventTypeArg.secondary_email_verified", "param_name": "secondaryEmailVerifiedValue", "static_instance": "SECONDARY_EMAIL_VERIFIED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.secondary_mails_policy_changed": {"fq_name": "team_log.EventTypeArg.secondary_mails_policy_changed", "param_name": "secondaryMailsPolicyChangedValue", "static_instance": "SECONDARY_MAILS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_add_page": {"fq_name": "team_log.EventTypeArg.binder_add_page", "param_name": "binderAddPageValue", "static_instance": "BINDER_ADD_PAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_add_section": {"fq_name": "team_log.EventTypeArg.binder_add_section", "param_name": "binderAddSectionValue", "static_instance": "BINDER_ADD_SECTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_remove_page": {"fq_name": "team_log.EventTypeArg.binder_remove_page", "param_name": "binderRemovePageValue", "static_instance": "BINDER_REMOVE_PAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_remove_section": {"fq_name": "team_log.EventTypeArg.binder_remove_section", "param_name": "binderRemoveSectionValue", "static_instance": "BINDER_REMOVE_SECTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_rename_page": {"fq_name": "team_log.EventTypeArg.binder_rename_page", "param_name": "binderRenamePageValue", "static_instance": "BINDER_RENAME_PAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_rename_section": {"fq_name": "team_log.EventTypeArg.binder_rename_section", "param_name": "binderRenameSectionValue", "static_instance": "BINDER_RENAME_SECTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_reorder_page": {"fq_name": "team_log.EventTypeArg.binder_reorder_page", "param_name": "binderReorderPageValue", "static_instance": "BINDER_REORDER_PAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_reorder_section": {"fq_name": "team_log.EventTypeArg.binder_reorder_section", "param_name": "binderReorderSectionValue", "static_instance": "BINDER_REORDER_SECTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_add_member": {"fq_name": "team_log.EventTypeArg.paper_content_add_member", "param_name": "paperContentAddMemberValue", "static_instance": "PAPER_CONTENT_ADD_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_add_to_folder": {"fq_name": "team_log.EventTypeArg.paper_content_add_to_folder", "param_name": "paperContentAddToFolderValue", "static_instance": "PAPER_CONTENT_ADD_TO_FOLDER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_archive": {"fq_name": "team_log.EventTypeArg.paper_content_archive", "param_name": "paperContentArchiveValue", "static_instance": "PAPER_CONTENT_ARCHIVE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_create": {"fq_name": "team_log.EventTypeArg.paper_content_create", "param_name": "paperContentCreateValue", "static_instance": "PAPER_CONTENT_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_permanently_delete": {"fq_name": "team_log.EventTypeArg.paper_content_permanently_delete", "param_name": "paperContentPermanentlyDeleteValue", "static_instance": "PAPER_CONTENT_PERMANENTLY_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_remove_from_folder": {"fq_name": "team_log.EventTypeArg.paper_content_remove_from_folder", "param_name": "paperContentRemoveFromFolderValue", "static_instance": "PAPER_CONTENT_REMOVE_FROM_FOLDER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_remove_member": {"fq_name": "team_log.EventTypeArg.paper_content_remove_member", "param_name": "paperContentRemoveMemberValue", "static_instance": "PAPER_CONTENT_REMOVE_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_rename": {"fq_name": "team_log.EventTypeArg.paper_content_rename", "param_name": "paperContentRenameValue", "static_instance": "PAPER_CONTENT_RENAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_restore": {"fq_name": "team_log.EventTypeArg.paper_content_restore", "param_name": "paperContentRestoreValue", "static_instance": "PAPER_CONTENT_RESTORE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_add_comment": {"fq_name": "team_log.EventTypeArg.paper_doc_add_comment", "param_name": "paperDocAddCommentValue", "static_instance": "PAPER_DOC_ADD_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_change_member_role": {"fq_name": "team_log.EventTypeArg.paper_doc_change_member_role", "param_name": "paperDocChangeMemberRoleValue", "static_instance": "PAPER_DOC_CHANGE_MEMBER_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_change_sharing_policy": {"fq_name": "team_log.EventTypeArg.paper_doc_change_sharing_policy", "param_name": "paperDocChangeSharingPolicyValue", "static_instance": "PAPER_DOC_CHANGE_SHARING_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_change_subscription": {"fq_name": "team_log.EventTypeArg.paper_doc_change_subscription", "param_name": "paperDocChangeSubscriptionValue", "static_instance": "PAPER_DOC_CHANGE_SUBSCRIPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_deleted": {"fq_name": "team_log.EventTypeArg.paper_doc_deleted", "param_name": "paperDocDeletedValue", "static_instance": "PAPER_DOC_DELETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_delete_comment": {"fq_name": "team_log.EventTypeArg.paper_doc_delete_comment", "param_name": "paperDocDeleteCommentValue", "static_instance": "PAPER_DOC_DELETE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_download": {"fq_name": "team_log.EventTypeArg.paper_doc_download", "param_name": "paperDocDownloadValue", "static_instance": "PAPER_DOC_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_edit": {"fq_name": "team_log.EventTypeArg.paper_doc_edit", "param_name": "paperDocEditValue", "static_instance": "PAPER_DOC_EDIT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_edit_comment": {"fq_name": "team_log.EventTypeArg.paper_doc_edit_comment", "param_name": "paperDocEditCommentValue", "static_instance": "PAPER_DOC_EDIT_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_followed": {"fq_name": "team_log.EventTypeArg.paper_doc_followed", "param_name": "paperDocFollowedValue", "static_instance": "PAPER_DOC_FOLLOWED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_mention": {"fq_name": "team_log.EventTypeArg.paper_doc_mention", "param_name": "paperDocMentionValue", "static_instance": "PAPER_DOC_MENTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_ownership_changed": {"fq_name": "team_log.EventTypeArg.paper_doc_ownership_changed", "param_name": "paperDocOwnershipChangedValue", "static_instance": "PAPER_DOC_OWNERSHIP_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_request_access": {"fq_name": "team_log.EventTypeArg.paper_doc_request_access", "param_name": "paperDocRequestAccessValue", "static_instance": "PAPER_DOC_REQUEST_ACCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_resolve_comment": {"fq_name": "team_log.EventTypeArg.paper_doc_resolve_comment", "param_name": "paperDocResolveCommentValue", "static_instance": "PAPER_DOC_RESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_revert": {"fq_name": "team_log.EventTypeArg.paper_doc_revert", "param_name": "paperDocRevertValue", "static_instance": "PAPER_DOC_REVERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_slack_share": {"fq_name": "team_log.EventTypeArg.paper_doc_slack_share", "param_name": "paperDocSlackShareValue", "static_instance": "PAPER_DOC_SLACK_SHARE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_team_invite": {"fq_name": "team_log.EventTypeArg.paper_doc_team_invite", "param_name": "paperDocTeamInviteValue", "static_instance": "PAPER_DOC_TEAM_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_trashed": {"fq_name": "team_log.EventTypeArg.paper_doc_trashed", "param_name": "paperDocTrashedValue", "static_instance": "PAPER_DOC_TRASHED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_unresolve_comment": {"fq_name": "team_log.EventTypeArg.paper_doc_unresolve_comment", "param_name": "paperDocUnresolveCommentValue", "static_instance": "PAPER_DOC_UNRESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_untrashed": {"fq_name": "team_log.EventTypeArg.paper_doc_untrashed", "param_name": "paperDocUntrashedValue", "static_instance": "PAPER_DOC_UNTRASHED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_view": {"fq_name": "team_log.EventTypeArg.paper_doc_view", "param_name": "paperDocViewValue", "static_instance": "PAPER_DOC_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_external_view_allow": {"fq_name": "team_log.EventTypeArg.paper_external_view_allow", "param_name": "paperExternalViewAllowValue", "static_instance": "PAPER_EXTERNAL_VIEW_ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_external_view_default_team": {"fq_name": "team_log.EventTypeArg.paper_external_view_default_team", "param_name": "paperExternalViewDefaultTeamValue", "static_instance": "PAPER_EXTERNAL_VIEW_DEFAULT_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_external_view_forbid": {"fq_name": "team_log.EventTypeArg.paper_external_view_forbid", "param_name": "paperExternalViewForbidValue", "static_instance": "PAPER_EXTERNAL_VIEW_FORBID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_folder_change_subscription": {"fq_name": "team_log.EventTypeArg.paper_folder_change_subscription", "param_name": "paperFolderChangeSubscriptionValue", "static_instance": "PAPER_FOLDER_CHANGE_SUBSCRIPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_folder_deleted": {"fq_name": "team_log.EventTypeArg.paper_folder_deleted", "param_name": "paperFolderDeletedValue", "static_instance": "PAPER_FOLDER_DELETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_folder_followed": {"fq_name": "team_log.EventTypeArg.paper_folder_followed", "param_name": "paperFolderFollowedValue", "static_instance": "PAPER_FOLDER_FOLLOWED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_folder_team_invite": {"fq_name": "team_log.EventTypeArg.paper_folder_team_invite", "param_name": "paperFolderTeamInviteValue", "static_instance": "PAPER_FOLDER_TEAM_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_published_link_change_permission": {"fq_name": "team_log.EventTypeArg.paper_published_link_change_permission", "param_name": "paperPublishedLinkChangePermissionValue", "static_instance": "PAPER_PUBLISHED_LINK_CHANGE_PERMISSION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_published_link_create": {"fq_name": "team_log.EventTypeArg.paper_published_link_create", "param_name": "paperPublishedLinkCreateValue", "static_instance": "PAPER_PUBLISHED_LINK_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_published_link_disabled": {"fq_name": "team_log.EventTypeArg.paper_published_link_disabled", "param_name": "paperPublishedLinkDisabledValue", "static_instance": "PAPER_PUBLISHED_LINK_DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_published_link_view": {"fq_name": "team_log.EventTypeArg.paper_published_link_view", "param_name": "paperPublishedLinkViewValue", "static_instance": "PAPER_PUBLISHED_LINK_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.password_change": {"fq_name": "team_log.EventTypeArg.password_change", "param_name": "passwordChangeValue", "static_instance": "PASSWORD_CHANGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.password_reset": {"fq_name": "team_log.EventTypeArg.password_reset", "param_name": "passwordResetValue", "static_instance": "PASSWORD_RESET", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.password_reset_all": {"fq_name": "team_log.EventTypeArg.password_reset_all", "param_name": "passwordResetAllValue", "static_instance": "PASSWORD_RESET_ALL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.classification_create_report": {"fq_name": "team_log.EventTypeArg.classification_create_report", "param_name": "classificationCreateReportValue", "static_instance": "CLASSIFICATION_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.classification_create_report_fail": {"fq_name": "team_log.EventTypeArg.classification_create_report_fail", "param_name": "classificationCreateReportFailValue", "static_instance": "CLASSIFICATION_CREATE_REPORT_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_create_exceptions_report": {"fq_name": "team_log.EventTypeArg.emm_create_exceptions_report", "param_name": "emmCreateExceptionsReportValue", "static_instance": "EMM_CREATE_EXCEPTIONS_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_create_usage_report": {"fq_name": "team_log.EventTypeArg.emm_create_usage_report", "param_name": "emmCreateUsageReportValue", "static_instance": "EMM_CREATE_USAGE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.export_members_report": {"fq_name": "team_log.EventTypeArg.export_members_report", "param_name": "exportMembersReportValue", "static_instance": "EXPORT_MEMBERS_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.export_members_report_fail": {"fq_name": "team_log.EventTypeArg.export_members_report_fail", "param_name": "exportMembersReportFailValue", "static_instance": "EXPORT_MEMBERS_REPORT_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.external_sharing_create_report": {"fq_name": "team_log.EventTypeArg.external_sharing_create_report", "param_name": "externalSharingCreateReportValue", "static_instance": "EXTERNAL_SHARING_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.external_sharing_report_failed": {"fq_name": "team_log.EventTypeArg.external_sharing_report_failed", "param_name": "externalSharingReportFailedValue", "static_instance": "EXTERNAL_SHARING_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_expiration_link_gen_create_report": {"fq_name": "team_log.EventTypeArg.no_expiration_link_gen_create_report", "param_name": "noExpirationLinkGenCreateReportValue", "static_instance": "NO_EXPIRATION_LINK_GEN_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_expiration_link_gen_report_failed": {"fq_name": "team_log.EventTypeArg.no_expiration_link_gen_report_failed", "param_name": "noExpirationLinkGenReportFailedValue", "static_instance": "NO_EXPIRATION_LINK_GEN_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_password_link_gen_create_report": {"fq_name": "team_log.EventTypeArg.no_password_link_gen_create_report", "param_name": "noPasswordLinkGenCreateReportValue", "static_instance": "NO_PASSWORD_LINK_GEN_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_password_link_gen_report_failed": {"fq_name": "team_log.EventTypeArg.no_password_link_gen_report_failed", "param_name": "noPasswordLinkGenReportFailedValue", "static_instance": "NO_PASSWORD_LINK_GEN_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_password_link_view_create_report": {"fq_name": "team_log.EventTypeArg.no_password_link_view_create_report", "param_name": "noPasswordLinkViewCreateReportValue", "static_instance": "NO_PASSWORD_LINK_VIEW_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_password_link_view_report_failed": {"fq_name": "team_log.EventTypeArg.no_password_link_view_report_failed", "param_name": "noPasswordLinkViewReportFailedValue", "static_instance": "NO_PASSWORD_LINK_VIEW_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.outdated_link_view_create_report": {"fq_name": "team_log.EventTypeArg.outdated_link_view_create_report", "param_name": "outdatedLinkViewCreateReportValue", "static_instance": "OUTDATED_LINK_VIEW_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.outdated_link_view_report_failed": {"fq_name": "team_log.EventTypeArg.outdated_link_view_report_failed", "param_name": "outdatedLinkViewReportFailedValue", "static_instance": "OUTDATED_LINK_VIEW_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_admin_export_start": {"fq_name": "team_log.EventTypeArg.paper_admin_export_start", "param_name": "paperAdminExportStartValue", "static_instance": "PAPER_ADMIN_EXPORT_START", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ransomware_alert_create_report": {"fq_name": "team_log.EventTypeArg.ransomware_alert_create_report", "param_name": "ransomwareAlertCreateReportValue", "static_instance": "RANSOMWARE_ALERT_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ransomware_alert_create_report_failed": {"fq_name": "team_log.EventTypeArg.ransomware_alert_create_report_failed", "param_name": "ransomwareAlertCreateReportFailedValue", "static_instance": "RANSOMWARE_ALERT_CREATE_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.smart_sync_create_admin_privilege_report": {"fq_name": "team_log.EventTypeArg.smart_sync_create_admin_privilege_report", "param_name": "smartSyncCreateAdminPrivilegeReportValue", "static_instance": "SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_activity_create_report": {"fq_name": "team_log.EventTypeArg.team_activity_create_report", "param_name": "teamActivityCreateReportValue", "static_instance": "TEAM_ACTIVITY_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_activity_create_report_fail": {"fq_name": "team_log.EventTypeArg.team_activity_create_report_fail", "param_name": "teamActivityCreateReportFailValue", "static_instance": "TEAM_ACTIVITY_CREATE_REPORT_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.collection_share": {"fq_name": "team_log.EventTypeArg.collection_share", "param_name": "collectionShareValue", "static_instance": "COLLECTION_SHARE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_file_add": {"fq_name": "team_log.EventTypeArg.file_transfers_file_add", "param_name": "fileTransfersFileAddValue", "static_instance": "FILE_TRANSFERS_FILE_ADD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_transfer_delete": {"fq_name": "team_log.EventTypeArg.file_transfers_transfer_delete", "param_name": "fileTransfersTransferDeleteValue", "static_instance": "FILE_TRANSFERS_TRANSFER_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_transfer_download": {"fq_name": "team_log.EventTypeArg.file_transfers_transfer_download", "param_name": "fileTransfersTransferDownloadValue", "static_instance": "FILE_TRANSFERS_TRANSFER_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_transfer_send": {"fq_name": "team_log.EventTypeArg.file_transfers_transfer_send", "param_name": "fileTransfersTransferSendValue", "static_instance": "FILE_TRANSFERS_TRANSFER_SEND", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_transfer_view": {"fq_name": "team_log.EventTypeArg.file_transfers_transfer_view", "param_name": "fileTransfersTransferViewValue", "static_instance": "FILE_TRANSFERS_TRANSFER_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.note_acl_invite_only": {"fq_name": "team_log.EventTypeArg.note_acl_invite_only", "param_name": "noteAclInviteOnlyValue", "static_instance": "NOTE_ACL_INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.note_acl_link": {"fq_name": "team_log.EventTypeArg.note_acl_link", "param_name": "noteAclLinkValue", "static_instance": "NOTE_ACL_LINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.note_acl_team_link": {"fq_name": "team_log.EventTypeArg.note_acl_team_link", "param_name": "noteAclTeamLinkValue", "static_instance": "NOTE_ACL_TEAM_LINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.note_shared": {"fq_name": "team_log.EventTypeArg.note_shared", "param_name": "noteSharedValue", "static_instance": "NOTE_SHARED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.note_share_receive": {"fq_name": "team_log.EventTypeArg.note_share_receive", "param_name": "noteShareReceiveValue", "static_instance": "NOTE_SHARE_RECEIVE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.open_note_shared": {"fq_name": "team_log.EventTypeArg.open_note_shared", "param_name": "openNoteSharedValue", "static_instance": "OPEN_NOTE_SHARED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_file_shared_link_created": {"fq_name": "team_log.EventTypeArg.replay_file_shared_link_created", "param_name": "replayFileSharedLinkCreatedValue", "static_instance": "REPLAY_FILE_SHARED_LINK_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_file_shared_link_modified": {"fq_name": "team_log.EventTypeArg.replay_file_shared_link_modified", "param_name": "replayFileSharedLinkModifiedValue", "static_instance": "REPLAY_FILE_SHARED_LINK_MODIFIED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_project_team_add": {"fq_name": "team_log.EventTypeArg.replay_project_team_add", "param_name": "replayProjectTeamAddValue", "static_instance": "REPLAY_PROJECT_TEAM_ADD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_project_team_delete": {"fq_name": "team_log.EventTypeArg.replay_project_team_delete", "param_name": "replayProjectTeamDeleteValue", "static_instance": "REPLAY_PROJECT_TEAM_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_add_group": {"fq_name": "team_log.EventTypeArg.sf_add_group", "param_name": "sfAddGroupValue", "static_instance": "SF_ADD_GROUP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_allow_non_members_to_view_shared_links": {"fq_name": "team_log.EventTypeArg.sf_allow_non_members_to_view_shared_links", "param_name": "sfAllowNonMembersToViewSharedLinksValue", "static_instance": "SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_external_invite_warn": {"fq_name": "team_log.EventTypeArg.sf_external_invite_warn", "param_name": "sfExternalInviteWarnValue", "static_instance": "SF_EXTERNAL_INVITE_WARN", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_fb_invite": {"fq_name": "team_log.EventTypeArg.sf_fb_invite", "param_name": "sfFbInviteValue", "static_instance": "SF_FB_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_fb_invite_change_role": {"fq_name": "team_log.EventTypeArg.sf_fb_invite_change_role", "param_name": "sfFbInviteChangeRoleValue", "static_instance": "SF_FB_INVITE_CHANGE_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_fb_uninvite": {"fq_name": "team_log.EventTypeArg.sf_fb_uninvite", "param_name": "sfFbUninviteValue", "static_instance": "SF_FB_UNINVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_invite_group": {"fq_name": "team_log.EventTypeArg.sf_invite_group", "param_name": "sfInviteGroupValue", "static_instance": "SF_INVITE_GROUP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_grant_access": {"fq_name": "team_log.EventTypeArg.sf_team_grant_access", "param_name": "sfTeamGrantAccessValue", "static_instance": "SF_TEAM_GRANT_ACCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_invite": {"fq_name": "team_log.EventTypeArg.sf_team_invite", "param_name": "sfTeamInviteValue", "static_instance": "SF_TEAM_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_invite_change_role": {"fq_name": "team_log.EventTypeArg.sf_team_invite_change_role", "param_name": "sfTeamInviteChangeRoleValue", "static_instance": "SF_TEAM_INVITE_CHANGE_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_join": {"fq_name": "team_log.EventTypeArg.sf_team_join", "param_name": "sfTeamJoinValue", "static_instance": "SF_TEAM_JOIN", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_join_from_oob_link": {"fq_name": "team_log.EventTypeArg.sf_team_join_from_oob_link", "param_name": "sfTeamJoinFromOobLinkValue", "static_instance": "SF_TEAM_JOIN_FROM_OOB_LINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_uninvite": {"fq_name": "team_log.EventTypeArg.sf_team_uninvite", "param_name": "sfTeamUninviteValue", "static_instance": "SF_TEAM_UNINVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_add_invitees": {"fq_name": "team_log.EventTypeArg.shared_content_add_invitees", "param_name": "sharedContentAddInviteesValue", "static_instance": "SHARED_CONTENT_ADD_INVITEES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_add_link_expiry": {"fq_name": "team_log.EventTypeArg.shared_content_add_link_expiry", "param_name": "sharedContentAddLinkExpiryValue", "static_instance": "SHARED_CONTENT_ADD_LINK_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_add_link_password": {"fq_name": "team_log.EventTypeArg.shared_content_add_link_password", "param_name": "sharedContentAddLinkPasswordValue", "static_instance": "SHARED_CONTENT_ADD_LINK_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_add_member": {"fq_name": "team_log.EventTypeArg.shared_content_add_member", "param_name": "sharedContentAddMemberValue", "static_instance": "SHARED_CONTENT_ADD_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_downloads_policy": {"fq_name": "team_log.EventTypeArg.shared_content_change_downloads_policy", "param_name": "sharedContentChangeDownloadsPolicyValue", "static_instance": "SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_invitee_role": {"fq_name": "team_log.EventTypeArg.shared_content_change_invitee_role", "param_name": "sharedContentChangeInviteeRoleValue", "static_instance": "SHARED_CONTENT_CHANGE_INVITEE_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_link_audience": {"fq_name": "team_log.EventTypeArg.shared_content_change_link_audience", "param_name": "sharedContentChangeLinkAudienceValue", "static_instance": "SHARED_CONTENT_CHANGE_LINK_AUDIENCE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_link_expiry": {"fq_name": "team_log.EventTypeArg.shared_content_change_link_expiry", "param_name": "sharedContentChangeLinkExpiryValue", "static_instance": "SHARED_CONTENT_CHANGE_LINK_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_link_password": {"fq_name": "team_log.EventTypeArg.shared_content_change_link_password", "param_name": "sharedContentChangeLinkPasswordValue", "static_instance": "SHARED_CONTENT_CHANGE_LINK_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_member_role": {"fq_name": "team_log.EventTypeArg.shared_content_change_member_role", "param_name": "sharedContentChangeMemberRoleValue", "static_instance": "SHARED_CONTENT_CHANGE_MEMBER_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_viewer_info_policy": {"fq_name": "team_log.EventTypeArg.shared_content_change_viewer_info_policy", "param_name": "sharedContentChangeViewerInfoPolicyValue", "static_instance": "SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_claim_invitation": {"fq_name": "team_log.EventTypeArg.shared_content_claim_invitation", "param_name": "sharedContentClaimInvitationValue", "static_instance": "SHARED_CONTENT_CLAIM_INVITATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_copy": {"fq_name": "team_log.EventTypeArg.shared_content_copy", "param_name": "sharedContentCopyValue", "static_instance": "SHARED_CONTENT_COPY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_download": {"fq_name": "team_log.EventTypeArg.shared_content_download", "param_name": "sharedContentDownloadValue", "static_instance": "SHARED_CONTENT_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_relinquish_membership": {"fq_name": "team_log.EventTypeArg.shared_content_relinquish_membership", "param_name": "sharedContentRelinquishMembershipValue", "static_instance": "SHARED_CONTENT_RELINQUISH_MEMBERSHIP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_remove_invitees": {"fq_name": "team_log.EventTypeArg.shared_content_remove_invitees", "param_name": "sharedContentRemoveInviteesValue", "static_instance": "SHARED_CONTENT_REMOVE_INVITEES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_remove_link_expiry": {"fq_name": "team_log.EventTypeArg.shared_content_remove_link_expiry", "param_name": "sharedContentRemoveLinkExpiryValue", "static_instance": "SHARED_CONTENT_REMOVE_LINK_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_remove_link_password": {"fq_name": "team_log.EventTypeArg.shared_content_remove_link_password", "param_name": "sharedContentRemoveLinkPasswordValue", "static_instance": "SHARED_CONTENT_REMOVE_LINK_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_remove_member": {"fq_name": "team_log.EventTypeArg.shared_content_remove_member", "param_name": "sharedContentRemoveMemberValue", "static_instance": "SHARED_CONTENT_REMOVE_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_request_access": {"fq_name": "team_log.EventTypeArg.shared_content_request_access", "param_name": "sharedContentRequestAccessValue", "static_instance": "SHARED_CONTENT_REQUEST_ACCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_restore_invitees": {"fq_name": "team_log.EventTypeArg.shared_content_restore_invitees", "param_name": "sharedContentRestoreInviteesValue", "static_instance": "SHARED_CONTENT_RESTORE_INVITEES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_restore_member": {"fq_name": "team_log.EventTypeArg.shared_content_restore_member", "param_name": "sharedContentRestoreMemberValue", "static_instance": "SHARED_CONTENT_RESTORE_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_unshare": {"fq_name": "team_log.EventTypeArg.shared_content_unshare", "param_name": "sharedContentUnshareValue", "static_instance": "SHARED_CONTENT_UNSHARE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_view": {"fq_name": "team_log.EventTypeArg.shared_content_view", "param_name": "sharedContentViewValue", "static_instance": "SHARED_CONTENT_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_change_link_policy": {"fq_name": "team_log.EventTypeArg.shared_folder_change_link_policy", "param_name": "sharedFolderChangeLinkPolicyValue", "static_instance": "SHARED_FOLDER_CHANGE_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_change_members_inheritance_policy": {"fq_name": "team_log.EventTypeArg.shared_folder_change_members_inheritance_policy", "param_name": "sharedFolderChangeMembersInheritancePolicyValue", "static_instance": "SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_change_members_management_policy": {"fq_name": "team_log.EventTypeArg.shared_folder_change_members_management_policy", "param_name": "sharedFolderChangeMembersManagementPolicyValue", "static_instance": "SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_change_members_policy": {"fq_name": "team_log.EventTypeArg.shared_folder_change_members_policy", "param_name": "sharedFolderChangeMembersPolicyValue", "static_instance": "SHARED_FOLDER_CHANGE_MEMBERS_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_create": {"fq_name": "team_log.EventTypeArg.shared_folder_create", "param_name": "sharedFolderCreateValue", "static_instance": "SHARED_FOLDER_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_decline_invitation": {"fq_name": "team_log.EventTypeArg.shared_folder_decline_invitation", "param_name": "sharedFolderDeclineInvitationValue", "static_instance": "SHARED_FOLDER_DECLINE_INVITATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_mount": {"fq_name": "team_log.EventTypeArg.shared_folder_mount", "param_name": "sharedFolderMountValue", "static_instance": "SHARED_FOLDER_MOUNT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_nest": {"fq_name": "team_log.EventTypeArg.shared_folder_nest", "param_name": "sharedFolderNestValue", "static_instance": "SHARED_FOLDER_NEST", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_transfer_ownership": {"fq_name": "team_log.EventTypeArg.shared_folder_transfer_ownership", "param_name": "sharedFolderTransferOwnershipValue", "static_instance": "SHARED_FOLDER_TRANSFER_OWNERSHIP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_unmount": {"fq_name": "team_log.EventTypeArg.shared_folder_unmount", "param_name": "sharedFolderUnmountValue", "static_instance": "SHARED_FOLDER_UNMOUNT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_add_expiry": {"fq_name": "team_log.EventTypeArg.shared_link_add_expiry", "param_name": "sharedLinkAddExpiryValue", "static_instance": "SHARED_LINK_ADD_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_change_expiry": {"fq_name": "team_log.EventTypeArg.shared_link_change_expiry", "param_name": "sharedLinkChangeExpiryValue", "static_instance": "SHARED_LINK_CHANGE_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_change_visibility": {"fq_name": "team_log.EventTypeArg.shared_link_change_visibility", "param_name": "sharedLinkChangeVisibilityValue", "static_instance": "SHARED_LINK_CHANGE_VISIBILITY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_copy": {"fq_name": "team_log.EventTypeArg.shared_link_copy", "param_name": "sharedLinkCopyValue", "static_instance": "SHARED_LINK_COPY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_create": {"fq_name": "team_log.EventTypeArg.shared_link_create", "param_name": "sharedLinkCreateValue", "static_instance": "SHARED_LINK_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_disable": {"fq_name": "team_log.EventTypeArg.shared_link_disable", "param_name": "sharedLinkDisableValue", "static_instance": "SHARED_LINK_DISABLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_download": {"fq_name": "team_log.EventTypeArg.shared_link_download", "param_name": "sharedLinkDownloadValue", "static_instance": "SHARED_LINK_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_remove_expiry": {"fq_name": "team_log.EventTypeArg.shared_link_remove_expiry", "param_name": "sharedLinkRemoveExpiryValue", "static_instance": "SHARED_LINK_REMOVE_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_add_expiration": {"fq_name": "team_log.EventTypeArg.shared_link_settings_add_expiration", "param_name": "sharedLinkSettingsAddExpirationValue", "static_instance": "SHARED_LINK_SETTINGS_ADD_EXPIRATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_add_password": {"fq_name": "team_log.EventTypeArg.shared_link_settings_add_password", "param_name": "sharedLinkSettingsAddPasswordValue", "static_instance": "SHARED_LINK_SETTINGS_ADD_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_allow_download_disabled": {"fq_name": "team_log.EventTypeArg.shared_link_settings_allow_download_disabled", "param_name": "sharedLinkSettingsAllowDownloadDisabledValue", "static_instance": "SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_allow_download_enabled": {"fq_name": "team_log.EventTypeArg.shared_link_settings_allow_download_enabled", "param_name": "sharedLinkSettingsAllowDownloadEnabledValue", "static_instance": "SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_change_audience": {"fq_name": "team_log.EventTypeArg.shared_link_settings_change_audience", "param_name": "sharedLinkSettingsChangeAudienceValue", "static_instance": "SHARED_LINK_SETTINGS_CHANGE_AUDIENCE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_change_expiration": {"fq_name": "team_log.EventTypeArg.shared_link_settings_change_expiration", "param_name": "sharedLinkSettingsChangeExpirationValue", "static_instance": "SHARED_LINK_SETTINGS_CHANGE_EXPIRATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_change_password": {"fq_name": "team_log.EventTypeArg.shared_link_settings_change_password", "param_name": "sharedLinkSettingsChangePasswordValue", "static_instance": "SHARED_LINK_SETTINGS_CHANGE_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_remove_expiration": {"fq_name": "team_log.EventTypeArg.shared_link_settings_remove_expiration", "param_name": "sharedLinkSettingsRemoveExpirationValue", "static_instance": "SHARED_LINK_SETTINGS_REMOVE_EXPIRATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_remove_password": {"fq_name": "team_log.EventTypeArg.shared_link_settings_remove_password", "param_name": "sharedLinkSettingsRemovePasswordValue", "static_instance": "SHARED_LINK_SETTINGS_REMOVE_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_share": {"fq_name": "team_log.EventTypeArg.shared_link_share", "param_name": "sharedLinkShareValue", "static_instance": "SHARED_LINK_SHARE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_view": {"fq_name": "team_log.EventTypeArg.shared_link_view", "param_name": "sharedLinkViewValue", "static_instance": "SHARED_LINK_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_note_opened": {"fq_name": "team_log.EventTypeArg.shared_note_opened", "param_name": "sharedNoteOpenedValue", "static_instance": "SHARED_NOTE_OPENED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shmodel_disable_downloads": {"fq_name": "team_log.EventTypeArg.shmodel_disable_downloads", "param_name": "shmodelDisableDownloadsValue", "static_instance": "SHMODEL_DISABLE_DOWNLOADS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shmodel_enable_downloads": {"fq_name": "team_log.EventTypeArg.shmodel_enable_downloads", "param_name": "shmodelEnableDownloadsValue", "static_instance": "SHMODEL_ENABLE_DOWNLOADS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shmodel_group_share": {"fq_name": "team_log.EventTypeArg.shmodel_group_share", "param_name": "shmodelGroupShareValue", "static_instance": "SHMODEL_GROUP_SHARE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_access_granted": {"fq_name": "team_log.EventTypeArg.showcase_access_granted", "param_name": "showcaseAccessGrantedValue", "static_instance": "SHOWCASE_ACCESS_GRANTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_add_member": {"fq_name": "team_log.EventTypeArg.showcase_add_member", "param_name": "showcaseAddMemberValue", "static_instance": "SHOWCASE_ADD_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_archived": {"fq_name": "team_log.EventTypeArg.showcase_archived", "param_name": "showcaseArchivedValue", "static_instance": "SHOWCASE_ARCHIVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_created": {"fq_name": "team_log.EventTypeArg.showcase_created", "param_name": "showcaseCreatedValue", "static_instance": "SHOWCASE_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_delete_comment": {"fq_name": "team_log.EventTypeArg.showcase_delete_comment", "param_name": "showcaseDeleteCommentValue", "static_instance": "SHOWCASE_DELETE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_edited": {"fq_name": "team_log.EventTypeArg.showcase_edited", "param_name": "showcaseEditedValue", "static_instance": "SHOWCASE_EDITED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_edit_comment": {"fq_name": "team_log.EventTypeArg.showcase_edit_comment", "param_name": "showcaseEditCommentValue", "static_instance": "SHOWCASE_EDIT_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_file_added": {"fq_name": "team_log.EventTypeArg.showcase_file_added", "param_name": "showcaseFileAddedValue", "static_instance": "SHOWCASE_FILE_ADDED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_file_download": {"fq_name": "team_log.EventTypeArg.showcase_file_download", "param_name": "showcaseFileDownloadValue", "static_instance": "SHOWCASE_FILE_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_file_removed": {"fq_name": "team_log.EventTypeArg.showcase_file_removed", "param_name": "showcaseFileRemovedValue", "static_instance": "SHOWCASE_FILE_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_file_view": {"fq_name": "team_log.EventTypeArg.showcase_file_view", "param_name": "showcaseFileViewValue", "static_instance": "SHOWCASE_FILE_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_permanently_deleted": {"fq_name": "team_log.EventTypeArg.showcase_permanently_deleted", "param_name": "showcasePermanentlyDeletedValue", "static_instance": "SHOWCASE_PERMANENTLY_DELETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_post_comment": {"fq_name": "team_log.EventTypeArg.showcase_post_comment", "param_name": "showcasePostCommentValue", "static_instance": "SHOWCASE_POST_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_remove_member": {"fq_name": "team_log.EventTypeArg.showcase_remove_member", "param_name": "showcaseRemoveMemberValue", "static_instance": "SHOWCASE_REMOVE_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_renamed": {"fq_name": "team_log.EventTypeArg.showcase_renamed", "param_name": "showcaseRenamedValue", "static_instance": "SHOWCASE_RENAMED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_request_access": {"fq_name": "team_log.EventTypeArg.showcase_request_access", "param_name": "showcaseRequestAccessValue", "static_instance": "SHOWCASE_REQUEST_ACCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_resolve_comment": {"fq_name": "team_log.EventTypeArg.showcase_resolve_comment", "param_name": "showcaseResolveCommentValue", "static_instance": "SHOWCASE_RESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_restored": {"fq_name": "team_log.EventTypeArg.showcase_restored", "param_name": "showcaseRestoredValue", "static_instance": "SHOWCASE_RESTORED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_trashed": {"fq_name": "team_log.EventTypeArg.showcase_trashed", "param_name": "showcaseTrashedValue", "static_instance": "SHOWCASE_TRASHED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_trashed_deprecated": {"fq_name": "team_log.EventTypeArg.showcase_trashed_deprecated", "param_name": "showcaseTrashedDeprecatedValue", "static_instance": "SHOWCASE_TRASHED_DEPRECATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_unresolve_comment": {"fq_name": "team_log.EventTypeArg.showcase_unresolve_comment", "param_name": "showcaseUnresolveCommentValue", "static_instance": "SHOWCASE_UNRESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_untrashed": {"fq_name": "team_log.EventTypeArg.showcase_untrashed", "param_name": "showcaseUntrashedValue", "static_instance": "SHOWCASE_UNTRASHED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_untrashed_deprecated": {"fq_name": "team_log.EventTypeArg.showcase_untrashed_deprecated", "param_name": "showcaseUntrashedDeprecatedValue", "static_instance": "SHOWCASE_UNTRASHED_DEPRECATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_view": {"fq_name": "team_log.EventTypeArg.showcase_view", "param_name": "showcaseViewValue", "static_instance": "SHOWCASE_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_add_cert": {"fq_name": "team_log.EventTypeArg.sso_add_cert", "param_name": "ssoAddCertValue", "static_instance": "SSO_ADD_CERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_add_login_url": {"fq_name": "team_log.EventTypeArg.sso_add_login_url", "param_name": "ssoAddLoginUrlValue", "static_instance": "SSO_ADD_LOGIN_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_add_logout_url": {"fq_name": "team_log.EventTypeArg.sso_add_logout_url", "param_name": "ssoAddLogoutUrlValue", "static_instance": "SSO_ADD_LOGOUT_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_change_cert": {"fq_name": "team_log.EventTypeArg.sso_change_cert", "param_name": "ssoChangeCertValue", "static_instance": "SSO_CHANGE_CERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_change_login_url": {"fq_name": "team_log.EventTypeArg.sso_change_login_url", "param_name": "ssoChangeLoginUrlValue", "static_instance": "SSO_CHANGE_LOGIN_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_change_logout_url": {"fq_name": "team_log.EventTypeArg.sso_change_logout_url", "param_name": "ssoChangeLogoutUrlValue", "static_instance": "SSO_CHANGE_LOGOUT_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_change_saml_identity_mode": {"fq_name": "team_log.EventTypeArg.sso_change_saml_identity_mode", "param_name": "ssoChangeSamlIdentityModeValue", "static_instance": "SSO_CHANGE_SAML_IDENTITY_MODE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_remove_cert": {"fq_name": "team_log.EventTypeArg.sso_remove_cert", "param_name": "ssoRemoveCertValue", "static_instance": "SSO_REMOVE_CERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_remove_login_url": {"fq_name": "team_log.EventTypeArg.sso_remove_login_url", "param_name": "ssoRemoveLoginUrlValue", "static_instance": "SSO_REMOVE_LOGIN_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_remove_logout_url": {"fq_name": "team_log.EventTypeArg.sso_remove_logout_url", "param_name": "ssoRemoveLogoutUrlValue", "static_instance": "SSO_REMOVE_LOGOUT_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folder_change_status": {"fq_name": "team_log.EventTypeArg.team_folder_change_status", "param_name": "teamFolderChangeStatusValue", "static_instance": "TEAM_FOLDER_CHANGE_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folder_create": {"fq_name": "team_log.EventTypeArg.team_folder_create", "param_name": "teamFolderCreateValue", "static_instance": "TEAM_FOLDER_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folder_downgrade": {"fq_name": "team_log.EventTypeArg.team_folder_downgrade", "param_name": "teamFolderDowngradeValue", "static_instance": "TEAM_FOLDER_DOWNGRADE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folder_permanently_delete": {"fq_name": "team_log.EventTypeArg.team_folder_permanently_delete", "param_name": "teamFolderPermanentlyDeleteValue", "static_instance": "TEAM_FOLDER_PERMANENTLY_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folder_rename": {"fq_name": "team_log.EventTypeArg.team_folder_rename", "param_name": "teamFolderRenameValue", "static_instance": "TEAM_FOLDER_RENAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_selective_sync_settings_changed": {"fq_name": "team_log.EventTypeArg.team_selective_sync_settings_changed", "param_name": "teamSelectiveSyncSettingsChangedValue", "static_instance": "TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_capture_change_policy": {"fq_name": "team_log.EventTypeArg.account_capture_change_policy", "param_name": "accountCaptureChangePolicyValue", "static_instance": "ACCOUNT_CAPTURE_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.admin_email_reminders_changed": {"fq_name": "team_log.EventTypeArg.admin_email_reminders_changed", "param_name": "adminEmailRemindersChangedValue", "static_instance": "ADMIN_EMAIL_REMINDERS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.allow_download_disabled": {"fq_name": "team_log.EventTypeArg.allow_download_disabled", "param_name": "allowDownloadDisabledValue", "static_instance": "ALLOW_DOWNLOAD_DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.allow_download_enabled": {"fq_name": "team_log.EventTypeArg.allow_download_enabled", "param_name": "allowDownloadEnabledValue", "static_instance": "ALLOW_DOWNLOAD_ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_permissions_changed": {"fq_name": "team_log.EventTypeArg.app_permissions_changed", "param_name": "appPermissionsChangedValue", "static_instance": "APP_PERMISSIONS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.camera_uploads_policy_changed": {"fq_name": "team_log.EventTypeArg.camera_uploads_policy_changed", "param_name": "cameraUploadsPolicyChangedValue", "static_instance": "CAMERA_UPLOADS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.capture_transcript_policy_changed": {"fq_name": "team_log.EventTypeArg.capture_transcript_policy_changed", "param_name": "captureTranscriptPolicyChangedValue", "static_instance": "CAPTURE_TRANSCRIPT_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.classification_change_policy": {"fq_name": "team_log.EventTypeArg.classification_change_policy", "param_name": "classificationChangePolicyValue", "static_instance": "CLASSIFICATION_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.computer_backup_policy_changed": {"fq_name": "team_log.EventTypeArg.computer_backup_policy_changed", "param_name": "computerBackupPolicyChangedValue", "static_instance": "COMPUTER_BACKUP_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.content_administration_policy_changed": {"fq_name": "team_log.EventTypeArg.content_administration_policy_changed", "param_name": "contentAdministrationPolicyChangedValue", "static_instance": "CONTENT_ADMINISTRATION_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.data_placement_restriction_change_policy": {"fq_name": "team_log.EventTypeArg.data_placement_restriction_change_policy", "param_name": "dataPlacementRestrictionChangePolicyValue", "static_instance": "DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.data_placement_restriction_satisfy_policy": {"fq_name": "team_log.EventTypeArg.data_placement_restriction_satisfy_policy", "param_name": "dataPlacementRestrictionSatisfyPolicyValue", "static_instance": "DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_add_exception": {"fq_name": "team_log.EventTypeArg.device_approvals_add_exception", "param_name": "deviceApprovalsAddExceptionValue", "static_instance": "DEVICE_APPROVALS_ADD_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_change_desktop_policy": {"fq_name": "team_log.EventTypeArg.device_approvals_change_desktop_policy", "param_name": "deviceApprovalsChangeDesktopPolicyValue", "static_instance": "DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_change_mobile_policy": {"fq_name": "team_log.EventTypeArg.device_approvals_change_mobile_policy", "param_name": "deviceApprovalsChangeMobilePolicyValue", "static_instance": "DEVICE_APPROVALS_CHANGE_MOBILE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_change_overage_action": {"fq_name": "team_log.EventTypeArg.device_approvals_change_overage_action", "param_name": "deviceApprovalsChangeOverageActionValue", "static_instance": "DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_change_unlink_action": {"fq_name": "team_log.EventTypeArg.device_approvals_change_unlink_action", "param_name": "deviceApprovalsChangeUnlinkActionValue", "static_instance": "DEVICE_APPROVALS_CHANGE_UNLINK_ACTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_remove_exception": {"fq_name": "team_log.EventTypeArg.device_approvals_remove_exception", "param_name": "deviceApprovalsRemoveExceptionValue", "static_instance": "DEVICE_APPROVALS_REMOVE_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.directory_restrictions_add_members": {"fq_name": "team_log.EventTypeArg.directory_restrictions_add_members", "param_name": "directoryRestrictionsAddMembersValue", "static_instance": "DIRECTORY_RESTRICTIONS_ADD_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.directory_restrictions_remove_members": {"fq_name": "team_log.EventTypeArg.directory_restrictions_remove_members", "param_name": "directoryRestrictionsRemoveMembersValue", "static_instance": "DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dropbox_passwords_policy_changed": {"fq_name": "team_log.EventTypeArg.dropbox_passwords_policy_changed", "param_name": "dropboxPasswordsPolicyChangedValue", "static_instance": "DROPBOX_PASSWORDS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.email_ingest_policy_changed": {"fq_name": "team_log.EventTypeArg.email_ingest_policy_changed", "param_name": "emailIngestPolicyChangedValue", "static_instance": "EMAIL_INGEST_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_add_exception": {"fq_name": "team_log.EventTypeArg.emm_add_exception", "param_name": "emmAddExceptionValue", "static_instance": "EMM_ADD_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_change_policy": {"fq_name": "team_log.EventTypeArg.emm_change_policy", "param_name": "emmChangePolicyValue", "static_instance": "EMM_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_remove_exception": {"fq_name": "team_log.EventTypeArg.emm_remove_exception", "param_name": "emmRemoveExceptionValue", "static_instance": "EMM_REMOVE_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.extended_version_history_change_policy": {"fq_name": "team_log.EventTypeArg.extended_version_history_change_policy", "param_name": "extendedVersionHistoryChangePolicyValue", "static_instance": "EXTENDED_VERSION_HISTORY_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.external_drive_backup_policy_changed": {"fq_name": "team_log.EventTypeArg.external_drive_backup_policy_changed", "param_name": "externalDriveBackupPolicyChangedValue", "static_instance": "EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_comments_change_policy": {"fq_name": "team_log.EventTypeArg.file_comments_change_policy", "param_name": "fileCommentsChangePolicyValue", "static_instance": "FILE_COMMENTS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_locking_policy_changed": {"fq_name": "team_log.EventTypeArg.file_locking_policy_changed", "param_name": "fileLockingPolicyChangedValue", "static_instance": "FILE_LOCKING_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_provider_migration_policy_changed": {"fq_name": "team_log.EventTypeArg.file_provider_migration_policy_changed", "param_name": "fileProviderMigrationPolicyChangedValue", "static_instance": "FILE_PROVIDER_MIGRATION_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_requests_change_policy": {"fq_name": "team_log.EventTypeArg.file_requests_change_policy", "param_name": "fileRequestsChangePolicyValue", "static_instance": "FILE_REQUESTS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_requests_emails_enabled": {"fq_name": "team_log.EventTypeArg.file_requests_emails_enabled", "param_name": "fileRequestsEmailsEnabledValue", "static_instance": "FILE_REQUESTS_EMAILS_ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_requests_emails_restricted_to_team_only": {"fq_name": "team_log.EventTypeArg.file_requests_emails_restricted_to_team_only", "param_name": "fileRequestsEmailsRestrictedToTeamOnlyValue", "static_instance": "FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_policy_changed": {"fq_name": "team_log.EventTypeArg.file_transfers_policy_changed", "param_name": "fileTransfersPolicyChangedValue", "static_instance": "FILE_TRANSFERS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.folder_link_restriction_policy_changed": {"fq_name": "team_log.EventTypeArg.folder_link_restriction_policy_changed", "param_name": "folderLinkRestrictionPolicyChangedValue", "static_instance": "FOLDER_LINK_RESTRICTION_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.google_sso_change_policy": {"fq_name": "team_log.EventTypeArg.google_sso_change_policy", "param_name": "googleSsoChangePolicyValue", "static_instance": "GOOGLE_SSO_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_user_management_change_policy": {"fq_name": "team_log.EventTypeArg.group_user_management_change_policy", "param_name": "groupUserManagementChangePolicyValue", "static_instance": "GROUP_USER_MANAGEMENT_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.integration_policy_changed": {"fq_name": "team_log.EventTypeArg.integration_policy_changed", "param_name": "integrationPolicyChangedValue", "static_instance": "INTEGRATION_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.invite_acceptance_email_policy_changed": {"fq_name": "team_log.EventTypeArg.invite_acceptance_email_policy_changed", "param_name": "inviteAcceptanceEmailPolicyChangedValue", "static_instance": "INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_requests_change_policy": {"fq_name": "team_log.EventTypeArg.member_requests_change_policy", "param_name": "memberRequestsChangePolicyValue", "static_instance": "MEMBER_REQUESTS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_send_invite_policy_changed": {"fq_name": "team_log.EventTypeArg.member_send_invite_policy_changed", "param_name": "memberSendInvitePolicyChangedValue", "static_instance": "MEMBER_SEND_INVITE_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_add_exception": {"fq_name": "team_log.EventTypeArg.member_space_limits_add_exception", "param_name": "memberSpaceLimitsAddExceptionValue", "static_instance": "MEMBER_SPACE_LIMITS_ADD_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_change_caps_type_policy": {"fq_name": "team_log.EventTypeArg.member_space_limits_change_caps_type_policy", "param_name": "memberSpaceLimitsChangeCapsTypePolicyValue", "static_instance": "MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_change_policy": {"fq_name": "team_log.EventTypeArg.member_space_limits_change_policy", "param_name": "memberSpaceLimitsChangePolicyValue", "static_instance": "MEMBER_SPACE_LIMITS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_remove_exception": {"fq_name": "team_log.EventTypeArg.member_space_limits_remove_exception", "param_name": "memberSpaceLimitsRemoveExceptionValue", "static_instance": "MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_suggestions_change_policy": {"fq_name": "team_log.EventTypeArg.member_suggestions_change_policy", "param_name": "memberSuggestionsChangePolicyValue", "static_instance": "MEMBER_SUGGESTIONS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.microsoft_office_addin_change_policy": {"fq_name": "team_log.EventTypeArg.microsoft_office_addin_change_policy", "param_name": "microsoftOfficeAddinChangePolicyValue", "static_instance": "MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.network_control_change_policy": {"fq_name": "team_log.EventTypeArg.network_control_change_policy", "param_name": "networkControlChangePolicyValue", "static_instance": "NETWORK_CONTROL_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_change_deployment_policy": {"fq_name": "team_log.EventTypeArg.paper_change_deployment_policy", "param_name": "paperChangeDeploymentPolicyValue", "static_instance": "PAPER_CHANGE_DEPLOYMENT_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_change_member_link_policy": {"fq_name": "team_log.EventTypeArg.paper_change_member_link_policy", "param_name": "paperChangeMemberLinkPolicyValue", "static_instance": "PAPER_CHANGE_MEMBER_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_change_member_policy": {"fq_name": "team_log.EventTypeArg.paper_change_member_policy", "param_name": "paperChangeMemberPolicyValue", "static_instance": "PAPER_CHANGE_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_change_policy": {"fq_name": "team_log.EventTypeArg.paper_change_policy", "param_name": "paperChangePolicyValue", "static_instance": "PAPER_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_default_folder_policy_changed": {"fq_name": "team_log.EventTypeArg.paper_default_folder_policy_changed", "param_name": "paperDefaultFolderPolicyChangedValue", "static_instance": "PAPER_DEFAULT_FOLDER_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_desktop_policy_changed": {"fq_name": "team_log.EventTypeArg.paper_desktop_policy_changed", "param_name": "paperDesktopPolicyChangedValue", "static_instance": "PAPER_DESKTOP_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_enabled_users_group_addition": {"fq_name": "team_log.EventTypeArg.paper_enabled_users_group_addition", "param_name": "paperEnabledUsersGroupAdditionValue", "static_instance": "PAPER_ENABLED_USERS_GROUP_ADDITION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_enabled_users_group_removal": {"fq_name": "team_log.EventTypeArg.paper_enabled_users_group_removal", "param_name": "paperEnabledUsersGroupRemovalValue", "static_instance": "PAPER_ENABLED_USERS_GROUP_REMOVAL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.password_strength_requirements_change_policy": {"fq_name": "team_log.EventTypeArg.password_strength_requirements_change_policy", "param_name": "passwordStrengthRequirementsChangePolicyValue", "static_instance": "PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.permanent_delete_change_policy": {"fq_name": "team_log.EventTypeArg.permanent_delete_change_policy", "param_name": "permanentDeleteChangePolicyValue", "static_instance": "PERMANENT_DELETE_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.reseller_support_change_policy": {"fq_name": "team_log.EventTypeArg.reseller_support_change_policy", "param_name": "resellerSupportChangePolicyValue", "static_instance": "RESELLER_SUPPORT_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.rewind_policy_changed": {"fq_name": "team_log.EventTypeArg.rewind_policy_changed", "param_name": "rewindPolicyChangedValue", "static_instance": "REWIND_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_for_signature_policy_changed": {"fq_name": "team_log.EventTypeArg.send_for_signature_policy_changed", "param_name": "sendForSignaturePolicyChangedValue", "static_instance": "SEND_FOR_SIGNATURE_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_folder_join_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_folder_join_policy", "param_name": "sharingChangeFolderJoinPolicyValue", "static_instance": "SHARING_CHANGE_FOLDER_JOIN_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_link_allow_change_expiration_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_link_allow_change_expiration_policy", "param_name": "sharingChangeLinkAllowChangeExpirationPolicyValue", "static_instance": "SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_link_default_expiration_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_link_default_expiration_policy", "param_name": "sharingChangeLinkDefaultExpirationPolicyValue", "static_instance": "SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_link_enforce_password_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_link_enforce_password_policy", "param_name": "sharingChangeLinkEnforcePasswordPolicyValue", "static_instance": "SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_link_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_link_policy", "param_name": "sharingChangeLinkPolicyValue", "static_instance": "SHARING_CHANGE_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_member_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_member_policy", "param_name": "sharingChangeMemberPolicyValue", "static_instance": "SHARING_CHANGE_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_change_download_policy": {"fq_name": "team_log.EventTypeArg.showcase_change_download_policy", "param_name": "showcaseChangeDownloadPolicyValue", "static_instance": "SHOWCASE_CHANGE_DOWNLOAD_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_change_enabled_policy": {"fq_name": "team_log.EventTypeArg.showcase_change_enabled_policy", "param_name": "showcaseChangeEnabledPolicyValue", "static_instance": "SHOWCASE_CHANGE_ENABLED_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_change_external_sharing_policy": {"fq_name": "team_log.EventTypeArg.showcase_change_external_sharing_policy", "param_name": "showcaseChangeExternalSharingPolicyValue", "static_instance": "SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.smarter_smart_sync_policy_changed": {"fq_name": "team_log.EventTypeArg.smarter_smart_sync_policy_changed", "param_name": "smarterSmartSyncPolicyChangedValue", "static_instance": "SMARTER_SMART_SYNC_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.smart_sync_change_policy": {"fq_name": "team_log.EventTypeArg.smart_sync_change_policy", "param_name": "smartSyncChangePolicyValue", "static_instance": "SMART_SYNC_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.smart_sync_not_opt_out": {"fq_name": "team_log.EventTypeArg.smart_sync_not_opt_out", "param_name": "smartSyncNotOptOutValue", "static_instance": "SMART_SYNC_NOT_OPT_OUT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.smart_sync_opt_out": {"fq_name": "team_log.EventTypeArg.smart_sync_opt_out", "param_name": "smartSyncOptOutValue", "static_instance": "SMART_SYNC_OPT_OUT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_change_policy": {"fq_name": "team_log.EventTypeArg.sso_change_policy", "param_name": "ssoChangePolicyValue", "static_instance": "SSO_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_branding_policy_changed": {"fq_name": "team_log.EventTypeArg.team_branding_policy_changed", "param_name": "teamBrandingPolicyChangedValue", "static_instance": "TEAM_BRANDING_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_extensions_policy_changed": {"fq_name": "team_log.EventTypeArg.team_extensions_policy_changed", "param_name": "teamExtensionsPolicyChangedValue", "static_instance": "TEAM_EXTENSIONS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_selective_sync_policy_changed": {"fq_name": "team_log.EventTypeArg.team_selective_sync_policy_changed", "param_name": "teamSelectiveSyncPolicyChangedValue", "static_instance": "TEAM_SELECTIVE_SYNC_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_sharing_whitelist_subjects_changed": {"fq_name": "team_log.EventTypeArg.team_sharing_whitelist_subjects_changed", "param_name": "teamSharingWhitelistSubjectsChangedValue", "static_instance": "TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_add_exception": {"fq_name": "team_log.EventTypeArg.tfa_add_exception", "param_name": "tfaAddExceptionValue", "static_instance": "TFA_ADD_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_change_policy": {"fq_name": "team_log.EventTypeArg.tfa_change_policy", "param_name": "tfaChangePolicyValue", "static_instance": "TFA_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_remove_exception": {"fq_name": "team_log.EventTypeArg.tfa_remove_exception", "param_name": "tfaRemoveExceptionValue", "static_instance": "TFA_REMOVE_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.two_account_change_policy": {"fq_name": "team_log.EventTypeArg.two_account_change_policy", "param_name": "twoAccountChangePolicyValue", "static_instance": "TWO_ACCOUNT_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.viewer_info_policy_changed": {"fq_name": "team_log.EventTypeArg.viewer_info_policy_changed", "param_name": "viewerInfoPolicyChangedValue", "static_instance": "VIEWER_INFO_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.watermarking_policy_changed": {"fq_name": "team_log.EventTypeArg.watermarking_policy_changed", "param_name": "watermarkingPolicyChangedValue", "static_instance": "WATERMARKING_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.web_sessions_change_active_session_limit": {"fq_name": "team_log.EventTypeArg.web_sessions_change_active_session_limit", "param_name": "webSessionsChangeActiveSessionLimitValue", "static_instance": "WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.web_sessions_change_fixed_length_policy": {"fq_name": "team_log.EventTypeArg.web_sessions_change_fixed_length_policy", "param_name": "webSessionsChangeFixedLengthPolicyValue", "static_instance": "WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.web_sessions_change_idle_length_policy": {"fq_name": "team_log.EventTypeArg.web_sessions_change_idle_length_policy", "param_name": "webSessionsChangeIdleLengthPolicyValue", "static_instance": "WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.data_residency_migration_request_successful": {"fq_name": "team_log.EventTypeArg.data_residency_migration_request_successful", "param_name": "dataResidencyMigrationRequestSuccessfulValue", "static_instance": "DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.data_residency_migration_request_unsuccessful": {"fq_name": "team_log.EventTypeArg.data_residency_migration_request_unsuccessful", "param_name": "dataResidencyMigrationRequestUnsuccessfulValue", "static_instance": "DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_from": {"fq_name": "team_log.EventTypeArg.team_merge_from", "param_name": "teamMergeFromValue", "static_instance": "TEAM_MERGE_FROM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_to": {"fq_name": "team_log.EventTypeArg.team_merge_to", "param_name": "teamMergeToValue", "static_instance": "TEAM_MERGE_TO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_add_background": {"fq_name": "team_log.EventTypeArg.team_profile_add_background", "param_name": "teamProfileAddBackgroundValue", "static_instance": "TEAM_PROFILE_ADD_BACKGROUND", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_add_logo": {"fq_name": "team_log.EventTypeArg.team_profile_add_logo", "param_name": "teamProfileAddLogoValue", "static_instance": "TEAM_PROFILE_ADD_LOGO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_change_background": {"fq_name": "team_log.EventTypeArg.team_profile_change_background", "param_name": "teamProfileChangeBackgroundValue", "static_instance": "TEAM_PROFILE_CHANGE_BACKGROUND", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_change_default_language": {"fq_name": "team_log.EventTypeArg.team_profile_change_default_language", "param_name": "teamProfileChangeDefaultLanguageValue", "static_instance": "TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_change_logo": {"fq_name": "team_log.EventTypeArg.team_profile_change_logo", "param_name": "teamProfileChangeLogoValue", "static_instance": "TEAM_PROFILE_CHANGE_LOGO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_change_name": {"fq_name": "team_log.EventTypeArg.team_profile_change_name", "param_name": "teamProfileChangeNameValue", "static_instance": "TEAM_PROFILE_CHANGE_NAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_remove_background": {"fq_name": "team_log.EventTypeArg.team_profile_remove_background", "param_name": "teamProfileRemoveBackgroundValue", "static_instance": "TEAM_PROFILE_REMOVE_BACKGROUND", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_remove_logo": {"fq_name": "team_log.EventTypeArg.team_profile_remove_logo", "param_name": "teamProfileRemoveLogoValue", "static_instance": "TEAM_PROFILE_REMOVE_LOGO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_add_backup_phone": {"fq_name": "team_log.EventTypeArg.tfa_add_backup_phone", "param_name": "tfaAddBackupPhoneValue", "static_instance": "TFA_ADD_BACKUP_PHONE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_add_security_key": {"fq_name": "team_log.EventTypeArg.tfa_add_security_key", "param_name": "tfaAddSecurityKeyValue", "static_instance": "TFA_ADD_SECURITY_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_change_backup_phone": {"fq_name": "team_log.EventTypeArg.tfa_change_backup_phone", "param_name": "tfaChangeBackupPhoneValue", "static_instance": "TFA_CHANGE_BACKUP_PHONE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_change_status": {"fq_name": "team_log.EventTypeArg.tfa_change_status", "param_name": "tfaChangeStatusValue", "static_instance": "TFA_CHANGE_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_remove_backup_phone": {"fq_name": "team_log.EventTypeArg.tfa_remove_backup_phone", "param_name": "tfaRemoveBackupPhoneValue", "static_instance": "TFA_REMOVE_BACKUP_PHONE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_remove_security_key": {"fq_name": "team_log.EventTypeArg.tfa_remove_security_key", "param_name": "tfaRemoveSecurityKeyValue", "static_instance": "TFA_REMOVE_SECURITY_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_reset": {"fq_name": "team_log.EventTypeArg.tfa_reset", "param_name": "tfaResetValue", "static_instance": "TFA_RESET", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.changed_enterprise_admin_role": {"fq_name": "team_log.EventTypeArg.changed_enterprise_admin_role", "param_name": "changedEnterpriseAdminRoleValue", "static_instance": "CHANGED_ENTERPRISE_ADMIN_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.changed_enterprise_connected_team_status": {"fq_name": "team_log.EventTypeArg.changed_enterprise_connected_team_status", "param_name": "changedEnterpriseConnectedTeamStatusValue", "static_instance": "CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ended_enterprise_admin_session": {"fq_name": "team_log.EventTypeArg.ended_enterprise_admin_session", "param_name": "endedEnterpriseAdminSessionValue", "static_instance": "ENDED_ENTERPRISE_ADMIN_SESSION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ended_enterprise_admin_session_deprecated": {"fq_name": "team_log.EventTypeArg.ended_enterprise_admin_session_deprecated", "param_name": "endedEnterpriseAdminSessionDeprecatedValue", "static_instance": "ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.enterprise_settings_locking": {"fq_name": "team_log.EventTypeArg.enterprise_settings_locking", "param_name": "enterpriseSettingsLockingValue", "static_instance": "ENTERPRISE_SETTINGS_LOCKING", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.guest_admin_change_status": {"fq_name": "team_log.EventTypeArg.guest_admin_change_status", "param_name": "guestAdminChangeStatusValue", "static_instance": "GUEST_ADMIN_CHANGE_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.started_enterprise_admin_session": {"fq_name": "team_log.EventTypeArg.started_enterprise_admin_session", "param_name": "startedEnterpriseAdminSessionValue", "static_instance": "STARTED_ENTERPRISE_ADMIN_SESSION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_accepted": {"fq_name": "team_log.EventTypeArg.team_merge_request_accepted", "param_name": "teamMergeRequestAcceptedValue", "static_instance": "TEAM_MERGE_REQUEST_ACCEPTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_accepted_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_accepted_shown_to_primary_team", "param_name": "teamMergeRequestAcceptedShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_accepted_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_accepted_shown_to_secondary_team", "param_name": "teamMergeRequestAcceptedShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_auto_canceled": {"fq_name": "team_log.EventTypeArg.team_merge_request_auto_canceled", "param_name": "teamMergeRequestAutoCanceledValue", "static_instance": "TEAM_MERGE_REQUEST_AUTO_CANCELED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_canceled": {"fq_name": "team_log.EventTypeArg.team_merge_request_canceled", "param_name": "teamMergeRequestCanceledValue", "static_instance": "TEAM_MERGE_REQUEST_CANCELED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_canceled_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_canceled_shown_to_primary_team", "param_name": "teamMergeRequestCanceledShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_canceled_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_canceled_shown_to_secondary_team", "param_name": "teamMergeRequestCanceledShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_expired": {"fq_name": "team_log.EventTypeArg.team_merge_request_expired", "param_name": "teamMergeRequestExpiredValue", "static_instance": "TEAM_MERGE_REQUEST_EXPIRED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_expired_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_expired_shown_to_primary_team", "param_name": "teamMergeRequestExpiredShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_expired_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_expired_shown_to_secondary_team", "param_name": "teamMergeRequestExpiredShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_rejected_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_rejected_shown_to_primary_team", "param_name": "teamMergeRequestRejectedShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_rejected_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_rejected_shown_to_secondary_team", "param_name": "teamMergeRequestRejectedShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_reminder": {"fq_name": "team_log.EventTypeArg.team_merge_request_reminder", "param_name": "teamMergeRequestReminderValue", "static_instance": "TEAM_MERGE_REQUEST_REMINDER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_reminder_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_reminder_shown_to_primary_team", "param_name": "teamMergeRequestReminderShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_reminder_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_reminder_shown_to_secondary_team", "param_name": "teamMergeRequestReminderShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_revoked": {"fq_name": "team_log.EventTypeArg.team_merge_request_revoked", "param_name": "teamMergeRequestRevokedValue", "static_instance": "TEAM_MERGE_REQUEST_REVOKED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_sent_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_sent_shown_to_primary_team", "param_name": "teamMergeRequestSentShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_sent_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_sent_shown_to_secondary_team", "param_name": "teamMergeRequestSentShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.other": {"fq_name": "team_log.EventTypeArg.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.ExportMembersReportFailDetails.failure_reason": {"fq_name": "team_log.ExportMembersReportFailDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.ExportMembersReportFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExportMembersReportFailType.description": {"fq_name": "team_log.ExportMembersReportFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExportMembersReportFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExportMembersReportType.description": {"fq_name": "team_log.ExportMembersReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExportMembersReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryChangePolicyDetails.new_value": {"fq_name": "team_log.ExtendedVersionHistoryChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ExtendedVersionHistoryChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryChangePolicyDetails.previous_value": {"fq_name": "team_log.ExtendedVersionHistoryChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ExtendedVersionHistoryChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryChangePolicyType.description": {"fq_name": "team_log.ExtendedVersionHistoryChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExtendedVersionHistoryChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryPolicy.explicitly_limited": {"fq_name": "team_log.ExtendedVersionHistoryPolicy.explicitly_limited", "param_name": "explicitlyLimitedValue", "static_instance": "EXPLICITLY_LIMITED", "getter_method": null, "containing_data_type_ref": "team_log.ExtendedVersionHistoryPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryPolicy.explicitly_unlimited": {"fq_name": "team_log.ExtendedVersionHistoryPolicy.explicitly_unlimited", "param_name": "explicitlyUnlimitedValue", "static_instance": "EXPLICITLY_UNLIMITED", "getter_method": null, "containing_data_type_ref": "team_log.ExtendedVersionHistoryPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryPolicy.implicitly_limited": {"fq_name": "team_log.ExtendedVersionHistoryPolicy.implicitly_limited", "param_name": "implicitlyLimitedValue", "static_instance": "IMPLICITLY_LIMITED", "getter_method": null, "containing_data_type_ref": "team_log.ExtendedVersionHistoryPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryPolicy.implicitly_unlimited": {"fq_name": "team_log.ExtendedVersionHistoryPolicy.implicitly_unlimited", "param_name": "implicitlyUnlimitedValue", "static_instance": "IMPLICITLY_UNLIMITED", "getter_method": null, "containing_data_type_ref": "team_log.ExtendedVersionHistoryPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryPolicy.other": {"fq_name": "team_log.ExtendedVersionHistoryPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ExtendedVersionHistoryPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatus.exceed_license_cap": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatus.exceed_license_cap", "param_name": "exceedLicenseCapValue", "static_instance": "EXCEED_LICENSE_CAP", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatus.success": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatus.success", "param_name": "successValue", "static_instance": "SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatus.other": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.desktop_device_session_info": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.desktop_device_session_info", "param_name": "desktopDeviceSessionInfo", "static_instance": null, "getter_method": "getDesktopDeviceSessionInfo", "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.status": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.number_of_external_drive_backup": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.number_of_external_drive_backup", "param_name": "numberOfExternalDriveBackup", "static_instance": null, "getter_method": "getNumberOfExternalDriveBackup", "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedType.description": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatusCheckedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicy.default": {"fq_name": "team_log.ExternalDriveBackupPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicy.disabled": {"fq_name": "team_log.ExternalDriveBackupPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicy.enabled": {"fq_name": "team_log.ExternalDriveBackupPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicy.other": {"fq_name": "team_log.ExternalDriveBackupPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicyChangedDetails.new_value": {"fq_name": "team_log.ExternalDriveBackupPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ExternalDriveBackupPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicyChangedDetails.previous_value": {"fq_name": "team_log.ExternalDriveBackupPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ExternalDriveBackupPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicyChangedType.description": {"fq_name": "team_log.ExternalDriveBackupPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExternalDriveBackupPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.broken": {"fq_name": "team_log.ExternalDriveBackupStatus.broken", "param_name": "brokenValue", "static_instance": "BROKEN", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.created": {"fq_name": "team_log.ExternalDriveBackupStatus.created", "param_name": "createdValue", "static_instance": "CREATED", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.created_or_broken": {"fq_name": "team_log.ExternalDriveBackupStatus.created_or_broken", "param_name": "createdOrBrokenValue", "static_instance": "CREATED_OR_BROKEN", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.deleted": {"fq_name": "team_log.ExternalDriveBackupStatus.deleted", "param_name": "deletedValue", "static_instance": "DELETED", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.empty": {"fq_name": "team_log.ExternalDriveBackupStatus.empty", "param_name": "emptyValue", "static_instance": "EMPTY", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.unknown": {"fq_name": "team_log.ExternalDriveBackupStatus.unknown", "param_name": "unknownValue", "static_instance": "UNKNOWN", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.other": {"fq_name": "team_log.ExternalDriveBackupStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatusChangedDetails.desktop_device_session_info": {"fq_name": "team_log.ExternalDriveBackupStatusChangedDetails.desktop_device_session_info", "param_name": "desktopDeviceSessionInfo", "static_instance": null, "getter_method": "getDesktopDeviceSessionInfo", "containing_data_type_ref": "team_log.ExternalDriveBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatusChangedDetails.previous_value": {"fq_name": "team_log.ExternalDriveBackupStatusChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ExternalDriveBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatusChangedDetails.new_value": {"fq_name": "team_log.ExternalDriveBackupStatusChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ExternalDriveBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatusChangedType.description": {"fq_name": "team_log.ExternalDriveBackupStatusChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExternalDriveBackupStatusChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalSharingCreateReportType.description": {"fq_name": "team_log.ExternalSharingCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExternalSharingCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalSharingReportFailedDetails.failure_reason": {"fq_name": "team_log.ExternalSharingReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.ExternalSharingReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalSharingReportFailedType.description": {"fq_name": "team_log.ExternalSharingReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExternalSharingReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalUserLogInfo.user_identifier": {"fq_name": "team_log.ExternalUserLogInfo.user_identifier", "param_name": "userIdentifier", "static_instance": null, "getter_method": "getUserIdentifier", "containing_data_type_ref": "team_log.ExternalUserLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalUserLogInfo.identifier_type": {"fq_name": "team_log.ExternalUserLogInfo.identifier_type", "param_name": "identifierType", "static_instance": null, "getter_method": "getIdentifierType", "containing_data_type_ref": "team_log.ExternalUserLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FailureDetailsLogInfo.user_friendly_message": {"fq_name": "team_log.FailureDetailsLogInfo.user_friendly_message", "param_name": "userFriendlyMessage", "static_instance": null, "getter_method": "getUserFriendlyMessage", "containing_data_type_ref": "team_log.FailureDetailsLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FailureDetailsLogInfo.technical_error_message": {"fq_name": "team_log.FailureDetailsLogInfo.technical_error_message", "param_name": "technicalErrorMessage", "static_instance": null, "getter_method": "getTechnicalErrorMessage", "containing_data_type_ref": "team_log.FailureDetailsLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FedAdminRole.enterprise_admin": {"fq_name": "team_log.FedAdminRole.enterprise_admin", "param_name": "enterpriseAdminValue", "static_instance": "ENTERPRISE_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.FedAdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.FedAdminRole.not_enterprise_admin": {"fq_name": "team_log.FedAdminRole.not_enterprise_admin", "param_name": "notEnterpriseAdminValue", "static_instance": "NOT_ENTERPRISE_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.FedAdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.FedAdminRole.other": {"fq_name": "team_log.FedAdminRole.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FedAdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.FedExtraDetails.organization": {"fq_name": "team_log.FedExtraDetails.organization", "param_name": "organizationValue", "static_instance": null, "getter_method": "getOrganizationValue", "containing_data_type_ref": "team_log.FedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FedExtraDetails.team": {"fq_name": "team_log.FedExtraDetails.team", "param_name": "teamValue", "static_instance": null, "getter_method": "getTeamValue", "containing_data_type_ref": "team_log.FedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FedExtraDetails.other": {"fq_name": "team_log.FedExtraDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.accepted_invite": {"fq_name": "team_log.FedHandshakeAction.accepted_invite", "param_name": "acceptedInviteValue", "static_instance": "ACCEPTED_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.canceled_invite": {"fq_name": "team_log.FedHandshakeAction.canceled_invite", "param_name": "canceledInviteValue", "static_instance": "CANCELED_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.invite_expired": {"fq_name": "team_log.FedHandshakeAction.invite_expired", "param_name": "inviteExpiredValue", "static_instance": "INVITE_EXPIRED", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.invited": {"fq_name": "team_log.FedHandshakeAction.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.rejected_invite": {"fq_name": "team_log.FedHandshakeAction.rejected_invite", "param_name": "rejectedInviteValue", "static_instance": "REJECTED_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.removed_team": {"fq_name": "team_log.FedHandshakeAction.removed_team", "param_name": "removedTeamValue", "static_instance": "REMOVED_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.other": {"fq_name": "team_log.FedHandshakeAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FederationStatusChangeAdditionalInfo.connected_team_name": {"fq_name": "team_log.FederationStatusChangeAdditionalInfo.connected_team_name", "param_name": "connectedTeamNameValue", "static_instance": null, "getter_method": "getConnectedTeamNameValue", "containing_data_type_ref": "team_log.FederationStatusChangeAdditionalInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FederationStatusChangeAdditionalInfo.non_trusted_team_details": {"fq_name": "team_log.FederationStatusChangeAdditionalInfo.non_trusted_team_details", "param_name": "nonTrustedTeamDetailsValue", "static_instance": null, "getter_method": "getNonTrustedTeamDetailsValue", "containing_data_type_ref": "team_log.FederationStatusChangeAdditionalInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FederationStatusChangeAdditionalInfo.organization_name": {"fq_name": "team_log.FederationStatusChangeAdditionalInfo.organization_name", "param_name": "organizationNameValue", "static_instance": null, "getter_method": "getOrganizationNameValue", "containing_data_type_ref": "team_log.FederationStatusChangeAdditionalInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FederationStatusChangeAdditionalInfo.other": {"fq_name": "team_log.FederationStatusChangeAdditionalInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FederationStatusChangeAdditionalInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileAddCommentDetails.comment_text": {"fq_name": "team_log.FileAddCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileAddCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileAddCommentType.description": {"fq_name": "team_log.FileAddCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileAddCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileAddFromAutomationType.description": {"fq_name": "team_log.FileAddFromAutomationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileAddFromAutomationType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileAddType.description": {"fq_name": "team_log.FileAddType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileAddType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileChangeCommentSubscriptionDetails.new_value": {"fq_name": "team_log.FileChangeCommentSubscriptionDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileChangeCommentSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileChangeCommentSubscriptionDetails.previous_value": {"fq_name": "team_log.FileChangeCommentSubscriptionDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileChangeCommentSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileChangeCommentSubscriptionType.description": {"fq_name": "team_log.FileChangeCommentSubscriptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileChangeCommentSubscriptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentNotificationPolicy.disabled": {"fq_name": "team_log.FileCommentNotificationPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentNotificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentNotificationPolicy.enabled": {"fq_name": "team_log.FileCommentNotificationPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentNotificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentNotificationPolicy.other": {"fq_name": "team_log.FileCommentNotificationPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentNotificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsChangePolicyDetails.new_value": {"fq_name": "team_log.FileCommentsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileCommentsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsChangePolicyDetails.previous_value": {"fq_name": "team_log.FileCommentsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileCommentsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsChangePolicyType.description": {"fq_name": "team_log.FileCommentsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileCommentsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsPolicy.disabled": {"fq_name": "team_log.FileCommentsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsPolicy.enabled": {"fq_name": "team_log.FileCommentsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsPolicy.other": {"fq_name": "team_log.FileCommentsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCopyDetails.relocate_action_details": {"fq_name": "team_log.FileCopyDetails.relocate_action_details", "param_name": "relocateActionDetails", "static_instance": null, "getter_method": "getRelocateActionDetails", "containing_data_type_ref": "team_log.FileCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCopyType.description": {"fq_name": "team_log.FileCopyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileCopyType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileDeleteCommentDetails.comment_text": {"fq_name": "team_log.FileDeleteCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileDeleteCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileDeleteCommentType.description": {"fq_name": "team_log.FileDeleteCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileDeleteCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileDeleteType.description": {"fq_name": "team_log.FileDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileDownloadType.description": {"fq_name": "team_log.FileDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileEditCommentDetails.previous_comment_text": {"fq_name": "team_log.FileEditCommentDetails.previous_comment_text", "param_name": "previousCommentText", "static_instance": null, "getter_method": "getPreviousCommentText", "containing_data_type_ref": "team_log.FileEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileEditCommentDetails.comment_text": {"fq_name": "team_log.FileEditCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileEditCommentType.description": {"fq_name": "team_log.FileEditCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileEditCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileEditType.description": {"fq_name": "team_log.FileEditType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileEditType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileGetCopyReferenceType.description": {"fq_name": "team_log.FileGetCopyReferenceType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileGetCopyReferenceType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLikeCommentDetails.comment_text": {"fq_name": "team_log.FileLikeCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileLikeCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLikeCommentType.description": {"fq_name": "team_log.FileLikeCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileLikeCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingLockStatusChangedDetails.previous_value": {"fq_name": "team_log.FileLockingLockStatusChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileLockingLockStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingLockStatusChangedDetails.new_value": {"fq_name": "team_log.FileLockingLockStatusChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileLockingLockStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingLockStatusChangedType.description": {"fq_name": "team_log.FileLockingLockStatusChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileLockingLockStatusChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingPolicyChangedDetails.new_value": {"fq_name": "team_log.FileLockingPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileLockingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingPolicyChangedDetails.previous_value": {"fq_name": "team_log.FileLockingPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileLockingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingPolicyChangedType.description": {"fq_name": "team_log.FileLockingPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileLockingPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLogInfo.path": {"fq_name": "team_log.FileLogInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "team_log.FileLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLogInfo.display_name": {"fq_name": "team_log.FileLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.FileLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLogInfo.file_id": {"fq_name": "team_log.FileLogInfo.file_id", "param_name": "fileId", "static_instance": null, "getter_method": "getFileId", "containing_data_type_ref": "team_log.FileLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLogInfo.file_size": {"fq_name": "team_log.FileLogInfo.file_size", "param_name": "fileSize", "static_instance": null, "getter_method": "getFileSize", "containing_data_type_ref": "team_log.FileLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileMoveDetails.relocate_action_details": {"fq_name": "team_log.FileMoveDetails.relocate_action_details", "param_name": "relocateActionDetails", "static_instance": null, "getter_method": "getRelocateActionDetails", "containing_data_type_ref": "team_log.FileMoveDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileMoveType.description": {"fq_name": "team_log.FileMoveType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileMoveType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileOrFolderLogInfo.path": {"fq_name": "team_log.FileOrFolderLogInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "team_log.FileOrFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileOrFolderLogInfo.display_name": {"fq_name": "team_log.FileOrFolderLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.FileOrFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileOrFolderLogInfo.file_id": {"fq_name": "team_log.FileOrFolderLogInfo.file_id", "param_name": "fileId", "static_instance": null, "getter_method": "getFileId", "containing_data_type_ref": "team_log.FileOrFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileOrFolderLogInfo.file_size": {"fq_name": "team_log.FileOrFolderLogInfo.file_size", "param_name": "fileSize", "static_instance": null, "getter_method": "getFileSize", "containing_data_type_ref": "team_log.FileOrFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FilePermanentlyDeleteType.description": {"fq_name": "team_log.FilePermanentlyDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FilePermanentlyDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.FilePreviewType.description": {"fq_name": "team_log.FilePreviewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FilePreviewType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileProviderMigrationPolicyChangedDetails.new_value": {"fq_name": "team_log.FileProviderMigrationPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileProviderMigrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileProviderMigrationPolicyChangedDetails.previous_value": {"fq_name": "team_log.FileProviderMigrationPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileProviderMigrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileProviderMigrationPolicyChangedType.description": {"fq_name": "team_log.FileProviderMigrationPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileProviderMigrationPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRenameDetails.relocate_action_details": {"fq_name": "team_log.FileRenameDetails.relocate_action_details", "param_name": "relocateActionDetails", "static_instance": null, "getter_method": "getRelocateActionDetails", "containing_data_type_ref": "team_log.FileRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRenameType.description": {"fq_name": "team_log.FileRenameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRenameType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestChangeDetails.new_details": {"fq_name": "team_log.FileRequestChangeDetails.new_details", "param_name": "newDetails", "static_instance": null, "getter_method": "getNewDetails", "containing_data_type_ref": "team_log.FileRequestChangeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestChangeDetails.file_request_id": {"fq_name": "team_log.FileRequestChangeDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestChangeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestChangeDetails.previous_details": {"fq_name": "team_log.FileRequestChangeDetails.previous_details", "param_name": "previousDetails", "static_instance": null, "getter_method": "getPreviousDetails", "containing_data_type_ref": "team_log.FileRequestChangeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestChangeType.description": {"fq_name": "team_log.FileRequestChangeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestChangeType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCloseDetails.file_request_id": {"fq_name": "team_log.FileRequestCloseDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestCloseDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCloseDetails.previous_details": {"fq_name": "team_log.FileRequestCloseDetails.previous_details", "param_name": "previousDetails", "static_instance": null, "getter_method": "getPreviousDetails", "containing_data_type_ref": "team_log.FileRequestCloseDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCloseType.description": {"fq_name": "team_log.FileRequestCloseType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestCloseType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCreateDetails.file_request_id": {"fq_name": "team_log.FileRequestCreateDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCreateDetails.request_details": {"fq_name": "team_log.FileRequestCreateDetails.request_details", "param_name": "requestDetails", "static_instance": null, "getter_method": "getRequestDetails", "containing_data_type_ref": "team_log.FileRequestCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCreateType.description": {"fq_name": "team_log.FileRequestCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDeadline.deadline": {"fq_name": "team_log.FileRequestDeadline.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "team_log.FileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDeadline.allow_late_uploads": {"fq_name": "team_log.FileRequestDeadline.allow_late_uploads", "param_name": "allowLateUploads", "static_instance": null, "getter_method": "getAllowLateUploads", "containing_data_type_ref": "team_log.FileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDeleteDetails.file_request_id": {"fq_name": "team_log.FileRequestDeleteDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDeleteDetails.previous_details": {"fq_name": "team_log.FileRequestDeleteDetails.previous_details", "param_name": "previousDetails", "static_instance": null, "getter_method": "getPreviousDetails", "containing_data_type_ref": "team_log.FileRequestDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDeleteType.description": {"fq_name": "team_log.FileRequestDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDetails.asset_index": {"fq_name": "team_log.FileRequestDetails.asset_index", "param_name": "assetIndex", "static_instance": null, "getter_method": "getAssetIndex", "containing_data_type_ref": "team_log.FileRequestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDetails.deadline": {"fq_name": "team_log.FileRequestDetails.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "team_log.FileRequestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileDetails.submitted_file_names": {"fq_name": "team_log.FileRequestReceiveFileDetails.submitted_file_names", "param_name": "submittedFileNames", "static_instance": null, "getter_method": "getSubmittedFileNames", "containing_data_type_ref": "team_log.FileRequestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileDetails.file_request_id": {"fq_name": "team_log.FileRequestReceiveFileDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileDetails.file_request_details": {"fq_name": "team_log.FileRequestReceiveFileDetails.file_request_details", "param_name": "fileRequestDetails", "static_instance": null, "getter_method": "getFileRequestDetails", "containing_data_type_ref": "team_log.FileRequestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileDetails.submitter_name": {"fq_name": "team_log.FileRequestReceiveFileDetails.submitter_name", "param_name": "submitterName", "static_instance": null, "getter_method": "getSubmitterName", "containing_data_type_ref": "team_log.FileRequestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileDetails.submitter_email": {"fq_name": "team_log.FileRequestReceiveFileDetails.submitter_email", "param_name": "submitterEmail", "static_instance": null, "getter_method": "getSubmitterEmail", "containing_data_type_ref": "team_log.FileRequestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileType.description": {"fq_name": "team_log.FileRequestReceiveFileType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestReceiveFileType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsChangePolicyDetails.new_value": {"fq_name": "team_log.FileRequestsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileRequestsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsChangePolicyDetails.previous_value": {"fq_name": "team_log.FileRequestsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileRequestsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsChangePolicyType.description": {"fq_name": "team_log.FileRequestsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsEmailsEnabledType.description": {"fq_name": "team_log.FileRequestsEmailsEnabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestsEmailsEnabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsEmailsRestrictedToTeamOnlyType.description": {"fq_name": "team_log.FileRequestsEmailsRestrictedToTeamOnlyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestsEmailsRestrictedToTeamOnlyType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsPolicy.disabled": {"fq_name": "team_log.FileRequestsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsPolicy.enabled": {"fq_name": "team_log.FileRequestsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsPolicy.other": {"fq_name": "team_log.FileRequestsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FileRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileResolveCommentDetails.comment_text": {"fq_name": "team_log.FileResolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileResolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileResolveCommentType.description": {"fq_name": "team_log.FileResolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileResolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRestoreType.description": {"fq_name": "team_log.FileRestoreType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRestoreType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRevertType.description": {"fq_name": "team_log.FileRevertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRevertType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRollbackChangesType.description": {"fq_name": "team_log.FileRollbackChangesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRollbackChangesType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileSaveCopyReferenceDetails.relocate_action_details": {"fq_name": "team_log.FileSaveCopyReferenceDetails.relocate_action_details", "param_name": "relocateActionDetails", "static_instance": null, "getter_method": "getRelocateActionDetails", "containing_data_type_ref": "team_log.FileSaveCopyReferenceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileSaveCopyReferenceType.description": {"fq_name": "team_log.FileSaveCopyReferenceType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileSaveCopyReferenceType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersFileAddDetails.file_transfer_id": {"fq_name": "team_log.FileTransfersFileAddDetails.file_transfer_id", "param_name": "fileTransferId", "static_instance": null, "getter_method": "getFileTransferId", "containing_data_type_ref": "team_log.FileTransfersFileAddDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersFileAddType.description": {"fq_name": "team_log.FileTransfersFileAddType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersFileAddType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicy.disabled": {"fq_name": "team_log.FileTransfersPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileTransfersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicy.enabled": {"fq_name": "team_log.FileTransfersPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileTransfersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicy.other": {"fq_name": "team_log.FileTransfersPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FileTransfersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicyChangedDetails.new_value": {"fq_name": "team_log.FileTransfersPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileTransfersPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicyChangedDetails.previous_value": {"fq_name": "team_log.FileTransfersPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileTransfersPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicyChangedType.description": {"fq_name": "team_log.FileTransfersPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferDeleteDetails.file_transfer_id": {"fq_name": "team_log.FileTransfersTransferDeleteDetails.file_transfer_id", "param_name": "fileTransferId", "static_instance": null, "getter_method": "getFileTransferId", "containing_data_type_ref": "team_log.FileTransfersTransferDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferDeleteType.description": {"fq_name": "team_log.FileTransfersTransferDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersTransferDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferDownloadDetails.file_transfer_id": {"fq_name": "team_log.FileTransfersTransferDownloadDetails.file_transfer_id", "param_name": "fileTransferId", "static_instance": null, "getter_method": "getFileTransferId", "containing_data_type_ref": "team_log.FileTransfersTransferDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferDownloadType.description": {"fq_name": "team_log.FileTransfersTransferDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersTransferDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferSendDetails.file_transfer_id": {"fq_name": "team_log.FileTransfersTransferSendDetails.file_transfer_id", "param_name": "fileTransferId", "static_instance": null, "getter_method": "getFileTransferId", "containing_data_type_ref": "team_log.FileTransfersTransferSendDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferSendType.description": {"fq_name": "team_log.FileTransfersTransferSendType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersTransferSendType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferViewDetails.file_transfer_id": {"fq_name": "team_log.FileTransfersTransferViewDetails.file_transfer_id", "param_name": "fileTransferId", "static_instance": null, "getter_method": "getFileTransferId", "containing_data_type_ref": "team_log.FileTransfersTransferViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferViewType.description": {"fq_name": "team_log.FileTransfersTransferViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersTransferViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileUnlikeCommentDetails.comment_text": {"fq_name": "team_log.FileUnlikeCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileUnlikeCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileUnlikeCommentType.description": {"fq_name": "team_log.FileUnlikeCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileUnlikeCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileUnresolveCommentDetails.comment_text": {"fq_name": "team_log.FileUnresolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileUnresolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileUnresolveCommentType.description": {"fq_name": "team_log.FileUnresolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileUnresolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicy.disabled": {"fq_name": "team_log.FolderLinkRestrictionPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicy.enabled": {"fq_name": "team_log.FolderLinkRestrictionPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicy.other": {"fq_name": "team_log.FolderLinkRestrictionPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicyChangedDetails.new_value": {"fq_name": "team_log.FolderLinkRestrictionPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicyChangedDetails.previous_value": {"fq_name": "team_log.FolderLinkRestrictionPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicyChangedType.description": {"fq_name": "team_log.FolderLinkRestrictionPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLogInfo.path": {"fq_name": "team_log.FolderLogInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "team_log.FolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLogInfo.display_name": {"fq_name": "team_log.FolderLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.FolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLogInfo.file_id": {"fq_name": "team_log.FolderLogInfo.file_id", "param_name": "fileId", "static_instance": null, "getter_method": "getFileId", "containing_data_type_ref": "team_log.FolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLogInfo.file_size": {"fq_name": "team_log.FolderLogInfo.file_size", "param_name": "fileSize", "static_instance": null, "getter_method": "getFileSize", "containing_data_type_ref": "team_log.FolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLogInfo.file_count": {"fq_name": "team_log.FolderLogInfo.file_count", "param_name": "fileCount", "static_instance": null, "getter_method": "getFileCount", "containing_data_type_ref": "team_log.FolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewDescriptionChangedDetails.folder_overview_location_asset": {"fq_name": "team_log.FolderOverviewDescriptionChangedDetails.folder_overview_location_asset", "param_name": "folderOverviewLocationAsset", "static_instance": null, "getter_method": "getFolderOverviewLocationAsset", "containing_data_type_ref": "team_log.FolderOverviewDescriptionChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewDescriptionChangedType.description": {"fq_name": "team_log.FolderOverviewDescriptionChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FolderOverviewDescriptionChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemPinnedDetails.folder_overview_location_asset": {"fq_name": "team_log.FolderOverviewItemPinnedDetails.folder_overview_location_asset", "param_name": "folderOverviewLocationAsset", "static_instance": null, "getter_method": "getFolderOverviewLocationAsset", "containing_data_type_ref": "team_log.FolderOverviewItemPinnedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemPinnedDetails.pinned_items_asset_indices": {"fq_name": "team_log.FolderOverviewItemPinnedDetails.pinned_items_asset_indices", "param_name": "pinnedItemsAssetIndices", "static_instance": null, "getter_method": "getPinnedItemsAssetIndices", "containing_data_type_ref": "team_log.FolderOverviewItemPinnedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemPinnedType.description": {"fq_name": "team_log.FolderOverviewItemPinnedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FolderOverviewItemPinnedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemUnpinnedDetails.folder_overview_location_asset": {"fq_name": "team_log.FolderOverviewItemUnpinnedDetails.folder_overview_location_asset", "param_name": "folderOverviewLocationAsset", "static_instance": null, "getter_method": "getFolderOverviewLocationAsset", "containing_data_type_ref": "team_log.FolderOverviewItemUnpinnedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemUnpinnedDetails.pinned_items_asset_indices": {"fq_name": "team_log.FolderOverviewItemUnpinnedDetails.pinned_items_asset_indices", "param_name": "pinnedItemsAssetIndices", "static_instance": null, "getter_method": "getPinnedItemsAssetIndices", "containing_data_type_ref": "team_log.FolderOverviewItemUnpinnedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemUnpinnedType.description": {"fq_name": "team_log.FolderOverviewItemUnpinnedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FolderOverviewItemUnpinnedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GeoLocationLogInfo.ip_address": {"fq_name": "team_log.GeoLocationLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.GeoLocationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GeoLocationLogInfo.city": {"fq_name": "team_log.GeoLocationLogInfo.city", "param_name": "city", "static_instance": null, "getter_method": "getCity", "containing_data_type_ref": "team_log.GeoLocationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GeoLocationLogInfo.region": {"fq_name": "team_log.GeoLocationLogInfo.region", "param_name": "region", "static_instance": null, "getter_method": "getRegion", "containing_data_type_ref": "team_log.GeoLocationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GeoLocationLogInfo.country": {"fq_name": "team_log.GeoLocationLogInfo.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "team_log.GeoLocationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsArg.limit": {"fq_name": "team_log.GetTeamEventsArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team_log.GetTeamEventsArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsArg.account_id": {"fq_name": "team_log.GetTeamEventsArg.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team_log.GetTeamEventsArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsArg.time": {"fq_name": "team_log.GetTeamEventsArg.time", "param_name": "time", "static_instance": null, "getter_method": "getTime", "containing_data_type_ref": "team_log.GetTeamEventsArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsArg.category": {"fq_name": "team_log.GetTeamEventsArg.category", "param_name": "category", "static_instance": null, "getter_method": "getCategory", "containing_data_type_ref": "team_log.GetTeamEventsArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsArg.event_type": {"fq_name": "team_log.GetTeamEventsArg.event_type", "param_name": "eventType", "static_instance": null, "getter_method": "getEventType", "containing_data_type_ref": "team_log.GetTeamEventsArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsContinueArg.cursor": {"fq_name": "team_log.GetTeamEventsContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team_log.GetTeamEventsContinueArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsContinueError.bad_cursor": {"fq_name": "team_log.GetTeamEventsContinueError.bad_cursor", "param_name": "badCursorValue", "static_instance": "BAD_CURSOR", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsContinueError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsContinueError.reset": {"fq_name": "team_log.GetTeamEventsContinueError.reset", "param_name": "resetValue", "static_instance": null, "getter_method": "getResetValue", "containing_data_type_ref": "team_log.GetTeamEventsContinueError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsContinueError.other": {"fq_name": "team_log.GetTeamEventsContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsContinueError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsError.account_id_not_found": {"fq_name": "team_log.GetTeamEventsError.account_id_not_found", "param_name": "accountIdNotFoundValue", "static_instance": "ACCOUNT_ID_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsError.invalid_time_range": {"fq_name": "team_log.GetTeamEventsError.invalid_time_range", "param_name": "invalidTimeRangeValue", "static_instance": "INVALID_TIME_RANGE", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsError.invalid_filters": {"fq_name": "team_log.GetTeamEventsError.invalid_filters", "param_name": "invalidFiltersValue", "static_instance": "INVALID_FILTERS", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsError.other": {"fq_name": "team_log.GetTeamEventsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsResult.events": {"fq_name": "team_log.GetTeamEventsResult.events", "param_name": "events", "static_instance": null, "getter_method": "getEvents", "containing_data_type_ref": "team_log.GetTeamEventsResult", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsResult.cursor": {"fq_name": "team_log.GetTeamEventsResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team_log.GetTeamEventsResult", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsResult.has_more": {"fq_name": "team_log.GetTeamEventsResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team_log.GetTeamEventsResult", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoChangePolicyDetails.new_value": {"fq_name": "team_log.GoogleSsoChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GoogleSsoChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoChangePolicyDetails.previous_value": {"fq_name": "team_log.GoogleSsoChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GoogleSsoChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoChangePolicyType.description": {"fq_name": "team_log.GoogleSsoChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GoogleSsoChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoPolicy.disabled": {"fq_name": "team_log.GoogleSsoPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.GoogleSsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoPolicy.enabled": {"fq_name": "team_log.GoogleSsoPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.GoogleSsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoPolicy.other": {"fq_name": "team_log.GoogleSsoPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.GoogleSsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedDetails.name": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedDetails.folder": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails.folder", "param_name": "folder", "static_instance": null, "getter_method": "getFolder", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedDetails.reason": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedType.description": {"fq_name": "team_log.GovernancePolicyAddFolderFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFoldersDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyAddFoldersDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyAddFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFoldersDetails.name": {"fq_name": "team_log.GovernancePolicyAddFoldersDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyAddFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFoldersDetails.policy_type": {"fq_name": "team_log.GovernancePolicyAddFoldersDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyAddFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFoldersDetails.folders": {"fq_name": "team_log.GovernancePolicyAddFoldersDetails.folders", "param_name": "folders", "static_instance": null, "getter_method": "getFolders", "containing_data_type_ref": "team_log.GovernancePolicyAddFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFoldersType.description": {"fq_name": "team_log.GovernancePolicyAddFoldersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyAddFoldersType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyContentDisposedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyContentDisposedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyContentDisposedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyContentDisposedDetails.name": {"fq_name": "team_log.GovernancePolicyContentDisposedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyContentDisposedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyContentDisposedDetails.disposition_type": {"fq_name": "team_log.GovernancePolicyContentDisposedDetails.disposition_type", "param_name": "dispositionType", "static_instance": null, "getter_method": "getDispositionType", "containing_data_type_ref": "team_log.GovernancePolicyContentDisposedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyContentDisposedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyContentDisposedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyContentDisposedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyContentDisposedType.description": {"fq_name": "team_log.GovernancePolicyContentDisposedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyContentDisposedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyCreateDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateDetails.name": {"fq_name": "team_log.GovernancePolicyCreateDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateDetails.duration": {"fq_name": "team_log.GovernancePolicyCreateDetails.duration", "param_name": "duration", "static_instance": null, "getter_method": "getDuration", "containing_data_type_ref": "team_log.GovernancePolicyCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateDetails.policy_type": {"fq_name": "team_log.GovernancePolicyCreateDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateDetails.folders": {"fq_name": "team_log.GovernancePolicyCreateDetails.folders", "param_name": "folders", "static_instance": null, "getter_method": "getFolders", "containing_data_type_ref": "team_log.GovernancePolicyCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateType.description": {"fq_name": "team_log.GovernancePolicyCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyDeleteDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyDeleteDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyDeleteDetails.name": {"fq_name": "team_log.GovernancePolicyDeleteDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyDeleteDetails.policy_type": {"fq_name": "team_log.GovernancePolicyDeleteDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyDeleteType.description": {"fq_name": "team_log.GovernancePolicyDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.name": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.attribute": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.attribute", "param_name": "attribute", "static_instance": null, "getter_method": "getAttribute", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.previous_value": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.new_value": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.policy_type": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsType.description": {"fq_name": "team_log.GovernancePolicyEditDetailsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyEditDurationDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationDetails.name": {"fq_name": "team_log.GovernancePolicyEditDurationDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationDetails.previous_value": {"fq_name": "team_log.GovernancePolicyEditDurationDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationDetails.new_value": {"fq_name": "team_log.GovernancePolicyEditDurationDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationDetails.policy_type": {"fq_name": "team_log.GovernancePolicyEditDurationDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationType.description": {"fq_name": "team_log.GovernancePolicyEditDurationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportCreatedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyExportCreatedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyExportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportCreatedDetails.name": {"fq_name": "team_log.GovernancePolicyExportCreatedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyExportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportCreatedDetails.export_name": {"fq_name": "team_log.GovernancePolicyExportCreatedDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.GovernancePolicyExportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportCreatedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyExportCreatedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyExportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportCreatedType.description": {"fq_name": "team_log.GovernancePolicyExportCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyExportCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportRemovedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyExportRemovedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportRemovedDetails.name": {"fq_name": "team_log.GovernancePolicyExportRemovedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportRemovedDetails.export_name": {"fq_name": "team_log.GovernancePolicyExportRemovedDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.GovernancePolicyExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportRemovedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyExportRemovedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportRemovedType.description": {"fq_name": "team_log.GovernancePolicyExportRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyExportRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersDetails.name": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersDetails.policy_type": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersDetails.folders": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails.folders", "param_name": "folders", "static_instance": null, "getter_method": "getFolders", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersDetails.reason": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersType.description": {"fq_name": "team_log.GovernancePolicyRemoveFoldersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyReportCreatedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyReportCreatedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyReportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyReportCreatedDetails.name": {"fq_name": "team_log.GovernancePolicyReportCreatedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyReportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyReportCreatedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyReportCreatedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyReportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyReportCreatedType.description": {"fq_name": "team_log.GovernancePolicyReportCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyReportCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails.name": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails.export_name": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails.part": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails.part", "param_name": "part", "static_instance": null, "getter_method": "getPart", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedType.description": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupAddExternalIdDetails.new_value": {"fq_name": "team_log.GroupAddExternalIdDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupAddExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupAddExternalIdType.description": {"fq_name": "team_log.GroupAddExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupAddExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupAddMemberDetails.is_group_owner": {"fq_name": "team_log.GroupAddMemberDetails.is_group_owner", "param_name": "isGroupOwner", "static_instance": null, "getter_method": "getIsGroupOwner", "containing_data_type_ref": "team_log.GroupAddMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupAddMemberType.description": {"fq_name": "team_log.GroupAddMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupAddMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeExternalIdDetails.new_value": {"fq_name": "team_log.GroupChangeExternalIdDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupChangeExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeExternalIdDetails.previous_value": {"fq_name": "team_log.GroupChangeExternalIdDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupChangeExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeExternalIdType.description": {"fq_name": "team_log.GroupChangeExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupChangeExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeManagementTypeDetails.new_value": {"fq_name": "team_log.GroupChangeManagementTypeDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupChangeManagementTypeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeManagementTypeDetails.previous_value": {"fq_name": "team_log.GroupChangeManagementTypeDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupChangeManagementTypeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeManagementTypeType.description": {"fq_name": "team_log.GroupChangeManagementTypeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupChangeManagementTypeType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeMemberRoleDetails.is_group_owner": {"fq_name": "team_log.GroupChangeMemberRoleDetails.is_group_owner", "param_name": "isGroupOwner", "static_instance": null, "getter_method": "getIsGroupOwner", "containing_data_type_ref": "team_log.GroupChangeMemberRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeMemberRoleType.description": {"fq_name": "team_log.GroupChangeMemberRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupChangeMemberRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupCreateDetails.is_company_managed": {"fq_name": "team_log.GroupCreateDetails.is_company_managed", "param_name": "isCompanyManaged", "static_instance": null, "getter_method": "getIsCompanyManaged", "containing_data_type_ref": "team_log.GroupCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupCreateDetails.join_policy": {"fq_name": "team_log.GroupCreateDetails.join_policy", "param_name": "joinPolicy", "static_instance": null, "getter_method": "getJoinPolicy", "containing_data_type_ref": "team_log.GroupCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupCreateType.description": {"fq_name": "team_log.GroupCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupDeleteDetails.is_company_managed": {"fq_name": "team_log.GroupDeleteDetails.is_company_managed", "param_name": "isCompanyManaged", "static_instance": null, "getter_method": "getIsCompanyManaged", "containing_data_type_ref": "team_log.GroupDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupDeleteType.description": {"fq_name": "team_log.GroupDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupDescriptionUpdatedType.description": {"fq_name": "team_log.GroupDescriptionUpdatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupDescriptionUpdatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicy.open": {"fq_name": "team_log.GroupJoinPolicy.open", "param_name": "openValue", "static_instance": "OPEN", "getter_method": null, "containing_data_type_ref": "team_log.GroupJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicy.request_to_join": {"fq_name": "team_log.GroupJoinPolicy.request_to_join", "param_name": "requestToJoinValue", "static_instance": "REQUEST_TO_JOIN", "getter_method": null, "containing_data_type_ref": "team_log.GroupJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicy.other": {"fq_name": "team_log.GroupJoinPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.GroupJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicyUpdatedDetails.is_company_managed": {"fq_name": "team_log.GroupJoinPolicyUpdatedDetails.is_company_managed", "param_name": "isCompanyManaged", "static_instance": null, "getter_method": "getIsCompanyManaged", "containing_data_type_ref": "team_log.GroupJoinPolicyUpdatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicyUpdatedDetails.join_policy": {"fq_name": "team_log.GroupJoinPolicyUpdatedDetails.join_policy", "param_name": "joinPolicy", "static_instance": null, "getter_method": "getJoinPolicy", "containing_data_type_ref": "team_log.GroupJoinPolicyUpdatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicyUpdatedType.description": {"fq_name": "team_log.GroupJoinPolicyUpdatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupJoinPolicyUpdatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupLogInfo.display_name": {"fq_name": "team_log.GroupLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.GroupLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupLogInfo.group_id": {"fq_name": "team_log.GroupLogInfo.group_id", "param_name": "groupId", "static_instance": null, "getter_method": "getGroupId", "containing_data_type_ref": "team_log.GroupLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupLogInfo.external_id": {"fq_name": "team_log.GroupLogInfo.external_id", "param_name": "externalId", "static_instance": null, "getter_method": "getExternalId", "containing_data_type_ref": "team_log.GroupLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupMovedType.description": {"fq_name": "team_log.GroupMovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupMovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRemoveExternalIdDetails.previous_value": {"fq_name": "team_log.GroupRemoveExternalIdDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupRemoveExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRemoveExternalIdType.description": {"fq_name": "team_log.GroupRemoveExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupRemoveExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRemoveMemberType.description": {"fq_name": "team_log.GroupRemoveMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupRemoveMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRenameDetails.previous_value": {"fq_name": "team_log.GroupRenameDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRenameDetails.new_value": {"fq_name": "team_log.GroupRenameDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRenameType.description": {"fq_name": "team_log.GroupRenameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupRenameType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupUserManagementChangePolicyDetails.new_value": {"fq_name": "team_log.GroupUserManagementChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupUserManagementChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupUserManagementChangePolicyDetails.previous_value": {"fq_name": "team_log.GroupUserManagementChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupUserManagementChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupUserManagementChangePolicyType.description": {"fq_name": "team_log.GroupUserManagementChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupUserManagementChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.is_guest": {"fq_name": "team_log.GuestAdminChangeStatusDetails.is_guest", "param_name": "isGuest", "static_instance": null, "getter_method": "getIsGuest", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.previous_value": {"fq_name": "team_log.GuestAdminChangeStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.new_value": {"fq_name": "team_log.GuestAdminChangeStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.action_details": {"fq_name": "team_log.GuestAdminChangeStatusDetails.action_details", "param_name": "actionDetails", "static_instance": null, "getter_method": "getActionDetails", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.guest_team_name": {"fq_name": "team_log.GuestAdminChangeStatusDetails.guest_team_name", "param_name": "guestTeamName", "static_instance": null, "getter_method": "getGuestTeamName", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.host_team_name": {"fq_name": "team_log.GuestAdminChangeStatusDetails.host_team_name", "param_name": "hostTeamName", "static_instance": null, "getter_method": "getHostTeamName", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusType.description": {"fq_name": "team_log.GuestAdminChangeStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GuestAdminChangeStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedInViaTrustedTeamsDetails.team_name": {"fq_name": "team_log.GuestAdminSignedInViaTrustedTeamsDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.GuestAdminSignedInViaTrustedTeamsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedInViaTrustedTeamsDetails.trusted_team_name": {"fq_name": "team_log.GuestAdminSignedInViaTrustedTeamsDetails.trusted_team_name", "param_name": "trustedTeamName", "static_instance": null, "getter_method": "getTrustedTeamName", "containing_data_type_ref": "team_log.GuestAdminSignedInViaTrustedTeamsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedInViaTrustedTeamsType.description": {"fq_name": "team_log.GuestAdminSignedInViaTrustedTeamsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GuestAdminSignedInViaTrustedTeamsType", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedOutViaTrustedTeamsDetails.team_name": {"fq_name": "team_log.GuestAdminSignedOutViaTrustedTeamsDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.GuestAdminSignedOutViaTrustedTeamsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedOutViaTrustedTeamsDetails.trusted_team_name": {"fq_name": "team_log.GuestAdminSignedOutViaTrustedTeamsDetails.trusted_team_name", "param_name": "trustedTeamName", "static_instance": null, "getter_method": "getTrustedTeamName", "containing_data_type_ref": "team_log.GuestAdminSignedOutViaTrustedTeamsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedOutViaTrustedTeamsType.description": {"fq_name": "team_log.GuestAdminSignedOutViaTrustedTeamsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GuestAdminSignedOutViaTrustedTeamsType", "route_refs": [], "_type": "FieldReference"}, "team_log.IdentifierType.email": {"fq_name": "team_log.IdentifierType.email", "param_name": "emailValue", "static_instance": "EMAIL", "getter_method": null, "containing_data_type_ref": "team_log.IdentifierType", "route_refs": [], "_type": "FieldReference"}, "team_log.IdentifierType.facebook_profile_name": {"fq_name": "team_log.IdentifierType.facebook_profile_name", "param_name": "facebookProfileNameValue", "static_instance": "FACEBOOK_PROFILE_NAME", "getter_method": null, "containing_data_type_ref": "team_log.IdentifierType", "route_refs": [], "_type": "FieldReference"}, "team_log.IdentifierType.other": {"fq_name": "team_log.IdentifierType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.IdentifierType", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationConnectedDetails.integration_name": {"fq_name": "team_log.IntegrationConnectedDetails.integration_name", "param_name": "integrationName", "static_instance": null, "getter_method": "getIntegrationName", "containing_data_type_ref": "team_log.IntegrationConnectedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationConnectedType.description": {"fq_name": "team_log.IntegrationConnectedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.IntegrationConnectedType", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationDisconnectedDetails.integration_name": {"fq_name": "team_log.IntegrationDisconnectedDetails.integration_name", "param_name": "integrationName", "static_instance": null, "getter_method": "getIntegrationName", "containing_data_type_ref": "team_log.IntegrationDisconnectedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationDisconnectedType.description": {"fq_name": "team_log.IntegrationDisconnectedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.IntegrationDisconnectedType", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicy.disabled": {"fq_name": "team_log.IntegrationPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.IntegrationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicy.enabled": {"fq_name": "team_log.IntegrationPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.IntegrationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicy.other": {"fq_name": "team_log.IntegrationPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.IntegrationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicyChangedDetails.integration_name": {"fq_name": "team_log.IntegrationPolicyChangedDetails.integration_name", "param_name": "integrationName", "static_instance": null, "getter_method": "getIntegrationName", "containing_data_type_ref": "team_log.IntegrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicyChangedDetails.new_value": {"fq_name": "team_log.IntegrationPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.IntegrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicyChangedDetails.previous_value": {"fq_name": "team_log.IntegrationPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.IntegrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicyChangedType.description": {"fq_name": "team_log.IntegrationPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.IntegrationPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicy.disabled": {"fq_name": "team_log.InviteAcceptanceEmailPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicy.enabled": {"fq_name": "team_log.InviteAcceptanceEmailPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicy.other": {"fq_name": "team_log.InviteAcceptanceEmailPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicyChangedDetails.new_value": {"fq_name": "team_log.InviteAcceptanceEmailPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicyChangedDetails.previous_value": {"fq_name": "team_log.InviteAcceptanceEmailPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicyChangedType.description": {"fq_name": "team_log.InviteAcceptanceEmailPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteMethod.auto_approve": {"fq_name": "team_log.InviteMethod.auto_approve", "param_name": "autoApproveValue", "static_instance": "AUTO_APPROVE", "getter_method": null, "containing_data_type_ref": "team_log.InviteMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteMethod.invite_link": {"fq_name": "team_log.InviteMethod.invite_link", "param_name": "inviteLinkValue", "static_instance": "INVITE_LINK", "getter_method": null, "containing_data_type_ref": "team_log.InviteMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteMethod.member_invite": {"fq_name": "team_log.InviteMethod.member_invite", "param_name": "memberInviteValue", "static_instance": "MEMBER_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.InviteMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteMethod.moved_from_another_team": {"fq_name": "team_log.InviteMethod.moved_from_another_team", "param_name": "movedFromAnotherTeamValue", "static_instance": "MOVED_FROM_ANOTHER_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.InviteMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteMethod.other": {"fq_name": "team_log.InviteMethod.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.InviteMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.linked_apps": {"fq_name": "team_log.JoinTeamDetails.linked_apps", "param_name": "linkedApps", "static_instance": null, "getter_method": "getLinkedApps", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.linked_devices": {"fq_name": "team_log.JoinTeamDetails.linked_devices", "param_name": "linkedDevices", "static_instance": null, "getter_method": "getLinkedDevices", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.linked_shared_folders": {"fq_name": "team_log.JoinTeamDetails.linked_shared_folders", "param_name": "linkedSharedFolders", "static_instance": null, "getter_method": "getLinkedSharedFolders", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.was_linked_apps_truncated": {"fq_name": "team_log.JoinTeamDetails.was_linked_apps_truncated", "param_name": "wasLinkedAppsTruncated", "static_instance": null, "getter_method": "getWasLinkedAppsTruncated", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.was_linked_devices_truncated": {"fq_name": "team_log.JoinTeamDetails.was_linked_devices_truncated", "param_name": "wasLinkedDevicesTruncated", "static_instance": null, "getter_method": "getWasLinkedDevicesTruncated", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.was_linked_shared_folders_truncated": {"fq_name": "team_log.JoinTeamDetails.was_linked_shared_folders_truncated", "param_name": "wasLinkedSharedFoldersTruncated", "static_instance": null, "getter_method": "getWasLinkedSharedFoldersTruncated", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.has_linked_apps": {"fq_name": "team_log.JoinTeamDetails.has_linked_apps", "param_name": "hasLinkedApps", "static_instance": null, "getter_method": "getHasLinkedApps", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.has_linked_devices": {"fq_name": "team_log.JoinTeamDetails.has_linked_devices", "param_name": "hasLinkedDevices", "static_instance": null, "getter_method": "getHasLinkedDevices", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.has_linked_shared_folders": {"fq_name": "team_log.JoinTeamDetails.has_linked_shared_folders", "param_name": "hasLinkedSharedFolders", "static_instance": null, "getter_method": "getHasLinkedSharedFolders", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LabelType.personal_information": {"fq_name": "team_log.LabelType.personal_information", "param_name": "personalInformationValue", "static_instance": "PERSONAL_INFORMATION", "getter_method": null, "containing_data_type_ref": "team_log.LabelType", "route_refs": [], "_type": "FieldReference"}, "team_log.LabelType.test_only": {"fq_name": "team_log.LabelType.test_only", "param_name": "testOnlyValue", "static_instance": "TEST_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.LabelType", "route_refs": [], "_type": "FieldReference"}, "team_log.LabelType.user_defined_tag": {"fq_name": "team_log.LabelType.user_defined_tag", "param_name": "userDefinedTagValue", "static_instance": "USER_DEFINED_TAG", "getter_method": null, "containing_data_type_ref": "team_log.LabelType", "route_refs": [], "_type": "FieldReference"}, "team_log.LabelType.other": {"fq_name": "team_log.LabelType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.LabelType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.ip_address": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.created": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.updated": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.session_info": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.display_name": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.is_emm_managed": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.is_emm_managed", "param_name": "isEmmManaged", "static_instance": null, "getter_method": "getIsEmmManaged", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.platform": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.platform", "param_name": "platform", "static_instance": null, "getter_method": "getPlatform", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.mac_address": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.mac_address", "param_name": "macAddress", "static_instance": null, "getter_method": "getMacAddress", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.os_version": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.os_version", "param_name": "osVersion", "static_instance": null, "getter_method": "getOsVersion", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.device_type": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.device_type", "param_name": "deviceType", "static_instance": null, "getter_method": "getDeviceType", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.client_version": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.client_version", "param_name": "clientVersion", "static_instance": null, "getter_method": "getClientVersion", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.legacy_uniq_id": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.legacy_uniq_id", "param_name": "legacyUniqId", "static_instance": null, "getter_method": "getLegacyUniqId", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsActivateAHoldDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsActivateAHoldDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsActivateAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsActivateAHoldDetails.name": {"fq_name": "team_log.LegalHoldsActivateAHoldDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsActivateAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsActivateAHoldDetails.start_date": {"fq_name": "team_log.LegalHoldsActivateAHoldDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.LegalHoldsActivateAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsActivateAHoldDetails.end_date": {"fq_name": "team_log.LegalHoldsActivateAHoldDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.LegalHoldsActivateAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsActivateAHoldType.description": {"fq_name": "team_log.LegalHoldsActivateAHoldType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsActivateAHoldType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsAddMembersDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsAddMembersDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsAddMembersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsAddMembersDetails.name": {"fq_name": "team_log.LegalHoldsAddMembersDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsAddMembersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsAddMembersType.description": {"fq_name": "team_log.LegalHoldsAddMembersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsAddMembersType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldDetailsDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldDetailsDetails.name": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldDetailsDetails.previous_value": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldDetailsDetails.new_value": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldDetailsType.description": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldDetailsType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldNameDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsChangeHoldNameDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldNameDetails.previous_value": {"fq_name": "team_log.LegalHoldsChangeHoldNameDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldNameDetails.new_value": {"fq_name": "team_log.LegalHoldsChangeHoldNameDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldNameType.description": {"fq_name": "team_log.LegalHoldsChangeHoldNameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldNameType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportAHoldDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsExportAHoldDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsExportAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportAHoldDetails.name": {"fq_name": "team_log.LegalHoldsExportAHoldDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsExportAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportAHoldDetails.export_name": {"fq_name": "team_log.LegalHoldsExportAHoldDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.LegalHoldsExportAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportAHoldType.description": {"fq_name": "team_log.LegalHoldsExportAHoldType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsExportAHoldType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportCancelledDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsExportCancelledDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsExportCancelledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportCancelledDetails.name": {"fq_name": "team_log.LegalHoldsExportCancelledDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsExportCancelledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportCancelledDetails.export_name": {"fq_name": "team_log.LegalHoldsExportCancelledDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.LegalHoldsExportCancelledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportCancelledType.description": {"fq_name": "team_log.LegalHoldsExportCancelledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsExportCancelledType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedDetails.name": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedDetails.export_name": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedDetails.part": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails.part", "param_name": "part", "static_instance": null, "getter_method": "getPart", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedDetails.file_name": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails.file_name", "param_name": "fileName", "static_instance": null, "getter_method": "getFileName", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedType.description": {"fq_name": "team_log.LegalHoldsExportDownloadedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportRemovedDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsExportRemovedDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportRemovedDetails.name": {"fq_name": "team_log.LegalHoldsExportRemovedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportRemovedDetails.export_name": {"fq_name": "team_log.LegalHoldsExportRemovedDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.LegalHoldsExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportRemovedType.description": {"fq_name": "team_log.LegalHoldsExportRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsExportRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReleaseAHoldDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsReleaseAHoldDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsReleaseAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReleaseAHoldDetails.name": {"fq_name": "team_log.LegalHoldsReleaseAHoldDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsReleaseAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReleaseAHoldType.description": {"fq_name": "team_log.LegalHoldsReleaseAHoldType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsReleaseAHoldType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsRemoveMembersDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsRemoveMembersDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsRemoveMembersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsRemoveMembersDetails.name": {"fq_name": "team_log.LegalHoldsRemoveMembersDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsRemoveMembersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsRemoveMembersType.description": {"fq_name": "team_log.LegalHoldsRemoveMembersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsRemoveMembersType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReportAHoldDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsReportAHoldDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsReportAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReportAHoldDetails.name": {"fq_name": "team_log.LegalHoldsReportAHoldDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsReportAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReportAHoldType.description": {"fq_name": "team_log.LegalHoldsReportAHoldType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsReportAHoldType", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkedDeviceLogInfo.desktop_device_session": {"fq_name": "team_log.LinkedDeviceLogInfo.desktop_device_session", "param_name": "desktopDeviceSessionValue", "static_instance": null, "getter_method": "getDesktopDeviceSessionValue", "containing_data_type_ref": "team_log.LinkedDeviceLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkedDeviceLogInfo.legacy_device_session": {"fq_name": "team_log.LinkedDeviceLogInfo.legacy_device_session", "param_name": "legacyDeviceSessionValue", "static_instance": null, "getter_method": "getLegacyDeviceSessionValue", "containing_data_type_ref": "team_log.LinkedDeviceLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkedDeviceLogInfo.mobile_device_session": {"fq_name": "team_log.LinkedDeviceLogInfo.mobile_device_session", "param_name": "mobileDeviceSessionValue", "static_instance": null, "getter_method": "getMobileDeviceSessionValue", "containing_data_type_ref": "team_log.LinkedDeviceLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkedDeviceLogInfo.web_device_session": {"fq_name": "team_log.LinkedDeviceLogInfo.web_device_session", "param_name": "webDeviceSessionValue", "static_instance": null, "getter_method": "getWebDeviceSessionValue", "containing_data_type_ref": "team_log.LinkedDeviceLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkedDeviceLogInfo.other": {"fq_name": "team_log.LinkedDeviceLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.LinkedDeviceLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LockStatus.locked": {"fq_name": "team_log.LockStatus.locked", "param_name": "lockedValue", "static_instance": "LOCKED", "getter_method": null, "containing_data_type_ref": "team_log.LockStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.LockStatus.unlocked": {"fq_name": "team_log.LockStatus.unlocked", "param_name": "unlockedValue", "static_instance": "UNLOCKED", "getter_method": null, "containing_data_type_ref": "team_log.LockStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.LockStatus.other": {"fq_name": "team_log.LockStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.LockStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginFailDetails.login_method": {"fq_name": "team_log.LoginFailDetails.login_method", "param_name": "loginMethod", "static_instance": null, "getter_method": "getLoginMethod", "containing_data_type_ref": "team_log.LoginFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginFailDetails.error_details": {"fq_name": "team_log.LoginFailDetails.error_details", "param_name": "errorDetails", "static_instance": null, "getter_method": "getErrorDetails", "containing_data_type_ref": "team_log.LoginFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginFailDetails.is_emm_managed": {"fq_name": "team_log.LoginFailDetails.is_emm_managed", "param_name": "isEmmManaged", "static_instance": null, "getter_method": "getIsEmmManaged", "containing_data_type_ref": "team_log.LoginFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginFailType.description": {"fq_name": "team_log.LoginFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LoginFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.apple_oauth": {"fq_name": "team_log.LoginMethod.apple_oauth", "param_name": "appleOauthValue", "static_instance": "APPLE_OAUTH", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.first_party_token_exchange": {"fq_name": "team_log.LoginMethod.first_party_token_exchange", "param_name": "firstPartyTokenExchangeValue", "static_instance": "FIRST_PARTY_TOKEN_EXCHANGE", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.google_oauth": {"fq_name": "team_log.LoginMethod.google_oauth", "param_name": "googleOauthValue", "static_instance": "GOOGLE_OAUTH", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.lenovo_oauth": {"fq_name": "team_log.LoginMethod.lenovo_oauth", "param_name": "lenovoOauthValue", "static_instance": "LENOVO_OAUTH", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.password": {"fq_name": "team_log.LoginMethod.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.qr_code": {"fq_name": "team_log.LoginMethod.qr_code", "param_name": "qrCodeValue", "static_instance": "QR_CODE", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.saml": {"fq_name": "team_log.LoginMethod.saml", "param_name": "samlValue", "static_instance": "SAML", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.two_factor_authentication": {"fq_name": "team_log.LoginMethod.two_factor_authentication", "param_name": "twoFactorAuthenticationValue", "static_instance": "TWO_FACTOR_AUTHENTICATION", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.web_session": {"fq_name": "team_log.LoginMethod.web_session", "param_name": "webSessionValue", "static_instance": "WEB_SESSION", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.other": {"fq_name": "team_log.LoginMethod.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginSuccessDetails.login_method": {"fq_name": "team_log.LoginSuccessDetails.login_method", "param_name": "loginMethod", "static_instance": null, "getter_method": "getLoginMethod", "containing_data_type_ref": "team_log.LoginSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginSuccessDetails.is_emm_managed": {"fq_name": "team_log.LoginSuccessDetails.is_emm_managed", "param_name": "isEmmManaged", "static_instance": null, "getter_method": "getIsEmmManaged", "containing_data_type_ref": "team_log.LoginSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginSuccessType.description": {"fq_name": "team_log.LoginSuccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LoginSuccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.LogoutDetails.login_id": {"fq_name": "team_log.LogoutDetails.login_id", "param_name": "loginId", "static_instance": null, "getter_method": "getLoginId", "containing_data_type_ref": "team_log.LogoutDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LogoutType.description": {"fq_name": "team_log.LogoutType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LogoutType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAddExternalIdDetails.new_value": {"fq_name": "team_log.MemberAddExternalIdDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberAddExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAddExternalIdType.description": {"fq_name": "team_log.MemberAddExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberAddExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAddNameDetails.new_value": {"fq_name": "team_log.MemberAddNameDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberAddNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAddNameType.description": {"fq_name": "team_log.MemberAddNameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberAddNameType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeAdminRoleDetails.new_value": {"fq_name": "team_log.MemberChangeAdminRoleDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeAdminRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeAdminRoleDetails.previous_value": {"fq_name": "team_log.MemberChangeAdminRoleDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeAdminRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeAdminRoleType.description": {"fq_name": "team_log.MemberChangeAdminRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeAdminRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeEmailDetails.new_value": {"fq_name": "team_log.MemberChangeEmailDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeEmailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeEmailDetails.previous_value": {"fq_name": "team_log.MemberChangeEmailDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeEmailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeEmailType.description": {"fq_name": "team_log.MemberChangeEmailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeEmailType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeExternalIdDetails.new_value": {"fq_name": "team_log.MemberChangeExternalIdDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeExternalIdDetails.previous_value": {"fq_name": "team_log.MemberChangeExternalIdDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeExternalIdType.description": {"fq_name": "team_log.MemberChangeExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeMembershipTypeDetails.prev_value": {"fq_name": "team_log.MemberChangeMembershipTypeDetails.prev_value", "param_name": "prevValue", "static_instance": null, "getter_method": "getPrevValue", "containing_data_type_ref": "team_log.MemberChangeMembershipTypeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeMembershipTypeDetails.new_value": {"fq_name": "team_log.MemberChangeMembershipTypeDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeMembershipTypeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeMembershipTypeType.description": {"fq_name": "team_log.MemberChangeMembershipTypeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeMembershipTypeType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeNameDetails.new_value": {"fq_name": "team_log.MemberChangeNameDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeNameDetails.previous_value": {"fq_name": "team_log.MemberChangeNameDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeNameType.description": {"fq_name": "team_log.MemberChangeNameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeNameType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeResellerRoleDetails.new_value": {"fq_name": "team_log.MemberChangeResellerRoleDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeResellerRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeResellerRoleDetails.previous_value": {"fq_name": "team_log.MemberChangeResellerRoleDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeResellerRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeResellerRoleType.description": {"fq_name": "team_log.MemberChangeResellerRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeResellerRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusDetails.new_value": {"fq_name": "team_log.MemberChangeStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusDetails.previous_value": {"fq_name": "team_log.MemberChangeStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusDetails.action": {"fq_name": "team_log.MemberChangeStatusDetails.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "team_log.MemberChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusDetails.new_team": {"fq_name": "team_log.MemberChangeStatusDetails.new_team", "param_name": "newTeam", "static_instance": null, "getter_method": "getNewTeam", "containing_data_type_ref": "team_log.MemberChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusDetails.previous_team": {"fq_name": "team_log.MemberChangeStatusDetails.previous_team", "param_name": "previousTeam", "static_instance": null, "getter_method": "getPreviousTeam", "containing_data_type_ref": "team_log.MemberChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusType.description": {"fq_name": "team_log.MemberChangeStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberDeleteManualContactsType.description": {"fq_name": "team_log.MemberDeleteManualContactsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberDeleteManualContactsType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberDeleteProfilePhotoType.description": {"fq_name": "team_log.MemberDeleteProfilePhotoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberDeleteProfilePhotoType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberPermanentlyDeleteAccountContentsType.description": {"fq_name": "team_log.MemberPermanentlyDeleteAccountContentsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberPermanentlyDeleteAccountContentsType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveActionType.delete": {"fq_name": "team_log.MemberRemoveActionType.delete", "param_name": "deleteValue", "static_instance": "DELETE", "getter_method": null, "containing_data_type_ref": "team_log.MemberRemoveActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveActionType.leave": {"fq_name": "team_log.MemberRemoveActionType.leave", "param_name": "leaveValue", "static_instance": "LEAVE", "getter_method": null, "containing_data_type_ref": "team_log.MemberRemoveActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveActionType.offboard": {"fq_name": "team_log.MemberRemoveActionType.offboard", "param_name": "offboardValue", "static_instance": "OFFBOARD", "getter_method": null, "containing_data_type_ref": "team_log.MemberRemoveActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveActionType.offboard_and_retain_team_folders": {"fq_name": "team_log.MemberRemoveActionType.offboard_and_retain_team_folders", "param_name": "offboardAndRetainTeamFoldersValue", "static_instance": "OFFBOARD_AND_RETAIN_TEAM_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.MemberRemoveActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveActionType.other": {"fq_name": "team_log.MemberRemoveActionType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MemberRemoveActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveExternalIdDetails.previous_value": {"fq_name": "team_log.MemberRemoveExternalIdDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberRemoveExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveExternalIdType.description": {"fq_name": "team_log.MemberRemoveExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberRemoveExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsChangePolicyDetails.new_value": {"fq_name": "team_log.MemberRequestsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberRequestsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsChangePolicyDetails.previous_value": {"fq_name": "team_log.MemberRequestsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberRequestsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsChangePolicyType.description": {"fq_name": "team_log.MemberRequestsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberRequestsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsPolicy.auto_accept": {"fq_name": "team_log.MemberRequestsPolicy.auto_accept", "param_name": "autoAcceptValue", "static_instance": "AUTO_ACCEPT", "getter_method": null, "containing_data_type_ref": "team_log.MemberRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsPolicy.disabled": {"fq_name": "team_log.MemberRequestsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.MemberRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsPolicy.require_approval": {"fq_name": "team_log.MemberRequestsPolicy.require_approval", "param_name": "requireApprovalValue", "static_instance": "REQUIRE_APPROVAL", "getter_method": null, "containing_data_type_ref": "team_log.MemberRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsPolicy.other": {"fq_name": "team_log.MemberRequestsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MemberRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicy.disabled": {"fq_name": "team_log.MemberSendInvitePolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.MemberSendInvitePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicy.everyone": {"fq_name": "team_log.MemberSendInvitePolicy.everyone", "param_name": "everyoneValue", "static_instance": "EVERYONE", "getter_method": null, "containing_data_type_ref": "team_log.MemberSendInvitePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicy.specific_members": {"fq_name": "team_log.MemberSendInvitePolicy.specific_members", "param_name": "specificMembersValue", "static_instance": "SPECIFIC_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.MemberSendInvitePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicy.other": {"fq_name": "team_log.MemberSendInvitePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MemberSendInvitePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicyChangedDetails.new_value": {"fq_name": "team_log.MemberSendInvitePolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSendInvitePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicyChangedDetails.previous_value": {"fq_name": "team_log.MemberSendInvitePolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSendInvitePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicyChangedType.description": {"fq_name": "team_log.MemberSendInvitePolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSendInvitePolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSetProfilePhotoType.description": {"fq_name": "team_log.MemberSetProfilePhotoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSetProfilePhotoType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsAddCustomQuotaDetails.new_value": {"fq_name": "team_log.MemberSpaceLimitsAddCustomQuotaDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsAddCustomQuotaDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsAddCustomQuotaType.description": {"fq_name": "team_log.MemberSpaceLimitsAddCustomQuotaType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsAddCustomQuotaType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsAddExceptionType.description": {"fq_name": "team_log.MemberSpaceLimitsAddExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsAddExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails.previous_value": {"fq_name": "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails.new_value": {"fq_name": "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCapsTypePolicyType.description": {"fq_name": "team_log.MemberSpaceLimitsChangeCapsTypePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCapsTypePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCustomQuotaDetails.previous_value": {"fq_name": "team_log.MemberSpaceLimitsChangeCustomQuotaDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCustomQuotaDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCustomQuotaDetails.new_value": {"fq_name": "team_log.MemberSpaceLimitsChangeCustomQuotaDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCustomQuotaDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCustomQuotaType.description": {"fq_name": "team_log.MemberSpaceLimitsChangeCustomQuotaType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCustomQuotaType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangePolicyDetails.previous_value": {"fq_name": "team_log.MemberSpaceLimitsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangePolicyDetails.new_value": {"fq_name": "team_log.MemberSpaceLimitsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangePolicyType.description": {"fq_name": "team_log.MemberSpaceLimitsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeStatusDetails.previous_value": {"fq_name": "team_log.MemberSpaceLimitsChangeStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeStatusDetails.new_value": {"fq_name": "team_log.MemberSpaceLimitsChangeStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeStatusType.description": {"fq_name": "team_log.MemberSpaceLimitsChangeStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsRemoveCustomQuotaType.description": {"fq_name": "team_log.MemberSpaceLimitsRemoveCustomQuotaType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsRemoveCustomQuotaType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsRemoveExceptionType.description": {"fq_name": "team_log.MemberSpaceLimitsRemoveExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsRemoveExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.active": {"fq_name": "team_log.MemberStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.invited": {"fq_name": "team_log.MemberStatus.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.moved_to_another_team": {"fq_name": "team_log.MemberStatus.moved_to_another_team", "param_name": "movedToAnotherTeamValue", "static_instance": "MOVED_TO_ANOTHER_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.not_joined": {"fq_name": "team_log.MemberStatus.not_joined", "param_name": "notJoinedValue", "static_instance": "NOT_JOINED", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.removed": {"fq_name": "team_log.MemberStatus.removed", "param_name": "removedValue", "static_instance": "REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.suspended": {"fq_name": "team_log.MemberStatus.suspended", "param_name": "suspendedValue", "static_instance": "SUSPENDED", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.other": {"fq_name": "team_log.MemberStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestDetails.suggested_members": {"fq_name": "team_log.MemberSuggestDetails.suggested_members", "param_name": "suggestedMembers", "static_instance": null, "getter_method": "getSuggestedMembers", "containing_data_type_ref": "team_log.MemberSuggestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestType.description": {"fq_name": "team_log.MemberSuggestType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSuggestType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsChangePolicyDetails.new_value": {"fq_name": "team_log.MemberSuggestionsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSuggestionsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsChangePolicyDetails.previous_value": {"fq_name": "team_log.MemberSuggestionsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSuggestionsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsChangePolicyType.description": {"fq_name": "team_log.MemberSuggestionsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSuggestionsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsPolicy.disabled": {"fq_name": "team_log.MemberSuggestionsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.MemberSuggestionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsPolicy.enabled": {"fq_name": "team_log.MemberSuggestionsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.MemberSuggestionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsPolicy.other": {"fq_name": "team_log.MemberSuggestionsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MemberSuggestionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberTransferAccountContentsType.description": {"fq_name": "team_log.MemberTransferAccountContentsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberTransferAccountContentsType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberTransferredInternalFields.source_team_id": {"fq_name": "team_log.MemberTransferredInternalFields.source_team_id", "param_name": "sourceTeamId", "static_instance": null, "getter_method": "getSourceTeamId", "containing_data_type_ref": "team_log.MemberTransferredInternalFields", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberTransferredInternalFields.target_team_id": {"fq_name": "team_log.MemberTransferredInternalFields.target_team_id", "param_name": "targetTeamId", "static_instance": null, "getter_method": "getTargetTeamId", "containing_data_type_ref": "team_log.MemberTransferredInternalFields", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinChangePolicyDetails.new_value": {"fq_name": "team_log.MicrosoftOfficeAddinChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MicrosoftOfficeAddinChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinChangePolicyDetails.previous_value": {"fq_name": "team_log.MicrosoftOfficeAddinChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MicrosoftOfficeAddinChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinChangePolicyType.description": {"fq_name": "team_log.MicrosoftOfficeAddinChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MicrosoftOfficeAddinChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinPolicy.disabled": {"fq_name": "team_log.MicrosoftOfficeAddinPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.MicrosoftOfficeAddinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinPolicy.enabled": {"fq_name": "team_log.MicrosoftOfficeAddinPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.MicrosoftOfficeAddinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinPolicy.other": {"fq_name": "team_log.MicrosoftOfficeAddinPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MicrosoftOfficeAddinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MissingDetails.source_event_fields": {"fq_name": "team_log.MissingDetails.source_event_fields", "param_name": "sourceEventFields", "static_instance": null, "getter_method": "getSourceEventFields", "containing_data_type_ref": "team_log.MissingDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.device_name": {"fq_name": "team_log.MobileDeviceSessionLogInfo.device_name", "param_name": "deviceName", "static_instance": null, "getter_method": "getDeviceName", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.client_type": {"fq_name": "team_log.MobileDeviceSessionLogInfo.client_type", "param_name": "clientType", "static_instance": null, "getter_method": "getClientType", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.ip_address": {"fq_name": "team_log.MobileDeviceSessionLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.created": {"fq_name": "team_log.MobileDeviceSessionLogInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.updated": {"fq_name": "team_log.MobileDeviceSessionLogInfo.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.session_info": {"fq_name": "team_log.MobileDeviceSessionLogInfo.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.client_version": {"fq_name": "team_log.MobileDeviceSessionLogInfo.client_version", "param_name": "clientVersion", "static_instance": null, "getter_method": "getClientVersion", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.os_version": {"fq_name": "team_log.MobileDeviceSessionLogInfo.os_version", "param_name": "osVersion", "static_instance": null, "getter_method": "getOsVersion", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.last_carrier": {"fq_name": "team_log.MobileDeviceSessionLogInfo.last_carrier", "param_name": "lastCarrier", "static_instance": null, "getter_method": "getLastCarrier", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileSessionLogInfo.session_id": {"fq_name": "team_log.MobileSessionLogInfo.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team_log.MobileSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NamespaceRelativePathLogInfo.ns_id": {"fq_name": "team_log.NamespaceRelativePathLogInfo.ns_id", "param_name": "nsId", "static_instance": null, "getter_method": "getNsId", "containing_data_type_ref": "team_log.NamespaceRelativePathLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NamespaceRelativePathLogInfo.relative_path": {"fq_name": "team_log.NamespaceRelativePathLogInfo.relative_path", "param_name": "relativePath", "static_instance": null, "getter_method": "getRelativePath", "containing_data_type_ref": "team_log.NamespaceRelativePathLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NamespaceRelativePathLogInfo.is_shared_namespace": {"fq_name": "team_log.NamespaceRelativePathLogInfo.is_shared_namespace", "param_name": "isSharedNamespace", "static_instance": null, "getter_method": "getIsSharedNamespace", "containing_data_type_ref": "team_log.NamespaceRelativePathLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlChangePolicyDetails.new_value": {"fq_name": "team_log.NetworkControlChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.NetworkControlChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlChangePolicyDetails.previous_value": {"fq_name": "team_log.NetworkControlChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.NetworkControlChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlChangePolicyType.description": {"fq_name": "team_log.NetworkControlChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NetworkControlChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlPolicy.disabled": {"fq_name": "team_log.NetworkControlPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.NetworkControlPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlPolicy.enabled": {"fq_name": "team_log.NetworkControlPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.NetworkControlPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlPolicy.other": {"fq_name": "team_log.NetworkControlPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.NetworkControlPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.NoExpirationLinkGenCreateReportDetails.start_date": {"fq_name": "team_log.NoExpirationLinkGenCreateReportDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.NoExpirationLinkGenCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoExpirationLinkGenCreateReportDetails.end_date": {"fq_name": "team_log.NoExpirationLinkGenCreateReportDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.NoExpirationLinkGenCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoExpirationLinkGenCreateReportType.description": {"fq_name": "team_log.NoExpirationLinkGenCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoExpirationLinkGenCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoExpirationLinkGenReportFailedDetails.failure_reason": {"fq_name": "team_log.NoExpirationLinkGenReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.NoExpirationLinkGenReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoExpirationLinkGenReportFailedType.description": {"fq_name": "team_log.NoExpirationLinkGenReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoExpirationLinkGenReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkGenCreateReportDetails.start_date": {"fq_name": "team_log.NoPasswordLinkGenCreateReportDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.NoPasswordLinkGenCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkGenCreateReportDetails.end_date": {"fq_name": "team_log.NoPasswordLinkGenCreateReportDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.NoPasswordLinkGenCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkGenCreateReportType.description": {"fq_name": "team_log.NoPasswordLinkGenCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoPasswordLinkGenCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkGenReportFailedDetails.failure_reason": {"fq_name": "team_log.NoPasswordLinkGenReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.NoPasswordLinkGenReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkGenReportFailedType.description": {"fq_name": "team_log.NoPasswordLinkGenReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoPasswordLinkGenReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkViewCreateReportDetails.start_date": {"fq_name": "team_log.NoPasswordLinkViewCreateReportDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.NoPasswordLinkViewCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkViewCreateReportDetails.end_date": {"fq_name": "team_log.NoPasswordLinkViewCreateReportDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.NoPasswordLinkViewCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkViewCreateReportType.description": {"fq_name": "team_log.NoPasswordLinkViewCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoPasswordLinkViewCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkViewReportFailedDetails.failure_reason": {"fq_name": "team_log.NoPasswordLinkViewReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.NoPasswordLinkViewReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkViewReportFailedType.description": {"fq_name": "team_log.NoPasswordLinkViewReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoPasswordLinkViewReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.NonTeamMemberLogInfo.account_id": {"fq_name": "team_log.NonTeamMemberLogInfo.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team_log.NonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NonTeamMemberLogInfo.display_name": {"fq_name": "team_log.NonTeamMemberLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.NonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NonTeamMemberLogInfo.email": {"fq_name": "team_log.NonTeamMemberLogInfo.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team_log.NonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NonTrustedTeamDetails.team": {"fq_name": "team_log.NonTrustedTeamDetails.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.NonTrustedTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoteAclInviteOnlyType.description": {"fq_name": "team_log.NoteAclInviteOnlyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoteAclInviteOnlyType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoteAclLinkType.description": {"fq_name": "team_log.NoteAclLinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoteAclLinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoteAclTeamLinkType.description": {"fq_name": "team_log.NoteAclTeamLinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoteAclTeamLinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoteShareReceiveType.description": {"fq_name": "team_log.NoteShareReceiveType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoteShareReceiveType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoteSharedType.description": {"fq_name": "team_log.NoteSharedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoteSharedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelAddedDetails.label_type": {"fq_name": "team_log.ObjectLabelAddedDetails.label_type", "param_name": "labelType", "static_instance": null, "getter_method": "getLabelType", "containing_data_type_ref": "team_log.ObjectLabelAddedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelAddedType.description": {"fq_name": "team_log.ObjectLabelAddedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ObjectLabelAddedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelRemovedDetails.label_type": {"fq_name": "team_log.ObjectLabelRemovedDetails.label_type", "param_name": "labelType", "static_instance": null, "getter_method": "getLabelType", "containing_data_type_ref": "team_log.ObjectLabelRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelRemovedType.description": {"fq_name": "team_log.ObjectLabelRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ObjectLabelRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelUpdatedValueDetails.label_type": {"fq_name": "team_log.ObjectLabelUpdatedValueDetails.label_type", "param_name": "labelType", "static_instance": null, "getter_method": "getLabelType", "containing_data_type_ref": "team_log.ObjectLabelUpdatedValueDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelUpdatedValueType.description": {"fq_name": "team_log.ObjectLabelUpdatedValueType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ObjectLabelUpdatedValueType", "route_refs": [], "_type": "FieldReference"}, "team_log.OpenNoteSharedType.description": {"fq_name": "team_log.OpenNoteSharedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.OpenNoteSharedType", "route_refs": [], "_type": "FieldReference"}, "team_log.OrganizationDetails.organization": {"fq_name": "team_log.OrganizationDetails.organization", "param_name": "organization", "static_instance": null, "getter_method": "getOrganization", "containing_data_type_ref": "team_log.OrganizationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.OrganizationName.organization": {"fq_name": "team_log.OrganizationName.organization", "param_name": "organization", "static_instance": null, "getter_method": "getOrganization", "containing_data_type_ref": "team_log.OrganizationName", "route_refs": [], "_type": "FieldReference"}, "team_log.OrganizeFolderWithTidyType.description": {"fq_name": "team_log.OrganizeFolderWithTidyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.OrganizeFolderWithTidyType", "route_refs": [], "_type": "FieldReference"}, "team_log.OriginLogInfo.access_method": {"fq_name": "team_log.OriginLogInfo.access_method", "param_name": "accessMethod", "static_instance": null, "getter_method": "getAccessMethod", "containing_data_type_ref": "team_log.OriginLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.OriginLogInfo.geo_location": {"fq_name": "team_log.OriginLogInfo.geo_location", "param_name": "geoLocation", "static_instance": null, "getter_method": "getGeoLocation", "containing_data_type_ref": "team_log.OriginLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.OutdatedLinkViewCreateReportDetails.start_date": {"fq_name": "team_log.OutdatedLinkViewCreateReportDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.OutdatedLinkViewCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.OutdatedLinkViewCreateReportDetails.end_date": {"fq_name": "team_log.OutdatedLinkViewCreateReportDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.OutdatedLinkViewCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.OutdatedLinkViewCreateReportType.description": {"fq_name": "team_log.OutdatedLinkViewCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.OutdatedLinkViewCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.OutdatedLinkViewReportFailedDetails.failure_reason": {"fq_name": "team_log.OutdatedLinkViewReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.OutdatedLinkViewReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.OutdatedLinkViewReportFailedType.description": {"fq_name": "team_log.OutdatedLinkViewReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.OutdatedLinkViewReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperAccessType.commenter": {"fq_name": "team_log.PaperAccessType.commenter", "param_name": "commenterValue", "static_instance": "COMMENTER", "getter_method": null, "containing_data_type_ref": "team_log.PaperAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperAccessType.editor": {"fq_name": "team_log.PaperAccessType.editor", "param_name": "editorValue", "static_instance": "EDITOR", "getter_method": null, "containing_data_type_ref": "team_log.PaperAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperAccessType.viewer": {"fq_name": "team_log.PaperAccessType.viewer", "param_name": "viewerValue", "static_instance": "VIEWER", "getter_method": null, "containing_data_type_ref": "team_log.PaperAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperAccessType.other": {"fq_name": "team_log.PaperAccessType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PaperAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperAdminExportStartType.description": {"fq_name": "team_log.PaperAdminExportStartType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperAdminExportStartType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeDeploymentPolicyDetails.new_value": {"fq_name": "team_log.PaperChangeDeploymentPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperChangeDeploymentPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeDeploymentPolicyDetails.previous_value": {"fq_name": "team_log.PaperChangeDeploymentPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PaperChangeDeploymentPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeDeploymentPolicyType.description": {"fq_name": "team_log.PaperChangeDeploymentPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperChangeDeploymentPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeMemberLinkPolicyDetails.new_value": {"fq_name": "team_log.PaperChangeMemberLinkPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperChangeMemberLinkPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeMemberLinkPolicyType.description": {"fq_name": "team_log.PaperChangeMemberLinkPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperChangeMemberLinkPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeMemberPolicyDetails.new_value": {"fq_name": "team_log.PaperChangeMemberPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperChangeMemberPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeMemberPolicyDetails.previous_value": {"fq_name": "team_log.PaperChangeMemberPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PaperChangeMemberPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeMemberPolicyType.description": {"fq_name": "team_log.PaperChangeMemberPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperChangeMemberPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangePolicyDetails.new_value": {"fq_name": "team_log.PaperChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangePolicyDetails.previous_value": {"fq_name": "team_log.PaperChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PaperChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangePolicyType.description": {"fq_name": "team_log.PaperChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddMemberDetails.event_uuid": {"fq_name": "team_log.PaperContentAddMemberDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentAddMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddMemberType.description": {"fq_name": "team_log.PaperContentAddMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentAddMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddToFolderDetails.event_uuid": {"fq_name": "team_log.PaperContentAddToFolderDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentAddToFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddToFolderDetails.target_asset_index": {"fq_name": "team_log.PaperContentAddToFolderDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.PaperContentAddToFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddToFolderDetails.parent_asset_index": {"fq_name": "team_log.PaperContentAddToFolderDetails.parent_asset_index", "param_name": "parentAssetIndex", "static_instance": null, "getter_method": "getParentAssetIndex", "containing_data_type_ref": "team_log.PaperContentAddToFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddToFolderType.description": {"fq_name": "team_log.PaperContentAddToFolderType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentAddToFolderType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentArchiveDetails.event_uuid": {"fq_name": "team_log.PaperContentArchiveDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentArchiveDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentArchiveType.description": {"fq_name": "team_log.PaperContentArchiveType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentArchiveType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentCreateDetails.event_uuid": {"fq_name": "team_log.PaperContentCreateDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentCreateType.description": {"fq_name": "team_log.PaperContentCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentPermanentlyDeleteDetails.event_uuid": {"fq_name": "team_log.PaperContentPermanentlyDeleteDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentPermanentlyDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentPermanentlyDeleteType.description": {"fq_name": "team_log.PaperContentPermanentlyDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentPermanentlyDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveFromFolderDetails.event_uuid": {"fq_name": "team_log.PaperContentRemoveFromFolderDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentRemoveFromFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveFromFolderDetails.target_asset_index": {"fq_name": "team_log.PaperContentRemoveFromFolderDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.PaperContentRemoveFromFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveFromFolderDetails.parent_asset_index": {"fq_name": "team_log.PaperContentRemoveFromFolderDetails.parent_asset_index", "param_name": "parentAssetIndex", "static_instance": null, "getter_method": "getParentAssetIndex", "containing_data_type_ref": "team_log.PaperContentRemoveFromFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveFromFolderType.description": {"fq_name": "team_log.PaperContentRemoveFromFolderType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentRemoveFromFolderType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveMemberDetails.event_uuid": {"fq_name": "team_log.PaperContentRemoveMemberDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentRemoveMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveMemberType.description": {"fq_name": "team_log.PaperContentRemoveMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentRemoveMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRenameDetails.event_uuid": {"fq_name": "team_log.PaperContentRenameDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRenameType.description": {"fq_name": "team_log.PaperContentRenameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentRenameType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRestoreDetails.event_uuid": {"fq_name": "team_log.PaperContentRestoreDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentRestoreDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRestoreType.description": {"fq_name": "team_log.PaperContentRestoreType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentRestoreType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicy.everyone_in_team": {"fq_name": "team_log.PaperDefaultFolderPolicy.everyone_in_team", "param_name": "everyoneInTeamValue", "static_instance": "EVERYONE_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicy.invite_only": {"fq_name": "team_log.PaperDefaultFolderPolicy.invite_only", "param_name": "inviteOnlyValue", "static_instance": "INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicy.other": {"fq_name": "team_log.PaperDefaultFolderPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicyChangedDetails.new_value": {"fq_name": "team_log.PaperDefaultFolderPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperDefaultFolderPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicyChangedDetails.previous_value": {"fq_name": "team_log.PaperDefaultFolderPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PaperDefaultFolderPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicyChangedType.description": {"fq_name": "team_log.PaperDefaultFolderPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDefaultFolderPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicy.disabled": {"fq_name": "team_log.PaperDesktopPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicy.enabled": {"fq_name": "team_log.PaperDesktopPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicy.other": {"fq_name": "team_log.PaperDesktopPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicyChangedDetails.new_value": {"fq_name": "team_log.PaperDesktopPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperDesktopPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicyChangedDetails.previous_value": {"fq_name": "team_log.PaperDesktopPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PaperDesktopPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicyChangedType.description": {"fq_name": "team_log.PaperDesktopPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDesktopPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocAddCommentDetails.event_uuid": {"fq_name": "team_log.PaperDocAddCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocAddCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocAddCommentDetails.comment_text": {"fq_name": "team_log.PaperDocAddCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.PaperDocAddCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocAddCommentType.description": {"fq_name": "team_log.PaperDocAddCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocAddCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeMemberRoleDetails.event_uuid": {"fq_name": "team_log.PaperDocChangeMemberRoleDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocChangeMemberRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeMemberRoleDetails.access_type": {"fq_name": "team_log.PaperDocChangeMemberRoleDetails.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "team_log.PaperDocChangeMemberRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeMemberRoleType.description": {"fq_name": "team_log.PaperDocChangeMemberRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocChangeMemberRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSharingPolicyDetails.event_uuid": {"fq_name": "team_log.PaperDocChangeSharingPolicyDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocChangeSharingPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSharingPolicyDetails.public_sharing_policy": {"fq_name": "team_log.PaperDocChangeSharingPolicyDetails.public_sharing_policy", "param_name": "publicSharingPolicy", "static_instance": null, "getter_method": "getPublicSharingPolicy", "containing_data_type_ref": "team_log.PaperDocChangeSharingPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSharingPolicyDetails.team_sharing_policy": {"fq_name": "team_log.PaperDocChangeSharingPolicyDetails.team_sharing_policy", "param_name": "teamSharingPolicy", "static_instance": null, "getter_method": "getTeamSharingPolicy", "containing_data_type_ref": "team_log.PaperDocChangeSharingPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSharingPolicyType.description": {"fq_name": "team_log.PaperDocChangeSharingPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocChangeSharingPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSubscriptionDetails.event_uuid": {"fq_name": "team_log.PaperDocChangeSubscriptionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSubscriptionDetails.new_subscription_level": {"fq_name": "team_log.PaperDocChangeSubscriptionDetails.new_subscription_level", "param_name": "newSubscriptionLevel", "static_instance": null, "getter_method": "getNewSubscriptionLevel", "containing_data_type_ref": "team_log.PaperDocChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSubscriptionDetails.previous_subscription_level": {"fq_name": "team_log.PaperDocChangeSubscriptionDetails.previous_subscription_level", "param_name": "previousSubscriptionLevel", "static_instance": null, "getter_method": "getPreviousSubscriptionLevel", "containing_data_type_ref": "team_log.PaperDocChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSubscriptionType.description": {"fq_name": "team_log.PaperDocChangeSubscriptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocChangeSubscriptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDeleteCommentDetails.event_uuid": {"fq_name": "team_log.PaperDocDeleteCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocDeleteCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDeleteCommentDetails.comment_text": {"fq_name": "team_log.PaperDocDeleteCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.PaperDocDeleteCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDeleteCommentType.description": {"fq_name": "team_log.PaperDocDeleteCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocDeleteCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDeletedDetails.event_uuid": {"fq_name": "team_log.PaperDocDeletedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocDeletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDeletedType.description": {"fq_name": "team_log.PaperDocDeletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocDeletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDownloadDetails.event_uuid": {"fq_name": "team_log.PaperDocDownloadDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDownloadDetails.export_file_format": {"fq_name": "team_log.PaperDocDownloadDetails.export_file_format", "param_name": "exportFileFormat", "static_instance": null, "getter_method": "getExportFileFormat", "containing_data_type_ref": "team_log.PaperDocDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDownloadType.description": {"fq_name": "team_log.PaperDocDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocEditCommentDetails.event_uuid": {"fq_name": "team_log.PaperDocEditCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocEditCommentDetails.comment_text": {"fq_name": "team_log.PaperDocEditCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.PaperDocEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocEditCommentType.description": {"fq_name": "team_log.PaperDocEditCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocEditCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocEditDetails.event_uuid": {"fq_name": "team_log.PaperDocEditDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocEditDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocEditType.description": {"fq_name": "team_log.PaperDocEditType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocEditType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocFollowedDetails.event_uuid": {"fq_name": "team_log.PaperDocFollowedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocFollowedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocFollowedType.description": {"fq_name": "team_log.PaperDocFollowedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocFollowedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocMentionDetails.event_uuid": {"fq_name": "team_log.PaperDocMentionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocMentionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocMentionType.description": {"fq_name": "team_log.PaperDocMentionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocMentionType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocOwnershipChangedDetails.event_uuid": {"fq_name": "team_log.PaperDocOwnershipChangedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocOwnershipChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocOwnershipChangedDetails.new_owner_user_id": {"fq_name": "team_log.PaperDocOwnershipChangedDetails.new_owner_user_id", "param_name": "newOwnerUserId", "static_instance": null, "getter_method": "getNewOwnerUserId", "containing_data_type_ref": "team_log.PaperDocOwnershipChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocOwnershipChangedDetails.old_owner_user_id": {"fq_name": "team_log.PaperDocOwnershipChangedDetails.old_owner_user_id", "param_name": "oldOwnerUserId", "static_instance": null, "getter_method": "getOldOwnerUserId", "containing_data_type_ref": "team_log.PaperDocOwnershipChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocOwnershipChangedType.description": {"fq_name": "team_log.PaperDocOwnershipChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocOwnershipChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocRequestAccessDetails.event_uuid": {"fq_name": "team_log.PaperDocRequestAccessDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocRequestAccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocRequestAccessType.description": {"fq_name": "team_log.PaperDocRequestAccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocRequestAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocResolveCommentDetails.event_uuid": {"fq_name": "team_log.PaperDocResolveCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocResolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocResolveCommentDetails.comment_text": {"fq_name": "team_log.PaperDocResolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.PaperDocResolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocResolveCommentType.description": {"fq_name": "team_log.PaperDocResolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocResolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocRevertDetails.event_uuid": {"fq_name": "team_log.PaperDocRevertDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocRevertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocRevertType.description": {"fq_name": "team_log.PaperDocRevertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocRevertType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocSlackShareDetails.event_uuid": {"fq_name": "team_log.PaperDocSlackShareDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocSlackShareDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocSlackShareType.description": {"fq_name": "team_log.PaperDocSlackShareType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocSlackShareType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocTeamInviteDetails.event_uuid": {"fq_name": "team_log.PaperDocTeamInviteDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocTeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocTeamInviteType.description": {"fq_name": "team_log.PaperDocTeamInviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocTeamInviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocTrashedDetails.event_uuid": {"fq_name": "team_log.PaperDocTrashedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocTrashedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocTrashedType.description": {"fq_name": "team_log.PaperDocTrashedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocTrashedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocUnresolveCommentDetails.event_uuid": {"fq_name": "team_log.PaperDocUnresolveCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocUnresolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocUnresolveCommentDetails.comment_text": {"fq_name": "team_log.PaperDocUnresolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.PaperDocUnresolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocUnresolveCommentType.description": {"fq_name": "team_log.PaperDocUnresolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocUnresolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocUntrashedDetails.event_uuid": {"fq_name": "team_log.PaperDocUntrashedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocUntrashedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocUntrashedType.description": {"fq_name": "team_log.PaperDocUntrashedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocUntrashedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocViewDetails.event_uuid": {"fq_name": "team_log.PaperDocViewDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocViewType.description": {"fq_name": "team_log.PaperDocViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocumentLogInfo.doc_id": {"fq_name": "team_log.PaperDocumentLogInfo.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "team_log.PaperDocumentLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocumentLogInfo.doc_title": {"fq_name": "team_log.PaperDocumentLogInfo.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.PaperDocumentLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDownloadFormat.docx": {"fq_name": "team_log.PaperDownloadFormat.docx", "param_name": "docxValue", "static_instance": "DOCX", "getter_method": null, "containing_data_type_ref": "team_log.PaperDownloadFormat", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDownloadFormat.html": {"fq_name": "team_log.PaperDownloadFormat.html", "param_name": "htmlValue", "static_instance": "HTML", "getter_method": null, "containing_data_type_ref": "team_log.PaperDownloadFormat", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDownloadFormat.markdown": {"fq_name": "team_log.PaperDownloadFormat.markdown", "param_name": "markdownValue", "static_instance": "MARKDOWN", "getter_method": null, "containing_data_type_ref": "team_log.PaperDownloadFormat", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDownloadFormat.pdf": {"fq_name": "team_log.PaperDownloadFormat.pdf", "param_name": "pdfValue", "static_instance": "PDF", "getter_method": null, "containing_data_type_ref": "team_log.PaperDownloadFormat", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDownloadFormat.other": {"fq_name": "team_log.PaperDownloadFormat.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PaperDownloadFormat", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperEnabledUsersGroupAdditionType.description": {"fq_name": "team_log.PaperEnabledUsersGroupAdditionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperEnabledUsersGroupAdditionType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperEnabledUsersGroupRemovalType.description": {"fq_name": "team_log.PaperEnabledUsersGroupRemovalType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperEnabledUsersGroupRemovalType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewAllowDetails.event_uuid": {"fq_name": "team_log.PaperExternalViewAllowDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperExternalViewAllowDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewAllowType.description": {"fq_name": "team_log.PaperExternalViewAllowType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperExternalViewAllowType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewDefaultTeamDetails.event_uuid": {"fq_name": "team_log.PaperExternalViewDefaultTeamDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperExternalViewDefaultTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewDefaultTeamType.description": {"fq_name": "team_log.PaperExternalViewDefaultTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperExternalViewDefaultTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewForbidDetails.event_uuid": {"fq_name": "team_log.PaperExternalViewForbidDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperExternalViewForbidDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewForbidType.description": {"fq_name": "team_log.PaperExternalViewForbidType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperExternalViewForbidType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderChangeSubscriptionDetails.event_uuid": {"fq_name": "team_log.PaperFolderChangeSubscriptionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperFolderChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderChangeSubscriptionDetails.new_subscription_level": {"fq_name": "team_log.PaperFolderChangeSubscriptionDetails.new_subscription_level", "param_name": "newSubscriptionLevel", "static_instance": null, "getter_method": "getNewSubscriptionLevel", "containing_data_type_ref": "team_log.PaperFolderChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderChangeSubscriptionDetails.previous_subscription_level": {"fq_name": "team_log.PaperFolderChangeSubscriptionDetails.previous_subscription_level", "param_name": "previousSubscriptionLevel", "static_instance": null, "getter_method": "getPreviousSubscriptionLevel", "containing_data_type_ref": "team_log.PaperFolderChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderChangeSubscriptionType.description": {"fq_name": "team_log.PaperFolderChangeSubscriptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperFolderChangeSubscriptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderDeletedDetails.event_uuid": {"fq_name": "team_log.PaperFolderDeletedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperFolderDeletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderDeletedType.description": {"fq_name": "team_log.PaperFolderDeletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperFolderDeletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderFollowedDetails.event_uuid": {"fq_name": "team_log.PaperFolderFollowedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperFolderFollowedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderFollowedType.description": {"fq_name": "team_log.PaperFolderFollowedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperFolderFollowedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderLogInfo.folder_id": {"fq_name": "team_log.PaperFolderLogInfo.folder_id", "param_name": "folderId", "static_instance": null, "getter_method": "getFolderId", "containing_data_type_ref": "team_log.PaperFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderLogInfo.folder_name": {"fq_name": "team_log.PaperFolderLogInfo.folder_name", "param_name": "folderName", "static_instance": null, "getter_method": "getFolderName", "containing_data_type_ref": "team_log.PaperFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderTeamInviteDetails.event_uuid": {"fq_name": "team_log.PaperFolderTeamInviteDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperFolderTeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderTeamInviteType.description": {"fq_name": "team_log.PaperFolderTeamInviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperFolderTeamInviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperMemberPolicy.anyone_with_link": {"fq_name": "team_log.PaperMemberPolicy.anyone_with_link", "param_name": "anyoneWithLinkValue", "static_instance": "ANYONE_WITH_LINK", "getter_method": null, "containing_data_type_ref": "team_log.PaperMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperMemberPolicy.only_team": {"fq_name": "team_log.PaperMemberPolicy.only_team", "param_name": "onlyTeamValue", "static_instance": "ONLY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.PaperMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperMemberPolicy.team_and_explicitly_shared": {"fq_name": "team_log.PaperMemberPolicy.team_and_explicitly_shared", "param_name": "teamAndExplicitlySharedValue", "static_instance": "TEAM_AND_EXPLICITLY_SHARED", "getter_method": null, "containing_data_type_ref": "team_log.PaperMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperMemberPolicy.other": {"fq_name": "team_log.PaperMemberPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PaperMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkChangePermissionDetails.event_uuid": {"fq_name": "team_log.PaperPublishedLinkChangePermissionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperPublishedLinkChangePermissionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkChangePermissionDetails.new_permission_level": {"fq_name": "team_log.PaperPublishedLinkChangePermissionDetails.new_permission_level", "param_name": "newPermissionLevel", "static_instance": null, "getter_method": "getNewPermissionLevel", "containing_data_type_ref": "team_log.PaperPublishedLinkChangePermissionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkChangePermissionDetails.previous_permission_level": {"fq_name": "team_log.PaperPublishedLinkChangePermissionDetails.previous_permission_level", "param_name": "previousPermissionLevel", "static_instance": null, "getter_method": "getPreviousPermissionLevel", "containing_data_type_ref": "team_log.PaperPublishedLinkChangePermissionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkChangePermissionType.description": {"fq_name": "team_log.PaperPublishedLinkChangePermissionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperPublishedLinkChangePermissionType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkCreateDetails.event_uuid": {"fq_name": "team_log.PaperPublishedLinkCreateDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperPublishedLinkCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkCreateType.description": {"fq_name": "team_log.PaperPublishedLinkCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperPublishedLinkCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkDisabledDetails.event_uuid": {"fq_name": "team_log.PaperPublishedLinkDisabledDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperPublishedLinkDisabledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkDisabledType.description": {"fq_name": "team_log.PaperPublishedLinkDisabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperPublishedLinkDisabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkViewDetails.event_uuid": {"fq_name": "team_log.PaperPublishedLinkViewDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperPublishedLinkViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkViewType.description": {"fq_name": "team_log.PaperPublishedLinkViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperPublishedLinkViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.ParticipantLogInfo.group": {"fq_name": "team_log.ParticipantLogInfo.group", "param_name": "groupValue", "static_instance": null, "getter_method": "getGroupValue", "containing_data_type_ref": "team_log.ParticipantLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ParticipantLogInfo.user": {"fq_name": "team_log.ParticipantLogInfo.user", "param_name": "userValue", "static_instance": null, "getter_method": "getUserValue", "containing_data_type_ref": "team_log.ParticipantLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ParticipantLogInfo.other": {"fq_name": "team_log.ParticipantLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ParticipantLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PassPolicy.allow": {"fq_name": "team_log.PassPolicy.allow", "param_name": "allowValue", "static_instance": "ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.PassPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PassPolicy.disabled": {"fq_name": "team_log.PassPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.PassPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PassPolicy.enabled": {"fq_name": "team_log.PassPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.PassPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PassPolicy.other": {"fq_name": "team_log.PassPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PassPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordChangeType.description": {"fq_name": "team_log.PasswordChangeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasswordChangeType", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordResetAllType.description": {"fq_name": "team_log.PasswordResetAllType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasswordResetAllType", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordResetType.description": {"fq_name": "team_log.PasswordResetType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasswordResetType", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordStrengthRequirementsChangePolicyDetails.previous_value": {"fq_name": "team_log.PasswordStrengthRequirementsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PasswordStrengthRequirementsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordStrengthRequirementsChangePolicyDetails.new_value": {"fq_name": "team_log.PasswordStrengthRequirementsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PasswordStrengthRequirementsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordStrengthRequirementsChangePolicyType.description": {"fq_name": "team_log.PasswordStrengthRequirementsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasswordStrengthRequirementsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PathLogInfo.namespace_relative": {"fq_name": "team_log.PathLogInfo.namespace_relative", "param_name": "namespaceRelative", "static_instance": null, "getter_method": "getNamespaceRelative", "containing_data_type_ref": "team_log.PathLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PathLogInfo.contextual": {"fq_name": "team_log.PathLogInfo.contextual", "param_name": "contextual", "static_instance": null, "getter_method": "getContextual", "containing_data_type_ref": "team_log.PathLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PendingSecondaryEmailAddedDetails.secondary_email": {"fq_name": "team_log.PendingSecondaryEmailAddedDetails.secondary_email", "param_name": "secondaryEmail", "static_instance": null, "getter_method": "getSecondaryEmail", "containing_data_type_ref": "team_log.PendingSecondaryEmailAddedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PendingSecondaryEmailAddedType.description": {"fq_name": "team_log.PendingSecondaryEmailAddedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PendingSecondaryEmailAddedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PermanentDeleteChangePolicyDetails.new_value": {"fq_name": "team_log.PermanentDeleteChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PermanentDeleteChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PermanentDeleteChangePolicyDetails.previous_value": {"fq_name": "team_log.PermanentDeleteChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PermanentDeleteChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PermanentDeleteChangePolicyType.description": {"fq_name": "team_log.PermanentDeleteChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PermanentDeleteChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.australia_only": {"fq_name": "team_log.PlacementRestriction.australia_only", "param_name": "australiaOnlyValue", "static_instance": "AUSTRALIA_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.europe_only": {"fq_name": "team_log.PlacementRestriction.europe_only", "param_name": "europeOnlyValue", "static_instance": "EUROPE_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.japan_only": {"fq_name": "team_log.PlacementRestriction.japan_only", "param_name": "japanOnlyValue", "static_instance": "JAPAN_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.none": {"fq_name": "team_log.PlacementRestriction.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.uk_only": {"fq_name": "team_log.PlacementRestriction.uk_only", "param_name": "ukOnlyValue", "static_instance": "UK_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.us_s3_only": {"fq_name": "team_log.PlacementRestriction.us_s3_only", "param_name": "usS3OnlyValue", "static_instance": "US_S3_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.other": {"fq_name": "team_log.PlacementRestriction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PolicyType.disposition": {"fq_name": "team_log.PolicyType.disposition", "param_name": "dispositionValue", "static_instance": "DISPOSITION", "getter_method": null, "containing_data_type_ref": "team_log.PolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PolicyType.retention": {"fq_name": "team_log.PolicyType.retention", "param_name": "retentionValue", "static_instance": "RETENTION", "getter_method": null, "containing_data_type_ref": "team_log.PolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PolicyType.other": {"fq_name": "team_log.PolicyType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestAcceptedDetails.secondary_team": {"fq_name": "team_log.PrimaryTeamRequestAcceptedDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.PrimaryTeamRequestAcceptedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestAcceptedDetails.sent_by": {"fq_name": "team_log.PrimaryTeamRequestAcceptedDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.PrimaryTeamRequestAcceptedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestCanceledDetails.secondary_team": {"fq_name": "team_log.PrimaryTeamRequestCanceledDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.PrimaryTeamRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestCanceledDetails.sent_by": {"fq_name": "team_log.PrimaryTeamRequestCanceledDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.PrimaryTeamRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestExpiredDetails.secondary_team": {"fq_name": "team_log.PrimaryTeamRequestExpiredDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.PrimaryTeamRequestExpiredDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestExpiredDetails.sent_by": {"fq_name": "team_log.PrimaryTeamRequestExpiredDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.PrimaryTeamRequestExpiredDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestReminderDetails.secondary_team": {"fq_name": "team_log.PrimaryTeamRequestReminderDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.PrimaryTeamRequestReminderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestReminderDetails.sent_to": {"fq_name": "team_log.PrimaryTeamRequestReminderDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.PrimaryTeamRequestReminderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.delete_shared_link": {"fq_name": "team_log.QuickActionType.delete_shared_link", "param_name": "deleteSharedLinkValue", "static_instance": "DELETE_SHARED_LINK", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.reset_password": {"fq_name": "team_log.QuickActionType.reset_password", "param_name": "resetPasswordValue", "static_instance": "RESET_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.restore_file_or_folder": {"fq_name": "team_log.QuickActionType.restore_file_or_folder", "param_name": "restoreFileOrFolderValue", "static_instance": "RESTORE_FILE_OR_FOLDER", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.unlink_app": {"fq_name": "team_log.QuickActionType.unlink_app", "param_name": "unlinkAppValue", "static_instance": "UNLINK_APP", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.unlink_device": {"fq_name": "team_log.QuickActionType.unlink_device", "param_name": "unlinkDeviceValue", "static_instance": "UNLINK_DEVICE", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.unlink_session": {"fq_name": "team_log.QuickActionType.unlink_session", "param_name": "unlinkSessionValue", "static_instance": "UNLINK_SESSION", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.other": {"fq_name": "team_log.QuickActionType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareAlertCreateReportFailedDetails.failure_reason": {"fq_name": "team_log.RansomwareAlertCreateReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.RansomwareAlertCreateReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareAlertCreateReportFailedType.description": {"fq_name": "team_log.RansomwareAlertCreateReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RansomwareAlertCreateReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareAlertCreateReportType.description": {"fq_name": "team_log.RansomwareAlertCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RansomwareAlertCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessCompletedDetails.status": {"fq_name": "team_log.RansomwareRestoreProcessCompletedDetails.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team_log.RansomwareRestoreProcessCompletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessCompletedDetails.restored_files_count": {"fq_name": "team_log.RansomwareRestoreProcessCompletedDetails.restored_files_count", "param_name": "restoredFilesCount", "static_instance": null, "getter_method": "getRestoredFilesCount", "containing_data_type_ref": "team_log.RansomwareRestoreProcessCompletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessCompletedDetails.restored_files_failed_count": {"fq_name": "team_log.RansomwareRestoreProcessCompletedDetails.restored_files_failed_count", "param_name": "restoredFilesFailedCount", "static_instance": null, "getter_method": "getRestoredFilesFailedCount", "containing_data_type_ref": "team_log.RansomwareRestoreProcessCompletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessCompletedType.description": {"fq_name": "team_log.RansomwareRestoreProcessCompletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RansomwareRestoreProcessCompletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessStartedDetails.extension": {"fq_name": "team_log.RansomwareRestoreProcessStartedDetails.extension", "param_name": "extension", "static_instance": null, "getter_method": "getExtension", "containing_data_type_ref": "team_log.RansomwareRestoreProcessStartedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessStartedType.description": {"fq_name": "team_log.RansomwareRestoreProcessStartedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RansomwareRestoreProcessStartedType", "route_refs": [], "_type": "FieldReference"}, "team_log.RecipientsConfiguration.recipient_setting_type": {"fq_name": "team_log.RecipientsConfiguration.recipient_setting_type", "param_name": "recipientSettingType", "static_instance": null, "getter_method": "getRecipientSettingType", "containing_data_type_ref": "team_log.RecipientsConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.RecipientsConfiguration.emails": {"fq_name": "team_log.RecipientsConfiguration.emails", "param_name": "emails", "static_instance": null, "getter_method": "getEmails", "containing_data_type_ref": "team_log.RecipientsConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.RecipientsConfiguration.groups": {"fq_name": "team_log.RecipientsConfiguration.groups", "param_name": "groups", "static_instance": null, "getter_method": "getGroups", "containing_data_type_ref": "team_log.RecipientsConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.RelocateAssetReferencesLogInfo.src_asset_index": {"fq_name": "team_log.RelocateAssetReferencesLogInfo.src_asset_index", "param_name": "srcAssetIndex", "static_instance": null, "getter_method": "getSrcAssetIndex", "containing_data_type_ref": "team_log.RelocateAssetReferencesLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.RelocateAssetReferencesLogInfo.dest_asset_index": {"fq_name": "team_log.RelocateAssetReferencesLogInfo.dest_asset_index", "param_name": "destAssetIndex", "static_instance": null, "getter_method": "getDestAssetIndex", "containing_data_type_ref": "team_log.RelocateAssetReferencesLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileDeleteType.description": {"fq_name": "team_log.ReplayFileDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayFileDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileSharedLinkCreatedType.description": {"fq_name": "team_log.ReplayFileSharedLinkCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayFileSharedLinkCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileSharedLinkModifiedType.description": {"fq_name": "team_log.ReplayFileSharedLinkModifiedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayFileSharedLinkModifiedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayProjectTeamAddType.description": {"fq_name": "team_log.ReplayProjectTeamAddType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayProjectTeamAddType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayProjectTeamDeleteType.description": {"fq_name": "team_log.ReplayProjectTeamDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayProjectTeamDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerLogInfo.reseller_name": {"fq_name": "team_log.ResellerLogInfo.reseller_name", "param_name": "resellerName", "static_instance": null, "getter_method": "getResellerName", "containing_data_type_ref": "team_log.ResellerLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerLogInfo.reseller_email": {"fq_name": "team_log.ResellerLogInfo.reseller_email", "param_name": "resellerEmail", "static_instance": null, "getter_method": "getResellerEmail", "containing_data_type_ref": "team_log.ResellerLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerRole.not_reseller": {"fq_name": "team_log.ResellerRole.not_reseller", "param_name": "notResellerValue", "static_instance": "NOT_RESELLER", "getter_method": null, "containing_data_type_ref": "team_log.ResellerRole", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerRole.reseller_admin": {"fq_name": "team_log.ResellerRole.reseller_admin", "param_name": "resellerAdminValue", "static_instance": "RESELLER_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.ResellerRole", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerRole.other": {"fq_name": "team_log.ResellerRole.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ResellerRole", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportChangePolicyDetails.new_value": {"fq_name": "team_log.ResellerSupportChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ResellerSupportChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportChangePolicyDetails.previous_value": {"fq_name": "team_log.ResellerSupportChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ResellerSupportChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportChangePolicyType.description": {"fq_name": "team_log.ResellerSupportChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ResellerSupportChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportPolicy.disabled": {"fq_name": "team_log.ResellerSupportPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ResellerSupportPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportPolicy.enabled": {"fq_name": "team_log.ResellerSupportPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ResellerSupportPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportPolicy.other": {"fq_name": "team_log.ResellerSupportPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ResellerSupportPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportSessionEndType.description": {"fq_name": "team_log.ResellerSupportSessionEndType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ResellerSupportSessionEndType", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportSessionStartType.description": {"fq_name": "team_log.ResellerSupportSessionStartType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ResellerSupportSessionStartType", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindFolderDetails.rewind_folder_target_ts_ms": {"fq_name": "team_log.RewindFolderDetails.rewind_folder_target_ts_ms", "param_name": "rewindFolderTargetTsMs", "static_instance": null, "getter_method": "getRewindFolderTargetTsMs", "containing_data_type_ref": "team_log.RewindFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindFolderType.description": {"fq_name": "team_log.RewindFolderType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RewindFolderType", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicy.admins_only": {"fq_name": "team_log.RewindPolicy.admins_only", "param_name": "adminsOnlyValue", "static_instance": "ADMINS_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.RewindPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicy.everyone": {"fq_name": "team_log.RewindPolicy.everyone", "param_name": "everyoneValue", "static_instance": "EVERYONE", "getter_method": null, "containing_data_type_ref": "team_log.RewindPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicy.other": {"fq_name": "team_log.RewindPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.RewindPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicyChangedDetails.new_value": {"fq_name": "team_log.RewindPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.RewindPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicyChangedDetails.previous_value": {"fq_name": "team_log.RewindPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.RewindPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicyChangedType.description": {"fq_name": "team_log.RewindPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RewindPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryEmailDeletedDetails.secondary_email": {"fq_name": "team_log.SecondaryEmailDeletedDetails.secondary_email", "param_name": "secondaryEmail", "static_instance": null, "getter_method": "getSecondaryEmail", "containing_data_type_ref": "team_log.SecondaryEmailDeletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryEmailDeletedType.description": {"fq_name": "team_log.SecondaryEmailDeletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SecondaryEmailDeletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryEmailVerifiedDetails.secondary_email": {"fq_name": "team_log.SecondaryEmailVerifiedDetails.secondary_email", "param_name": "secondaryEmail", "static_instance": null, "getter_method": "getSecondaryEmail", "containing_data_type_ref": "team_log.SecondaryEmailVerifiedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryEmailVerifiedType.description": {"fq_name": "team_log.SecondaryEmailVerifiedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SecondaryEmailVerifiedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicy.disabled": {"fq_name": "team_log.SecondaryMailsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.SecondaryMailsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicy.enabled": {"fq_name": "team_log.SecondaryMailsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.SecondaryMailsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicy.other": {"fq_name": "team_log.SecondaryMailsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SecondaryMailsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicyChangedDetails.previous_value": {"fq_name": "team_log.SecondaryMailsPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SecondaryMailsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicyChangedDetails.new_value": {"fq_name": "team_log.SecondaryMailsPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SecondaryMailsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicyChangedType.description": {"fq_name": "team_log.SecondaryMailsPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SecondaryMailsPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestAcceptedDetails.primary_team": {"fq_name": "team_log.SecondaryTeamRequestAcceptedDetails.primary_team", "param_name": "primaryTeam", "static_instance": null, "getter_method": "getPrimaryTeam", "containing_data_type_ref": "team_log.SecondaryTeamRequestAcceptedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestAcceptedDetails.sent_by": {"fq_name": "team_log.SecondaryTeamRequestAcceptedDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.SecondaryTeamRequestAcceptedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestCanceledDetails.sent_to": {"fq_name": "team_log.SecondaryTeamRequestCanceledDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.SecondaryTeamRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestCanceledDetails.sent_by": {"fq_name": "team_log.SecondaryTeamRequestCanceledDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.SecondaryTeamRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestExpiredDetails.sent_to": {"fq_name": "team_log.SecondaryTeamRequestExpiredDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.SecondaryTeamRequestExpiredDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestReminderDetails.sent_to": {"fq_name": "team_log.SecondaryTeamRequestReminderDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.SecondaryTeamRequestReminderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicy.disabled": {"fq_name": "team_log.SendForSignaturePolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.SendForSignaturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicy.enabled": {"fq_name": "team_log.SendForSignaturePolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.SendForSignaturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicy.other": {"fq_name": "team_log.SendForSignaturePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SendForSignaturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicyChangedDetails.new_value": {"fq_name": "team_log.SendForSignaturePolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SendForSignaturePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicyChangedDetails.previous_value": {"fq_name": "team_log.SendForSignaturePolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SendForSignaturePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicyChangedType.description": {"fq_name": "team_log.SendForSignaturePolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendForSignaturePolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SessionLogInfo.session_id": {"fq_name": "team_log.SessionLogInfo.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team_log.SessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAddGroupDetails.target_asset_index": {"fq_name": "team_log.SfAddGroupDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfAddGroupDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAddGroupDetails.original_folder_name": {"fq_name": "team_log.SfAddGroupDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfAddGroupDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAddGroupDetails.team_name": {"fq_name": "team_log.SfAddGroupDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.SfAddGroupDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAddGroupDetails.sharing_permission": {"fq_name": "team_log.SfAddGroupDetails.sharing_permission", "param_name": "sharingPermission", "static_instance": null, "getter_method": "getSharingPermission", "containing_data_type_ref": "team_log.SfAddGroupDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAddGroupType.description": {"fq_name": "team_log.SfAddGroupType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfAddGroupType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAllowNonMembersToViewSharedLinksDetails.target_asset_index": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfAllowNonMembersToViewSharedLinksDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAllowNonMembersToViewSharedLinksDetails.original_folder_name": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfAllowNonMembersToViewSharedLinksDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAllowNonMembersToViewSharedLinksDetails.shared_folder_type": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksDetails.shared_folder_type", "param_name": "sharedFolderType", "static_instance": null, "getter_method": "getSharedFolderType", "containing_data_type_ref": "team_log.SfAllowNonMembersToViewSharedLinksDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAllowNonMembersToViewSharedLinksType.description": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfAllowNonMembersToViewSharedLinksType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfExternalInviteWarnDetails.target_asset_index": {"fq_name": "team_log.SfExternalInviteWarnDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfExternalInviteWarnDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfExternalInviteWarnDetails.original_folder_name": {"fq_name": "team_log.SfExternalInviteWarnDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfExternalInviteWarnDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfExternalInviteWarnDetails.new_sharing_permission": {"fq_name": "team_log.SfExternalInviteWarnDetails.new_sharing_permission", "param_name": "newSharingPermission", "static_instance": null, "getter_method": "getNewSharingPermission", "containing_data_type_ref": "team_log.SfExternalInviteWarnDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfExternalInviteWarnDetails.previous_sharing_permission": {"fq_name": "team_log.SfExternalInviteWarnDetails.previous_sharing_permission", "param_name": "previousSharingPermission", "static_instance": null, "getter_method": "getPreviousSharingPermission", "containing_data_type_ref": "team_log.SfExternalInviteWarnDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfExternalInviteWarnType.description": {"fq_name": "team_log.SfExternalInviteWarnType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfExternalInviteWarnType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteChangeRoleDetails.target_asset_index": {"fq_name": "team_log.SfFbInviteChangeRoleDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfFbInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteChangeRoleDetails.original_folder_name": {"fq_name": "team_log.SfFbInviteChangeRoleDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfFbInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteChangeRoleDetails.previous_sharing_permission": {"fq_name": "team_log.SfFbInviteChangeRoleDetails.previous_sharing_permission", "param_name": "previousSharingPermission", "static_instance": null, "getter_method": "getPreviousSharingPermission", "containing_data_type_ref": "team_log.SfFbInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteChangeRoleDetails.new_sharing_permission": {"fq_name": "team_log.SfFbInviteChangeRoleDetails.new_sharing_permission", "param_name": "newSharingPermission", "static_instance": null, "getter_method": "getNewSharingPermission", "containing_data_type_ref": "team_log.SfFbInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteChangeRoleType.description": {"fq_name": "team_log.SfFbInviteChangeRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfFbInviteChangeRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteDetails.target_asset_index": {"fq_name": "team_log.SfFbInviteDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfFbInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteDetails.original_folder_name": {"fq_name": "team_log.SfFbInviteDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfFbInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteDetails.sharing_permission": {"fq_name": "team_log.SfFbInviteDetails.sharing_permission", "param_name": "sharingPermission", "static_instance": null, "getter_method": "getSharingPermission", "containing_data_type_ref": "team_log.SfFbInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteType.description": {"fq_name": "team_log.SfFbInviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfFbInviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbUninviteDetails.target_asset_index": {"fq_name": "team_log.SfFbUninviteDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfFbUninviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbUninviteDetails.original_folder_name": {"fq_name": "team_log.SfFbUninviteDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfFbUninviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbUninviteType.description": {"fq_name": "team_log.SfFbUninviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfFbUninviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfInviteGroupDetails.target_asset_index": {"fq_name": "team_log.SfInviteGroupDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfInviteGroupDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfInviteGroupType.description": {"fq_name": "team_log.SfInviteGroupType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfInviteGroupType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamGrantAccessDetails.target_asset_index": {"fq_name": "team_log.SfTeamGrantAccessDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamGrantAccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamGrantAccessDetails.original_folder_name": {"fq_name": "team_log.SfTeamGrantAccessDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamGrantAccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamGrantAccessType.description": {"fq_name": "team_log.SfTeamGrantAccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamGrantAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteChangeRoleDetails.target_asset_index": {"fq_name": "team_log.SfTeamInviteChangeRoleDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteChangeRoleDetails.original_folder_name": {"fq_name": "team_log.SfTeamInviteChangeRoleDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteChangeRoleDetails.new_sharing_permission": {"fq_name": "team_log.SfTeamInviteChangeRoleDetails.new_sharing_permission", "param_name": "newSharingPermission", "static_instance": null, "getter_method": "getNewSharingPermission", "containing_data_type_ref": "team_log.SfTeamInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteChangeRoleDetails.previous_sharing_permission": {"fq_name": "team_log.SfTeamInviteChangeRoleDetails.previous_sharing_permission", "param_name": "previousSharingPermission", "static_instance": null, "getter_method": "getPreviousSharingPermission", "containing_data_type_ref": "team_log.SfTeamInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteChangeRoleType.description": {"fq_name": "team_log.SfTeamInviteChangeRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamInviteChangeRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteDetails.target_asset_index": {"fq_name": "team_log.SfTeamInviteDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteDetails.original_folder_name": {"fq_name": "team_log.SfTeamInviteDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteDetails.sharing_permission": {"fq_name": "team_log.SfTeamInviteDetails.sharing_permission", "param_name": "sharingPermission", "static_instance": null, "getter_method": "getSharingPermission", "containing_data_type_ref": "team_log.SfTeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteType.description": {"fq_name": "team_log.SfTeamInviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamInviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinDetails.target_asset_index": {"fq_name": "team_log.SfTeamJoinDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamJoinDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinDetails.original_folder_name": {"fq_name": "team_log.SfTeamJoinDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamJoinDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinFromOobLinkDetails.target_asset_index": {"fq_name": "team_log.SfTeamJoinFromOobLinkDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamJoinFromOobLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinFromOobLinkDetails.original_folder_name": {"fq_name": "team_log.SfTeamJoinFromOobLinkDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamJoinFromOobLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinFromOobLinkDetails.token_key": {"fq_name": "team_log.SfTeamJoinFromOobLinkDetails.token_key", "param_name": "tokenKey", "static_instance": null, "getter_method": "getTokenKey", "containing_data_type_ref": "team_log.SfTeamJoinFromOobLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinFromOobLinkDetails.sharing_permission": {"fq_name": "team_log.SfTeamJoinFromOobLinkDetails.sharing_permission", "param_name": "sharingPermission", "static_instance": null, "getter_method": "getSharingPermission", "containing_data_type_ref": "team_log.SfTeamJoinFromOobLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinFromOobLinkType.description": {"fq_name": "team_log.SfTeamJoinFromOobLinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamJoinFromOobLinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinType.description": {"fq_name": "team_log.SfTeamJoinType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamJoinType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamUninviteDetails.target_asset_index": {"fq_name": "team_log.SfTeamUninviteDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamUninviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamUninviteDetails.original_folder_name": {"fq_name": "team_log.SfTeamUninviteDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamUninviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamUninviteType.description": {"fq_name": "team_log.SfTeamUninviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamUninviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddInviteesDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentAddInviteesDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentAddInviteesDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddInviteesDetails.invitees": {"fq_name": "team_log.SharedContentAddInviteesDetails.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "team_log.SharedContentAddInviteesDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddInviteesType.description": {"fq_name": "team_log.SharedContentAddInviteesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentAddInviteesType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddLinkExpiryDetails.new_value": {"fq_name": "team_log.SharedContentAddLinkExpiryDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedContentAddLinkExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddLinkExpiryType.description": {"fq_name": "team_log.SharedContentAddLinkExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentAddLinkExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddLinkPasswordType.description": {"fq_name": "team_log.SharedContentAddLinkPasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentAddLinkPasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddMemberDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentAddMemberDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentAddMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddMemberType.description": {"fq_name": "team_log.SharedContentAddMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentAddMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeDownloadsPolicyDetails.new_value": {"fq_name": "team_log.SharedContentChangeDownloadsPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedContentChangeDownloadsPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeDownloadsPolicyDetails.previous_value": {"fq_name": "team_log.SharedContentChangeDownloadsPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedContentChangeDownloadsPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeDownloadsPolicyType.description": {"fq_name": "team_log.SharedContentChangeDownloadsPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeDownloadsPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeInviteeRoleDetails.new_access_level": {"fq_name": "team_log.SharedContentChangeInviteeRoleDetails.new_access_level", "param_name": "newAccessLevel", "static_instance": null, "getter_method": "getNewAccessLevel", "containing_data_type_ref": "team_log.SharedContentChangeInviteeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeInviteeRoleDetails.invitee": {"fq_name": "team_log.SharedContentChangeInviteeRoleDetails.invitee", "param_name": "invitee", "static_instance": null, "getter_method": "getInvitee", "containing_data_type_ref": "team_log.SharedContentChangeInviteeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeInviteeRoleDetails.previous_access_level": {"fq_name": "team_log.SharedContentChangeInviteeRoleDetails.previous_access_level", "param_name": "previousAccessLevel", "static_instance": null, "getter_method": "getPreviousAccessLevel", "containing_data_type_ref": "team_log.SharedContentChangeInviteeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeInviteeRoleType.description": {"fq_name": "team_log.SharedContentChangeInviteeRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeInviteeRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkAudienceDetails.new_value": {"fq_name": "team_log.SharedContentChangeLinkAudienceDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedContentChangeLinkAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkAudienceDetails.previous_value": {"fq_name": "team_log.SharedContentChangeLinkAudienceDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedContentChangeLinkAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkAudienceType.description": {"fq_name": "team_log.SharedContentChangeLinkAudienceType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeLinkAudienceType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkExpiryDetails.new_value": {"fq_name": "team_log.SharedContentChangeLinkExpiryDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedContentChangeLinkExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkExpiryDetails.previous_value": {"fq_name": "team_log.SharedContentChangeLinkExpiryDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedContentChangeLinkExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkExpiryType.description": {"fq_name": "team_log.SharedContentChangeLinkExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeLinkExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkPasswordType.description": {"fq_name": "team_log.SharedContentChangeLinkPasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeLinkPasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeMemberRoleDetails.new_access_level": {"fq_name": "team_log.SharedContentChangeMemberRoleDetails.new_access_level", "param_name": "newAccessLevel", "static_instance": null, "getter_method": "getNewAccessLevel", "containing_data_type_ref": "team_log.SharedContentChangeMemberRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeMemberRoleDetails.previous_access_level": {"fq_name": "team_log.SharedContentChangeMemberRoleDetails.previous_access_level", "param_name": "previousAccessLevel", "static_instance": null, "getter_method": "getPreviousAccessLevel", "containing_data_type_ref": "team_log.SharedContentChangeMemberRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeMemberRoleType.description": {"fq_name": "team_log.SharedContentChangeMemberRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeMemberRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeViewerInfoPolicyDetails.new_value": {"fq_name": "team_log.SharedContentChangeViewerInfoPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedContentChangeViewerInfoPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeViewerInfoPolicyDetails.previous_value": {"fq_name": "team_log.SharedContentChangeViewerInfoPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedContentChangeViewerInfoPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeViewerInfoPolicyType.description": {"fq_name": "team_log.SharedContentChangeViewerInfoPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeViewerInfoPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentClaimInvitationDetails.shared_content_link": {"fq_name": "team_log.SharedContentClaimInvitationDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedContentClaimInvitationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentClaimInvitationType.description": {"fq_name": "team_log.SharedContentClaimInvitationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentClaimInvitationType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentCopyDetails.shared_content_link": {"fq_name": "team_log.SharedContentCopyDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedContentCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentCopyDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentCopyDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentCopyDetails.destination_path": {"fq_name": "team_log.SharedContentCopyDetails.destination_path", "param_name": "destinationPath", "static_instance": null, "getter_method": "getDestinationPath", "containing_data_type_ref": "team_log.SharedContentCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentCopyDetails.shared_content_owner": {"fq_name": "team_log.SharedContentCopyDetails.shared_content_owner", "param_name": "sharedContentOwner", "static_instance": null, "getter_method": "getSharedContentOwner", "containing_data_type_ref": "team_log.SharedContentCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentCopyType.description": {"fq_name": "team_log.SharedContentCopyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentCopyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentDownloadDetails.shared_content_link": {"fq_name": "team_log.SharedContentDownloadDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedContentDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentDownloadDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentDownloadDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentDownloadDetails.shared_content_owner": {"fq_name": "team_log.SharedContentDownloadDetails.shared_content_owner", "param_name": "sharedContentOwner", "static_instance": null, "getter_method": "getSharedContentOwner", "containing_data_type_ref": "team_log.SharedContentDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentDownloadType.description": {"fq_name": "team_log.SharedContentDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRelinquishMembershipType.description": {"fq_name": "team_log.SharedContentRelinquishMembershipType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRelinquishMembershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveInviteesDetails.invitees": {"fq_name": "team_log.SharedContentRemoveInviteesDetails.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "team_log.SharedContentRemoveInviteesDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveInviteesType.description": {"fq_name": "team_log.SharedContentRemoveInviteesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRemoveInviteesType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveLinkExpiryDetails.previous_value": {"fq_name": "team_log.SharedContentRemoveLinkExpiryDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedContentRemoveLinkExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveLinkExpiryType.description": {"fq_name": "team_log.SharedContentRemoveLinkExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRemoveLinkExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveLinkPasswordType.description": {"fq_name": "team_log.SharedContentRemoveLinkPasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRemoveLinkPasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveMemberDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentRemoveMemberDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentRemoveMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveMemberType.description": {"fq_name": "team_log.SharedContentRemoveMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRemoveMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRequestAccessDetails.shared_content_link": {"fq_name": "team_log.SharedContentRequestAccessDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedContentRequestAccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRequestAccessType.description": {"fq_name": "team_log.SharedContentRequestAccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRequestAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRestoreInviteesDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentRestoreInviteesDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentRestoreInviteesDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRestoreInviteesDetails.invitees": {"fq_name": "team_log.SharedContentRestoreInviteesDetails.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "team_log.SharedContentRestoreInviteesDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRestoreInviteesType.description": {"fq_name": "team_log.SharedContentRestoreInviteesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRestoreInviteesType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRestoreMemberDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentRestoreMemberDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentRestoreMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRestoreMemberType.description": {"fq_name": "team_log.SharedContentRestoreMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRestoreMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentUnshareType.description": {"fq_name": "team_log.SharedContentUnshareType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentUnshareType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentViewDetails.shared_content_link": {"fq_name": "team_log.SharedContentViewDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedContentViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentViewDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentViewDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentViewDetails.shared_content_owner": {"fq_name": "team_log.SharedContentViewDetails.shared_content_owner", "param_name": "sharedContentOwner", "static_instance": null, "getter_method": "getSharedContentOwner", "containing_data_type_ref": "team_log.SharedContentViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentViewType.description": {"fq_name": "team_log.SharedContentViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeLinkPolicyDetails.new_value": {"fq_name": "team_log.SharedFolderChangeLinkPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedFolderChangeLinkPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeLinkPolicyDetails.previous_value": {"fq_name": "team_log.SharedFolderChangeLinkPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedFolderChangeLinkPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeLinkPolicyType.description": {"fq_name": "team_log.SharedFolderChangeLinkPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderChangeLinkPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersInheritancePolicyDetails.new_value": {"fq_name": "team_log.SharedFolderChangeMembersInheritancePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersInheritancePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersInheritancePolicyDetails.previous_value": {"fq_name": "team_log.SharedFolderChangeMembersInheritancePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersInheritancePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersInheritancePolicyType.description": {"fq_name": "team_log.SharedFolderChangeMembersInheritancePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderChangeMembersInheritancePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersManagementPolicyDetails.new_value": {"fq_name": "team_log.SharedFolderChangeMembersManagementPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersManagementPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersManagementPolicyDetails.previous_value": {"fq_name": "team_log.SharedFolderChangeMembersManagementPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersManagementPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersManagementPolicyType.description": {"fq_name": "team_log.SharedFolderChangeMembersManagementPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderChangeMembersManagementPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersPolicyDetails.new_value": {"fq_name": "team_log.SharedFolderChangeMembersPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersPolicyDetails.previous_value": {"fq_name": "team_log.SharedFolderChangeMembersPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersPolicyType.description": {"fq_name": "team_log.SharedFolderChangeMembersPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderChangeMembersPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderCreateDetails.target_ns_id": {"fq_name": "team_log.SharedFolderCreateDetails.target_ns_id", "param_name": "targetNsId", "static_instance": null, "getter_method": "getTargetNsId", "containing_data_type_ref": "team_log.SharedFolderCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderCreateType.description": {"fq_name": "team_log.SharedFolderCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderDeclineInvitationType.description": {"fq_name": "team_log.SharedFolderDeclineInvitationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderDeclineInvitationType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderMembersInheritancePolicy.dont_inherit_members": {"fq_name": "team_log.SharedFolderMembersInheritancePolicy.dont_inherit_members", "param_name": "dontInheritMembersValue", "static_instance": "DONT_INHERIT_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.SharedFolderMembersInheritancePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderMembersInheritancePolicy.inherit_members": {"fq_name": "team_log.SharedFolderMembersInheritancePolicy.inherit_members", "param_name": "inheritMembersValue", "static_instance": "INHERIT_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.SharedFolderMembersInheritancePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderMembersInheritancePolicy.other": {"fq_name": "team_log.SharedFolderMembersInheritancePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharedFolderMembersInheritancePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderMountType.description": {"fq_name": "team_log.SharedFolderMountType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderMountType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderNestDetails.previous_parent_ns_id": {"fq_name": "team_log.SharedFolderNestDetails.previous_parent_ns_id", "param_name": "previousParentNsId", "static_instance": null, "getter_method": "getPreviousParentNsId", "containing_data_type_ref": "team_log.SharedFolderNestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderNestDetails.new_parent_ns_id": {"fq_name": "team_log.SharedFolderNestDetails.new_parent_ns_id", "param_name": "newParentNsId", "static_instance": null, "getter_method": "getNewParentNsId", "containing_data_type_ref": "team_log.SharedFolderNestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderNestDetails.previous_ns_path": {"fq_name": "team_log.SharedFolderNestDetails.previous_ns_path", "param_name": "previousNsPath", "static_instance": null, "getter_method": "getPreviousNsPath", "containing_data_type_ref": "team_log.SharedFolderNestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderNestDetails.new_ns_path": {"fq_name": "team_log.SharedFolderNestDetails.new_ns_path", "param_name": "newNsPath", "static_instance": null, "getter_method": "getNewNsPath", "containing_data_type_ref": "team_log.SharedFolderNestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderNestType.description": {"fq_name": "team_log.SharedFolderNestType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderNestType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderTransferOwnershipDetails.new_owner_email": {"fq_name": "team_log.SharedFolderTransferOwnershipDetails.new_owner_email", "param_name": "newOwnerEmail", "static_instance": null, "getter_method": "getNewOwnerEmail", "containing_data_type_ref": "team_log.SharedFolderTransferOwnershipDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderTransferOwnershipDetails.previous_owner_email": {"fq_name": "team_log.SharedFolderTransferOwnershipDetails.previous_owner_email", "param_name": "previousOwnerEmail", "static_instance": null, "getter_method": "getPreviousOwnerEmail", "containing_data_type_ref": "team_log.SharedFolderTransferOwnershipDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderTransferOwnershipType.description": {"fq_name": "team_log.SharedFolderTransferOwnershipType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderTransferOwnershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderUnmountType.description": {"fq_name": "team_log.SharedFolderUnmountType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderUnmountType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAccessLevel.none": {"fq_name": "team_log.SharedLinkAccessLevel.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAccessLevel.reader": {"fq_name": "team_log.SharedLinkAccessLevel.reader", "param_name": "readerValue", "static_instance": "READER", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAccessLevel.writer": {"fq_name": "team_log.SharedLinkAccessLevel.writer", "param_name": "writerValue", "static_instance": "WRITER", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAccessLevel.other": {"fq_name": "team_log.SharedLinkAccessLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAddExpiryDetails.new_value": {"fq_name": "team_log.SharedLinkAddExpiryDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkAddExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAddExpiryType.description": {"fq_name": "team_log.SharedLinkAddExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkAddExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeExpiryDetails.new_value": {"fq_name": "team_log.SharedLinkChangeExpiryDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkChangeExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeExpiryDetails.previous_value": {"fq_name": "team_log.SharedLinkChangeExpiryDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkChangeExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeExpiryType.description": {"fq_name": "team_log.SharedLinkChangeExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkChangeExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeVisibilityDetails.new_value": {"fq_name": "team_log.SharedLinkChangeVisibilityDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkChangeVisibilityDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeVisibilityDetails.previous_value": {"fq_name": "team_log.SharedLinkChangeVisibilityDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkChangeVisibilityDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeVisibilityType.description": {"fq_name": "team_log.SharedLinkChangeVisibilityType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkChangeVisibilityType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkCopyDetails.shared_link_owner": {"fq_name": "team_log.SharedLinkCopyDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.SharedLinkCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkCopyType.description": {"fq_name": "team_log.SharedLinkCopyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkCopyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkCreateDetails.shared_link_access_level": {"fq_name": "team_log.SharedLinkCreateDetails.shared_link_access_level", "param_name": "sharedLinkAccessLevel", "static_instance": null, "getter_method": "getSharedLinkAccessLevel", "containing_data_type_ref": "team_log.SharedLinkCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkCreateType.description": {"fq_name": "team_log.SharedLinkCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDisableDetails.shared_link_owner": {"fq_name": "team_log.SharedLinkDisableDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.SharedLinkDisableDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDisableType.description": {"fq_name": "team_log.SharedLinkDisableType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkDisableType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDownloadDetails.shared_link_owner": {"fq_name": "team_log.SharedLinkDownloadDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.SharedLinkDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDownloadType.description": {"fq_name": "team_log.SharedLinkDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkRemoveExpiryDetails.previous_value": {"fq_name": "team_log.SharedLinkRemoveExpiryDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkRemoveExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkRemoveExpiryType.description": {"fq_name": "team_log.SharedLinkRemoveExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkRemoveExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddExpirationDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsAddExpirationDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsAddExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddExpirationDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsAddExpirationDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsAddExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddExpirationDetails.new_value": {"fq_name": "team_log.SharedLinkSettingsAddExpirationDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkSettingsAddExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddExpirationType.description": {"fq_name": "team_log.SharedLinkSettingsAddExpirationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsAddExpirationType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddPasswordDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsAddPasswordDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsAddPasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddPasswordDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsAddPasswordDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsAddPasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddPasswordType.description": {"fq_name": "team_log.SharedLinkSettingsAddPasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsAddPasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadDisabledDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadDisabledDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadDisabledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadDisabledDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadDisabledDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadDisabledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadDisabledType.description": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadDisabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadDisabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadEnabledDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadEnabledDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadEnabledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadEnabledDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadEnabledDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadEnabledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadEnabledType.description": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadEnabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadEnabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeAudienceDetails.new_value": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeAudienceDetails.previous_value": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeAudienceType.description": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeAudienceType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeExpirationDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeExpirationDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeExpirationDetails.new_value": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeExpirationDetails.previous_value": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeExpirationType.description": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeExpirationType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangePasswordDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsChangePasswordDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsChangePasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangePasswordDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsChangePasswordDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsChangePasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangePasswordType.description": {"fq_name": "team_log.SharedLinkSettingsChangePasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsChangePasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemoveExpirationDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsRemoveExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemoveExpirationDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsRemoveExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemoveExpirationDetails.previous_value": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkSettingsRemoveExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemoveExpirationType.description": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsRemoveExpirationType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsRemovePasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsRemovePasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemovePasswordType.description": {"fq_name": "team_log.SharedLinkSettingsRemovePasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsRemovePasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkShareDetails.shared_link_owner": {"fq_name": "team_log.SharedLinkShareDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.SharedLinkShareDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkShareDetails.external_users": {"fq_name": "team_log.SharedLinkShareDetails.external_users", "param_name": "externalUsers", "static_instance": null, "getter_method": "getExternalUsers", "containing_data_type_ref": "team_log.SharedLinkShareDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkShareType.description": {"fq_name": "team_log.SharedLinkShareType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkShareType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkViewDetails.shared_link_owner": {"fq_name": "team_log.SharedLinkViewDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.SharedLinkViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkViewType.description": {"fq_name": "team_log.SharedLinkViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkVisibility.no_one": {"fq_name": "team_log.SharedLinkVisibility.no_one", "param_name": "noOneValue", "static_instance": "NO_ONE", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkVisibility", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkVisibility.password": {"fq_name": "team_log.SharedLinkVisibility.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkVisibility", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkVisibility.public": {"fq_name": "team_log.SharedLinkVisibility.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkVisibility", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkVisibility.team_only": {"fq_name": "team_log.SharedLinkVisibility.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkVisibility", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkVisibility.other": {"fq_name": "team_log.SharedLinkVisibility.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkVisibility", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedNoteOpenedType.description": {"fq_name": "team_log.SharedNoteOpenedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedNoteOpenedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeFolderJoinPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeFolderJoinPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeFolderJoinPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeFolderJoinPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeFolderJoinPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeFolderJoinPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeFolderJoinPolicyType.description": {"fq_name": "team_log.SharingChangeFolderJoinPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeFolderJoinPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkAllowChangeExpirationPolicyType.description": {"fq_name": "team_log.SharingChangeLinkAllowChangeExpirationPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeLinkAllowChangeExpirationPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkDefaultExpirationPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeLinkDefaultExpirationPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeLinkDefaultExpirationPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkDefaultExpirationPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeLinkDefaultExpirationPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeLinkDefaultExpirationPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkDefaultExpirationPolicyType.description": {"fq_name": "team_log.SharingChangeLinkDefaultExpirationPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeLinkDefaultExpirationPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkEnforcePasswordPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeLinkEnforcePasswordPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeLinkEnforcePasswordPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkEnforcePasswordPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeLinkEnforcePasswordPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeLinkEnforcePasswordPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkEnforcePasswordPolicyType.description": {"fq_name": "team_log.SharingChangeLinkEnforcePasswordPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeLinkEnforcePasswordPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeLinkPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeLinkPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeLinkPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeLinkPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkPolicyType.description": {"fq_name": "team_log.SharingChangeLinkPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeLinkPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeMemberPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeMemberPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeMemberPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeMemberPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeMemberPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeMemberPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeMemberPolicyType.description": {"fq_name": "team_log.SharingChangeMemberPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeMemberPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingFolderJoinPolicy.from_anyone": {"fq_name": "team_log.SharingFolderJoinPolicy.from_anyone", "param_name": "fromAnyoneValue", "static_instance": "FROM_ANYONE", "getter_method": null, "containing_data_type_ref": "team_log.SharingFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingFolderJoinPolicy.from_team_only": {"fq_name": "team_log.SharingFolderJoinPolicy.from_team_only", "param_name": "fromTeamOnlyValue", "static_instance": "FROM_TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.SharingFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingFolderJoinPolicy.other": {"fq_name": "team_log.SharingFolderJoinPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharingFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingLinkPolicy.default_no_one": {"fq_name": "team_log.SharingLinkPolicy.default_no_one", "param_name": "defaultNoOneValue", "static_instance": "DEFAULT_NO_ONE", "getter_method": null, "containing_data_type_ref": "team_log.SharingLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingLinkPolicy.default_private": {"fq_name": "team_log.SharingLinkPolicy.default_private", "param_name": "defaultPrivateValue", "static_instance": "DEFAULT_PRIVATE", "getter_method": null, "containing_data_type_ref": "team_log.SharingLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingLinkPolicy.default_public": {"fq_name": "team_log.SharingLinkPolicy.default_public", "param_name": "defaultPublicValue", "static_instance": "DEFAULT_PUBLIC", "getter_method": null, "containing_data_type_ref": "team_log.SharingLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingLinkPolicy.only_private": {"fq_name": "team_log.SharingLinkPolicy.only_private", "param_name": "onlyPrivateValue", "static_instance": "ONLY_PRIVATE", "getter_method": null, "containing_data_type_ref": "team_log.SharingLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingLinkPolicy.other": {"fq_name": "team_log.SharingLinkPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharingLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingMemberPolicy.allow": {"fq_name": "team_log.SharingMemberPolicy.allow", "param_name": "allowValue", "static_instance": "ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.SharingMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingMemberPolicy.forbid": {"fq_name": "team_log.SharingMemberPolicy.forbid", "param_name": "forbidValue", "static_instance": "FORBID", "getter_method": null, "containing_data_type_ref": "team_log.SharingMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingMemberPolicy.forbid_with_exclusions": {"fq_name": "team_log.SharingMemberPolicy.forbid_with_exclusions", "param_name": "forbidWithExclusionsValue", "static_instance": "FORBID_WITH_EXCLUSIONS", "getter_method": null, "containing_data_type_ref": "team_log.SharingMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingMemberPolicy.other": {"fq_name": "team_log.SharingMemberPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharingMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShmodelDisableDownloadsDetails.shared_link_owner": {"fq_name": "team_log.ShmodelDisableDownloadsDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.ShmodelDisableDownloadsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShmodelDisableDownloadsType.description": {"fq_name": "team_log.ShmodelDisableDownloadsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShmodelDisableDownloadsType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShmodelEnableDownloadsDetails.shared_link_owner": {"fq_name": "team_log.ShmodelEnableDownloadsDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.ShmodelEnableDownloadsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShmodelEnableDownloadsType.description": {"fq_name": "team_log.ShmodelEnableDownloadsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShmodelEnableDownloadsType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShmodelGroupShareType.description": {"fq_name": "team_log.ShmodelGroupShareType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShmodelGroupShareType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseAccessGrantedDetails.event_uuid": {"fq_name": "team_log.ShowcaseAccessGrantedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseAccessGrantedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseAccessGrantedType.description": {"fq_name": "team_log.ShowcaseAccessGrantedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseAccessGrantedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseAddMemberDetails.event_uuid": {"fq_name": "team_log.ShowcaseAddMemberDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseAddMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseAddMemberType.description": {"fq_name": "team_log.ShowcaseAddMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseAddMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseArchivedDetails.event_uuid": {"fq_name": "team_log.ShowcaseArchivedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseArchivedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseArchivedType.description": {"fq_name": "team_log.ShowcaseArchivedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseArchivedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeDownloadPolicyDetails.new_value": {"fq_name": "team_log.ShowcaseChangeDownloadPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ShowcaseChangeDownloadPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeDownloadPolicyDetails.previous_value": {"fq_name": "team_log.ShowcaseChangeDownloadPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ShowcaseChangeDownloadPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeDownloadPolicyType.description": {"fq_name": "team_log.ShowcaseChangeDownloadPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseChangeDownloadPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeEnabledPolicyDetails.new_value": {"fq_name": "team_log.ShowcaseChangeEnabledPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ShowcaseChangeEnabledPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeEnabledPolicyDetails.previous_value": {"fq_name": "team_log.ShowcaseChangeEnabledPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ShowcaseChangeEnabledPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeEnabledPolicyType.description": {"fq_name": "team_log.ShowcaseChangeEnabledPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseChangeEnabledPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeExternalSharingPolicyDetails.new_value": {"fq_name": "team_log.ShowcaseChangeExternalSharingPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ShowcaseChangeExternalSharingPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeExternalSharingPolicyDetails.previous_value": {"fq_name": "team_log.ShowcaseChangeExternalSharingPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ShowcaseChangeExternalSharingPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeExternalSharingPolicyType.description": {"fq_name": "team_log.ShowcaseChangeExternalSharingPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseChangeExternalSharingPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseCreatedDetails.event_uuid": {"fq_name": "team_log.ShowcaseCreatedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseCreatedType.description": {"fq_name": "team_log.ShowcaseCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDeleteCommentDetails.event_uuid": {"fq_name": "team_log.ShowcaseDeleteCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseDeleteCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDeleteCommentDetails.comment_text": {"fq_name": "team_log.ShowcaseDeleteCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.ShowcaseDeleteCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDeleteCommentType.description": {"fq_name": "team_log.ShowcaseDeleteCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseDeleteCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDocumentLogInfo.showcase_id": {"fq_name": "team_log.ShowcaseDocumentLogInfo.showcase_id", "param_name": "showcaseId", "static_instance": null, "getter_method": "getShowcaseId", "containing_data_type_ref": "team_log.ShowcaseDocumentLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDocumentLogInfo.showcase_title": {"fq_name": "team_log.ShowcaseDocumentLogInfo.showcase_title", "param_name": "showcaseTitle", "static_instance": null, "getter_method": "getShowcaseTitle", "containing_data_type_ref": "team_log.ShowcaseDocumentLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDownloadPolicy.disabled": {"fq_name": "team_log.ShowcaseDownloadPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDownloadPolicy.enabled": {"fq_name": "team_log.ShowcaseDownloadPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDownloadPolicy.other": {"fq_name": "team_log.ShowcaseDownloadPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEditCommentDetails.event_uuid": {"fq_name": "team_log.ShowcaseEditCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEditCommentDetails.comment_text": {"fq_name": "team_log.ShowcaseEditCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.ShowcaseEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEditCommentType.description": {"fq_name": "team_log.ShowcaseEditCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseEditCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEditedDetails.event_uuid": {"fq_name": "team_log.ShowcaseEditedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseEditedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEditedType.description": {"fq_name": "team_log.ShowcaseEditedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseEditedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEnabledPolicy.disabled": {"fq_name": "team_log.ShowcaseEnabledPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEnabledPolicy.enabled": {"fq_name": "team_log.ShowcaseEnabledPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEnabledPolicy.other": {"fq_name": "team_log.ShowcaseEnabledPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseExternalSharingPolicy.disabled": {"fq_name": "team_log.ShowcaseExternalSharingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseExternalSharingPolicy.enabled": {"fq_name": "team_log.ShowcaseExternalSharingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseExternalSharingPolicy.other": {"fq_name": "team_log.ShowcaseExternalSharingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileAddedDetails.event_uuid": {"fq_name": "team_log.ShowcaseFileAddedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseFileAddedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileAddedType.description": {"fq_name": "team_log.ShowcaseFileAddedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseFileAddedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileDownloadDetails.event_uuid": {"fq_name": "team_log.ShowcaseFileDownloadDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseFileDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileDownloadDetails.download_type": {"fq_name": "team_log.ShowcaseFileDownloadDetails.download_type", "param_name": "downloadType", "static_instance": null, "getter_method": "getDownloadType", "containing_data_type_ref": "team_log.ShowcaseFileDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileDownloadType.description": {"fq_name": "team_log.ShowcaseFileDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseFileDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileRemovedDetails.event_uuid": {"fq_name": "team_log.ShowcaseFileRemovedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseFileRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileRemovedType.description": {"fq_name": "team_log.ShowcaseFileRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseFileRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileViewDetails.event_uuid": {"fq_name": "team_log.ShowcaseFileViewDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseFileViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileViewType.description": {"fq_name": "team_log.ShowcaseFileViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseFileViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcasePermanentlyDeletedDetails.event_uuid": {"fq_name": "team_log.ShowcasePermanentlyDeletedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcasePermanentlyDeletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcasePermanentlyDeletedType.description": {"fq_name": "team_log.ShowcasePermanentlyDeletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcasePermanentlyDeletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcasePostCommentDetails.event_uuid": {"fq_name": "team_log.ShowcasePostCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcasePostCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcasePostCommentDetails.comment_text": {"fq_name": "team_log.ShowcasePostCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.ShowcasePostCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcasePostCommentType.description": {"fq_name": "team_log.ShowcasePostCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcasePostCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRemoveMemberDetails.event_uuid": {"fq_name": "team_log.ShowcaseRemoveMemberDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseRemoveMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRemoveMemberType.description": {"fq_name": "team_log.ShowcaseRemoveMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseRemoveMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRenamedDetails.event_uuid": {"fq_name": "team_log.ShowcaseRenamedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseRenamedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRenamedType.description": {"fq_name": "team_log.ShowcaseRenamedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseRenamedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRequestAccessDetails.event_uuid": {"fq_name": "team_log.ShowcaseRequestAccessDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseRequestAccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRequestAccessType.description": {"fq_name": "team_log.ShowcaseRequestAccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseRequestAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseResolveCommentDetails.event_uuid": {"fq_name": "team_log.ShowcaseResolveCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseResolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseResolveCommentDetails.comment_text": {"fq_name": "team_log.ShowcaseResolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.ShowcaseResolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseResolveCommentType.description": {"fq_name": "team_log.ShowcaseResolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseResolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRestoredDetails.event_uuid": {"fq_name": "team_log.ShowcaseRestoredDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseRestoredDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRestoredType.description": {"fq_name": "team_log.ShowcaseRestoredType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseRestoredType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseTrashedDeprecatedDetails.event_uuid": {"fq_name": "team_log.ShowcaseTrashedDeprecatedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseTrashedDeprecatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseTrashedDeprecatedType.description": {"fq_name": "team_log.ShowcaseTrashedDeprecatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseTrashedDeprecatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseTrashedDetails.event_uuid": {"fq_name": "team_log.ShowcaseTrashedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseTrashedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseTrashedType.description": {"fq_name": "team_log.ShowcaseTrashedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseTrashedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUnresolveCommentDetails.event_uuid": {"fq_name": "team_log.ShowcaseUnresolveCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseUnresolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUnresolveCommentDetails.comment_text": {"fq_name": "team_log.ShowcaseUnresolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.ShowcaseUnresolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUnresolveCommentType.description": {"fq_name": "team_log.ShowcaseUnresolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseUnresolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUntrashedDeprecatedDetails.event_uuid": {"fq_name": "team_log.ShowcaseUntrashedDeprecatedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseUntrashedDeprecatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUntrashedDeprecatedType.description": {"fq_name": "team_log.ShowcaseUntrashedDeprecatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseUntrashedDeprecatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUntrashedDetails.event_uuid": {"fq_name": "team_log.ShowcaseUntrashedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseUntrashedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUntrashedType.description": {"fq_name": "team_log.ShowcaseUntrashedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseUntrashedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseViewDetails.event_uuid": {"fq_name": "team_log.ShowcaseViewDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseViewType.description": {"fq_name": "team_log.ShowcaseViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignInAsSessionEndType.description": {"fq_name": "team_log.SignInAsSessionEndType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignInAsSessionEndType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignInAsSessionStartType.description": {"fq_name": "team_log.SignInAsSessionStartType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignInAsSessionStartType", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncChangePolicyDetails.new_value": {"fq_name": "team_log.SmartSyncChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SmartSyncChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncChangePolicyDetails.previous_value": {"fq_name": "team_log.SmartSyncChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SmartSyncChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncChangePolicyType.description": {"fq_name": "team_log.SmartSyncChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SmartSyncChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncCreateAdminPrivilegeReportType.description": {"fq_name": "team_log.SmartSyncCreateAdminPrivilegeReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SmartSyncCreateAdminPrivilegeReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncNotOptOutDetails.previous_value": {"fq_name": "team_log.SmartSyncNotOptOutDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SmartSyncNotOptOutDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncNotOptOutDetails.new_value": {"fq_name": "team_log.SmartSyncNotOptOutDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SmartSyncNotOptOutDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncNotOptOutType.description": {"fq_name": "team_log.SmartSyncNotOptOutType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SmartSyncNotOptOutType", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutDetails.previous_value": {"fq_name": "team_log.SmartSyncOptOutDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SmartSyncOptOutDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutDetails.new_value": {"fq_name": "team_log.SmartSyncOptOutDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SmartSyncOptOutDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutPolicy.default": {"fq_name": "team_log.SmartSyncOptOutPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.SmartSyncOptOutPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutPolicy.opted_out": {"fq_name": "team_log.SmartSyncOptOutPolicy.opted_out", "param_name": "optedOutValue", "static_instance": "OPTED_OUT", "getter_method": null, "containing_data_type_ref": "team_log.SmartSyncOptOutPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutPolicy.other": {"fq_name": "team_log.SmartSyncOptOutPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SmartSyncOptOutPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutType.description": {"fq_name": "team_log.SmartSyncOptOutType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SmartSyncOptOutType", "route_refs": [], "_type": "FieldReference"}, "team_log.SmarterSmartSyncPolicyChangedDetails.previous_value": {"fq_name": "team_log.SmarterSmartSyncPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SmarterSmartSyncPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmarterSmartSyncPolicyChangedDetails.new_value": {"fq_name": "team_log.SmarterSmartSyncPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SmarterSmartSyncPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmarterSmartSyncPolicyChangedType.description": {"fq_name": "team_log.SmarterSmartSyncPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SmarterSmartSyncPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceCapsType.hard": {"fq_name": "team_log.SpaceCapsType.hard", "param_name": "hardValue", "static_instance": "HARD", "getter_method": null, "containing_data_type_ref": "team_log.SpaceCapsType", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceCapsType.off": {"fq_name": "team_log.SpaceCapsType.off", "param_name": "offValue", "static_instance": "OFF", "getter_method": null, "containing_data_type_ref": "team_log.SpaceCapsType", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceCapsType.soft": {"fq_name": "team_log.SpaceCapsType.soft", "param_name": "softValue", "static_instance": "SOFT", "getter_method": null, "containing_data_type_ref": "team_log.SpaceCapsType", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceCapsType.other": {"fq_name": "team_log.SpaceCapsType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SpaceCapsType", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceLimitsStatus.near_quota": {"fq_name": "team_log.SpaceLimitsStatus.near_quota", "param_name": "nearQuotaValue", "static_instance": "NEAR_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.SpaceLimitsStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceLimitsStatus.over_quota": {"fq_name": "team_log.SpaceLimitsStatus.over_quota", "param_name": "overQuotaValue", "static_instance": "OVER_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.SpaceLimitsStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceLimitsStatus.within_quota": {"fq_name": "team_log.SpaceLimitsStatus.within_quota", "param_name": "withinQuotaValue", "static_instance": "WITHIN_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.SpaceLimitsStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceLimitsStatus.other": {"fq_name": "team_log.SpaceLimitsStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SpaceLimitsStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddCertDetails.certificate_details": {"fq_name": "team_log.SsoAddCertDetails.certificate_details", "param_name": "certificateDetails", "static_instance": null, "getter_method": "getCertificateDetails", "containing_data_type_ref": "team_log.SsoAddCertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddCertType.description": {"fq_name": "team_log.SsoAddCertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoAddCertType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddLoginUrlDetails.new_value": {"fq_name": "team_log.SsoAddLoginUrlDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoAddLoginUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddLoginUrlType.description": {"fq_name": "team_log.SsoAddLoginUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoAddLoginUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddLogoutUrlDetails.new_value": {"fq_name": "team_log.SsoAddLogoutUrlDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoAddLogoutUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddLogoutUrlType.description": {"fq_name": "team_log.SsoAddLogoutUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoAddLogoutUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeCertDetails.new_certificate_details": {"fq_name": "team_log.SsoChangeCertDetails.new_certificate_details", "param_name": "newCertificateDetails", "static_instance": null, "getter_method": "getNewCertificateDetails", "containing_data_type_ref": "team_log.SsoChangeCertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeCertDetails.previous_certificate_details": {"fq_name": "team_log.SsoChangeCertDetails.previous_certificate_details", "param_name": "previousCertificateDetails", "static_instance": null, "getter_method": "getPreviousCertificateDetails", "containing_data_type_ref": "team_log.SsoChangeCertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeCertType.description": {"fq_name": "team_log.SsoChangeCertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoChangeCertType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLoginUrlDetails.previous_value": {"fq_name": "team_log.SsoChangeLoginUrlDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoChangeLoginUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLoginUrlDetails.new_value": {"fq_name": "team_log.SsoChangeLoginUrlDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoChangeLoginUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLoginUrlType.description": {"fq_name": "team_log.SsoChangeLoginUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoChangeLoginUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLogoutUrlDetails.previous_value": {"fq_name": "team_log.SsoChangeLogoutUrlDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoChangeLogoutUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLogoutUrlDetails.new_value": {"fq_name": "team_log.SsoChangeLogoutUrlDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoChangeLogoutUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLogoutUrlType.description": {"fq_name": "team_log.SsoChangeLogoutUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoChangeLogoutUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangePolicyDetails.new_value": {"fq_name": "team_log.SsoChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangePolicyDetails.previous_value": {"fq_name": "team_log.SsoChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangePolicyType.description": {"fq_name": "team_log.SsoChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeSamlIdentityModeDetails.previous_value": {"fq_name": "team_log.SsoChangeSamlIdentityModeDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoChangeSamlIdentityModeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeSamlIdentityModeDetails.new_value": {"fq_name": "team_log.SsoChangeSamlIdentityModeDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoChangeSamlIdentityModeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeSamlIdentityModeType.description": {"fq_name": "team_log.SsoChangeSamlIdentityModeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoChangeSamlIdentityModeType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoErrorDetails.error_details": {"fq_name": "team_log.SsoErrorDetails.error_details", "param_name": "errorDetails", "static_instance": null, "getter_method": "getErrorDetails", "containing_data_type_ref": "team_log.SsoErrorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoErrorType.description": {"fq_name": "team_log.SsoErrorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoErrorType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoRemoveCertType.description": {"fq_name": "team_log.SsoRemoveCertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoRemoveCertType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoRemoveLoginUrlDetails.previous_value": {"fq_name": "team_log.SsoRemoveLoginUrlDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoRemoveLoginUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoRemoveLoginUrlType.description": {"fq_name": "team_log.SsoRemoveLoginUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoRemoveLoginUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoRemoveLogoutUrlDetails.previous_value": {"fq_name": "team_log.SsoRemoveLogoutUrlDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoRemoveLogoutUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoRemoveLogoutUrlType.description": {"fq_name": "team_log.SsoRemoveLogoutUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoRemoveLogoutUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.StartedEnterpriseAdminSessionDetails.federation_extra_details": {"fq_name": "team_log.StartedEnterpriseAdminSessionDetails.federation_extra_details", "param_name": "federationExtraDetails", "static_instance": null, "getter_method": "getFederationExtraDetails", "containing_data_type_ref": "team_log.StartedEnterpriseAdminSessionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.StartedEnterpriseAdminSessionType.description": {"fq_name": "team_log.StartedEnterpriseAdminSessionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.StartedEnterpriseAdminSessionType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamActivityCreateReportDetails.start_date": {"fq_name": "team_log.TeamActivityCreateReportDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.TeamActivityCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamActivityCreateReportDetails.end_date": {"fq_name": "team_log.TeamActivityCreateReportDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.TeamActivityCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamActivityCreateReportFailDetails.failure_reason": {"fq_name": "team_log.TeamActivityCreateReportFailDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.TeamActivityCreateReportFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamActivityCreateReportFailType.description": {"fq_name": "team_log.TeamActivityCreateReportFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamActivityCreateReportFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamActivityCreateReportType.description": {"fq_name": "team_log.TeamActivityCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamActivityCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicy.disabled": {"fq_name": "team_log.TeamBrandingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamBrandingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicy.enabled": {"fq_name": "team_log.TeamBrandingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamBrandingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicy.other": {"fq_name": "team_log.TeamBrandingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamBrandingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicyChangedDetails.new_value": {"fq_name": "team_log.TeamBrandingPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamBrandingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicyChangedDetails.previous_value": {"fq_name": "team_log.TeamBrandingPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamBrandingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicyChangedType.description": {"fq_name": "team_log.TeamBrandingPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamBrandingPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamDetails.team": {"fq_name": "team_log.TeamDetails.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.TeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyCancelKeyDeletionType.description": {"fq_name": "team_log.TeamEncryptionKeyCancelKeyDeletionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyCancelKeyDeletionType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyCreateKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyCreateKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyCreateKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyDeleteKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyDeleteKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyDeleteKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyDisableKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyDisableKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyDisableKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyEnableKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyEnableKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyEnableKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyRotateKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyRotateKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyRotateKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyScheduleKeyDeletionType.description": {"fq_name": "team_log.TeamEncryptionKeyScheduleKeyDeletionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyScheduleKeyDeletionType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.timestamp": {"fq_name": "team_log.TeamEvent.timestamp", "param_name": "timestamp", "static_instance": null, "getter_method": "getTimestamp", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.event_category": {"fq_name": "team_log.TeamEvent.event_category", "param_name": "eventCategory", "static_instance": null, "getter_method": "getEventCategory", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.event_type": {"fq_name": "team_log.TeamEvent.event_type", "param_name": "eventType", "static_instance": null, "getter_method": "getEventType", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.details": {"fq_name": "team_log.TeamEvent.details", "param_name": "details", "static_instance": null, "getter_method": "getDetails", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.actor": {"fq_name": "team_log.TeamEvent.actor", "param_name": "actor", "static_instance": null, "getter_method": "getActor", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.origin": {"fq_name": "team_log.TeamEvent.origin", "param_name": "origin", "static_instance": null, "getter_method": "getOrigin", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.involve_non_team_member": {"fq_name": "team_log.TeamEvent.involve_non_team_member", "param_name": "involveNonTeamMember", "static_instance": null, "getter_method": "getInvolveNonTeamMember", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.context": {"fq_name": "team_log.TeamEvent.context", "param_name": "context", "static_instance": null, "getter_method": "getContext", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.participants": {"fq_name": "team_log.TeamEvent.participants", "param_name": "participants", "static_instance": null, "getter_method": "getParticipants", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.assets": {"fq_name": "team_log.TeamEvent.assets", "param_name": "assets", "static_instance": null, "getter_method": "getAssets", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicy.disabled": {"fq_name": "team_log.TeamExtensionsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamExtensionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicy.enabled": {"fq_name": "team_log.TeamExtensionsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamExtensionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicy.other": {"fq_name": "team_log.TeamExtensionsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamExtensionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicyChangedDetails.new_value": {"fq_name": "team_log.TeamExtensionsPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamExtensionsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicyChangedDetails.previous_value": {"fq_name": "team_log.TeamExtensionsPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamExtensionsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicyChangedType.description": {"fq_name": "team_log.TeamExtensionsPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamExtensionsPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderChangeStatusDetails.new_value": {"fq_name": "team_log.TeamFolderChangeStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamFolderChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderChangeStatusDetails.previous_value": {"fq_name": "team_log.TeamFolderChangeStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamFolderChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderChangeStatusType.description": {"fq_name": "team_log.TeamFolderChangeStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFolderChangeStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderCreateType.description": {"fq_name": "team_log.TeamFolderCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFolderCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderDowngradeDetails.target_asset_index": {"fq_name": "team_log.TeamFolderDowngradeDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.TeamFolderDowngradeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderDowngradeType.description": {"fq_name": "team_log.TeamFolderDowngradeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFolderDowngradeType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderPermanentlyDeleteType.description": {"fq_name": "team_log.TeamFolderPermanentlyDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFolderPermanentlyDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderRenameDetails.previous_folder_name": {"fq_name": "team_log.TeamFolderRenameDetails.previous_folder_name", "param_name": "previousFolderName", "static_instance": null, "getter_method": "getPreviousFolderName", "containing_data_type_ref": "team_log.TeamFolderRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderRenameDetails.new_folder_name": {"fq_name": "team_log.TeamFolderRenameDetails.new_folder_name", "param_name": "newFolderName", "static_instance": null, "getter_method": "getNewFolderName", "containing_data_type_ref": "team_log.TeamFolderRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderRenameType.description": {"fq_name": "team_log.TeamFolderRenameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFolderRenameType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamInviteDetails.invite_method": {"fq_name": "team_log.TeamInviteDetails.invite_method", "param_name": "inviteMethod", "static_instance": null, "getter_method": "getInviteMethod", "containing_data_type_ref": "team_log.TeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamInviteDetails.additional_license_purchase": {"fq_name": "team_log.TeamInviteDetails.additional_license_purchase", "param_name": "additionalLicensePurchase", "static_instance": null, "getter_method": "getAdditionalLicensePurchase", "containing_data_type_ref": "team_log.TeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamLinkedAppLogInfo.app_id": {"fq_name": "team_log.TeamLinkedAppLogInfo.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team_log.TeamLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamLinkedAppLogInfo.display_name": {"fq_name": "team_log.TeamLinkedAppLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.TeamLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamLogInfo.display_name": {"fq_name": "team_log.TeamLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.TeamLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.account_id": {"fq_name": "team_log.TeamMemberLogInfo.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.display_name": {"fq_name": "team_log.TeamMemberLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.email": {"fq_name": "team_log.TeamMemberLogInfo.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.team_member_id": {"fq_name": "team_log.TeamMemberLogInfo.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.member_external_id": {"fq_name": "team_log.TeamMemberLogInfo.member_external_id", "param_name": "memberExternalId", "static_instance": null, "getter_method": "getMemberExternalId", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.team": {"fq_name": "team_log.TeamMemberLogInfo.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMembershipType.free": {"fq_name": "team_log.TeamMembershipType.free", "param_name": "freeValue", "static_instance": "FREE", "getter_method": null, "containing_data_type_ref": "team_log.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMembershipType.full": {"fq_name": "team_log.TeamMembershipType.full", "param_name": "fullValue", "static_instance": "FULL", "getter_method": null, "containing_data_type_ref": "team_log.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMembershipType.guest": {"fq_name": "team_log.TeamMembershipType.guest", "param_name": "guestValue", "static_instance": "GUEST", "getter_method": null, "containing_data_type_ref": "team_log.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMembershipType.other": {"fq_name": "team_log.TeamMembershipType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeFromDetails.team_name": {"fq_name": "team_log.TeamMergeFromDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.TeamMergeFromDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeFromType.description": {"fq_name": "team_log.TeamMergeFromType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeFromType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedDetails.request_accepted_details": {"fq_name": "team_log.TeamMergeRequestAcceptedDetails.request_accepted_details", "param_name": "requestAcceptedDetails", "static_instance": null, "getter_method": "getRequestAcceptedDetails", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedExtraDetails.primary_team": {"fq_name": "team_log.TeamMergeRequestAcceptedExtraDetails.primary_team", "param_name": "primaryTeamValue", "static_instance": null, "getter_method": "getPrimaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedExtraDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestAcceptedExtraDetails.secondary_team", "param_name": "secondaryTeamValue", "static_instance": null, "getter_method": "getSecondaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedExtraDetails.other": {"fq_name": "team_log.TeamMergeRequestAcceptedExtraDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails.primary_team": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails.primary_team", "param_name": "primaryTeam", "static_instance": null, "getter_method": "getPrimaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedType.description": {"fq_name": "team_log.TeamMergeRequestAcceptedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAutoCanceledDetails.details": {"fq_name": "team_log.TeamMergeRequestAutoCanceledDetails.details", "param_name": "details", "static_instance": null, "getter_method": "getDetails", "containing_data_type_ref": "team_log.TeamMergeRequestAutoCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAutoCanceledType.description": {"fq_name": "team_log.TeamMergeRequestAutoCanceledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestAutoCanceledType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledDetails.request_canceled_details": {"fq_name": "team_log.TeamMergeRequestCanceledDetails.request_canceled_details", "param_name": "requestCanceledDetails", "static_instance": null, "getter_method": "getRequestCanceledDetails", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledExtraDetails.primary_team": {"fq_name": "team_log.TeamMergeRequestCanceledExtraDetails.primary_team", "param_name": "primaryTeamValue", "static_instance": null, "getter_method": "getPrimaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledExtraDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestCanceledExtraDetails.secondary_team", "param_name": "secondaryTeamValue", "static_instance": null, "getter_method": "getSecondaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledExtraDetails.other": {"fq_name": "team_log.TeamMergeRequestCanceledExtraDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMergeRequestCanceledExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledType.description": {"fq_name": "team_log.TeamMergeRequestCanceledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredDetails.request_expired_details": {"fq_name": "team_log.TeamMergeRequestExpiredDetails.request_expired_details", "param_name": "requestExpiredDetails", "static_instance": null, "getter_method": "getRequestExpiredDetails", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredExtraDetails.primary_team": {"fq_name": "team_log.TeamMergeRequestExpiredExtraDetails.primary_team", "param_name": "primaryTeamValue", "static_instance": null, "getter_method": "getPrimaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredExtraDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestExpiredExtraDetails.secondary_team", "param_name": "secondaryTeamValue", "static_instance": null, "getter_method": "getSecondaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredExtraDetails.other": {"fq_name": "team_log.TeamMergeRequestExpiredExtraDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMergeRequestExpiredExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredType.description": {"fq_name": "team_log.TeamMergeRequestExpiredType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRejectedShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRejectedShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderDetails.request_reminder_details": {"fq_name": "team_log.TeamMergeRequestReminderDetails.request_reminder_details", "param_name": "requestReminderDetails", "static_instance": null, "getter_method": "getRequestReminderDetails", "containing_data_type_ref": "team_log.TeamMergeRequestReminderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderExtraDetails.primary_team": {"fq_name": "team_log.TeamMergeRequestReminderExtraDetails.primary_team", "param_name": "primaryTeamValue", "static_instance": null, "getter_method": "getPrimaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestReminderExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderExtraDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestReminderExtraDetails.secondary_team", "param_name": "secondaryTeamValue", "static_instance": null, "getter_method": "getSecondaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestReminderExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderExtraDetails.other": {"fq_name": "team_log.TeamMergeRequestReminderExtraDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMergeRequestReminderExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestReminderShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestReminderShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestReminderShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestReminderShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderType.description": {"fq_name": "team_log.TeamMergeRequestReminderType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestReminderType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRevokedDetails.team": {"fq_name": "team_log.TeamMergeRequestRevokedDetails.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.TeamMergeRequestRevokedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRevokedType.description": {"fq_name": "team_log.TeamMergeRequestRevokedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestRevokedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestSentShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestSentShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestSentShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestSentShownToSecondaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestSentShownToSecondaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestSentShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestSentShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestSentShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestSentShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeToDetails.team_name": {"fq_name": "team_log.TeamMergeToDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.TeamMergeToDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeToType.description": {"fq_name": "team_log.TeamMergeToType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeToType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamName.team_display_name": {"fq_name": "team_log.TeamName.team_display_name", "param_name": "teamDisplayName", "static_instance": null, "getter_method": "getTeamDisplayName", "containing_data_type_ref": "team_log.TeamName", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamName.team_legal_name": {"fq_name": "team_log.TeamName.team_legal_name", "param_name": "teamLegalName", "static_instance": null, "getter_method": "getTeamLegalName", "containing_data_type_ref": "team_log.TeamName", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileAddBackgroundType.description": {"fq_name": "team_log.TeamProfileAddBackgroundType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileAddBackgroundType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileAddLogoType.description": {"fq_name": "team_log.TeamProfileAddLogoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileAddLogoType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeBackgroundType.description": {"fq_name": "team_log.TeamProfileChangeBackgroundType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileChangeBackgroundType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeDefaultLanguageDetails.new_value": {"fq_name": "team_log.TeamProfileChangeDefaultLanguageDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamProfileChangeDefaultLanguageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeDefaultLanguageDetails.previous_value": {"fq_name": "team_log.TeamProfileChangeDefaultLanguageDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamProfileChangeDefaultLanguageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeDefaultLanguageType.description": {"fq_name": "team_log.TeamProfileChangeDefaultLanguageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileChangeDefaultLanguageType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeLogoType.description": {"fq_name": "team_log.TeamProfileChangeLogoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileChangeLogoType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeNameDetails.new_value": {"fq_name": "team_log.TeamProfileChangeNameDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamProfileChangeNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeNameDetails.previous_value": {"fq_name": "team_log.TeamProfileChangeNameDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamProfileChangeNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeNameType.description": {"fq_name": "team_log.TeamProfileChangeNameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileChangeNameType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileRemoveBackgroundType.description": {"fq_name": "team_log.TeamProfileRemoveBackgroundType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileRemoveBackgroundType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileRemoveLogoType.description": {"fq_name": "team_log.TeamProfileRemoveLogoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileRemoveLogoType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicy.disabled": {"fq_name": "team_log.TeamSelectiveSyncPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicy.enabled": {"fq_name": "team_log.TeamSelectiveSyncPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicy.other": {"fq_name": "team_log.TeamSelectiveSyncPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicyChangedDetails.new_value": {"fq_name": "team_log.TeamSelectiveSyncPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicyChangedDetails.previous_value": {"fq_name": "team_log.TeamSelectiveSyncPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicyChangedType.description": {"fq_name": "team_log.TeamSelectiveSyncPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncSettingsChangedDetails.previous_value": {"fq_name": "team_log.TeamSelectiveSyncSettingsChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamSelectiveSyncSettingsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncSettingsChangedDetails.new_value": {"fq_name": "team_log.TeamSelectiveSyncSettingsChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamSelectiveSyncSettingsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncSettingsChangedType.description": {"fq_name": "team_log.TeamSelectiveSyncSettingsChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamSelectiveSyncSettingsChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSharingWhitelistSubjectsChangedDetails.added_whitelist_subjects": {"fq_name": "team_log.TeamSharingWhitelistSubjectsChangedDetails.added_whitelist_subjects", "param_name": "addedWhitelistSubjects", "static_instance": null, "getter_method": "getAddedWhitelistSubjects", "containing_data_type_ref": "team_log.TeamSharingWhitelistSubjectsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSharingWhitelistSubjectsChangedDetails.removed_whitelist_subjects": {"fq_name": "team_log.TeamSharingWhitelistSubjectsChangedDetails.removed_whitelist_subjects", "param_name": "removedWhitelistSubjects", "static_instance": null, "getter_method": "getRemovedWhitelistSubjects", "containing_data_type_ref": "team_log.TeamSharingWhitelistSubjectsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSharingWhitelistSubjectsChangedType.description": {"fq_name": "team_log.TeamSharingWhitelistSubjectsChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamSharingWhitelistSubjectsChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaAddBackupPhoneType.description": {"fq_name": "team_log.TfaAddBackupPhoneType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaAddBackupPhoneType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaAddExceptionType.description": {"fq_name": "team_log.TfaAddExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaAddExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaAddSecurityKeyType.description": {"fq_name": "team_log.TfaAddSecurityKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaAddSecurityKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangeBackupPhoneType.description": {"fq_name": "team_log.TfaChangeBackupPhoneType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaChangeBackupPhoneType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangePolicyDetails.new_value": {"fq_name": "team_log.TfaChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TfaChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangePolicyDetails.previous_value": {"fq_name": "team_log.TfaChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TfaChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangePolicyType.description": {"fq_name": "team_log.TfaChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangeStatusDetails.new_value": {"fq_name": "team_log.TfaChangeStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TfaChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangeStatusDetails.previous_value": {"fq_name": "team_log.TfaChangeStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TfaChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangeStatusDetails.used_rescue_code": {"fq_name": "team_log.TfaChangeStatusDetails.used_rescue_code", "param_name": "usedRescueCode", "static_instance": null, "getter_method": "getUsedRescueCode", "containing_data_type_ref": "team_log.TfaChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangeStatusType.description": {"fq_name": "team_log.TfaChangeStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaChangeStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaConfiguration.authenticator": {"fq_name": "team_log.TfaConfiguration.authenticator", "param_name": "authenticatorValue", "static_instance": "AUTHENTICATOR", "getter_method": null, "containing_data_type_ref": "team_log.TfaConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaConfiguration.disabled": {"fq_name": "team_log.TfaConfiguration.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TfaConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaConfiguration.enabled": {"fq_name": "team_log.TfaConfiguration.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TfaConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaConfiguration.sms": {"fq_name": "team_log.TfaConfiguration.sms", "param_name": "smsValue", "static_instance": "SMS", "getter_method": null, "containing_data_type_ref": "team_log.TfaConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaConfiguration.other": {"fq_name": "team_log.TfaConfiguration.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TfaConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaRemoveBackupPhoneType.description": {"fq_name": "team_log.TfaRemoveBackupPhoneType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaRemoveBackupPhoneType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaRemoveExceptionType.description": {"fq_name": "team_log.TfaRemoveExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaRemoveExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaRemoveSecurityKeyType.description": {"fq_name": "team_log.TfaRemoveSecurityKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaRemoveSecurityKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaResetType.description": {"fq_name": "team_log.TfaResetType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaResetType", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.days": {"fq_name": "team_log.TimeUnit.days", "param_name": "daysValue", "static_instance": "DAYS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.hours": {"fq_name": "team_log.TimeUnit.hours", "param_name": "hoursValue", "static_instance": "HOURS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.milliseconds": {"fq_name": "team_log.TimeUnit.milliseconds", "param_name": "millisecondsValue", "static_instance": "MILLISECONDS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.minutes": {"fq_name": "team_log.TimeUnit.minutes", "param_name": "minutesValue", "static_instance": "MINUTES", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.months": {"fq_name": "team_log.TimeUnit.months", "param_name": "monthsValue", "static_instance": "MONTHS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.seconds": {"fq_name": "team_log.TimeUnit.seconds", "param_name": "secondsValue", "static_instance": "SECONDS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.weeks": {"fq_name": "team_log.TimeUnit.weeks", "param_name": "weeksValue", "static_instance": "WEEKS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.years": {"fq_name": "team_log.TimeUnit.years", "param_name": "yearsValue", "static_instance": "YEARS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.other": {"fq_name": "team_log.TimeUnit.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberLogInfo.trusted_non_team_member_type": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo.trusted_non_team_member_type", "param_name": "trustedNonTeamMemberType", "static_instance": null, "getter_method": "getTrustedNonTeamMemberType", "containing_data_type_ref": "team_log.TrustedNonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberLogInfo.account_id": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team_log.TrustedNonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberLogInfo.display_name": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.TrustedNonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberLogInfo.email": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team_log.TrustedNonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberLogInfo.team": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.TrustedNonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberType.enterprise_admin": {"fq_name": "team_log.TrustedNonTeamMemberType.enterprise_admin", "param_name": "enterpriseAdminValue", "static_instance": "ENTERPRISE_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.TrustedNonTeamMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberType.multi_instance_admin": {"fq_name": "team_log.TrustedNonTeamMemberType.multi_instance_admin", "param_name": "multiInstanceAdminValue", "static_instance": "MULTI_INSTANCE_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.TrustedNonTeamMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberType.other": {"fq_name": "team_log.TrustedNonTeamMemberType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TrustedNonTeamMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.accepted": {"fq_name": "team_log.TrustedTeamsRequestAction.accepted", "param_name": "acceptedValue", "static_instance": "ACCEPTED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.declined": {"fq_name": "team_log.TrustedTeamsRequestAction.declined", "param_name": "declinedValue", "static_instance": "DECLINED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.expired": {"fq_name": "team_log.TrustedTeamsRequestAction.expired", "param_name": "expiredValue", "static_instance": "EXPIRED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.invited": {"fq_name": "team_log.TrustedTeamsRequestAction.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.revoked": {"fq_name": "team_log.TrustedTeamsRequestAction.revoked", "param_name": "revokedValue", "static_instance": "REVOKED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.other": {"fq_name": "team_log.TrustedTeamsRequestAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestState.invited": {"fq_name": "team_log.TrustedTeamsRequestState.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestState", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestState.linked": {"fq_name": "team_log.TrustedTeamsRequestState.linked", "param_name": "linkedValue", "static_instance": "LINKED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestState", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestState.unlinked": {"fq_name": "team_log.TrustedTeamsRequestState.unlinked", "param_name": "unlinkedValue", "static_instance": "UNLINKED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestState", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestState.other": {"fq_name": "team_log.TrustedTeamsRequestState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestState", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountChangePolicyDetails.new_value": {"fq_name": "team_log.TwoAccountChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TwoAccountChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountChangePolicyDetails.previous_value": {"fq_name": "team_log.TwoAccountChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TwoAccountChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountChangePolicyType.description": {"fq_name": "team_log.TwoAccountChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TwoAccountChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountPolicy.disabled": {"fq_name": "team_log.TwoAccountPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TwoAccountPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountPolicy.enabled": {"fq_name": "team_log.TwoAccountPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TwoAccountPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountPolicy.other": {"fq_name": "team_log.TwoAccountPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TwoAccountPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.UndoNamingConventionType.description": {"fq_name": "team_log.UndoNamingConventionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.UndoNamingConventionType", "route_refs": [], "_type": "FieldReference"}, "team_log.UndoOrganizeFolderWithTidyType.description": {"fq_name": "team_log.UndoOrganizeFolderWithTidyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.UndoOrganizeFolderWithTidyType", "route_refs": [], "_type": "FieldReference"}, "team_log.UserLinkedAppLogInfo.app_id": {"fq_name": "team_log.UserLinkedAppLogInfo.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team_log.UserLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserLinkedAppLogInfo.display_name": {"fq_name": "team_log.UserLinkedAppLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.UserLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserLogInfo.account_id": {"fq_name": "team_log.UserLogInfo.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team_log.UserLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserLogInfo.display_name": {"fq_name": "team_log.UserLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.UserLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserLogInfo.email": {"fq_name": "team_log.UserLogInfo.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team_log.UserLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserNameLogInfo.given_name": {"fq_name": "team_log.UserNameLogInfo.given_name", "param_name": "givenName", "static_instance": null, "getter_method": "getGivenName", "containing_data_type_ref": "team_log.UserNameLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserNameLogInfo.surname": {"fq_name": "team_log.UserNameLogInfo.surname", "param_name": "surname", "static_instance": null, "getter_method": "getSurname", "containing_data_type_ref": "team_log.UserNameLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserNameLogInfo.locale": {"fq_name": "team_log.UserNameLogInfo.locale", "param_name": "locale", "static_instance": null, "getter_method": "getLocale", "containing_data_type_ref": "team_log.UserNameLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserOrTeamLinkedAppLogInfo.app_id": {"fq_name": "team_log.UserOrTeamLinkedAppLogInfo.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team_log.UserOrTeamLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserOrTeamLinkedAppLogInfo.display_name": {"fq_name": "team_log.UserOrTeamLinkedAppLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.UserOrTeamLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserTagsAddedDetails.values": {"fq_name": "team_log.UserTagsAddedDetails.values", "param_name": "values", "static_instance": null, "getter_method": "getValues", "containing_data_type_ref": "team_log.UserTagsAddedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.UserTagsAddedType.description": {"fq_name": "team_log.UserTagsAddedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.UserTagsAddedType", "route_refs": [], "_type": "FieldReference"}, "team_log.UserTagsRemovedDetails.values": {"fq_name": "team_log.UserTagsRemovedDetails.values", "param_name": "values", "static_instance": null, "getter_method": "getValues", "containing_data_type_ref": "team_log.UserTagsRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.UserTagsRemovedType.description": {"fq_name": "team_log.UserTagsRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.UserTagsRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ViewerInfoPolicyChangedDetails.previous_value": {"fq_name": "team_log.ViewerInfoPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ViewerInfoPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ViewerInfoPolicyChangedDetails.new_value": {"fq_name": "team_log.ViewerInfoPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ViewerInfoPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ViewerInfoPolicyChangedType.description": {"fq_name": "team_log.ViewerInfoPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ViewerInfoPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicy.disabled": {"fq_name": "team_log.WatermarkingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.WatermarkingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicy.enabled": {"fq_name": "team_log.WatermarkingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.WatermarkingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicy.other": {"fq_name": "team_log.WatermarkingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.WatermarkingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicyChangedDetails.new_value": {"fq_name": "team_log.WatermarkingPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.WatermarkingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicyChangedDetails.previous_value": {"fq_name": "team_log.WatermarkingPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.WatermarkingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicyChangedType.description": {"fq_name": "team_log.WatermarkingPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.WatermarkingPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.user_agent": {"fq_name": "team_log.WebDeviceSessionLogInfo.user_agent", "param_name": "userAgent", "static_instance": null, "getter_method": "getUserAgent", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.os": {"fq_name": "team_log.WebDeviceSessionLogInfo.os", "param_name": "os", "static_instance": null, "getter_method": "getOs", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.browser": {"fq_name": "team_log.WebDeviceSessionLogInfo.browser", "param_name": "browser", "static_instance": null, "getter_method": "getBrowser", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.ip_address": {"fq_name": "team_log.WebDeviceSessionLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.created": {"fq_name": "team_log.WebDeviceSessionLogInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.updated": {"fq_name": "team_log.WebDeviceSessionLogInfo.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.session_info": {"fq_name": "team_log.WebDeviceSessionLogInfo.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionLogInfo.session_id": {"fq_name": "team_log.WebSessionLogInfo.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team_log.WebSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeActiveSessionLimitDetails.previous_value": {"fq_name": "team_log.WebSessionsChangeActiveSessionLimitDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.WebSessionsChangeActiveSessionLimitDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeActiveSessionLimitDetails.new_value": {"fq_name": "team_log.WebSessionsChangeActiveSessionLimitDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.WebSessionsChangeActiveSessionLimitDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeActiveSessionLimitType.description": {"fq_name": "team_log.WebSessionsChangeActiveSessionLimitType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.WebSessionsChangeActiveSessionLimitType", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeFixedLengthPolicyDetails.new_value": {"fq_name": "team_log.WebSessionsChangeFixedLengthPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.WebSessionsChangeFixedLengthPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeFixedLengthPolicyDetails.previous_value": {"fq_name": "team_log.WebSessionsChangeFixedLengthPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.WebSessionsChangeFixedLengthPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeFixedLengthPolicyType.description": {"fq_name": "team_log.WebSessionsChangeFixedLengthPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.WebSessionsChangeFixedLengthPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeIdleLengthPolicyDetails.new_value": {"fq_name": "team_log.WebSessionsChangeIdleLengthPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.WebSessionsChangeIdleLengthPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeIdleLengthPolicyDetails.previous_value": {"fq_name": "team_log.WebSessionsChangeIdleLengthPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.WebSessionsChangeIdleLengthPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeIdleLengthPolicyType.description": {"fq_name": "team_log.WebSessionsChangeIdleLengthPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.WebSessionsChangeIdleLengthPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsFixedLengthPolicy.defined": {"fq_name": "team_log.WebSessionsFixedLengthPolicy.defined", "param_name": "definedValue", "static_instance": null, "getter_method": "getDefinedValue", "containing_data_type_ref": "team_log.WebSessionsFixedLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsFixedLengthPolicy.undefined": {"fq_name": "team_log.WebSessionsFixedLengthPolicy.undefined", "param_name": "undefinedValue", "static_instance": "UNDEFINED", "getter_method": null, "containing_data_type_ref": "team_log.WebSessionsFixedLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsFixedLengthPolicy.other": {"fq_name": "team_log.WebSessionsFixedLengthPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.WebSessionsFixedLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsIdleLengthPolicy.defined": {"fq_name": "team_log.WebSessionsIdleLengthPolicy.defined", "param_name": "definedValue", "static_instance": null, "getter_method": "getDefinedValue", "containing_data_type_ref": "team_log.WebSessionsIdleLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsIdleLengthPolicy.undefined": {"fq_name": "team_log.WebSessionsIdleLengthPolicy.undefined", "param_name": "undefinedValue", "static_instance": "UNDEFINED", "getter_method": null, "containing_data_type_ref": "team_log.WebSessionsIdleLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsIdleLengthPolicy.other": {"fq_name": "team_log.WebSessionsIdleLengthPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.WebSessionsIdleLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.CameraUploadsPolicyState.disabled": {"fq_name": "team_policies.CameraUploadsPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.CameraUploadsPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.CameraUploadsPolicyState.enabled": {"fq_name": "team_policies.CameraUploadsPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.CameraUploadsPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.CameraUploadsPolicyState.other": {"fq_name": "team_policies.CameraUploadsPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.CameraUploadsPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ComputerBackupPolicyState.disabled": {"fq_name": "team_policies.ComputerBackupPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ComputerBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ComputerBackupPolicyState.enabled": {"fq_name": "team_policies.ComputerBackupPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ComputerBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ComputerBackupPolicyState.default": {"fq_name": "team_policies.ComputerBackupPolicyState.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_policies.ComputerBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ComputerBackupPolicyState.other": {"fq_name": "team_policies.ComputerBackupPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.ComputerBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.EmmState.disabled": {"fq_name": "team_policies.EmmState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.EmmState", "route_refs": [], "_type": "FieldReference"}, "team_policies.EmmState.optional": {"fq_name": "team_policies.EmmState.optional", "param_name": "optionalValue", "static_instance": "OPTIONAL", "getter_method": null, "containing_data_type_ref": "team_policies.EmmState", "route_refs": [], "_type": "FieldReference"}, "team_policies.EmmState.required": {"fq_name": "team_policies.EmmState.required", "param_name": "requiredValue", "static_instance": "REQUIRED", "getter_method": null, "containing_data_type_ref": "team_policies.EmmState", "route_refs": [], "_type": "FieldReference"}, "team_policies.EmmState.other": {"fq_name": "team_policies.EmmState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.EmmState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ExternalDriveBackupPolicyState.disabled": {"fq_name": "team_policies.ExternalDriveBackupPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ExternalDriveBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ExternalDriveBackupPolicyState.enabled": {"fq_name": "team_policies.ExternalDriveBackupPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ExternalDriveBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ExternalDriveBackupPolicyState.default": {"fq_name": "team_policies.ExternalDriveBackupPolicyState.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_policies.ExternalDriveBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ExternalDriveBackupPolicyState.other": {"fq_name": "team_policies.ExternalDriveBackupPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.ExternalDriveBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileLockingPolicyState.disabled": {"fq_name": "team_policies.FileLockingPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.FileLockingPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileLockingPolicyState.enabled": {"fq_name": "team_policies.FileLockingPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.FileLockingPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileLockingPolicyState.other": {"fq_name": "team_policies.FileLockingPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.FileLockingPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileProviderMigrationPolicyState.disabled": {"fq_name": "team_policies.FileProviderMigrationPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.FileProviderMigrationPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileProviderMigrationPolicyState.enabled": {"fq_name": "team_policies.FileProviderMigrationPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.FileProviderMigrationPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileProviderMigrationPolicyState.default": {"fq_name": "team_policies.FileProviderMigrationPolicyState.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_policies.FileProviderMigrationPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileProviderMigrationPolicyState.other": {"fq_name": "team_policies.FileProviderMigrationPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.FileProviderMigrationPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.GroupCreation.admins_and_members": {"fq_name": "team_policies.GroupCreation.admins_and_members", "param_name": "adminsAndMembersValue", "static_instance": "ADMINS_AND_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_policies.GroupCreation", "route_refs": [], "_type": "FieldReference"}, "team_policies.GroupCreation.admins_only": {"fq_name": "team_policies.GroupCreation.admins_only", "param_name": "adminsOnlyValue", "static_instance": "ADMINS_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.GroupCreation", "route_refs": [], "_type": "FieldReference"}, "team_policies.OfficeAddInPolicy.disabled": {"fq_name": "team_policies.OfficeAddInPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.OfficeAddInPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.OfficeAddInPolicy.enabled": {"fq_name": "team_policies.OfficeAddInPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.OfficeAddInPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.OfficeAddInPolicy.other": {"fq_name": "team_policies.OfficeAddInPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.OfficeAddInPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDefaultFolderPolicy.everyone_in_team": {"fq_name": "team_policies.PaperDefaultFolderPolicy.everyone_in_team", "param_name": "everyoneInTeamValue", "static_instance": "EVERYONE_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDefaultFolderPolicy.invite_only": {"fq_name": "team_policies.PaperDefaultFolderPolicy.invite_only", "param_name": "inviteOnlyValue", "static_instance": "INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDefaultFolderPolicy.other": {"fq_name": "team_policies.PaperDefaultFolderPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDeploymentPolicy.full": {"fq_name": "team_policies.PaperDeploymentPolicy.full", "param_name": "fullValue", "static_instance": "FULL", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDeploymentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDeploymentPolicy.partial": {"fq_name": "team_policies.PaperDeploymentPolicy.partial", "param_name": "partialValue", "static_instance": "PARTIAL", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDeploymentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDeploymentPolicy.other": {"fq_name": "team_policies.PaperDeploymentPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDeploymentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDesktopPolicy.disabled": {"fq_name": "team_policies.PaperDesktopPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDesktopPolicy.enabled": {"fq_name": "team_policies.PaperDesktopPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDesktopPolicy.other": {"fq_name": "team_policies.PaperDesktopPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperEnabledPolicy.disabled": {"fq_name": "team_policies.PaperEnabledPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PaperEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperEnabledPolicy.enabled": {"fq_name": "team_policies.PaperEnabledPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PaperEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperEnabledPolicy.unspecified": {"fq_name": "team_policies.PaperEnabledPolicy.unspecified", "param_name": "unspecifiedValue", "static_instance": "UNSPECIFIED", "getter_method": null, "containing_data_type_ref": "team_policies.PaperEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperEnabledPolicy.other": {"fq_name": "team_policies.PaperEnabledPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PaperEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordControlMode.disabled": {"fq_name": "team_policies.PasswordControlMode.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordControlMode", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordControlMode.enabled": {"fq_name": "team_policies.PasswordControlMode.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordControlMode", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordControlMode.other": {"fq_name": "team_policies.PasswordControlMode.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordControlMode", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordStrengthPolicy.minimal_requirements": {"fq_name": "team_policies.PasswordStrengthPolicy.minimal_requirements", "param_name": "minimalRequirementsValue", "static_instance": "MINIMAL_REQUIREMENTS", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordStrengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordStrengthPolicy.moderate_password": {"fq_name": "team_policies.PasswordStrengthPolicy.moderate_password", "param_name": "moderatePasswordValue", "static_instance": "MODERATE_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordStrengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordStrengthPolicy.strong_password": {"fq_name": "team_policies.PasswordStrengthPolicy.strong_password", "param_name": "strongPasswordValue", "static_instance": "STRONG_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordStrengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordStrengthPolicy.other": {"fq_name": "team_policies.PasswordStrengthPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordStrengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.RolloutMethod.unlink_all": {"fq_name": "team_policies.RolloutMethod.unlink_all", "param_name": "unlinkAllValue", "static_instance": "UNLINK_ALL", "getter_method": null, "containing_data_type_ref": "team_policies.RolloutMethod", "route_refs": [], "_type": "FieldReference"}, "team_policies.RolloutMethod.unlink_most_inactive": {"fq_name": "team_policies.RolloutMethod.unlink_most_inactive", "param_name": "unlinkMostInactiveValue", "static_instance": "UNLINK_MOST_INACTIVE", "getter_method": null, "containing_data_type_ref": "team_policies.RolloutMethod", "route_refs": [], "_type": "FieldReference"}, "team_policies.RolloutMethod.add_member_to_exceptions": {"fq_name": "team_policies.RolloutMethod.add_member_to_exceptions", "param_name": "addMemberToExceptionsValue", "static_instance": "ADD_MEMBER_TO_EXCEPTIONS", "getter_method": null, "containing_data_type_ref": "team_policies.RolloutMethod", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderBlanketLinkRestrictionPolicy.members": {"fq_name": "team_policies.SharedFolderBlanketLinkRestrictionPolicy.members", "param_name": "membersValue", "static_instance": "MEMBERS", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderBlanketLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderBlanketLinkRestrictionPolicy.anyone": {"fq_name": "team_policies.SharedFolderBlanketLinkRestrictionPolicy.anyone", "param_name": "anyoneValue", "static_instance": "ANYONE", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderBlanketLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderBlanketLinkRestrictionPolicy.other": {"fq_name": "team_policies.SharedFolderBlanketLinkRestrictionPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderBlanketLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderJoinPolicy.from_team_only": {"fq_name": "team_policies.SharedFolderJoinPolicy.from_team_only", "param_name": "fromTeamOnlyValue", "static_instance": "FROM_TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderJoinPolicy.from_anyone": {"fq_name": "team_policies.SharedFolderJoinPolicy.from_anyone", "param_name": "fromAnyoneValue", "static_instance": "FROM_ANYONE", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderJoinPolicy.other": {"fq_name": "team_policies.SharedFolderJoinPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderMemberPolicy.team": {"fq_name": "team_policies.SharedFolderMemberPolicy.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderMemberPolicy.anyone": {"fq_name": "team_policies.SharedFolderMemberPolicy.anyone", "param_name": "anyoneValue", "static_instance": "ANYONE", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderMemberPolicy.other": {"fq_name": "team_policies.SharedFolderMemberPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkCreatePolicy.default_public": {"fq_name": "team_policies.SharedLinkCreatePolicy.default_public", "param_name": "defaultPublicValue", "static_instance": "DEFAULT_PUBLIC", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkCreatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkCreatePolicy.default_team_only": {"fq_name": "team_policies.SharedLinkCreatePolicy.default_team_only", "param_name": "defaultTeamOnlyValue", "static_instance": "DEFAULT_TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkCreatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkCreatePolicy.team_only": {"fq_name": "team_policies.SharedLinkCreatePolicy.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkCreatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkCreatePolicy.default_no_one": {"fq_name": "team_policies.SharedLinkCreatePolicy.default_no_one", "param_name": "defaultNoOneValue", "static_instance": "DEFAULT_NO_ONE", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkCreatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkCreatePolicy.other": {"fq_name": "team_policies.SharedLinkCreatePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkCreatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseDownloadPolicy.disabled": {"fq_name": "team_policies.ShowcaseDownloadPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseDownloadPolicy.enabled": {"fq_name": "team_policies.ShowcaseDownloadPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseDownloadPolicy.other": {"fq_name": "team_policies.ShowcaseDownloadPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseEnabledPolicy.disabled": {"fq_name": "team_policies.ShowcaseEnabledPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseEnabledPolicy.enabled": {"fq_name": "team_policies.ShowcaseEnabledPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseEnabledPolicy.other": {"fq_name": "team_policies.ShowcaseEnabledPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseExternalSharingPolicy.disabled": {"fq_name": "team_policies.ShowcaseExternalSharingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseExternalSharingPolicy.enabled": {"fq_name": "team_policies.ShowcaseExternalSharingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseExternalSharingPolicy.other": {"fq_name": "team_policies.ShowcaseExternalSharingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmartSyncPolicy.local": {"fq_name": "team_policies.SmartSyncPolicy.local", "param_name": "localValue", "static_instance": "LOCAL", "getter_method": null, "containing_data_type_ref": "team_policies.SmartSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmartSyncPolicy.on_demand": {"fq_name": "team_policies.SmartSyncPolicy.on_demand", "param_name": "onDemandValue", "static_instance": "ON_DEMAND", "getter_method": null, "containing_data_type_ref": "team_policies.SmartSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmartSyncPolicy.other": {"fq_name": "team_policies.SmartSyncPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SmartSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmarterSmartSyncPolicyState.disabled": {"fq_name": "team_policies.SmarterSmartSyncPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.SmarterSmartSyncPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmarterSmartSyncPolicyState.enabled": {"fq_name": "team_policies.SmarterSmartSyncPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.SmarterSmartSyncPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmarterSmartSyncPolicyState.other": {"fq_name": "team_policies.SmarterSmartSyncPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SmarterSmartSyncPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.SsoPolicy.disabled": {"fq_name": "team_policies.SsoPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.SsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SsoPolicy.optional": {"fq_name": "team_policies.SsoPolicy.optional", "param_name": "optionalValue", "static_instance": "OPTIONAL", "getter_method": null, "containing_data_type_ref": "team_policies.SsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SsoPolicy.required": {"fq_name": "team_policies.SsoPolicy.required", "param_name": "requiredValue", "static_instance": "REQUIRED", "getter_method": null, "containing_data_type_ref": "team_policies.SsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SsoPolicy.other": {"fq_name": "team_policies.SsoPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SuggestMembersPolicy.disabled": {"fq_name": "team_policies.SuggestMembersPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.SuggestMembersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SuggestMembersPolicy.enabled": {"fq_name": "team_policies.SuggestMembersPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.SuggestMembersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SuggestMembersPolicy.other": {"fq_name": "team_policies.SuggestMembersPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SuggestMembersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamMemberPolicies.sharing": {"fq_name": "team_policies.TeamMemberPolicies.sharing", "param_name": "sharing", "static_instance": null, "getter_method": "getSharing", "containing_data_type_ref": "team_policies.TeamMemberPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamMemberPolicies.emm_state": {"fq_name": "team_policies.TeamMemberPolicies.emm_state", "param_name": "emmState", "static_instance": null, "getter_method": "getEmmState", "containing_data_type_ref": "team_policies.TeamMemberPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamMemberPolicies.office_addin": {"fq_name": "team_policies.TeamMemberPolicies.office_addin", "param_name": "officeAddin", "static_instance": null, "getter_method": "getOfficeAddin", "containing_data_type_ref": "team_policies.TeamMemberPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamMemberPolicies.suggest_members_policy": {"fq_name": "team_policies.TeamMemberPolicies.suggest_members_policy", "param_name": "suggestMembersPolicy", "static_instance": null, "getter_method": "getSuggestMembersPolicy", "containing_data_type_ref": "team_policies.TeamMemberPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.shared_folder_member_policy": {"fq_name": "team_policies.TeamSharingPolicies.shared_folder_member_policy", "param_name": "sharedFolderMemberPolicy", "static_instance": null, "getter_method": "getSharedFolderMemberPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.shared_folder_join_policy": {"fq_name": "team_policies.TeamSharingPolicies.shared_folder_join_policy", "param_name": "sharedFolderJoinPolicy", "static_instance": null, "getter_method": "getSharedFolderJoinPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.shared_link_create_policy": {"fq_name": "team_policies.TeamSharingPolicies.shared_link_create_policy", "param_name": "sharedLinkCreatePolicy", "static_instance": null, "getter_method": "getSharedLinkCreatePolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.group_creation_policy": {"fq_name": "team_policies.TeamSharingPolicies.group_creation_policy", "param_name": "groupCreationPolicy", "static_instance": null, "getter_method": "getGroupCreationPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.shared_folder_link_restriction_policy": {"fq_name": "team_policies.TeamSharingPolicies.shared_folder_link_restriction_policy", "param_name": "sharedFolderLinkRestrictionPolicy", "static_instance": null, "getter_method": "getSharedFolderLinkRestrictionPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationPolicy.require_tfa_enable": {"fq_name": "team_policies.TwoStepVerificationPolicy.require_tfa_enable", "param_name": "requireTfaEnableValue", "static_instance": "REQUIRE_TFA_ENABLE", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationPolicy.require_tfa_disable": {"fq_name": "team_policies.TwoStepVerificationPolicy.require_tfa_disable", "param_name": "requireTfaDisableValue", "static_instance": "REQUIRE_TFA_DISABLE", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationPolicy.other": {"fq_name": "team_policies.TwoStepVerificationPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationState.required": {"fq_name": "team_policies.TwoStepVerificationState.required", "param_name": "requiredValue", "static_instance": "REQUIRED", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationState", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationState.optional": {"fq_name": "team_policies.TwoStepVerificationState.optional", "param_name": "optionalValue", "static_instance": "OPTIONAL", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationState", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationState.disabled": {"fq_name": "team_policies.TwoStepVerificationState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationState", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationState.other": {"fq_name": "team_policies.TwoStepVerificationState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationState", "route_refs": [], "_type": "FieldReference"}, "users.Account.account_id": {"fq_name": "users.Account.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.Account.name": {"fq_name": "users.Account.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.Account.email": {"fq_name": "users.Account.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.Account.email_verified": {"fq_name": "users.Account.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.Account.disabled": {"fq_name": "users.Account.disabled", "param_name": "disabled", "static_instance": null, "getter_method": "getDisabled", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.Account.profile_photo_url": {"fq_name": "users.Account.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.account_id": {"fq_name": "users.BasicAccount.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.name": {"fq_name": "users.BasicAccount.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.email": {"fq_name": "users.BasicAccount.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.email_verified": {"fq_name": "users.BasicAccount.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.disabled": {"fq_name": "users.BasicAccount.disabled", "param_name": "disabled", "static_instance": null, "getter_method": "getDisabled", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.is_teammate": {"fq_name": "users.BasicAccount.is_teammate", "param_name": "isTeammate", "static_instance": null, "getter_method": "getIsTeammate", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.profile_photo_url": {"fq_name": "users.BasicAccount.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.team_member_id": {"fq_name": "users.BasicAccount.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.FileLockingValue.enabled": {"fq_name": "users.FileLockingValue.enabled", "param_name": "enabledValue", "static_instance": null, "getter_method": "getEnabledValue", "containing_data_type_ref": "users.FileLockingValue", "route_refs": [], "_type": "FieldReference"}, "users.FileLockingValue.other": {"fq_name": "users.FileLockingValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.FileLockingValue", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.account_id": {"fq_name": "users.FullAccount.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.name": {"fq_name": "users.FullAccount.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.email": {"fq_name": "users.FullAccount.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.email_verified": {"fq_name": "users.FullAccount.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.disabled": {"fq_name": "users.FullAccount.disabled", "param_name": "disabled", "static_instance": null, "getter_method": "getDisabled", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.locale": {"fq_name": "users.FullAccount.locale", "param_name": "locale", "static_instance": null, "getter_method": "getLocale", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.referral_link": {"fq_name": "users.FullAccount.referral_link", "param_name": "referralLink", "static_instance": null, "getter_method": "getReferralLink", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.is_paired": {"fq_name": "users.FullAccount.is_paired", "param_name": "isPaired", "static_instance": null, "getter_method": "getIsPaired", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.account_type": {"fq_name": "users.FullAccount.account_type", "param_name": "accountType", "static_instance": null, "getter_method": "getAccountType", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.root_info": {"fq_name": "users.FullAccount.root_info", "param_name": "rootInfo", "static_instance": null, "getter_method": "getRootInfo", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.profile_photo_url": {"fq_name": "users.FullAccount.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.country": {"fq_name": "users.FullAccount.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.team": {"fq_name": "users.FullAccount.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.team_member_id": {"fq_name": "users.FullAccount.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullTeam.id": {"fq_name": "users.FullTeam.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "users.FullTeam", "route_refs": [], "_type": "FieldReference"}, "users.FullTeam.name": {"fq_name": "users.FullTeam.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "users.FullTeam", "route_refs": [], "_type": "FieldReference"}, "users.FullTeam.sharing_policies": {"fq_name": "users.FullTeam.sharing_policies", "param_name": "sharingPolicies", "static_instance": null, "getter_method": "getSharingPolicies", "containing_data_type_ref": "users.FullTeam", "route_refs": [], "_type": "FieldReference"}, "users.FullTeam.office_addin_policy": {"fq_name": "users.FullTeam.office_addin_policy", "param_name": "officeAddinPolicy", "static_instance": null, "getter_method": "getOfficeAddinPolicy", "containing_data_type_ref": "users.FullTeam", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountArg.account_id": {"fq_name": "users.GetAccountArg.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "users.GetAccountArg", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountBatchArg.account_ids": {"fq_name": "users.GetAccountBatchArg.account_ids", "param_name": "accountIds", "static_instance": null, "getter_method": "getAccountIds", "containing_data_type_ref": "users.GetAccountBatchArg", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountBatchError.no_account": {"fq_name": "users.GetAccountBatchError.no_account", "param_name": "noAccountValue", "static_instance": null, "getter_method": "getNoAccountValue", "containing_data_type_ref": "users.GetAccountBatchError", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountBatchError.other": {"fq_name": "users.GetAccountBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.GetAccountBatchError", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountError.no_account": {"fq_name": "users.GetAccountError.no_account", "param_name": "noAccountValue", "static_instance": "NO_ACCOUNT", "getter_method": null, "containing_data_type_ref": "users.GetAccountError", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountError.other": {"fq_name": "users.GetAccountError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.GetAccountError", "route_refs": [], "_type": "FieldReference"}, "users.IndividualSpaceAllocation.allocated": {"fq_name": "users.IndividualSpaceAllocation.allocated", "param_name": "allocated", "static_instance": null, "getter_method": "getAllocated", "containing_data_type_ref": "users.IndividualSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.Name.given_name": {"fq_name": "users.Name.given_name", "param_name": "givenName", "static_instance": null, "getter_method": "getGivenName", "containing_data_type_ref": "users.Name", "route_refs": [], "_type": "FieldReference"}, "users.Name.surname": {"fq_name": "users.Name.surname", "param_name": "surname", "static_instance": null, "getter_method": "getSurname", "containing_data_type_ref": "users.Name", "route_refs": [], "_type": "FieldReference"}, "users.Name.familiar_name": {"fq_name": "users.Name.familiar_name", "param_name": "familiarName", "static_instance": null, "getter_method": "getFamiliarName", "containing_data_type_ref": "users.Name", "route_refs": [], "_type": "FieldReference"}, "users.Name.display_name": {"fq_name": "users.Name.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "users.Name", "route_refs": [], "_type": "FieldReference"}, "users.Name.abbreviated_name": {"fq_name": "users.Name.abbreviated_name", "param_name": "abbreviatedName", "static_instance": null, "getter_method": "getAbbreviatedName", "containing_data_type_ref": "users.Name", "route_refs": [], "_type": "FieldReference"}, "users.PaperAsFilesValue.enabled": {"fq_name": "users.PaperAsFilesValue.enabled", "param_name": "enabledValue", "static_instance": null, "getter_method": "getEnabledValue", "containing_data_type_ref": "users.PaperAsFilesValue", "route_refs": [], "_type": "FieldReference"}, "users.PaperAsFilesValue.other": {"fq_name": "users.PaperAsFilesValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.PaperAsFilesValue", "route_refs": [], "_type": "FieldReference"}, "users.SpaceAllocation.individual": {"fq_name": "users.SpaceAllocation.individual", "param_name": "individualValue", "static_instance": null, "getter_method": "getIndividualValue", "containing_data_type_ref": "users.SpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.SpaceAllocation.team": {"fq_name": "users.SpaceAllocation.team", "param_name": "teamValue", "static_instance": null, "getter_method": "getTeamValue", "containing_data_type_ref": "users.SpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.SpaceAllocation.other": {"fq_name": "users.SpaceAllocation.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.SpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.SpaceUsage.used": {"fq_name": "users.SpaceUsage.used", "param_name": "used", "static_instance": null, "getter_method": "getUsed", "containing_data_type_ref": "users.SpaceUsage", "route_refs": [], "_type": "FieldReference"}, "users.SpaceUsage.allocation": {"fq_name": "users.SpaceUsage.allocation", "param_name": "allocation", "static_instance": null, "getter_method": "getAllocation", "containing_data_type_ref": "users.SpaceUsage", "route_refs": [], "_type": "FieldReference"}, "users.Team.id": {"fq_name": "users.Team.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "users.Team", "route_refs": [], "_type": "FieldReference"}, "users.Team.name": {"fq_name": "users.Team.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "users.Team", "route_refs": [], "_type": "FieldReference"}, "users.TeamSpaceAllocation.used": {"fq_name": "users.TeamSpaceAllocation.used", "param_name": "used", "static_instance": null, "getter_method": "getUsed", "containing_data_type_ref": "users.TeamSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.TeamSpaceAllocation.allocated": {"fq_name": "users.TeamSpaceAllocation.allocated", "param_name": "allocated", "static_instance": null, "getter_method": "getAllocated", "containing_data_type_ref": "users.TeamSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.TeamSpaceAllocation.user_within_team_space_allocated": {"fq_name": "users.TeamSpaceAllocation.user_within_team_space_allocated", "param_name": "userWithinTeamSpaceAllocated", "static_instance": null, "getter_method": "getUserWithinTeamSpaceAllocated", "containing_data_type_ref": "users.TeamSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.TeamSpaceAllocation.user_within_team_space_limit_type": {"fq_name": "users.TeamSpaceAllocation.user_within_team_space_limit_type", "param_name": "userWithinTeamSpaceLimitType", "static_instance": null, "getter_method": "getUserWithinTeamSpaceLimitType", "containing_data_type_ref": "users.TeamSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.TeamSpaceAllocation.user_within_team_space_used_cached": {"fq_name": "users.TeamSpaceAllocation.user_within_team_space_used_cached", "param_name": "userWithinTeamSpaceUsedCached", "static_instance": null, "getter_method": "getUserWithinTeamSpaceUsedCached", "containing_data_type_ref": "users.TeamSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.UserFeature.paper_as_files": {"fq_name": "users.UserFeature.paper_as_files", "param_name": "paperAsFilesValue", "static_instance": "PAPER_AS_FILES", "getter_method": null, "containing_data_type_ref": "users.UserFeature", "route_refs": [], "_type": "FieldReference"}, "users.UserFeature.file_locking": {"fq_name": "users.UserFeature.file_locking", "param_name": "fileLockingValue", "static_instance": "FILE_LOCKING", "getter_method": null, "containing_data_type_ref": "users.UserFeature", "route_refs": [], "_type": "FieldReference"}, "users.UserFeature.other": {"fq_name": "users.UserFeature.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.UserFeature", "route_refs": [], "_type": "FieldReference"}, "users.UserFeatureValue.paper_as_files": {"fq_name": "users.UserFeatureValue.paper_as_files", "param_name": "paperAsFilesValue", "static_instance": null, "getter_method": "getPaperAsFilesValue", "containing_data_type_ref": "users.UserFeatureValue", "route_refs": [], "_type": "FieldReference"}, "users.UserFeatureValue.file_locking": {"fq_name": "users.UserFeatureValue.file_locking", "param_name": "fileLockingValue", "static_instance": null, "getter_method": "getFileLockingValue", "containing_data_type_ref": "users.UserFeatureValue", "route_refs": [], "_type": "FieldReference"}, "users.UserFeatureValue.other": {"fq_name": "users.UserFeatureValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.UserFeatureValue", "route_refs": [], "_type": "FieldReference"}, "users.UserFeaturesGetValuesBatchArg.features": {"fq_name": "users.UserFeaturesGetValuesBatchArg.features", "param_name": "features", "static_instance": null, "getter_method": "getFeatures", "containing_data_type_ref": "users.UserFeaturesGetValuesBatchArg", "route_refs": [], "_type": "FieldReference"}, "users.UserFeaturesGetValuesBatchError.empty_features_list": {"fq_name": "users.UserFeaturesGetValuesBatchError.empty_features_list", "param_name": "emptyFeaturesListValue", "static_instance": "EMPTY_FEATURES_LIST", "getter_method": null, "containing_data_type_ref": "users.UserFeaturesGetValuesBatchError", "route_refs": [], "_type": "FieldReference"}, "users.UserFeaturesGetValuesBatchError.other": {"fq_name": "users.UserFeaturesGetValuesBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.UserFeaturesGetValuesBatchError", "route_refs": [], "_type": "FieldReference"}, "users.UserFeaturesGetValuesBatchResult.values": {"fq_name": "users.UserFeaturesGetValuesBatchResult.values", "param_name": "values", "static_instance": null, "getter_method": "getValues", "containing_data_type_ref": "users.UserFeaturesGetValuesBatchResult", "route_refs": [], "_type": "FieldReference"}, "users_common.AccountType.basic": {"fq_name": "users_common.AccountType.basic", "param_name": "basicValue", "static_instance": "BASIC", "getter_method": null, "containing_data_type_ref": "users_common.AccountType", "route_refs": [], "_type": "FieldReference"}, "users_common.AccountType.pro": {"fq_name": "users_common.AccountType.pro", "param_name": "proValue", "static_instance": "PRO", "getter_method": null, "containing_data_type_ref": "users_common.AccountType", "route_refs": [], "_type": "FieldReference"}, "users_common.AccountType.business": {"fq_name": "users_common.AccountType.business", "param_name": "businessValue", "static_instance": "BUSINESS", "getter_method": null, "containing_data_type_ref": "users_common.AccountType", "route_refs": [], "_type": "FieldReference"}}} \ No newline at end of file +{"data_types": {"account.AccountPhotoGetArg": {"fq_name": "account.AccountPhotoGetArg", "java_class": "com.dropbox.core.v2.account.AccountPhotoGetArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "account.AccountPhotoGetError": {"fq_name": "account.AccountPhotoGetError", "java_class": "com.dropbox.core.v2.account.AccountPhotoGetError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "account.AccountPhotoGetResult": {"fq_name": "account.AccountPhotoGetResult", "java_class": "com.dropbox.core.v2.account.AccountPhotoGetResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "account.PhotoSourceArg": {"fq_name": "account.PhotoSourceArg", "java_class": "com.dropbox.core.v2.account.PhotoSourceArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "account.SetProfilePhotoArg": {"fq_name": "account.SetProfilePhotoArg", "java_class": "com.dropbox.core.v2.account.SetProfilePhotoArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "account.SetProfilePhotoError": {"fq_name": "account.SetProfilePhotoError", "java_class": "com.dropbox.core.v2.account.SetProfilePhotoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "account.SetProfilePhotoResult": {"fq_name": "account.SetProfilePhotoResult", "java_class": "com.dropbox.core.v2.account.SetProfilePhotoResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "account.ThumbnailError": {"fq_name": "account.ThumbnailError", "java_class": "com.dropbox.core.v2.account.ThumbnailError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "async.LaunchEmptyResult": {"fq_name": "async.LaunchEmptyResult", "java_class": "com.dropbox.core.v2.async.LaunchEmptyResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "async.LaunchResultBase": {"fq_name": "async.LaunchResultBase", "java_class": "com.dropbox.core.v2.async.LaunchResultBase", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "async.PollArg": {"fq_name": "async.PollArg", "java_class": "com.dropbox.core.v2.async.PollArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "async.PollEmptyResult": {"fq_name": "async.PollEmptyResult", "java_class": "com.dropbox.core.v2.async.PollEmptyResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "async.PollError": {"fq_name": "async.PollError", "java_class": "com.dropbox.core.v2.async.PollError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "async.PollResultBase": {"fq_name": "async.PollResultBase", "java_class": "com.dropbox.core.v2.async.PollResultBase", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "auth.AccessError": {"fq_name": "auth.AccessError", "java_class": "com.dropbox.core.v2.auth.AccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.AuthError": {"fq_name": "auth.AuthError", "java_class": "com.dropbox.core.v2.auth.AuthError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.InvalidAccountTypeError": {"fq_name": "auth.InvalidAccountTypeError", "java_class": "com.dropbox.core.v2.auth.InvalidAccountTypeError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.NoPermissionError": {"fq_name": "auth.NoPermissionError", "java_class": "com.dropbox.core.v2.auth.NoPermissionError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.PaperAccessError": {"fq_name": "auth.PaperAccessError", "java_class": "com.dropbox.core.v2.auth.PaperAccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.RateLimitError": {"fq_name": "auth.RateLimitError", "java_class": "com.dropbox.core.v2.auth.RateLimitError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.RateLimitReason": {"fq_name": "auth.RateLimitReason", "java_class": "com.dropbox.core.v2.auth.RateLimitReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.TokenFromOAuth1Arg": {"fq_name": "auth.TokenFromOAuth1Arg", "java_class": "com.dropbox.core.v2.auth.TokenFromOAuth1Arg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "auth.TokenFromOAuth1Error": {"fq_name": "auth.TokenFromOAuth1Error", "java_class": "com.dropbox.core.v2.auth.TokenFromOAuth1Error", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "auth.TokenFromOAuth1Result": {"fq_name": "auth.TokenFromOAuth1Result", "java_class": "com.dropbox.core.v2.auth.TokenFromOAuth1Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "auth.TokenScopeError": {"fq_name": "auth.TokenScopeError", "java_class": "com.dropbox.core.v2.auth.TokenScopeError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "auth.UnauthorizedAccountIdUsageError": {"fq_name": "auth.UnauthorizedAccountIdUsageError", "java_class": "com.dropbox.core.v2.auth.UnauthorizedAccountIdUsageError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "check.EchoArg": {"fq_name": "check.EchoArg", "java_class": "com.dropbox.core.v2.check.EchoArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "check.EchoError": {"fq_name": "check.EchoError", "java_class": "com.dropbox.core.v2.check.EchoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "check.EchoResult": {"fq_name": "check.EchoResult", "java_class": "com.dropbox.core.v2.check.EchoResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "common.DropboxDuration": {"fq_name": "common.DropboxDuration", "java_class": "com.dropbox.core.v2.common.DropboxDuration", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "common.PathRoot": {"fq_name": "common.PathRoot", "java_class": "com.dropbox.core.v2.common.PathRoot", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "common.PathRootError": {"fq_name": "common.PathRootError", "java_class": "com.dropbox.core.v2.common.PathRootError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "common.RootInfo": {"fq_name": "common.RootInfo", "java_class": "com.dropbox.core.v2.common.RootInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "common.TeamRootInfo": {"fq_name": "common.TeamRootInfo", "java_class": "com.dropbox.core.v2.common.TeamRootInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "common.UserRootInfo": {"fq_name": "common.UserRootInfo", "java_class": "com.dropbox.core.v2.common.UserRootInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "contacts.DeleteManualContactsArg": {"fq_name": "contacts.DeleteManualContactsArg", "java_class": "com.dropbox.core.v2.contacts.DeleteManualContactsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "contacts.DeleteManualContactsError": {"fq_name": "contacts.DeleteManualContactsError", "java_class": "com.dropbox.core.v2.contacts.DeleteManualContactsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.AddPropertiesArg": {"fq_name": "file_properties.AddPropertiesArg", "java_class": "com.dropbox.core.v2.fileproperties.AddPropertiesArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.AddPropertiesError": {"fq_name": "file_properties.AddPropertiesError", "java_class": "com.dropbox.core.v2.fileproperties.AddPropertiesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.AddTemplateArg": {"fq_name": "file_properties.AddTemplateArg", "java_class": "com.dropbox.core.v2.fileproperties.AddTemplateArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.AddTemplateResult": {"fq_name": "file_properties.AddTemplateResult", "java_class": "com.dropbox.core.v2.fileproperties.AddTemplateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.GetTemplateArg": {"fq_name": "file_properties.GetTemplateArg", "java_class": "com.dropbox.core.v2.fileproperties.GetTemplateArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.GetTemplateResult": {"fq_name": "file_properties.GetTemplateResult", "java_class": "com.dropbox.core.v2.fileproperties.GetTemplateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.InvalidPropertyGroupError": {"fq_name": "file_properties.InvalidPropertyGroupError", "java_class": "com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.ListTemplateResult": {"fq_name": "file_properties.ListTemplateResult", "java_class": "com.dropbox.core.v2.fileproperties.ListTemplateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.LogicalOperator": {"fq_name": "file_properties.LogicalOperator", "java_class": "com.dropbox.core.v2.fileproperties.LogicalOperator", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.LookUpPropertiesError": {"fq_name": "file_properties.LookUpPropertiesError", "java_class": "com.dropbox.core.v2.fileproperties.LookUpPropertiesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.LookupError": {"fq_name": "file_properties.LookupError", "java_class": "com.dropbox.core.v2.fileproperties.LookupError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.ModifyTemplateError": {"fq_name": "file_properties.ModifyTemplateError", "java_class": "com.dropbox.core.v2.fileproperties.ModifyTemplateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.OverwritePropertyGroupArg": {"fq_name": "file_properties.OverwritePropertyGroupArg", "java_class": "com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.PropertiesError": {"fq_name": "file_properties.PropertiesError", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchArg": {"fq_name": "file_properties.PropertiesSearchArg", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchContinueArg": {"fq_name": "file_properties.PropertiesSearchContinueArg", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchContinueError": {"fq_name": "file_properties.PropertiesSearchContinueError", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchError": {"fq_name": "file_properties.PropertiesSearchError", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchMatch": {"fq_name": "file_properties.PropertiesSearchMatch", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchMatch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchMode": {"fq_name": "file_properties.PropertiesSearchMode", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchQuery": {"fq_name": "file_properties.PropertiesSearchQuery", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchQuery", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertiesSearchResult": {"fq_name": "file_properties.PropertiesSearchResult", "java_class": "com.dropbox.core.v2.fileproperties.PropertiesSearchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertyField": {"fq_name": "file_properties.PropertyField", "java_class": "com.dropbox.core.v2.fileproperties.PropertyField", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertyFieldTemplate": {"fq_name": "file_properties.PropertyFieldTemplate", "java_class": "com.dropbox.core.v2.fileproperties.PropertyFieldTemplate", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertyGroup": {"fq_name": "file_properties.PropertyGroup", "java_class": "com.dropbox.core.v2.fileproperties.PropertyGroup", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.PropertyGroupTemplate": {"fq_name": "file_properties.PropertyGroupTemplate", "java_class": "com.dropbox.core.v2.fileproperties.PropertyGroupTemplate", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertyGroupUpdate": {"fq_name": "file_properties.PropertyGroupUpdate", "java_class": "com.dropbox.core.v2.fileproperties.PropertyGroupUpdate", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.fileproperties.PropertyGroupUpdate.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.PropertyType": {"fq_name": "file_properties.PropertyType", "java_class": "com.dropbox.core.v2.fileproperties.PropertyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.RemovePropertiesArg": {"fq_name": "file_properties.RemovePropertiesArg", "java_class": "com.dropbox.core.v2.fileproperties.RemovePropertiesArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.RemovePropertiesError": {"fq_name": "file_properties.RemovePropertiesError", "java_class": "com.dropbox.core.v2.fileproperties.RemovePropertiesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.RemoveTemplateArg": {"fq_name": "file_properties.RemoveTemplateArg", "java_class": "com.dropbox.core.v2.fileproperties.RemoveTemplateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.TemplateError": {"fq_name": "file_properties.TemplateError", "java_class": "com.dropbox.core.v2.fileproperties.TemplateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.TemplateFilter": {"fq_name": "file_properties.TemplateFilter", "java_class": "com.dropbox.core.v2.fileproperties.TemplateFilter", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_properties.TemplateFilterBase": {"fq_name": "file_properties.TemplateFilterBase", "java_class": "com.dropbox.core.v2.fileproperties.TemplateFilterBase", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.TemplateOwnerType": {"fq_name": "file_properties.TemplateOwnerType", "java_class": "com.dropbox.core.v2.fileproperties.TemplateOwnerType", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "file_properties.UpdatePropertiesArg": {"fq_name": "file_properties.UpdatePropertiesArg", "java_class": "com.dropbox.core.v2.fileproperties.UpdatePropertiesArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.UpdatePropertiesError": {"fq_name": "file_properties.UpdatePropertiesError", "java_class": "com.dropbox.core.v2.fileproperties.UpdatePropertiesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.UpdateTemplateArg": {"fq_name": "file_properties.UpdateTemplateArg", "java_class": "com.dropbox.core.v2.fileproperties.UpdateTemplateArg", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder", "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_properties.UpdateTemplateResult": {"fq_name": "file_properties.UpdateTemplateResult", "java_class": "com.dropbox.core.v2.fileproperties.UpdateTemplateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "file_requests.CountFileRequestsError": {"fq_name": "file_requests.CountFileRequestsError", "java_class": "com.dropbox.core.v2.filerequests.CountFileRequestsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.CountFileRequestsResult": {"fq_name": "file_requests.CountFileRequestsResult", "java_class": "com.dropbox.core.v2.filerequests.CountFileRequestsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.CreateFileRequestArgs": {"fq_name": "file_requests.CreateFileRequestArgs", "java_class": "com.dropbox.core.v2.filerequests.CreateFileRequestArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.filerequests.CreateFileRequestArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.CreateFileRequestError": {"fq_name": "file_requests.CreateFileRequestError", "java_class": "com.dropbox.core.v2.filerequests.CreateFileRequestError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.DeleteAllClosedFileRequestsError": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError", "java_class": "com.dropbox.core.v2.filerequests.DeleteAllClosedFileRequestsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.DeleteAllClosedFileRequestsResult": {"fq_name": "file_requests.DeleteAllClosedFileRequestsResult", "java_class": "com.dropbox.core.v2.filerequests.DeleteAllClosedFileRequestsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.DeleteFileRequestArgs": {"fq_name": "file_requests.DeleteFileRequestArgs", "java_class": "com.dropbox.core.v2.filerequests.DeleteFileRequestArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.DeleteFileRequestError": {"fq_name": "file_requests.DeleteFileRequestError", "java_class": "com.dropbox.core.v2.filerequests.DeleteFileRequestError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.DeleteFileRequestsResult": {"fq_name": "file_requests.DeleteFileRequestsResult", "java_class": "com.dropbox.core.v2.filerequests.DeleteFileRequestsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.FileRequest": {"fq_name": "file_requests.FileRequest", "java_class": "com.dropbox.core.v2.filerequests.FileRequest", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.filerequests.FileRequest.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.FileRequestDeadline": {"fq_name": "file_requests.FileRequestDeadline", "java_class": "com.dropbox.core.v2.filerequests.FileRequestDeadline", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.FileRequestError": {"fq_name": "file_requests.FileRequestError", "java_class": "com.dropbox.core.v2.filerequests.FileRequestError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "file_requests.GeneralFileRequestsError": {"fq_name": "file_requests.GeneralFileRequestsError", "java_class": "com.dropbox.core.v2.filerequests.GeneralFileRequestsError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "file_requests.GetFileRequestArgs": {"fq_name": "file_requests.GetFileRequestArgs", "java_class": "com.dropbox.core.v2.filerequests.GetFileRequestArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.GetFileRequestError": {"fq_name": "file_requests.GetFileRequestError", "java_class": "com.dropbox.core.v2.filerequests.GetFileRequestError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.GracePeriod": {"fq_name": "file_requests.GracePeriod", "java_class": "com.dropbox.core.v2.filerequests.GracePeriod", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsArg": {"fq_name": "file_requests.ListFileRequestsArg", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsContinueArg": {"fq_name": "file_requests.ListFileRequestsContinueArg", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsContinueError": {"fq_name": "file_requests.ListFileRequestsContinueError", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsError": {"fq_name": "file_requests.ListFileRequestsError", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsResult": {"fq_name": "file_requests.ListFileRequestsResult", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.ListFileRequestsV2Result": {"fq_name": "file_requests.ListFileRequestsV2Result", "java_class": "com.dropbox.core.v2.filerequests.ListFileRequestsV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.UpdateFileRequestArgs": {"fq_name": "file_requests.UpdateFileRequestArgs", "java_class": "com.dropbox.core.v2.filerequests.UpdateFileRequestArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.filerequests.UpdateFileRequestArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.UpdateFileRequestDeadline": {"fq_name": "file_requests.UpdateFileRequestDeadline", "java_class": "com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "file_requests.UpdateFileRequestError": {"fq_name": "file_requests.UpdateFileRequestError", "java_class": "com.dropbox.core.v2.filerequests.UpdateFileRequestError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.AddTagArg": {"fq_name": "files.AddTagArg", "java_class": "com.dropbox.core.v2.files.AddTagArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.AddTagError": {"fq_name": "files.AddTagError", "java_class": "com.dropbox.core.v2.files.AddTagError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.AlphaGetMetadataArg": {"fq_name": "files.AlphaGetMetadataArg", "java_class": "com.dropbox.core.v2.files.AlphaGetMetadataArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.AlphaGetMetadataArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.AlphaGetMetadataError": {"fq_name": "files.AlphaGetMetadataError", "java_class": "com.dropbox.core.v2.files.AlphaGetMetadataError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.BaseTagError": {"fq_name": "files.BaseTagError", "java_class": "com.dropbox.core.v2.files.BaseTagError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CommitInfo": {"fq_name": "files.CommitInfo", "java_class": "com.dropbox.core.v2.files.CommitInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.CommitInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ContentSyncSetting": {"fq_name": "files.ContentSyncSetting", "java_class": "com.dropbox.core.v2.files.ContentSyncSetting", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.ContentSyncSettingArg": {"fq_name": "files.ContentSyncSettingArg", "java_class": "com.dropbox.core.v2.files.ContentSyncSettingArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.CreateFolderArg": {"fq_name": "files.CreateFolderArg", "java_class": "com.dropbox.core.v2.files.CreateFolderArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchArg": {"fq_name": "files.CreateFolderBatchArg", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.CreateFolderBatchArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchError": {"fq_name": "files.CreateFolderBatchError", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchJobStatus": {"fq_name": "files.CreateFolderBatchJobStatus", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchLaunch": {"fq_name": "files.CreateFolderBatchLaunch", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchResult": {"fq_name": "files.CreateFolderBatchResult", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderBatchResultEntry": {"fq_name": "files.CreateFolderBatchResultEntry", "java_class": "com.dropbox.core.v2.files.CreateFolderBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderEntryError": {"fq_name": "files.CreateFolderEntryError", "java_class": "com.dropbox.core.v2.files.CreateFolderEntryError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderEntryResult": {"fq_name": "files.CreateFolderEntryResult", "java_class": "com.dropbox.core.v2.files.CreateFolderEntryResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderError": {"fq_name": "files.CreateFolderError", "java_class": "com.dropbox.core.v2.files.CreateFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.CreateFolderResult": {"fq_name": "files.CreateFolderResult", "java_class": "com.dropbox.core.v2.files.CreateFolderResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteArg": {"fq_name": "files.DeleteArg", "java_class": "com.dropbox.core.v2.files.DeleteArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchArg": {"fq_name": "files.DeleteBatchArg", "java_class": "com.dropbox.core.v2.files.DeleteBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchError": {"fq_name": "files.DeleteBatchError", "java_class": "com.dropbox.core.v2.files.DeleteBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchJobStatus": {"fq_name": "files.DeleteBatchJobStatus", "java_class": "com.dropbox.core.v2.files.DeleteBatchJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchLaunch": {"fq_name": "files.DeleteBatchLaunch", "java_class": "com.dropbox.core.v2.files.DeleteBatchLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchResult": {"fq_name": "files.DeleteBatchResult", "java_class": "com.dropbox.core.v2.files.DeleteBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchResultData": {"fq_name": "files.DeleteBatchResultData", "java_class": "com.dropbox.core.v2.files.DeleteBatchResultData", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteBatchResultEntry": {"fq_name": "files.DeleteBatchResultEntry", "java_class": "com.dropbox.core.v2.files.DeleteBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteError": {"fq_name": "files.DeleteError", "java_class": "com.dropbox.core.v2.files.DeleteError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeleteResult": {"fq_name": "files.DeleteResult", "java_class": "com.dropbox.core.v2.files.DeleteResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DeletedMetadata": {"fq_name": "files.DeletedMetadata", "java_class": "com.dropbox.core.v2.files.DeletedMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.DeletedMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.Dimensions": {"fq_name": "files.Dimensions", "java_class": "com.dropbox.core.v2.files.Dimensions", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DownloadArg": {"fq_name": "files.DownloadArg", "java_class": "com.dropbox.core.v2.files.DownloadArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DownloadError": {"fq_name": "files.DownloadError", "java_class": "com.dropbox.core.v2.files.DownloadError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DownloadZipArg": {"fq_name": "files.DownloadZipArg", "java_class": "com.dropbox.core.v2.files.DownloadZipArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DownloadZipError": {"fq_name": "files.DownloadZipError", "java_class": "com.dropbox.core.v2.files.DownloadZipError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.DownloadZipResult": {"fq_name": "files.DownloadZipResult", "java_class": "com.dropbox.core.v2.files.DownloadZipResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ExportArg": {"fq_name": "files.ExportArg", "java_class": "com.dropbox.core.v2.files.ExportArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.ExportError": {"fq_name": "files.ExportError", "java_class": "com.dropbox.core.v2.files.ExportError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.ExportInfo": {"fq_name": "files.ExportInfo", "java_class": "com.dropbox.core.v2.files.ExportInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ExportInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ExportMetadata": {"fq_name": "files.ExportMetadata", "java_class": "com.dropbox.core.v2.files.ExportMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ExportMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ExportResult": {"fq_name": "files.ExportResult", "java_class": "com.dropbox.core.v2.files.ExportResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.FileCategory": {"fq_name": "files.FileCategory", "java_class": "com.dropbox.core.v2.files.FileCategory", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileLock": {"fq_name": "files.FileLock", "java_class": "com.dropbox.core.v2.files.FileLock", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileLockContent": {"fq_name": "files.FileLockContent", "java_class": "com.dropbox.core.v2.files.FileLockContent", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileLockMetadata": {"fq_name": "files.FileLockMetadata", "java_class": "com.dropbox.core.v2.files.FileLockMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.FileLockMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileMetadata": {"fq_name": "files.FileMetadata", "java_class": "com.dropbox.core.v2.files.FileMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.FileMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileOpsResult": {"fq_name": "files.FileOpsResult", "java_class": "com.dropbox.core.v2.files.FileOpsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "files.FileSharingInfo": {"fq_name": "files.FileSharingInfo", "java_class": "com.dropbox.core.v2.files.FileSharingInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FileStatus": {"fq_name": "files.FileStatus", "java_class": "com.dropbox.core.v2.files.FileStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FolderMetadata": {"fq_name": "files.FolderMetadata", "java_class": "com.dropbox.core.v2.files.FolderMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.FolderMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.FolderSharingInfo": {"fq_name": "files.FolderSharingInfo", "java_class": "com.dropbox.core.v2.files.FolderSharingInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.FolderSharingInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetCopyReferenceArg": {"fq_name": "files.GetCopyReferenceArg", "java_class": "com.dropbox.core.v2.files.GetCopyReferenceArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetCopyReferenceError": {"fq_name": "files.GetCopyReferenceError", "java_class": "com.dropbox.core.v2.files.GetCopyReferenceError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetCopyReferenceResult": {"fq_name": "files.GetCopyReferenceResult", "java_class": "com.dropbox.core.v2.files.GetCopyReferenceResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetMetadataArg": {"fq_name": "files.GetMetadataArg", "java_class": "com.dropbox.core.v2.files.GetMetadataArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.GetMetadataArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetMetadataError": {"fq_name": "files.GetMetadataError", "java_class": "com.dropbox.core.v2.files.GetMetadataError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTagsArg": {"fq_name": "files.GetTagsArg", "java_class": "com.dropbox.core.v2.files.GetTagsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTagsResult": {"fq_name": "files.GetTagsResult", "java_class": "com.dropbox.core.v2.files.GetTagsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTemporaryLinkArg": {"fq_name": "files.GetTemporaryLinkArg", "java_class": "com.dropbox.core.v2.files.GetTemporaryLinkArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTemporaryLinkError": {"fq_name": "files.GetTemporaryLinkError", "java_class": "com.dropbox.core.v2.files.GetTemporaryLinkError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTemporaryLinkResult": {"fq_name": "files.GetTemporaryLinkResult", "java_class": "com.dropbox.core.v2.files.GetTemporaryLinkResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTemporaryUploadLinkArg": {"fq_name": "files.GetTemporaryUploadLinkArg", "java_class": "com.dropbox.core.v2.files.GetTemporaryUploadLinkArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetTemporaryUploadLinkResult": {"fq_name": "files.GetTemporaryUploadLinkResult", "java_class": "com.dropbox.core.v2.files.GetTemporaryUploadLinkResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetThumbnailBatchArg": {"fq_name": "files.GetThumbnailBatchArg", "java_class": "com.dropbox.core.v2.files.GetThumbnailBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetThumbnailBatchError": {"fq_name": "files.GetThumbnailBatchError", "java_class": "com.dropbox.core.v2.files.GetThumbnailBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetThumbnailBatchResult": {"fq_name": "files.GetThumbnailBatchResult", "java_class": "com.dropbox.core.v2.files.GetThumbnailBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetThumbnailBatchResultData": {"fq_name": "files.GetThumbnailBatchResultData", "java_class": "com.dropbox.core.v2.files.GetThumbnailBatchResultData", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GetThumbnailBatchResultEntry": {"fq_name": "files.GetThumbnailBatchResultEntry", "java_class": "com.dropbox.core.v2.files.GetThumbnailBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.GpsCoordinates": {"fq_name": "files.GpsCoordinates", "java_class": "com.dropbox.core.v2.files.GpsCoordinates", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.HighlightSpan": {"fq_name": "files.HighlightSpan", "java_class": "com.dropbox.core.v2.files.HighlightSpan", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ImportFormat": {"fq_name": "files.ImportFormat", "java_class": "com.dropbox.core.v2.files.ImportFormat", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderArg": {"fq_name": "files.ListFolderArg", "java_class": "com.dropbox.core.v2.files.ListFolderArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ListFolderArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderContinueArg": {"fq_name": "files.ListFolderContinueArg", "java_class": "com.dropbox.core.v2.files.ListFolderContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderContinueError": {"fq_name": "files.ListFolderContinueError", "java_class": "com.dropbox.core.v2.files.ListFolderContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderError": {"fq_name": "files.ListFolderError", "java_class": "com.dropbox.core.v2.files.ListFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderGetLatestCursorResult": {"fq_name": "files.ListFolderGetLatestCursorResult", "java_class": "com.dropbox.core.v2.files.ListFolderGetLatestCursorResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderLongpollArg": {"fq_name": "files.ListFolderLongpollArg", "java_class": "com.dropbox.core.v2.files.ListFolderLongpollArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderLongpollError": {"fq_name": "files.ListFolderLongpollError", "java_class": "com.dropbox.core.v2.files.ListFolderLongpollError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderLongpollResult": {"fq_name": "files.ListFolderLongpollResult", "java_class": "com.dropbox.core.v2.files.ListFolderLongpollResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListFolderResult": {"fq_name": "files.ListFolderResult", "java_class": "com.dropbox.core.v2.files.ListFolderResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListRevisionsArg": {"fq_name": "files.ListRevisionsArg", "java_class": "com.dropbox.core.v2.files.ListRevisionsArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ListRevisionsArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListRevisionsError": {"fq_name": "files.ListRevisionsError", "java_class": "com.dropbox.core.v2.files.ListRevisionsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListRevisionsMode": {"fq_name": "files.ListRevisionsMode", "java_class": "com.dropbox.core.v2.files.ListRevisionsMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ListRevisionsResult": {"fq_name": "files.ListRevisionsResult", "java_class": "com.dropbox.core.v2.files.ListRevisionsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockConflictError": {"fq_name": "files.LockConflictError", "java_class": "com.dropbox.core.v2.files.LockConflictError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileArg": {"fq_name": "files.LockFileArg", "java_class": "com.dropbox.core.v2.files.LockFileArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileBatchArg": {"fq_name": "files.LockFileBatchArg", "java_class": "com.dropbox.core.v2.files.LockFileBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileBatchResult": {"fq_name": "files.LockFileBatchResult", "java_class": "com.dropbox.core.v2.files.LockFileBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileError": {"fq_name": "files.LockFileError", "java_class": "com.dropbox.core.v2.files.LockFileError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileResult": {"fq_name": "files.LockFileResult", "java_class": "com.dropbox.core.v2.files.LockFileResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LockFileResultEntry": {"fq_name": "files.LockFileResultEntry", "java_class": "com.dropbox.core.v2.files.LockFileResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.LookupError": {"fq_name": "files.LookupError", "java_class": "com.dropbox.core.v2.files.LookupError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.MediaInfo": {"fq_name": "files.MediaInfo", "java_class": "com.dropbox.core.v2.files.MediaInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MediaMetadata": {"fq_name": "files.MediaMetadata", "java_class": "com.dropbox.core.v2.files.MediaMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.MediaMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.Metadata": {"fq_name": "files.Metadata", "java_class": "com.dropbox.core.v2.files.Metadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.Metadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MetadataV2": {"fq_name": "files.MetadataV2", "java_class": "com.dropbox.core.v2.files.MetadataV2", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MinimalFileLinkMetadata": {"fq_name": "files.MinimalFileLinkMetadata", "java_class": "com.dropbox.core.v2.files.MinimalFileLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.MinimalFileLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MoveBatchArg": {"fq_name": "files.MoveBatchArg", "java_class": "com.dropbox.core.v2.files.MoveBatchArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.MoveBatchArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MoveIntoFamilyError": {"fq_name": "files.MoveIntoFamilyError", "java_class": "com.dropbox.core.v2.files.MoveIntoFamilyError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.MoveIntoVaultError": {"fq_name": "files.MoveIntoVaultError", "java_class": "com.dropbox.core.v2.files.MoveIntoVaultError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperContentError": {"fq_name": "files.PaperContentError", "java_class": "com.dropbox.core.v2.files.PaperContentError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "files.PaperCreateArg": {"fq_name": "files.PaperCreateArg", "java_class": "com.dropbox.core.v2.files.PaperCreateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperCreateError": {"fq_name": "files.PaperCreateError", "java_class": "com.dropbox.core.v2.files.PaperCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperCreateResult": {"fq_name": "files.PaperCreateResult", "java_class": "com.dropbox.core.v2.files.PaperCreateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperDocUpdatePolicy": {"fq_name": "files.PaperDocUpdatePolicy", "java_class": "com.dropbox.core.v2.files.PaperDocUpdatePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperUpdateArg": {"fq_name": "files.PaperUpdateArg", "java_class": "com.dropbox.core.v2.files.PaperUpdateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperUpdateError": {"fq_name": "files.PaperUpdateError", "java_class": "com.dropbox.core.v2.files.PaperUpdateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PaperUpdateResult": {"fq_name": "files.PaperUpdateResult", "java_class": "com.dropbox.core.v2.files.PaperUpdateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PathOrLink": {"fq_name": "files.PathOrLink", "java_class": "com.dropbox.core.v2.files.PathOrLink", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PathToTags": {"fq_name": "files.PathToTags", "java_class": "com.dropbox.core.v2.files.PathToTags", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PhotoMetadata": {"fq_name": "files.PhotoMetadata", "java_class": "com.dropbox.core.v2.files.PhotoMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.PhotoMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PreviewArg": {"fq_name": "files.PreviewArg", "java_class": "com.dropbox.core.v2.files.PreviewArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PreviewError": {"fq_name": "files.PreviewError", "java_class": "com.dropbox.core.v2.files.PreviewError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.PreviewResult": {"fq_name": "files.PreviewResult", "java_class": "com.dropbox.core.v2.files.PreviewResult", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.PreviewResult.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationArg": {"fq_name": "files.RelocationArg", "java_class": "com.dropbox.core.v2.files.RelocationArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.RelocationArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchArg": {"fq_name": "files.RelocationBatchArg", "java_class": "com.dropbox.core.v2.files.RelocationBatchArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.RelocationBatchArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchArgBase": {"fq_name": "files.RelocationBatchArgBase", "java_class": "com.dropbox.core.v2.files.RelocationBatchArgBase", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchError": {"fq_name": "files.RelocationBatchError", "java_class": "com.dropbox.core.v2.files.RelocationBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchErrorEntry": {"fq_name": "files.RelocationBatchErrorEntry", "java_class": "com.dropbox.core.v2.files.RelocationBatchErrorEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchJobStatus": {"fq_name": "files.RelocationBatchJobStatus", "java_class": "com.dropbox.core.v2.files.RelocationBatchJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchLaunch": {"fq_name": "files.RelocationBatchLaunch", "java_class": "com.dropbox.core.v2.files.RelocationBatchLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchResult": {"fq_name": "files.RelocationBatchResult", "java_class": "com.dropbox.core.v2.files.RelocationBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchResultData": {"fq_name": "files.RelocationBatchResultData", "java_class": "com.dropbox.core.v2.files.RelocationBatchResultData", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchResultEntry": {"fq_name": "files.RelocationBatchResultEntry", "java_class": "com.dropbox.core.v2.files.RelocationBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchV2JobStatus": {"fq_name": "files.RelocationBatchV2JobStatus", "java_class": "com.dropbox.core.v2.files.RelocationBatchV2JobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchV2Launch": {"fq_name": "files.RelocationBatchV2Launch", "java_class": "com.dropbox.core.v2.files.RelocationBatchV2Launch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationBatchV2Result": {"fq_name": "files.RelocationBatchV2Result", "java_class": "com.dropbox.core.v2.files.RelocationBatchV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationError": {"fq_name": "files.RelocationError", "java_class": "com.dropbox.core.v2.files.RelocationError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationPath": {"fq_name": "files.RelocationPath", "java_class": "com.dropbox.core.v2.files.RelocationPath", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RelocationResult": {"fq_name": "files.RelocationResult", "java_class": "com.dropbox.core.v2.files.RelocationResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RemoveTagArg": {"fq_name": "files.RemoveTagArg", "java_class": "com.dropbox.core.v2.files.RemoveTagArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RemoveTagError": {"fq_name": "files.RemoveTagError", "java_class": "com.dropbox.core.v2.files.RemoveTagError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RestoreArg": {"fq_name": "files.RestoreArg", "java_class": "com.dropbox.core.v2.files.RestoreArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.RestoreError": {"fq_name": "files.RestoreError", "java_class": "com.dropbox.core.v2.files.RestoreError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveCopyReferenceArg": {"fq_name": "files.SaveCopyReferenceArg", "java_class": "com.dropbox.core.v2.files.SaveCopyReferenceArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveCopyReferenceError": {"fq_name": "files.SaveCopyReferenceError", "java_class": "com.dropbox.core.v2.files.SaveCopyReferenceError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveCopyReferenceResult": {"fq_name": "files.SaveCopyReferenceResult", "java_class": "com.dropbox.core.v2.files.SaveCopyReferenceResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveUrlArg": {"fq_name": "files.SaveUrlArg", "java_class": "com.dropbox.core.v2.files.SaveUrlArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveUrlError": {"fq_name": "files.SaveUrlError", "java_class": "com.dropbox.core.v2.files.SaveUrlError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveUrlJobStatus": {"fq_name": "files.SaveUrlJobStatus", "java_class": "com.dropbox.core.v2.files.SaveUrlJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SaveUrlResult": {"fq_name": "files.SaveUrlResult", "java_class": "com.dropbox.core.v2.files.SaveUrlResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchArg": {"fq_name": "files.SearchArg", "java_class": "com.dropbox.core.v2.files.SearchArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.SearchArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchError": {"fq_name": "files.SearchError", "java_class": "com.dropbox.core.v2.files.SearchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMatch": {"fq_name": "files.SearchMatch", "java_class": "com.dropbox.core.v2.files.SearchMatch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMatchFieldOptions": {"fq_name": "files.SearchMatchFieldOptions", "java_class": "com.dropbox.core.v2.files.SearchMatchFieldOptions", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMatchType": {"fq_name": "files.SearchMatchType", "java_class": "com.dropbox.core.v2.files.SearchMatchType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMatchTypeV2": {"fq_name": "files.SearchMatchTypeV2", "java_class": "com.dropbox.core.v2.files.SearchMatchTypeV2", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMatchV2": {"fq_name": "files.SearchMatchV2", "java_class": "com.dropbox.core.v2.files.SearchMatchV2", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.SearchMatchV2.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchMode": {"fq_name": "files.SearchMode", "java_class": "com.dropbox.core.v2.files.SearchMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchOptions": {"fq_name": "files.SearchOptions", "java_class": "com.dropbox.core.v2.files.SearchOptions", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.SearchOptions.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchOrderBy": {"fq_name": "files.SearchOrderBy", "java_class": "com.dropbox.core.v2.files.SearchOrderBy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchResult": {"fq_name": "files.SearchResult", "java_class": "com.dropbox.core.v2.files.SearchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchV2Arg": {"fq_name": "files.SearchV2Arg", "java_class": "com.dropbox.core.v2.files.SearchV2Arg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.SearchV2Arg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchV2ContinueArg": {"fq_name": "files.SearchV2ContinueArg", "java_class": "com.dropbox.core.v2.files.SearchV2ContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SearchV2Result": {"fq_name": "files.SearchV2Result", "java_class": "com.dropbox.core.v2.files.SearchV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SharedLink": {"fq_name": "files.SharedLink", "java_class": "com.dropbox.core.v2.files.SharedLink", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SharedLinkFileInfo": {"fq_name": "files.SharedLinkFileInfo", "java_class": "com.dropbox.core.v2.files.SharedLinkFileInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.SharedLinkFileInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SharingInfo": {"fq_name": "files.SharingInfo", "java_class": "com.dropbox.core.v2.files.SharingInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "files.SingleUserLock": {"fq_name": "files.SingleUserLock", "java_class": "com.dropbox.core.v2.files.SingleUserLock", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SymlinkInfo": {"fq_name": "files.SymlinkInfo", "java_class": "com.dropbox.core.v2.files.SymlinkInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.SyncSetting": {"fq_name": "files.SyncSetting", "java_class": "com.dropbox.core.v2.files.SyncSetting", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.SyncSettingArg": {"fq_name": "files.SyncSettingArg", "java_class": "com.dropbox.core.v2.files.SyncSettingArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.SyncSettingsError": {"fq_name": "files.SyncSettingsError", "java_class": "com.dropbox.core.v2.files.SyncSettingsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "files.Tag": {"fq_name": "files.Tag", "java_class": "com.dropbox.core.v2.files.TagObject", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailArg": {"fq_name": "files.ThumbnailArg", "java_class": "com.dropbox.core.v2.files.ThumbnailArg", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ThumbnailArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailError": {"fq_name": "files.ThumbnailError", "java_class": "com.dropbox.core.v2.files.ThumbnailError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailFormat": {"fq_name": "files.ThumbnailFormat", "java_class": "com.dropbox.core.v2.files.ThumbnailFormat", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailMode": {"fq_name": "files.ThumbnailMode", "java_class": "com.dropbox.core.v2.files.ThumbnailMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailQuality": {"fq_name": "files.ThumbnailQuality", "java_class": "com.dropbox.core.v2.files.ThumbnailQuality", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailSize": {"fq_name": "files.ThumbnailSize", "java_class": "com.dropbox.core.v2.files.ThumbnailSize", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailV2Arg": {"fq_name": "files.ThumbnailV2Arg", "java_class": "com.dropbox.core.v2.files.ThumbnailV2Arg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.ThumbnailV2Arg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.ThumbnailV2Error": {"fq_name": "files.ThumbnailV2Error", "java_class": "com.dropbox.core.v2.files.ThumbnailV2Error", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UnlockFileArg": {"fq_name": "files.UnlockFileArg", "java_class": "com.dropbox.core.v2.files.UnlockFileArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UnlockFileBatchArg": {"fq_name": "files.UnlockFileBatchArg", "java_class": "com.dropbox.core.v2.files.UnlockFileBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadArg": {"fq_name": "files.UploadArg", "java_class": "com.dropbox.core.v2.files.UploadArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.UploadArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadError": {"fq_name": "files.UploadError", "java_class": "com.dropbox.core.v2.files.UploadError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionAppendArg": {"fq_name": "files.UploadSessionAppendArg", "java_class": "com.dropbox.core.v2.files.UploadSessionAppendArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.UploadSessionAppendArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionAppendBatchArg": {"fq_name": "files.UploadSessionAppendBatchArg", "java_class": "com.dropbox.core.v2.files.UploadSessionAppendBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionAppendBatchArgEntry": {"fq_name": "files.UploadSessionAppendBatchArgEntry", "java_class": "com.dropbox.core.v2.files.UploadSessionAppendBatchArgEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionAppendBatchEntryError": {"fq_name": "files.UploadSessionAppendBatchEntryError", "java_class": "com.dropbox.core.v2.files.UploadSessionAppendBatchEntryError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionAppendBatchError": {"fq_name": "files.UploadSessionAppendBatchError", "java_class": "com.dropbox.core.v2.files.UploadSessionAppendBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionAppendBatchResult": {"fq_name": "files.UploadSessionAppendBatchResult", "java_class": "com.dropbox.core.v2.files.UploadSessionAppendBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionAppendBatchResultEntry": {"fq_name": "files.UploadSessionAppendBatchResultEntry", "java_class": "com.dropbox.core.v2.files.UploadSessionAppendBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionAppendError": {"fq_name": "files.UploadSessionAppendError", "java_class": "com.dropbox.core.v2.files.UploadSessionAppendError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionCursor": {"fq_name": "files.UploadSessionCursor", "java_class": "com.dropbox.core.v2.files.UploadSessionCursor", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishArg": {"fq_name": "files.UploadSessionFinishArg", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishBatchArg": {"fq_name": "files.UploadSessionFinishBatchArg", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishBatchJobStatus": {"fq_name": "files.UploadSessionFinishBatchJobStatus", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishBatchLaunch": {"fq_name": "files.UploadSessionFinishBatchLaunch", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishBatchResult": {"fq_name": "files.UploadSessionFinishBatchResult", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishBatchResultEntry": {"fq_name": "files.UploadSessionFinishBatchResultEntry", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionFinishError": {"fq_name": "files.UploadSessionFinishError", "java_class": "com.dropbox.core.v2.files.UploadSessionFinishError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionLookupError": {"fq_name": "files.UploadSessionLookupError", "java_class": "com.dropbox.core.v2.files.UploadSessionLookupError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionOffsetError": {"fq_name": "files.UploadSessionOffsetError", "java_class": "com.dropbox.core.v2.files.UploadSessionOffsetError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionStartArg": {"fq_name": "files.UploadSessionStartArg", "java_class": "com.dropbox.core.v2.files.UploadSessionStartArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.UploadSessionStartArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionStartBatchArg": {"fq_name": "files.UploadSessionStartBatchArg", "java_class": "com.dropbox.core.v2.files.UploadSessionStartBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionStartBatchResult": {"fq_name": "files.UploadSessionStartBatchResult", "java_class": "com.dropbox.core.v2.files.UploadSessionStartBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionStartError": {"fq_name": "files.UploadSessionStartError", "java_class": "com.dropbox.core.v2.files.UploadSessionStartError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionStartResult": {"fq_name": "files.UploadSessionStartResult", "java_class": "com.dropbox.core.v2.files.UploadSessionStartResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadSessionType": {"fq_name": "files.UploadSessionType", "java_class": "com.dropbox.core.v2.files.UploadSessionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UploadWriteFailed": {"fq_name": "files.UploadWriteFailed", "java_class": "com.dropbox.core.v2.files.UploadWriteFailed", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.UserGeneratedTag": {"fq_name": "files.UserGeneratedTag", "java_class": "com.dropbox.core.v2.files.UserGeneratedTag", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.VideoMetadata": {"fq_name": "files.VideoMetadata", "java_class": "com.dropbox.core.v2.files.VideoMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.files.VideoMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.WriteConflictError": {"fq_name": "files.WriteConflictError", "java_class": "com.dropbox.core.v2.files.WriteConflictError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.WriteError": {"fq_name": "files.WriteError", "java_class": "com.dropbox.core.v2.files.WriteError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "files.WriteMode": {"fq_name": "files.WriteMode", "java_class": "com.dropbox.core.v2.files.WriteMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "openid.OpenIdError": {"fq_name": "openid.OpenIdError", "java_class": "com.dropbox.core.v2.openid.OpenIdError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "openid.UserInfoArgs": {"fq_name": "openid.UserInfoArgs", "java_class": "com.dropbox.core.v2.openid.UserInfoArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "openid.UserInfoError": {"fq_name": "openid.UserInfoError", "java_class": "com.dropbox.core.v2.openid.UserInfoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "openid.UserInfoResult": {"fq_name": "openid.UserInfoResult", "java_class": "com.dropbox.core.v2.openid.UserInfoResult", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.openid.UserInfoResult.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.AddMember": {"fq_name": "paper.AddMember", "java_class": "com.dropbox.core.v2.paper.AddMember", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.AddPaperDocUser": {"fq_name": "paper.AddPaperDocUser", "java_class": "com.dropbox.core.v2.paper.AddPaperDocUser", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.AddPaperDocUser.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.AddPaperDocUserMemberResult": {"fq_name": "paper.AddPaperDocUserMemberResult", "java_class": "com.dropbox.core.v2.paper.AddPaperDocUserMemberResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.AddPaperDocUserResult": {"fq_name": "paper.AddPaperDocUserResult", "java_class": "com.dropbox.core.v2.paper.AddPaperDocUserResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.Cursor": {"fq_name": "paper.Cursor", "java_class": "com.dropbox.core.v2.paper.Cursor", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.DocLookupError": {"fq_name": "paper.DocLookupError", "java_class": "com.dropbox.core.v2.paper.DocLookupError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.DocSubscriptionLevel": {"fq_name": "paper.DocSubscriptionLevel", "java_class": "com.dropbox.core.v2.paper.DocSubscriptionLevel", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "paper.ExportFormat": {"fq_name": "paper.ExportFormat", "java_class": "com.dropbox.core.v2.paper.ExportFormat", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.Folder": {"fq_name": "paper.Folder", "java_class": "com.dropbox.core.v2.paper.Folder", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.FolderSharingPolicyType": {"fq_name": "paper.FolderSharingPolicyType", "java_class": "com.dropbox.core.v2.paper.FolderSharingPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.FolderSubscriptionLevel": {"fq_name": "paper.FolderSubscriptionLevel", "java_class": "com.dropbox.core.v2.paper.FolderSubscriptionLevel", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "paper.FoldersContainingPaperDoc": {"fq_name": "paper.FoldersContainingPaperDoc", "java_class": "com.dropbox.core.v2.paper.FoldersContainingPaperDoc", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.FoldersContainingPaperDoc.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.GetDocMetadataArg": {"fq_name": "paper.GetDocMetadataArg", "java_class": "com.dropbox.core.v2.paper.GetDocMetadataArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.GetDocMetadataArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ImportFormat": {"fq_name": "paper.ImportFormat", "java_class": "com.dropbox.core.v2.paper.ImportFormat", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.InviteeInfoWithPermissionLevel": {"fq_name": "paper.InviteeInfoWithPermissionLevel", "java_class": "com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListDocsCursorError": {"fq_name": "paper.ListDocsCursorError", "java_class": "com.dropbox.core.v2.paper.ListDocsCursorError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsArgs": {"fq_name": "paper.ListPaperDocsArgs", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.ListPaperDocsArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsContinueArgs": {"fq_name": "paper.ListPaperDocsContinueArgs", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsContinueArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsFilterBy": {"fq_name": "paper.ListPaperDocsFilterBy", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsFilterBy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsResponse": {"fq_name": "paper.ListPaperDocsResponse", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsResponse", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsSortBy": {"fq_name": "paper.ListPaperDocsSortBy", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsSortBy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListPaperDocsSortOrder": {"fq_name": "paper.ListPaperDocsSortOrder", "java_class": "com.dropbox.core.v2.paper.ListPaperDocsSortOrder", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersCursorError": {"fq_name": "paper.ListUsersCursorError", "java_class": "com.dropbox.core.v2.paper.ListUsersCursorError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnFolderArgs": {"fq_name": "paper.ListUsersOnFolderArgs", "java_class": "com.dropbox.core.v2.paper.ListUsersOnFolderArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnFolderContinueArgs": {"fq_name": "paper.ListUsersOnFolderContinueArgs", "java_class": "com.dropbox.core.v2.paper.ListUsersOnFolderContinueArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnFolderResponse": {"fq_name": "paper.ListUsersOnFolderResponse", "java_class": "com.dropbox.core.v2.paper.ListUsersOnFolderResponse", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnPaperDocArgs": {"fq_name": "paper.ListUsersOnPaperDocArgs", "java_class": "com.dropbox.core.v2.paper.ListUsersOnPaperDocArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.ListUsersOnPaperDocArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnPaperDocContinueArgs": {"fq_name": "paper.ListUsersOnPaperDocContinueArgs", "java_class": "com.dropbox.core.v2.paper.ListUsersOnPaperDocContinueArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.ListUsersOnPaperDocResponse": {"fq_name": "paper.ListUsersOnPaperDocResponse", "java_class": "com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperApiBaseError": {"fq_name": "paper.PaperApiBaseError", "java_class": "com.dropbox.core.v2.paper.PaperApiBaseError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "paper.PaperApiCursorError": {"fq_name": "paper.PaperApiCursorError", "java_class": "com.dropbox.core.v2.paper.PaperApiCursorError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocCreateArgs": {"fq_name": "paper.PaperDocCreateArgs", "java_class": "com.dropbox.core.v2.paper.PaperDocCreateArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocCreateError": {"fq_name": "paper.PaperDocCreateError", "java_class": "com.dropbox.core.v2.paper.PaperDocCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocCreateUpdateResult": {"fq_name": "paper.PaperDocCreateUpdateResult", "java_class": "com.dropbox.core.v2.paper.PaperDocCreateUpdateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocExport": {"fq_name": "paper.PaperDocExport", "java_class": "com.dropbox.core.v2.paper.PaperDocExport", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocExportResult": {"fq_name": "paper.PaperDocExportResult", "java_class": "com.dropbox.core.v2.paper.PaperDocExportResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocGetMetadataResult": {"fq_name": "paper.PaperDocGetMetadataResult", "java_class": "com.dropbox.core.v2.paper.PaperDocGetMetadataResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocPermissionLevel": {"fq_name": "paper.PaperDocPermissionLevel", "java_class": "com.dropbox.core.v2.paper.PaperDocPermissionLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocSharingPolicy": {"fq_name": "paper.PaperDocSharingPolicy", "java_class": "com.dropbox.core.v2.paper.PaperDocSharingPolicy", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocStatus": {"fq_name": "paper.PaperDocStatus", "java_class": "com.dropbox.core.v2.paper.PaperDocStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocUpdateArgs": {"fq_name": "paper.PaperDocUpdateArgs", "java_class": "com.dropbox.core.v2.paper.PaperDocUpdateArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocUpdateError": {"fq_name": "paper.PaperDocUpdateError", "java_class": "com.dropbox.core.v2.paper.PaperDocUpdateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperDocUpdatePolicy": {"fq_name": "paper.PaperDocUpdatePolicy", "java_class": "com.dropbox.core.v2.paper.PaperDocUpdatePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperFolderCreateArg": {"fq_name": "paper.PaperFolderCreateArg", "java_class": "com.dropbox.core.v2.paper.PaperFolderCreateArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.PaperFolderCreateArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperFolderCreateError": {"fq_name": "paper.PaperFolderCreateError", "java_class": "com.dropbox.core.v2.paper.PaperFolderCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.PaperFolderCreateResult": {"fq_name": "paper.PaperFolderCreateResult", "java_class": "com.dropbox.core.v2.paper.PaperFolderCreateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.RefPaperDoc": {"fq_name": "paper.RefPaperDoc", "java_class": "com.dropbox.core.v2.paper.RefPaperDoc", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.RemovePaperDocUser": {"fq_name": "paper.RemovePaperDocUser", "java_class": "com.dropbox.core.v2.paper.RemovePaperDocUser", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.SharingPolicy": {"fq_name": "paper.SharingPolicy", "java_class": "com.dropbox.core.v2.paper.SharingPolicy", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.paper.SharingPolicy.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.SharingPublicPolicyType": {"fq_name": "paper.SharingPublicPolicyType", "java_class": "com.dropbox.core.v2.paper.SharingPublicPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.SharingTeamPolicyType": {"fq_name": "paper.SharingTeamPolicyType", "java_class": "com.dropbox.core.v2.paper.SharingTeamPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.UserInfoWithPermissionLevel": {"fq_name": "paper.UserInfoWithPermissionLevel", "java_class": "com.dropbox.core.v2.paper.UserInfoWithPermissionLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "paper.UserOnPaperDocFilter": {"fq_name": "paper.UserOnPaperDocFilter", "java_class": "com.dropbox.core.v2.paper.UserOnPaperDocFilter", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.ApiStructuredTranscript": {"fq_name": "riviera.ApiStructuredTranscript", "java_class": "com.dropbox.core.v2.riviera.ApiStructuredTranscript", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.riviera.ApiStructuredTranscript.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.ApiTranscriptSegment": {"fq_name": "riviera.ApiTranscriptSegment", "java_class": "com.dropbox.core.v2.riviera.ApiTranscriptSegment", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.riviera.ApiTranscriptSegment.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.ContentApiV2Error": {"fq_name": "riviera.ContentApiV2Error", "java_class": "com.dropbox.core.v2.riviera.ContentApiV2Error", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.ErrorCode": {"fq_name": "riviera.ErrorCode", "java_class": "com.dropbox.core.v2.riviera.ErrorCode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.FileIdOrUrl": {"fq_name": "riviera.FileIdOrUrl", "java_class": "com.dropbox.core.v2.riviera.FileIdOrUrl", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.GetTranscriptArgs": {"fq_name": "riviera.GetTranscriptArgs", "java_class": "com.dropbox.core.v2.riviera.GetTranscriptArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.riviera.GetTranscriptArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.GetTranscriptAsyncCheckResult": {"fq_name": "riviera.GetTranscriptAsyncCheckResult", "java_class": "com.dropbox.core.v2.riviera.GetTranscriptAsyncCheckResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.GetTranscriptAsyncError": {"fq_name": "riviera.GetTranscriptAsyncError", "java_class": "com.dropbox.core.v2.riviera.GetTranscriptAsyncError", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.riviera.GetTranscriptAsyncError.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.GetTranscriptResult": {"fq_name": "riviera.GetTranscriptResult", "java_class": "com.dropbox.core.v2.riviera.GetTranscriptResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.MediaDurationError": {"fq_name": "riviera.MediaDurationError", "java_class": "com.dropbox.core.v2.riviera.MediaDurationError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "riviera.TimestampLevel": {"fq_name": "riviera.TimestampLevel", "java_class": "com.dropbox.core.v2.riviera.TimestampLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "secondary_emails.SecondaryEmail": {"fq_name": "secondary_emails.SecondaryEmail", "java_class": "com.dropbox.core.v2.secondaryemails.SecondaryEmail", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "seen_state.PlatformType": {"fq_name": "seen_state.PlatformType", "java_class": "com.dropbox.core.v2.seenstate.PlatformType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.AccessInheritance": {"fq_name": "sharing.AccessInheritance", "java_class": "com.dropbox.core.v2.sharing.AccessInheritance", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AccessLevel": {"fq_name": "sharing.AccessLevel", "java_class": "com.dropbox.core.v2.sharing.AccessLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.AclUpdatePolicy": {"fq_name": "sharing.AclUpdatePolicy", "java_class": "com.dropbox.core.v2.sharing.AclUpdatePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.AddFileMemberArgs": {"fq_name": "sharing.AddFileMemberArgs", "java_class": "com.dropbox.core.v2.sharing.AddFileMemberArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.AddFileMemberArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AddFileMemberError": {"fq_name": "sharing.AddFileMemberError", "java_class": "com.dropbox.core.v2.sharing.AddFileMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AddFolderMemberArg": {"fq_name": "sharing.AddFolderMemberArg", "java_class": "com.dropbox.core.v2.sharing.AddFolderMemberArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.AddFolderMemberArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AddFolderMemberError": {"fq_name": "sharing.AddFolderMemberError", "java_class": "com.dropbox.core.v2.sharing.AddFolderMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AddMember": {"fq_name": "sharing.AddMember", "java_class": "com.dropbox.core.v2.sharing.AddMember", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AddMemberSelectorError": {"fq_name": "sharing.AddMemberSelectorError", "java_class": "com.dropbox.core.v2.sharing.AddMemberSelectorError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AlphaResolvedVisibility": {"fq_name": "sharing.AlphaResolvedVisibility", "java_class": "com.dropbox.core.v2.sharing.AlphaResolvedVisibility", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AudienceExceptionContentInfo": {"fq_name": "sharing.AudienceExceptionContentInfo", "java_class": "com.dropbox.core.v2.sharing.AudienceExceptionContentInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AudienceExceptions": {"fq_name": "sharing.AudienceExceptions", "java_class": "com.dropbox.core.v2.sharing.AudienceExceptions", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.AudienceRestrictingSharedFolder": {"fq_name": "sharing.AudienceRestrictingSharedFolder", "java_class": "com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ChangeLinkExpirationPolicy": {"fq_name": "sharing.ChangeLinkExpirationPolicy", "java_class": "com.dropbox.core.v2.sharing.ChangeLinkExpirationPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.CollectionLinkMetadata": {"fq_name": "sharing.CollectionLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.CollectionLinkMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.CreateSharedLinkArg": {"fq_name": "sharing.CreateSharedLinkArg", "java_class": "com.dropbox.core.v2.sharing.CreateSharedLinkArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.CreateSharedLinkArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.CreateSharedLinkError": {"fq_name": "sharing.CreateSharedLinkError", "java_class": "com.dropbox.core.v2.sharing.CreateSharedLinkError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.CreateSharedLinkWithSettingsArg": {"fq_name": "sharing.CreateSharedLinkWithSettingsArg", "java_class": "com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.CreateSharedLinkWithSettingsError": {"fq_name": "sharing.CreateSharedLinkWithSettingsError", "java_class": "com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ExpectedSharedContentLinkMetadata": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileAction": {"fq_name": "sharing.FileAction", "java_class": "com.dropbox.core.v2.sharing.FileAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileErrorResult": {"fq_name": "sharing.FileErrorResult", "java_class": "com.dropbox.core.v2.sharing.FileErrorResult", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "sharing.FileLinkMetadata": {"fq_name": "sharing.FileLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.FileLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.FileLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileMemberActionError": {"fq_name": "sharing.FileMemberActionError", "java_class": "com.dropbox.core.v2.sharing.FileMemberActionError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileMemberActionIndividualResult": {"fq_name": "sharing.FileMemberActionIndividualResult", "java_class": "com.dropbox.core.v2.sharing.FileMemberActionIndividualResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileMemberActionResult": {"fq_name": "sharing.FileMemberActionResult", "java_class": "com.dropbox.core.v2.sharing.FileMemberActionResult", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.FileMemberActionResult.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FileMemberRemoveActionResult": {"fq_name": "sharing.FileMemberRemoveActionResult", "java_class": "com.dropbox.core.v2.sharing.FileMemberRemoveActionResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FilePermission": {"fq_name": "sharing.FilePermission", "java_class": "com.dropbox.core.v2.sharing.FilePermission", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FolderAction": {"fq_name": "sharing.FolderAction", "java_class": "com.dropbox.core.v2.sharing.FolderAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FolderLinkMetadata": {"fq_name": "sharing.FolderLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.FolderLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.FolderLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FolderPermission": {"fq_name": "sharing.FolderPermission", "java_class": "com.dropbox.core.v2.sharing.FolderPermission", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.FolderPolicy": {"fq_name": "sharing.FolderPolicy", "java_class": "com.dropbox.core.v2.sharing.FolderPolicy", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.FolderPolicy.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetFileMetadataArg": {"fq_name": "sharing.GetFileMetadataArg", "java_class": "com.dropbox.core.v2.sharing.GetFileMetadataArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetFileMetadataBatchArg": {"fq_name": "sharing.GetFileMetadataBatchArg", "java_class": "com.dropbox.core.v2.sharing.GetFileMetadataBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetFileMetadataBatchResult": {"fq_name": "sharing.GetFileMetadataBatchResult", "java_class": "com.dropbox.core.v2.sharing.GetFileMetadataBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetFileMetadataError": {"fq_name": "sharing.GetFileMetadataError", "java_class": "com.dropbox.core.v2.sharing.GetFileMetadataError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetFileMetadataIndividualResult": {"fq_name": "sharing.GetFileMetadataIndividualResult", "java_class": "com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetMetadataArgs": {"fq_name": "sharing.GetMetadataArgs", "java_class": "com.dropbox.core.v2.sharing.GetMetadataArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetSharedLinkFileError": {"fq_name": "sharing.GetSharedLinkFileError", "java_class": "com.dropbox.core.v2.sharing.GetSharedLinkFileError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetSharedLinkMetadataArg": {"fq_name": "sharing.GetSharedLinkMetadataArg", "java_class": "com.dropbox.core.v2.sharing.GetSharedLinkMetadataArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.GetSharedLinkMetadataArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetSharedLinksArg": {"fq_name": "sharing.GetSharedLinksArg", "java_class": "com.dropbox.core.v2.sharing.GetSharedLinksArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetSharedLinksError": {"fq_name": "sharing.GetSharedLinksError", "java_class": "com.dropbox.core.v2.sharing.GetSharedLinksError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GetSharedLinksResult": {"fq_name": "sharing.GetSharedLinksResult", "java_class": "com.dropbox.core.v2.sharing.GetSharedLinksResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GroupInfo": {"fq_name": "sharing.GroupInfo", "java_class": "com.dropbox.core.v2.sharing.GroupInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.GroupInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.GroupMembershipInfo": {"fq_name": "sharing.GroupMembershipInfo", "java_class": "com.dropbox.core.v2.sharing.GroupMembershipInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.GroupMembershipInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.InsufficientPlan": {"fq_name": "sharing.InsufficientPlan", "java_class": "com.dropbox.core.v2.sharing.InsufficientPlan", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.InsufficientQuotaAmounts": {"fq_name": "sharing.InsufficientQuotaAmounts", "java_class": "com.dropbox.core.v2.sharing.InsufficientQuotaAmounts", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.InviteeInfo": {"fq_name": "sharing.InviteeInfo", "java_class": "com.dropbox.core.v2.sharing.InviteeInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.InviteeMembershipInfo": {"fq_name": "sharing.InviteeMembershipInfo", "java_class": "com.dropbox.core.v2.sharing.InviteeMembershipInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.InviteeMembershipInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.JobError": {"fq_name": "sharing.JobError", "java_class": "com.dropbox.core.v2.sharing.JobError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.JobStatus": {"fq_name": "sharing.JobStatus", "java_class": "com.dropbox.core.v2.sharing.JobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkAccessLevel": {"fq_name": "sharing.LinkAccessLevel", "java_class": "com.dropbox.core.v2.sharing.LinkAccessLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkAction": {"fq_name": "sharing.LinkAction", "java_class": "com.dropbox.core.v2.sharing.LinkAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkAudience": {"fq_name": "sharing.LinkAudience", "java_class": "com.dropbox.core.v2.sharing.LinkAudience", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.LinkAudienceDisallowedReason": {"fq_name": "sharing.LinkAudienceDisallowedReason", "java_class": "com.dropbox.core.v2.sharing.LinkAudienceDisallowedReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkAudienceOption": {"fq_name": "sharing.LinkAudienceOption", "java_class": "com.dropbox.core.v2.sharing.LinkAudienceOption", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkExpiry": {"fq_name": "sharing.LinkExpiry", "java_class": "com.dropbox.core.v2.sharing.LinkExpiry", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkMetadata": {"fq_name": "sharing.LinkMetadata", "java_class": "com.dropbox.core.v2.sharing.LinkMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkPassword": {"fq_name": "sharing.LinkPassword", "java_class": "com.dropbox.core.v2.sharing.LinkPassword", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkPermission": {"fq_name": "sharing.LinkPermission", "java_class": "com.dropbox.core.v2.sharing.LinkPermission", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkPermissions": {"fq_name": "sharing.LinkPermissions", "java_class": "com.dropbox.core.v2.sharing.LinkPermissions", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.LinkPermissions.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.LinkSettings": {"fq_name": "sharing.LinkSettings", "java_class": "com.dropbox.core.v2.sharing.LinkSettings", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.LinkSettings.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersArg": {"fq_name": "sharing.ListFileMembersArg", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListFileMembersArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersBatchArg": {"fq_name": "sharing.ListFileMembersBatchArg", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersBatchResult": {"fq_name": "sharing.ListFileMembersBatchResult", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersContinueArg": {"fq_name": "sharing.ListFileMembersContinueArg", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersContinueError": {"fq_name": "sharing.ListFileMembersContinueError", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersCountResult": {"fq_name": "sharing.ListFileMembersCountResult", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersCountResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersError": {"fq_name": "sharing.ListFileMembersError", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFileMembersIndividualResult": {"fq_name": "sharing.ListFileMembersIndividualResult", "java_class": "com.dropbox.core.v2.sharing.ListFileMembersIndividualResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFilesArg": {"fq_name": "sharing.ListFilesArg", "java_class": "com.dropbox.core.v2.sharing.ListFilesArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListFilesArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFilesContinueArg": {"fq_name": "sharing.ListFilesContinueArg", "java_class": "com.dropbox.core.v2.sharing.ListFilesContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFilesContinueError": {"fq_name": "sharing.ListFilesContinueError", "java_class": "com.dropbox.core.v2.sharing.ListFilesContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFilesResult": {"fq_name": "sharing.ListFilesResult", "java_class": "com.dropbox.core.v2.sharing.ListFilesResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFolderMembersArgs": {"fq_name": "sharing.ListFolderMembersArgs", "java_class": "com.dropbox.core.v2.sharing.ListFolderMembersArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListFolderMembersArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFolderMembersContinueArg": {"fq_name": "sharing.ListFolderMembersContinueArg", "java_class": "com.dropbox.core.v2.sharing.ListFolderMembersContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFolderMembersContinueError": {"fq_name": "sharing.ListFolderMembersContinueError", "java_class": "com.dropbox.core.v2.sharing.ListFolderMembersContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFolderMembersCursorArg": {"fq_name": "sharing.ListFolderMembersCursorArg", "java_class": "com.dropbox.core.v2.sharing.ListFolderMembersCursorArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListFolderMembersCursorArg.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "sharing.ListFoldersArgs": {"fq_name": "sharing.ListFoldersArgs", "java_class": "com.dropbox.core.v2.sharing.ListFoldersArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListFoldersArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFoldersContinueArg": {"fq_name": "sharing.ListFoldersContinueArg", "java_class": "com.dropbox.core.v2.sharing.ListFoldersContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFoldersContinueError": {"fq_name": "sharing.ListFoldersContinueError", "java_class": "com.dropbox.core.v2.sharing.ListFoldersContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListFoldersResult": {"fq_name": "sharing.ListFoldersResult", "java_class": "com.dropbox.core.v2.sharing.ListFoldersResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListSharedLinksArg": {"fq_name": "sharing.ListSharedLinksArg", "java_class": "com.dropbox.core.v2.sharing.ListSharedLinksArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ListSharedLinksArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListSharedLinksError": {"fq_name": "sharing.ListSharedLinksError", "java_class": "com.dropbox.core.v2.sharing.ListSharedLinksError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ListSharedLinksResult": {"fq_name": "sharing.ListSharedLinksResult", "java_class": "com.dropbox.core.v2.sharing.ListSharedLinksResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MemberAccessLevelResult": {"fq_name": "sharing.MemberAccessLevelResult", "java_class": "com.dropbox.core.v2.sharing.MemberAccessLevelResult", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.MemberAccessLevelResult.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MemberAction": {"fq_name": "sharing.MemberAction", "java_class": "com.dropbox.core.v2.sharing.MemberAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MemberPermission": {"fq_name": "sharing.MemberPermission", "java_class": "com.dropbox.core.v2.sharing.MemberPermission", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MemberPolicy": {"fq_name": "sharing.MemberPolicy", "java_class": "com.dropbox.core.v2.sharing.MemberPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.MemberSelector": {"fq_name": "sharing.MemberSelector", "java_class": "com.dropbox.core.v2.sharing.MemberSelector", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.MembershipInfo": {"fq_name": "sharing.MembershipInfo", "java_class": "com.dropbox.core.v2.sharing.MembershipInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.MembershipInfo.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "sharing.ModifySharedLinkSettingsArgs": {"fq_name": "sharing.ModifySharedLinkSettingsArgs", "java_class": "com.dropbox.core.v2.sharing.ModifySharedLinkSettingsArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ModifySharedLinkSettingsError": {"fq_name": "sharing.ModifySharedLinkSettingsError", "java_class": "com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MountFolderArg": {"fq_name": "sharing.MountFolderArg", "java_class": "com.dropbox.core.v2.sharing.MountFolderArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.MountFolderError": {"fq_name": "sharing.MountFolderError", "java_class": "com.dropbox.core.v2.sharing.MountFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ParentFolderAccessInfo": {"fq_name": "sharing.ParentFolderAccessInfo", "java_class": "com.dropbox.core.v2.sharing.ParentFolderAccessInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.PathLinkMetadata": {"fq_name": "sharing.PathLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.PathLinkMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.PendingUploadMode": {"fq_name": "sharing.PendingUploadMode", "java_class": "com.dropbox.core.v2.sharing.PendingUploadMode", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.PermissionDeniedReason": {"fq_name": "sharing.PermissionDeniedReason", "java_class": "com.dropbox.core.v2.sharing.PermissionDeniedReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishAccessArg": {"fq_name": "sharing.RelinquishAccessArg", "java_class": "com.dropbox.core.v2.sharing.RelinquishAccessArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishAccessError": {"fq_name": "sharing.RelinquishAccessError", "java_class": "com.dropbox.core.v2.sharing.RelinquishAccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishAccessResult": {"fq_name": "sharing.RelinquishAccessResult", "java_class": "com.dropbox.core.v2.sharing.RelinquishAccessResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishFileMembershipArg": {"fq_name": "sharing.RelinquishFileMembershipArg", "java_class": "com.dropbox.core.v2.sharing.RelinquishFileMembershipArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishFileMembershipError": {"fq_name": "sharing.RelinquishFileMembershipError", "java_class": "com.dropbox.core.v2.sharing.RelinquishFileMembershipError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishFolderMembershipArg": {"fq_name": "sharing.RelinquishFolderMembershipArg", "java_class": "com.dropbox.core.v2.sharing.RelinquishFolderMembershipArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RelinquishFolderMembershipError": {"fq_name": "sharing.RelinquishFolderMembershipError", "java_class": "com.dropbox.core.v2.sharing.RelinquishFolderMembershipError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RemoveFileMemberArg": {"fq_name": "sharing.RemoveFileMemberArg", "java_class": "com.dropbox.core.v2.sharing.RemoveFileMemberArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RemoveFileMemberError": {"fq_name": "sharing.RemoveFileMemberError", "java_class": "com.dropbox.core.v2.sharing.RemoveFileMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RemoveFolderMemberArg": {"fq_name": "sharing.RemoveFolderMemberArg", "java_class": "com.dropbox.core.v2.sharing.RemoveFolderMemberArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RemoveFolderMemberError": {"fq_name": "sharing.RemoveFolderMemberError", "java_class": "com.dropbox.core.v2.sharing.RemoveFolderMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RemoveMemberJobStatus": {"fq_name": "sharing.RemoveMemberJobStatus", "java_class": "com.dropbox.core.v2.sharing.RemoveMemberJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RequestedLinkAccessLevel": {"fq_name": "sharing.RequestedLinkAccessLevel", "java_class": "com.dropbox.core.v2.sharing.RequestedLinkAccessLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RequestedVisibility": {"fq_name": "sharing.RequestedVisibility", "java_class": "com.dropbox.core.v2.sharing.RequestedVisibility", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ResolvedVisibility": {"fq_name": "sharing.ResolvedVisibility", "java_class": "com.dropbox.core.v2.sharing.ResolvedVisibility", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RevokeSharedLinkArg": {"fq_name": "sharing.RevokeSharedLinkArg", "java_class": "com.dropbox.core.v2.sharing.RevokeSharedLinkArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.RevokeSharedLinkError": {"fq_name": "sharing.RevokeSharedLinkError", "java_class": "com.dropbox.core.v2.sharing.RevokeSharedLinkError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SetAccessInheritanceArg": {"fq_name": "sharing.SetAccessInheritanceArg", "java_class": "com.dropbox.core.v2.sharing.SetAccessInheritanceArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SetAccessInheritanceError": {"fq_name": "sharing.SetAccessInheritanceError", "java_class": "com.dropbox.core.v2.sharing.SetAccessInheritanceError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ShareFolderArg": {"fq_name": "sharing.ShareFolderArg", "java_class": "com.dropbox.core.v2.sharing.ShareFolderArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ShareFolderArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ShareFolderArgBase": {"fq_name": "sharing.ShareFolderArgBase", "java_class": "com.dropbox.core.v2.sharing.ShareFolderArgBase", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.ShareFolderArgBase.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "sharing.ShareFolderError": {"fq_name": "sharing.ShareFolderError", "java_class": "com.dropbox.core.v2.sharing.ShareFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ShareFolderErrorBase": {"fq_name": "sharing.ShareFolderErrorBase", "java_class": "com.dropbox.core.v2.sharing.ShareFolderErrorBase", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "sharing.ShareFolderErrorBaseV2": {"fq_name": "sharing.ShareFolderErrorBaseV2", "java_class": "com.dropbox.core.v2.sharing.ShareFolderErrorBaseV2", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "sharing.ShareFolderErrorV2": {"fq_name": "sharing.ShareFolderErrorV2", "java_class": "com.dropbox.core.v2.sharing.ShareFolderErrorV2", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "sharing.ShareFolderJobStatus": {"fq_name": "sharing.ShareFolderJobStatus", "java_class": "com.dropbox.core.v2.sharing.ShareFolderJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ShareFolderLaunch": {"fq_name": "sharing.ShareFolderLaunch", "java_class": "com.dropbox.core.v2.sharing.ShareFolderLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharePathError": {"fq_name": "sharing.SharePathError", "java_class": "com.dropbox.core.v2.sharing.SharePathError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharePathErrorBaseV2": {"fq_name": "sharing.SharePathErrorBaseV2", "java_class": "com.dropbox.core.v2.sharing.SharePathErrorBaseV2", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "sharing.SharePathErrorV2": {"fq_name": "sharing.SharePathErrorV2", "java_class": "com.dropbox.core.v2.sharing.SharePathErrorV2", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "sharing.SharedContentLinkMetadata": {"fq_name": "sharing.SharedContentLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.SharedContentLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedContentLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedContentLinkMetadataBase": {"fq_name": "sharing.SharedContentLinkMetadataBase", "java_class": "com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "sharing.SharedFileMembers": {"fq_name": "sharing.SharedFileMembers", "java_class": "com.dropbox.core.v2.sharing.SharedFileMembers", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFileMetadata": {"fq_name": "sharing.SharedFileMetadata", "java_class": "com.dropbox.core.v2.sharing.SharedFileMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedFileMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFolderAccessError": {"fq_name": "sharing.SharedFolderAccessError", "java_class": "com.dropbox.core.v2.sharing.SharedFolderAccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFolderMemberError": {"fq_name": "sharing.SharedFolderMemberError", "java_class": "com.dropbox.core.v2.sharing.SharedFolderMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFolderMembers": {"fq_name": "sharing.SharedFolderMembers", "java_class": "com.dropbox.core.v2.sharing.SharedFolderMembers", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFolderMetadata": {"fq_name": "sharing.SharedFolderMetadata", "java_class": "com.dropbox.core.v2.sharing.SharedFolderMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedFolderMetadataBase": {"fq_name": "sharing.SharedFolderMetadataBase", "java_class": "com.dropbox.core.v2.sharing.SharedFolderMetadataBase", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "sharing.SharedLinkAccessFailureReason": {"fq_name": "sharing.SharedLinkAccessFailureReason", "java_class": "com.dropbox.core.v2.sharing.SharedLinkAccessFailureReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkAlreadyExistsMetadata": {"fq_name": "sharing.SharedLinkAlreadyExistsMetadata", "java_class": "com.dropbox.core.v2.sharing.SharedLinkAlreadyExistsMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkError": {"fq_name": "sharing.SharedLinkError", "java_class": "com.dropbox.core.v2.sharing.SharedLinkError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkMetadata": {"fq_name": "sharing.SharedLinkMetadata", "java_class": "com.dropbox.core.v2.sharing.SharedLinkMetadata", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkMetadataError": {"fq_name": "sharing.SharedLinkMetadataError", "java_class": "com.dropbox.core.v2.sharing.SharedLinkMetadataError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkPolicy": {"fq_name": "sharing.SharedLinkPolicy", "java_class": "com.dropbox.core.v2.sharing.SharedLinkPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.SharedLinkSettings": {"fq_name": "sharing.SharedLinkSettings", "java_class": "com.dropbox.core.v2.sharing.SharedLinkSettings", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.SharedLinkSettings.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharedLinkSettingsError": {"fq_name": "sharing.SharedLinkSettingsError", "java_class": "com.dropbox.core.v2.sharing.SharedLinkSettingsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharingFileAccessError": {"fq_name": "sharing.SharingFileAccessError", "java_class": "com.dropbox.core.v2.sharing.SharingFileAccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.SharingUserError": {"fq_name": "sharing.SharingUserError", "java_class": "com.dropbox.core.v2.sharing.SharingUserError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.TeamMemberInfo": {"fq_name": "sharing.TeamMemberInfo", "java_class": "com.dropbox.core.v2.sharing.TeamMemberInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.TransferFolderArg": {"fq_name": "sharing.TransferFolderArg", "java_class": "com.dropbox.core.v2.sharing.TransferFolderArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.TransferFolderError": {"fq_name": "sharing.TransferFolderError", "java_class": "com.dropbox.core.v2.sharing.TransferFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnmountFolderArg": {"fq_name": "sharing.UnmountFolderArg", "java_class": "com.dropbox.core.v2.sharing.UnmountFolderArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnmountFolderError": {"fq_name": "sharing.UnmountFolderError", "java_class": "com.dropbox.core.v2.sharing.UnmountFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnshareFileArg": {"fq_name": "sharing.UnshareFileArg", "java_class": "com.dropbox.core.v2.sharing.UnshareFileArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnshareFileError": {"fq_name": "sharing.UnshareFileError", "java_class": "com.dropbox.core.v2.sharing.UnshareFileError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnshareFolderArg": {"fq_name": "sharing.UnshareFolderArg", "java_class": "com.dropbox.core.v2.sharing.UnshareFolderArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UnshareFolderError": {"fq_name": "sharing.UnshareFolderError", "java_class": "com.dropbox.core.v2.sharing.UnshareFolderError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UpdateFileMemberArgs": {"fq_name": "sharing.UpdateFileMemberArgs", "java_class": "com.dropbox.core.v2.sharing.UpdateFileMemberArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UpdateFolderMemberArg": {"fq_name": "sharing.UpdateFolderMemberArg", "java_class": "com.dropbox.core.v2.sharing.UpdateFolderMemberArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UpdateFolderMemberError": {"fq_name": "sharing.UpdateFolderMemberError", "java_class": "com.dropbox.core.v2.sharing.UpdateFolderMemberError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UpdateFolderPolicyArg": {"fq_name": "sharing.UpdateFolderPolicyArg", "java_class": "com.dropbox.core.v2.sharing.UpdateFolderPolicyArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.UpdateFolderPolicyArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UpdateFolderPolicyError": {"fq_name": "sharing.UpdateFolderPolicyError", "java_class": "com.dropbox.core.v2.sharing.UpdateFolderPolicyError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UserFileMembershipInfo": {"fq_name": "sharing.UserFileMembershipInfo", "java_class": "com.dropbox.core.v2.sharing.UserFileMembershipInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.UserFileMembershipInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.UserInfo": {"fq_name": "sharing.UserInfo", "java_class": "com.dropbox.core.v2.sharing.UserInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.UserMembershipInfo": {"fq_name": "sharing.UserMembershipInfo", "java_class": "com.dropbox.core.v2.sharing.UserMembershipInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.sharing.UserMembershipInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.ViewerInfoPolicy": {"fq_name": "sharing.ViewerInfoPolicy", "java_class": "com.dropbox.core.v2.sharing.ViewerInfoPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "sharing.Visibility": {"fq_name": "sharing.Visibility", "java_class": "com.dropbox.core.v2.sharing.Visibility", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.VisibilityPolicy": {"fq_name": "sharing.VisibilityPolicy", "java_class": "com.dropbox.core.v2.sharing.VisibilityPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "sharing.VisibilityPolicyDisallowedReason": {"fq_name": "sharing.VisibilityPolicyDisallowedReason", "java_class": "com.dropbox.core.v2.sharing.VisibilityPolicyDisallowedReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ActiveWebSession": {"fq_name": "team.ActiveWebSession", "java_class": "com.dropbox.core.v2.team.ActiveWebSession", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ActiveWebSession.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.AddSecondaryEmailResult": {"fq_name": "team.AddSecondaryEmailResult", "java_class": "com.dropbox.core.v2.team.AddSecondaryEmailResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.AddSecondaryEmailsArg": {"fq_name": "team.AddSecondaryEmailsArg", "java_class": "com.dropbox.core.v2.team.AddSecondaryEmailsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.AddSecondaryEmailsError": {"fq_name": "team.AddSecondaryEmailsError", "java_class": "com.dropbox.core.v2.team.AddSecondaryEmailsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.AddSecondaryEmailsResult": {"fq_name": "team.AddSecondaryEmailsResult", "java_class": "com.dropbox.core.v2.team.AddSecondaryEmailsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.AdminTier": {"fq_name": "team.AdminTier", "java_class": "com.dropbox.core.v2.team.AdminTier", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ApiApp": {"fq_name": "team.ApiApp", "java_class": "com.dropbox.core.v2.team.ApiApp", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ApiApp.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.BaseDfbReport": {"fq_name": "team.BaseDfbReport", "java_class": "com.dropbox.core.v2.team.BaseDfbReport", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.BaseTeamFolderError": {"fq_name": "team.BaseTeamFolderError", "java_class": "com.dropbox.core.v2.team.BaseTeamFolderError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.CustomQuotaError": {"fq_name": "team.CustomQuotaError", "java_class": "com.dropbox.core.v2.team.CustomQuotaError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.CustomQuotaResult": {"fq_name": "team.CustomQuotaResult", "java_class": "com.dropbox.core.v2.team.CustomQuotaResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.CustomQuotaUsersArg": {"fq_name": "team.CustomQuotaUsersArg", "java_class": "com.dropbox.core.v2.team.CustomQuotaUsersArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DateRange": {"fq_name": "team.DateRange", "java_class": "com.dropbox.core.v2.team.DateRange", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.DateRange.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DateRangeError": {"fq_name": "team.DateRangeError", "java_class": "com.dropbox.core.v2.team.DateRangeError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DeleteSecondaryEmailResult": {"fq_name": "team.DeleteSecondaryEmailResult", "java_class": "com.dropbox.core.v2.team.DeleteSecondaryEmailResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DeleteSecondaryEmailsArg": {"fq_name": "team.DeleteSecondaryEmailsArg", "java_class": "com.dropbox.core.v2.team.DeleteSecondaryEmailsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DeleteSecondaryEmailsResult": {"fq_name": "team.DeleteSecondaryEmailsResult", "java_class": "com.dropbox.core.v2.team.DeleteSecondaryEmailsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DesktopClientSession": {"fq_name": "team.DesktopClientSession", "java_class": "com.dropbox.core.v2.team.DesktopClientSession", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.DesktopClientSession.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DesktopPlatform": {"fq_name": "team.DesktopPlatform", "java_class": "com.dropbox.core.v2.team.DesktopPlatform", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team.DeviceSession": {"fq_name": "team.DeviceSession", "java_class": "com.dropbox.core.v2.team.DeviceSession", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.DeviceSession.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.DeviceSessionArg": {"fq_name": "team.DeviceSessionArg", "java_class": "com.dropbox.core.v2.team.DeviceSessionArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.DevicesActive": {"fq_name": "team.DevicesActive", "java_class": "com.dropbox.core.v2.team.DevicesActive", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersListArg": {"fq_name": "team.ExcludedUsersListArg", "java_class": "com.dropbox.core.v2.team.ExcludedUsersListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersListContinueArg": {"fq_name": "team.ExcludedUsersListContinueArg", "java_class": "com.dropbox.core.v2.team.ExcludedUsersListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersListContinueError": {"fq_name": "team.ExcludedUsersListContinueError", "java_class": "com.dropbox.core.v2.team.ExcludedUsersListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersListError": {"fq_name": "team.ExcludedUsersListError", "java_class": "com.dropbox.core.v2.team.ExcludedUsersListError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersListResult": {"fq_name": "team.ExcludedUsersListResult", "java_class": "com.dropbox.core.v2.team.ExcludedUsersListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersUpdateArg": {"fq_name": "team.ExcludedUsersUpdateArg", "java_class": "com.dropbox.core.v2.team.ExcludedUsersUpdateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersUpdateError": {"fq_name": "team.ExcludedUsersUpdateError", "java_class": "com.dropbox.core.v2.team.ExcludedUsersUpdateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersUpdateResult": {"fq_name": "team.ExcludedUsersUpdateResult", "java_class": "com.dropbox.core.v2.team.ExcludedUsersUpdateResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ExcludedUsersUpdateStatus": {"fq_name": "team.ExcludedUsersUpdateStatus", "java_class": "com.dropbox.core.v2.team.ExcludedUsersUpdateStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.Feature": {"fq_name": "team.Feature", "java_class": "com.dropbox.core.v2.team.Feature", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.FeatureValue": {"fq_name": "team.FeatureValue", "java_class": "com.dropbox.core.v2.team.FeatureValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.FeaturesGetValuesBatchArg": {"fq_name": "team.FeaturesGetValuesBatchArg", "java_class": "com.dropbox.core.v2.team.FeaturesGetValuesBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.FeaturesGetValuesBatchError": {"fq_name": "team.FeaturesGetValuesBatchError", "java_class": "com.dropbox.core.v2.team.FeaturesGetValuesBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.FeaturesGetValuesBatchResult": {"fq_name": "team.FeaturesGetValuesBatchResult", "java_class": "com.dropbox.core.v2.team.FeaturesGetValuesBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GetActivityReport": {"fq_name": "team.GetActivityReport", "java_class": "com.dropbox.core.v2.team.GetActivityReport", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GetDevicesReport": {"fq_name": "team.GetDevicesReport", "java_class": "com.dropbox.core.v2.team.GetDevicesReport", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GetMembershipReport": {"fq_name": "team.GetMembershipReport", "java_class": "com.dropbox.core.v2.team.GetMembershipReport", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GetStorageReport": {"fq_name": "team.GetStorageReport", "java_class": "com.dropbox.core.v2.team.GetStorageReport", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupAccessType": {"fq_name": "team.GroupAccessType", "java_class": "com.dropbox.core.v2.team.GroupAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupCreateArg": {"fq_name": "team.GroupCreateArg", "java_class": "com.dropbox.core.v2.team.GroupCreateArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.GroupCreateArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupCreateError": {"fq_name": "team.GroupCreateError", "java_class": "com.dropbox.core.v2.team.GroupCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupDeleteError": {"fq_name": "team.GroupDeleteError", "java_class": "com.dropbox.core.v2.team.GroupDeleteError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupFullInfo": {"fq_name": "team.GroupFullInfo", "java_class": "com.dropbox.core.v2.team.GroupFullInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.GroupFullInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMemberInfo": {"fq_name": "team.GroupMemberInfo", "java_class": "com.dropbox.core.v2.team.GroupMemberInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMemberSelector": {"fq_name": "team.GroupMemberSelector", "java_class": "com.dropbox.core.v2.team.GroupMemberSelector", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.GroupMemberSelectorError": {"fq_name": "team.GroupMemberSelectorError", "java_class": "com.dropbox.core.v2.team.GroupMemberSelectorError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.GroupMemberSetAccessTypeError": {"fq_name": "team.GroupMemberSetAccessTypeError", "java_class": "com.dropbox.core.v2.team.GroupMemberSetAccessTypeError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersAddArg": {"fq_name": "team.GroupMembersAddArg", "java_class": "com.dropbox.core.v2.team.GroupMembersAddArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersAddError": {"fq_name": "team.GroupMembersAddError", "java_class": "com.dropbox.core.v2.team.GroupMembersAddError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersChangeResult": {"fq_name": "team.GroupMembersChangeResult", "java_class": "com.dropbox.core.v2.team.GroupMembersChangeResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersRemoveArg": {"fq_name": "team.GroupMembersRemoveArg", "java_class": "com.dropbox.core.v2.team.GroupMembersRemoveArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersRemoveError": {"fq_name": "team.GroupMembersRemoveError", "java_class": "com.dropbox.core.v2.team.GroupMembersRemoveError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupMembersSelector": {"fq_name": "team.GroupMembersSelector", "java_class": "com.dropbox.core.v2.team.GroupMembersSelector", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.GroupMembersSelectorError": {"fq_name": "team.GroupMembersSelectorError", "java_class": "com.dropbox.core.v2.team.GroupMembersSelectorError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.GroupMembersSetAccessTypeArg": {"fq_name": "team.GroupMembersSetAccessTypeArg", "java_class": "com.dropbox.core.v2.team.GroupMembersSetAccessTypeArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupSelector": {"fq_name": "team.GroupSelector", "java_class": "com.dropbox.core.v2.team.GroupSelector", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupSelectorError": {"fq_name": "team.GroupSelectorError", "java_class": "com.dropbox.core.v2.team.GroupSelectorError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupSelectorWithTeamGroupError": {"fq_name": "team.GroupSelectorWithTeamGroupError", "java_class": "com.dropbox.core.v2.team.GroupSelectorWithTeamGroupError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.GroupUpdateArgs": {"fq_name": "team.GroupUpdateArgs", "java_class": "com.dropbox.core.v2.team.GroupUpdateArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.GroupUpdateArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupUpdateError": {"fq_name": "team.GroupUpdateError", "java_class": "com.dropbox.core.v2.team.GroupUpdateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsGetInfoError": {"fq_name": "team.GroupsGetInfoError", "java_class": "com.dropbox.core.v2.team.GroupsGetInfoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsGetInfoItem": {"fq_name": "team.GroupsGetInfoItem", "java_class": "com.dropbox.core.v2.team.GroupsGetInfoItem", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsListArg": {"fq_name": "team.GroupsListArg", "java_class": "com.dropbox.core.v2.team.GroupsListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsListContinueArg": {"fq_name": "team.GroupsListContinueArg", "java_class": "com.dropbox.core.v2.team.GroupsListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsListContinueError": {"fq_name": "team.GroupsListContinueError", "java_class": "com.dropbox.core.v2.team.GroupsListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsListResult": {"fq_name": "team.GroupsListResult", "java_class": "com.dropbox.core.v2.team.GroupsListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsMembersListArg": {"fq_name": "team.GroupsMembersListArg", "java_class": "com.dropbox.core.v2.team.GroupsMembersListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsMembersListContinueArg": {"fq_name": "team.GroupsMembersListContinueArg", "java_class": "com.dropbox.core.v2.team.GroupsMembersListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsMembersListContinueError": {"fq_name": "team.GroupsMembersListContinueError", "java_class": "com.dropbox.core.v2.team.GroupsMembersListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsMembersListResult": {"fq_name": "team.GroupsMembersListResult", "java_class": "com.dropbox.core.v2.team.GroupsMembersListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsPollError": {"fq_name": "team.GroupsPollError", "java_class": "com.dropbox.core.v2.team.GroupsPollError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.GroupsSelector": {"fq_name": "team.GroupsSelector", "java_class": "com.dropbox.core.v2.team.GroupsSelector", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.HasDistinctMemberHomesValue": {"fq_name": "team.HasDistinctMemberHomesValue", "java_class": "com.dropbox.core.v2.team.HasDistinctMemberHomesValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.HasTeamFileEventsValue": {"fq_name": "team.HasTeamFileEventsValue", "java_class": "com.dropbox.core.v2.team.HasTeamFileEventsValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.HasTeamSelectiveSyncValue": {"fq_name": "team.HasTeamSelectiveSyncValue", "java_class": "com.dropbox.core.v2.team.HasTeamSelectiveSyncValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.HasTeamSharedDropboxValue": {"fq_name": "team.HasTeamSharedDropboxValue", "java_class": "com.dropbox.core.v2.team.HasTeamSharedDropboxValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.IncludeMembersArg": {"fq_name": "team.IncludeMembersArg", "java_class": "com.dropbox.core.v2.team.IncludeMembersArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.LegalHoldHeldRevisionMetadata": {"fq_name": "team.LegalHoldHeldRevisionMetadata", "java_class": "com.dropbox.core.v2.team.LegalHoldHeldRevisionMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldPolicy": {"fq_name": "team.LegalHoldPolicy", "java_class": "com.dropbox.core.v2.team.LegalHoldPolicy", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.LegalHoldPolicy.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldStatus": {"fq_name": "team.LegalHoldStatus", "java_class": "com.dropbox.core.v2.team.LegalHoldStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsError": {"fq_name": "team.LegalHoldsError", "java_class": "com.dropbox.core.v2.team.LegalHoldsError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.LegalHoldsGetPolicyArg": {"fq_name": "team.LegalHoldsGetPolicyArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsGetPolicyArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsGetPolicyError": {"fq_name": "team.LegalHoldsGetPolicyError", "java_class": "com.dropbox.core.v2.team.LegalHoldsGetPolicyError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListHeldRevisionResult": {"fq_name": "team.LegalHoldsListHeldRevisionResult", "java_class": "com.dropbox.core.v2.team.LegalHoldsListHeldRevisionResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListHeldRevisionsArg": {"fq_name": "team.LegalHoldsListHeldRevisionsArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListHeldRevisionsContinueArg": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListHeldRevisionsContinueError": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueError", "java_class": "com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsContinueError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.LegalHoldsListHeldRevisionsError": {"fq_name": "team.LegalHoldsListHeldRevisionsError", "java_class": "com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListPoliciesArg": {"fq_name": "team.LegalHoldsListPoliciesArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsListPoliciesArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListPoliciesError": {"fq_name": "team.LegalHoldsListPoliciesError", "java_class": "com.dropbox.core.v2.team.LegalHoldsListPoliciesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsListPoliciesResult": {"fq_name": "team.LegalHoldsListPoliciesResult", "java_class": "com.dropbox.core.v2.team.LegalHoldsListPoliciesResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyCreateArg": {"fq_name": "team.LegalHoldsPolicyCreateArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyCreateArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.LegalHoldsPolicyCreateArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyCreateError": {"fq_name": "team.LegalHoldsPolicyCreateError", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyReleaseArg": {"fq_name": "team.LegalHoldsPolicyReleaseArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyReleaseArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyReleaseError": {"fq_name": "team.LegalHoldsPolicyReleaseError", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyReleaseError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyUpdateArg": {"fq_name": "team.LegalHoldsPolicyUpdateArg", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyUpdateArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.LegalHoldsPolicyUpdateArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.LegalHoldsPolicyUpdateError": {"fq_name": "team.LegalHoldsPolicyUpdateError", "java_class": "com.dropbox.core.v2.team.LegalHoldsPolicyUpdateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberAppsArg": {"fq_name": "team.ListMemberAppsArg", "java_class": "com.dropbox.core.v2.team.ListMemberAppsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberAppsError": {"fq_name": "team.ListMemberAppsError", "java_class": "com.dropbox.core.v2.team.ListMemberAppsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberAppsResult": {"fq_name": "team.ListMemberAppsResult", "java_class": "com.dropbox.core.v2.team.ListMemberAppsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberDevicesArg": {"fq_name": "team.ListMemberDevicesArg", "java_class": "com.dropbox.core.v2.team.ListMemberDevicesArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ListMemberDevicesArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberDevicesError": {"fq_name": "team.ListMemberDevicesError", "java_class": "com.dropbox.core.v2.team.ListMemberDevicesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMemberDevicesResult": {"fq_name": "team.ListMemberDevicesResult", "java_class": "com.dropbox.core.v2.team.ListMemberDevicesResult", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ListMemberDevicesResult.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersAppsArg": {"fq_name": "team.ListMembersAppsArg", "java_class": "com.dropbox.core.v2.team.ListMembersAppsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersAppsError": {"fq_name": "team.ListMembersAppsError", "java_class": "com.dropbox.core.v2.team.ListMembersAppsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersAppsResult": {"fq_name": "team.ListMembersAppsResult", "java_class": "com.dropbox.core.v2.team.ListMembersAppsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersDevicesArg": {"fq_name": "team.ListMembersDevicesArg", "java_class": "com.dropbox.core.v2.team.ListMembersDevicesArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ListMembersDevicesArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersDevicesError": {"fq_name": "team.ListMembersDevicesError", "java_class": "com.dropbox.core.v2.team.ListMembersDevicesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListMembersDevicesResult": {"fq_name": "team.ListMembersDevicesResult", "java_class": "com.dropbox.core.v2.team.ListMembersDevicesResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamAppsArg": {"fq_name": "team.ListTeamAppsArg", "java_class": "com.dropbox.core.v2.team.ListTeamAppsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamAppsError": {"fq_name": "team.ListTeamAppsError", "java_class": "com.dropbox.core.v2.team.ListTeamAppsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamAppsResult": {"fq_name": "team.ListTeamAppsResult", "java_class": "com.dropbox.core.v2.team.ListTeamAppsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamDevicesArg": {"fq_name": "team.ListTeamDevicesArg", "java_class": "com.dropbox.core.v2.team.ListTeamDevicesArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.ListTeamDevicesArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamDevicesError": {"fq_name": "team.ListTeamDevicesError", "java_class": "com.dropbox.core.v2.team.ListTeamDevicesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ListTeamDevicesResult": {"fq_name": "team.ListTeamDevicesResult", "java_class": "com.dropbox.core.v2.team.ListTeamDevicesResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberAccess": {"fq_name": "team.MemberAccess", "java_class": "com.dropbox.core.v2.team.MemberAccess", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberAddArg": {"fq_name": "team.MemberAddArg", "java_class": "com.dropbox.core.v2.team.MemberAddArg", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MemberAddArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberAddArgBase": {"fq_name": "team.MemberAddArgBase", "java_class": "com.dropbox.core.v2.team.MemberAddArgBase", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MemberAddArgBase.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.MemberAddResult": {"fq_name": "team.MemberAddResult", "java_class": "com.dropbox.core.v2.team.MemberAddResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberAddResultBase": {"fq_name": "team.MemberAddResultBase", "java_class": "com.dropbox.core.v2.team.MemberAddResultBase", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MemberAddV2Arg": {"fq_name": "team.MemberAddV2Arg", "java_class": "com.dropbox.core.v2.team.MemberAddV2Arg", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MemberAddV2Arg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberAddV2Result": {"fq_name": "team.MemberAddV2Result", "java_class": "com.dropbox.core.v2.team.MemberAddV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberDevices": {"fq_name": "team.MemberDevices", "java_class": "com.dropbox.core.v2.team.MemberDevices", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MemberDevices.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberLinkedApps": {"fq_name": "team.MemberLinkedApps", "java_class": "com.dropbox.core.v2.team.MemberLinkedApps", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberProfile": {"fq_name": "team.MemberProfile", "java_class": "com.dropbox.core.v2.team.MemberProfile", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MemberProfile.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MemberSelectorError": {"fq_name": "team.MemberSelectorError", "java_class": "com.dropbox.core.v2.team.MemberSelectorError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MembersAddArg": {"fq_name": "team.MembersAddArg", "java_class": "com.dropbox.core.v2.team.MembersAddArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersAddArgBase": {"fq_name": "team.MembersAddArgBase", "java_class": "com.dropbox.core.v2.team.MembersAddArgBase", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.MembersAddJobStatus": {"fq_name": "team.MembersAddJobStatus", "java_class": "com.dropbox.core.v2.team.MembersAddJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersAddJobStatusV2Result": {"fq_name": "team.MembersAddJobStatusV2Result", "java_class": "com.dropbox.core.v2.team.MembersAddJobStatusV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersAddLaunch": {"fq_name": "team.MembersAddLaunch", "java_class": "com.dropbox.core.v2.team.MembersAddLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersAddLaunchV2Result": {"fq_name": "team.MembersAddLaunchV2Result", "java_class": "com.dropbox.core.v2.team.MembersAddLaunchV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersAddV2Arg": {"fq_name": "team.MembersAddV2Arg", "java_class": "com.dropbox.core.v2.team.MembersAddV2Arg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersDataTransferArg": {"fq_name": "team.MembersDataTransferArg", "java_class": "com.dropbox.core.v2.team.MembersDataTransferArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersDeactivateArg": {"fq_name": "team.MembersDeactivateArg", "java_class": "com.dropbox.core.v2.team.MembersDeactivateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersDeactivateBaseArg": {"fq_name": "team.MembersDeactivateBaseArg", "java_class": "com.dropbox.core.v2.team.MembersDeactivateBaseArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team.MembersDeactivateError": {"fq_name": "team.MembersDeactivateError", "java_class": "com.dropbox.core.v2.team.MembersDeactivateError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MembersDeleteFormerMemberFilesError": {"fq_name": "team.MembersDeleteFormerMemberFilesError", "java_class": "com.dropbox.core.v2.team.MembersDeleteFormerMemberFilesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersDeleteProfilePhotoArg": {"fq_name": "team.MembersDeleteProfilePhotoArg", "java_class": "com.dropbox.core.v2.team.MembersDeleteProfilePhotoArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersDeleteProfilePhotoError": {"fq_name": "team.MembersDeleteProfilePhotoError", "java_class": "com.dropbox.core.v2.team.MembersDeleteProfilePhotoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersFormerMemberArg": {"fq_name": "team.MembersFormerMemberArg", "java_class": "com.dropbox.core.v2.team.MembersFormerMemberArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetAvailableTeamMemberRolesResult": {"fq_name": "team.MembersGetAvailableTeamMemberRolesResult", "java_class": "com.dropbox.core.v2.team.MembersGetAvailableTeamMemberRolesResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoArgs": {"fq_name": "team.MembersGetInfoArgs", "java_class": "com.dropbox.core.v2.team.MembersGetInfoArgs", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoError": {"fq_name": "team.MembersGetInfoError", "java_class": "com.dropbox.core.v2.team.MembersGetInfoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoItem": {"fq_name": "team.MembersGetInfoItem", "java_class": "com.dropbox.core.v2.team.MembersGetInfoItem", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoItemBase": {"fq_name": "team.MembersGetInfoItemBase", "java_class": "com.dropbox.core.v2.team.MembersGetInfoItemBase", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MembersGetInfoItemV2": {"fq_name": "team.MembersGetInfoItemV2", "java_class": "com.dropbox.core.v2.team.MembersGetInfoItemV2", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoV2Arg": {"fq_name": "team.MembersGetInfoV2Arg", "java_class": "com.dropbox.core.v2.team.MembersGetInfoV2Arg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersGetInfoV2Result": {"fq_name": "team.MembersGetInfoV2Result", "java_class": "com.dropbox.core.v2.team.MembersGetInfoV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersInfo": {"fq_name": "team.MembersInfo", "java_class": "com.dropbox.core.v2.team.MembersInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListArg": {"fq_name": "team.MembersListArg", "java_class": "com.dropbox.core.v2.team.MembersListArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MembersListArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListContinueArg": {"fq_name": "team.MembersListContinueArg", "java_class": "com.dropbox.core.v2.team.MembersListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListContinueError": {"fq_name": "team.MembersListContinueError", "java_class": "com.dropbox.core.v2.team.MembersListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListError": {"fq_name": "team.MembersListError", "java_class": "com.dropbox.core.v2.team.MembersListError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListResult": {"fq_name": "team.MembersListResult", "java_class": "com.dropbox.core.v2.team.MembersListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersListV2Result": {"fq_name": "team.MembersListV2Result", "java_class": "com.dropbox.core.v2.team.MembersListV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersPermanentlyDeleteFilesError": {"fq_name": "team.MembersPermanentlyDeleteFilesError", "java_class": "com.dropbox.core.v2.team.MembersPermanentlyDeleteFilesError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MembersRecoverArg": {"fq_name": "team.MembersRecoverArg", "java_class": "com.dropbox.core.v2.team.MembersRecoverArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersRecoverError": {"fq_name": "team.MembersRecoverError", "java_class": "com.dropbox.core.v2.team.MembersRecoverError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersRemoveArg": {"fq_name": "team.MembersRemoveArg", "java_class": "com.dropbox.core.v2.team.MembersRemoveArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MembersRemoveArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersRemoveError": {"fq_name": "team.MembersRemoveError", "java_class": "com.dropbox.core.v2.team.MembersRemoveError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSendWelcomeError": {"fq_name": "team.MembersSendWelcomeError", "java_class": "com.dropbox.core.v2.team.MembersSendWelcomeError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissions2Arg": {"fq_name": "team.MembersSetPermissions2Arg", "java_class": "com.dropbox.core.v2.team.MembersSetPermissions2Arg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissions2Error": {"fq_name": "team.MembersSetPermissions2Error", "java_class": "com.dropbox.core.v2.team.MembersSetPermissions2Error", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissions2Result": {"fq_name": "team.MembersSetPermissions2Result", "java_class": "com.dropbox.core.v2.team.MembersSetPermissions2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissionsArg": {"fq_name": "team.MembersSetPermissionsArg", "java_class": "com.dropbox.core.v2.team.MembersSetPermissionsArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissionsError": {"fq_name": "team.MembersSetPermissionsError", "java_class": "com.dropbox.core.v2.team.MembersSetPermissionsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetPermissionsResult": {"fq_name": "team.MembersSetPermissionsResult", "java_class": "com.dropbox.core.v2.team.MembersSetPermissionsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetProfileArg": {"fq_name": "team.MembersSetProfileArg", "java_class": "com.dropbox.core.v2.team.MembersSetProfileArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MembersSetProfileArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetProfileError": {"fq_name": "team.MembersSetProfileError", "java_class": "com.dropbox.core.v2.team.MembersSetProfileError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetProfilePhotoArg": {"fq_name": "team.MembersSetProfilePhotoArg", "java_class": "com.dropbox.core.v2.team.MembersSetProfilePhotoArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSetProfilePhotoError": {"fq_name": "team.MembersSetProfilePhotoError", "java_class": "com.dropbox.core.v2.team.MembersSetProfilePhotoError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersSuspendError": {"fq_name": "team.MembersSuspendError", "java_class": "com.dropbox.core.v2.team.MembersSuspendError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersTransferFilesError": {"fq_name": "team.MembersTransferFilesError", "java_class": "com.dropbox.core.v2.team.MembersTransferFilesError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.MembersTransferFormerMembersFilesError": {"fq_name": "team.MembersTransferFormerMembersFilesError", "java_class": "com.dropbox.core.v2.team.MembersTransferFormerMembersFilesError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersUnsuspendArg": {"fq_name": "team.MembersUnsuspendArg", "java_class": "com.dropbox.core.v2.team.MembersUnsuspendArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MembersUnsuspendError": {"fq_name": "team.MembersUnsuspendError", "java_class": "com.dropbox.core.v2.team.MembersUnsuspendError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.MobileClientPlatform": {"fq_name": "team.MobileClientPlatform", "java_class": "com.dropbox.core.v2.team.MobileClientPlatform", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team.MobileClientSession": {"fq_name": "team.MobileClientSession", "java_class": "com.dropbox.core.v2.team.MobileClientSession", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.MobileClientSession.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.NamespaceMetadata": {"fq_name": "team.NamespaceMetadata", "java_class": "com.dropbox.core.v2.team.NamespaceMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.NamespaceType": {"fq_name": "team.NamespaceType", "java_class": "com.dropbox.core.v2.team.NamespaceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RemoveCustomQuotaResult": {"fq_name": "team.RemoveCustomQuotaResult", "java_class": "com.dropbox.core.v2.team.RemoveCustomQuotaResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RemovedStatus": {"fq_name": "team.RemovedStatus", "java_class": "com.dropbox.core.v2.team.RemovedStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ResendSecondaryEmailResult": {"fq_name": "team.ResendSecondaryEmailResult", "java_class": "com.dropbox.core.v2.team.ResendSecondaryEmailResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ResendVerificationEmailArg": {"fq_name": "team.ResendVerificationEmailArg", "java_class": "com.dropbox.core.v2.team.ResendVerificationEmailArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.ResendVerificationEmailResult": {"fq_name": "team.ResendVerificationEmailResult", "java_class": "com.dropbox.core.v2.team.ResendVerificationEmailResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDesktopClientArg": {"fq_name": "team.RevokeDesktopClientArg", "java_class": "com.dropbox.core.v2.team.RevokeDesktopClientArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionArg": {"fq_name": "team.RevokeDeviceSessionArg", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionBatchArg": {"fq_name": "team.RevokeDeviceSessionBatchArg", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionBatchError": {"fq_name": "team.RevokeDeviceSessionBatchError", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionBatchResult": {"fq_name": "team.RevokeDeviceSessionBatchResult", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionError": {"fq_name": "team.RevokeDeviceSessionError", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeDeviceSessionStatus": {"fq_name": "team.RevokeDeviceSessionStatus", "java_class": "com.dropbox.core.v2.team.RevokeDeviceSessionStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedApiAppArg": {"fq_name": "team.RevokeLinkedApiAppArg", "java_class": "com.dropbox.core.v2.team.RevokeLinkedApiAppArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedApiAppBatchArg": {"fq_name": "team.RevokeLinkedApiAppBatchArg", "java_class": "com.dropbox.core.v2.team.RevokeLinkedApiAppBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedAppBatchError": {"fq_name": "team.RevokeLinkedAppBatchError", "java_class": "com.dropbox.core.v2.team.RevokeLinkedAppBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedAppBatchResult": {"fq_name": "team.RevokeLinkedAppBatchResult", "java_class": "com.dropbox.core.v2.team.RevokeLinkedAppBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedAppError": {"fq_name": "team.RevokeLinkedAppError", "java_class": "com.dropbox.core.v2.team.RevokeLinkedAppError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.RevokeLinkedAppStatus": {"fq_name": "team.RevokeLinkedAppStatus", "java_class": "com.dropbox.core.v2.team.RevokeLinkedAppStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SetCustomQuotaArg": {"fq_name": "team.SetCustomQuotaArg", "java_class": "com.dropbox.core.v2.team.SetCustomQuotaArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SetCustomQuotaError": {"fq_name": "team.SetCustomQuotaError", "java_class": "com.dropbox.core.v2.team.SetCustomQuotaError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistAddArgs": {"fq_name": "team.SharingAllowlistAddArgs", "java_class": "com.dropbox.core.v2.team.SharingAllowlistAddArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.SharingAllowlistAddArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistAddError": {"fq_name": "team.SharingAllowlistAddError", "java_class": "com.dropbox.core.v2.team.SharingAllowlistAddError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistAddResponse": {"fq_name": "team.SharingAllowlistAddResponse", "java_class": "com.dropbox.core.v2.team.SharingAllowlistAddResponse", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistListArg": {"fq_name": "team.SharingAllowlistListArg", "java_class": "com.dropbox.core.v2.team.SharingAllowlistListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistListContinueArg": {"fq_name": "team.SharingAllowlistListContinueArg", "java_class": "com.dropbox.core.v2.team.SharingAllowlistListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistListContinueError": {"fq_name": "team.SharingAllowlistListContinueError", "java_class": "com.dropbox.core.v2.team.SharingAllowlistListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistListError": {"fq_name": "team.SharingAllowlistListError", "java_class": "com.dropbox.core.v2.team.SharingAllowlistListError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistListResponse": {"fq_name": "team.SharingAllowlistListResponse", "java_class": "com.dropbox.core.v2.team.SharingAllowlistListResponse", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.SharingAllowlistListResponse.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistRemoveArgs": {"fq_name": "team.SharingAllowlistRemoveArgs", "java_class": "com.dropbox.core.v2.team.SharingAllowlistRemoveArgs", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.SharingAllowlistRemoveArgs.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistRemoveError": {"fq_name": "team.SharingAllowlistRemoveError", "java_class": "com.dropbox.core.v2.team.SharingAllowlistRemoveError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.SharingAllowlistRemoveResponse": {"fq_name": "team.SharingAllowlistRemoveResponse", "java_class": "com.dropbox.core.v2.team.SharingAllowlistRemoveResponse", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.StorageBucket": {"fq_name": "team.StorageBucket", "java_class": "com.dropbox.core.v2.team.StorageBucket", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderAccessError": {"fq_name": "team.TeamFolderAccessError", "java_class": "com.dropbox.core.v2.team.TeamFolderAccessError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderActivateError": {"fq_name": "team.TeamFolderActivateError", "java_class": "com.dropbox.core.v2.team.TeamFolderActivateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderArchiveArg": {"fq_name": "team.TeamFolderArchiveArg", "java_class": "com.dropbox.core.v2.team.TeamFolderArchiveArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderArchiveError": {"fq_name": "team.TeamFolderArchiveError", "java_class": "com.dropbox.core.v2.team.TeamFolderArchiveError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderArchiveJobStatus": {"fq_name": "team.TeamFolderArchiveJobStatus", "java_class": "com.dropbox.core.v2.team.TeamFolderArchiveJobStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderArchiveLaunch": {"fq_name": "team.TeamFolderArchiveLaunch", "java_class": "com.dropbox.core.v2.team.TeamFolderArchiveLaunch", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderCreateArg": {"fq_name": "team.TeamFolderCreateArg", "java_class": "com.dropbox.core.v2.team.TeamFolderCreateArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderCreateError": {"fq_name": "team.TeamFolderCreateError", "java_class": "com.dropbox.core.v2.team.TeamFolderCreateError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderGetInfoItem": {"fq_name": "team.TeamFolderGetInfoItem", "java_class": "com.dropbox.core.v2.team.TeamFolderGetInfoItem", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderIdArg": {"fq_name": "team.TeamFolderIdArg", "java_class": "com.dropbox.core.v2.team.TeamFolderIdArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderIdListArg": {"fq_name": "team.TeamFolderIdListArg", "java_class": "com.dropbox.core.v2.team.TeamFolderIdListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderInvalidStatusError": {"fq_name": "team.TeamFolderInvalidStatusError", "java_class": "com.dropbox.core.v2.team.TeamFolderInvalidStatusError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderListArg": {"fq_name": "team.TeamFolderListArg", "java_class": "com.dropbox.core.v2.team.TeamFolderListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderListContinueArg": {"fq_name": "team.TeamFolderListContinueArg", "java_class": "com.dropbox.core.v2.team.TeamFolderListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderListContinueError": {"fq_name": "team.TeamFolderListContinueError", "java_class": "com.dropbox.core.v2.team.TeamFolderListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderListError": {"fq_name": "team.TeamFolderListError", "java_class": "com.dropbox.core.v2.team.TeamFolderListError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderListResult": {"fq_name": "team.TeamFolderListResult", "java_class": "com.dropbox.core.v2.team.TeamFolderListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderMetadata": {"fq_name": "team.TeamFolderMetadata", "java_class": "com.dropbox.core.v2.team.TeamFolderMetadata", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderPermanentlyDeleteError": {"fq_name": "team.TeamFolderPermanentlyDeleteError", "java_class": "com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderRenameArg": {"fq_name": "team.TeamFolderRenameArg", "java_class": "com.dropbox.core.v2.team.TeamFolderRenameArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderRenameError": {"fq_name": "team.TeamFolderRenameError", "java_class": "com.dropbox.core.v2.team.TeamFolderRenameError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderRestoreError": {"fq_name": "team.TeamFolderRestoreError", "java_class": "com.dropbox.core.v2.team.TeamFolderRestoreError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderStatus": {"fq_name": "team.TeamFolderStatus", "java_class": "com.dropbox.core.v2.team.TeamFolderStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team.TeamFolderTeamSharedDropboxError": {"fq_name": "team.TeamFolderTeamSharedDropboxError", "java_class": "com.dropbox.core.v2.team.TeamFolderTeamSharedDropboxError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderUpdateSyncSettingsArg": {"fq_name": "team.TeamFolderUpdateSyncSettingsArg", "java_class": "com.dropbox.core.v2.team.TeamFolderUpdateSyncSettingsArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.TeamFolderUpdateSyncSettingsArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamFolderUpdateSyncSettingsError": {"fq_name": "team.TeamFolderUpdateSyncSettingsError", "java_class": "com.dropbox.core.v2.team.TeamFolderUpdateSyncSettingsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamGetInfoResult": {"fq_name": "team.TeamGetInfoResult", "java_class": "com.dropbox.core.v2.team.TeamGetInfoResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberInfo": {"fq_name": "team.TeamMemberInfo", "java_class": "com.dropbox.core.v2.team.TeamMemberInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberInfoV2": {"fq_name": "team.TeamMemberInfoV2", "java_class": "com.dropbox.core.v2.team.TeamMemberInfoV2", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberInfoV2Result": {"fq_name": "team.TeamMemberInfoV2Result", "java_class": "com.dropbox.core.v2.team.TeamMemberInfoV2Result", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberProfile": {"fq_name": "team.TeamMemberProfile", "java_class": "com.dropbox.core.v2.team.TeamMemberProfile", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.team.TeamMemberProfile.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberRole": {"fq_name": "team.TeamMemberRole", "java_class": "com.dropbox.core.v2.team.TeamMemberRole", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMemberStatus": {"fq_name": "team.TeamMemberStatus", "java_class": "com.dropbox.core.v2.team.TeamMemberStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamMembershipType": {"fq_name": "team.TeamMembershipType", "java_class": "com.dropbox.core.v2.team.TeamMembershipType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamNamespacesListArg": {"fq_name": "team.TeamNamespacesListArg", "java_class": "com.dropbox.core.v2.team.TeamNamespacesListArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamNamespacesListContinueArg": {"fq_name": "team.TeamNamespacesListContinueArg", "java_class": "com.dropbox.core.v2.team.TeamNamespacesListContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamNamespacesListContinueError": {"fq_name": "team.TeamNamespacesListContinueError", "java_class": "com.dropbox.core.v2.team.TeamNamespacesListContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamNamespacesListError": {"fq_name": "team.TeamNamespacesListError", "java_class": "com.dropbox.core.v2.team.TeamNamespacesListError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamNamespacesListResult": {"fq_name": "team.TeamNamespacesListResult", "java_class": "com.dropbox.core.v2.team.TeamNamespacesListResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TeamReportFailureReason": {"fq_name": "team.TeamReportFailureReason", "java_class": "com.dropbox.core.v2.team.TeamReportFailureReason", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team.TokenGetAuthenticatedAdminError": {"fq_name": "team.TokenGetAuthenticatedAdminError", "java_class": "com.dropbox.core.v2.team.TokenGetAuthenticatedAdminError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.TokenGetAuthenticatedAdminResult": {"fq_name": "team.TokenGetAuthenticatedAdminResult", "java_class": "com.dropbox.core.v2.team.TokenGetAuthenticatedAdminResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UploadApiRateLimitValue": {"fq_name": "team.UploadApiRateLimitValue", "java_class": "com.dropbox.core.v2.team.UploadApiRateLimitValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserAddResult": {"fq_name": "team.UserAddResult", "java_class": "com.dropbox.core.v2.team.UserAddResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserCustomQuotaArg": {"fq_name": "team.UserCustomQuotaArg", "java_class": "com.dropbox.core.v2.team.UserCustomQuotaArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserCustomQuotaResult": {"fq_name": "team.UserCustomQuotaResult", "java_class": "com.dropbox.core.v2.team.UserCustomQuotaResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserDeleteEmailsResult": {"fq_name": "team.UserDeleteEmailsResult", "java_class": "com.dropbox.core.v2.team.UserDeleteEmailsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserDeleteResult": {"fq_name": "team.UserDeleteResult", "java_class": "com.dropbox.core.v2.team.UserDeleteResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserResendEmailsResult": {"fq_name": "team.UserResendEmailsResult", "java_class": "com.dropbox.core.v2.team.UserResendEmailsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserResendResult": {"fq_name": "team.UserResendResult", "java_class": "com.dropbox.core.v2.team.UserResendResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserSecondaryEmailsArg": {"fq_name": "team.UserSecondaryEmailsArg", "java_class": "com.dropbox.core.v2.team.UserSecondaryEmailsArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserSecondaryEmailsResult": {"fq_name": "team.UserSecondaryEmailsResult", "java_class": "com.dropbox.core.v2.team.UserSecondaryEmailsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserSelectorArg": {"fq_name": "team.UserSelectorArg", "java_class": "com.dropbox.core.v2.team.UserSelectorArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team.UserSelectorError": {"fq_name": "team.UserSelectorError", "java_class": "com.dropbox.core.v2.team.UserSelectorError", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team.UsersSelectorArg": {"fq_name": "team.UsersSelectorArg", "java_class": "com.dropbox.core.v2.team.UsersSelectorArg", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_common.GroupManagementType": {"fq_name": "team_common.GroupManagementType", "java_class": "com.dropbox.core.v2.teamcommon.GroupManagementType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_common.GroupSummary": {"fq_name": "team_common.GroupSummary", "java_class": "com.dropbox.core.v2.teamcommon.GroupSummary", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamcommon.GroupSummary.Builder", "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_common.GroupType": {"fq_name": "team_common.GroupType", "java_class": "com.dropbox.core.v2.teamcommon.GroupType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_common.MemberSpaceLimitType": {"fq_name": "team_common.MemberSpaceLimitType", "java_class": "com.dropbox.core.v2.teamcommon.MemberSpaceLimitType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_common.TimeRange": {"fq_name": "team_common.TimeRange", "java_class": "com.dropbox.core.v2.teamcommon.TimeRange", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamcommon.TimeRange.Builder", "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_log.AccessMethodLogInfo": {"fq_name": "team_log.AccessMethodLogInfo", "java_class": "com.dropbox.core.v2.teamlog.AccessMethodLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureAvailability": {"fq_name": "team_log.AccountCaptureAvailability", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureAvailability", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureChangeAvailabilityDetails": {"fq_name": "team_log.AccountCaptureChangeAvailabilityDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureChangeAvailabilityType": {"fq_name": "team_log.AccountCaptureChangeAvailabilityType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureChangePolicyDetails": {"fq_name": "team_log.AccountCaptureChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureChangePolicyType": {"fq_name": "team_log.AccountCaptureChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureMigrateAccountDetails": {"fq_name": "team_log.AccountCaptureMigrateAccountDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureMigrateAccountType": {"fq_name": "team_log.AccountCaptureMigrateAccountType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureNotificationEmailsSentDetails": {"fq_name": "team_log.AccountCaptureNotificationEmailsSentDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureNotificationEmailsSentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureNotificationEmailsSentType": {"fq_name": "team_log.AccountCaptureNotificationEmailsSentType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureNotificationEmailsSentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureNotificationType": {"fq_name": "team_log.AccountCaptureNotificationType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureNotificationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCapturePolicy": {"fq_name": "team_log.AccountCapturePolicy", "java_class": "com.dropbox.core.v2.teamlog.AccountCapturePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureRelinquishAccountDetails": {"fq_name": "team_log.AccountCaptureRelinquishAccountDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountCaptureRelinquishAccountType": {"fq_name": "team_log.AccountCaptureRelinquishAccountType", "java_class": "com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountLockOrUnlockedDetails": {"fq_name": "team_log.AccountLockOrUnlockedDetails", "java_class": "com.dropbox.core.v2.teamlog.AccountLockOrUnlockedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountLockOrUnlockedType": {"fq_name": "team_log.AccountLockOrUnlockedType", "java_class": "com.dropbox.core.v2.teamlog.AccountLockOrUnlockedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AccountState": {"fq_name": "team_log.AccountState", "java_class": "com.dropbox.core.v2.teamlog.AccountState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ActionDetails": {"fq_name": "team_log.ActionDetails", "java_class": "com.dropbox.core.v2.teamlog.ActionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ActorLogInfo": {"fq_name": "team_log.ActorLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ActorLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AddonAssignedDetails": {"fq_name": "team_log.AddonAssignedDetails", "java_class": "com.dropbox.core.v2.teamlog.AddonAssignedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AddonAssignedType": {"fq_name": "team_log.AddonAssignedType", "java_class": "com.dropbox.core.v2.teamlog.AddonAssignedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AddonLogInfo": {"fq_name": "team_log.AddonLogInfo", "java_class": "com.dropbox.core.v2.teamlog.AddonLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AddonRemovedDetails": {"fq_name": "team_log.AddonRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.AddonRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AddonRemovedType": {"fq_name": "team_log.AddonRemovedType", "java_class": "com.dropbox.core.v2.teamlog.AddonRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertCategoryEnum": {"fq_name": "team_log.AdminAlertCategoryEnum", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertCategoryEnum", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertGeneralStateEnum": {"fq_name": "team_log.AdminAlertGeneralStateEnum", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertGeneralStateEnum", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertSeverityEnum": {"fq_name": "team_log.AdminAlertSeverityEnum", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertSeverityEnum", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingAlertConfiguration": {"fq_name": "team_log.AdminAlertingAlertConfiguration", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertConfiguration", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertConfiguration.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingAlertSensitivity": {"fq_name": "team_log.AdminAlertingAlertSensitivity", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertSensitivity", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingAlertStateChangedDetails": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertStateChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingAlertStateChangedType": {"fq_name": "team_log.AdminAlertingAlertStateChangedType", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertStateChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingAlertStatePolicy": {"fq_name": "team_log.AdminAlertingAlertStatePolicy", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingAlertStatePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingChangedAlertConfigDetails": {"fq_name": "team_log.AdminAlertingChangedAlertConfigDetails", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingChangedAlertConfigDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingChangedAlertConfigType": {"fq_name": "team_log.AdminAlertingChangedAlertConfigType", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingChangedAlertConfigType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingTriggeredAlertDetails": {"fq_name": "team_log.AdminAlertingTriggeredAlertDetails", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingTriggeredAlertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminAlertingTriggeredAlertType": {"fq_name": "team_log.AdminAlertingTriggeredAlertType", "java_class": "com.dropbox.core.v2.teamlog.AdminAlertingTriggeredAlertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminConsoleAppPermission": {"fq_name": "team_log.AdminConsoleAppPermission", "java_class": "com.dropbox.core.v2.teamlog.AdminConsoleAppPermission", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminConsoleAppPolicy": {"fq_name": "team_log.AdminConsoleAppPolicy", "java_class": "com.dropbox.core.v2.teamlog.AdminConsoleAppPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminEmailRemindersChangedDetails": {"fq_name": "team_log.AdminEmailRemindersChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.AdminEmailRemindersChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminEmailRemindersChangedType": {"fq_name": "team_log.AdminEmailRemindersChangedType", "java_class": "com.dropbox.core.v2.teamlog.AdminEmailRemindersChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminEmailRemindersPolicy": {"fq_name": "team_log.AdminEmailRemindersPolicy", "java_class": "com.dropbox.core.v2.teamlog.AdminEmailRemindersPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AdminRole": {"fq_name": "team_log.AdminRole", "java_class": "com.dropbox.core.v2.teamlog.AdminRole", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AiThirdPartySharingDropboxBasePolicy": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicy", "java_class": "com.dropbox.core.v2.teamlog.AiThirdPartySharingDropboxBasePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AiThirdPartySharingDropboxBasePolicyChangedDetails": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.AiThirdPartySharingDropboxBasePolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AiThirdPartySharingDropboxBasePolicyChangedType": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.AiThirdPartySharingDropboxBasePolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AlertRecipientsSettingType": {"fq_name": "team_log.AlertRecipientsSettingType", "java_class": "com.dropbox.core.v2.teamlog.AlertRecipientsSettingType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AllowDownloadDisabledDetails": {"fq_name": "team_log.AllowDownloadDisabledDetails", "java_class": "com.dropbox.core.v2.teamlog.AllowDownloadDisabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AllowDownloadDisabledType": {"fq_name": "team_log.AllowDownloadDisabledType", "java_class": "com.dropbox.core.v2.teamlog.AllowDownloadDisabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AllowDownloadEnabledDetails": {"fq_name": "team_log.AllowDownloadEnabledDetails", "java_class": "com.dropbox.core.v2.teamlog.AllowDownloadEnabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AllowDownloadEnabledType": {"fq_name": "team_log.AllowDownloadEnabledType", "java_class": "com.dropbox.core.v2.teamlog.AllowDownloadEnabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ApiSessionLogInfo": {"fq_name": "team_log.ApiSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ApiSessionLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppBlockedByPermissionsDetails": {"fq_name": "team_log.AppBlockedByPermissionsDetails", "java_class": "com.dropbox.core.v2.teamlog.AppBlockedByPermissionsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppBlockedByPermissionsType": {"fq_name": "team_log.AppBlockedByPermissionsType", "java_class": "com.dropbox.core.v2.teamlog.AppBlockedByPermissionsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppLinkTeamDetails": {"fq_name": "team_log.AppLinkTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.AppLinkTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppLinkTeamType": {"fq_name": "team_log.AppLinkTeamType", "java_class": "com.dropbox.core.v2.teamlog.AppLinkTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppLinkUserDetails": {"fq_name": "team_log.AppLinkUserDetails", "java_class": "com.dropbox.core.v2.teamlog.AppLinkUserDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppLinkUserType": {"fq_name": "team_log.AppLinkUserType", "java_class": "com.dropbox.core.v2.teamlog.AppLinkUserType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppLogInfo": {"fq_name": "team_log.AppLogInfo", "java_class": "com.dropbox.core.v2.teamlog.AppLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.AppLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppPermissionsChangedDetails": {"fq_name": "team_log.AppPermissionsChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.AppPermissionsChangedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.AppPermissionsChangedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppPermissionsChangedType": {"fq_name": "team_log.AppPermissionsChangedType", "java_class": "com.dropbox.core.v2.teamlog.AppPermissionsChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppUnlinkTeamDetails": {"fq_name": "team_log.AppUnlinkTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.AppUnlinkTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppUnlinkTeamType": {"fq_name": "team_log.AppUnlinkTeamType", "java_class": "com.dropbox.core.v2.teamlog.AppUnlinkTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppUnlinkUserDetails": {"fq_name": "team_log.AppUnlinkUserDetails", "java_class": "com.dropbox.core.v2.teamlog.AppUnlinkUserDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppUnlinkUserType": {"fq_name": "team_log.AppUnlinkUserType", "java_class": "com.dropbox.core.v2.teamlog.AppUnlinkUserType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppleLoginChangePolicyDetails": {"fq_name": "team_log.AppleLoginChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.AppleLoginChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppleLoginChangePolicyType": {"fq_name": "team_log.AppleLoginChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.AppleLoginChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AppleLoginPolicy": {"fq_name": "team_log.AppleLoginPolicy", "java_class": "com.dropbox.core.v2.teamlog.AppleLoginPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ApplyNamingConventionDetails": {"fq_name": "team_log.ApplyNamingConventionDetails", "java_class": "com.dropbox.core.v2.teamlog.ApplyNamingConventionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ApplyNamingConventionType": {"fq_name": "team_log.ApplyNamingConventionType", "java_class": "com.dropbox.core.v2.teamlog.ApplyNamingConventionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.AssetLogInfo": {"fq_name": "team_log.AssetLogInfo", "java_class": "com.dropbox.core.v2.teamlog.AssetLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BackupAdminInvitationSentDetails": {"fq_name": "team_log.BackupAdminInvitationSentDetails", "java_class": "com.dropbox.core.v2.teamlog.BackupAdminInvitationSentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BackupAdminInvitationSentType": {"fq_name": "team_log.BackupAdminInvitationSentType", "java_class": "com.dropbox.core.v2.teamlog.BackupAdminInvitationSentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BackupInvitationOpenedDetails": {"fq_name": "team_log.BackupInvitationOpenedDetails", "java_class": "com.dropbox.core.v2.teamlog.BackupInvitationOpenedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BackupInvitationOpenedType": {"fq_name": "team_log.BackupInvitationOpenedType", "java_class": "com.dropbox.core.v2.teamlog.BackupInvitationOpenedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BackupStatus": {"fq_name": "team_log.BackupStatus", "java_class": "com.dropbox.core.v2.teamlog.BackupStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderAddPageDetails": {"fq_name": "team_log.BinderAddPageDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderAddPageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderAddPageType": {"fq_name": "team_log.BinderAddPageType", "java_class": "com.dropbox.core.v2.teamlog.BinderAddPageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderAddSectionDetails": {"fq_name": "team_log.BinderAddSectionDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderAddSectionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderAddSectionType": {"fq_name": "team_log.BinderAddSectionType", "java_class": "com.dropbox.core.v2.teamlog.BinderAddSectionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRemovePageDetails": {"fq_name": "team_log.BinderRemovePageDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderRemovePageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRemovePageType": {"fq_name": "team_log.BinderRemovePageType", "java_class": "com.dropbox.core.v2.teamlog.BinderRemovePageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRemoveSectionDetails": {"fq_name": "team_log.BinderRemoveSectionDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderRemoveSectionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRemoveSectionType": {"fq_name": "team_log.BinderRemoveSectionType", "java_class": "com.dropbox.core.v2.teamlog.BinderRemoveSectionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRenamePageDetails": {"fq_name": "team_log.BinderRenamePageDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderRenamePageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRenamePageType": {"fq_name": "team_log.BinderRenamePageType", "java_class": "com.dropbox.core.v2.teamlog.BinderRenamePageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRenameSectionDetails": {"fq_name": "team_log.BinderRenameSectionDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderRenameSectionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderRenameSectionType": {"fq_name": "team_log.BinderRenameSectionType", "java_class": "com.dropbox.core.v2.teamlog.BinderRenameSectionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderReorderPageDetails": {"fq_name": "team_log.BinderReorderPageDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderReorderPageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderReorderPageType": {"fq_name": "team_log.BinderReorderPageType", "java_class": "com.dropbox.core.v2.teamlog.BinderReorderPageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderReorderSectionDetails": {"fq_name": "team_log.BinderReorderSectionDetails", "java_class": "com.dropbox.core.v2.teamlog.BinderReorderSectionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.BinderReorderSectionType": {"fq_name": "team_log.BinderReorderSectionType", "java_class": "com.dropbox.core.v2.teamlog.BinderReorderSectionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CameraUploadsPolicy": {"fq_name": "team_log.CameraUploadsPolicy", "java_class": "com.dropbox.core.v2.teamlog.CameraUploadsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CameraUploadsPolicyChangedDetails": {"fq_name": "team_log.CameraUploadsPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.CameraUploadsPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CameraUploadsPolicyChangedType": {"fq_name": "team_log.CameraUploadsPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.CameraUploadsPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CaptureTeamSpacePolicy": {"fq_name": "team_log.CaptureTeamSpacePolicy", "java_class": "com.dropbox.core.v2.teamlog.CaptureTeamSpacePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CaptureTeamSpacePolicyChangedDetails": {"fq_name": "team_log.CaptureTeamSpacePolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.CaptureTeamSpacePolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CaptureTeamSpacePolicyChangedType": {"fq_name": "team_log.CaptureTeamSpacePolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.CaptureTeamSpacePolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CaptureTranscriptPolicy": {"fq_name": "team_log.CaptureTranscriptPolicy", "java_class": "com.dropbox.core.v2.teamlog.CaptureTranscriptPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CaptureTranscriptPolicyChangedDetails": {"fq_name": "team_log.CaptureTranscriptPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.CaptureTranscriptPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CaptureTranscriptPolicyChangedType": {"fq_name": "team_log.CaptureTranscriptPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.CaptureTranscriptPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.Certificate": {"fq_name": "team_log.Certificate", "java_class": "com.dropbox.core.v2.teamlog.Certificate", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ChangeLinkExpirationPolicy": {"fq_name": "team_log.ChangeLinkExpirationPolicy", "java_class": "com.dropbox.core.v2.teamlog.ChangeLinkExpirationPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ChangedEnterpriseAdminRoleDetails": {"fq_name": "team_log.ChangedEnterpriseAdminRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.ChangedEnterpriseAdminRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ChangedEnterpriseAdminRoleType": {"fq_name": "team_log.ChangedEnterpriseAdminRoleType", "java_class": "com.dropbox.core.v2.teamlog.ChangedEnterpriseAdminRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusDetails": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.ChangedEnterpriseConnectedTeamStatusDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusType": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusType", "java_class": "com.dropbox.core.v2.teamlog.ChangedEnterpriseConnectedTeamStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationChangePolicyDetails": {"fq_name": "team_log.ClassificationChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ClassificationChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationChangePolicyType": {"fq_name": "team_log.ClassificationChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.ClassificationChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationCreateReportDetails": {"fq_name": "team_log.ClassificationCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.ClassificationCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationCreateReportFailDetails": {"fq_name": "team_log.ClassificationCreateReportFailDetails", "java_class": "com.dropbox.core.v2.teamlog.ClassificationCreateReportFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationCreateReportFailType": {"fq_name": "team_log.ClassificationCreateReportFailType", "java_class": "com.dropbox.core.v2.teamlog.ClassificationCreateReportFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationCreateReportType": {"fq_name": "team_log.ClassificationCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.ClassificationCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationPolicyEnumWrapper": {"fq_name": "team_log.ClassificationPolicyEnumWrapper", "java_class": "com.dropbox.core.v2.teamlog.ClassificationPolicyEnumWrapper", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ClassificationType": {"fq_name": "team_log.ClassificationType", "java_class": "com.dropbox.core.v2.teamlog.ClassificationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CollectionShareDetails": {"fq_name": "team_log.CollectionShareDetails", "java_class": "com.dropbox.core.v2.teamlog.CollectionShareDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CollectionShareType": {"fq_name": "team_log.CollectionShareType", "java_class": "com.dropbox.core.v2.teamlog.CollectionShareType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ComputerBackupPolicy": {"fq_name": "team_log.ComputerBackupPolicy", "java_class": "com.dropbox.core.v2.teamlog.ComputerBackupPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ComputerBackupPolicyChangedDetails": {"fq_name": "team_log.ComputerBackupPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ComputerBackupPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ComputerBackupPolicyChangedType": {"fq_name": "team_log.ComputerBackupPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.ComputerBackupPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ConnectedTeamName": {"fq_name": "team_log.ConnectedTeamName", "java_class": "com.dropbox.core.v2.teamlog.ConnectedTeamName", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContentAdministrationPolicyChangedDetails": {"fq_name": "team_log.ContentAdministrationPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ContentAdministrationPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContentAdministrationPolicyChangedType": {"fq_name": "team_log.ContentAdministrationPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.ContentAdministrationPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContentDeletionProtectionChangePolicyDetails": {"fq_name": "team_log.ContentDeletionProtectionChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ContentDeletionProtectionChangePolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.ContentDeletionProtectionChangePolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContentDeletionProtectionChangePolicyType": {"fq_name": "team_log.ContentDeletionProtectionChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.ContentDeletionProtectionChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContentDeletionProtectionPolicy": {"fq_name": "team_log.ContentDeletionProtectionPolicy", "java_class": "com.dropbox.core.v2.teamlog.ContentDeletionProtectionPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContentPermanentDeletePolicy": {"fq_name": "team_log.ContentPermanentDeletePolicy", "java_class": "com.dropbox.core.v2.teamlog.ContentPermanentDeletePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ContextLogInfo": {"fq_name": "team_log.ContextLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ContextLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CreateFolderDetails": {"fq_name": "team_log.CreateFolderDetails", "java_class": "com.dropbox.core.v2.teamlog.CreateFolderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CreateFolderType": {"fq_name": "team_log.CreateFolderType", "java_class": "com.dropbox.core.v2.teamlog.CreateFolderType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CreateTeamInviteLinkDetails": {"fq_name": "team_log.CreateTeamInviteLinkDetails", "java_class": "com.dropbox.core.v2.teamlog.CreateTeamInviteLinkDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.CreateTeamInviteLinkType": {"fq_name": "team_log.CreateTeamInviteLinkType", "java_class": "com.dropbox.core.v2.teamlog.CreateTeamInviteLinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAddedCommentToStackDetails": {"fq_name": "team_log.DashAddedCommentToStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashAddedCommentToStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAddedCommentToStackType": {"fq_name": "team_log.DashAddedCommentToStackType", "java_class": "com.dropbox.core.v2.teamlog.DashAddedCommentToStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAddedConnectorDetails": {"fq_name": "team_log.DashAddedConnectorDetails", "java_class": "com.dropbox.core.v2.teamlog.DashAddedConnectorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAddedConnectorType": {"fq_name": "team_log.DashAddedConnectorType", "java_class": "com.dropbox.core.v2.teamlog.DashAddedConnectorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAddedLinkToStackDetails": {"fq_name": "team_log.DashAddedLinkToStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashAddedLinkToStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAddedLinkToStackType": {"fq_name": "team_log.DashAddedLinkToStackType", "java_class": "com.dropbox.core.v2.teamlog.DashAddedLinkToStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAddedTeamEmailDomainAllowlistDetails": {"fq_name": "team_log.DashAddedTeamEmailDomainAllowlistDetails", "java_class": "com.dropbox.core.v2.teamlog.DashAddedTeamEmailDomainAllowlistDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAddedTeamEmailDomainAllowlistType": {"fq_name": "team_log.DashAddedTeamEmailDomainAllowlistType", "java_class": "com.dropbox.core.v2.teamlog.DashAddedTeamEmailDomainAllowlistType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAdminAddedOrgWideConnectorDetails": {"fq_name": "team_log.DashAdminAddedOrgWideConnectorDetails", "java_class": "com.dropbox.core.v2.teamlog.DashAdminAddedOrgWideConnectorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAdminAddedOrgWideConnectorType": {"fq_name": "team_log.DashAdminAddedOrgWideConnectorType", "java_class": "com.dropbox.core.v2.teamlog.DashAdminAddedOrgWideConnectorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAdminDisabledConnectorDetails": {"fq_name": "team_log.DashAdminDisabledConnectorDetails", "java_class": "com.dropbox.core.v2.teamlog.DashAdminDisabledConnectorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAdminDisabledConnectorType": {"fq_name": "team_log.DashAdminDisabledConnectorType", "java_class": "com.dropbox.core.v2.teamlog.DashAdminDisabledConnectorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAdminEnabledConnectorDetails": {"fq_name": "team_log.DashAdminEnabledConnectorDetails", "java_class": "com.dropbox.core.v2.teamlog.DashAdminEnabledConnectorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAdminEnabledConnectorType": {"fq_name": "team_log.DashAdminEnabledConnectorType", "java_class": "com.dropbox.core.v2.teamlog.DashAdminEnabledConnectorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAdminRemovedOrgWideConnectorDetails": {"fq_name": "team_log.DashAdminRemovedOrgWideConnectorDetails", "java_class": "com.dropbox.core.v2.teamlog.DashAdminRemovedOrgWideConnectorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashAdminRemovedOrgWideConnectorType": {"fq_name": "team_log.DashAdminRemovedOrgWideConnectorType", "java_class": "com.dropbox.core.v2.teamlog.DashAdminRemovedOrgWideConnectorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashArchivedStackDetails": {"fq_name": "team_log.DashArchivedStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashArchivedStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashArchivedStackType": {"fq_name": "team_log.DashArchivedStackType", "java_class": "com.dropbox.core.v2.teamlog.DashArchivedStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashChangedAudienceOfSharedLinkToStackDetails": {"fq_name": "team_log.DashChangedAudienceOfSharedLinkToStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashChangedAudienceOfSharedLinkToStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashChangedAudienceOfSharedLinkToStackType": {"fq_name": "team_log.DashChangedAudienceOfSharedLinkToStackType", "java_class": "com.dropbox.core.v2.teamlog.DashChangedAudienceOfSharedLinkToStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashClonedStackDetails": {"fq_name": "team_log.DashClonedStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashClonedStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashClonedStackType": {"fq_name": "team_log.DashClonedStackType", "java_class": "com.dropbox.core.v2.teamlog.DashClonedStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashConnectorStatus": {"fq_name": "team_log.DashConnectorStatus", "java_class": "com.dropbox.core.v2.teamlog.DashConnectorStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashCreatedStackDetails": {"fq_name": "team_log.DashCreatedStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashCreatedStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashCreatedStackType": {"fq_name": "team_log.DashCreatedStackType", "java_class": "com.dropbox.core.v2.teamlog.DashCreatedStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashDeletedCommentFromStackDetails": {"fq_name": "team_log.DashDeletedCommentFromStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashDeletedCommentFromStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashDeletedCommentFromStackType": {"fq_name": "team_log.DashDeletedCommentFromStackType", "java_class": "com.dropbox.core.v2.teamlog.DashDeletedCommentFromStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashDeletedStackDetails": {"fq_name": "team_log.DashDeletedStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashDeletedStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashDeletedStackType": {"fq_name": "team_log.DashDeletedStackType", "java_class": "com.dropbox.core.v2.teamlog.DashDeletedStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashEditedCommentInStackDetails": {"fq_name": "team_log.DashEditedCommentInStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashEditedCommentInStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashEditedCommentInStackType": {"fq_name": "team_log.DashEditedCommentInStackType", "java_class": "com.dropbox.core.v2.teamlog.DashEditedCommentInStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashExternalSharingPolicy": {"fq_name": "team_log.DashExternalSharingPolicy", "java_class": "com.dropbox.core.v2.teamlog.DashExternalSharingPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashExternalSharingPolicyChangedDetails": {"fq_name": "team_log.DashExternalSharingPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.DashExternalSharingPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashExternalSharingPolicyChangedType": {"fq_name": "team_log.DashExternalSharingPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.DashExternalSharingPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashExternalUserOpenedStackDetails": {"fq_name": "team_log.DashExternalUserOpenedStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashExternalUserOpenedStackDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DashExternalUserOpenedStackDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashExternalUserOpenedStackType": {"fq_name": "team_log.DashExternalUserOpenedStackType", "java_class": "com.dropbox.core.v2.teamlog.DashExternalUserOpenedStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashFirstLaunchedDesktopDetails": {"fq_name": "team_log.DashFirstLaunchedDesktopDetails", "java_class": "com.dropbox.core.v2.teamlog.DashFirstLaunchedDesktopDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashFirstLaunchedDesktopType": {"fq_name": "team_log.DashFirstLaunchedDesktopType", "java_class": "com.dropbox.core.v2.teamlog.DashFirstLaunchedDesktopType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashFirstLaunchedExtensionDetails": {"fq_name": "team_log.DashFirstLaunchedExtensionDetails", "java_class": "com.dropbox.core.v2.teamlog.DashFirstLaunchedExtensionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashFirstLaunchedExtensionType": {"fq_name": "team_log.DashFirstLaunchedExtensionType", "java_class": "com.dropbox.core.v2.teamlog.DashFirstLaunchedExtensionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashFirstLaunchedWebStartPageDetails": {"fq_name": "team_log.DashFirstLaunchedWebStartPageDetails", "java_class": "com.dropbox.core.v2.teamlog.DashFirstLaunchedWebStartPageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashFirstLaunchedWebStartPageType": {"fq_name": "team_log.DashFirstLaunchedWebStartPageType", "java_class": "com.dropbox.core.v2.teamlog.DashFirstLaunchedWebStartPageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashOpenedSharedLinkToStackDetails": {"fq_name": "team_log.DashOpenedSharedLinkToStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashOpenedSharedLinkToStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashOpenedSharedLinkToStackType": {"fq_name": "team_log.DashOpenedSharedLinkToStackType", "java_class": "com.dropbox.core.v2.teamlog.DashOpenedSharedLinkToStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashOpenedStackDetails": {"fq_name": "team_log.DashOpenedStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashOpenedStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashOpenedStackType": {"fq_name": "team_log.DashOpenedStackType", "java_class": "com.dropbox.core.v2.teamlog.DashOpenedStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashPreviewOptOutStatus": {"fq_name": "team_log.DashPreviewOptOutStatus", "java_class": "com.dropbox.core.v2.teamlog.DashPreviewOptOutStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashPreviewOptOutStatusChangedDetails": {"fq_name": "team_log.DashPreviewOptOutStatusChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.DashPreviewOptOutStatusChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashPreviewOptOutStatusChangedType": {"fq_name": "team_log.DashPreviewOptOutStatusChangedType", "java_class": "com.dropbox.core.v2.teamlog.DashPreviewOptOutStatusChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashRemovedConnectorDetails": {"fq_name": "team_log.DashRemovedConnectorDetails", "java_class": "com.dropbox.core.v2.teamlog.DashRemovedConnectorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashRemovedConnectorType": {"fq_name": "team_log.DashRemovedConnectorType", "java_class": "com.dropbox.core.v2.teamlog.DashRemovedConnectorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashRemovedLinkFromStackDetails": {"fq_name": "team_log.DashRemovedLinkFromStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashRemovedLinkFromStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashRemovedLinkFromStackType": {"fq_name": "team_log.DashRemovedLinkFromStackType", "java_class": "com.dropbox.core.v2.teamlog.DashRemovedLinkFromStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashRemovedSharedLinkToStackDetails": {"fq_name": "team_log.DashRemovedSharedLinkToStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashRemovedSharedLinkToStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashRemovedSharedLinkToStackType": {"fq_name": "team_log.DashRemovedSharedLinkToStackType", "java_class": "com.dropbox.core.v2.teamlog.DashRemovedSharedLinkToStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashRemovedTeamEmailDomainAllowlistDetails": {"fq_name": "team_log.DashRemovedTeamEmailDomainAllowlistDetails", "java_class": "com.dropbox.core.v2.teamlog.DashRemovedTeamEmailDomainAllowlistDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashRemovedTeamEmailDomainAllowlistType": {"fq_name": "team_log.DashRemovedTeamEmailDomainAllowlistType", "java_class": "com.dropbox.core.v2.teamlog.DashRemovedTeamEmailDomainAllowlistType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashRenamedStackDetails": {"fq_name": "team_log.DashRenamedStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashRenamedStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashRenamedStackType": {"fq_name": "team_log.DashRenamedStackType", "java_class": "com.dropbox.core.v2.teamlog.DashRenamedStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashSharedLinkToStackDetails": {"fq_name": "team_log.DashSharedLinkToStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashSharedLinkToStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashSharedLinkToStackType": {"fq_name": "team_log.DashSharedLinkToStackType", "java_class": "com.dropbox.core.v2.teamlog.DashSharedLinkToStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashStackSharingScope": {"fq_name": "team_log.DashStackSharingScope", "java_class": "com.dropbox.core.v2.teamlog.DashStackSharingScope", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashStackType": {"fq_name": "team_log.DashStackType", "java_class": "com.dropbox.core.v2.teamlog.DashStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashUnarchivedStackDetails": {"fq_name": "team_log.DashUnarchivedStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashUnarchivedStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashUnarchivedStackType": {"fq_name": "team_log.DashUnarchivedStackType", "java_class": "com.dropbox.core.v2.teamlog.DashUnarchivedStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashViewedCompanyStackDetails": {"fq_name": "team_log.DashViewedCompanyStackDetails", "java_class": "com.dropbox.core.v2.teamlog.DashViewedCompanyStackDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashViewedCompanyStackType": {"fq_name": "team_log.DashViewedCompanyStackType", "java_class": "com.dropbox.core.v2.teamlog.DashViewedCompanyStackType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashViewedExternalAiActivityReportDetails": {"fq_name": "team_log.DashViewedExternalAiActivityReportDetails", "java_class": "com.dropbox.core.v2.teamlog.DashViewedExternalAiActivityReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DashViewedExternalAiActivityReportType": {"fq_name": "team_log.DashViewedExternalAiActivityReportType", "java_class": "com.dropbox.core.v2.teamlog.DashViewedExternalAiActivityReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataPlacementRestrictionChangePolicyDetails": {"fq_name": "team_log.DataPlacementRestrictionChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataPlacementRestrictionChangePolicyType": {"fq_name": "team_log.DataPlacementRestrictionChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataPlacementRestrictionSatisfyPolicyDetails": {"fq_name": "team_log.DataPlacementRestrictionSatisfyPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataPlacementRestrictionSatisfyPolicyType": {"fq_name": "team_log.DataPlacementRestrictionSatisfyPolicyType", "java_class": "com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataResidencyMigrationRequestSuccessfulDetails": {"fq_name": "team_log.DataResidencyMigrationRequestSuccessfulDetails", "java_class": "com.dropbox.core.v2.teamlog.DataResidencyMigrationRequestSuccessfulDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataResidencyMigrationRequestSuccessfulType": {"fq_name": "team_log.DataResidencyMigrationRequestSuccessfulType", "java_class": "com.dropbox.core.v2.teamlog.DataResidencyMigrationRequestSuccessfulType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataResidencyMigrationRequestUnsuccessfulDetails": {"fq_name": "team_log.DataResidencyMigrationRequestUnsuccessfulDetails", "java_class": "com.dropbox.core.v2.teamlog.DataResidencyMigrationRequestUnsuccessfulDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DataResidencyMigrationRequestUnsuccessfulType": {"fq_name": "team_log.DataResidencyMigrationRequestUnsuccessfulType", "java_class": "com.dropbox.core.v2.teamlog.DataResidencyMigrationRequestUnsuccessfulType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DefaultLinkExpirationDaysPolicy": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy", "java_class": "com.dropbox.core.v2.teamlog.DefaultLinkExpirationDaysPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeleteTeamInviteLinkDetails": {"fq_name": "team_log.DeleteTeamInviteLinkDetails", "java_class": "com.dropbox.core.v2.teamlog.DeleteTeamInviteLinkDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeleteTeamInviteLinkType": {"fq_name": "team_log.DeleteTeamInviteLinkType", "java_class": "com.dropbox.core.v2.teamlog.DeleteTeamInviteLinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DesktopDeviceSessionLogInfo": {"fq_name": "team_log.DesktopDeviceSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.DesktopDeviceSessionLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DesktopDeviceSessionLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DesktopSessionLogInfo": {"fq_name": "team_log.DesktopSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.DesktopSessionLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsAddExceptionDetails": {"fq_name": "team_log.DeviceApprovalsAddExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsAddExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsAddExceptionType": {"fq_name": "team_log.DeviceApprovalsAddExceptionType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsAddExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeDesktopPolicyDetails": {"fq_name": "team_log.DeviceApprovalsChangeDesktopPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeDesktopPolicyType": {"fq_name": "team_log.DeviceApprovalsChangeDesktopPolicyType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeMobilePolicyDetails": {"fq_name": "team_log.DeviceApprovalsChangeMobilePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeMobilePolicyType": {"fq_name": "team_log.DeviceApprovalsChangeMobilePolicyType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeOverageActionDetails": {"fq_name": "team_log.DeviceApprovalsChangeOverageActionDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeOverageActionType": {"fq_name": "team_log.DeviceApprovalsChangeOverageActionType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeUnlinkActionDetails": {"fq_name": "team_log.DeviceApprovalsChangeUnlinkActionDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsChangeUnlinkActionType": {"fq_name": "team_log.DeviceApprovalsChangeUnlinkActionType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsPolicy": {"fq_name": "team_log.DeviceApprovalsPolicy", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsRemoveExceptionDetails": {"fq_name": "team_log.DeviceApprovalsRemoveExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsRemoveExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceApprovalsRemoveExceptionType": {"fq_name": "team_log.DeviceApprovalsRemoveExceptionType", "java_class": "com.dropbox.core.v2.teamlog.DeviceApprovalsRemoveExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpDesktopDetails": {"fq_name": "team_log.DeviceChangeIpDesktopDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpDesktopType": {"fq_name": "team_log.DeviceChangeIpDesktopType", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpMobileDetails": {"fq_name": "team_log.DeviceChangeIpMobileDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpMobileDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpMobileType": {"fq_name": "team_log.DeviceChangeIpMobileType", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpMobileType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpWebDetails": {"fq_name": "team_log.DeviceChangeIpWebDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceChangeIpWebType": {"fq_name": "team_log.DeviceChangeIpWebType", "java_class": "com.dropbox.core.v2.teamlog.DeviceChangeIpWebType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceDeleteOnUnlinkFailDetails": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceDeleteOnUnlinkFailType": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailType", "java_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceDeleteOnUnlinkSuccessDetails": {"fq_name": "team_log.DeviceDeleteOnUnlinkSuccessDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceDeleteOnUnlinkSuccessType": {"fq_name": "team_log.DeviceDeleteOnUnlinkSuccessType", "java_class": "com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceLinkFailDetails": {"fq_name": "team_log.DeviceLinkFailDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceLinkFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceLinkFailType": {"fq_name": "team_log.DeviceLinkFailType", "java_class": "com.dropbox.core.v2.teamlog.DeviceLinkFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceLinkSuccessDetails": {"fq_name": "team_log.DeviceLinkSuccessDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceLinkSuccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceLinkSuccessType": {"fq_name": "team_log.DeviceLinkSuccessType", "java_class": "com.dropbox.core.v2.teamlog.DeviceLinkSuccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceManagementDisabledDetails": {"fq_name": "team_log.DeviceManagementDisabledDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceManagementDisabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceManagementDisabledType": {"fq_name": "team_log.DeviceManagementDisabledType", "java_class": "com.dropbox.core.v2.teamlog.DeviceManagementDisabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceManagementEnabledDetails": {"fq_name": "team_log.DeviceManagementEnabledDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceManagementEnabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceManagementEnabledType": {"fq_name": "team_log.DeviceManagementEnabledType", "java_class": "com.dropbox.core.v2.teamlog.DeviceManagementEnabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceSessionLogInfo": {"fq_name": "team_log.DeviceSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.DeviceSessionLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceSessionLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceSyncBackupStatusChangedDetails": {"fq_name": "team_log.DeviceSyncBackupStatusChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceSyncBackupStatusChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceSyncBackupStatusChangedType": {"fq_name": "team_log.DeviceSyncBackupStatusChangedType", "java_class": "com.dropbox.core.v2.teamlog.DeviceSyncBackupStatusChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceType": {"fq_name": "team_log.DeviceType", "java_class": "com.dropbox.core.v2.teamlog.DeviceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceUnlinkDetails": {"fq_name": "team_log.DeviceUnlinkDetails", "java_class": "com.dropbox.core.v2.teamlog.DeviceUnlinkDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.DeviceUnlinkDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceUnlinkPolicy": {"fq_name": "team_log.DeviceUnlinkPolicy", "java_class": "com.dropbox.core.v2.teamlog.DeviceUnlinkPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DeviceUnlinkType": {"fq_name": "team_log.DeviceUnlinkType", "java_class": "com.dropbox.core.v2.teamlog.DeviceUnlinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DirectoryRestrictionsAddMembersDetails": {"fq_name": "team_log.DirectoryRestrictionsAddMembersDetails", "java_class": "com.dropbox.core.v2.teamlog.DirectoryRestrictionsAddMembersDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DirectoryRestrictionsAddMembersType": {"fq_name": "team_log.DirectoryRestrictionsAddMembersType", "java_class": "com.dropbox.core.v2.teamlog.DirectoryRestrictionsAddMembersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DirectoryRestrictionsRemoveMembersDetails": {"fq_name": "team_log.DirectoryRestrictionsRemoveMembersDetails", "java_class": "com.dropbox.core.v2.teamlog.DirectoryRestrictionsRemoveMembersDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DirectoryRestrictionsRemoveMembersType": {"fq_name": "team_log.DirectoryRestrictionsRemoveMembersType", "java_class": "com.dropbox.core.v2.teamlog.DirectoryRestrictionsRemoveMembersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DisabledDomainInvitesDetails": {"fq_name": "team_log.DisabledDomainInvitesDetails", "java_class": "com.dropbox.core.v2.teamlog.DisabledDomainInvitesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DisabledDomainInvitesType": {"fq_name": "team_log.DisabledDomainInvitesType", "java_class": "com.dropbox.core.v2.teamlog.DisabledDomainInvitesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DispositionActionType": {"fq_name": "team_log.DispositionActionType", "java_class": "com.dropbox.core.v2.teamlog.DispositionActionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesApproveRequestToJoinTeamDetails": {"fq_name": "team_log.DomainInvitesApproveRequestToJoinTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesApproveRequestToJoinTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesApproveRequestToJoinTeamType": {"fq_name": "team_log.DomainInvitesApproveRequestToJoinTeamType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesApproveRequestToJoinTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesDeclineRequestToJoinTeamDetails": {"fq_name": "team_log.DomainInvitesDeclineRequestToJoinTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesDeclineRequestToJoinTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesDeclineRequestToJoinTeamType": {"fq_name": "team_log.DomainInvitesDeclineRequestToJoinTeamType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesDeclineRequestToJoinTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesEmailExistingUsersDetails": {"fq_name": "team_log.DomainInvitesEmailExistingUsersDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesEmailExistingUsersType": {"fq_name": "team_log.DomainInvitesEmailExistingUsersType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesRequestToJoinTeamDetails": {"fq_name": "team_log.DomainInvitesRequestToJoinTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesRequestToJoinTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesRequestToJoinTeamType": {"fq_name": "team_log.DomainInvitesRequestToJoinTeamType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesRequestToJoinTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToNoDetails": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToNoDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToNoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToNoType": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToNoType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToNoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToYesDetails": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToYesDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToYesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToYesType": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToYesType", "java_class": "com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToYesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationAddDomainFailDetails": {"fq_name": "team_log.DomainVerificationAddDomainFailDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationAddDomainFailType": {"fq_name": "team_log.DomainVerificationAddDomainFailType", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationAddDomainSuccessDetails": {"fq_name": "team_log.DomainVerificationAddDomainSuccessDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationAddDomainSuccessType": {"fq_name": "team_log.DomainVerificationAddDomainSuccessType", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationRemoveDomainDetails": {"fq_name": "team_log.DomainVerificationRemoveDomainDetails", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DomainVerificationRemoveDomainType": {"fq_name": "team_log.DomainVerificationRemoveDomainType", "java_class": "com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DownloadPolicyType": {"fq_name": "team_log.DownloadPolicyType", "java_class": "com.dropbox.core.v2.teamlog.DownloadPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsExportedDetails": {"fq_name": "team_log.DropboxPasswordsExportedDetails", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsExportedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsExportedType": {"fq_name": "team_log.DropboxPasswordsExportedType", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsExportedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsNewDeviceEnrolledDetails": {"fq_name": "team_log.DropboxPasswordsNewDeviceEnrolledDetails", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsNewDeviceEnrolledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsNewDeviceEnrolledType": {"fq_name": "team_log.DropboxPasswordsNewDeviceEnrolledType", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsNewDeviceEnrolledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsPolicy": {"fq_name": "team_log.DropboxPasswordsPolicy", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsPolicyChangedDetails": {"fq_name": "team_log.DropboxPasswordsPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DropboxPasswordsPolicyChangedType": {"fq_name": "team_log.DropboxPasswordsPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.DropboxPasswordsPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.DurationLogInfo": {"fq_name": "team_log.DurationLogInfo", "java_class": "com.dropbox.core.v2.teamlog.DurationLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmailIngestPolicy": {"fq_name": "team_log.EmailIngestPolicy", "java_class": "com.dropbox.core.v2.teamlog.EmailIngestPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmailIngestPolicyChangedDetails": {"fq_name": "team_log.EmailIngestPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.EmailIngestPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmailIngestPolicyChangedType": {"fq_name": "team_log.EmailIngestPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.EmailIngestPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmailIngestReceiveFileDetails": {"fq_name": "team_log.EmailIngestReceiveFileDetails", "java_class": "com.dropbox.core.v2.teamlog.EmailIngestReceiveFileDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.EmailIngestReceiveFileDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmailIngestReceiveFileType": {"fq_name": "team_log.EmailIngestReceiveFileType", "java_class": "com.dropbox.core.v2.teamlog.EmailIngestReceiveFileType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmAddExceptionDetails": {"fq_name": "team_log.EmmAddExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmAddExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmAddExceptionType": {"fq_name": "team_log.EmmAddExceptionType", "java_class": "com.dropbox.core.v2.teamlog.EmmAddExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmChangePolicyDetails": {"fq_name": "team_log.EmmChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmChangePolicyType": {"fq_name": "team_log.EmmChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.EmmChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmCreateExceptionsReportDetails": {"fq_name": "team_log.EmmCreateExceptionsReportDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmCreateExceptionsReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmCreateExceptionsReportType": {"fq_name": "team_log.EmmCreateExceptionsReportType", "java_class": "com.dropbox.core.v2.teamlog.EmmCreateExceptionsReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmCreateUsageReportDetails": {"fq_name": "team_log.EmmCreateUsageReportDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmCreateUsageReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmCreateUsageReportType": {"fq_name": "team_log.EmmCreateUsageReportType", "java_class": "com.dropbox.core.v2.teamlog.EmmCreateUsageReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmErrorDetails": {"fq_name": "team_log.EmmErrorDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmErrorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmErrorType": {"fq_name": "team_log.EmmErrorType", "java_class": "com.dropbox.core.v2.teamlog.EmmErrorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmRefreshAuthTokenDetails": {"fq_name": "team_log.EmmRefreshAuthTokenDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmRefreshAuthTokenDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmRefreshAuthTokenType": {"fq_name": "team_log.EmmRefreshAuthTokenType", "java_class": "com.dropbox.core.v2.teamlog.EmmRefreshAuthTokenType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmRemoveExceptionDetails": {"fq_name": "team_log.EmmRemoveExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.EmmRemoveExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EmmRemoveExceptionType": {"fq_name": "team_log.EmmRemoveExceptionType", "java_class": "com.dropbox.core.v2.teamlog.EmmRemoveExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EnabledDomainInvitesDetails": {"fq_name": "team_log.EnabledDomainInvitesDetails", "java_class": "com.dropbox.core.v2.teamlog.EnabledDomainInvitesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EnabledDomainInvitesType": {"fq_name": "team_log.EnabledDomainInvitesType", "java_class": "com.dropbox.core.v2.teamlog.EnabledDomainInvitesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderCancelTeamKeyRotationDetails": {"fq_name": "team_log.EncryptedFolderCancelTeamKeyRotationDetails", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderCancelTeamKeyRotationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderCancelTeamKeyRotationType": {"fq_name": "team_log.EncryptedFolderCancelTeamKeyRotationType", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderCancelTeamKeyRotationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderEnrollBackupKeyDetails": {"fq_name": "team_log.EncryptedFolderEnrollBackupKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderEnrollBackupKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderEnrollBackupKeyType": {"fq_name": "team_log.EncryptedFolderEnrollBackupKeyType", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderEnrollBackupKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderEnrollClientDetails": {"fq_name": "team_log.EncryptedFolderEnrollClientDetails", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderEnrollClientDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderEnrollClientType": {"fq_name": "team_log.EncryptedFolderEnrollClientType", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderEnrollClientType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderEnrollTeamDetails": {"fq_name": "team_log.EncryptedFolderEnrollTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderEnrollTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderEnrollTeamType": {"fq_name": "team_log.EncryptedFolderEnrollTeamType", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderEnrollTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderFinishTeamUnenrollmentDetails": {"fq_name": "team_log.EncryptedFolderFinishTeamUnenrollmentDetails", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderFinishTeamUnenrollmentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderFinishTeamUnenrollmentType": {"fq_name": "team_log.EncryptedFolderFinishTeamUnenrollmentType", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderFinishTeamUnenrollmentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderInitTeamKeyRotationDetails": {"fq_name": "team_log.EncryptedFolderInitTeamKeyRotationDetails", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderInitTeamKeyRotationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderInitTeamKeyRotationType": {"fq_name": "team_log.EncryptedFolderInitTeamKeyRotationType", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderInitTeamKeyRotationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderInitTeamUnenrollmentDetails": {"fq_name": "team_log.EncryptedFolderInitTeamUnenrollmentDetails", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderInitTeamUnenrollmentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderInitTeamUnenrollmentType": {"fq_name": "team_log.EncryptedFolderInitTeamUnenrollmentType", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderInitTeamUnenrollmentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderRemoveBackupKeyDetails": {"fq_name": "team_log.EncryptedFolderRemoveBackupKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderRemoveBackupKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderRemoveBackupKeyType": {"fq_name": "team_log.EncryptedFolderRemoveBackupKeyType", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderRemoveBackupKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderRotateTeamKeyDetails": {"fq_name": "team_log.EncryptedFolderRotateTeamKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderRotateTeamKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderRotateTeamKeyType": {"fq_name": "team_log.EncryptedFolderRotateTeamKeyType", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderRotateTeamKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderUnenrollClientDetails": {"fq_name": "team_log.EncryptedFolderUnenrollClientDetails", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderUnenrollClientDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EncryptedFolderUnenrollClientType": {"fq_name": "team_log.EncryptedFolderUnenrollClientType", "java_class": "com.dropbox.core.v2.teamlog.EncryptedFolderUnenrollClientType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EndedEnterpriseAdminSessionDeprecatedDetails": {"fq_name": "team_log.EndedEnterpriseAdminSessionDeprecatedDetails", "java_class": "com.dropbox.core.v2.teamlog.EndedEnterpriseAdminSessionDeprecatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EndedEnterpriseAdminSessionDeprecatedType": {"fq_name": "team_log.EndedEnterpriseAdminSessionDeprecatedType", "java_class": "com.dropbox.core.v2.teamlog.EndedEnterpriseAdminSessionDeprecatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EndedEnterpriseAdminSessionDetails": {"fq_name": "team_log.EndedEnterpriseAdminSessionDetails", "java_class": "com.dropbox.core.v2.teamlog.EndedEnterpriseAdminSessionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EndedEnterpriseAdminSessionType": {"fq_name": "team_log.EndedEnterpriseAdminSessionType", "java_class": "com.dropbox.core.v2.teamlog.EndedEnterpriseAdminSessionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EnforceLinkPasswordPolicy": {"fq_name": "team_log.EnforceLinkPasswordPolicy", "java_class": "com.dropbox.core.v2.teamlog.EnforceLinkPasswordPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EnterpriseSettingsLockingDetails": {"fq_name": "team_log.EnterpriseSettingsLockingDetails", "java_class": "com.dropbox.core.v2.teamlog.EnterpriseSettingsLockingDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EnterpriseSettingsLockingType": {"fq_name": "team_log.EnterpriseSettingsLockingType", "java_class": "com.dropbox.core.v2.teamlog.EnterpriseSettingsLockingType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EventCategory": {"fq_name": "team_log.EventCategory", "java_class": "com.dropbox.core.v2.teamlog.EventCategory", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EventDetails": {"fq_name": "team_log.EventDetails", "java_class": "com.dropbox.core.v2.teamlog.EventDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EventType": {"fq_name": "team_log.EventType", "java_class": "com.dropbox.core.v2.teamlog.EventType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.EventTypeArg": {"fq_name": "team_log.EventTypeArg", "java_class": "com.dropbox.core.v2.teamlog.EventTypeArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExportMembersReportDetails": {"fq_name": "team_log.ExportMembersReportDetails", "java_class": "com.dropbox.core.v2.teamlog.ExportMembersReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExportMembersReportFailDetails": {"fq_name": "team_log.ExportMembersReportFailDetails", "java_class": "com.dropbox.core.v2.teamlog.ExportMembersReportFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExportMembersReportFailType": {"fq_name": "team_log.ExportMembersReportFailType", "java_class": "com.dropbox.core.v2.teamlog.ExportMembersReportFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExportMembersReportType": {"fq_name": "team_log.ExportMembersReportType", "java_class": "com.dropbox.core.v2.teamlog.ExportMembersReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExtendedVersionHistoryChangePolicyDetails": {"fq_name": "team_log.ExtendedVersionHistoryChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExtendedVersionHistoryChangePolicyType": {"fq_name": "team_log.ExtendedVersionHistoryChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExtendedVersionHistoryPolicy": {"fq_name": "team_log.ExtendedVersionHistoryPolicy", "java_class": "com.dropbox.core.v2.teamlog.ExtendedVersionHistoryPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupEligibilityStatus": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatus", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupEligibilityStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupEligibilityStatusCheckedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedType": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedType", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupEligibilityStatusCheckedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupPolicy": {"fq_name": "team_log.ExternalDriveBackupPolicy", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupPolicyChangedDetails": {"fq_name": "team_log.ExternalDriveBackupPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupPolicyChangedType": {"fq_name": "team_log.ExternalDriveBackupPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupStatus": {"fq_name": "team_log.ExternalDriveBackupStatus", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupStatusChangedDetails": {"fq_name": "team_log.ExternalDriveBackupStatusChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupStatusChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalDriveBackupStatusChangedType": {"fq_name": "team_log.ExternalDriveBackupStatusChangedType", "java_class": "com.dropbox.core.v2.teamlog.ExternalDriveBackupStatusChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalSharingCreateReportDetails": {"fq_name": "team_log.ExternalSharingCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.ExternalSharingCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalSharingCreateReportType": {"fq_name": "team_log.ExternalSharingCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.ExternalSharingCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalSharingReportFailedDetails": {"fq_name": "team_log.ExternalSharingReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.ExternalSharingReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalSharingReportFailedType": {"fq_name": "team_log.ExternalSharingReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.ExternalSharingReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalSharingSetting": {"fq_name": "team_log.ExternalSharingSetting", "java_class": "com.dropbox.core.v2.teamlog.ExternalSharingSetting", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ExternalUserLogInfo": {"fq_name": "team_log.ExternalUserLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ExternalUserLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FailureDetailsLogInfo": {"fq_name": "team_log.FailureDetailsLogInfo", "java_class": "com.dropbox.core.v2.teamlog.FailureDetailsLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FailureDetailsLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FedAdminRole": {"fq_name": "team_log.FedAdminRole", "java_class": "com.dropbox.core.v2.teamlog.FedAdminRole", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FedExtraDetails": {"fq_name": "team_log.FedExtraDetails", "java_class": "com.dropbox.core.v2.teamlog.FedExtraDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FedHandshakeAction": {"fq_name": "team_log.FedHandshakeAction", "java_class": "com.dropbox.core.v2.teamlog.FedHandshakeAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FederationStatusChangeAdditionalInfo": {"fq_name": "team_log.FederationStatusChangeAdditionalInfo", "java_class": "com.dropbox.core.v2.teamlog.FederationStatusChangeAdditionalInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddCommentDetails": {"fq_name": "team_log.FileAddCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileAddCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddCommentType": {"fq_name": "team_log.FileAddCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileAddCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddDetails": {"fq_name": "team_log.FileAddDetails", "java_class": "com.dropbox.core.v2.teamlog.FileAddDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddFromAutomationDetails": {"fq_name": "team_log.FileAddFromAutomationDetails", "java_class": "com.dropbox.core.v2.teamlog.FileAddFromAutomationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddFromAutomationType": {"fq_name": "team_log.FileAddFromAutomationType", "java_class": "com.dropbox.core.v2.teamlog.FileAddFromAutomationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileAddType": {"fq_name": "team_log.FileAddType", "java_class": "com.dropbox.core.v2.teamlog.FileAddType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileChangeCommentSubscriptionDetails": {"fq_name": "team_log.FileChangeCommentSubscriptionDetails", "java_class": "com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileChangeCommentSubscriptionType": {"fq_name": "team_log.FileChangeCommentSubscriptionType", "java_class": "com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCommentNotificationPolicy": {"fq_name": "team_log.FileCommentNotificationPolicy", "java_class": "com.dropbox.core.v2.teamlog.FileCommentNotificationPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCommentsChangePolicyDetails": {"fq_name": "team_log.FileCommentsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCommentsChangePolicyType": {"fq_name": "team_log.FileCommentsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.FileCommentsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCommentsPolicy": {"fq_name": "team_log.FileCommentsPolicy", "java_class": "com.dropbox.core.v2.teamlog.FileCommentsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCopyDetails": {"fq_name": "team_log.FileCopyDetails", "java_class": "com.dropbox.core.v2.teamlog.FileCopyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileCopyType": {"fq_name": "team_log.FileCopyType", "java_class": "com.dropbox.core.v2.teamlog.FileCopyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDeleteCommentDetails": {"fq_name": "team_log.FileDeleteCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileDeleteCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDeleteCommentType": {"fq_name": "team_log.FileDeleteCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileDeleteCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDeleteDetails": {"fq_name": "team_log.FileDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.FileDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDeleteType": {"fq_name": "team_log.FileDeleteType", "java_class": "com.dropbox.core.v2.teamlog.FileDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDownloadDetails": {"fq_name": "team_log.FileDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.FileDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileDownloadType": {"fq_name": "team_log.FileDownloadType", "java_class": "com.dropbox.core.v2.teamlog.FileDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileEditCommentDetails": {"fq_name": "team_log.FileEditCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileEditCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileEditCommentType": {"fq_name": "team_log.FileEditCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileEditCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileEditDetails": {"fq_name": "team_log.FileEditDetails", "java_class": "com.dropbox.core.v2.teamlog.FileEditDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileEditType": {"fq_name": "team_log.FileEditType", "java_class": "com.dropbox.core.v2.teamlog.FileEditType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileGetCopyReferenceDetails": {"fq_name": "team_log.FileGetCopyReferenceDetails", "java_class": "com.dropbox.core.v2.teamlog.FileGetCopyReferenceDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileGetCopyReferenceType": {"fq_name": "team_log.FileGetCopyReferenceType", "java_class": "com.dropbox.core.v2.teamlog.FileGetCopyReferenceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLikeCommentDetails": {"fq_name": "team_log.FileLikeCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileLikeCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLikeCommentType": {"fq_name": "team_log.FileLikeCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileLikeCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLockingLockStatusChangedDetails": {"fq_name": "team_log.FileLockingLockStatusChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FileLockingLockStatusChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLockingLockStatusChangedType": {"fq_name": "team_log.FileLockingLockStatusChangedType", "java_class": "com.dropbox.core.v2.teamlog.FileLockingLockStatusChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLockingPolicyChangedDetails": {"fq_name": "team_log.FileLockingPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FileLockingPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLockingPolicyChangedType": {"fq_name": "team_log.FileLockingPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.FileLockingPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileLogInfo": {"fq_name": "team_log.FileLogInfo", "java_class": "com.dropbox.core.v2.teamlog.FileLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileMoveDetails": {"fq_name": "team_log.FileMoveDetails", "java_class": "com.dropbox.core.v2.teamlog.FileMoveDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileMoveType": {"fq_name": "team_log.FileMoveType", "java_class": "com.dropbox.core.v2.teamlog.FileMoveType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileOrFolderLogInfo": {"fq_name": "team_log.FileOrFolderLogInfo", "java_class": "com.dropbox.core.v2.teamlog.FileOrFolderLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileOrFolderLogInfo.Builder", "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "team_log.FilePermanentlyDeleteDetails": {"fq_name": "team_log.FilePermanentlyDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.FilePermanentlyDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FilePermanentlyDeleteType": {"fq_name": "team_log.FilePermanentlyDeleteType", "java_class": "com.dropbox.core.v2.teamlog.FilePermanentlyDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FilePreviewDetails": {"fq_name": "team_log.FilePreviewDetails", "java_class": "com.dropbox.core.v2.teamlog.FilePreviewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FilePreviewType": {"fq_name": "team_log.FilePreviewType", "java_class": "com.dropbox.core.v2.teamlog.FilePreviewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileProviderMigrationPolicyChangedDetails": {"fq_name": "team_log.FileProviderMigrationPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FileProviderMigrationPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileProviderMigrationPolicyChangedType": {"fq_name": "team_log.FileProviderMigrationPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.FileProviderMigrationPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRenameDetails": {"fq_name": "team_log.FileRenameDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRenameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRenameType": {"fq_name": "team_log.FileRenameType", "java_class": "com.dropbox.core.v2.teamlog.FileRenameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestAutoCloseDetails": {"fq_name": "team_log.FileRequestAutoCloseDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestAutoCloseDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestAutoCloseDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestAutoCloseType": {"fq_name": "team_log.FileRequestAutoCloseType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestAutoCloseType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestChangeDetails": {"fq_name": "team_log.FileRequestChangeDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestChangeDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestChangeDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestChangeType": {"fq_name": "team_log.FileRequestChangeType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestChangeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestCloseDetails": {"fq_name": "team_log.FileRequestCloseDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestCloseDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestCloseDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestCloseType": {"fq_name": "team_log.FileRequestCloseType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestCloseType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestCreateDetails": {"fq_name": "team_log.FileRequestCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestCreateDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestCreateDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestCreateType": {"fq_name": "team_log.FileRequestCreateType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestDeadline": {"fq_name": "team_log.FileRequestDeadline", "java_class": "com.dropbox.core.v2.teamlog.FileRequestDeadline", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestDeadline.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestDeleteDetails": {"fq_name": "team_log.FileRequestDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestDeleteDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestDeleteDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestDeleteType": {"fq_name": "team_log.FileRequestDeleteType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestDetails": {"fq_name": "team_log.FileRequestDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestReceiveFileDetails": {"fq_name": "team_log.FileRequestReceiveFileDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestReceiveFileType": {"fq_name": "team_log.FileRequestReceiveFileType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestReceiveFileType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsChangePolicyDetails": {"fq_name": "team_log.FileRequestsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsChangePolicyType": {"fq_name": "team_log.FileRequestsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsEmailsEnabledDetails": {"fq_name": "team_log.FileRequestsEmailsEnabledDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsEmailsEnabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsEmailsEnabledType": {"fq_name": "team_log.FileRequestsEmailsEnabledType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsEmailsEnabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsEmailsRestrictedToTeamOnlyDetails": {"fq_name": "team_log.FileRequestsEmailsRestrictedToTeamOnlyDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsEmailsRestrictedToTeamOnlyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsEmailsRestrictedToTeamOnlyType": {"fq_name": "team_log.FileRequestsEmailsRestrictedToTeamOnlyType", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsEmailsRestrictedToTeamOnlyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRequestsPolicy": {"fq_name": "team_log.FileRequestsPolicy", "java_class": "com.dropbox.core.v2.teamlog.FileRequestsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileResolveCommentDetails": {"fq_name": "team_log.FileResolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileResolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileResolveCommentType": {"fq_name": "team_log.FileResolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileResolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRestoreDetails": {"fq_name": "team_log.FileRestoreDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRestoreDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRestoreType": {"fq_name": "team_log.FileRestoreType", "java_class": "com.dropbox.core.v2.teamlog.FileRestoreType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRevertDetails": {"fq_name": "team_log.FileRevertDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRevertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRevertType": {"fq_name": "team_log.FileRevertType", "java_class": "com.dropbox.core.v2.teamlog.FileRevertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRollbackChangesDetails": {"fq_name": "team_log.FileRollbackChangesDetails", "java_class": "com.dropbox.core.v2.teamlog.FileRollbackChangesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileRollbackChangesType": {"fq_name": "team_log.FileRollbackChangesType", "java_class": "com.dropbox.core.v2.teamlog.FileRollbackChangesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileSaveCopyReferenceDetails": {"fq_name": "team_log.FileSaveCopyReferenceDetails", "java_class": "com.dropbox.core.v2.teamlog.FileSaveCopyReferenceDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileSaveCopyReferenceType": {"fq_name": "team_log.FileSaveCopyReferenceType", "java_class": "com.dropbox.core.v2.teamlog.FileSaveCopyReferenceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersFileAddDetails": {"fq_name": "team_log.FileTransfersFileAddDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersFileAddDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersFileAddType": {"fq_name": "team_log.FileTransfersFileAddType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersFileAddType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersPolicy": {"fq_name": "team_log.FileTransfersPolicy", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersPolicyChangedDetails": {"fq_name": "team_log.FileTransfersPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersPolicyChangedType": {"fq_name": "team_log.FileTransfersPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferDeleteDetails": {"fq_name": "team_log.FileTransfersTransferDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferDeleteType": {"fq_name": "team_log.FileTransfersTransferDeleteType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferDownloadDetails": {"fq_name": "team_log.FileTransfersTransferDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferDownloadType": {"fq_name": "team_log.FileTransfersTransferDownloadType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferSendDetails": {"fq_name": "team_log.FileTransfersTransferSendDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferSendDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferSendType": {"fq_name": "team_log.FileTransfersTransferSendType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferSendType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferViewDetails": {"fq_name": "team_log.FileTransfersTransferViewDetails", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileTransfersTransferViewType": {"fq_name": "team_log.FileTransfersTransferViewType", "java_class": "com.dropbox.core.v2.teamlog.FileTransfersTransferViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileUnlikeCommentDetails": {"fq_name": "team_log.FileUnlikeCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileUnlikeCommentType": {"fq_name": "team_log.FileUnlikeCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileUnlikeCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileUnresolveCommentDetails": {"fq_name": "team_log.FileUnresolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FileUnresolveCommentType": {"fq_name": "team_log.FileUnresolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.FileUnresolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FlexibleFileNamesPolicy": {"fq_name": "team_log.FlexibleFileNamesPolicy", "java_class": "com.dropbox.core.v2.teamlog.FlexibleFileNamesPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FlexibleFileNamesPolicyChangedDetails": {"fq_name": "team_log.FlexibleFileNamesPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FlexibleFileNamesPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FlexibleFileNamesPolicyChangedType": {"fq_name": "team_log.FlexibleFileNamesPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.FlexibleFileNamesPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderLinkRestrictionPolicy": {"fq_name": "team_log.FolderLinkRestrictionPolicy", "java_class": "com.dropbox.core.v2.teamlog.FolderLinkRestrictionPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderLinkRestrictionPolicyChangedDetails": {"fq_name": "team_log.FolderLinkRestrictionPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FolderLinkRestrictionPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderLinkRestrictionPolicyChangedType": {"fq_name": "team_log.FolderLinkRestrictionPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.FolderLinkRestrictionPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderLogInfo": {"fq_name": "team_log.FolderLogInfo", "java_class": "com.dropbox.core.v2.teamlog.FolderLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.FolderLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewDescriptionChangedDetails": {"fq_name": "team_log.FolderOverviewDescriptionChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewDescriptionChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewDescriptionChangedType": {"fq_name": "team_log.FolderOverviewDescriptionChangedType", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewDescriptionChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewItemPinnedDetails": {"fq_name": "team_log.FolderOverviewItemPinnedDetails", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewItemPinnedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewItemPinnedType": {"fq_name": "team_log.FolderOverviewItemPinnedType", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewItemPinnedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewItemUnpinnedDetails": {"fq_name": "team_log.FolderOverviewItemUnpinnedDetails", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewItemUnpinnedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.FolderOverviewItemUnpinnedType": {"fq_name": "team_log.FolderOverviewItemUnpinnedType", "java_class": "com.dropbox.core.v2.teamlog.FolderOverviewItemUnpinnedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GeoLocationLogInfo": {"fq_name": "team_log.GeoLocationLogInfo", "java_class": "com.dropbox.core.v2.teamlog.GeoLocationLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GetTeamEventsArg": {"fq_name": "team_log.GetTeamEventsArg", "java_class": "com.dropbox.core.v2.teamlog.GetTeamEventsArg", "visibility": "PACKAGE", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GetTeamEventsArg.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GetTeamEventsContinueArg": {"fq_name": "team_log.GetTeamEventsContinueArg", "java_class": "com.dropbox.core.v2.teamlog.GetTeamEventsContinueArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GetTeamEventsContinueError": {"fq_name": "team_log.GetTeamEventsContinueError", "java_class": "com.dropbox.core.v2.teamlog.GetTeamEventsContinueError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GetTeamEventsError": {"fq_name": "team_log.GetTeamEventsError", "java_class": "com.dropbox.core.v2.teamlog.GetTeamEventsError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GetTeamEventsResult": {"fq_name": "team_log.GetTeamEventsResult", "java_class": "com.dropbox.core.v2.teamlog.GetTeamEventsResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GoogleSsoChangePolicyDetails": {"fq_name": "team_log.GoogleSsoChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GoogleSsoChangePolicyType": {"fq_name": "team_log.GoogleSsoChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GoogleSsoPolicy": {"fq_name": "team_log.GoogleSsoPolicy", "java_class": "com.dropbox.core.v2.teamlog.GoogleSsoPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyAddFolderFailedDetails": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFolderFailedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFolderFailedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyAddFolderFailedType": {"fq_name": "team_log.GovernancePolicyAddFolderFailedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFolderFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyAddFoldersDetails": {"fq_name": "team_log.GovernancePolicyAddFoldersDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFoldersDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFoldersDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyAddFoldersType": {"fq_name": "team_log.GovernancePolicyAddFoldersType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyAddFoldersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyContentDisposedDetails": {"fq_name": "team_log.GovernancePolicyContentDisposedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyContentDisposedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyContentDisposedType": {"fq_name": "team_log.GovernancePolicyContentDisposedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyContentDisposedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyCreateDetails": {"fq_name": "team_log.GovernancePolicyCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyCreateDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GovernancePolicyCreateDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyCreateType": {"fq_name": "team_log.GovernancePolicyCreateType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyDeleteDetails": {"fq_name": "team_log.GovernancePolicyDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyDeleteType": {"fq_name": "team_log.GovernancePolicyDeleteType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyEditDetailsDetails": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyEditDetailsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyEditDetailsType": {"fq_name": "team_log.GovernancePolicyEditDetailsType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyEditDetailsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyEditDurationDetails": {"fq_name": "team_log.GovernancePolicyEditDurationDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyEditDurationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyEditDurationType": {"fq_name": "team_log.GovernancePolicyEditDurationType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyEditDurationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyExportCreatedDetails": {"fq_name": "team_log.GovernancePolicyExportCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyExportCreatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyExportCreatedType": {"fq_name": "team_log.GovernancePolicyExportCreatedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyExportCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyExportRemovedDetails": {"fq_name": "team_log.GovernancePolicyExportRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyExportRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyExportRemovedType": {"fq_name": "team_log.GovernancePolicyExportRemovedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyExportRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyRemoveFoldersDetails": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyRemoveFoldersDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GovernancePolicyRemoveFoldersDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyRemoveFoldersType": {"fq_name": "team_log.GovernancePolicyRemoveFoldersType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyRemoveFoldersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyReportCreatedDetails": {"fq_name": "team_log.GovernancePolicyReportCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyReportCreatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyReportCreatedType": {"fq_name": "team_log.GovernancePolicyReportCreatedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyReportCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyZipPartDownloadedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GovernancePolicyZipPartDownloadedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GovernancePolicyZipPartDownloadedType": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedType", "java_class": "com.dropbox.core.v2.teamlog.GovernancePolicyZipPartDownloadedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupAddExternalIdDetails": {"fq_name": "team_log.GroupAddExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupAddExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupAddExternalIdType": {"fq_name": "team_log.GroupAddExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.GroupAddExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupAddMemberDetails": {"fq_name": "team_log.GroupAddMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupAddMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupAddMemberType": {"fq_name": "team_log.GroupAddMemberType", "java_class": "com.dropbox.core.v2.teamlog.GroupAddMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeExternalIdDetails": {"fq_name": "team_log.GroupChangeExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeExternalIdType": {"fq_name": "team_log.GroupChangeExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeManagementTypeDetails": {"fq_name": "team_log.GroupChangeManagementTypeDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeManagementTypeType": {"fq_name": "team_log.GroupChangeManagementTypeType", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeManagementTypeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeMemberRoleDetails": {"fq_name": "team_log.GroupChangeMemberRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeMemberRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupChangeMemberRoleType": {"fq_name": "team_log.GroupChangeMemberRoleType", "java_class": "com.dropbox.core.v2.teamlog.GroupChangeMemberRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupCreateDetails": {"fq_name": "team_log.GroupCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupCreateDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GroupCreateDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupCreateType": {"fq_name": "team_log.GroupCreateType", "java_class": "com.dropbox.core.v2.teamlog.GroupCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupDeleteDetails": {"fq_name": "team_log.GroupDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupDeleteType": {"fq_name": "team_log.GroupDeleteType", "java_class": "com.dropbox.core.v2.teamlog.GroupDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupDescriptionUpdatedDetails": {"fq_name": "team_log.GroupDescriptionUpdatedDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupDescriptionUpdatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupDescriptionUpdatedType": {"fq_name": "team_log.GroupDescriptionUpdatedType", "java_class": "com.dropbox.core.v2.teamlog.GroupDescriptionUpdatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupExternalSharingSettingOverrideChangedDetails": {"fq_name": "team_log.GroupExternalSharingSettingOverrideChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupExternalSharingSettingOverrideChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupExternalSharingSettingOverrideChangedType": {"fq_name": "team_log.GroupExternalSharingSettingOverrideChangedType", "java_class": "com.dropbox.core.v2.teamlog.GroupExternalSharingSettingOverrideChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupJoinPolicy": {"fq_name": "team_log.GroupJoinPolicy", "java_class": "com.dropbox.core.v2.teamlog.GroupJoinPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupJoinPolicyUpdatedDetails": {"fq_name": "team_log.GroupJoinPolicyUpdatedDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupJoinPolicyUpdatedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GroupJoinPolicyUpdatedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupJoinPolicyUpdatedType": {"fq_name": "team_log.GroupJoinPolicyUpdatedType", "java_class": "com.dropbox.core.v2.teamlog.GroupJoinPolicyUpdatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupLogInfo": {"fq_name": "team_log.GroupLogInfo", "java_class": "com.dropbox.core.v2.teamlog.GroupLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GroupLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupMovedDetails": {"fq_name": "team_log.GroupMovedDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupMovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupMovedType": {"fq_name": "team_log.GroupMovedType", "java_class": "com.dropbox.core.v2.teamlog.GroupMovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRemoveExternalIdDetails": {"fq_name": "team_log.GroupRemoveExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupRemoveExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRemoveExternalIdType": {"fq_name": "team_log.GroupRemoveExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.GroupRemoveExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRemoveMemberDetails": {"fq_name": "team_log.GroupRemoveMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupRemoveMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRemoveMemberType": {"fq_name": "team_log.GroupRemoveMemberType", "java_class": "com.dropbox.core.v2.teamlog.GroupRemoveMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRenameDetails": {"fq_name": "team_log.GroupRenameDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupRenameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupRenameType": {"fq_name": "team_log.GroupRenameType", "java_class": "com.dropbox.core.v2.teamlog.GroupRenameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupUserManagementChangePolicyDetails": {"fq_name": "team_log.GroupUserManagementChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GroupUserManagementChangePolicyType": {"fq_name": "team_log.GroupUserManagementChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminChangeStatusDetails": {"fq_name": "team_log.GuestAdminChangeStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminChangeStatusDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GuestAdminChangeStatusDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminChangeStatusType": {"fq_name": "team_log.GuestAdminChangeStatusType", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminChangeStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminSignedInViaTrustedTeamsDetails": {"fq_name": "team_log.GuestAdminSignedInViaTrustedTeamsDetails", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedInViaTrustedTeamsDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedInViaTrustedTeamsDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminSignedInViaTrustedTeamsType": {"fq_name": "team_log.GuestAdminSignedInViaTrustedTeamsType", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedInViaTrustedTeamsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminSignedOutViaTrustedTeamsDetails": {"fq_name": "team_log.GuestAdminSignedOutViaTrustedTeamsDetails", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedOutViaTrustedTeamsDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedOutViaTrustedTeamsDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.GuestAdminSignedOutViaTrustedTeamsType": {"fq_name": "team_log.GuestAdminSignedOutViaTrustedTeamsType", "java_class": "com.dropbox.core.v2.teamlog.GuestAdminSignedOutViaTrustedTeamsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IdentifierType": {"fq_name": "team_log.IdentifierType", "java_class": "com.dropbox.core.v2.teamlog.IdentifierType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationConnectedDetails": {"fq_name": "team_log.IntegrationConnectedDetails", "java_class": "com.dropbox.core.v2.teamlog.IntegrationConnectedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationConnectedType": {"fq_name": "team_log.IntegrationConnectedType", "java_class": "com.dropbox.core.v2.teamlog.IntegrationConnectedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationDisconnectedDetails": {"fq_name": "team_log.IntegrationDisconnectedDetails", "java_class": "com.dropbox.core.v2.teamlog.IntegrationDisconnectedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationDisconnectedType": {"fq_name": "team_log.IntegrationDisconnectedType", "java_class": "com.dropbox.core.v2.teamlog.IntegrationDisconnectedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationPolicy": {"fq_name": "team_log.IntegrationPolicy", "java_class": "com.dropbox.core.v2.teamlog.IntegrationPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationPolicyChangedDetails": {"fq_name": "team_log.IntegrationPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.IntegrationPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.IntegrationPolicyChangedType": {"fq_name": "team_log.IntegrationPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.IntegrationPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.InviteAcceptanceEmailPolicy": {"fq_name": "team_log.InviteAcceptanceEmailPolicy", "java_class": "com.dropbox.core.v2.teamlog.InviteAcceptanceEmailPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.InviteAcceptanceEmailPolicyChangedDetails": {"fq_name": "team_log.InviteAcceptanceEmailPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.InviteAcceptanceEmailPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.InviteAcceptanceEmailPolicyChangedType": {"fq_name": "team_log.InviteAcceptanceEmailPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.InviteAcceptanceEmailPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.InviteMethod": {"fq_name": "team_log.InviteMethod", "java_class": "com.dropbox.core.v2.teamlog.InviteMethod", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.JoinTeamDetails": {"fq_name": "team_log.JoinTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.JoinTeamDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.JoinTeamDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LabelType": {"fq_name": "team_log.LabelType", "java_class": "com.dropbox.core.v2.teamlog.LabelType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegacyDeviceSessionLogInfo": {"fq_name": "team_log.LegacyDeviceSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.LegacyDeviceSessionLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.LegacyDeviceSessionLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsActivateAHoldDetails": {"fq_name": "team_log.LegalHoldsActivateAHoldDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsActivateAHoldDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsActivateAHoldType": {"fq_name": "team_log.LegalHoldsActivateAHoldType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsActivateAHoldType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsAddMembersDetails": {"fq_name": "team_log.LegalHoldsAddMembersDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsAddMembersDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsAddMembersType": {"fq_name": "team_log.LegalHoldsAddMembersType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsAddMembersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsChangeHoldDetailsDetails": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsChangeHoldDetailsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsChangeHoldDetailsType": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsChangeHoldDetailsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsChangeHoldNameDetails": {"fq_name": "team_log.LegalHoldsChangeHoldNameDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsChangeHoldNameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsChangeHoldNameType": {"fq_name": "team_log.LegalHoldsChangeHoldNameType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsChangeHoldNameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportAHoldDetails": {"fq_name": "team_log.LegalHoldsExportAHoldDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportAHoldDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportAHoldType": {"fq_name": "team_log.LegalHoldsExportAHoldType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportAHoldType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportCancelledDetails": {"fq_name": "team_log.LegalHoldsExportCancelledDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportCancelledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportCancelledType": {"fq_name": "team_log.LegalHoldsExportCancelledType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportCancelledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportDownloadedDetails": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportDownloadedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportDownloadedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportDownloadedType": {"fq_name": "team_log.LegalHoldsExportDownloadedType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportDownloadedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportRemovedDetails": {"fq_name": "team_log.LegalHoldsExportRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsExportRemovedType": {"fq_name": "team_log.LegalHoldsExportRemovedType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsExportRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsReleaseAHoldDetails": {"fq_name": "team_log.LegalHoldsReleaseAHoldDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsReleaseAHoldDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsReleaseAHoldType": {"fq_name": "team_log.LegalHoldsReleaseAHoldType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsReleaseAHoldType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsRemoveMembersDetails": {"fq_name": "team_log.LegalHoldsRemoveMembersDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsRemoveMembersDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsRemoveMembersType": {"fq_name": "team_log.LegalHoldsRemoveMembersType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsRemoveMembersType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsReportAHoldDetails": {"fq_name": "team_log.LegalHoldsReportAHoldDetails", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsReportAHoldDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LegalHoldsReportAHoldType": {"fq_name": "team_log.LegalHoldsReportAHoldType", "java_class": "com.dropbox.core.v2.teamlog.LegalHoldsReportAHoldType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LinkSettingsLogInfo": {"fq_name": "team_log.LinkSettingsLogInfo", "java_class": "com.dropbox.core.v2.teamlog.LinkSettingsLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LinkedDeviceLogInfo": {"fq_name": "team_log.LinkedDeviceLogInfo", "java_class": "com.dropbox.core.v2.teamlog.LinkedDeviceLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LockStatus": {"fq_name": "team_log.LockStatus", "java_class": "com.dropbox.core.v2.teamlog.LockStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LoginFailDetails": {"fq_name": "team_log.LoginFailDetails", "java_class": "com.dropbox.core.v2.teamlog.LoginFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LoginFailType": {"fq_name": "team_log.LoginFailType", "java_class": "com.dropbox.core.v2.teamlog.LoginFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LoginMethod": {"fq_name": "team_log.LoginMethod", "java_class": "com.dropbox.core.v2.teamlog.LoginMethod", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LoginSuccessDetails": {"fq_name": "team_log.LoginSuccessDetails", "java_class": "com.dropbox.core.v2.teamlog.LoginSuccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LoginSuccessType": {"fq_name": "team_log.LoginSuccessType", "java_class": "com.dropbox.core.v2.teamlog.LoginSuccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LogoutDetails": {"fq_name": "team_log.LogoutDetails", "java_class": "com.dropbox.core.v2.teamlog.LogoutDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.LogoutType": {"fq_name": "team_log.LogoutType", "java_class": "com.dropbox.core.v2.teamlog.LogoutType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MalwareExclusionState": {"fq_name": "team_log.MalwareExclusionState", "java_class": "com.dropbox.core.v2.teamlog.MalwareExclusionState", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.MalwareExclusionState.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAccessDetailsCreateReportDetails": {"fq_name": "team_log.MemberAccessDetailsCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberAccessDetailsCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAccessDetailsCreateReportFailedDetails": {"fq_name": "team_log.MemberAccessDetailsCreateReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberAccessDetailsCreateReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAccessDetailsCreateReportFailedType": {"fq_name": "team_log.MemberAccessDetailsCreateReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.MemberAccessDetailsCreateReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAccessDetailsCreateReportType": {"fq_name": "team_log.MemberAccessDetailsCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.MemberAccessDetailsCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAddExternalIdDetails": {"fq_name": "team_log.MemberAddExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberAddExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAddExternalIdType": {"fq_name": "team_log.MemberAddExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.MemberAddExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAddNameDetails": {"fq_name": "team_log.MemberAddNameDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberAddNameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberAddNameType": {"fq_name": "team_log.MemberAddNameType", "java_class": "com.dropbox.core.v2.teamlog.MemberAddNameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeAdminRoleDetails": {"fq_name": "team_log.MemberChangeAdminRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeAdminRoleType": {"fq_name": "team_log.MemberChangeAdminRoleType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeAdminRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeEmailDetails": {"fq_name": "team_log.MemberChangeEmailDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeEmailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeEmailType": {"fq_name": "team_log.MemberChangeEmailType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeEmailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeExternalIdDetails": {"fq_name": "team_log.MemberChangeExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeExternalIdType": {"fq_name": "team_log.MemberChangeExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeMembershipTypeDetails": {"fq_name": "team_log.MemberChangeMembershipTypeDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeMembershipTypeType": {"fq_name": "team_log.MemberChangeMembershipTypeType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeNameDetails": {"fq_name": "team_log.MemberChangeNameDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeNameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeNameType": {"fq_name": "team_log.MemberChangeNameType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeNameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeResellerRoleDetails": {"fq_name": "team_log.MemberChangeResellerRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeResellerRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeResellerRoleType": {"fq_name": "team_log.MemberChangeResellerRoleType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeResellerRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeStatusDetails": {"fq_name": "team_log.MemberChangeStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeStatusDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.MemberChangeStatusDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberChangeStatusType": {"fq_name": "team_log.MemberChangeStatusType", "java_class": "com.dropbox.core.v2.teamlog.MemberChangeStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberDeleteManualContactsDetails": {"fq_name": "team_log.MemberDeleteManualContactsDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberDeleteManualContactsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberDeleteManualContactsType": {"fq_name": "team_log.MemberDeleteManualContactsType", "java_class": "com.dropbox.core.v2.teamlog.MemberDeleteManualContactsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberDeleteProfilePhotoDetails": {"fq_name": "team_log.MemberDeleteProfilePhotoDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberDeleteProfilePhotoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberDeleteProfilePhotoType": {"fq_name": "team_log.MemberDeleteProfilePhotoType", "java_class": "com.dropbox.core.v2.teamlog.MemberDeleteProfilePhotoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberPermanentlyDeleteAccountContentsDetails": {"fq_name": "team_log.MemberPermanentlyDeleteAccountContentsDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberPermanentlyDeleteAccountContentsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberPermanentlyDeleteAccountContentsType": {"fq_name": "team_log.MemberPermanentlyDeleteAccountContentsType", "java_class": "com.dropbox.core.v2.teamlog.MemberPermanentlyDeleteAccountContentsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRemoveActionType": {"fq_name": "team_log.MemberRemoveActionType", "java_class": "com.dropbox.core.v2.teamlog.MemberRemoveActionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRemoveExternalIdDetails": {"fq_name": "team_log.MemberRemoveExternalIdDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberRemoveExternalIdDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRemoveExternalIdType": {"fq_name": "team_log.MemberRemoveExternalIdType", "java_class": "com.dropbox.core.v2.teamlog.MemberRemoveExternalIdType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRequestsChangePolicyDetails": {"fq_name": "team_log.MemberRequestsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRequestsChangePolicyType": {"fq_name": "team_log.MemberRequestsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberRequestsPolicy": {"fq_name": "team_log.MemberRequestsPolicy", "java_class": "com.dropbox.core.v2.teamlog.MemberRequestsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSendInvitePolicy": {"fq_name": "team_log.MemberSendInvitePolicy", "java_class": "com.dropbox.core.v2.teamlog.MemberSendInvitePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSendInvitePolicyChangedDetails": {"fq_name": "team_log.MemberSendInvitePolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSendInvitePolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSendInvitePolicyChangedType": {"fq_name": "team_log.MemberSendInvitePolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.MemberSendInvitePolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSetProfilePhotoDetails": {"fq_name": "team_log.MemberSetProfilePhotoDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSetProfilePhotoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSetProfilePhotoType": {"fq_name": "team_log.MemberSetProfilePhotoType", "java_class": "com.dropbox.core.v2.teamlog.MemberSetProfilePhotoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsAddCustomQuotaDetails": {"fq_name": "team_log.MemberSpaceLimitsAddCustomQuotaDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddCustomQuotaDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsAddCustomQuotaType": {"fq_name": "team_log.MemberSpaceLimitsAddCustomQuotaType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddCustomQuotaType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsAddExceptionDetails": {"fq_name": "team_log.MemberSpaceLimitsAddExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsAddExceptionType": {"fq_name": "team_log.MemberSpaceLimitsAddExceptionType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails": {"fq_name": "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeCapsTypePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeCapsTypePolicyType": {"fq_name": "team_log.MemberSpaceLimitsChangeCapsTypePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeCapsTypePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeCustomQuotaDetails": {"fq_name": "team_log.MemberSpaceLimitsChangeCustomQuotaDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeCustomQuotaDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeCustomQuotaType": {"fq_name": "team_log.MemberSpaceLimitsChangeCustomQuotaType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeCustomQuotaType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangePolicyDetails": {"fq_name": "team_log.MemberSpaceLimitsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangePolicyType": {"fq_name": "team_log.MemberSpaceLimitsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeStatusDetails": {"fq_name": "team_log.MemberSpaceLimitsChangeStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsChangeStatusType": {"fq_name": "team_log.MemberSpaceLimitsChangeStatusType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsRemoveCustomQuotaDetails": {"fq_name": "team_log.MemberSpaceLimitsRemoveCustomQuotaDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveCustomQuotaDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsRemoveCustomQuotaType": {"fq_name": "team_log.MemberSpaceLimitsRemoveCustomQuotaType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveCustomQuotaType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsRemoveExceptionDetails": {"fq_name": "team_log.MemberSpaceLimitsRemoveExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSpaceLimitsRemoveExceptionType": {"fq_name": "team_log.MemberSpaceLimitsRemoveExceptionType", "java_class": "com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberStatus": {"fq_name": "team_log.MemberStatus", "java_class": "com.dropbox.core.v2.teamlog.MemberStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSuggestDetails": {"fq_name": "team_log.MemberSuggestDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSuggestDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSuggestType": {"fq_name": "team_log.MemberSuggestType", "java_class": "com.dropbox.core.v2.teamlog.MemberSuggestType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSuggestionsChangePolicyDetails": {"fq_name": "team_log.MemberSuggestionsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSuggestionsChangePolicyType": {"fq_name": "team_log.MemberSuggestionsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberSuggestionsPolicy": {"fq_name": "team_log.MemberSuggestionsPolicy", "java_class": "com.dropbox.core.v2.teamlog.MemberSuggestionsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberTransferAccountContentsDetails": {"fq_name": "team_log.MemberTransferAccountContentsDetails", "java_class": "com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberTransferAccountContentsType": {"fq_name": "team_log.MemberTransferAccountContentsType", "java_class": "com.dropbox.core.v2.teamlog.MemberTransferAccountContentsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MemberTransferredInternalFields": {"fq_name": "team_log.MemberTransferredInternalFields", "java_class": "com.dropbox.core.v2.teamlog.MemberTransferredInternalFields", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_log.MicrosoftLoginChangePolicyDetails": {"fq_name": "team_log.MicrosoftLoginChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MicrosoftLoginChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MicrosoftLoginChangePolicyType": {"fq_name": "team_log.MicrosoftLoginChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MicrosoftLoginChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MicrosoftLoginPolicy": {"fq_name": "team_log.MicrosoftLoginPolicy", "java_class": "com.dropbox.core.v2.teamlog.MicrosoftLoginPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MicrosoftOfficeAddinChangePolicyDetails": {"fq_name": "team_log.MicrosoftOfficeAddinChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MicrosoftOfficeAddinChangePolicyType": {"fq_name": "team_log.MicrosoftOfficeAddinChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MicrosoftOfficeAddinPolicy": {"fq_name": "team_log.MicrosoftOfficeAddinPolicy", "java_class": "com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MissingDetails": {"fq_name": "team_log.MissingDetails", "java_class": "com.dropbox.core.v2.teamlog.MissingDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MobileDeviceSessionLogInfo": {"fq_name": "team_log.MobileDeviceSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.MobileDeviceSessionLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.MobileDeviceSessionLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.MobileSessionLogInfo": {"fq_name": "team_log.MobileSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.MobileSessionLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NamespaceRelativePathLogInfo": {"fq_name": "team_log.NamespaceRelativePathLogInfo", "java_class": "com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NetworkControlChangePolicyDetails": {"fq_name": "team_log.NetworkControlChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NetworkControlChangePolicyType": {"fq_name": "team_log.NetworkControlChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.NetworkControlChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NetworkControlPolicy": {"fq_name": "team_log.NetworkControlPolicy", "java_class": "com.dropbox.core.v2.teamlog.NetworkControlPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoExpirationLinkGenCreateReportDetails": {"fq_name": "team_log.NoExpirationLinkGenCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.NoExpirationLinkGenCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoExpirationLinkGenCreateReportType": {"fq_name": "team_log.NoExpirationLinkGenCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.NoExpirationLinkGenCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoExpirationLinkGenReportFailedDetails": {"fq_name": "team_log.NoExpirationLinkGenReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.NoExpirationLinkGenReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoExpirationLinkGenReportFailedType": {"fq_name": "team_log.NoExpirationLinkGenReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.NoExpirationLinkGenReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkGenCreateReportDetails": {"fq_name": "team_log.NoPasswordLinkGenCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkGenCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkGenCreateReportType": {"fq_name": "team_log.NoPasswordLinkGenCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkGenCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkGenReportFailedDetails": {"fq_name": "team_log.NoPasswordLinkGenReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkGenReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkGenReportFailedType": {"fq_name": "team_log.NoPasswordLinkGenReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkGenReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkViewCreateReportDetails": {"fq_name": "team_log.NoPasswordLinkViewCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkViewCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkViewCreateReportType": {"fq_name": "team_log.NoPasswordLinkViewCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkViewCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkViewReportFailedDetails": {"fq_name": "team_log.NoPasswordLinkViewReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkViewReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoPasswordLinkViewReportFailedType": {"fq_name": "team_log.NoPasswordLinkViewReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.NoPasswordLinkViewReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NonTeamMemberLogInfo": {"fq_name": "team_log.NonTeamMemberLogInfo", "java_class": "com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NonTrustedTeamDetails": {"fq_name": "team_log.NonTrustedTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.NonTrustedTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclInviteOnlyDetails": {"fq_name": "team_log.NoteAclInviteOnlyDetails", "java_class": "com.dropbox.core.v2.teamlog.NoteAclInviteOnlyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclInviteOnlyType": {"fq_name": "team_log.NoteAclInviteOnlyType", "java_class": "com.dropbox.core.v2.teamlog.NoteAclInviteOnlyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclLinkDetails": {"fq_name": "team_log.NoteAclLinkDetails", "java_class": "com.dropbox.core.v2.teamlog.NoteAclLinkDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclLinkType": {"fq_name": "team_log.NoteAclLinkType", "java_class": "com.dropbox.core.v2.teamlog.NoteAclLinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclTeamLinkDetails": {"fq_name": "team_log.NoteAclTeamLinkDetails", "java_class": "com.dropbox.core.v2.teamlog.NoteAclTeamLinkDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteAclTeamLinkType": {"fq_name": "team_log.NoteAclTeamLinkType", "java_class": "com.dropbox.core.v2.teamlog.NoteAclTeamLinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteShareReceiveDetails": {"fq_name": "team_log.NoteShareReceiveDetails", "java_class": "com.dropbox.core.v2.teamlog.NoteShareReceiveDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteShareReceiveType": {"fq_name": "team_log.NoteShareReceiveType", "java_class": "com.dropbox.core.v2.teamlog.NoteShareReceiveType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteSharedDetails": {"fq_name": "team_log.NoteSharedDetails", "java_class": "com.dropbox.core.v2.teamlog.NoteSharedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.NoteSharedType": {"fq_name": "team_log.NoteSharedType", "java_class": "com.dropbox.core.v2.teamlog.NoteSharedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelAddedDetails": {"fq_name": "team_log.ObjectLabelAddedDetails", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelAddedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelAddedType": {"fq_name": "team_log.ObjectLabelAddedType", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelAddedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelRemovedDetails": {"fq_name": "team_log.ObjectLabelRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelRemovedType": {"fq_name": "team_log.ObjectLabelRemovedType", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelUpdatedValueDetails": {"fq_name": "team_log.ObjectLabelUpdatedValueDetails", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelUpdatedValueDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ObjectLabelUpdatedValueType": {"fq_name": "team_log.ObjectLabelUpdatedValueType", "java_class": "com.dropbox.core.v2.teamlog.ObjectLabelUpdatedValueType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OpenNoteSharedDetails": {"fq_name": "team_log.OpenNoteSharedDetails", "java_class": "com.dropbox.core.v2.teamlog.OpenNoteSharedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OpenNoteSharedType": {"fq_name": "team_log.OpenNoteSharedType", "java_class": "com.dropbox.core.v2.teamlog.OpenNoteSharedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OrganizationDetails": {"fq_name": "team_log.OrganizationDetails", "java_class": "com.dropbox.core.v2.teamlog.OrganizationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OrganizationName": {"fq_name": "team_log.OrganizationName", "java_class": "com.dropbox.core.v2.teamlog.OrganizationName", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OrganizeFolderWithTidyDetails": {"fq_name": "team_log.OrganizeFolderWithTidyDetails", "java_class": "com.dropbox.core.v2.teamlog.OrganizeFolderWithTidyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OrganizeFolderWithTidyType": {"fq_name": "team_log.OrganizeFolderWithTidyType", "java_class": "com.dropbox.core.v2.teamlog.OrganizeFolderWithTidyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OriginLogInfo": {"fq_name": "team_log.OriginLogInfo", "java_class": "com.dropbox.core.v2.teamlog.OriginLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OutdatedLinkViewCreateReportDetails": {"fq_name": "team_log.OutdatedLinkViewCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.OutdatedLinkViewCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OutdatedLinkViewCreateReportType": {"fq_name": "team_log.OutdatedLinkViewCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.OutdatedLinkViewCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OutdatedLinkViewReportFailedDetails": {"fq_name": "team_log.OutdatedLinkViewReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.OutdatedLinkViewReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.OutdatedLinkViewReportFailedType": {"fq_name": "team_log.OutdatedLinkViewReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.OutdatedLinkViewReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperAccessType": {"fq_name": "team_log.PaperAccessType", "java_class": "com.dropbox.core.v2.teamlog.PaperAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperAdminExportStartDetails": {"fq_name": "team_log.PaperAdminExportStartDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperAdminExportStartDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperAdminExportStartType": {"fq_name": "team_log.PaperAdminExportStartType", "java_class": "com.dropbox.core.v2.teamlog.PaperAdminExportStartType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeDeploymentPolicyDetails": {"fq_name": "team_log.PaperChangeDeploymentPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeDeploymentPolicyType": {"fq_name": "team_log.PaperChangeDeploymentPolicyType", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeMemberLinkPolicyDetails": {"fq_name": "team_log.PaperChangeMemberLinkPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeMemberLinkPolicyType": {"fq_name": "team_log.PaperChangeMemberLinkPolicyType", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeMemberPolicyDetails": {"fq_name": "team_log.PaperChangeMemberPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangeMemberPolicyType": {"fq_name": "team_log.PaperChangeMemberPolicyType", "java_class": "com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangePolicyDetails": {"fq_name": "team_log.PaperChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperChangePolicyType": {"fq_name": "team_log.PaperChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.PaperChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentAddMemberDetails": {"fq_name": "team_log.PaperContentAddMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentAddMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentAddMemberType": {"fq_name": "team_log.PaperContentAddMemberType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentAddMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentAddToFolderDetails": {"fq_name": "team_log.PaperContentAddToFolderDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentAddToFolderType": {"fq_name": "team_log.PaperContentAddToFolderType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentAddToFolderType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentArchiveDetails": {"fq_name": "team_log.PaperContentArchiveDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentArchiveDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentArchiveType": {"fq_name": "team_log.PaperContentArchiveType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentArchiveType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentCreateDetails": {"fq_name": "team_log.PaperContentCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentCreateDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentCreateType": {"fq_name": "team_log.PaperContentCreateType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentPermanentlyDeleteDetails": {"fq_name": "team_log.PaperContentPermanentlyDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentPermanentlyDeleteType": {"fq_name": "team_log.PaperContentPermanentlyDeleteType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRemoveFromFolderDetails": {"fq_name": "team_log.PaperContentRemoveFromFolderDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRemoveFromFolderType": {"fq_name": "team_log.PaperContentRemoveFromFolderType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRemoveMemberDetails": {"fq_name": "team_log.PaperContentRemoveMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRemoveMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRemoveMemberType": {"fq_name": "team_log.PaperContentRemoveMemberType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRemoveMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRenameDetails": {"fq_name": "team_log.PaperContentRenameDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRenameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRenameType": {"fq_name": "team_log.PaperContentRenameType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRenameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRestoreDetails": {"fq_name": "team_log.PaperContentRestoreDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRestoreDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperContentRestoreType": {"fq_name": "team_log.PaperContentRestoreType", "java_class": "com.dropbox.core.v2.teamlog.PaperContentRestoreType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDefaultFolderPolicy": {"fq_name": "team_log.PaperDefaultFolderPolicy", "java_class": "com.dropbox.core.v2.teamlog.PaperDefaultFolderPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDefaultFolderPolicyChangedDetails": {"fq_name": "team_log.PaperDefaultFolderPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDefaultFolderPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDefaultFolderPolicyChangedType": {"fq_name": "team_log.PaperDefaultFolderPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDefaultFolderPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDesktopPolicy": {"fq_name": "team_log.PaperDesktopPolicy", "java_class": "com.dropbox.core.v2.teamlog.PaperDesktopPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDesktopPolicyChangedDetails": {"fq_name": "team_log.PaperDesktopPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDesktopPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDesktopPolicyChangedType": {"fq_name": "team_log.PaperDesktopPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDesktopPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocAddCommentDetails": {"fq_name": "team_log.PaperDocAddCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocAddCommentType": {"fq_name": "team_log.PaperDocAddCommentType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocAddCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeMemberRoleDetails": {"fq_name": "team_log.PaperDocChangeMemberRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeMemberRoleType": {"fq_name": "team_log.PaperDocChangeMemberRoleType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeSharingPolicyDetails": {"fq_name": "team_log.PaperDocChangeSharingPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeSharingPolicyType": {"fq_name": "team_log.PaperDocChangeSharingPolicyType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeSubscriptionDetails": {"fq_name": "team_log.PaperDocChangeSubscriptionDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocChangeSubscriptionType": {"fq_name": "team_log.PaperDocChangeSubscriptionType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDeleteCommentDetails": {"fq_name": "team_log.PaperDocDeleteCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDeleteCommentType": {"fq_name": "team_log.PaperDocDeleteCommentType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDeleteCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDeletedDetails": {"fq_name": "team_log.PaperDocDeletedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDeletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDeletedType": {"fq_name": "team_log.PaperDocDeletedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDeletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDownloadDetails": {"fq_name": "team_log.PaperDocDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocDownloadType": {"fq_name": "team_log.PaperDocDownloadType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocEditCommentDetails": {"fq_name": "team_log.PaperDocEditCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocEditCommentType": {"fq_name": "team_log.PaperDocEditCommentType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocEditCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocEditDetails": {"fq_name": "team_log.PaperDocEditDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocEditDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocEditType": {"fq_name": "team_log.PaperDocEditType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocEditType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocFollowedDetails": {"fq_name": "team_log.PaperDocFollowedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocFollowedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocFollowedType": {"fq_name": "team_log.PaperDocFollowedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocFollowedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocMentionDetails": {"fq_name": "team_log.PaperDocMentionDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocMentionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocMentionType": {"fq_name": "team_log.PaperDocMentionType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocMentionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocOwnershipChangedDetails": {"fq_name": "team_log.PaperDocOwnershipChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocOwnershipChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocOwnershipChangedType": {"fq_name": "team_log.PaperDocOwnershipChangedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocOwnershipChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocRequestAccessDetails": {"fq_name": "team_log.PaperDocRequestAccessDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocRequestAccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocRequestAccessType": {"fq_name": "team_log.PaperDocRequestAccessType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocRequestAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocResolveCommentDetails": {"fq_name": "team_log.PaperDocResolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocResolveCommentType": {"fq_name": "team_log.PaperDocResolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocResolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocRevertDetails": {"fq_name": "team_log.PaperDocRevertDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocRevertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocRevertType": {"fq_name": "team_log.PaperDocRevertType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocRevertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocSlackShareDetails": {"fq_name": "team_log.PaperDocSlackShareDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocSlackShareDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocSlackShareType": {"fq_name": "team_log.PaperDocSlackShareType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocSlackShareType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocTeamInviteDetails": {"fq_name": "team_log.PaperDocTeamInviteDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocTeamInviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocTeamInviteType": {"fq_name": "team_log.PaperDocTeamInviteType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocTeamInviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocTrashedDetails": {"fq_name": "team_log.PaperDocTrashedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocTrashedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocTrashedType": {"fq_name": "team_log.PaperDocTrashedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocTrashedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocUnresolveCommentDetails": {"fq_name": "team_log.PaperDocUnresolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocUnresolveCommentType": {"fq_name": "team_log.PaperDocUnresolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocUntrashedDetails": {"fq_name": "team_log.PaperDocUntrashedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocUntrashedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocUntrashedType": {"fq_name": "team_log.PaperDocUntrashedType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocUntrashedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocViewDetails": {"fq_name": "team_log.PaperDocViewDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperDocViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocViewType": {"fq_name": "team_log.PaperDocViewType", "java_class": "com.dropbox.core.v2.teamlog.PaperDocViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDocumentLogInfo": {"fq_name": "team_log.PaperDocumentLogInfo", "java_class": "com.dropbox.core.v2.teamlog.PaperDocumentLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperDownloadFormat": {"fq_name": "team_log.PaperDownloadFormat", "java_class": "com.dropbox.core.v2.teamlog.PaperDownloadFormat", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperEnabledUsersGroupAdditionDetails": {"fq_name": "team_log.PaperEnabledUsersGroupAdditionDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupAdditionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperEnabledUsersGroupAdditionType": {"fq_name": "team_log.PaperEnabledUsersGroupAdditionType", "java_class": "com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupAdditionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperEnabledUsersGroupRemovalDetails": {"fq_name": "team_log.PaperEnabledUsersGroupRemovalDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupRemovalDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperEnabledUsersGroupRemovalType": {"fq_name": "team_log.PaperEnabledUsersGroupRemovalType", "java_class": "com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupRemovalType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewAllowDetails": {"fq_name": "team_log.PaperExternalViewAllowDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewAllowDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewAllowType": {"fq_name": "team_log.PaperExternalViewAllowType", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewAllowType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewDefaultTeamDetails": {"fq_name": "team_log.PaperExternalViewDefaultTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewDefaultTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewDefaultTeamType": {"fq_name": "team_log.PaperExternalViewDefaultTeamType", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewDefaultTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewForbidDetails": {"fq_name": "team_log.PaperExternalViewForbidDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewForbidDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperExternalViewForbidType": {"fq_name": "team_log.PaperExternalViewForbidType", "java_class": "com.dropbox.core.v2.teamlog.PaperExternalViewForbidType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderChangeSubscriptionDetails": {"fq_name": "team_log.PaperFolderChangeSubscriptionDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderChangeSubscriptionType": {"fq_name": "team_log.PaperFolderChangeSubscriptionType", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderDeletedDetails": {"fq_name": "team_log.PaperFolderDeletedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderDeletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderDeletedType": {"fq_name": "team_log.PaperFolderDeletedType", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderDeletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderFollowedDetails": {"fq_name": "team_log.PaperFolderFollowedDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderFollowedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderFollowedType": {"fq_name": "team_log.PaperFolderFollowedType", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderFollowedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderLogInfo": {"fq_name": "team_log.PaperFolderLogInfo", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderTeamInviteDetails": {"fq_name": "team_log.PaperFolderTeamInviteDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderTeamInviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperFolderTeamInviteType": {"fq_name": "team_log.PaperFolderTeamInviteType", "java_class": "com.dropbox.core.v2.teamlog.PaperFolderTeamInviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperMemberPolicy": {"fq_name": "team_log.PaperMemberPolicy", "java_class": "com.dropbox.core.v2.teamlog.PaperMemberPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkChangePermissionDetails": {"fq_name": "team_log.PaperPublishedLinkChangePermissionDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkChangePermissionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkChangePermissionType": {"fq_name": "team_log.PaperPublishedLinkChangePermissionType", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkChangePermissionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkCreateDetails": {"fq_name": "team_log.PaperPublishedLinkCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkCreateDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkCreateType": {"fq_name": "team_log.PaperPublishedLinkCreateType", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkDisabledDetails": {"fq_name": "team_log.PaperPublishedLinkDisabledDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkDisabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkDisabledType": {"fq_name": "team_log.PaperPublishedLinkDisabledType", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkDisabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkViewDetails": {"fq_name": "team_log.PaperPublishedLinkViewDetails", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PaperPublishedLinkViewType": {"fq_name": "team_log.PaperPublishedLinkViewType", "java_class": "com.dropbox.core.v2.teamlog.PaperPublishedLinkViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ParticipantLogInfo": {"fq_name": "team_log.ParticipantLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ParticipantLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PassPolicy": {"fq_name": "team_log.PassPolicy", "java_class": "com.dropbox.core.v2.teamlog.PassPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasskeyAddDetails": {"fq_name": "team_log.PasskeyAddDetails", "java_class": "com.dropbox.core.v2.teamlog.PasskeyAddDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasskeyAddType": {"fq_name": "team_log.PasskeyAddType", "java_class": "com.dropbox.core.v2.teamlog.PasskeyAddType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasskeyLoginPolicy": {"fq_name": "team_log.PasskeyLoginPolicy", "java_class": "com.dropbox.core.v2.teamlog.PasskeyLoginPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasskeyLoginPolicyChangedDetails": {"fq_name": "team_log.PasskeyLoginPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.PasskeyLoginPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasskeyLoginPolicyChangedType": {"fq_name": "team_log.PasskeyLoginPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.PasskeyLoginPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasskeyRemoveDetails": {"fq_name": "team_log.PasskeyRemoveDetails", "java_class": "com.dropbox.core.v2.teamlog.PasskeyRemoveDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasskeyRemoveType": {"fq_name": "team_log.PasskeyRemoveType", "java_class": "com.dropbox.core.v2.teamlog.PasskeyRemoveType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordChangeDetails": {"fq_name": "team_log.PasswordChangeDetails", "java_class": "com.dropbox.core.v2.teamlog.PasswordChangeDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordChangeType": {"fq_name": "team_log.PasswordChangeType", "java_class": "com.dropbox.core.v2.teamlog.PasswordChangeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordResetAllDetails": {"fq_name": "team_log.PasswordResetAllDetails", "java_class": "com.dropbox.core.v2.teamlog.PasswordResetAllDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordResetAllType": {"fq_name": "team_log.PasswordResetAllType", "java_class": "com.dropbox.core.v2.teamlog.PasswordResetAllType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordResetDetails": {"fq_name": "team_log.PasswordResetDetails", "java_class": "com.dropbox.core.v2.teamlog.PasswordResetDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordResetType": {"fq_name": "team_log.PasswordResetType", "java_class": "com.dropbox.core.v2.teamlog.PasswordResetType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordStrengthRequirementsChangePolicyDetails": {"fq_name": "team_log.PasswordStrengthRequirementsChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PasswordStrengthRequirementsChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PasswordStrengthRequirementsChangePolicyType": {"fq_name": "team_log.PasswordStrengthRequirementsChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.PasswordStrengthRequirementsChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PathLogInfo": {"fq_name": "team_log.PathLogInfo", "java_class": "com.dropbox.core.v2.teamlog.PathLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PendingSecondaryEmailAddedDetails": {"fq_name": "team_log.PendingSecondaryEmailAddedDetails", "java_class": "com.dropbox.core.v2.teamlog.PendingSecondaryEmailAddedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PendingSecondaryEmailAddedType": {"fq_name": "team_log.PendingSecondaryEmailAddedType", "java_class": "com.dropbox.core.v2.teamlog.PendingSecondaryEmailAddedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PermanentDeleteChangePolicyDetails": {"fq_name": "team_log.PermanentDeleteChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PermanentDeleteChangePolicyType": {"fq_name": "team_log.PermanentDeleteChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PlacementRestriction": {"fq_name": "team_log.PlacementRestriction", "java_class": "com.dropbox.core.v2.teamlog.PlacementRestriction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PolicyType": {"fq_name": "team_log.PolicyType", "java_class": "com.dropbox.core.v2.teamlog.PolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PreviewsAiPolicy": {"fq_name": "team_log.PreviewsAiPolicy", "java_class": "com.dropbox.core.v2.teamlog.PreviewsAiPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PreviewsAiPolicyChangedDetails": {"fq_name": "team_log.PreviewsAiPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.PreviewsAiPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PreviewsAiPolicyChangedType": {"fq_name": "team_log.PreviewsAiPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.PreviewsAiPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PrimaryTeamRequestAcceptedDetails": {"fq_name": "team_log.PrimaryTeamRequestAcceptedDetails", "java_class": "com.dropbox.core.v2.teamlog.PrimaryTeamRequestAcceptedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PrimaryTeamRequestCanceledDetails": {"fq_name": "team_log.PrimaryTeamRequestCanceledDetails", "java_class": "com.dropbox.core.v2.teamlog.PrimaryTeamRequestCanceledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PrimaryTeamRequestExpiredDetails": {"fq_name": "team_log.PrimaryTeamRequestExpiredDetails", "java_class": "com.dropbox.core.v2.teamlog.PrimaryTeamRequestExpiredDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.PrimaryTeamRequestReminderDetails": {"fq_name": "team_log.PrimaryTeamRequestReminderDetails", "java_class": "com.dropbox.core.v2.teamlog.PrimaryTeamRequestReminderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ProductAssignedToMemberDetails": {"fq_name": "team_log.ProductAssignedToMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.ProductAssignedToMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ProductAssignedToMemberType": {"fq_name": "team_log.ProductAssignedToMemberType", "java_class": "com.dropbox.core.v2.teamlog.ProductAssignedToMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ProductLogInfo": {"fq_name": "team_log.ProductLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ProductLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ProductRemovedFromMemberDetails": {"fq_name": "team_log.ProductRemovedFromMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.ProductRemovedFromMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ProductRemovedFromMemberType": {"fq_name": "team_log.ProductRemovedFromMemberType", "java_class": "com.dropbox.core.v2.teamlog.ProductRemovedFromMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.QuickActionType": {"fq_name": "team_log.QuickActionType", "java_class": "com.dropbox.core.v2.teamlog.QuickActionType", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_log.RansomwareAlertCreateReportDetails": {"fq_name": "team_log.RansomwareAlertCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.RansomwareAlertCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareAlertCreateReportFailedDetails": {"fq_name": "team_log.RansomwareAlertCreateReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.RansomwareAlertCreateReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareAlertCreateReportFailedType": {"fq_name": "team_log.RansomwareAlertCreateReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.RansomwareAlertCreateReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareAlertCreateReportType": {"fq_name": "team_log.RansomwareAlertCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.RansomwareAlertCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareRestoreProcessCompletedDetails": {"fq_name": "team_log.RansomwareRestoreProcessCompletedDetails", "java_class": "com.dropbox.core.v2.teamlog.RansomwareRestoreProcessCompletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareRestoreProcessCompletedType": {"fq_name": "team_log.RansomwareRestoreProcessCompletedType", "java_class": "com.dropbox.core.v2.teamlog.RansomwareRestoreProcessCompletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareRestoreProcessStartedDetails": {"fq_name": "team_log.RansomwareRestoreProcessStartedDetails", "java_class": "com.dropbox.core.v2.teamlog.RansomwareRestoreProcessStartedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RansomwareRestoreProcessStartedType": {"fq_name": "team_log.RansomwareRestoreProcessStartedType", "java_class": "com.dropbox.core.v2.teamlog.RansomwareRestoreProcessStartedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RecipientsConfiguration": {"fq_name": "team_log.RecipientsConfiguration", "java_class": "com.dropbox.core.v2.teamlog.RecipientsConfiguration", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.RecipientsConfiguration.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RelocateAssetReferencesLogInfo": {"fq_name": "team_log.RelocateAssetReferencesLogInfo", "java_class": "com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayAddingPeoplePolicy": {"fq_name": "team_log.ReplayAddingPeoplePolicy", "java_class": "com.dropbox.core.v2.teamlog.ReplayAddingPeoplePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayAddingPeoplePolicyChangedDetails": {"fq_name": "team_log.ReplayAddingPeoplePolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayAddingPeoplePolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayAddingPeoplePolicyChangedType": {"fq_name": "team_log.ReplayAddingPeoplePolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.ReplayAddingPeoplePolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileDeleteDetails": {"fq_name": "team_log.ReplayFileDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileDeleteType": {"fq_name": "team_log.ReplayFileDeleteType", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileDownloadedDetails": {"fq_name": "team_log.ReplayFileDownloadedDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileDownloadedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileDownloadedType": {"fq_name": "team_log.ReplayFileDownloadedType", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileDownloadedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileSharedLinkCreatedDetails": {"fq_name": "team_log.ReplayFileSharedLinkCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileSharedLinkCreatedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.ReplayFileSharedLinkCreatedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileSharedLinkCreatedType": {"fq_name": "team_log.ReplayFileSharedLinkCreatedType", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileSharedLinkCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileSharedLinkModifiedDetails": {"fq_name": "team_log.ReplayFileSharedLinkModifiedDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileSharedLinkModifiedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.ReplayFileSharedLinkModifiedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayFileSharedLinkModifiedType": {"fq_name": "team_log.ReplayFileSharedLinkModifiedType", "java_class": "com.dropbox.core.v2.teamlog.ReplayFileSharedLinkModifiedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayLinkAccess": {"fq_name": "team_log.ReplayLinkAccess", "java_class": "com.dropbox.core.v2.teamlog.ReplayLinkAccess", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayProjectTeamAddDetails": {"fq_name": "team_log.ReplayProjectTeamAddDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayProjectTeamAddDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayProjectTeamAddType": {"fq_name": "team_log.ReplayProjectTeamAddType", "java_class": "com.dropbox.core.v2.teamlog.ReplayProjectTeamAddType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayProjectTeamDeleteDetails": {"fq_name": "team_log.ReplayProjectTeamDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayProjectTeamDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayProjectTeamDeleteType": {"fq_name": "team_log.ReplayProjectTeamDeleteType", "java_class": "com.dropbox.core.v2.teamlog.ReplayProjectTeamDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplaySharingPolicy": {"fq_name": "team_log.ReplaySharingPolicy", "java_class": "com.dropbox.core.v2.teamlog.ReplaySharingPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplaySharingPolicyChangedDetails": {"fq_name": "team_log.ReplaySharingPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplaySharingPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplaySharingPolicyChangedType": {"fq_name": "team_log.ReplaySharingPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.ReplaySharingPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayTeamProjectCreatedDetails": {"fq_name": "team_log.ReplayTeamProjectCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.ReplayTeamProjectCreatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ReplayTeamProjectCreatedType": {"fq_name": "team_log.ReplayTeamProjectCreatedType", "java_class": "com.dropbox.core.v2.teamlog.ReplayTeamProjectCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerLogInfo": {"fq_name": "team_log.ResellerLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ResellerLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerRole": {"fq_name": "team_log.ResellerRole", "java_class": "com.dropbox.core.v2.teamlog.ResellerRole", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportChangePolicyDetails": {"fq_name": "team_log.ResellerSupportChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportChangePolicyType": {"fq_name": "team_log.ResellerSupportChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportPolicy": {"fq_name": "team_log.ResellerSupportPolicy", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportSessionEndDetails": {"fq_name": "team_log.ResellerSupportSessionEndDetails", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportSessionEndDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportSessionEndType": {"fq_name": "team_log.ResellerSupportSessionEndType", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportSessionEndType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportSessionStartDetails": {"fq_name": "team_log.ResellerSupportSessionStartDetails", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportSessionStartDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ResellerSupportSessionStartType": {"fq_name": "team_log.ResellerSupportSessionStartType", "java_class": "com.dropbox.core.v2.teamlog.ResellerSupportSessionStartType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RewindFolderDetails": {"fq_name": "team_log.RewindFolderDetails", "java_class": "com.dropbox.core.v2.teamlog.RewindFolderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RewindFolderType": {"fq_name": "team_log.RewindFolderType", "java_class": "com.dropbox.core.v2.teamlog.RewindFolderType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RewindPolicy": {"fq_name": "team_log.RewindPolicy", "java_class": "com.dropbox.core.v2.teamlog.RewindPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RewindPolicyChangedDetails": {"fq_name": "team_log.RewindPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.RewindPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RewindPolicyChangedType": {"fq_name": "team_log.RewindPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.RewindPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RiscSecurityEventDetails": {"fq_name": "team_log.RiscSecurityEventDetails", "java_class": "com.dropbox.core.v2.teamlog.RiscSecurityEventDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.RiscSecurityEventType": {"fq_name": "team_log.RiscSecurityEventType", "java_class": "com.dropbox.core.v2.teamlog.RiscSecurityEventType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryEmailDeletedDetails": {"fq_name": "team_log.SecondaryEmailDeletedDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryEmailDeletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryEmailDeletedType": {"fq_name": "team_log.SecondaryEmailDeletedType", "java_class": "com.dropbox.core.v2.teamlog.SecondaryEmailDeletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryEmailVerifiedDetails": {"fq_name": "team_log.SecondaryEmailVerifiedDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryEmailVerifiedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryEmailVerifiedType": {"fq_name": "team_log.SecondaryEmailVerifiedType", "java_class": "com.dropbox.core.v2.teamlog.SecondaryEmailVerifiedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryMailsPolicy": {"fq_name": "team_log.SecondaryMailsPolicy", "java_class": "com.dropbox.core.v2.teamlog.SecondaryMailsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryMailsPolicyChangedDetails": {"fq_name": "team_log.SecondaryMailsPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryMailsPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryMailsPolicyChangedType": {"fq_name": "team_log.SecondaryMailsPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.SecondaryMailsPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryTeamRequestAcceptedDetails": {"fq_name": "team_log.SecondaryTeamRequestAcceptedDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryTeamRequestAcceptedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryTeamRequestCanceledDetails": {"fq_name": "team_log.SecondaryTeamRequestCanceledDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryTeamRequestCanceledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryTeamRequestExpiredDetails": {"fq_name": "team_log.SecondaryTeamRequestExpiredDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryTeamRequestExpiredDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SecondaryTeamRequestReminderDetails": {"fq_name": "team_log.SecondaryTeamRequestReminderDetails", "java_class": "com.dropbox.core.v2.teamlog.SecondaryTeamRequestReminderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackFileAddedDetails": {"fq_name": "team_log.SendAndTrackFileAddedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackFileAddedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackFileAddedType": {"fq_name": "team_log.SendAndTrackFileAddedType", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackFileAddedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackFileRenamedDetails": {"fq_name": "team_log.SendAndTrackFileRenamedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackFileRenamedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackFileRenamedType": {"fq_name": "team_log.SendAndTrackFileRenamedType", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackFileRenamedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackFileUpdatedDetails": {"fq_name": "team_log.SendAndTrackFileUpdatedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackFileUpdatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackFileUpdatedType": {"fq_name": "team_log.SendAndTrackFileUpdatedType", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackFileUpdatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackLinkCreatedDetails": {"fq_name": "team_log.SendAndTrackLinkCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackLinkCreatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackLinkCreatedType": {"fq_name": "team_log.SendAndTrackLinkCreatedType", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackLinkCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackLinkDeletedDetails": {"fq_name": "team_log.SendAndTrackLinkDeletedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackLinkDeletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackLinkDeletedType": {"fq_name": "team_log.SendAndTrackLinkDeletedType", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackLinkDeletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackLinkUpdatedDetails": {"fq_name": "team_log.SendAndTrackLinkUpdatedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackLinkUpdatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackLinkUpdatedType": {"fq_name": "team_log.SendAndTrackLinkUpdatedType", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackLinkUpdatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackLinkViewedDetails": {"fq_name": "team_log.SendAndTrackLinkViewedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackLinkViewedDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SendAndTrackLinkViewedDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackLinkViewedType": {"fq_name": "team_log.SendAndTrackLinkViewedType", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackLinkViewedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackPolicy": {"fq_name": "team_log.SendAndTrackPolicy", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackPolicyChangedDetails": {"fq_name": "team_log.SendAndTrackPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackPolicyChangedType": {"fq_name": "team_log.SendAndTrackPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackRemovedFileAndAssociatedLinksDetails": {"fq_name": "team_log.SendAndTrackRemovedFileAndAssociatedLinksDetails", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackRemovedFileAndAssociatedLinksDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendAndTrackRemovedFileAndAssociatedLinksType": {"fq_name": "team_log.SendAndTrackRemovedFileAndAssociatedLinksType", "java_class": "com.dropbox.core.v2.teamlog.SendAndTrackRemovedFileAndAssociatedLinksType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendExternalSharingPolicy": {"fq_name": "team_log.SendExternalSharingPolicy", "java_class": "com.dropbox.core.v2.teamlog.SendExternalSharingPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendExternalSharingPolicyChangedDetails": {"fq_name": "team_log.SendExternalSharingPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendExternalSharingPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendExternalSharingPolicyChangedType": {"fq_name": "team_log.SendExternalSharingPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.SendExternalSharingPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendForSignaturePolicy": {"fq_name": "team_log.SendForSignaturePolicy", "java_class": "com.dropbox.core.v2.teamlog.SendForSignaturePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendForSignaturePolicyChangedDetails": {"fq_name": "team_log.SendForSignaturePolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SendForSignaturePolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SendForSignaturePolicyChangedType": {"fq_name": "team_log.SendForSignaturePolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.SendForSignaturePolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SessionLogInfo": {"fq_name": "team_log.SessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.SessionLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfAddGroupDetails": {"fq_name": "team_log.SfAddGroupDetails", "java_class": "com.dropbox.core.v2.teamlog.SfAddGroupDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfAddGroupType": {"fq_name": "team_log.SfAddGroupType", "java_class": "com.dropbox.core.v2.teamlog.SfAddGroupType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfAllowNonMembersToViewSharedLinksDetails": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksDetails", "java_class": "com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfAllowNonMembersToViewSharedLinksType": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksType", "java_class": "com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfExternalInviteWarnDetails": {"fq_name": "team_log.SfExternalInviteWarnDetails", "java_class": "com.dropbox.core.v2.teamlog.SfExternalInviteWarnDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SfExternalInviteWarnDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfExternalInviteWarnType": {"fq_name": "team_log.SfExternalInviteWarnType", "java_class": "com.dropbox.core.v2.teamlog.SfExternalInviteWarnType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbInviteChangeRoleDetails": {"fq_name": "team_log.SfFbInviteChangeRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.SfFbInviteChangeRoleDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SfFbInviteChangeRoleDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbInviteChangeRoleType": {"fq_name": "team_log.SfFbInviteChangeRoleType", "java_class": "com.dropbox.core.v2.teamlog.SfFbInviteChangeRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbInviteDetails": {"fq_name": "team_log.SfFbInviteDetails", "java_class": "com.dropbox.core.v2.teamlog.SfFbInviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbInviteType": {"fq_name": "team_log.SfFbInviteType", "java_class": "com.dropbox.core.v2.teamlog.SfFbInviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbUninviteDetails": {"fq_name": "team_log.SfFbUninviteDetails", "java_class": "com.dropbox.core.v2.teamlog.SfFbUninviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfFbUninviteType": {"fq_name": "team_log.SfFbUninviteType", "java_class": "com.dropbox.core.v2.teamlog.SfFbUninviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfInviteGroupDetails": {"fq_name": "team_log.SfInviteGroupDetails", "java_class": "com.dropbox.core.v2.teamlog.SfInviteGroupDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfInviteGroupType": {"fq_name": "team_log.SfInviteGroupType", "java_class": "com.dropbox.core.v2.teamlog.SfInviteGroupType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamGrantAccessDetails": {"fq_name": "team_log.SfTeamGrantAccessDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamGrantAccessType": {"fq_name": "team_log.SfTeamGrantAccessType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamGrantAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamInviteChangeRoleDetails": {"fq_name": "team_log.SfTeamInviteChangeRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamInviteChangeRoleType": {"fq_name": "team_log.SfTeamInviteChangeRoleType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamInviteDetails": {"fq_name": "team_log.SfTeamInviteDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamInviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamInviteType": {"fq_name": "team_log.SfTeamInviteType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamInviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamJoinDetails": {"fq_name": "team_log.SfTeamJoinDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamJoinDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamJoinFromOobLinkDetails": {"fq_name": "team_log.SfTeamJoinFromOobLinkDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamJoinFromOobLinkType": {"fq_name": "team_log.SfTeamJoinFromOobLinkType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamJoinType": {"fq_name": "team_log.SfTeamJoinType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamJoinType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamUninviteDetails": {"fq_name": "team_log.SfTeamUninviteDetails", "java_class": "com.dropbox.core.v2.teamlog.SfTeamUninviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SfTeamUninviteType": {"fq_name": "team_log.SfTeamUninviteType", "java_class": "com.dropbox.core.v2.teamlog.SfTeamUninviteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddInviteesDetails": {"fq_name": "team_log.SharedContentAddInviteesDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddInviteesType": {"fq_name": "team_log.SharedContentAddInviteesType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddInviteesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddLinkExpiryDetails": {"fq_name": "team_log.SharedContentAddLinkExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddLinkExpiryType": {"fq_name": "team_log.SharedContentAddLinkExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddLinkPasswordDetails": {"fq_name": "team_log.SharedContentAddLinkPasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddLinkPasswordType": {"fq_name": "team_log.SharedContentAddLinkPasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddMemberDetails": {"fq_name": "team_log.SharedContentAddMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentAddMemberType": {"fq_name": "team_log.SharedContentAddMemberType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentAddMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeDownloadsPolicyDetails": {"fq_name": "team_log.SharedContentChangeDownloadsPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeDownloadsPolicyType": {"fq_name": "team_log.SharedContentChangeDownloadsPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeInviteeRoleDetails": {"fq_name": "team_log.SharedContentChangeInviteeRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeInviteeRoleType": {"fq_name": "team_log.SharedContentChangeInviteeRoleType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkAudienceDetails": {"fq_name": "team_log.SharedContentChangeLinkAudienceDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkAudienceType": {"fq_name": "team_log.SharedContentChangeLinkAudienceType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkExpiryDetails": {"fq_name": "team_log.SharedContentChangeLinkExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkExpiryType": {"fq_name": "team_log.SharedContentChangeLinkExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkPasswordDetails": {"fq_name": "team_log.SharedContentChangeLinkPasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeLinkPasswordType": {"fq_name": "team_log.SharedContentChangeLinkPasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeMemberRoleDetails": {"fq_name": "team_log.SharedContentChangeMemberRoleDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeMemberRoleType": {"fq_name": "team_log.SharedContentChangeMemberRoleType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeViewerInfoPolicyDetails": {"fq_name": "team_log.SharedContentChangeViewerInfoPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentChangeViewerInfoPolicyType": {"fq_name": "team_log.SharedContentChangeViewerInfoPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentClaimInvitationDetails": {"fq_name": "team_log.SharedContentClaimInvitationDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentClaimInvitationType": {"fq_name": "team_log.SharedContentClaimInvitationType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentClaimInvitationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentCopyDetails": {"fq_name": "team_log.SharedContentCopyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentCopyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentCopyType": {"fq_name": "team_log.SharedContentCopyType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentCopyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentDownloadDetails": {"fq_name": "team_log.SharedContentDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentDownloadType": {"fq_name": "team_log.SharedContentDownloadType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRelinquishMembershipDetails": {"fq_name": "team_log.SharedContentRelinquishMembershipDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRelinquishMembershipType": {"fq_name": "team_log.SharedContentRelinquishMembershipType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveInviteesDetails": {"fq_name": "team_log.SharedContentRemoveInviteesDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveInviteesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveInviteesType": {"fq_name": "team_log.SharedContentRemoveInviteesType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveInviteesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveLinkExpiryDetails": {"fq_name": "team_log.SharedContentRemoveLinkExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveLinkExpiryType": {"fq_name": "team_log.SharedContentRemoveLinkExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveLinkPasswordDetails": {"fq_name": "team_log.SharedContentRemoveLinkPasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveLinkPasswordType": {"fq_name": "team_log.SharedContentRemoveLinkPasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveMemberDetails": {"fq_name": "team_log.SharedContentRemoveMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRemoveMemberType": {"fq_name": "team_log.SharedContentRemoveMemberType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRemoveMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRequestAccessDetails": {"fq_name": "team_log.SharedContentRequestAccessDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRequestAccessType": {"fq_name": "team_log.SharedContentRequestAccessType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRequestAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRestoreInviteesDetails": {"fq_name": "team_log.SharedContentRestoreInviteesDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRestoreInviteesDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRestoreInviteesType": {"fq_name": "team_log.SharedContentRestoreInviteesType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRestoreInviteesType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRestoreMemberDetails": {"fq_name": "team_log.SharedContentRestoreMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRestoreMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentRestoreMemberType": {"fq_name": "team_log.SharedContentRestoreMemberType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentRestoreMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentUnshareDetails": {"fq_name": "team_log.SharedContentUnshareDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentUnshareDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentUnshareType": {"fq_name": "team_log.SharedContentUnshareType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentUnshareType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentViewDetails": {"fq_name": "team_log.SharedContentViewDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedContentViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedContentViewType": {"fq_name": "team_log.SharedContentViewType", "java_class": "com.dropbox.core.v2.teamlog.SharedContentViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeLinkPolicyDetails": {"fq_name": "team_log.SharedFolderChangeLinkPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeLinkPolicyType": {"fq_name": "team_log.SharedFolderChangeLinkPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersInheritancePolicyDetails": {"fq_name": "team_log.SharedFolderChangeMembersInheritancePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersInheritancePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersInheritancePolicyType": {"fq_name": "team_log.SharedFolderChangeMembersInheritancePolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersInheritancePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersManagementPolicyDetails": {"fq_name": "team_log.SharedFolderChangeMembersManagementPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersManagementPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersManagementPolicyType": {"fq_name": "team_log.SharedFolderChangeMembersManagementPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersManagementPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersPolicyDetails": {"fq_name": "team_log.SharedFolderChangeMembersPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderChangeMembersPolicyType": {"fq_name": "team_log.SharedFolderChangeMembersPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderChangeMembersPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderCreateDetails": {"fq_name": "team_log.SharedFolderCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderCreateDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderCreateType": {"fq_name": "team_log.SharedFolderCreateType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderDeclineInvitationDetails": {"fq_name": "team_log.SharedFolderDeclineInvitationDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderDeclineInvitationDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderDeclineInvitationType": {"fq_name": "team_log.SharedFolderDeclineInvitationType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderDeclineInvitationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderMembersInheritancePolicy": {"fq_name": "team_log.SharedFolderMembersInheritancePolicy", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderMembersInheritancePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderMountDetails": {"fq_name": "team_log.SharedFolderMountDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderMountDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderMountType": {"fq_name": "team_log.SharedFolderMountType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderMountType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderNestDetails": {"fq_name": "team_log.SharedFolderNestDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderNestDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedFolderNestDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderNestType": {"fq_name": "team_log.SharedFolderNestType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderNestType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderTransferOwnershipDetails": {"fq_name": "team_log.SharedFolderTransferOwnershipDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderTransferOwnershipType": {"fq_name": "team_log.SharedFolderTransferOwnershipType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderUnmountDetails": {"fq_name": "team_log.SharedFolderUnmountDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFolderUnmountType": {"fq_name": "team_log.SharedFolderUnmountType", "java_class": "com.dropbox.core.v2.teamlog.SharedFolderUnmountType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFoldersCreateReportDetails": {"fq_name": "team_log.SharedFoldersCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFoldersCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFoldersCreateReportFailedDetails": {"fq_name": "team_log.SharedFoldersCreateReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedFoldersCreateReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFoldersCreateReportFailedType": {"fq_name": "team_log.SharedFoldersCreateReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.SharedFoldersCreateReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedFoldersCreateReportType": {"fq_name": "team_log.SharedFoldersCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.SharedFoldersCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkAccessLevel": {"fq_name": "team_log.SharedLinkAccessLevel", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkAccessLevel", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkAddExpiryDetails": {"fq_name": "team_log.SharedLinkAddExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkAddExpiryDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkAddExpiryType": {"fq_name": "team_log.SharedLinkAddExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkAddExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkChangeExpiryDetails": {"fq_name": "team_log.SharedLinkChangeExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeExpiryDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeExpiryDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkChangeExpiryType": {"fq_name": "team_log.SharedLinkChangeExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkChangeVisibilityDetails": {"fq_name": "team_log.SharedLinkChangeVisibilityDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeVisibilityDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeVisibilityDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkChangeVisibilityType": {"fq_name": "team_log.SharedLinkChangeVisibilityType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkChangeVisibilityType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkCopyDetails": {"fq_name": "team_log.SharedLinkCopyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkCopyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkCopyType": {"fq_name": "team_log.SharedLinkCopyType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkCopyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkCreateDetails": {"fq_name": "team_log.SharedLinkCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkCreateDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkCreateType": {"fq_name": "team_log.SharedLinkCreateType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDefaultPermissionsPolicy": {"fq_name": "team_log.SharedLinkDefaultPermissionsPolicy", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDefaultPermissionsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDefaultPermissionsPolicyChangedDetails": {"fq_name": "team_log.SharedLinkDefaultPermissionsPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDefaultPermissionsPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDefaultPermissionsPolicyChangedType": {"fq_name": "team_log.SharedLinkDefaultPermissionsPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDefaultPermissionsPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDisableDetails": {"fq_name": "team_log.SharedLinkDisableDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDisableDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDisableType": {"fq_name": "team_log.SharedLinkDisableType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDisableType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDownloadDetails": {"fq_name": "team_log.SharedLinkDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkDownloadType": {"fq_name": "team_log.SharedLinkDownloadType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkRemoveExpiryDetails": {"fq_name": "team_log.SharedLinkRemoveExpiryDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkRemoveExpiryDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkRemoveExpiryType": {"fq_name": "team_log.SharedLinkRemoveExpiryType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkRemoveExpiryType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkRemoveVisitorDetails": {"fq_name": "team_log.SharedLinkRemoveVisitorDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkRemoveVisitorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkRemoveVisitorType": {"fq_name": "team_log.SharedLinkRemoveVisitorType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkRemoveVisitorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAddExpirationDetails": {"fq_name": "team_log.SharedLinkSettingsAddExpirationDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAddExpirationDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAddExpirationDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAddExpirationType": {"fq_name": "team_log.SharedLinkSettingsAddExpirationType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAddExpirationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAddPasswordDetails": {"fq_name": "team_log.SharedLinkSettingsAddPasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAddPasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAddPasswordType": {"fq_name": "team_log.SharedLinkSettingsAddPasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAddPasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAllowDownloadDisabledDetails": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadDisabledDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAllowDownloadDisabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAllowDownloadDisabledType": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadDisabledType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAllowDownloadDisabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAllowDownloadEnabledDetails": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadEnabledDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAllowDownloadEnabledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsAllowDownloadEnabledType": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadEnabledType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsAllowDownloadEnabledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangeAudienceDetails": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeAudienceDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeAudienceDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangeAudienceType": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeAudienceType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangeExpirationDetails": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeExpirationDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeExpirationDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangeExpirationType": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeExpirationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangePasswordDetails": {"fq_name": "team_log.SharedLinkSettingsChangePasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangePasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsChangePasswordType": {"fq_name": "team_log.SharedLinkSettingsChangePasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsChangePasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsRemoveExpirationDetails": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsRemoveExpirationDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsRemoveExpirationDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsRemoveExpirationType": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsRemoveExpirationType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsRemovePasswordDetails": {"fq_name": "team_log.SharedLinkSettingsRemovePasswordDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsRemovePasswordDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkSettingsRemovePasswordType": {"fq_name": "team_log.SharedLinkSettingsRemovePasswordType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkSettingsRemovePasswordType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkShareDetails": {"fq_name": "team_log.SharedLinkShareDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkShareDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SharedLinkShareDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkShareType": {"fq_name": "team_log.SharedLinkShareType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkShareType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkViewDetails": {"fq_name": "team_log.SharedLinkViewDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkViewType": {"fq_name": "team_log.SharedLinkViewType", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedLinkVisibility": {"fq_name": "team_log.SharedLinkVisibility", "java_class": "com.dropbox.core.v2.teamlog.SharedLinkVisibility", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedNoteOpenedDetails": {"fq_name": "team_log.SharedNoteOpenedDetails", "java_class": "com.dropbox.core.v2.teamlog.SharedNoteOpenedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharedNoteOpenedType": {"fq_name": "team_log.SharedNoteOpenedType", "java_class": "com.dropbox.core.v2.teamlog.SharedNoteOpenedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeFolderJoinPolicyDetails": {"fq_name": "team_log.SharingChangeFolderJoinPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeFolderJoinPolicyType": {"fq_name": "team_log.SharingChangeFolderJoinPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails": {"fq_name": "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkAllowChangeExpirationPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkAllowChangeExpirationPolicyType": {"fq_name": "team_log.SharingChangeLinkAllowChangeExpirationPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkAllowChangeExpirationPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkDefaultExpirationPolicyDetails": {"fq_name": "team_log.SharingChangeLinkDefaultExpirationPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkDefaultExpirationPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkDefaultExpirationPolicyType": {"fq_name": "team_log.SharingChangeLinkDefaultExpirationPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkDefaultExpirationPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkEnforcePasswordPolicyDetails": {"fq_name": "team_log.SharingChangeLinkEnforcePasswordPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkEnforcePasswordPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkEnforcePasswordPolicyType": {"fq_name": "team_log.SharingChangeLinkEnforcePasswordPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkEnforcePasswordPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkPolicyDetails": {"fq_name": "team_log.SharingChangeLinkPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeLinkPolicyType": {"fq_name": "team_log.SharingChangeLinkPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeMemberPolicyDetails": {"fq_name": "team_log.SharingChangeMemberPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingChangeMemberPolicyType": {"fq_name": "team_log.SharingChangeMemberPolicyType", "java_class": "com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingFolderJoinPolicy": {"fq_name": "team_log.SharingFolderJoinPolicy", "java_class": "com.dropbox.core.v2.teamlog.SharingFolderJoinPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingLinkPolicy": {"fq_name": "team_log.SharingLinkPolicy", "java_class": "com.dropbox.core.v2.teamlog.SharingLinkPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SharingMemberPolicy": {"fq_name": "team_log.SharingMemberPolicy", "java_class": "com.dropbox.core.v2.teamlog.SharingMemberPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelDisableDownloadsDetails": {"fq_name": "team_log.ShmodelDisableDownloadsDetails", "java_class": "com.dropbox.core.v2.teamlog.ShmodelDisableDownloadsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelDisableDownloadsType": {"fq_name": "team_log.ShmodelDisableDownloadsType", "java_class": "com.dropbox.core.v2.teamlog.ShmodelDisableDownloadsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelEnableDownloadsDetails": {"fq_name": "team_log.ShmodelEnableDownloadsDetails", "java_class": "com.dropbox.core.v2.teamlog.ShmodelEnableDownloadsDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelEnableDownloadsType": {"fq_name": "team_log.ShmodelEnableDownloadsType", "java_class": "com.dropbox.core.v2.teamlog.ShmodelEnableDownloadsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelGroupShareDetails": {"fq_name": "team_log.ShmodelGroupShareDetails", "java_class": "com.dropbox.core.v2.teamlog.ShmodelGroupShareDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShmodelGroupShareType": {"fq_name": "team_log.ShmodelGroupShareType", "java_class": "com.dropbox.core.v2.teamlog.ShmodelGroupShareType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseAccessGrantedDetails": {"fq_name": "team_log.ShowcaseAccessGrantedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseAccessGrantedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseAccessGrantedType": {"fq_name": "team_log.ShowcaseAccessGrantedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseAccessGrantedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseAddMemberDetails": {"fq_name": "team_log.ShowcaseAddMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseAddMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseAddMemberType": {"fq_name": "team_log.ShowcaseAddMemberType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseAddMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseArchivedDetails": {"fq_name": "team_log.ShowcaseArchivedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseArchivedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseArchivedType": {"fq_name": "team_log.ShowcaseArchivedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseArchivedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeDownloadPolicyDetails": {"fq_name": "team_log.ShowcaseChangeDownloadPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeDownloadPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeDownloadPolicyType": {"fq_name": "team_log.ShowcaseChangeDownloadPolicyType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeDownloadPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeEnabledPolicyDetails": {"fq_name": "team_log.ShowcaseChangeEnabledPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeEnabledPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeEnabledPolicyType": {"fq_name": "team_log.ShowcaseChangeEnabledPolicyType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeEnabledPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeExternalSharingPolicyDetails": {"fq_name": "team_log.ShowcaseChangeExternalSharingPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeExternalSharingPolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseChangeExternalSharingPolicyType": {"fq_name": "team_log.ShowcaseChangeExternalSharingPolicyType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseChangeExternalSharingPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseCreatedDetails": {"fq_name": "team_log.ShowcaseCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseCreatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseCreatedType": {"fq_name": "team_log.ShowcaseCreatedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseDeleteCommentDetails": {"fq_name": "team_log.ShowcaseDeleteCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseDeleteCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseDeleteCommentType": {"fq_name": "team_log.ShowcaseDeleteCommentType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseDeleteCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseDocumentLogInfo": {"fq_name": "team_log.ShowcaseDocumentLogInfo", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseDocumentLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseDownloadPolicy": {"fq_name": "team_log.ShowcaseDownloadPolicy", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseDownloadPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseEditCommentDetails": {"fq_name": "team_log.ShowcaseEditCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseEditCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseEditCommentType": {"fq_name": "team_log.ShowcaseEditCommentType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseEditCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseEditedDetails": {"fq_name": "team_log.ShowcaseEditedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseEditedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseEditedType": {"fq_name": "team_log.ShowcaseEditedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseEditedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseEnabledPolicy": {"fq_name": "team_log.ShowcaseEnabledPolicy", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseEnabledPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseExternalSharingPolicy": {"fq_name": "team_log.ShowcaseExternalSharingPolicy", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseExternalSharingPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileAddedDetails": {"fq_name": "team_log.ShowcaseFileAddedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileAddedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileAddedType": {"fq_name": "team_log.ShowcaseFileAddedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileAddedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileDownloadDetails": {"fq_name": "team_log.ShowcaseFileDownloadDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileDownloadDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileDownloadType": {"fq_name": "team_log.ShowcaseFileDownloadType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileDownloadType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileRemovedDetails": {"fq_name": "team_log.ShowcaseFileRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileRemovedType": {"fq_name": "team_log.ShowcaseFileRemovedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileViewDetails": {"fq_name": "team_log.ShowcaseFileViewDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseFileViewType": {"fq_name": "team_log.ShowcaseFileViewType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseFileViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcasePermanentlyDeletedDetails": {"fq_name": "team_log.ShowcasePermanentlyDeletedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcasePermanentlyDeletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcasePermanentlyDeletedType": {"fq_name": "team_log.ShowcasePermanentlyDeletedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcasePermanentlyDeletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcasePostCommentDetails": {"fq_name": "team_log.ShowcasePostCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcasePostCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcasePostCommentType": {"fq_name": "team_log.ShowcasePostCommentType", "java_class": "com.dropbox.core.v2.teamlog.ShowcasePostCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRemoveMemberDetails": {"fq_name": "team_log.ShowcaseRemoveMemberDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRemoveMemberDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRemoveMemberType": {"fq_name": "team_log.ShowcaseRemoveMemberType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRemoveMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRenamedDetails": {"fq_name": "team_log.ShowcaseRenamedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRenamedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRenamedType": {"fq_name": "team_log.ShowcaseRenamedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRenamedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRequestAccessDetails": {"fq_name": "team_log.ShowcaseRequestAccessDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRequestAccessDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRequestAccessType": {"fq_name": "team_log.ShowcaseRequestAccessType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRequestAccessType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseResolveCommentDetails": {"fq_name": "team_log.ShowcaseResolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseResolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseResolveCommentType": {"fq_name": "team_log.ShowcaseResolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseResolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRestoredDetails": {"fq_name": "team_log.ShowcaseRestoredDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRestoredDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseRestoredType": {"fq_name": "team_log.ShowcaseRestoredType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseRestoredType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseTrashedDeprecatedDetails": {"fq_name": "team_log.ShowcaseTrashedDeprecatedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseTrashedDeprecatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseTrashedDeprecatedType": {"fq_name": "team_log.ShowcaseTrashedDeprecatedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseTrashedDeprecatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseTrashedDetails": {"fq_name": "team_log.ShowcaseTrashedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseTrashedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseTrashedType": {"fq_name": "team_log.ShowcaseTrashedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseTrashedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUnresolveCommentDetails": {"fq_name": "team_log.ShowcaseUnresolveCommentDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUnresolveCommentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUnresolveCommentType": {"fq_name": "team_log.ShowcaseUnresolveCommentType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUnresolveCommentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUntrashedDeprecatedDetails": {"fq_name": "team_log.ShowcaseUntrashedDeprecatedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUntrashedDeprecatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUntrashedDeprecatedType": {"fq_name": "team_log.ShowcaseUntrashedDeprecatedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUntrashedDeprecatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUntrashedDetails": {"fq_name": "team_log.ShowcaseUntrashedDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUntrashedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseUntrashedType": {"fq_name": "team_log.ShowcaseUntrashedType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseUntrashedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseViewDetails": {"fq_name": "team_log.ShowcaseViewDetails", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseViewDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ShowcaseViewType": {"fq_name": "team_log.ShowcaseViewType", "java_class": "com.dropbox.core.v2.teamlog.ShowcaseViewType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignExternalSharingPolicy": {"fq_name": "team_log.SignExternalSharingPolicy", "java_class": "com.dropbox.core.v2.teamlog.SignExternalSharingPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignExternalSharingPolicyChangedDetails": {"fq_name": "team_log.SignExternalSharingPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SignExternalSharingPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignExternalSharingPolicyChangedType": {"fq_name": "team_log.SignExternalSharingPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.SignExternalSharingPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignInAsSessionEndDetails": {"fq_name": "team_log.SignInAsSessionEndDetails", "java_class": "com.dropbox.core.v2.teamlog.SignInAsSessionEndDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignInAsSessionEndType": {"fq_name": "team_log.SignInAsSessionEndType", "java_class": "com.dropbox.core.v2.teamlog.SignInAsSessionEndType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignInAsSessionStartDetails": {"fq_name": "team_log.SignInAsSessionStartDetails", "java_class": "com.dropbox.core.v2.teamlog.SignInAsSessionStartDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignInAsSessionStartType": {"fq_name": "team_log.SignInAsSessionStartType", "java_class": "com.dropbox.core.v2.teamlog.SignInAsSessionStartType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestCanceledDetails": {"fq_name": "team_log.SignSignatureRequestCanceledDetails", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestCanceledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestCanceledType": {"fq_name": "team_log.SignSignatureRequestCanceledType", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestCanceledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestCompletedDetails": {"fq_name": "team_log.SignSignatureRequestCompletedDetails", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestCompletedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestCompletedType": {"fq_name": "team_log.SignSignatureRequestCompletedType", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestCompletedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestDeclinedDetails": {"fq_name": "team_log.SignSignatureRequestDeclinedDetails", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestDeclinedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestDeclinedType": {"fq_name": "team_log.SignSignatureRequestDeclinedType", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestDeclinedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestOpenedDetails": {"fq_name": "team_log.SignSignatureRequestOpenedDetails", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestOpenedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestOpenedType": {"fq_name": "team_log.SignSignatureRequestOpenedType", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestOpenedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestReminderSentDetails": {"fq_name": "team_log.SignSignatureRequestReminderSentDetails", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestReminderSentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestReminderSentType": {"fq_name": "team_log.SignSignatureRequestReminderSentType", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestReminderSentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestSentDetails": {"fq_name": "team_log.SignSignatureRequestSentDetails", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestSentDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignSignatureRequestSentType": {"fq_name": "team_log.SignSignatureRequestSentType", "java_class": "com.dropbox.core.v2.teamlog.SignSignatureRequestSentType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignTemplateCreatedDetails": {"fq_name": "team_log.SignTemplateCreatedDetails", "java_class": "com.dropbox.core.v2.teamlog.SignTemplateCreatedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignTemplateCreatedType": {"fq_name": "team_log.SignTemplateCreatedType", "java_class": "com.dropbox.core.v2.teamlog.SignTemplateCreatedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignTemplateCreationPermissionChangedDetails": {"fq_name": "team_log.SignTemplateCreationPermissionChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SignTemplateCreationPermissionChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignTemplateCreationPermissionChangedType": {"fq_name": "team_log.SignTemplateCreationPermissionChangedType", "java_class": "com.dropbox.core.v2.teamlog.SignTemplateCreationPermissionChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignTemplateCreationPermissionPolicy": {"fq_name": "team_log.SignTemplateCreationPermissionPolicy", "java_class": "com.dropbox.core.v2.teamlog.SignTemplateCreationPermissionPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignTemplateSharedDetails": {"fq_name": "team_log.SignTemplateSharedDetails", "java_class": "com.dropbox.core.v2.teamlog.SignTemplateSharedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SignTemplateSharedType": {"fq_name": "team_log.SignTemplateSharedType", "java_class": "com.dropbox.core.v2.teamlog.SignTemplateSharedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncChangePolicyDetails": {"fq_name": "team_log.SmartSyncChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncChangePolicyType": {"fq_name": "team_log.SmartSyncChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncCreateAdminPrivilegeReportDetails": {"fq_name": "team_log.SmartSyncCreateAdminPrivilegeReportDetails", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncCreateAdminPrivilegeReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncCreateAdminPrivilegeReportType": {"fq_name": "team_log.SmartSyncCreateAdminPrivilegeReportType", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncCreateAdminPrivilegeReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncNotOptOutDetails": {"fq_name": "team_log.SmartSyncNotOptOutDetails", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncNotOptOutType": {"fq_name": "team_log.SmartSyncNotOptOutType", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncNotOptOutType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncOptOutDetails": {"fq_name": "team_log.SmartSyncOptOutDetails", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncOptOutPolicy": {"fq_name": "team_log.SmartSyncOptOutPolicy", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncOptOutPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmartSyncOptOutType": {"fq_name": "team_log.SmartSyncOptOutType", "java_class": "com.dropbox.core.v2.teamlog.SmartSyncOptOutType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmarterSmartSyncPolicyChangedDetails": {"fq_name": "team_log.SmarterSmartSyncPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.SmarterSmartSyncPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SmarterSmartSyncPolicyChangedType": {"fq_name": "team_log.SmarterSmartSyncPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.SmarterSmartSyncPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SpaceCapsType": {"fq_name": "team_log.SpaceCapsType", "java_class": "com.dropbox.core.v2.teamlog.SpaceCapsType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SpaceLimitsStatus": {"fq_name": "team_log.SpaceLimitsStatus", "java_class": "com.dropbox.core.v2.teamlog.SpaceLimitsStatus", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddCertDetails": {"fq_name": "team_log.SsoAddCertDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoAddCertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddCertType": {"fq_name": "team_log.SsoAddCertType", "java_class": "com.dropbox.core.v2.teamlog.SsoAddCertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddLoginUrlDetails": {"fq_name": "team_log.SsoAddLoginUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoAddLoginUrlDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddLoginUrlType": {"fq_name": "team_log.SsoAddLoginUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoAddLoginUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddLogoutUrlDetails": {"fq_name": "team_log.SsoAddLogoutUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoAddLogoutUrlDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoAddLogoutUrlType": {"fq_name": "team_log.SsoAddLogoutUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoAddLogoutUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeCertDetails": {"fq_name": "team_log.SsoChangeCertDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeCertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeCertType": {"fq_name": "team_log.SsoChangeCertType", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeCertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeLoginUrlDetails": {"fq_name": "team_log.SsoChangeLoginUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeLoginUrlType": {"fq_name": "team_log.SsoChangeLoginUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeLoginUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeLogoutUrlDetails": {"fq_name": "team_log.SsoChangeLogoutUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeLogoutUrlType": {"fq_name": "team_log.SsoChangeLogoutUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangePolicyDetails": {"fq_name": "team_log.SsoChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangePolicyType": {"fq_name": "team_log.SsoChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.SsoChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeSamlIdentityModeDetails": {"fq_name": "team_log.SsoChangeSamlIdentityModeDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoChangeSamlIdentityModeType": {"fq_name": "team_log.SsoChangeSamlIdentityModeType", "java_class": "com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoErrorDetails": {"fq_name": "team_log.SsoErrorDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoErrorDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoErrorType": {"fq_name": "team_log.SsoErrorType", "java_class": "com.dropbox.core.v2.teamlog.SsoErrorType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveCertDetails": {"fq_name": "team_log.SsoRemoveCertDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveCertDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveCertType": {"fq_name": "team_log.SsoRemoveCertType", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveCertType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveLoginUrlDetails": {"fq_name": "team_log.SsoRemoveLoginUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveLoginUrlType": {"fq_name": "team_log.SsoRemoveLoginUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveLogoutUrlDetails": {"fq_name": "team_log.SsoRemoveLogoutUrlDetails", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.SsoRemoveLogoutUrlType": {"fq_name": "team_log.SsoRemoveLogoutUrlType", "java_class": "com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.StackCrossTeamAccessPolicy": {"fq_name": "team_log.StackCrossTeamAccessPolicy", "java_class": "com.dropbox.core.v2.teamlog.StackCrossTeamAccessPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.StackCrossTeamAccessPolicyChangedDetails": {"fq_name": "team_log.StackCrossTeamAccessPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.StackCrossTeamAccessPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.StackCrossTeamAccessPolicyChangedType": {"fq_name": "team_log.StackCrossTeamAccessPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.StackCrossTeamAccessPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.StartedEnterpriseAdminSessionDetails": {"fq_name": "team_log.StartedEnterpriseAdminSessionDetails", "java_class": "com.dropbox.core.v2.teamlog.StartedEnterpriseAdminSessionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.StartedEnterpriseAdminSessionType": {"fq_name": "team_log.StartedEnterpriseAdminSessionType", "java_class": "com.dropbox.core.v2.teamlog.StartedEnterpriseAdminSessionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamActivityCreateReportDetails": {"fq_name": "team_log.TeamActivityCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamActivityCreateReportFailDetails": {"fq_name": "team_log.TeamActivityCreateReportFailDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamActivityCreateReportFailDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamActivityCreateReportFailType": {"fq_name": "team_log.TeamActivityCreateReportFailType", "java_class": "com.dropbox.core.v2.teamlog.TeamActivityCreateReportFailType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamActivityCreateReportType": {"fq_name": "team_log.TeamActivityCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.TeamActivityCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamBrandingPolicy": {"fq_name": "team_log.TeamBrandingPolicy", "java_class": "com.dropbox.core.v2.teamlog.TeamBrandingPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamBrandingPolicyChangedDetails": {"fq_name": "team_log.TeamBrandingPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamBrandingPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamBrandingPolicyChangedType": {"fq_name": "team_log.TeamBrandingPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamBrandingPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamDetails": {"fq_name": "team_log.TeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyActivateKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyActivateKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyActivateKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyActivateKeyType": {"fq_name": "team_log.TeamEncryptionKeyActivateKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyActivateKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyCancelKeyDeletionDetails": {"fq_name": "team_log.TeamEncryptionKeyCancelKeyDeletionDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyCancelKeyDeletionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyCancelKeyDeletionType": {"fq_name": "team_log.TeamEncryptionKeyCancelKeyDeletionType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyCancelKeyDeletionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyCreateKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyCreateKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyCreateKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyCreateKeyType": {"fq_name": "team_log.TeamEncryptionKeyCreateKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyCreateKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyDeactivateKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyDeactivateKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyDeactivateKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyDeactivateKeyType": {"fq_name": "team_log.TeamEncryptionKeyDeactivateKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyDeactivateKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyDeleteKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyDeleteKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyDeleteKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyDeleteKeyType": {"fq_name": "team_log.TeamEncryptionKeyDeleteKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyDeleteKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyDisableKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyDisableKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyDisableKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyDisableKeyType": {"fq_name": "team_log.TeamEncryptionKeyDisableKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyDisableKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyEnableKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyEnableKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyEnableKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyEnableKeyType": {"fq_name": "team_log.TeamEncryptionKeyEnableKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyEnableKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyRotateKeyDetails": {"fq_name": "team_log.TeamEncryptionKeyRotateKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyRotateKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyRotateKeyType": {"fq_name": "team_log.TeamEncryptionKeyRotateKeyType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyRotateKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyScheduleKeyDeletionDetails": {"fq_name": "team_log.TeamEncryptionKeyScheduleKeyDeletionDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyScheduleKeyDeletionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEncryptionKeyScheduleKeyDeletionType": {"fq_name": "team_log.TeamEncryptionKeyScheduleKeyDeletionType", "java_class": "com.dropbox.core.v2.teamlog.TeamEncryptionKeyScheduleKeyDeletionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamEvent": {"fq_name": "team_log.TeamEvent", "java_class": "com.dropbox.core.v2.teamlog.TeamEvent", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.TeamEvent.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamExtensionsPolicy": {"fq_name": "team_log.TeamExtensionsPolicy", "java_class": "com.dropbox.core.v2.teamlog.TeamExtensionsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamExtensionsPolicyChangedDetails": {"fq_name": "team_log.TeamExtensionsPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamExtensionsPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamExtensionsPolicyChangedType": {"fq_name": "team_log.TeamExtensionsPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamExtensionsPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderChangeStatusDetails": {"fq_name": "team_log.TeamFolderChangeStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderChangeStatusType": {"fq_name": "team_log.TeamFolderChangeStatusType", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderChangeStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderCreateDetails": {"fq_name": "team_log.TeamFolderCreateDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderCreateDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderCreateType": {"fq_name": "team_log.TeamFolderCreateType", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderCreateType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderDowngradeDetails": {"fq_name": "team_log.TeamFolderDowngradeDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderDowngradeDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderDowngradeType": {"fq_name": "team_log.TeamFolderDowngradeType", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderDowngradeType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderPermanentlyDeleteDetails": {"fq_name": "team_log.TeamFolderPermanentlyDeleteDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderPermanentlyDeleteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderPermanentlyDeleteType": {"fq_name": "team_log.TeamFolderPermanentlyDeleteType", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderPermanentlyDeleteType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderRenameDetails": {"fq_name": "team_log.TeamFolderRenameDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderRenameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFolderRenameType": {"fq_name": "team_log.TeamFolderRenameType", "java_class": "com.dropbox.core.v2.teamlog.TeamFolderRenameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFoldersCreateReportDetails": {"fq_name": "team_log.TeamFoldersCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFoldersCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFoldersCreateReportFailedDetails": {"fq_name": "team_log.TeamFoldersCreateReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamFoldersCreateReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFoldersCreateReportFailedType": {"fq_name": "team_log.TeamFoldersCreateReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.TeamFoldersCreateReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamFoldersCreateReportType": {"fq_name": "team_log.TeamFoldersCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.TeamFoldersCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamInviteDetails": {"fq_name": "team_log.TeamInviteDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamInviteDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamLinkedAppLogInfo": {"fq_name": "team_log.TeamLinkedAppLogInfo", "java_class": "com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamLogInfo": {"fq_name": "team_log.TeamLogInfo", "java_class": "com.dropbox.core.v2.teamlog.TeamLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMemberLogInfo": {"fq_name": "team_log.TeamMemberLogInfo", "java_class": "com.dropbox.core.v2.teamlog.TeamMemberLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMemberStorageRequestPolicy": {"fq_name": "team_log.TeamMemberStorageRequestPolicy", "java_class": "com.dropbox.core.v2.teamlog.TeamMemberStorageRequestPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMemberStorageRequestPolicyChangedDetails": {"fq_name": "team_log.TeamMemberStorageRequestPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMemberStorageRequestPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMemberStorageRequestPolicyChangedType": {"fq_name": "team_log.TeamMemberStorageRequestPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamMemberStorageRequestPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMembershipType": {"fq_name": "team_log.TeamMembershipType", "java_class": "com.dropbox.core.v2.teamlog.TeamMembershipType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeFromDetails": {"fq_name": "team_log.TeamMergeFromDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeFromDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeFromType": {"fq_name": "team_log.TeamMergeFromType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeFromType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedDetails": {"fq_name": "team_log.TeamMergeRequestAcceptedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedExtraDetails": {"fq_name": "team_log.TeamMergeRequestAcceptedExtraDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedExtraDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAcceptedType": {"fq_name": "team_log.TeamMergeRequestAcceptedType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAcceptedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAutoCanceledDetails": {"fq_name": "team_log.TeamMergeRequestAutoCanceledDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAutoCanceledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestAutoCanceledType": {"fq_name": "team_log.TeamMergeRequestAutoCanceledType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestAutoCanceledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledDetails": {"fq_name": "team_log.TeamMergeRequestCanceledDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledExtraDetails": {"fq_name": "team_log.TeamMergeRequestCanceledExtraDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledExtraDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestCanceledType": {"fq_name": "team_log.TeamMergeRequestCanceledType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestCanceledType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredDetails": {"fq_name": "team_log.TeamMergeRequestExpiredDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredExtraDetails": {"fq_name": "team_log.TeamMergeRequestExpiredExtraDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredExtraDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestExpiredType": {"fq_name": "team_log.TeamMergeRequestExpiredType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestExpiredType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRejectedShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRejectedShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRejectedShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRejectedShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRejectedShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRejectedShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderDetails": {"fq_name": "team_log.TeamMergeRequestReminderDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderExtraDetails": {"fq_name": "team_log.TeamMergeRequestReminderExtraDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderExtraDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestReminderShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestReminderShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestReminderType": {"fq_name": "team_log.TeamMergeRequestReminderType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestReminderType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRevokedDetails": {"fq_name": "team_log.TeamMergeRequestRevokedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRevokedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestRevokedType": {"fq_name": "team_log.TeamMergeRequestRevokedType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestRevokedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestSentShownToPrimaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestSentShownToPrimaryTeamType": {"fq_name": "team_log.TeamMergeRequestSentShownToPrimaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestSentShownToPrimaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestSentShownToSecondaryTeamDetails": {"fq_name": "team_log.TeamMergeRequestSentShownToSecondaryTeamDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestSentShownToSecondaryTeamDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeRequestSentShownToSecondaryTeamType": {"fq_name": "team_log.TeamMergeRequestSentShownToSecondaryTeamType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeRequestSentShownToSecondaryTeamType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeToDetails": {"fq_name": "team_log.TeamMergeToDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeToDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamMergeToType": {"fq_name": "team_log.TeamMergeToType", "java_class": "com.dropbox.core.v2.teamlog.TeamMergeToType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamName": {"fq_name": "team_log.TeamName", "java_class": "com.dropbox.core.v2.teamlog.TeamName", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileAddBackgroundDetails": {"fq_name": "team_log.TeamProfileAddBackgroundDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileAddBackgroundDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileAddBackgroundType": {"fq_name": "team_log.TeamProfileAddBackgroundType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileAddBackgroundType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileAddLogoDetails": {"fq_name": "team_log.TeamProfileAddLogoDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileAddLogoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileAddLogoType": {"fq_name": "team_log.TeamProfileAddLogoType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileAddLogoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeBackgroundDetails": {"fq_name": "team_log.TeamProfileChangeBackgroundDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeBackgroundDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeBackgroundType": {"fq_name": "team_log.TeamProfileChangeBackgroundType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeBackgroundType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeDefaultLanguageDetails": {"fq_name": "team_log.TeamProfileChangeDefaultLanguageDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeDefaultLanguageType": {"fq_name": "team_log.TeamProfileChangeDefaultLanguageType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeLogoDetails": {"fq_name": "team_log.TeamProfileChangeLogoDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeLogoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeLogoType": {"fq_name": "team_log.TeamProfileChangeLogoType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeLogoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeNameDetails": {"fq_name": "team_log.TeamProfileChangeNameDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileChangeNameType": {"fq_name": "team_log.TeamProfileChangeNameType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileChangeNameType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileRemoveBackgroundDetails": {"fq_name": "team_log.TeamProfileRemoveBackgroundDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileRemoveBackgroundDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileRemoveBackgroundType": {"fq_name": "team_log.TeamProfileRemoveBackgroundType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileRemoveBackgroundType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileRemoveLogoDetails": {"fq_name": "team_log.TeamProfileRemoveLogoDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileRemoveLogoDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamProfileRemoveLogoType": {"fq_name": "team_log.TeamProfileRemoveLogoType", "java_class": "com.dropbox.core.v2.teamlog.TeamProfileRemoveLogoType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSelectiveSyncPolicy": {"fq_name": "team_log.TeamSelectiveSyncPolicy", "java_class": "com.dropbox.core.v2.teamlog.TeamSelectiveSyncPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSelectiveSyncPolicyChangedDetails": {"fq_name": "team_log.TeamSelectiveSyncPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamSelectiveSyncPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSelectiveSyncPolicyChangedType": {"fq_name": "team_log.TeamSelectiveSyncPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamSelectiveSyncPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSelectiveSyncSettingsChangedDetails": {"fq_name": "team_log.TeamSelectiveSyncSettingsChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamSelectiveSyncSettingsChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSelectiveSyncSettingsChangedType": {"fq_name": "team_log.TeamSelectiveSyncSettingsChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamSelectiveSyncSettingsChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSharingWhitelistSubjectsChangedDetails": {"fq_name": "team_log.TeamSharingWhitelistSubjectsChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamSharingWhitelistSubjectsChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamSharingWhitelistSubjectsChangedType": {"fq_name": "team_log.TeamSharingWhitelistSubjectsChangedType", "java_class": "com.dropbox.core.v2.teamlog.TeamSharingWhitelistSubjectsChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamStorageCreateReportDetails": {"fq_name": "team_log.TeamStorageCreateReportDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamStorageCreateReportDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamStorageCreateReportFailedDetails": {"fq_name": "team_log.TeamStorageCreateReportFailedDetails", "java_class": "com.dropbox.core.v2.teamlog.TeamStorageCreateReportFailedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamStorageCreateReportFailedType": {"fq_name": "team_log.TeamStorageCreateReportFailedType", "java_class": "com.dropbox.core.v2.teamlog.TeamStorageCreateReportFailedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TeamStorageCreateReportType": {"fq_name": "team_log.TeamStorageCreateReportType", "java_class": "com.dropbox.core.v2.teamlog.TeamStorageCreateReportType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddBackupPhoneDetails": {"fq_name": "team_log.TfaAddBackupPhoneDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaAddBackupPhoneDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddBackupPhoneType": {"fq_name": "team_log.TfaAddBackupPhoneType", "java_class": "com.dropbox.core.v2.teamlog.TfaAddBackupPhoneType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddExceptionDetails": {"fq_name": "team_log.TfaAddExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaAddExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddExceptionType": {"fq_name": "team_log.TfaAddExceptionType", "java_class": "com.dropbox.core.v2.teamlog.TfaAddExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddSecurityKeyDetails": {"fq_name": "team_log.TfaAddSecurityKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaAddSecurityKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaAddSecurityKeyType": {"fq_name": "team_log.TfaAddSecurityKeyType", "java_class": "com.dropbox.core.v2.teamlog.TfaAddSecurityKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangeBackupPhoneDetails": {"fq_name": "team_log.TfaChangeBackupPhoneDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaChangeBackupPhoneDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangeBackupPhoneType": {"fq_name": "team_log.TfaChangeBackupPhoneType", "java_class": "com.dropbox.core.v2.teamlog.TfaChangeBackupPhoneType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangePolicyDetails": {"fq_name": "team_log.TfaChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangePolicyType": {"fq_name": "team_log.TfaChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.TfaChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangeStatusDetails": {"fq_name": "team_log.TfaChangeStatusDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaChangeStatusDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.TfaChangeStatusDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaChangeStatusType": {"fq_name": "team_log.TfaChangeStatusType", "java_class": "com.dropbox.core.v2.teamlog.TfaChangeStatusType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaConfiguration": {"fq_name": "team_log.TfaConfiguration", "java_class": "com.dropbox.core.v2.teamlog.TfaConfiguration", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveBackupPhoneDetails": {"fq_name": "team_log.TfaRemoveBackupPhoneDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveBackupPhoneDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveBackupPhoneType": {"fq_name": "team_log.TfaRemoveBackupPhoneType", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveBackupPhoneType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveExceptionDetails": {"fq_name": "team_log.TfaRemoveExceptionDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveExceptionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveExceptionType": {"fq_name": "team_log.TfaRemoveExceptionType", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveExceptionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveSecurityKeyDetails": {"fq_name": "team_log.TfaRemoveSecurityKeyDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveSecurityKeyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaRemoveSecurityKeyType": {"fq_name": "team_log.TfaRemoveSecurityKeyType", "java_class": "com.dropbox.core.v2.teamlog.TfaRemoveSecurityKeyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaResetDetails": {"fq_name": "team_log.TfaResetDetails", "java_class": "com.dropbox.core.v2.teamlog.TfaResetDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TfaResetType": {"fq_name": "team_log.TfaResetType", "java_class": "com.dropbox.core.v2.teamlog.TfaResetType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TimeUnit": {"fq_name": "team_log.TimeUnit", "java_class": "com.dropbox.core.v2.teamlog.TimeUnit", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TopLevelContentPolicy": {"fq_name": "team_log.TopLevelContentPolicy", "java_class": "com.dropbox.core.v2.teamlog.TopLevelContentPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TopLevelContentPolicyChangedDetails": {"fq_name": "team_log.TopLevelContentPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.TopLevelContentPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TopLevelContentPolicyChangedType": {"fq_name": "team_log.TopLevelContentPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.TopLevelContentPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TrustedNonTeamMemberLogInfo": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo", "java_class": "com.dropbox.core.v2.teamlog.TrustedNonTeamMemberLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.TrustedNonTeamMemberLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TrustedNonTeamMemberType": {"fq_name": "team_log.TrustedNonTeamMemberType", "java_class": "com.dropbox.core.v2.teamlog.TrustedNonTeamMemberType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TrustedTeamsRequestAction": {"fq_name": "team_log.TrustedTeamsRequestAction", "java_class": "com.dropbox.core.v2.teamlog.TrustedTeamsRequestAction", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TrustedTeamsRequestState": {"fq_name": "team_log.TrustedTeamsRequestState", "java_class": "com.dropbox.core.v2.teamlog.TrustedTeamsRequestState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TwoAccountChangePolicyDetails": {"fq_name": "team_log.TwoAccountChangePolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TwoAccountChangePolicyType": {"fq_name": "team_log.TwoAccountChangePolicyType", "java_class": "com.dropbox.core.v2.teamlog.TwoAccountChangePolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.TwoAccountPolicy": {"fq_name": "team_log.TwoAccountPolicy", "java_class": "com.dropbox.core.v2.teamlog.TwoAccountPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UndoNamingConventionDetails": {"fq_name": "team_log.UndoNamingConventionDetails", "java_class": "com.dropbox.core.v2.teamlog.UndoNamingConventionDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UndoNamingConventionType": {"fq_name": "team_log.UndoNamingConventionType", "java_class": "com.dropbox.core.v2.teamlog.UndoNamingConventionType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UndoOrganizeFolderWithTidyDetails": {"fq_name": "team_log.UndoOrganizeFolderWithTidyDetails", "java_class": "com.dropbox.core.v2.teamlog.UndoOrganizeFolderWithTidyDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UndoOrganizeFolderWithTidyType": {"fq_name": "team_log.UndoOrganizeFolderWithTidyType", "java_class": "com.dropbox.core.v2.teamlog.UndoOrganizeFolderWithTidyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserLinkedAppLogInfo": {"fq_name": "team_log.UserLinkedAppLogInfo", "java_class": "com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserLogInfo": {"fq_name": "team_log.UserLogInfo", "java_class": "com.dropbox.core.v2.teamlog.UserLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.UserLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserNameLogInfo": {"fq_name": "team_log.UserNameLogInfo", "java_class": "com.dropbox.core.v2.teamlog.UserNameLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserOrTeamLinkedAppLogInfo": {"fq_name": "team_log.UserOrTeamLinkedAppLogInfo", "java_class": "com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserTagsAddedDetails": {"fq_name": "team_log.UserTagsAddedDetails", "java_class": "com.dropbox.core.v2.teamlog.UserTagsAddedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserTagsAddedType": {"fq_name": "team_log.UserTagsAddedType", "java_class": "com.dropbox.core.v2.teamlog.UserTagsAddedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserTagsRemovedDetails": {"fq_name": "team_log.UserTagsRemovedDetails", "java_class": "com.dropbox.core.v2.teamlog.UserTagsRemovedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.UserTagsRemovedType": {"fq_name": "team_log.UserTagsRemovedType", "java_class": "com.dropbox.core.v2.teamlog.UserTagsRemovedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ViewerInfoPolicyChangedDetails": {"fq_name": "team_log.ViewerInfoPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.ViewerInfoPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.ViewerInfoPolicyChangedType": {"fq_name": "team_log.ViewerInfoPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.ViewerInfoPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WatermarkingPolicy": {"fq_name": "team_log.WatermarkingPolicy", "java_class": "com.dropbox.core.v2.teamlog.WatermarkingPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WatermarkingPolicyChangedDetails": {"fq_name": "team_log.WatermarkingPolicyChangedDetails", "java_class": "com.dropbox.core.v2.teamlog.WatermarkingPolicyChangedDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WatermarkingPolicyChangedType": {"fq_name": "team_log.WatermarkingPolicyChangedType", "java_class": "com.dropbox.core.v2.teamlog.WatermarkingPolicyChangedType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebDeviceSessionLogInfo": {"fq_name": "team_log.WebDeviceSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.WebDeviceSessionLogInfo", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.WebDeviceSessionLogInfo.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionLogInfo": {"fq_name": "team_log.WebSessionLogInfo", "java_class": "com.dropbox.core.v2.teamlog.WebSessionLogInfo", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeActiveSessionLimitDetails": {"fq_name": "team_log.WebSessionsChangeActiveSessionLimitDetails", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeActiveSessionLimitDetails", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeActiveSessionLimitType": {"fq_name": "team_log.WebSessionsChangeActiveSessionLimitType", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeActiveSessionLimitType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeFixedLengthPolicyDetails": {"fq_name": "team_log.WebSessionsChangeFixedLengthPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeFixedLengthPolicyType": {"fq_name": "team_log.WebSessionsChangeFixedLengthPolicyType", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeIdleLengthPolicyDetails": {"fq_name": "team_log.WebSessionsChangeIdleLengthPolicyDetails", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsChangeIdleLengthPolicyType": {"fq_name": "team_log.WebSessionsChangeIdleLengthPolicyType", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsFixedLengthPolicy": {"fq_name": "team_log.WebSessionsFixedLengthPolicy", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_log.WebSessionsIdleLengthPolicy": {"fq_name": "team_log.WebSessionsIdleLengthPolicy", "java_class": "com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.CameraUploadsPolicyState": {"fq_name": "team_policies.CameraUploadsPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.CameraUploadsPolicyState", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.ComputerBackupPolicyState": {"fq_name": "team_policies.ComputerBackupPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.ComputerBackupPolicyState", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.DefaultLinkExpirationDaysPolicy": {"fq_name": "team_policies.DefaultLinkExpirationDaysPolicy", "java_class": "com.dropbox.core.v2.teampolicies.DefaultLinkExpirationDaysPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.EmmState": {"fq_name": "team_policies.EmmState", "java_class": "com.dropbox.core.v2.teampolicies.EmmState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.EnforceLinkPasswordPolicy": {"fq_name": "team_policies.EnforceLinkPasswordPolicy", "java_class": "com.dropbox.core.v2.teampolicies.EnforceLinkPasswordPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.ExternalDriveBackupPolicyState": {"fq_name": "team_policies.ExternalDriveBackupPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.ExternalDriveBackupPolicyState", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.FileLockingPolicyState": {"fq_name": "team_policies.FileLockingPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.FileLockingPolicyState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.FileProviderMigrationPolicyState": {"fq_name": "team_policies.FileProviderMigrationPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.FileProviderMigrationPolicyState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.GroupCreation": {"fq_name": "team_policies.GroupCreation", "java_class": "com.dropbox.core.v2.teampolicies.GroupCreation", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.OfficeAddInPolicy": {"fq_name": "team_policies.OfficeAddInPolicy", "java_class": "com.dropbox.core.v2.teampolicies.OfficeAddInPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.PaperDefaultFolderPolicy": {"fq_name": "team_policies.PaperDefaultFolderPolicy", "java_class": "com.dropbox.core.v2.teampolicies.PaperDefaultFolderPolicy", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.PaperDeploymentPolicy": {"fq_name": "team_policies.PaperDeploymentPolicy", "java_class": "com.dropbox.core.v2.teampolicies.PaperDeploymentPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.PaperDesktopPolicy": {"fq_name": "team_policies.PaperDesktopPolicy", "java_class": "com.dropbox.core.v2.teampolicies.PaperDesktopPolicy", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.PaperEnabledPolicy": {"fq_name": "team_policies.PaperEnabledPolicy", "java_class": "com.dropbox.core.v2.teampolicies.PaperEnabledPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.PasswordControlMode": {"fq_name": "team_policies.PasswordControlMode", "java_class": "com.dropbox.core.v2.teampolicies.PasswordControlMode", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.PasswordStrengthPolicy": {"fq_name": "team_policies.PasswordStrengthPolicy", "java_class": "com.dropbox.core.v2.teampolicies.PasswordStrengthPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.RolloutMethod": {"fq_name": "team_policies.RolloutMethod", "java_class": "com.dropbox.core.v2.teampolicies.RolloutMethod", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.SharedFolderBlanketLinkRestrictionPolicy": {"fq_name": "team_policies.SharedFolderBlanketLinkRestrictionPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SharedFolderBlanketLinkRestrictionPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.SharedFolderJoinPolicy": {"fq_name": "team_policies.SharedFolderJoinPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SharedFolderJoinPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.SharedFolderMemberPolicy": {"fq_name": "team_policies.SharedFolderMemberPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SharedFolderMemberPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.SharedLinkCreatePolicy": {"fq_name": "team_policies.SharedLinkCreatePolicy", "java_class": "com.dropbox.core.v2.teampolicies.SharedLinkCreatePolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.SharedLinkDefaultPermissionsPolicy": {"fq_name": "team_policies.SharedLinkDefaultPermissionsPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SharedLinkDefaultPermissionsPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.ShowcaseDownloadPolicy": {"fq_name": "team_policies.ShowcaseDownloadPolicy", "java_class": "com.dropbox.core.v2.teampolicies.ShowcaseDownloadPolicy", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.ShowcaseEnabledPolicy": {"fq_name": "team_policies.ShowcaseEnabledPolicy", "java_class": "com.dropbox.core.v2.teampolicies.ShowcaseEnabledPolicy", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.ShowcaseExternalSharingPolicy": {"fq_name": "team_policies.ShowcaseExternalSharingPolicy", "java_class": "com.dropbox.core.v2.teampolicies.ShowcaseExternalSharingPolicy", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "team_policies.SmartSyncPolicy": {"fq_name": "team_policies.SmartSyncPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SmartSyncPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.SmarterSmartSyncPolicyState": {"fq_name": "team_policies.SmarterSmartSyncPolicyState", "java_class": "com.dropbox.core.v2.teampolicies.SmarterSmartSyncPolicyState", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.SsoPolicy": {"fq_name": "team_policies.SsoPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SsoPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.SuggestMembersPolicy": {"fq_name": "team_policies.SuggestMembersPolicy", "java_class": "com.dropbox.core.v2.teampolicies.SuggestMembersPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "team_policies.TeamMemberPolicies": {"fq_name": "team_policies.TeamMemberPolicies", "java_class": "com.dropbox.core.v2.teampolicies.TeamMemberPolicies", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.TeamSharingPolicies": {"fq_name": "team_policies.TeamSharingPolicies", "java_class": "com.dropbox.core.v2.teampolicies.TeamSharingPolicies", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.TopLevelContentPolicy": {"fq_name": "team_policies.TopLevelContentPolicy", "java_class": "com.dropbox.core.v2.teampolicies.TopLevelContentPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.TwoStepVerificationPolicy": {"fq_name": "team_policies.TwoStepVerificationPolicy", "java_class": "com.dropbox.core.v2.teampolicies.TwoStepVerificationPolicy", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "team_policies.TwoStepVerificationState": {"fq_name": "team_policies.TwoStepVerificationState", "java_class": "com.dropbox.core.v2.teampolicies.TwoStepVerificationState", "visibility": "NONE", "has_builder": false, "builder_class": null, "serializer_visibility": "NONE", "_type": "DataTypeReference"}, "users.Account": {"fq_name": "users.Account", "java_class": "com.dropbox.core.v2.users.Account", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PRIVATE", "_type": "DataTypeReference"}, "users.BasicAccount": {"fq_name": "users.BasicAccount", "java_class": "com.dropbox.core.v2.users.BasicAccount", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.users.BasicAccount.Builder", "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.DistinctMemberHomeValue": {"fq_name": "users.DistinctMemberHomeValue", "java_class": "com.dropbox.core.v2.users.DistinctMemberHomeValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.FileLockingValue": {"fq_name": "users.FileLockingValue", "java_class": "com.dropbox.core.v2.users.FileLockingValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.FullAccount": {"fq_name": "users.FullAccount", "java_class": "com.dropbox.core.v2.users.FullAccount", "visibility": "PUBLIC", "has_builder": true, "builder_class": "com.dropbox.core.v2.users.FullAccount.Builder", "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.FullTeam": {"fq_name": "users.FullTeam", "java_class": "com.dropbox.core.v2.users.FullTeam", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.GetAccountArg": {"fq_name": "users.GetAccountArg", "java_class": "com.dropbox.core.v2.users.GetAccountArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.GetAccountBatchArg": {"fq_name": "users.GetAccountBatchArg", "java_class": "com.dropbox.core.v2.users.GetAccountBatchArg", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.GetAccountBatchError": {"fq_name": "users.GetAccountBatchError", "java_class": "com.dropbox.core.v2.users.GetAccountBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.GetAccountError": {"fq_name": "users.GetAccountError", "java_class": "com.dropbox.core.v2.users.GetAccountError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.IndividualSpaceAllocation": {"fq_name": "users.IndividualSpaceAllocation", "java_class": "com.dropbox.core.v2.users.IndividualSpaceAllocation", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.Name": {"fq_name": "users.Name", "java_class": "com.dropbox.core.v2.users.Name", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.PaperAsFilesValue": {"fq_name": "users.PaperAsFilesValue", "java_class": "com.dropbox.core.v2.users.PaperAsFilesValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.SpaceAllocation": {"fq_name": "users.SpaceAllocation", "java_class": "com.dropbox.core.v2.users.SpaceAllocation", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.SpaceUsage": {"fq_name": "users.SpaceUsage", "java_class": "com.dropbox.core.v2.users.SpaceUsage", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.Team": {"fq_name": "users.Team", "java_class": "com.dropbox.core.v2.users.Team", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}, "users.TeamSharedDropboxValue": {"fq_name": "users.TeamSharedDropboxValue", "java_class": "com.dropbox.core.v2.users.TeamSharedDropboxValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.TeamSpaceAllocation": {"fq_name": "users.TeamSpaceAllocation", "java_class": "com.dropbox.core.v2.users.TeamSpaceAllocation", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.UserFeature": {"fq_name": "users.UserFeature", "java_class": "com.dropbox.core.v2.users.UserFeature", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.UserFeatureValue": {"fq_name": "users.UserFeatureValue", "java_class": "com.dropbox.core.v2.users.UserFeatureValue", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.UserFeaturesGetValuesBatchArg": {"fq_name": "users.UserFeaturesGetValuesBatchArg", "java_class": "com.dropbox.core.v2.users.UserFeaturesGetValuesBatchArg", "visibility": "PACKAGE", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.UserFeaturesGetValuesBatchError": {"fq_name": "users.UserFeaturesGetValuesBatchError", "java_class": "com.dropbox.core.v2.users.UserFeaturesGetValuesBatchError", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users.UserFeaturesGetValuesBatchResult": {"fq_name": "users.UserFeaturesGetValuesBatchResult", "java_class": "com.dropbox.core.v2.users.UserFeaturesGetValuesBatchResult", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PACKAGE", "_type": "DataTypeReference"}, "users_common.AccountType": {"fq_name": "users_common.AccountType", "java_class": "com.dropbox.core.v2.userscommon.AccountType", "visibility": "PUBLIC", "has_builder": false, "builder_class": null, "serializer_visibility": "PUBLIC", "_type": "DataTypeReference"}}, "routes": {"auth.token/from_oauth1": {"fq_name": "auth.token/from_oauth1", "java_class": "com.dropbox.core.v2.auth.DbxAppAuthRequests", "visibility": "PUBLIC", "namespace_name": "auth", "method": "tokenFromOauth1", "has_builder": false, "builder_method": null, "error_ref": "auth.TokenFromOAuth1Error", "url_path": "2/auth/token/from_oauth1", "is_method_overloaded": false, "method_arg_classes": ["String", "String"], "_type": "RouteReference"}, "check.app": {"fq_name": "check.app", "java_class": "com.dropbox.core.v2.check.DbxAppCheckRequests", "visibility": "PUBLIC", "namespace_name": "check", "method": "app", "has_builder": false, "builder_method": null, "error_ref": "check.EchoError", "url_path": "2/check/app", "is_method_overloaded": true, "method_arg_classes": ["String"], "_type": "RouteReference"}, "files.get_thumbnail_v2": {"fq_name": "files.get_thumbnail_v2", "java_class": "com.dropbox.core.v2.files.DbxAppFilesRequests", "visibility": "PUBLIC", "namespace_name": "files", "method": "getThumbnailV2", "has_builder": true, "builder_method": "getThumbnailV2Builder", "error_ref": "files.ThumbnailV2Error", "url_path": "2/files/get_thumbnail_v2", "is_method_overloaded": false, "method_arg_classes": ["com.dropbox.core.v2.files.PathOrLink"], "_type": "RouteReference"}, "files.list_folder": {"fq_name": "files.list_folder", "java_class": "com.dropbox.core.v2.files.DbxAppFilesRequests", "visibility": "PUBLIC", "namespace_name": "files", "method": "listFolder", "has_builder": true, "builder_method": "listFolderBuilder", "error_ref": "files.ListFolderError", "url_path": "2/files/list_folder", "is_method_overloaded": false, "method_arg_classes": ["String"], "_type": "RouteReference"}, "files.list_folder/continue": {"fq_name": "files.list_folder/continue", "java_class": "com.dropbox.core.v2.files.DbxAppFilesRequests", "visibility": "PUBLIC", "namespace_name": "files", "method": "listFolderContinue", "has_builder": false, "builder_method": null, "error_ref": "files.ListFolderContinueError", "url_path": "2/files/list_folder/continue", "is_method_overloaded": false, "method_arg_classes": ["String"], "_type": "RouteReference"}, "riviera.get_transcript_async": {"fq_name": "riviera.get_transcript_async", "java_class": "com.dropbox.core.v2.riviera.DbxAppRivieraRequests", "visibility": "PUBLIC", "namespace_name": "riviera", "method": "getTranscriptAsync", "has_builder": true, "builder_method": "getTranscriptAsyncBuilder", "error_ref": null, "url_path": "2/riviera/get_transcript_async", "is_method_overloaded": false, "method_arg_classes": [], "_type": "RouteReference"}, "riviera.get_transcript_async/check": {"fq_name": "riviera.get_transcript_async/check", "java_class": "com.dropbox.core.v2.riviera.DbxAppRivieraRequests", "visibility": "PUBLIC", "namespace_name": "riviera", "method": "getTranscriptAsyncCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/riviera/get_transcript_async/check", "is_method_overloaded": false, "method_arg_classes": ["String"], "_type": "RouteReference"}, "sharing.get_shared_link_file": {"fq_name": "sharing.get_shared_link_file", "java_class": "com.dropbox.core.v2.sharing.DbxAppSharingRequests", "visibility": "PUBLIC", "namespace_name": "sharing", "method": "getSharedLinkFile", "has_builder": true, "builder_method": "getSharedLinkFileBuilder", "error_ref": "sharing.GetSharedLinkFileError", "url_path": "2/sharing/get_shared_link_file", "is_method_overloaded": false, "method_arg_classes": ["String"], "_type": "RouteReference"}, "sharing.get_shared_link_metadata": {"fq_name": "sharing.get_shared_link_metadata", "java_class": "com.dropbox.core.v2.sharing.DbxAppSharingRequests", "visibility": "PUBLIC", "namespace_name": "sharing", "method": "getSharedLinkMetadata", "has_builder": true, "builder_method": "getSharedLinkMetadataBuilder", "error_ref": "sharing.SharedLinkMetadataError", "url_path": "2/sharing/get_shared_link_metadata", "is_method_overloaded": false, "method_arg_classes": ["String"], "_type": "RouteReference"}, "file_properties.templates/add_for_team": {"method_arg_classes": ["String", "String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/add_for_team", "namespace_name": "file_properties", "method": "templatesAddForTeam", "has_builder": false, "builder_method": null, "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/file_properties/templates/add_for_team", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/get_for_team": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/get_for_team", "namespace_name": "file_properties", "method": "templatesGetForTeam", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/get_for_team", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/list_for_team": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/list_for_team", "namespace_name": "file_properties", "method": "templatesListForTeam", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/list_for_team", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/remove_for_team": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/remove_for_team", "namespace_name": "file_properties", "method": "templatesRemoveForTeam", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/remove_for_team", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/update_for_team": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/update_for_team", "namespace_name": "file_properties", "method": "templatesUpdateForTeam", "has_builder": true, "builder_method": "templatesUpdateForTeamBuilder", "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/file_properties/templates/update_for_team", "is_method_overloaded": false, "_type": "RouteReference"}, "team.devices/list_member_devices": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.devices/list_member_devices", "namespace_name": "team", "method": "devicesListMemberDevices", "has_builder": true, "builder_method": "devicesListMemberDevicesBuilder", "error_ref": "team.ListMemberDevicesError", "url_path": "2/team/devices/list_member_devices", "is_method_overloaded": false, "_type": "RouteReference"}, "team.devices/list_members_devices": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.devices/list_members_devices", "namespace_name": "team", "method": "devicesListMembersDevices", "has_builder": true, "builder_method": "devicesListMembersDevicesBuilder", "error_ref": "team.ListMembersDevicesError", "url_path": "2/team/devices/list_members_devices", "is_method_overloaded": false, "_type": "RouteReference"}, "team.devices/list_team_devices": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.devices/list_team_devices", "namespace_name": "team", "method": "devicesListTeamDevices", "has_builder": true, "builder_method": "devicesListTeamDevicesBuilder", "error_ref": "team.ListTeamDevicesError", "url_path": "2/team/devices/list_team_devices", "is_method_overloaded": false, "_type": "RouteReference"}, "team.devices/revoke_device_session": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.devices/revoke_device_session", "namespace_name": "team", "method": "devicesRevokeDeviceSession", "has_builder": false, "builder_method": null, "error_ref": "team.RevokeDeviceSessionError", "url_path": "2/team/devices/revoke_device_session", "is_method_overloaded": false, "_type": "RouteReference"}, "team.devices/revoke_device_session_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.devices/revoke_device_session_batch", "namespace_name": "team", "method": "devicesRevokeDeviceSessionBatch", "has_builder": false, "builder_method": null, "error_ref": "team.RevokeDeviceSessionBatchError", "url_path": "2/team/devices/revoke_device_session_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "team.features/get_values": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.features/get_values", "namespace_name": "team", "method": "featuresGetValues", "has_builder": false, "builder_method": null, "error_ref": "team.FeaturesGetValuesBatchError", "url_path": "2/team/features/get_values", "is_method_overloaded": false, "_type": "RouteReference"}, "team.get_info": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.get_info", "namespace_name": "team", "method": "getInfo", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/get_info", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/create": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/create", "namespace_name": "team", "method": "groupsCreate", "has_builder": true, "builder_method": "groupsCreateBuilder", "error_ref": "team.GroupCreateError", "url_path": "2/team/groups/create", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/delete": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/delete", "namespace_name": "team", "method": "groupsDelete", "has_builder": false, "builder_method": null, "error_ref": "team.GroupDeleteError", "url_path": "2/team/groups/delete", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/get_info": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/get_info", "namespace_name": "team", "method": "groupsGetInfo", "has_builder": false, "builder_method": null, "error_ref": "team.GroupsGetInfoError", "url_path": "2/team/groups/get_info", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/job_status/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/job_status/get", "namespace_name": "team", "method": "groupsJobStatusGet", "has_builder": false, "builder_method": null, "error_ref": "team.GroupsPollError", "url_path": "2/team/groups/job_status/get", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/list": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/list", "namespace_name": "team", "method": "groupsList", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/groups/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.groups/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/list/continue", "namespace_name": "team", "method": "groupsListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.GroupsListContinueError", "url_path": "2/team/groups/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/members/add": {"method_arg_classes": ["com.dropbox.core.v2.team.GroupSelector", "java.util.List", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/members/add", "namespace_name": "team", "method": "groupsMembersAdd", "has_builder": false, "builder_method": null, "error_ref": "team.GroupMembersAddError", "url_path": "2/team/groups/members/add", "is_method_overloaded": true, "_type": "RouteReference"}, "team.groups/members/list": {"method_arg_classes": ["com.dropbox.core.v2.team.GroupSelector", "long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/members/list", "namespace_name": "team", "method": "groupsMembersList", "has_builder": false, "builder_method": null, "error_ref": "team.GroupSelectorError", "url_path": "2/team/groups/members/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.groups/members/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/members/list/continue", "namespace_name": "team", "method": "groupsMembersListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.GroupsMembersListContinueError", "url_path": "2/team/groups/members/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.groups/members/remove": {"method_arg_classes": ["com.dropbox.core.v2.team.GroupSelector", "java.util.List", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/members/remove", "namespace_name": "team", "method": "groupsMembersRemove", "has_builder": false, "builder_method": null, "error_ref": "team.GroupMembersRemoveError", "url_path": "2/team/groups/members/remove", "is_method_overloaded": true, "_type": "RouteReference"}, "team.groups/members/set_access_type": {"method_arg_classes": ["com.dropbox.core.v2.team.GroupSelector", "com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.team.GroupAccessType", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/members/set_access_type", "namespace_name": "team", "method": "groupsMembersSetAccessType", "has_builder": false, "builder_method": null, "error_ref": "team.GroupMemberSetAccessTypeError", "url_path": "2/team/groups/members/set_access_type", "is_method_overloaded": true, "_type": "RouteReference"}, "team.groups/update": {"method_arg_classes": ["com.dropbox.core.v2.team.GroupSelector"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.groups/update", "namespace_name": "team", "method": "groupsUpdate", "has_builder": true, "builder_method": "groupsUpdateBuilder", "error_ref": "team.GroupUpdateError", "url_path": "2/team/groups/update", "is_method_overloaded": false, "_type": "RouteReference"}, "team.legal_holds/create_policy": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/create_policy", "namespace_name": "team", "method": "legalHoldsCreatePolicy", "has_builder": true, "builder_method": "legalHoldsCreatePolicyBuilder", "error_ref": "team.LegalHoldsPolicyCreateError", "url_path": "2/team/legal_holds/create_policy", "is_method_overloaded": false, "_type": "RouteReference"}, "team.legal_holds/get_policy": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/get_policy", "namespace_name": "team", "method": "legalHoldsGetPolicy", "has_builder": false, "builder_method": null, "error_ref": "team.LegalHoldsGetPolicyError", "url_path": "2/team/legal_holds/get_policy", "is_method_overloaded": false, "_type": "RouteReference"}, "team.legal_holds/list_held_revisions": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/list_held_revisions", "namespace_name": "team", "method": "legalHoldsListHeldRevisions", "has_builder": false, "builder_method": null, "error_ref": "team.LegalHoldsListHeldRevisionsError", "url_path": "2/team/legal_holds/list_held_revisions", "is_method_overloaded": false, "_type": "RouteReference"}, "team.legal_holds/list_held_revisions_continue": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/list_held_revisions_continue", "namespace_name": "team", "method": "legalHoldsListHeldRevisionsContinue", "has_builder": false, "builder_method": null, "error_ref": "team.LegalHoldsListHeldRevisionsError", "url_path": "2/team/legal_holds/list_held_revisions_continue", "is_method_overloaded": true, "_type": "RouteReference"}, "team.legal_holds/list_policies": {"method_arg_classes": ["boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/list_policies", "namespace_name": "team", "method": "legalHoldsListPolicies", "has_builder": false, "builder_method": null, "error_ref": "team.LegalHoldsListPoliciesError", "url_path": "2/team/legal_holds/list_policies", "is_method_overloaded": true, "_type": "RouteReference"}, "team.legal_holds/release_policy": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/release_policy", "namespace_name": "team", "method": "legalHoldsReleasePolicy", "has_builder": false, "builder_method": null, "error_ref": "team.LegalHoldsPolicyReleaseError", "url_path": "2/team/legal_holds/release_policy", "is_method_overloaded": false, "_type": "RouteReference"}, "team.legal_holds/update_policy": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.legal_holds/update_policy", "namespace_name": "team", "method": "legalHoldsUpdatePolicy", "has_builder": true, "builder_method": "legalHoldsUpdatePolicyBuilder", "error_ref": "team.LegalHoldsPolicyUpdateError", "url_path": "2/team/legal_holds/update_policy", "is_method_overloaded": false, "_type": "RouteReference"}, "team.linked_apps/list_member_linked_apps": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.linked_apps/list_member_linked_apps", "namespace_name": "team", "method": "linkedAppsListMemberLinkedApps", "has_builder": false, "builder_method": null, "error_ref": "team.ListMemberAppsError", "url_path": "2/team/linked_apps/list_member_linked_apps", "is_method_overloaded": false, "_type": "RouteReference"}, "team.linked_apps/list_members_linked_apps": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.linked_apps/list_members_linked_apps", "namespace_name": "team", "method": "linkedAppsListMembersLinkedApps", "has_builder": false, "builder_method": null, "error_ref": "team.ListMembersAppsError", "url_path": "2/team/linked_apps/list_members_linked_apps", "is_method_overloaded": true, "_type": "RouteReference"}, "team.linked_apps/list_team_linked_apps": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.linked_apps/list_team_linked_apps", "namespace_name": "team", "method": "linkedAppsListTeamLinkedApps", "has_builder": false, "builder_method": null, "error_ref": "team.ListTeamAppsError", "url_path": "2/team/linked_apps/list_team_linked_apps", "is_method_overloaded": true, "_type": "RouteReference"}, "team.linked_apps/revoke_linked_app": {"method_arg_classes": ["String", "String", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.linked_apps/revoke_linked_app", "namespace_name": "team", "method": "linkedAppsRevokeLinkedApp", "has_builder": false, "builder_method": null, "error_ref": "team.RevokeLinkedAppError", "url_path": "2/team/linked_apps/revoke_linked_app", "is_method_overloaded": true, "_type": "RouteReference"}, "team.linked_apps/revoke_linked_app_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.linked_apps/revoke_linked_app_batch", "namespace_name": "team", "method": "linkedAppsRevokeLinkedAppBatch", "has_builder": false, "builder_method": null, "error_ref": "team.RevokeLinkedAppBatchError", "url_path": "2/team/linked_apps/revoke_linked_app_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "team.member_space_limits/excluded_users/add": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/excluded_users/add", "namespace_name": "team", "method": "memberSpaceLimitsExcludedUsersAdd", "has_builder": false, "builder_method": null, "error_ref": "team.ExcludedUsersUpdateError", "url_path": "2/team/member_space_limits/excluded_users/add", "is_method_overloaded": true, "_type": "RouteReference"}, "team.member_space_limits/excluded_users/list": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/excluded_users/list", "namespace_name": "team", "method": "memberSpaceLimitsExcludedUsersList", "has_builder": false, "builder_method": null, "error_ref": "team.ExcludedUsersListError", "url_path": "2/team/member_space_limits/excluded_users/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.member_space_limits/excluded_users/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/excluded_users/list/continue", "namespace_name": "team", "method": "memberSpaceLimitsExcludedUsersListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.ExcludedUsersListContinueError", "url_path": "2/team/member_space_limits/excluded_users/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.member_space_limits/excluded_users/remove": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/excluded_users/remove", "namespace_name": "team", "method": "memberSpaceLimitsExcludedUsersRemove", "has_builder": false, "builder_method": null, "error_ref": "team.ExcludedUsersUpdateError", "url_path": "2/team/member_space_limits/excluded_users/remove", "is_method_overloaded": true, "_type": "RouteReference"}, "team.member_space_limits/get_custom_quota": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/get_custom_quota", "namespace_name": "team", "method": "memberSpaceLimitsGetCustomQuota", "has_builder": false, "builder_method": null, "error_ref": "team.CustomQuotaError", "url_path": "2/team/member_space_limits/get_custom_quota", "is_method_overloaded": false, "_type": "RouteReference"}, "team.member_space_limits/remove_custom_quota": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/remove_custom_quota", "namespace_name": "team", "method": "memberSpaceLimitsRemoveCustomQuota", "has_builder": false, "builder_method": null, "error_ref": "team.CustomQuotaError", "url_path": "2/team/member_space_limits/remove_custom_quota", "is_method_overloaded": false, "_type": "RouteReference"}, "team.member_space_limits/set_custom_quota": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.member_space_limits/set_custom_quota", "namespace_name": "team", "method": "memberSpaceLimitsSetCustomQuota", "has_builder": false, "builder_method": null, "error_ref": "team.SetCustomQuotaError", "url_path": "2/team/member_space_limits/set_custom_quota", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/add": {"method_arg_classes": ["java.util.List", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/add", "namespace_name": "team", "method": "membersAdd", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/members/add", "is_method_overloaded": true, "_type": "RouteReference"}, "team.members/add_v2": {"method_arg_classes": ["java.util.List", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/add_v2", "namespace_name": "team", "method": "membersAddV2", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/members/add_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "team.members/add/job_status/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/add/job_status/get", "namespace_name": "team", "method": "membersAddJobStatusGet", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/team/members/add/job_status/get", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/add/job_status/get_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/add/job_status/get_v2", "namespace_name": "team", "method": "membersAddJobStatusGetV2", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/team/members/add/job_status/get_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/delete_former_member_files": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/delete_former_member_files", "namespace_name": "team", "method": "membersDeleteFormerMemberFiles", "has_builder": false, "builder_method": null, "error_ref": "team.MembersDeleteFormerMemberFilesError", "url_path": "2/team/members/delete_former_member_files", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/delete_profile_photo": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/delete_profile_photo", "namespace_name": "team", "method": "membersDeleteProfilePhoto", "has_builder": false, "builder_method": null, "error_ref": "team.MembersDeleteProfilePhotoError", "url_path": "2/team/members/delete_profile_photo", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/delete_profile_photo_v2": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/delete_profile_photo_v2", "namespace_name": "team", "method": "membersDeleteProfilePhotoV2", "has_builder": false, "builder_method": null, "error_ref": "team.MembersDeleteProfilePhotoError", "url_path": "2/team/members/delete_profile_photo_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/get_available_team_member_roles": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/get_available_team_member_roles", "namespace_name": "team", "method": "membersGetAvailableTeamMemberRoles", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/members/get_available_team_member_roles", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/get_info": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/get_info", "namespace_name": "team", "method": "membersGetInfo", "has_builder": false, "builder_method": null, "error_ref": "team.MembersGetInfoError", "url_path": "2/team/members/get_info", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/get_info_v2": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/get_info_v2", "namespace_name": "team", "method": "membersGetInfoV2", "has_builder": false, "builder_method": null, "error_ref": "team.MembersGetInfoError", "url_path": "2/team/members/get_info_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/list": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/list", "namespace_name": "team", "method": "membersList", "has_builder": true, "builder_method": "membersListBuilder", "error_ref": "team.MembersListError", "url_path": "2/team/members/list", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/list_v2": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/list_v2", "namespace_name": "team", "method": "membersListV2", "has_builder": true, "builder_method": "membersListV2Builder", "error_ref": "team.MembersListError", "url_path": "2/team/members/list_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/list/continue", "namespace_name": "team", "method": "membersListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.MembersListContinueError", "url_path": "2/team/members/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/list/continue_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/list/continue_v2", "namespace_name": "team", "method": "membersListContinueV2", "has_builder": false, "builder_method": null, "error_ref": "team.MembersListContinueError", "url_path": "2/team/members/list/continue_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/move_former_member_files": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/move_former_member_files", "namespace_name": "team", "method": "membersMoveFormerMemberFiles", "has_builder": false, "builder_method": null, "error_ref": "team.MembersTransferFormerMembersFilesError", "url_path": "2/team/members/move_former_member_files", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/move_former_member_files/job_status/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/move_former_member_files/job_status/check", "namespace_name": "team", "method": "membersMoveFormerMemberFilesJobStatusCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/team/members/move_former_member_files/job_status/check", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/recover": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/recover", "namespace_name": "team", "method": "membersRecover", "has_builder": false, "builder_method": null, "error_ref": "team.MembersRecoverError", "url_path": "2/team/members/recover", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/remove": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/remove", "namespace_name": "team", "method": "membersRemove", "has_builder": true, "builder_method": "membersRemoveBuilder", "error_ref": "team.MembersRemoveError", "url_path": "2/team/members/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/remove/job_status/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/remove/job_status/get", "namespace_name": "team", "method": "membersRemoveJobStatusGet", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/team/members/remove/job_status/get", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/secondary_emails/add": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/secondary_emails/add", "namespace_name": "team", "method": "membersSecondaryEmailsAdd", "has_builder": false, "builder_method": null, "error_ref": "team.AddSecondaryEmailsError", "url_path": "2/team/members/secondary_emails/add", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/secondary_emails/delete": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/secondary_emails/delete", "namespace_name": "team", "method": "membersSecondaryEmailsDelete", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/members/secondary_emails/delete", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/secondary_emails/resend_verification_emails": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/secondary_emails/resend_verification_emails", "namespace_name": "team", "method": "membersSecondaryEmailsResendVerificationEmails", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/members/secondary_emails/resend_verification_emails", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/send_welcome_email": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/send_welcome_email", "namespace_name": "team", "method": "membersSendWelcomeEmail", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSendWelcomeError", "url_path": "2/team/members/send_welcome_email", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/set_admin_permissions": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.team.AdminTier"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_admin_permissions", "namespace_name": "team", "method": "membersSetAdminPermissions", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSetPermissionsError", "url_path": "2/team/members/set_admin_permissions", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/set_admin_permissions_v2": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_admin_permissions_v2", "namespace_name": "team", "method": "membersSetAdminPermissionsV2", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSetPermissions2Error", "url_path": "2/team/members/set_admin_permissions_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "team.members/set_profile": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_profile", "namespace_name": "team", "method": "membersSetProfile", "has_builder": true, "builder_method": "membersSetProfileBuilder", "error_ref": "team.MembersSetProfileError", "url_path": "2/team/members/set_profile", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/set_profile_v2": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_profile_v2", "namespace_name": "team", "method": "membersSetProfileV2", "has_builder": true, "builder_method": "membersSetProfileV2Builder", "error_ref": "team.MembersSetProfileError", "url_path": "2/team/members/set_profile_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/set_profile_photo": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.account.PhotoSourceArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_profile_photo", "namespace_name": "team", "method": "membersSetProfilePhoto", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSetProfilePhotoError", "url_path": "2/team/members/set_profile_photo", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/set_profile_photo_v2": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "com.dropbox.core.v2.account.PhotoSourceArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/set_profile_photo_v2", "namespace_name": "team", "method": "membersSetProfilePhotoV2", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSetProfilePhotoError", "url_path": "2/team/members/set_profile_photo_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "team.members/suspend": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/suspend", "namespace_name": "team", "method": "membersSuspend", "has_builder": false, "builder_method": null, "error_ref": "team.MembersSuspendError", "url_path": "2/team/members/suspend", "is_method_overloaded": true, "_type": "RouteReference"}, "team.members/unsuspend": {"method_arg_classes": ["com.dropbox.core.v2.team.UserSelectorArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.members/unsuspend", "namespace_name": "team", "method": "membersUnsuspend", "has_builder": false, "builder_method": null, "error_ref": "team.MembersUnsuspendError", "url_path": "2/team/members/unsuspend", "is_method_overloaded": false, "_type": "RouteReference"}, "team.namespaces/list": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.namespaces/list", "namespace_name": "team", "method": "namespacesList", "has_builder": false, "builder_method": null, "error_ref": "team.TeamNamespacesListError", "url_path": "2/team/namespaces/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.namespaces/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.namespaces/list/continue", "namespace_name": "team", "method": "namespacesListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.TeamNamespacesListContinueError", "url_path": "2/team/namespaces/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.properties/template/add": {"method_arg_classes": ["String", "String", "java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.properties/template/add", "namespace_name": "team", "method": "propertiesTemplateAdd", "has_builder": false, "builder_method": null, "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/team/properties/template/add", "is_method_overloaded": false, "_type": "RouteReference"}, "team.properties/template/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.properties/template/get", "namespace_name": "team", "method": "propertiesTemplateGet", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/team/properties/template/get", "is_method_overloaded": false, "_type": "RouteReference"}, "team.reports/get_activity": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.reports/get_activity", "namespace_name": "team", "method": "reportsGetActivity", "has_builder": true, "builder_method": "reportsGetActivityBuilder", "error_ref": "team.DateRangeError", "url_path": "2/team/reports/get_activity", "is_method_overloaded": false, "_type": "RouteReference"}, "team.reports/get_devices": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.reports/get_devices", "namespace_name": "team", "method": "reportsGetDevices", "has_builder": true, "builder_method": "reportsGetDevicesBuilder", "error_ref": "team.DateRangeError", "url_path": "2/team/reports/get_devices", "is_method_overloaded": false, "_type": "RouteReference"}, "team.reports/get_membership": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.reports/get_membership", "namespace_name": "team", "method": "reportsGetMembership", "has_builder": true, "builder_method": "reportsGetMembershipBuilder", "error_ref": "team.DateRangeError", "url_path": "2/team/reports/get_membership", "is_method_overloaded": false, "_type": "RouteReference"}, "team.reports/get_storage": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.reports/get_storage", "namespace_name": "team", "method": "reportsGetStorage", "has_builder": true, "builder_method": "reportsGetStorageBuilder", "error_ref": "team.DateRangeError", "url_path": "2/team/reports/get_storage", "is_method_overloaded": false, "_type": "RouteReference"}, "team.sharing_allowlist/add": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.sharing_allowlist/add", "namespace_name": "team", "method": "sharingAllowlistAdd", "has_builder": true, "builder_method": "sharingAllowlistAddBuilder", "error_ref": "team.SharingAllowlistAddError", "url_path": "2/team/sharing_allowlist/add", "is_method_overloaded": false, "_type": "RouteReference"}, "team.sharing_allowlist/list": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.sharing_allowlist/list", "namespace_name": "team", "method": "sharingAllowlistList", "has_builder": false, "builder_method": null, "error_ref": "team.SharingAllowlistListError", "url_path": "2/team/sharing_allowlist/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.sharing_allowlist/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.sharing_allowlist/list/continue", "namespace_name": "team", "method": "sharingAllowlistListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.SharingAllowlistListContinueError", "url_path": "2/team/sharing_allowlist/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.sharing_allowlist/remove": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.sharing_allowlist/remove", "namespace_name": "team", "method": "sharingAllowlistRemove", "has_builder": true, "builder_method": "sharingAllowlistRemoveBuilder", "error_ref": "team.SharingAllowlistRemoveError", "url_path": "2/team/sharing_allowlist/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/activate": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/activate", "namespace_name": "team", "method": "teamFolderActivate", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderActivateError", "url_path": "2/team/team_folder/activate", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/archive": {"method_arg_classes": ["String", "boolean"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/archive", "namespace_name": "team", "method": "teamFolderArchive", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderArchiveError", "url_path": "2/team/team_folder/archive", "is_method_overloaded": true, "_type": "RouteReference"}, "team.team_folder/archive/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/archive/check", "namespace_name": "team", "method": "teamFolderArchiveCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/team/team_folder/archive/check", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/create": {"method_arg_classes": ["String", "com.dropbox.core.v2.files.SyncSettingArg"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/create", "namespace_name": "team", "method": "teamFolderCreate", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderCreateError", "url_path": "2/team/team_folder/create", "is_method_overloaded": true, "_type": "RouteReference"}, "team.team_folder/get_info": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/get_info", "namespace_name": "team", "method": "teamFolderGetInfo", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/team/team_folder/get_info", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/list": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/list", "namespace_name": "team", "method": "teamFolderList", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderListError", "url_path": "2/team/team_folder/list", "is_method_overloaded": true, "_type": "RouteReference"}, "team.team_folder/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/list/continue", "namespace_name": "team", "method": "teamFolderListContinue", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderListContinueError", "url_path": "2/team/team_folder/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/permanently_delete": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/permanently_delete", "namespace_name": "team", "method": "teamFolderPermanentlyDelete", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderPermanentlyDeleteError", "url_path": "2/team/team_folder/permanently_delete", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/rename": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/rename", "namespace_name": "team", "method": "teamFolderRename", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderRenameError", "url_path": "2/team/team_folder/rename", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/restore": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/restore", "namespace_name": "team", "method": "teamFolderRestore", "has_builder": false, "builder_method": null, "error_ref": "team.TeamFolderRestoreError", "url_path": "2/team/team_folder/restore", "is_method_overloaded": false, "_type": "RouteReference"}, "team.team_folder/update_sync_settings": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.team_folder/update_sync_settings", "namespace_name": "team", "method": "teamFolderUpdateSyncSettings", "has_builder": true, "builder_method": "teamFolderUpdateSyncSettingsBuilder", "error_ref": "team.TeamFolderUpdateSyncSettingsError", "url_path": "2/team/team_folder/update_sync_settings", "is_method_overloaded": false, "_type": "RouteReference"}, "team.token/get_authenticated_admin": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.token/get_authenticated_admin", "namespace_name": "team", "method": "tokenGetAuthenticatedAdmin", "has_builder": false, "builder_method": null, "error_ref": "team.TokenGetAuthenticatedAdminError", "url_path": "2/team/token/get_authenticated_admin", "is_method_overloaded": false, "_type": "RouteReference"}, "team_log.get_events": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests", "visibility": "PUBLIC", "fq_name": "team_log.get_events", "namespace_name": "team_log", "method": "getEvents", "has_builder": true, "builder_method": "getEventsBuilder", "error_ref": "team_log.GetTeamEventsError", "url_path": "2/team_log/get_events", "is_method_overloaded": false, "_type": "RouteReference"}, "team_log.get_events/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests", "visibility": "PUBLIC", "fq_name": "team_log.get_events/continue", "namespace_name": "team_log", "method": "getEventsContinue", "has_builder": false, "builder_method": null, "error_ref": "team_log.GetTeamEventsContinueError", "url_path": "2/team_log/get_events/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "account.get_photo": {"method_arg_classes": ["String", "String", "boolean", "boolean"], "java_class": "com.dropbox.core.v2.account.DbxUserAccountRequests", "visibility": "PUBLIC", "fq_name": "account.get_photo", "namespace_name": "account", "method": "getPhoto", "has_builder": true, "builder_method": "getPhotoBuilder", "error_ref": "account.AccountPhotoGetError", "url_path": "2/account/get_photo", "is_method_overloaded": false, "_type": "RouteReference"}, "account.set_profile_photo": {"method_arg_classes": ["com.dropbox.core.v2.account.PhotoSourceArg"], "java_class": "com.dropbox.core.v2.account.DbxUserAccountRequests", "visibility": "PUBLIC", "fq_name": "account.set_profile_photo", "namespace_name": "account", "method": "setProfilePhoto", "has_builder": false, "builder_method": null, "error_ref": "account.SetProfilePhotoError", "url_path": "2/account/set_profile_photo", "is_method_overloaded": false, "_type": "RouteReference"}, "auth.token/revoke": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.auth.DbxUserAuthRequests", "visibility": "PUBLIC", "fq_name": "auth.token/revoke", "namespace_name": "auth", "method": "tokenRevoke", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/auth/token/revoke", "is_method_overloaded": false, "_type": "RouteReference"}, "check.user": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.check.DbxUserCheckRequests", "visibility": "PUBLIC", "fq_name": "check.user", "namespace_name": "check", "method": "user", "has_builder": false, "builder_method": null, "error_ref": "check.EchoError", "url_path": "2/check/user", "is_method_overloaded": true, "_type": "RouteReference"}, "contacts.delete_manual_contacts": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.contacts.DbxUserContactsRequests", "visibility": "PUBLIC", "fq_name": "contacts.delete_manual_contacts", "namespace_name": "contacts", "method": "deleteManualContacts", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/contacts/delete_manual_contacts", "is_method_overloaded": false, "_type": "RouteReference"}, "contacts.delete_manual_contacts_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.contacts.DbxUserContactsRequests", "visibility": "PUBLIC", "fq_name": "contacts.delete_manual_contacts_batch", "namespace_name": "contacts", "method": "deleteManualContactsBatch", "has_builder": false, "builder_method": null, "error_ref": "contacts.DeleteManualContactsError", "url_path": "2/contacts/delete_manual_contacts_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.properties/add": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/add", "namespace_name": "file_properties", "method": "propertiesAdd", "has_builder": false, "builder_method": null, "error_ref": "file_properties.AddPropertiesError", "url_path": "2/file_properties/properties/add", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.properties/overwrite": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/overwrite", "namespace_name": "file_properties", "method": "propertiesOverwrite", "has_builder": false, "builder_method": null, "error_ref": "file_properties.InvalidPropertyGroupError", "url_path": "2/file_properties/properties/overwrite", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.properties/remove": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/remove", "namespace_name": "file_properties", "method": "propertiesRemove", "has_builder": false, "builder_method": null, "error_ref": "file_properties.RemovePropertiesError", "url_path": "2/file_properties/properties/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.properties/search": {"method_arg_classes": ["java.util.List", "com.dropbox.core.v2.fileproperties.TemplateFilter"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/search", "namespace_name": "file_properties", "method": "propertiesSearch", "has_builder": false, "builder_method": null, "error_ref": "file_properties.PropertiesSearchError", "url_path": "2/file_properties/properties/search", "is_method_overloaded": true, "_type": "RouteReference"}, "file_properties.properties/search/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/search/continue", "namespace_name": "file_properties", "method": "propertiesSearchContinue", "has_builder": false, "builder_method": null, "error_ref": "file_properties.PropertiesSearchContinueError", "url_path": "2/file_properties/properties/search/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.properties/update": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.properties/update", "namespace_name": "file_properties", "method": "propertiesUpdate", "has_builder": false, "builder_method": null, "error_ref": "file_properties.UpdatePropertiesError", "url_path": "2/file_properties/properties/update", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/add_for_user": {"method_arg_classes": ["String", "String", "java.util.List"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/add_for_user", "namespace_name": "file_properties", "method": "templatesAddForUser", "has_builder": false, "builder_method": null, "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/file_properties/templates/add_for_user", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/get_for_user": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/get_for_user", "namespace_name": "file_properties", "method": "templatesGetForUser", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/get_for_user", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/list_for_user": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/list_for_user", "namespace_name": "file_properties", "method": "templatesListForUser", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/list_for_user", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/remove_for_user": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/remove_for_user", "namespace_name": "file_properties", "method": "templatesRemoveForUser", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/file_properties/templates/remove_for_user", "is_method_overloaded": false, "_type": "RouteReference"}, "file_properties.templates/update_for_user": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests", "visibility": "PUBLIC", "fq_name": "file_properties.templates/update_for_user", "namespace_name": "file_properties", "method": "templatesUpdateForUser", "has_builder": true, "builder_method": "templatesUpdateForUserBuilder", "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/file_properties/templates/update_for_user", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.count": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.count", "namespace_name": "file_requests", "method": "count", "has_builder": false, "builder_method": null, "error_ref": "file_requests.CountFileRequestsError", "url_path": "2/file_requests/count", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.create": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.create", "namespace_name": "file_requests", "method": "create", "has_builder": true, "builder_method": "createBuilder", "error_ref": "file_requests.CreateFileRequestError", "url_path": "2/file_requests/create", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.delete": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.delete", "namespace_name": "file_requests", "method": "delete", "has_builder": false, "builder_method": null, "error_ref": "file_requests.DeleteFileRequestError", "url_path": "2/file_requests/delete", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.delete_all_closed": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.delete_all_closed", "namespace_name": "file_requests", "method": "deleteAllClosed", "has_builder": false, "builder_method": null, "error_ref": "file_requests.DeleteAllClosedFileRequestsError", "url_path": "2/file_requests/delete_all_closed", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.get", "namespace_name": "file_requests", "method": "get", "has_builder": false, "builder_method": null, "error_ref": "file_requests.GetFileRequestError", "url_path": "2/file_requests/get", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.list": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.list", "namespace_name": "file_requests", "method": "list", "has_builder": false, "builder_method": null, "error_ref": "file_requests.ListFileRequestsError", "url_path": "2/file_requests/list", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.list_v2": {"method_arg_classes": ["long"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.list_v2", "namespace_name": "file_requests", "method": "listV2", "has_builder": false, "builder_method": null, "error_ref": "file_requests.ListFileRequestsError", "url_path": "2/file_requests/list_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "file_requests.list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.list/continue", "namespace_name": "file_requests", "method": "listContinue", "has_builder": false, "builder_method": null, "error_ref": "file_requests.ListFileRequestsContinueError", "url_path": "2/file_requests/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "file_requests.update": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests", "visibility": "PUBLIC", "fq_name": "file_requests.update", "namespace_name": "file_requests", "method": "update", "has_builder": true, "builder_method": "updateBuilder", "error_ref": "file_requests.UpdateFileRequestError", "url_path": "2/file_requests/update", "is_method_overloaded": false, "_type": "RouteReference"}, "files.alpha/get_metadata": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.alpha/get_metadata", "namespace_name": "files", "method": "alphaGetMetadata", "has_builder": true, "builder_method": "alphaGetMetadataBuilder", "error_ref": "files.AlphaGetMetadataError", "url_path": "2/files/alpha/get_metadata", "is_method_overloaded": false, "_type": "RouteReference"}, "files.alpha/upload": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.alpha/upload", "namespace_name": "files", "method": "alphaUpload", "has_builder": true, "builder_method": "alphaUploadBuilder", "error_ref": "files.UploadError", "url_path": "2/files/alpha/upload", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy", "namespace_name": "files", "method": "copy", "has_builder": true, "builder_method": "copyBuilder", "error_ref": "files.RelocationError", "url_path": "2/files/copy", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_v2": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_v2", "namespace_name": "files", "method": "copyV2", "has_builder": true, "builder_method": "copyV2Builder", "error_ref": "files.RelocationError", "url_path": "2/files/copy_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_batch", "namespace_name": "files", "method": "copyBatch", "has_builder": true, "builder_method": "copyBatchBuilder", "error_ref": null, "url_path": "2/files/copy_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_batch_v2": {"method_arg_classes": ["java.util.List", "boolean"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_batch_v2", "namespace_name": "files", "method": "copyBatchV2", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/copy_batch_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "files.copy_batch/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_batch/check", "namespace_name": "files", "method": "copyBatchCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/copy_batch/check", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_batch/check_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_batch/check_v2", "namespace_name": "files", "method": "copyBatchCheckV2", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/copy_batch/check_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_reference/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_reference/get", "namespace_name": "files", "method": "copyReferenceGet", "has_builder": false, "builder_method": null, "error_ref": "files.GetCopyReferenceError", "url_path": "2/files/copy_reference/get", "is_method_overloaded": false, "_type": "RouteReference"}, "files.copy_reference/save": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.copy_reference/save", "namespace_name": "files", "method": "copyReferenceSave", "has_builder": false, "builder_method": null, "error_ref": "files.SaveCopyReferenceError", "url_path": "2/files/copy_reference/save", "is_method_overloaded": false, "_type": "RouteReference"}, "files.create_folder": {"method_arg_classes": ["String", "boolean"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.create_folder", "namespace_name": "files", "method": "createFolder", "has_builder": false, "builder_method": null, "error_ref": "files.CreateFolderError", "url_path": "2/files/create_folder", "is_method_overloaded": true, "_type": "RouteReference"}, "files.create_folder_v2": {"method_arg_classes": ["String", "boolean"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.create_folder_v2", "namespace_name": "files", "method": "createFolderV2", "has_builder": false, "builder_method": null, "error_ref": "files.CreateFolderError", "url_path": "2/files/create_folder_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "files.create_folder_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.create_folder_batch", "namespace_name": "files", "method": "createFolderBatch", "has_builder": true, "builder_method": "createFolderBatchBuilder", "error_ref": null, "url_path": "2/files/create_folder_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.create_folder_batch/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.create_folder_batch/check", "namespace_name": "files", "method": "createFolderBatchCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/create_folder_batch/check", "is_method_overloaded": false, "_type": "RouteReference"}, "files.delete": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.delete", "namespace_name": "files", "method": "delete", "has_builder": false, "builder_method": null, "error_ref": "files.DeleteError", "url_path": "2/files/delete", "is_method_overloaded": true, "_type": "RouteReference"}, "files.delete_v2": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.delete_v2", "namespace_name": "files", "method": "deleteV2", "has_builder": false, "builder_method": null, "error_ref": "files.DeleteError", "url_path": "2/files/delete_v2", "is_method_overloaded": true, "_type": "RouteReference"}, "files.delete_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.delete_batch", "namespace_name": "files", "method": "deleteBatch", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/delete_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.delete_batch/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.delete_batch/check", "namespace_name": "files", "method": "deleteBatchCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/delete_batch/check", "is_method_overloaded": false, "_type": "RouteReference"}, "files.download": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.download", "namespace_name": "files", "method": "download", "has_builder": true, "builder_method": "downloadBuilder", "error_ref": "files.DownloadError", "url_path": "2/files/download", "is_method_overloaded": true, "_type": "RouteReference"}, "files.download_zip": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.download_zip", "namespace_name": "files", "method": "downloadZip", "has_builder": true, "builder_method": "downloadZipBuilder", "error_ref": "files.DownloadZipError", "url_path": "2/files/download_zip", "is_method_overloaded": false, "_type": "RouteReference"}, "files.export": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.export", "namespace_name": "files", "method": "export", "has_builder": true, "builder_method": "exportBuilder", "error_ref": "files.ExportError", "url_path": "2/files/export", "is_method_overloaded": true, "_type": "RouteReference"}, "files.get_file_lock_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_file_lock_batch", "namespace_name": "files", "method": "getFileLockBatch", "has_builder": false, "builder_method": null, "error_ref": "files.LockFileError", "url_path": "2/files/get_file_lock_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.get_metadata": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_metadata", "namespace_name": "files", "method": "getMetadata", "has_builder": true, "builder_method": "getMetadataBuilder", "error_ref": "files.GetMetadataError", "url_path": "2/files/get_metadata", "is_method_overloaded": false, "_type": "RouteReference"}, "files.get_preview": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_preview", "namespace_name": "files", "method": "getPreview", "has_builder": true, "builder_method": "getPreviewBuilder", "error_ref": "files.PreviewError", "url_path": "2/files/get_preview", "is_method_overloaded": true, "_type": "RouteReference"}, "files.get_temporary_link": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_temporary_link", "namespace_name": "files", "method": "getTemporaryLink", "has_builder": false, "builder_method": null, "error_ref": "files.GetTemporaryLinkError", "url_path": "2/files/get_temporary_link", "is_method_overloaded": false, "_type": "RouteReference"}, "files.get_temporary_upload_link": {"method_arg_classes": ["com.dropbox.core.v2.files.CommitInfo", "double"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_temporary_upload_link", "namespace_name": "files", "method": "getTemporaryUploadLink", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/get_temporary_upload_link", "is_method_overloaded": true, "_type": "RouteReference"}, "files.get_thumbnail": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_thumbnail", "namespace_name": "files", "method": "getThumbnail", "has_builder": true, "builder_method": "getThumbnailBuilder", "error_ref": "files.ThumbnailError", "url_path": "2/files/get_thumbnail", "is_method_overloaded": false, "_type": "RouteReference"}, "files.get_thumbnail_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.get_thumbnail_batch", "namespace_name": "files", "method": "getThumbnailBatch", "has_builder": false, "builder_method": null, "error_ref": "files.GetThumbnailBatchError", "url_path": "2/files/get_thumbnail_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.list_folder/get_latest_cursor": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.list_folder/get_latest_cursor", "namespace_name": "files", "method": "listFolderGetLatestCursor", "has_builder": true, "builder_method": "listFolderGetLatestCursorBuilder", "error_ref": "files.ListFolderError", "url_path": "2/files/list_folder/get_latest_cursor", "is_method_overloaded": false, "_type": "RouteReference"}, "files.list_folder/longpoll": {"method_arg_classes": ["String", "long"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.list_folder/longpoll", "namespace_name": "files", "method": "listFolderLongpoll", "has_builder": false, "builder_method": null, "error_ref": "files.ListFolderLongpollError", "url_path": "2/files/list_folder/longpoll", "is_method_overloaded": true, "_type": "RouteReference"}, "files.list_revisions": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.list_revisions", "namespace_name": "files", "method": "listRevisions", "has_builder": true, "builder_method": "listRevisionsBuilder", "error_ref": "files.ListRevisionsError", "url_path": "2/files/list_revisions", "is_method_overloaded": false, "_type": "RouteReference"}, "files.lock_file_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.lock_file_batch", "namespace_name": "files", "method": "lockFileBatch", "has_builder": false, "builder_method": null, "error_ref": "files.LockFileError", "url_path": "2/files/lock_file_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move", "namespace_name": "files", "method": "move", "has_builder": true, "builder_method": "moveBuilder", "error_ref": "files.RelocationError", "url_path": "2/files/move", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move_v2": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move_v2", "namespace_name": "files", "method": "moveV2", "has_builder": true, "builder_method": "moveV2Builder", "error_ref": "files.RelocationError", "url_path": "2/files/move_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move_batch", "namespace_name": "files", "method": "moveBatch", "has_builder": true, "builder_method": "moveBatchBuilder", "error_ref": null, "url_path": "2/files/move_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move_batch_v2": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move_batch_v2", "namespace_name": "files", "method": "moveBatchV2", "has_builder": true, "builder_method": "moveBatchV2Builder", "error_ref": null, "url_path": "2/files/move_batch_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move_batch/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move_batch/check", "namespace_name": "files", "method": "moveBatchCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/move_batch/check", "is_method_overloaded": false, "_type": "RouteReference"}, "files.move_batch/check_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.move_batch/check_v2", "namespace_name": "files", "method": "moveBatchCheckV2", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/move_batch/check_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.paper/create": {"method_arg_classes": ["String", "com.dropbox.core.v2.files.ImportFormat"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.paper/create", "namespace_name": "files", "method": "paperCreate", "has_builder": false, "builder_method": null, "error_ref": "files.PaperCreateError", "url_path": "2/files/paper/create", "is_method_overloaded": false, "_type": "RouteReference"}, "files.paper/update": {"method_arg_classes": ["String", "com.dropbox.core.v2.files.ImportFormat", "com.dropbox.core.v2.files.PaperDocUpdatePolicy", "Long"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.paper/update", "namespace_name": "files", "method": "paperUpdate", "has_builder": false, "builder_method": null, "error_ref": "files.PaperUpdateError", "url_path": "2/files/paper/update", "is_method_overloaded": true, "_type": "RouteReference"}, "files.permanently_delete": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.permanently_delete", "namespace_name": "files", "method": "permanentlyDelete", "has_builder": false, "builder_method": null, "error_ref": "files.DeleteError", "url_path": "2/files/permanently_delete", "is_method_overloaded": true, "_type": "RouteReference"}, "files.properties/add": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/add", "namespace_name": "files", "method": "propertiesAdd", "has_builder": false, "builder_method": null, "error_ref": "file_properties.AddPropertiesError", "url_path": "2/files/properties/add", "is_method_overloaded": false, "_type": "RouteReference"}, "files.properties/overwrite": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/overwrite", "namespace_name": "files", "method": "propertiesOverwrite", "has_builder": false, "builder_method": null, "error_ref": "file_properties.InvalidPropertyGroupError", "url_path": "2/files/properties/overwrite", "is_method_overloaded": false, "_type": "RouteReference"}, "files.properties/update": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/update", "namespace_name": "files", "method": "propertiesUpdate", "has_builder": false, "builder_method": null, "error_ref": "file_properties.UpdatePropertiesError", "url_path": "2/files/properties/update", "is_method_overloaded": false, "_type": "RouteReference"}, "files.restore": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.restore", "namespace_name": "files", "method": "restore", "has_builder": false, "builder_method": null, "error_ref": "files.RestoreError", "url_path": "2/files/restore", "is_method_overloaded": false, "_type": "RouteReference"}, "files.save_url": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.save_url", "namespace_name": "files", "method": "saveUrl", "has_builder": false, "builder_method": null, "error_ref": "files.SaveUrlError", "url_path": "2/files/save_url", "is_method_overloaded": false, "_type": "RouteReference"}, "files.save_url/check_job_status": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.save_url/check_job_status", "namespace_name": "files", "method": "saveUrlCheckJobStatus", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/save_url/check_job_status", "is_method_overloaded": false, "_type": "RouteReference"}, "files.search": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.search", "namespace_name": "files", "method": "search", "has_builder": true, "builder_method": "searchBuilder", "error_ref": "files.SearchError", "url_path": "2/files/search", "is_method_overloaded": false, "_type": "RouteReference"}, "files.search_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.search_v2", "namespace_name": "files", "method": "searchV2", "has_builder": true, "builder_method": "searchV2Builder", "error_ref": "files.SearchError", "url_path": "2/files/search_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.search/continue_v2": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.search/continue_v2", "namespace_name": "files", "method": "searchContinueV2", "has_builder": false, "builder_method": null, "error_ref": "files.SearchError", "url_path": "2/files/search/continue_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.tags/add": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.tags/add", "namespace_name": "files", "method": "tagsAdd", "has_builder": false, "builder_method": null, "error_ref": "files.AddTagError", "url_path": "2/files/tags/add", "is_method_overloaded": false, "_type": "RouteReference"}, "files.tags/get": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.tags/get", "namespace_name": "files", "method": "tagsGet", "has_builder": false, "builder_method": null, "error_ref": "files.BaseTagError", "url_path": "2/files/tags/get", "is_method_overloaded": false, "_type": "RouteReference"}, "files.tags/remove": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.tags/remove", "namespace_name": "files", "method": "tagsRemove", "has_builder": false, "builder_method": null, "error_ref": "files.RemoveTagError", "url_path": "2/files/tags/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "files.unlock_file_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.unlock_file_batch", "namespace_name": "files", "method": "unlockFileBatch", "has_builder": false, "builder_method": null, "error_ref": "files.LockFileError", "url_path": "2/files/unlock_file_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload", "namespace_name": "files", "method": "upload", "has_builder": true, "builder_method": "uploadBuilder", "error_ref": "files.UploadError", "url_path": "2/files/upload", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/append": {"method_arg_classes": ["String", "long"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/append", "namespace_name": "files", "method": "uploadSessionAppend", "has_builder": false, "builder_method": null, "error_ref": "files.UploadSessionAppendError", "url_path": "2/files/upload_session/append", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/append_v2": {"method_arg_classes": ["com.dropbox.core.v2.files.UploadSessionCursor"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/append_v2", "namespace_name": "files", "method": "uploadSessionAppendV2", "has_builder": true, "builder_method": "uploadSessionAppendV2Builder", "error_ref": "files.UploadSessionAppendError", "url_path": "2/files/upload_session/append_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/append_batch": {"method_arg_classes": ["java.util.List", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/append_batch", "namespace_name": "files", "method": "uploadSessionAppendBatch", "has_builder": false, "builder_method": null, "error_ref": "files.UploadSessionAppendBatchError", "url_path": "2/files/upload_session/append_batch", "is_method_overloaded": true, "_type": "RouteReference"}, "files.upload_session/finish": {"method_arg_classes": ["com.dropbox.core.v2.files.UploadSessionCursor", "com.dropbox.core.v2.files.CommitInfo", "String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/finish", "namespace_name": "files", "method": "uploadSessionFinish", "has_builder": false, "builder_method": null, "error_ref": "files.UploadSessionFinishError", "url_path": "2/files/upload_session/finish", "is_method_overloaded": true, "_type": "RouteReference"}, "files.upload_session/finish_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/finish_batch", "namespace_name": "files", "method": "uploadSessionFinishBatch", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/upload_session/finish_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/finish_batch_v2": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/finish_batch_v2", "namespace_name": "files", "method": "uploadSessionFinishBatchV2", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/upload_session/finish_batch_v2", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/finish_batch/check": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/finish_batch/check", "namespace_name": "files", "method": "uploadSessionFinishBatchCheck", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/files/upload_session/finish_batch/check", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/start": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/start", "namespace_name": "files", "method": "uploadSessionStart", "has_builder": true, "builder_method": "uploadSessionStartBuilder", "error_ref": "files.UploadSessionStartError", "url_path": "2/files/upload_session/start", "is_method_overloaded": false, "_type": "RouteReference"}, "files.upload_session/start_batch": {"method_arg_classes": ["long", "com.dropbox.core.v2.files.UploadSessionType"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.upload_session/start_batch", "namespace_name": "files", "method": "uploadSessionStartBatch", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/files/upload_session/start_batch", "is_method_overloaded": true, "_type": "RouteReference"}, "openid.userinfo": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.openid.DbxUserOpenidRequests", "visibility": "PUBLIC", "fq_name": "openid.userinfo", "namespace_name": "openid", "method": "userinfo", "has_builder": false, "builder_method": null, "error_ref": "openid.UserInfoError", "url_path": "2/openid/userinfo", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/archive": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/archive", "namespace_name": "paper", "method": "docsArchive", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/archive", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/create": {"method_arg_classes": ["com.dropbox.core.v2.paper.ImportFormat", "String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/create", "namespace_name": "paper", "method": "docsCreate", "has_builder": false, "builder_method": null, "error_ref": "paper.PaperDocCreateError", "url_path": "2/paper/docs/create", "is_method_overloaded": true, "_type": "RouteReference"}, "paper.docs/download": {"method_arg_classes": ["String", "com.dropbox.core.v2.paper.ExportFormat", "boolean"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/download", "namespace_name": "paper", "method": "docsDownload", "has_builder": true, "builder_method": "docsDownloadBuilder", "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/download", "is_method_overloaded": true, "_type": "RouteReference"}, "paper.docs/folder_users/list": {"method_arg_classes": ["String", "int"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/folder_users/list", "namespace_name": "paper", "method": "docsFolderUsersList", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/folder_users/list", "is_method_overloaded": true, "_type": "RouteReference"}, "paper.docs/folder_users/list/continue": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/folder_users/list/continue", "namespace_name": "paper", "method": "docsFolderUsersListContinue", "has_builder": false, "builder_method": null, "error_ref": "paper.ListUsersCursorError", "url_path": "2/paper/docs/folder_users/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/get_folder_info": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/get_folder_info", "namespace_name": "paper", "method": "docsGetFolderInfo", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/get_folder_info", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/get_metadata": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/get_metadata", "namespace_name": "paper", "method": "docsGetMetadata", "has_builder": true, "builder_method": "docsGetMetadataBuilder", "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/get_metadata", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/list": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/list", "namespace_name": "paper", "method": "docsList", "has_builder": true, "builder_method": "docsListBuilder", "error_ref": null, "url_path": "2/paper/docs/list", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/list/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/list/continue", "namespace_name": "paper", "method": "docsListContinue", "has_builder": false, "builder_method": null, "error_ref": "paper.ListDocsCursorError", "url_path": "2/paper/docs/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/permanently_delete": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/permanently_delete", "namespace_name": "paper", "method": "docsPermanentlyDelete", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/permanently_delete", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/sharing_policy/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/sharing_policy/get", "namespace_name": "paper", "method": "docsSharingPolicyGet", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/sharing_policy/get", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/sharing_policy/set": {"method_arg_classes": ["String", "com.dropbox.core.v2.paper.SharingPolicy"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/sharing_policy/set", "namespace_name": "paper", "method": "docsSharingPolicySet", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/sharing_policy/set", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/update": {"method_arg_classes": ["String", "com.dropbox.core.v2.paper.PaperDocUpdatePolicy", "long", "com.dropbox.core.v2.paper.ImportFormat"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/update", "namespace_name": "paper", "method": "docsUpdate", "has_builder": false, "builder_method": null, "error_ref": "paper.PaperDocUpdateError", "url_path": "2/paper/docs/update", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/users/add": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/users/add", "namespace_name": "paper", "method": "docsUsersAdd", "has_builder": true, "builder_method": "docsUsersAddBuilder", "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/users/add", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/users/list": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/users/list", "namespace_name": "paper", "method": "docsUsersList", "has_builder": true, "builder_method": "docsUsersListBuilder", "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/users/list", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/users/list/continue": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/users/list/continue", "namespace_name": "paper", "method": "docsUsersListContinue", "has_builder": false, "builder_method": null, "error_ref": "paper.ListUsersCursorError", "url_path": "2/paper/docs/users/list/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.docs/users/remove": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.docs/users/remove", "namespace_name": "paper", "method": "docsUsersRemove", "has_builder": false, "builder_method": null, "error_ref": "paper.DocLookupError", "url_path": "2/paper/docs/users/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "paper.folders/create": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.paper.DbxUserPaperRequests", "visibility": "PUBLIC", "fq_name": "paper.folders/create", "namespace_name": "paper", "method": "foldersCreate", "has_builder": true, "builder_method": "foldersCreateBuilder", "error_ref": "paper.PaperFolderCreateError", "url_path": "2/paper/folders/create", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.add_file_member": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.add_file_member", "namespace_name": "sharing", "method": "addFileMember", "has_builder": true, "builder_method": "addFileMemberBuilder", "error_ref": "sharing.AddFileMemberError", "url_path": "2/sharing/add_file_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.add_folder_member": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.add_folder_member", "namespace_name": "sharing", "method": "addFolderMember", "has_builder": true, "builder_method": "addFolderMemberBuilder", "error_ref": "sharing.AddFolderMemberError", "url_path": "2/sharing/add_folder_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.check_job_status": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.check_job_status", "namespace_name": "sharing", "method": "checkJobStatus", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/sharing/check_job_status", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.check_remove_member_job_status": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.check_remove_member_job_status", "namespace_name": "sharing", "method": "checkRemoveMemberJobStatus", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/sharing/check_remove_member_job_status", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.check_share_job_status": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.check_share_job_status", "namespace_name": "sharing", "method": "checkShareJobStatus", "has_builder": false, "builder_method": null, "error_ref": "async.PollError", "url_path": "2/sharing/check_share_job_status", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.create_shared_link": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.create_shared_link", "namespace_name": "sharing", "method": "createSharedLink", "has_builder": true, "builder_method": "createSharedLinkBuilder", "error_ref": "sharing.CreateSharedLinkError", "url_path": "2/sharing/create_shared_link", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.create_shared_link_with_settings": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.SharedLinkSettings"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.create_shared_link_with_settings", "namespace_name": "sharing", "method": "createSharedLinkWithSettings", "has_builder": false, "builder_method": null, "error_ref": "sharing.CreateSharedLinkWithSettingsError", "url_path": "2/sharing/create_shared_link_with_settings", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.get_file_metadata": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.get_file_metadata", "namespace_name": "sharing", "method": "getFileMetadata", "has_builder": false, "builder_method": null, "error_ref": "sharing.GetFileMetadataError", "url_path": "2/sharing/get_file_metadata", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.get_file_metadata/batch": {"method_arg_classes": ["java.util.List", "java.util.List"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.get_file_metadata/batch", "namespace_name": "sharing", "method": "getFileMetadataBatch", "has_builder": false, "builder_method": null, "error_ref": "sharing.SharingUserError", "url_path": "2/sharing/get_file_metadata/batch", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.get_folder_metadata": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.get_folder_metadata", "namespace_name": "sharing", "method": "getFolderMetadata", "has_builder": false, "builder_method": null, "error_ref": "sharing.SharedFolderAccessError", "url_path": "2/sharing/get_folder_metadata", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.get_shared_links": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.get_shared_links", "namespace_name": "sharing", "method": "getSharedLinks", "has_builder": false, "builder_method": null, "error_ref": "sharing.GetSharedLinksError", "url_path": "2/sharing/get_shared_links", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.list_file_members": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_file_members", "namespace_name": "sharing", "method": "listFileMembers", "has_builder": true, "builder_method": "listFileMembersBuilder", "error_ref": "sharing.ListFileMembersError", "url_path": "2/sharing/list_file_members", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_file_members/batch": {"method_arg_classes": ["java.util.List", "long"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_file_members/batch", "namespace_name": "sharing", "method": "listFileMembersBatch", "has_builder": false, "builder_method": null, "error_ref": "sharing.SharingUserError", "url_path": "2/sharing/list_file_members/batch", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.list_file_members/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_file_members/continue", "namespace_name": "sharing", "method": "listFileMembersContinue", "has_builder": false, "builder_method": null, "error_ref": "sharing.ListFileMembersContinueError", "url_path": "2/sharing/list_file_members/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_folder_members": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_folder_members", "namespace_name": "sharing", "method": "listFolderMembers", "has_builder": true, "builder_method": "listFolderMembersBuilder", "error_ref": "sharing.SharedFolderAccessError", "url_path": "2/sharing/list_folder_members", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_folder_members/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_folder_members/continue", "namespace_name": "sharing", "method": "listFolderMembersContinue", "has_builder": false, "builder_method": null, "error_ref": "sharing.ListFolderMembersContinueError", "url_path": "2/sharing/list_folder_members/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_folders": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_folders", "namespace_name": "sharing", "method": "listFolders", "has_builder": true, "builder_method": "listFoldersBuilder", "error_ref": null, "url_path": "2/sharing/list_folders", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_folders/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_folders/continue", "namespace_name": "sharing", "method": "listFoldersContinue", "has_builder": false, "builder_method": null, "error_ref": "sharing.ListFoldersContinueError", "url_path": "2/sharing/list_folders/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_mountable_folders": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_mountable_folders", "namespace_name": "sharing", "method": "listMountableFolders", "has_builder": true, "builder_method": "listMountableFoldersBuilder", "error_ref": null, "url_path": "2/sharing/list_mountable_folders", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_mountable_folders/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_mountable_folders/continue", "namespace_name": "sharing", "method": "listMountableFoldersContinue", "has_builder": false, "builder_method": null, "error_ref": "sharing.ListFoldersContinueError", "url_path": "2/sharing/list_mountable_folders/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_received_files": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_received_files", "namespace_name": "sharing", "method": "listReceivedFiles", "has_builder": true, "builder_method": "listReceivedFilesBuilder", "error_ref": "sharing.SharingUserError", "url_path": "2/sharing/list_received_files", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_received_files/continue": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_received_files/continue", "namespace_name": "sharing", "method": "listReceivedFilesContinue", "has_builder": false, "builder_method": null, "error_ref": "sharing.ListFilesContinueError", "url_path": "2/sharing/list_received_files/continue", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.list_shared_links": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.list_shared_links", "namespace_name": "sharing", "method": "listSharedLinks", "has_builder": true, "builder_method": "listSharedLinksBuilder", "error_ref": "sharing.ListSharedLinksError", "url_path": "2/sharing/list_shared_links", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.modify_shared_link_settings": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.SharedLinkSettings", "boolean"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.modify_shared_link_settings", "namespace_name": "sharing", "method": "modifySharedLinkSettings", "has_builder": false, "builder_method": null, "error_ref": "sharing.ModifySharedLinkSettingsError", "url_path": "2/sharing/modify_shared_link_settings", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.mount_folder": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.mount_folder", "namespace_name": "sharing", "method": "mountFolder", "has_builder": false, "builder_method": null, "error_ref": "sharing.MountFolderError", "url_path": "2/sharing/mount_folder", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.relinquish_access": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.relinquish_access", "namespace_name": "sharing", "method": "relinquishAccess", "has_builder": false, "builder_method": null, "error_ref": "sharing.RelinquishAccessError", "url_path": "2/sharing/relinquish_access", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.relinquish_file_membership": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.relinquish_file_membership", "namespace_name": "sharing", "method": "relinquishFileMembership", "has_builder": false, "builder_method": null, "error_ref": "sharing.RelinquishFileMembershipError", "url_path": "2/sharing/relinquish_file_membership", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.relinquish_folder_membership": {"method_arg_classes": ["String", "boolean"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.relinquish_folder_membership", "namespace_name": "sharing", "method": "relinquishFolderMembership", "has_builder": false, "builder_method": null, "error_ref": "sharing.RelinquishFolderMembershipError", "url_path": "2/sharing/relinquish_folder_membership", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.remove_file_member": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.remove_file_member", "namespace_name": "sharing", "method": "removeFileMember", "has_builder": false, "builder_method": null, "error_ref": "sharing.RemoveFileMemberError", "url_path": "2/sharing/remove_file_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.remove_file_member_2": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.remove_file_member_2", "namespace_name": "sharing", "method": "removeFileMember2", "has_builder": false, "builder_method": null, "error_ref": "sharing.RemoveFileMemberError", "url_path": "2/sharing/remove_file_member_2", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.remove_folder_member": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector", "boolean"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.remove_folder_member", "namespace_name": "sharing", "method": "removeFolderMember", "has_builder": false, "builder_method": null, "error_ref": "sharing.RemoveFolderMemberError", "url_path": "2/sharing/remove_folder_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.revoke_shared_link": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.revoke_shared_link", "namespace_name": "sharing", "method": "revokeSharedLink", "has_builder": false, "builder_method": null, "error_ref": "sharing.RevokeSharedLinkError", "url_path": "2/sharing/revoke_shared_link", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.set_access_inheritance": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.AccessInheritance"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.set_access_inheritance", "namespace_name": "sharing", "method": "setAccessInheritance", "has_builder": false, "builder_method": null, "error_ref": "sharing.SetAccessInheritanceError", "url_path": "2/sharing/set_access_inheritance", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.share_folder": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.share_folder", "namespace_name": "sharing", "method": "shareFolder", "has_builder": true, "builder_method": "shareFolderBuilder", "error_ref": "sharing.ShareFolderError", "url_path": "2/sharing/share_folder", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.transfer_folder": {"method_arg_classes": ["String", "String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.transfer_folder", "namespace_name": "sharing", "method": "transferFolder", "has_builder": false, "builder_method": null, "error_ref": "sharing.TransferFolderError", "url_path": "2/sharing/transfer_folder", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.unmount_folder": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.unmount_folder", "namespace_name": "sharing", "method": "unmountFolder", "has_builder": false, "builder_method": null, "error_ref": "sharing.UnmountFolderError", "url_path": "2/sharing/unmount_folder", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.unshare_file": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.unshare_file", "namespace_name": "sharing", "method": "unshareFile", "has_builder": false, "builder_method": null, "error_ref": "sharing.UnshareFileError", "url_path": "2/sharing/unshare_file", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.unshare_folder": {"method_arg_classes": ["String", "boolean"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.unshare_folder", "namespace_name": "sharing", "method": "unshareFolder", "has_builder": false, "builder_method": null, "error_ref": "sharing.UnshareFolderError", "url_path": "2/sharing/unshare_folder", "is_method_overloaded": true, "_type": "RouteReference"}, "sharing.update_file_member": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector", "com.dropbox.core.v2.sharing.AccessLevel"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.update_file_member", "namespace_name": "sharing", "method": "updateFileMember", "has_builder": false, "builder_method": null, "error_ref": "sharing.FileMemberActionError", "url_path": "2/sharing/update_file_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.update_folder_member": {"method_arg_classes": ["String", "com.dropbox.core.v2.sharing.MemberSelector", "com.dropbox.core.v2.sharing.AccessLevel"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.update_folder_member", "namespace_name": "sharing", "method": "updateFolderMember", "has_builder": false, "builder_method": null, "error_ref": "sharing.UpdateFolderMemberError", "url_path": "2/sharing/update_folder_member", "is_method_overloaded": false, "_type": "RouteReference"}, "sharing.update_folder_policy": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.sharing.DbxUserSharingRequests", "visibility": "PUBLIC", "fq_name": "sharing.update_folder_policy", "namespace_name": "sharing", "method": "updateFolderPolicy", "has_builder": true, "builder_method": "updateFolderPolicyBuilder", "error_ref": "sharing.UpdateFolderPolicyError", "url_path": "2/sharing/update_folder_policy", "is_method_overloaded": false, "_type": "RouteReference"}, "users.features/get_values": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.users.DbxUserUsersRequests", "visibility": "PUBLIC", "fq_name": "users.features/get_values", "namespace_name": "users", "method": "featuresGetValues", "has_builder": false, "builder_method": null, "error_ref": "users.UserFeaturesGetValuesBatchError", "url_path": "2/users/features/get_values", "is_method_overloaded": false, "_type": "RouteReference"}, "users.get_account": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.users.DbxUserUsersRequests", "visibility": "PUBLIC", "fq_name": "users.get_account", "namespace_name": "users", "method": "getAccount", "has_builder": false, "builder_method": null, "error_ref": "users.GetAccountError", "url_path": "2/users/get_account", "is_method_overloaded": false, "_type": "RouteReference"}, "users.get_account_batch": {"method_arg_classes": ["java.util.List"], "java_class": "com.dropbox.core.v2.users.DbxUserUsersRequests", "visibility": "PUBLIC", "fq_name": "users.get_account_batch", "namespace_name": "users", "method": "getAccountBatch", "has_builder": false, "builder_method": null, "error_ref": "users.GetAccountBatchError", "url_path": "2/users/get_account_batch", "is_method_overloaded": false, "_type": "RouteReference"}, "users.get_current_account": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.users.DbxUserUsersRequests", "visibility": "PUBLIC", "fq_name": "users.get_current_account", "namespace_name": "users", "method": "getCurrentAccount", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/users/get_current_account", "is_method_overloaded": false, "_type": "RouteReference"}, "users.get_space_usage": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.users.DbxUserUsersRequests", "visibility": "PUBLIC", "fq_name": "users.get_space_usage", "namespace_name": "users", "method": "getSpaceUsage", "has_builder": false, "builder_method": null, "error_ref": null, "url_path": "2/users/get_space_usage", "is_method_overloaded": false, "_type": "RouteReference"}, "team.properties/template/list": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.properties/template/list", "namespace_name": "team", "method": "propertiesTemplateList", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/team/properties/template/list", "is_method_overloaded": false, "_type": "RouteReference"}, "team.properties/template/update": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.team.DbxTeamTeamRequests", "visibility": "PUBLIC", "fq_name": "team.properties/template/update", "namespace_name": "team", "method": "propertiesTemplateUpdate", "has_builder": true, "builder_method": "propertiesTemplateUpdateBuilder", "error_ref": "file_properties.ModifyTemplateError", "url_path": "2/team/properties/template/update", "is_method_overloaded": false, "_type": "RouteReference"}, "files.properties/remove": {"method_arg_classes": ["String", "java.util.List"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/remove", "namespace_name": "files", "method": "propertiesRemove", "has_builder": false, "builder_method": null, "error_ref": "file_properties.RemovePropertiesError", "url_path": "2/files/properties/remove", "is_method_overloaded": false, "_type": "RouteReference"}, "files.properties/template/get": {"method_arg_classes": ["String"], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/template/get", "namespace_name": "files", "method": "propertiesTemplateGet", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/files/properties/template/get", "is_method_overloaded": false, "_type": "RouteReference"}, "files.properties/template/list": {"method_arg_classes": [], "java_class": "com.dropbox.core.v2.files.DbxUserFilesRequests", "visibility": "PUBLIC", "fq_name": "files.properties/template/list", "namespace_name": "files", "method": "propertiesTemplateList", "has_builder": false, "builder_method": null, "error_ref": "file_properties.TemplateError", "url_path": "2/files/properties/template/list", "is_method_overloaded": false, "_type": "RouteReference"}}, "fields": {"account.AccountPhotoGetArg.dbx_account_id": {"fq_name": "account.AccountPhotoGetArg.dbx_account_id", "param_name": "dbxAccountId", "static_instance": null, "getter_method": "getDbxAccountId", "containing_data_type_ref": "account.AccountPhotoGetArg", "route_refs": [], "_type": "FieldReference"}, "account.AccountPhotoGetArg.size": {"fq_name": "account.AccountPhotoGetArg.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "account.AccountPhotoGetArg", "route_refs": [], "_type": "FieldReference"}, "account.AccountPhotoGetArg.circle_crop": {"fq_name": "account.AccountPhotoGetArg.circle_crop", "param_name": "circleCrop", "static_instance": null, "getter_method": "getCircleCrop", "containing_data_type_ref": "account.AccountPhotoGetArg", "route_refs": [], "_type": "FieldReference"}, "account.AccountPhotoGetArg.expect_account_photo": {"fq_name": "account.AccountPhotoGetArg.expect_account_photo", "param_name": "expectAccountPhoto", "static_instance": null, "getter_method": "getExpectAccountPhoto", "containing_data_type_ref": "account.AccountPhotoGetArg", "route_refs": [], "_type": "FieldReference"}, "account.AccountPhotoGetError.thumbnail_error": {"fq_name": "account.AccountPhotoGetError.thumbnail_error", "param_name": "thumbnailErrorValue", "static_instance": null, "getter_method": "getThumbnailErrorValue", "containing_data_type_ref": "account.AccountPhotoGetError", "route_refs": [], "_type": "FieldReference"}, "account.AccountPhotoGetError.account_photo_missing": {"fq_name": "account.AccountPhotoGetError.account_photo_missing", "param_name": "accountPhotoMissingValue", "static_instance": "ACCOUNT_PHOTO_MISSING", "getter_method": null, "containing_data_type_ref": "account.AccountPhotoGetError", "route_refs": [], "_type": "FieldReference"}, "account.AccountPhotoGetError.expected_account_photo_missing": {"fq_name": "account.AccountPhotoGetError.expected_account_photo_missing", "param_name": "expectedAccountPhotoMissingValue", "static_instance": "EXPECTED_ACCOUNT_PHOTO_MISSING", "getter_method": null, "containing_data_type_ref": "account.AccountPhotoGetError", "route_refs": [], "_type": "FieldReference"}, "account.AccountPhotoGetError.other": {"fq_name": "account.AccountPhotoGetError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "account.AccountPhotoGetError", "route_refs": [], "_type": "FieldReference"}, "account.AccountPhotoGetResult.content_type": {"fq_name": "account.AccountPhotoGetResult.content_type", "param_name": "contentType", "static_instance": null, "getter_method": "getContentType", "containing_data_type_ref": "account.AccountPhotoGetResult", "route_refs": [], "_type": "FieldReference"}, "account.PhotoSourceArg.base64_data": {"fq_name": "account.PhotoSourceArg.base64_data", "param_name": "base64DataValue", "static_instance": null, "getter_method": "getBase64DataValue", "containing_data_type_ref": "account.PhotoSourceArg", "route_refs": [], "_type": "FieldReference"}, "account.PhotoSourceArg.other": {"fq_name": "account.PhotoSourceArg.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "account.PhotoSourceArg", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoArg.photo": {"fq_name": "account.SetProfilePhotoArg.photo", "param_name": "photo", "static_instance": null, "getter_method": "getPhoto", "containing_data_type_ref": "account.SetProfilePhotoArg", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.file_type_error": {"fq_name": "account.SetProfilePhotoError.file_type_error", "param_name": "fileTypeErrorValue", "static_instance": "FILE_TYPE_ERROR", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.file_size_error": {"fq_name": "account.SetProfilePhotoError.file_size_error", "param_name": "fileSizeErrorValue", "static_instance": "FILE_SIZE_ERROR", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.dimension_error": {"fq_name": "account.SetProfilePhotoError.dimension_error", "param_name": "dimensionErrorValue", "static_instance": "DIMENSION_ERROR", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.thumbnail_error": {"fq_name": "account.SetProfilePhotoError.thumbnail_error", "param_name": "thumbnailErrorValue", "static_instance": "THUMBNAIL_ERROR", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.transient_error": {"fq_name": "account.SetProfilePhotoError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoError.other": {"fq_name": "account.SetProfilePhotoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "account.SetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "account.SetProfilePhotoResult.profile_photo_url": {"fq_name": "account.SetProfilePhotoResult.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "account.SetProfilePhotoResult", "route_refs": [], "_type": "FieldReference"}, "account.ThumbnailError.permanent_failure": {"fq_name": "account.ThumbnailError.permanent_failure", "param_name": "permanentFailureValue", "static_instance": "PERMANENT_FAILURE", "getter_method": null, "containing_data_type_ref": "account.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "account.ThumbnailError.temporary_failure": {"fq_name": "account.ThumbnailError.temporary_failure", "param_name": "temporaryFailureValue", "static_instance": "TEMPORARY_FAILURE", "getter_method": null, "containing_data_type_ref": "account.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "account.ThumbnailError.other": {"fq_name": "account.ThumbnailError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "account.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "async.LaunchEmptyResult.async_job_id": {"fq_name": "async.LaunchEmptyResult.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "async.LaunchEmptyResult", "route_refs": [], "_type": "FieldReference"}, "async.LaunchEmptyResult.complete": {"fq_name": "async.LaunchEmptyResult.complete", "param_name": "completeValue", "static_instance": "COMPLETE", "getter_method": null, "containing_data_type_ref": "async.LaunchEmptyResult", "route_refs": [], "_type": "FieldReference"}, "async.LaunchResultBase.async_job_id": {"fq_name": "async.LaunchResultBase.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "async.LaunchResultBase", "route_refs": [], "_type": "FieldReference"}, "async.PollArg.async_job_id": {"fq_name": "async.PollArg.async_job_id", "param_name": "asyncJobId", "static_instance": null, "getter_method": "getAsyncJobId", "containing_data_type_ref": "async.PollArg", "route_refs": [], "_type": "FieldReference"}, "async.PollEmptyResult.in_progress": {"fq_name": "async.PollEmptyResult.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "async.PollEmptyResult", "route_refs": [], "_type": "FieldReference"}, "async.PollEmptyResult.complete": {"fq_name": "async.PollEmptyResult.complete", "param_name": "completeValue", "static_instance": "COMPLETE", "getter_method": null, "containing_data_type_ref": "async.PollEmptyResult", "route_refs": [], "_type": "FieldReference"}, "async.PollError.invalid_async_job_id": {"fq_name": "async.PollError.invalid_async_job_id", "param_name": "invalidAsyncJobIdValue", "static_instance": "INVALID_ASYNC_JOB_ID", "getter_method": null, "containing_data_type_ref": "async.PollError", "route_refs": [], "_type": "FieldReference"}, "async.PollError.internal_error": {"fq_name": "async.PollError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "async.PollError", "route_refs": [], "_type": "FieldReference"}, "async.PollError.other": {"fq_name": "async.PollError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "async.PollError", "route_refs": [], "_type": "FieldReference"}, "async.PollResultBase.in_progress": {"fq_name": "async.PollResultBase.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "async.PollResultBase", "route_refs": [], "_type": "FieldReference"}, "auth.AccessError.invalid_account_type": {"fq_name": "auth.AccessError.invalid_account_type", "param_name": "invalidAccountTypeValue", "static_instance": null, "getter_method": "getInvalidAccountTypeValue", "containing_data_type_ref": "auth.AccessError", "route_refs": [], "_type": "FieldReference"}, "auth.AccessError.paper_access_denied": {"fq_name": "auth.AccessError.paper_access_denied", "param_name": "paperAccessDeniedValue", "static_instance": null, "getter_method": "getPaperAccessDeniedValue", "containing_data_type_ref": "auth.AccessError", "route_refs": [], "_type": "FieldReference"}, "auth.AccessError.team_access_denied": {"fq_name": "auth.AccessError.team_access_denied", "param_name": "teamAccessDeniedValue", "static_instance": "TEAM_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "auth.AccessError", "route_refs": [], "_type": "FieldReference"}, "auth.AccessError.no_permission": {"fq_name": "auth.AccessError.no_permission", "param_name": "noPermissionValue", "static_instance": null, "getter_method": "getNoPermissionValue", "containing_data_type_ref": "auth.AccessError", "route_refs": [], "_type": "FieldReference"}, "auth.AccessError.other": {"fq_name": "auth.AccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.AccessError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.invalid_access_token": {"fq_name": "auth.AuthError.invalid_access_token", "param_name": "invalidAccessTokenValue", "static_instance": "INVALID_ACCESS_TOKEN", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.invalid_select_user": {"fq_name": "auth.AuthError.invalid_select_user", "param_name": "invalidSelectUserValue", "static_instance": "INVALID_SELECT_USER", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.invalid_select_admin": {"fq_name": "auth.AuthError.invalid_select_admin", "param_name": "invalidSelectAdminValue", "static_instance": "INVALID_SELECT_ADMIN", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.user_suspended": {"fq_name": "auth.AuthError.user_suspended", "param_name": "userSuspendedValue", "static_instance": "USER_SUSPENDED", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.expired_access_token": {"fq_name": "auth.AuthError.expired_access_token", "param_name": "expiredAccessTokenValue", "static_instance": "EXPIRED_ACCESS_TOKEN", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.missing_scope": {"fq_name": "auth.AuthError.missing_scope", "param_name": "missingScopeValue", "static_instance": null, "getter_method": "getMissingScopeValue", "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.route_access_denied": {"fq_name": "auth.AuthError.route_access_denied", "param_name": "routeAccessDeniedValue", "static_instance": "ROUTE_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.AuthError.other": {"fq_name": "auth.AuthError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.AuthError", "route_refs": [], "_type": "FieldReference"}, "auth.InvalidAccountTypeError.endpoint": {"fq_name": "auth.InvalidAccountTypeError.endpoint", "param_name": "endpointValue", "static_instance": "ENDPOINT", "getter_method": null, "containing_data_type_ref": "auth.InvalidAccountTypeError", "route_refs": [], "_type": "FieldReference"}, "auth.InvalidAccountTypeError.feature": {"fq_name": "auth.InvalidAccountTypeError.feature", "param_name": "featureValue", "static_instance": "FEATURE", "getter_method": null, "containing_data_type_ref": "auth.InvalidAccountTypeError", "route_refs": [], "_type": "FieldReference"}, "auth.InvalidAccountTypeError.other": {"fq_name": "auth.InvalidAccountTypeError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.InvalidAccountTypeError", "route_refs": [], "_type": "FieldReference"}, "auth.NoPermissionError.unauthorized_account_id_usage": {"fq_name": "auth.NoPermissionError.unauthorized_account_id_usage", "param_name": "unauthorizedAccountIdUsageValue", "static_instance": null, "getter_method": "getUnauthorizedAccountIdUsageValue", "containing_data_type_ref": "auth.NoPermissionError", "route_refs": [], "_type": "FieldReference"}, "auth.NoPermissionError.other": {"fq_name": "auth.NoPermissionError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.NoPermissionError", "route_refs": [], "_type": "FieldReference"}, "auth.PaperAccessError.paper_disabled": {"fq_name": "auth.PaperAccessError.paper_disabled", "param_name": "paperDisabledValue", "static_instance": "PAPER_DISABLED", "getter_method": null, "containing_data_type_ref": "auth.PaperAccessError", "route_refs": [], "_type": "FieldReference"}, "auth.PaperAccessError.not_paper_user": {"fq_name": "auth.PaperAccessError.not_paper_user", "param_name": "notPaperUserValue", "static_instance": "NOT_PAPER_USER", "getter_method": null, "containing_data_type_ref": "auth.PaperAccessError", "route_refs": [], "_type": "FieldReference"}, "auth.PaperAccessError.other": {"fq_name": "auth.PaperAccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.PaperAccessError", "route_refs": [], "_type": "FieldReference"}, "auth.RateLimitError.reason": {"fq_name": "auth.RateLimitError.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "auth.RateLimitError", "route_refs": [], "_type": "FieldReference"}, "auth.RateLimitError.retry_after": {"fq_name": "auth.RateLimitError.retry_after", "param_name": "retryAfter", "static_instance": null, "getter_method": "getRetryAfter", "containing_data_type_ref": "auth.RateLimitError", "route_refs": [], "_type": "FieldReference"}, "auth.RateLimitReason.too_many_requests": {"fq_name": "auth.RateLimitReason.too_many_requests", "param_name": "tooManyRequestsValue", "static_instance": "TOO_MANY_REQUESTS", "getter_method": null, "containing_data_type_ref": "auth.RateLimitReason", "route_refs": [], "_type": "FieldReference"}, "auth.RateLimitReason.too_many_write_operations": {"fq_name": "auth.RateLimitReason.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "auth.RateLimitReason", "route_refs": [], "_type": "FieldReference"}, "auth.RateLimitReason.other": {"fq_name": "auth.RateLimitReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.RateLimitReason", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Arg.oauth1_token": {"fq_name": "auth.TokenFromOAuth1Arg.oauth1_token", "param_name": "oauth1Token", "static_instance": null, "getter_method": "getOauth1Token", "containing_data_type_ref": "auth.TokenFromOAuth1Arg", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Arg.oauth1_token_secret": {"fq_name": "auth.TokenFromOAuth1Arg.oauth1_token_secret", "param_name": "oauth1TokenSecret", "static_instance": null, "getter_method": "getOauth1TokenSecret", "containing_data_type_ref": "auth.TokenFromOAuth1Arg", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Error.invalid_oauth1_token_info": {"fq_name": "auth.TokenFromOAuth1Error.invalid_oauth1_token_info", "param_name": "invalidOauth1TokenInfoValue", "static_instance": "INVALID_OAUTH1_TOKEN_INFO", "getter_method": null, "containing_data_type_ref": "auth.TokenFromOAuth1Error", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Error.app_id_mismatch": {"fq_name": "auth.TokenFromOAuth1Error.app_id_mismatch", "param_name": "appIdMismatchValue", "static_instance": "APP_ID_MISMATCH", "getter_method": null, "containing_data_type_ref": "auth.TokenFromOAuth1Error", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Error.other": {"fq_name": "auth.TokenFromOAuth1Error.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "auth.TokenFromOAuth1Error", "route_refs": [], "_type": "FieldReference"}, "auth.TokenFromOAuth1Result.oauth2_token": {"fq_name": "auth.TokenFromOAuth1Result.oauth2_token", "param_name": "oauth2Token", "static_instance": null, "getter_method": "getOauth2Token", "containing_data_type_ref": "auth.TokenFromOAuth1Result", "route_refs": [], "_type": "FieldReference"}, "auth.TokenScopeError.required_scope": {"fq_name": "auth.TokenScopeError.required_scope", "param_name": "requiredScope", "static_instance": null, "getter_method": "getRequiredScope", "containing_data_type_ref": "auth.TokenScopeError", "route_refs": [], "_type": "FieldReference"}, "auth.UnauthorizedAccountIdUsageError.unauthorized_account_ids": {"fq_name": "auth.UnauthorizedAccountIdUsageError.unauthorized_account_ids", "param_name": "unauthorizedAccountIds", "static_instance": null, "getter_method": "getUnauthorizedAccountIds", "containing_data_type_ref": "auth.UnauthorizedAccountIdUsageError", "route_refs": [], "_type": "FieldReference"}, "check.EchoArg.query": {"fq_name": "check.EchoArg.query", "param_name": "query", "static_instance": null, "getter_method": "getQuery", "containing_data_type_ref": "check.EchoArg", "route_refs": ["check.app", "check.user"], "_type": "FieldReference"}, "check.EchoError.user_requested": {"fq_name": "check.EchoError.user_requested", "param_name": "userRequestedValue", "static_instance": "USER_REQUESTED", "getter_method": null, "containing_data_type_ref": "check.EchoError", "route_refs": [], "_type": "FieldReference"}, "check.EchoError.other": {"fq_name": "check.EchoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "check.EchoError", "route_refs": [], "_type": "FieldReference"}, "check.EchoResult.result": {"fq_name": "check.EchoResult.result", "param_name": "result", "static_instance": null, "getter_method": "getResult", "containing_data_type_ref": "check.EchoResult", "route_refs": [], "_type": "FieldReference"}, "common.DropboxDuration.seconds": {"fq_name": "common.DropboxDuration.seconds", "param_name": "seconds", "static_instance": null, "getter_method": "getSeconds", "containing_data_type_ref": "common.DropboxDuration", "route_refs": [], "_type": "FieldReference"}, "common.DropboxDuration.nanos": {"fq_name": "common.DropboxDuration.nanos", "param_name": "nanos", "static_instance": null, "getter_method": "getNanos", "containing_data_type_ref": "common.DropboxDuration", "route_refs": [], "_type": "FieldReference"}, "common.PathRoot.home": {"fq_name": "common.PathRoot.home", "param_name": "homeValue", "static_instance": "HOME", "getter_method": null, "containing_data_type_ref": "common.PathRoot", "route_refs": [], "_type": "FieldReference"}, "common.PathRoot.root": {"fq_name": "common.PathRoot.root", "param_name": "rootValue", "static_instance": null, "getter_method": "getRootValue", "containing_data_type_ref": "common.PathRoot", "route_refs": [], "_type": "FieldReference"}, "common.PathRoot.namespace_id": {"fq_name": "common.PathRoot.namespace_id", "param_name": "namespaceIdValue", "static_instance": null, "getter_method": "getNamespaceIdValue", "containing_data_type_ref": "common.PathRoot", "route_refs": [], "_type": "FieldReference"}, "common.PathRoot.other": {"fq_name": "common.PathRoot.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "common.PathRoot", "route_refs": [], "_type": "FieldReference"}, "common.PathRootError.invalid_root": {"fq_name": "common.PathRootError.invalid_root", "param_name": "invalidRootValue", "static_instance": null, "getter_method": "getInvalidRootValue", "containing_data_type_ref": "common.PathRootError", "route_refs": [], "_type": "FieldReference"}, "common.PathRootError.no_permission": {"fq_name": "common.PathRootError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "common.PathRootError", "route_refs": [], "_type": "FieldReference"}, "common.PathRootError.other": {"fq_name": "common.PathRootError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "common.PathRootError", "route_refs": [], "_type": "FieldReference"}, "common.RootInfo.root_namespace_id": {"fq_name": "common.RootInfo.root_namespace_id", "param_name": "rootNamespaceId", "static_instance": null, "getter_method": "getRootNamespaceId", "containing_data_type_ref": "common.RootInfo", "route_refs": [], "_type": "FieldReference"}, "common.RootInfo.home_namespace_id": {"fq_name": "common.RootInfo.home_namespace_id", "param_name": "homeNamespaceId", "static_instance": null, "getter_method": "getHomeNamespaceId", "containing_data_type_ref": "common.RootInfo", "route_refs": [], "_type": "FieldReference"}, "common.TeamRootInfo.root_namespace_id": {"fq_name": "common.TeamRootInfo.root_namespace_id", "param_name": "rootNamespaceId", "static_instance": null, "getter_method": "getRootNamespaceId", "containing_data_type_ref": "common.TeamRootInfo", "route_refs": [], "_type": "FieldReference"}, "common.TeamRootInfo.home_namespace_id": {"fq_name": "common.TeamRootInfo.home_namespace_id", "param_name": "homeNamespaceId", "static_instance": null, "getter_method": "getHomeNamespaceId", "containing_data_type_ref": "common.TeamRootInfo", "route_refs": [], "_type": "FieldReference"}, "common.TeamRootInfo.home_path": {"fq_name": "common.TeamRootInfo.home_path", "param_name": "homePath", "static_instance": null, "getter_method": "getHomePath", "containing_data_type_ref": "common.TeamRootInfo", "route_refs": [], "_type": "FieldReference"}, "common.UserRootInfo.root_namespace_id": {"fq_name": "common.UserRootInfo.root_namespace_id", "param_name": "rootNamespaceId", "static_instance": null, "getter_method": "getRootNamespaceId", "containing_data_type_ref": "common.UserRootInfo", "route_refs": [], "_type": "FieldReference"}, "common.UserRootInfo.home_namespace_id": {"fq_name": "common.UserRootInfo.home_namespace_id", "param_name": "homeNamespaceId", "static_instance": null, "getter_method": "getHomeNamespaceId", "containing_data_type_ref": "common.UserRootInfo", "route_refs": [], "_type": "FieldReference"}, "common.UserRootInfo.home_path": {"fq_name": "common.UserRootInfo.home_path", "param_name": "homePath", "static_instance": null, "getter_method": "getHomePath", "containing_data_type_ref": "common.UserRootInfo", "route_refs": [], "_type": "FieldReference"}, "contacts.DeleteManualContactsArg.email_addresses": {"fq_name": "contacts.DeleteManualContactsArg.email_addresses", "param_name": "emailAddresses", "static_instance": null, "getter_method": "getEmailAddresses", "containing_data_type_ref": "contacts.DeleteManualContactsArg", "route_refs": [], "_type": "FieldReference"}, "contacts.DeleteManualContactsError.contacts_not_found": {"fq_name": "contacts.DeleteManualContactsError.contacts_not_found", "param_name": "contactsNotFoundValue", "static_instance": null, "getter_method": "getContactsNotFoundValue", "containing_data_type_ref": "contacts.DeleteManualContactsError", "route_refs": [], "_type": "FieldReference"}, "contacts.DeleteManualContactsError.other": {"fq_name": "contacts.DeleteManualContactsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "contacts.DeleteManualContactsError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesArg.path": {"fq_name": "file_properties.AddPropertiesArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "file_properties.AddPropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesArg.property_groups": {"fq_name": "file_properties.AddPropertiesArg.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "file_properties.AddPropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.template_not_found": {"fq_name": "file_properties.AddPropertiesError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.restricted_content": {"fq_name": "file_properties.AddPropertiesError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.other": {"fq_name": "file_properties.AddPropertiesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.path": {"fq_name": "file_properties.AddPropertiesError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.unsupported_folder": {"fq_name": "file_properties.AddPropertiesError.unsupported_folder", "param_name": "unsupportedFolderValue", "static_instance": "UNSUPPORTED_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.property_field_too_large": {"fq_name": "file_properties.AddPropertiesError.property_field_too_large", "param_name": "propertyFieldTooLargeValue", "static_instance": "PROPERTY_FIELD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.does_not_fit_template": {"fq_name": "file_properties.AddPropertiesError.does_not_fit_template", "param_name": "doesNotFitTemplateValue", "static_instance": "DOES_NOT_FIT_TEMPLATE", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.duplicate_property_groups": {"fq_name": "file_properties.AddPropertiesError.duplicate_property_groups", "param_name": "duplicatePropertyGroupsValue", "static_instance": "DUPLICATE_PROPERTY_GROUPS", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddPropertiesError.property_group_already_exists": {"fq_name": "file_properties.AddPropertiesError.property_group_already_exists", "param_name": "propertyGroupAlreadyExistsValue", "static_instance": "PROPERTY_GROUP_ALREADY_EXISTS", "getter_method": null, "containing_data_type_ref": "file_properties.AddPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddTemplateArg.name": {"fq_name": "file_properties.AddTemplateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.AddTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddTemplateArg.description": {"fq_name": "file_properties.AddTemplateArg.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_properties.AddTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddTemplateArg.fields": {"fq_name": "file_properties.AddTemplateArg.fields", "param_name": "fields", "static_instance": null, "getter_method": "getFields", "containing_data_type_ref": "file_properties.AddTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.AddTemplateResult.template_id": {"fq_name": "file_properties.AddTemplateResult.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.AddTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.GetTemplateArg.template_id": {"fq_name": "file_properties.GetTemplateArg.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.GetTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.GetTemplateResult.name": {"fq_name": "file_properties.GetTemplateResult.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.GetTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.GetTemplateResult.description": {"fq_name": "file_properties.GetTemplateResult.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_properties.GetTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.GetTemplateResult.fields": {"fq_name": "file_properties.GetTemplateResult.fields", "param_name": "fields", "static_instance": null, "getter_method": "getFields", "containing_data_type_ref": "file_properties.GetTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.template_not_found": {"fq_name": "file_properties.InvalidPropertyGroupError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.restricted_content": {"fq_name": "file_properties.InvalidPropertyGroupError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.other": {"fq_name": "file_properties.InvalidPropertyGroupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.path": {"fq_name": "file_properties.InvalidPropertyGroupError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.unsupported_folder": {"fq_name": "file_properties.InvalidPropertyGroupError.unsupported_folder", "param_name": "unsupportedFolderValue", "static_instance": "UNSUPPORTED_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.property_field_too_large": {"fq_name": "file_properties.InvalidPropertyGroupError.property_field_too_large", "param_name": "propertyFieldTooLargeValue", "static_instance": "PROPERTY_FIELD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.does_not_fit_template": {"fq_name": "file_properties.InvalidPropertyGroupError.does_not_fit_template", "param_name": "doesNotFitTemplateValue", "static_instance": "DOES_NOT_FIT_TEMPLATE", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.InvalidPropertyGroupError.duplicate_property_groups": {"fq_name": "file_properties.InvalidPropertyGroupError.duplicate_property_groups", "param_name": "duplicatePropertyGroupsValue", "static_instance": "DUPLICATE_PROPERTY_GROUPS", "getter_method": null, "containing_data_type_ref": "file_properties.InvalidPropertyGroupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ListTemplateResult.template_ids": {"fq_name": "file_properties.ListTemplateResult.template_ids", "param_name": "templateIds", "static_instance": null, "getter_method": "getTemplateIds", "containing_data_type_ref": "file_properties.ListTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.LogicalOperator.or_operator": {"fq_name": "file_properties.LogicalOperator.or_operator", "param_name": "orOperatorValue", "static_instance": "OR_OPERATOR", "getter_method": null, "containing_data_type_ref": "file_properties.LogicalOperator", "route_refs": [], "_type": "FieldReference"}, "file_properties.LogicalOperator.other": {"fq_name": "file_properties.LogicalOperator.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.LogicalOperator", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookUpPropertiesError.property_group_not_found": {"fq_name": "file_properties.LookUpPropertiesError.property_group_not_found", "param_name": "propertyGroupNotFoundValue", "static_instance": "PROPERTY_GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_properties.LookUpPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookUpPropertiesError.other": {"fq_name": "file_properties.LookUpPropertiesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.LookUpPropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.malformed_path": {"fq_name": "file_properties.LookupError.malformed_path", "param_name": "malformedPathValue", "static_instance": null, "getter_method": "getMalformedPathValue", "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.not_found": {"fq_name": "file_properties.LookupError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.not_file": {"fq_name": "file_properties.LookupError.not_file", "param_name": "notFileValue", "static_instance": "NOT_FILE", "getter_method": null, "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.not_folder": {"fq_name": "file_properties.LookupError.not_folder", "param_name": "notFolderValue", "static_instance": "NOT_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.restricted_content": {"fq_name": "file_properties.LookupError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.LookupError.other": {"fq_name": "file_properties.LookupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.LookupError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.template_not_found": {"fq_name": "file_properties.ModifyTemplateError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.restricted_content": {"fq_name": "file_properties.ModifyTemplateError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.other": {"fq_name": "file_properties.ModifyTemplateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.conflicting_property_names": {"fq_name": "file_properties.ModifyTemplateError.conflicting_property_names", "param_name": "conflictingPropertyNamesValue", "static_instance": "CONFLICTING_PROPERTY_NAMES", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.too_many_properties": {"fq_name": "file_properties.ModifyTemplateError.too_many_properties", "param_name": "tooManyPropertiesValue", "static_instance": "TOO_MANY_PROPERTIES", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.too_many_templates": {"fq_name": "file_properties.ModifyTemplateError.too_many_templates", "param_name": "tooManyTemplatesValue", "static_instance": "TOO_MANY_TEMPLATES", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.ModifyTemplateError.template_attribute_too_large": {"fq_name": "file_properties.ModifyTemplateError.template_attribute_too_large", "param_name": "templateAttributeTooLargeValue", "static_instance": "TEMPLATE_ATTRIBUTE_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "file_properties.ModifyTemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.OverwritePropertyGroupArg.path": {"fq_name": "file_properties.OverwritePropertyGroupArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "file_properties.OverwritePropertyGroupArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.OverwritePropertyGroupArg.property_groups": {"fq_name": "file_properties.OverwritePropertyGroupArg.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "file_properties.OverwritePropertyGroupArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesError.template_not_found": {"fq_name": "file_properties.PropertiesError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.PropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesError.restricted_content": {"fq_name": "file_properties.PropertiesError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesError.other": {"fq_name": "file_properties.PropertiesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesError.path": {"fq_name": "file_properties.PropertiesError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "file_properties.PropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesError.unsupported_folder": {"fq_name": "file_properties.PropertiesError.unsupported_folder", "param_name": "unsupportedFolderValue", "static_instance": "UNSUPPORTED_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchArg.queries": {"fq_name": "file_properties.PropertiesSearchArg.queries", "param_name": "queries", "static_instance": null, "getter_method": "getQueries", "containing_data_type_ref": "file_properties.PropertiesSearchArg", "route_refs": ["file_properties.properties/search"], "_type": "FieldReference"}, "file_properties.PropertiesSearchArg.template_filter": {"fq_name": "file_properties.PropertiesSearchArg.template_filter", "param_name": "templateFilter", "static_instance": null, "getter_method": "getTemplateFilter", "containing_data_type_ref": "file_properties.PropertiesSearchArg", "route_refs": ["file_properties.properties/search"], "_type": "FieldReference"}, "file_properties.PropertiesSearchContinueArg.cursor": {"fq_name": "file_properties.PropertiesSearchContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "file_properties.PropertiesSearchContinueArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchContinueError.reset": {"fq_name": "file_properties.PropertiesSearchContinueError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesSearchContinueError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchContinueError.other": {"fq_name": "file_properties.PropertiesSearchContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesSearchContinueError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchError.property_group_lookup": {"fq_name": "file_properties.PropertiesSearchError.property_group_lookup", "param_name": "propertyGroupLookupValue", "static_instance": null, "getter_method": "getPropertyGroupLookupValue", "containing_data_type_ref": "file_properties.PropertiesSearchError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchError.other": {"fq_name": "file_properties.PropertiesSearchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesSearchError", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMatch.id": {"fq_name": "file_properties.PropertiesSearchMatch.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "file_properties.PropertiesSearchMatch", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMatch.path": {"fq_name": "file_properties.PropertiesSearchMatch.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "file_properties.PropertiesSearchMatch", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMatch.is_deleted": {"fq_name": "file_properties.PropertiesSearchMatch.is_deleted", "param_name": "isDeleted", "static_instance": null, "getter_method": "getIsDeleted", "containing_data_type_ref": "file_properties.PropertiesSearchMatch", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMatch.property_groups": {"fq_name": "file_properties.PropertiesSearchMatch.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "file_properties.PropertiesSearchMatch", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMode.field_name": {"fq_name": "file_properties.PropertiesSearchMode.field_name", "param_name": "fieldNameValue", "static_instance": null, "getter_method": "getFieldNameValue", "containing_data_type_ref": "file_properties.PropertiesSearchMode", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchMode.other": {"fq_name": "file_properties.PropertiesSearchMode.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertiesSearchMode", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchQuery.query": {"fq_name": "file_properties.PropertiesSearchQuery.query", "param_name": "query", "static_instance": null, "getter_method": "getQuery", "containing_data_type_ref": "file_properties.PropertiesSearchQuery", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchQuery.mode": {"fq_name": "file_properties.PropertiesSearchQuery.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "file_properties.PropertiesSearchQuery", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchQuery.logical_operator": {"fq_name": "file_properties.PropertiesSearchQuery.logical_operator", "param_name": "logicalOperator", "static_instance": null, "getter_method": "getLogicalOperator", "containing_data_type_ref": "file_properties.PropertiesSearchQuery", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchResult.matches": {"fq_name": "file_properties.PropertiesSearchResult.matches", "param_name": "matches", "static_instance": null, "getter_method": "getMatches", "containing_data_type_ref": "file_properties.PropertiesSearchResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertiesSearchResult.cursor": {"fq_name": "file_properties.PropertiesSearchResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "file_properties.PropertiesSearchResult", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyField.name": {"fq_name": "file_properties.PropertyField.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.PropertyField", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyField.value": {"fq_name": "file_properties.PropertyField.value", "param_name": "value", "static_instance": null, "getter_method": "getValue", "containing_data_type_ref": "file_properties.PropertyField", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyFieldTemplate.name": {"fq_name": "file_properties.PropertyFieldTemplate.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.PropertyFieldTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyFieldTemplate.description": {"fq_name": "file_properties.PropertyFieldTemplate.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_properties.PropertyFieldTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyFieldTemplate.type": {"fq_name": "file_properties.PropertyFieldTemplate.type", "param_name": "type", "static_instance": null, "getter_method": "getType", "containing_data_type_ref": "file_properties.PropertyFieldTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroup.template_id": {"fq_name": "file_properties.PropertyGroup.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.PropertyGroup", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroup.fields": {"fq_name": "file_properties.PropertyGroup.fields", "param_name": "fields", "static_instance": null, "getter_method": "getFields", "containing_data_type_ref": "file_properties.PropertyGroup", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupTemplate.name": {"fq_name": "file_properties.PropertyGroupTemplate.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.PropertyGroupTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupTemplate.description": {"fq_name": "file_properties.PropertyGroupTemplate.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_properties.PropertyGroupTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupTemplate.fields": {"fq_name": "file_properties.PropertyGroupTemplate.fields", "param_name": "fields", "static_instance": null, "getter_method": "getFields", "containing_data_type_ref": "file_properties.PropertyGroupTemplate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupUpdate.template_id": {"fq_name": "file_properties.PropertyGroupUpdate.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.PropertyGroupUpdate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupUpdate.add_or_update_fields": {"fq_name": "file_properties.PropertyGroupUpdate.add_or_update_fields", "param_name": "addOrUpdateFields", "static_instance": null, "getter_method": "getAddOrUpdateFields", "containing_data_type_ref": "file_properties.PropertyGroupUpdate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyGroupUpdate.remove_fields": {"fq_name": "file_properties.PropertyGroupUpdate.remove_fields", "param_name": "removeFields", "static_instance": null, "getter_method": "getRemoveFields", "containing_data_type_ref": "file_properties.PropertyGroupUpdate", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyType.string": {"fq_name": "file_properties.PropertyType.string", "param_name": "stringValue", "static_instance": "STRING", "getter_method": null, "containing_data_type_ref": "file_properties.PropertyType", "route_refs": [], "_type": "FieldReference"}, "file_properties.PropertyType.other": {"fq_name": "file_properties.PropertyType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.PropertyType", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesArg.path": {"fq_name": "file_properties.RemovePropertiesArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "file_properties.RemovePropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesArg.property_template_ids": {"fq_name": "file_properties.RemovePropertiesArg.property_template_ids", "param_name": "propertyTemplateIds", "static_instance": null, "getter_method": "getPropertyTemplateIds", "containing_data_type_ref": "file_properties.RemovePropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.template_not_found": {"fq_name": "file_properties.RemovePropertiesError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.restricted_content": {"fq_name": "file_properties.RemovePropertiesError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.other": {"fq_name": "file_properties.RemovePropertiesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.path": {"fq_name": "file_properties.RemovePropertiesError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.unsupported_folder": {"fq_name": "file_properties.RemovePropertiesError.unsupported_folder", "param_name": "unsupportedFolderValue", "static_instance": "UNSUPPORTED_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemovePropertiesError.property_group_lookup": {"fq_name": "file_properties.RemovePropertiesError.property_group_lookup", "param_name": "propertyGroupLookupValue", "static_instance": null, "getter_method": "getPropertyGroupLookupValue", "containing_data_type_ref": "file_properties.RemovePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.RemoveTemplateArg.template_id": {"fq_name": "file_properties.RemoveTemplateArg.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.RemoveTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateError.template_not_found": {"fq_name": "file_properties.TemplateError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.TemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateError.restricted_content": {"fq_name": "file_properties.TemplateError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateError.other": {"fq_name": "file_properties.TemplateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateError", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateFilter.filter_some": {"fq_name": "file_properties.TemplateFilter.filter_some", "param_name": "filterSomeValue", "static_instance": null, "getter_method": "getFilterSomeValue", "containing_data_type_ref": "file_properties.TemplateFilter", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateFilter.other": {"fq_name": "file_properties.TemplateFilter.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateFilter", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateFilter.filter_none": {"fq_name": "file_properties.TemplateFilter.filter_none", "param_name": "filterNoneValue", "static_instance": "FILTER_NONE", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateFilter", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateFilterBase.filter_some": {"fq_name": "file_properties.TemplateFilterBase.filter_some", "param_name": "filterSomeValue", "static_instance": null, "getter_method": "getFilterSomeValue", "containing_data_type_ref": "file_properties.TemplateFilterBase", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateFilterBase.other": {"fq_name": "file_properties.TemplateFilterBase.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateFilterBase", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateOwnerType.user": {"fq_name": "file_properties.TemplateOwnerType.user", "param_name": "userValue", "static_instance": "USER", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateOwnerType", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateOwnerType.team": {"fq_name": "file_properties.TemplateOwnerType.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateOwnerType", "route_refs": [], "_type": "FieldReference"}, "file_properties.TemplateOwnerType.other": {"fq_name": "file_properties.TemplateOwnerType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.TemplateOwnerType", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesArg.path": {"fq_name": "file_properties.UpdatePropertiesArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "file_properties.UpdatePropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesArg.update_property_groups": {"fq_name": "file_properties.UpdatePropertiesArg.update_property_groups", "param_name": "updatePropertyGroups", "static_instance": null, "getter_method": "getUpdatePropertyGroups", "containing_data_type_ref": "file_properties.UpdatePropertiesArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.template_not_found": {"fq_name": "file_properties.UpdatePropertiesError.template_not_found", "param_name": "templateNotFoundValue", "static_instance": null, "getter_method": "getTemplateNotFoundValue", "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.restricted_content": {"fq_name": "file_properties.UpdatePropertiesError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.other": {"fq_name": "file_properties.UpdatePropertiesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.path": {"fq_name": "file_properties.UpdatePropertiesError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.unsupported_folder": {"fq_name": "file_properties.UpdatePropertiesError.unsupported_folder", "param_name": "unsupportedFolderValue", "static_instance": "UNSUPPORTED_FOLDER", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.property_field_too_large": {"fq_name": "file_properties.UpdatePropertiesError.property_field_too_large", "param_name": "propertyFieldTooLargeValue", "static_instance": "PROPERTY_FIELD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.does_not_fit_template": {"fq_name": "file_properties.UpdatePropertiesError.does_not_fit_template", "param_name": "doesNotFitTemplateValue", "static_instance": "DOES_NOT_FIT_TEMPLATE", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.duplicate_property_groups": {"fq_name": "file_properties.UpdatePropertiesError.duplicate_property_groups", "param_name": "duplicatePropertyGroupsValue", "static_instance": "DUPLICATE_PROPERTY_GROUPS", "getter_method": null, "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdatePropertiesError.property_group_lookup": {"fq_name": "file_properties.UpdatePropertiesError.property_group_lookup", "param_name": "propertyGroupLookupValue", "static_instance": null, "getter_method": "getPropertyGroupLookupValue", "containing_data_type_ref": "file_properties.UpdatePropertiesError", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdateTemplateArg.template_id": {"fq_name": "file_properties.UpdateTemplateArg.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.UpdateTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdateTemplateArg.name": {"fq_name": "file_properties.UpdateTemplateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "file_properties.UpdateTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdateTemplateArg.description": {"fq_name": "file_properties.UpdateTemplateArg.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_properties.UpdateTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdateTemplateArg.add_fields": {"fq_name": "file_properties.UpdateTemplateArg.add_fields", "param_name": "addFields", "static_instance": null, "getter_method": "getAddFields", "containing_data_type_ref": "file_properties.UpdateTemplateArg", "route_refs": [], "_type": "FieldReference"}, "file_properties.UpdateTemplateResult.template_id": {"fq_name": "file_properties.UpdateTemplateResult.template_id", "param_name": "templateId", "static_instance": null, "getter_method": "getTemplateId", "containing_data_type_ref": "file_properties.UpdateTemplateResult", "route_refs": [], "_type": "FieldReference"}, "file_requests.CountFileRequestsError.disabled_for_team": {"fq_name": "file_requests.CountFileRequestsError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.CountFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CountFileRequestsError.other": {"fq_name": "file_requests.CountFileRequestsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.CountFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CountFileRequestsResult.file_request_count": {"fq_name": "file_requests.CountFileRequestsResult.file_request_count", "param_name": "fileRequestCount", "static_instance": null, "getter_method": "getFileRequestCount", "containing_data_type_ref": "file_requests.CountFileRequestsResult", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.title": {"fq_name": "file_requests.CreateFileRequestArgs.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.destination": {"fq_name": "file_requests.CreateFileRequestArgs.destination", "param_name": "destination", "static_instance": null, "getter_method": "getDestination", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.deadline": {"fq_name": "file_requests.CreateFileRequestArgs.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.open": {"fq_name": "file_requests.CreateFileRequestArgs.open", "param_name": "open", "static_instance": null, "getter_method": "getOpen", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.description": {"fq_name": "file_requests.CreateFileRequestArgs.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestArgs.video_project_id": {"fq_name": "file_requests.CreateFileRequestArgs.video_project_id", "param_name": "videoProjectId", "static_instance": null, "getter_method": "getVideoProjectId", "containing_data_type_ref": "file_requests.CreateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.disabled_for_team": {"fq_name": "file_requests.CreateFileRequestError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.other": {"fq_name": "file_requests.CreateFileRequestError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.not_found": {"fq_name": "file_requests.CreateFileRequestError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.not_a_folder": {"fq_name": "file_requests.CreateFileRequestError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.app_lacks_access": {"fq_name": "file_requests.CreateFileRequestError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.no_permission": {"fq_name": "file_requests.CreateFileRequestError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.email_unverified": {"fq_name": "file_requests.CreateFileRequestError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.validation_error": {"fq_name": "file_requests.CreateFileRequestError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.no_write_permission": {"fq_name": "file_requests.CreateFileRequestError.no_write_permission", "param_name": "noWritePermissionValue", "static_instance": "NO_WRITE_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.invalid_location": {"fq_name": "file_requests.CreateFileRequestError.invalid_location", "param_name": "invalidLocationValue", "static_instance": "INVALID_LOCATION", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.CreateFileRequestError.rate_limit": {"fq_name": "file_requests.CreateFileRequestError.rate_limit", "param_name": "rateLimitValue", "static_instance": "RATE_LIMIT", "getter_method": null, "containing_data_type_ref": "file_requests.CreateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.disabled_for_team": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.other": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.not_found": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.not_a_folder": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.app_lacks_access": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.no_permission": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.email_unverified": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.validation_error": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsError.no_write_permission": {"fq_name": "file_requests.DeleteAllClosedFileRequestsError.no_write_permission", "param_name": "noWritePermissionValue", "static_instance": "NO_WRITE_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteAllClosedFileRequestsResult.file_requests": {"fq_name": "file_requests.DeleteAllClosedFileRequestsResult.file_requests", "param_name": "fileRequests", "static_instance": null, "getter_method": "getFileRequests", "containing_data_type_ref": "file_requests.DeleteAllClosedFileRequestsResult", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestArgs.ids": {"fq_name": "file_requests.DeleteFileRequestArgs.ids", "param_name": "ids", "static_instance": null, "getter_method": "getIds", "containing_data_type_ref": "file_requests.DeleteFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.disabled_for_team": {"fq_name": "file_requests.DeleteFileRequestError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.other": {"fq_name": "file_requests.DeleteFileRequestError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.not_found": {"fq_name": "file_requests.DeleteFileRequestError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.not_a_folder": {"fq_name": "file_requests.DeleteFileRequestError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.app_lacks_access": {"fq_name": "file_requests.DeleteFileRequestError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.no_permission": {"fq_name": "file_requests.DeleteFileRequestError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.email_unverified": {"fq_name": "file_requests.DeleteFileRequestError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.validation_error": {"fq_name": "file_requests.DeleteFileRequestError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.no_write_permission": {"fq_name": "file_requests.DeleteFileRequestError.no_write_permission", "param_name": "noWritePermissionValue", "static_instance": "NO_WRITE_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestError.file_request_open": {"fq_name": "file_requests.DeleteFileRequestError.file_request_open", "param_name": "fileRequestOpenValue", "static_instance": "FILE_REQUEST_OPEN", "getter_method": null, "containing_data_type_ref": "file_requests.DeleteFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.DeleteFileRequestsResult.file_requests": {"fq_name": "file_requests.DeleteFileRequestsResult.file_requests", "param_name": "fileRequests", "static_instance": null, "getter_method": "getFileRequests", "containing_data_type_ref": "file_requests.DeleteFileRequestsResult", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.id": {"fq_name": "file_requests.FileRequest.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.url": {"fq_name": "file_requests.FileRequest.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.title": {"fq_name": "file_requests.FileRequest.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.created": {"fq_name": "file_requests.FileRequest.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.is_open": {"fq_name": "file_requests.FileRequest.is_open", "param_name": "isOpen", "static_instance": null, "getter_method": "getIsOpen", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.file_count": {"fq_name": "file_requests.FileRequest.file_count", "param_name": "fileCount", "static_instance": null, "getter_method": "getFileCount", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.destination": {"fq_name": "file_requests.FileRequest.destination", "param_name": "destination", "static_instance": null, "getter_method": "getDestination", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.deadline": {"fq_name": "file_requests.FileRequest.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.description": {"fq_name": "file_requests.FileRequest.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequest.video_project_id": {"fq_name": "file_requests.FileRequest.video_project_id", "param_name": "videoProjectId", "static_instance": null, "getter_method": "getVideoProjectId", "containing_data_type_ref": "file_requests.FileRequest", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestDeadline.deadline": {"fq_name": "file_requests.FileRequestDeadline.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "file_requests.FileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestDeadline.allow_late_uploads": {"fq_name": "file_requests.FileRequestDeadline.allow_late_uploads", "param_name": "allowLateUploads", "static_instance": null, "getter_method": "getAllowLateUploads", "containing_data_type_ref": "file_requests.FileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.disabled_for_team": {"fq_name": "file_requests.FileRequestError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.other": {"fq_name": "file_requests.FileRequestError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.not_found": {"fq_name": "file_requests.FileRequestError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.not_a_folder": {"fq_name": "file_requests.FileRequestError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.app_lacks_access": {"fq_name": "file_requests.FileRequestError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.no_permission": {"fq_name": "file_requests.FileRequestError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.email_unverified": {"fq_name": "file_requests.FileRequestError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.validation_error": {"fq_name": "file_requests.FileRequestError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.FileRequestError.no_write_permission": {"fq_name": "file_requests.FileRequestError.no_write_permission", "param_name": "noWritePermissionValue", "static_instance": "NO_WRITE_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.FileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GeneralFileRequestsError.disabled_for_team": {"fq_name": "file_requests.GeneralFileRequestsError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.GeneralFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GeneralFileRequestsError.other": {"fq_name": "file_requests.GeneralFileRequestsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.GeneralFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestArgs.id": {"fq_name": "file_requests.GetFileRequestArgs.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "file_requests.GetFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.disabled_for_team": {"fq_name": "file_requests.GetFileRequestError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.other": {"fq_name": "file_requests.GetFileRequestError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.not_found": {"fq_name": "file_requests.GetFileRequestError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.not_a_folder": {"fq_name": "file_requests.GetFileRequestError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.app_lacks_access": {"fq_name": "file_requests.GetFileRequestError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.no_permission": {"fq_name": "file_requests.GetFileRequestError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.email_unverified": {"fq_name": "file_requests.GetFileRequestError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.validation_error": {"fq_name": "file_requests.GetFileRequestError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GetFileRequestError.no_write_permission": {"fq_name": "file_requests.GetFileRequestError.no_write_permission", "param_name": "noWritePermissionValue", "static_instance": "NO_WRITE_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.GetFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.one_day": {"fq_name": "file_requests.GracePeriod.one_day", "param_name": "oneDayValue", "static_instance": "ONE_DAY", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.two_days": {"fq_name": "file_requests.GracePeriod.two_days", "param_name": "twoDaysValue", "static_instance": "TWO_DAYS", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.seven_days": {"fq_name": "file_requests.GracePeriod.seven_days", "param_name": "sevenDaysValue", "static_instance": "SEVEN_DAYS", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.thirty_days": {"fq_name": "file_requests.GracePeriod.thirty_days", "param_name": "thirtyDaysValue", "static_instance": "THIRTY_DAYS", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.always": {"fq_name": "file_requests.GracePeriod.always", "param_name": "alwaysValue", "static_instance": "ALWAYS", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.GracePeriod.other": {"fq_name": "file_requests.GracePeriod.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.GracePeriod", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsArg.limit": {"fq_name": "file_requests.ListFileRequestsArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "file_requests.ListFileRequestsArg", "route_refs": ["file_requests.list_v2"], "_type": "FieldReference"}, "file_requests.ListFileRequestsContinueArg.cursor": {"fq_name": "file_requests.ListFileRequestsContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "file_requests.ListFileRequestsContinueArg", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsContinueError.disabled_for_team": {"fq_name": "file_requests.ListFileRequestsContinueError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.ListFileRequestsContinueError", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsContinueError.other": {"fq_name": "file_requests.ListFileRequestsContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.ListFileRequestsContinueError", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsContinueError.invalid_cursor": {"fq_name": "file_requests.ListFileRequestsContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "file_requests.ListFileRequestsContinueError", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsError.disabled_for_team": {"fq_name": "file_requests.ListFileRequestsError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.ListFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsError.other": {"fq_name": "file_requests.ListFileRequestsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.ListFileRequestsError", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsResult.file_requests": {"fq_name": "file_requests.ListFileRequestsResult.file_requests", "param_name": "fileRequests", "static_instance": null, "getter_method": "getFileRequests", "containing_data_type_ref": "file_requests.ListFileRequestsResult", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsV2Result.file_requests": {"fq_name": "file_requests.ListFileRequestsV2Result.file_requests", "param_name": "fileRequests", "static_instance": null, "getter_method": "getFileRequests", "containing_data_type_ref": "file_requests.ListFileRequestsV2Result", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsV2Result.cursor": {"fq_name": "file_requests.ListFileRequestsV2Result.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "file_requests.ListFileRequestsV2Result", "route_refs": [], "_type": "FieldReference"}, "file_requests.ListFileRequestsV2Result.has_more": {"fq_name": "file_requests.ListFileRequestsV2Result.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "file_requests.ListFileRequestsV2Result", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.id": {"fq_name": "file_requests.UpdateFileRequestArgs.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.title": {"fq_name": "file_requests.UpdateFileRequestArgs.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.destination": {"fq_name": "file_requests.UpdateFileRequestArgs.destination", "param_name": "destination", "static_instance": null, "getter_method": "getDestination", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.deadline": {"fq_name": "file_requests.UpdateFileRequestArgs.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.open": {"fq_name": "file_requests.UpdateFileRequestArgs.open", "param_name": "open", "static_instance": null, "getter_method": "getOpen", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestArgs.description": {"fq_name": "file_requests.UpdateFileRequestArgs.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "file_requests.UpdateFileRequestArgs", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestDeadline.no_update": {"fq_name": "file_requests.UpdateFileRequestDeadline.no_update", "param_name": "noUpdateValue", "static_instance": "NO_UPDATE", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestDeadline.update": {"fq_name": "file_requests.UpdateFileRequestDeadline.update", "param_name": "updateValue", "static_instance": null, "getter_method": "getUpdateValue", "containing_data_type_ref": "file_requests.UpdateFileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestDeadline.other": {"fq_name": "file_requests.UpdateFileRequestDeadline.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.disabled_for_team": {"fq_name": "file_requests.UpdateFileRequestError.disabled_for_team", "param_name": "disabledForTeamValue", "static_instance": "DISABLED_FOR_TEAM", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.other": {"fq_name": "file_requests.UpdateFileRequestError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.not_found": {"fq_name": "file_requests.UpdateFileRequestError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.not_a_folder": {"fq_name": "file_requests.UpdateFileRequestError.not_a_folder", "param_name": "notAFolderValue", "static_instance": "NOT_A_FOLDER", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.app_lacks_access": {"fq_name": "file_requests.UpdateFileRequestError.app_lacks_access", "param_name": "appLacksAccessValue", "static_instance": "APP_LACKS_ACCESS", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.no_permission": {"fq_name": "file_requests.UpdateFileRequestError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.email_unverified": {"fq_name": "file_requests.UpdateFileRequestError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.validation_error": {"fq_name": "file_requests.UpdateFileRequestError.validation_error", "param_name": "validationErrorValue", "static_instance": "VALIDATION_ERROR", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "file_requests.UpdateFileRequestError.no_write_permission": {"fq_name": "file_requests.UpdateFileRequestError.no_write_permission", "param_name": "noWritePermissionValue", "static_instance": "NO_WRITE_PERMISSION", "getter_method": null, "containing_data_type_ref": "file_requests.UpdateFileRequestError", "route_refs": [], "_type": "FieldReference"}, "files.AddTagArg.path": {"fq_name": "files.AddTagArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.AddTagArg", "route_refs": [], "_type": "FieldReference"}, "files.AddTagArg.tag_text": {"fq_name": "files.AddTagArg.tag_text", "param_name": "tagText", "static_instance": null, "getter_method": "getTagText", "containing_data_type_ref": "files.AddTagArg", "route_refs": [], "_type": "FieldReference"}, "files.AddTagError.path": {"fq_name": "files.AddTagError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.AddTagError", "route_refs": [], "_type": "FieldReference"}, "files.AddTagError.other": {"fq_name": "files.AddTagError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.AddTagError", "route_refs": [], "_type": "FieldReference"}, "files.AddTagError.too_many_tags": {"fq_name": "files.AddTagError.too_many_tags", "param_name": "tooManyTagsValue", "static_instance": "TOO_MANY_TAGS", "getter_method": null, "containing_data_type_ref": "files.AddTagError", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.path": {"fq_name": "files.AlphaGetMetadataArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.include_media_info": {"fq_name": "files.AlphaGetMetadataArg.include_media_info", "param_name": "includeMediaInfo", "static_instance": null, "getter_method": "getIncludeMediaInfo", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.include_deleted": {"fq_name": "files.AlphaGetMetadataArg.include_deleted", "param_name": "includeDeleted", "static_instance": null, "getter_method": "getIncludeDeleted", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.include_has_explicit_shared_members": {"fq_name": "files.AlphaGetMetadataArg.include_has_explicit_shared_members", "param_name": "includeHasExplicitSharedMembers", "static_instance": null, "getter_method": "getIncludeHasExplicitSharedMembers", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.include_property_groups": {"fq_name": "files.AlphaGetMetadataArg.include_property_groups", "param_name": "includePropertyGroups", "static_instance": null, "getter_method": "getIncludePropertyGroups", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataArg.include_property_templates": {"fq_name": "files.AlphaGetMetadataArg.include_property_templates", "param_name": "includePropertyTemplates", "static_instance": null, "getter_method": "getIncludePropertyTemplates", "containing_data_type_ref": "files.AlphaGetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataError.path": {"fq_name": "files.AlphaGetMetadataError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.AlphaGetMetadataError", "route_refs": [], "_type": "FieldReference"}, "files.AlphaGetMetadataError.properties_error": {"fq_name": "files.AlphaGetMetadataError.properties_error", "param_name": "propertiesErrorValue", "static_instance": null, "getter_method": "getPropertiesErrorValue", "containing_data_type_ref": "files.AlphaGetMetadataError", "route_refs": [], "_type": "FieldReference"}, "files.BaseTagError.path": {"fq_name": "files.BaseTagError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.BaseTagError", "route_refs": [], "_type": "FieldReference"}, "files.BaseTagError.other": {"fq_name": "files.BaseTagError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.BaseTagError", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.path": {"fq_name": "files.CommitInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.mode": {"fq_name": "files.CommitInfo.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.autorename": {"fq_name": "files.CommitInfo.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.client_modified": {"fq_name": "files.CommitInfo.client_modified", "param_name": "clientModified", "static_instance": null, "getter_method": "getClientModified", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.mute": {"fq_name": "files.CommitInfo.mute", "param_name": "mute", "static_instance": null, "getter_method": "getMute", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.property_groups": {"fq_name": "files.CommitInfo.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.CommitInfo.strict_conflict": {"fq_name": "files.CommitInfo.strict_conflict", "param_name": "strictConflict", "static_instance": null, "getter_method": "getStrictConflict", "containing_data_type_ref": "files.CommitInfo", "route_refs": [], "_type": "FieldReference"}, "files.ContentSyncSetting.id": {"fq_name": "files.ContentSyncSetting.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "files.ContentSyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.ContentSyncSetting.sync_setting": {"fq_name": "files.ContentSyncSetting.sync_setting", "param_name": "syncSetting", "static_instance": null, "getter_method": "getSyncSetting", "containing_data_type_ref": "files.ContentSyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.ContentSyncSettingArg.id": {"fq_name": "files.ContentSyncSettingArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "files.ContentSyncSettingArg", "route_refs": [], "_type": "FieldReference"}, "files.ContentSyncSettingArg.sync_setting": {"fq_name": "files.ContentSyncSettingArg.sync_setting", "param_name": "syncSetting", "static_instance": null, "getter_method": "getSyncSetting", "containing_data_type_ref": "files.ContentSyncSettingArg", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderArg.path": {"fq_name": "files.CreateFolderArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.CreateFolderArg", "route_refs": ["files.create_folder", "files.create_folder_v2"], "_type": "FieldReference"}, "files.CreateFolderArg.autorename": {"fq_name": "files.CreateFolderArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.CreateFolderArg", "route_refs": ["files.create_folder", "files.create_folder_v2"], "_type": "FieldReference"}, "files.CreateFolderBatchArg.paths": {"fq_name": "files.CreateFolderBatchArg.paths", "param_name": "paths", "static_instance": null, "getter_method": "getPaths", "containing_data_type_ref": "files.CreateFolderBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchArg.autorename": {"fq_name": "files.CreateFolderBatchArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.CreateFolderBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchArg.force_async": {"fq_name": "files.CreateFolderBatchArg.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "files.CreateFolderBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchError.too_many_files": {"fq_name": "files.CreateFolderBatchError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.CreateFolderBatchError", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchError.other": {"fq_name": "files.CreateFolderBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.CreateFolderBatchError", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchJobStatus.in_progress": {"fq_name": "files.CreateFolderBatchJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.CreateFolderBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchJobStatus.complete": {"fq_name": "files.CreateFolderBatchJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.CreateFolderBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchJobStatus.failed": {"fq_name": "files.CreateFolderBatchJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "files.CreateFolderBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchJobStatus.other": {"fq_name": "files.CreateFolderBatchJobStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.CreateFolderBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchLaunch.async_job_id": {"fq_name": "files.CreateFolderBatchLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.CreateFolderBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchLaunch.complete": {"fq_name": "files.CreateFolderBatchLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.CreateFolderBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchLaunch.other": {"fq_name": "files.CreateFolderBatchLaunch.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.CreateFolderBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchResult.entries": {"fq_name": "files.CreateFolderBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.CreateFolderBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchResultEntry.success": {"fq_name": "files.CreateFolderBatchResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.CreateFolderBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderBatchResultEntry.failure": {"fq_name": "files.CreateFolderBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.CreateFolderBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderEntryError.path": {"fq_name": "files.CreateFolderEntryError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.CreateFolderEntryError", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderEntryError.other": {"fq_name": "files.CreateFolderEntryError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.CreateFolderEntryError", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderEntryResult.metadata": {"fq_name": "files.CreateFolderEntryResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.CreateFolderEntryResult", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderError.path": {"fq_name": "files.CreateFolderError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.CreateFolderError", "route_refs": [], "_type": "FieldReference"}, "files.CreateFolderResult.metadata": {"fq_name": "files.CreateFolderResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.CreateFolderResult", "route_refs": [], "_type": "FieldReference"}, "files.DeleteArg.path": {"fq_name": "files.DeleteArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.DeleteArg", "route_refs": ["files.delete", "files.delete_v2", "files.permanently_delete"], "_type": "FieldReference"}, "files.DeleteArg.parent_rev": {"fq_name": "files.DeleteArg.parent_rev", "param_name": "parentRev", "static_instance": null, "getter_method": "getParentRev", "containing_data_type_ref": "files.DeleteArg", "route_refs": ["files.delete", "files.delete_v2", "files.permanently_delete"], "_type": "FieldReference"}, "files.DeleteBatchArg.entries": {"fq_name": "files.DeleteBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.DeleteBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchError.too_many_write_operations": {"fq_name": "files.DeleteBatchError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.DeleteBatchError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchError.other": {"fq_name": "files.DeleteBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DeleteBatchError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchJobStatus.in_progress": {"fq_name": "files.DeleteBatchJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.DeleteBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchJobStatus.complete": {"fq_name": "files.DeleteBatchJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.DeleteBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchJobStatus.failed": {"fq_name": "files.DeleteBatchJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "files.DeleteBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchJobStatus.other": {"fq_name": "files.DeleteBatchJobStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DeleteBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchLaunch.async_job_id": {"fq_name": "files.DeleteBatchLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.DeleteBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchLaunch.complete": {"fq_name": "files.DeleteBatchLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.DeleteBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchLaunch.other": {"fq_name": "files.DeleteBatchLaunch.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DeleteBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchResult.entries": {"fq_name": "files.DeleteBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.DeleteBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchResultData.metadata": {"fq_name": "files.DeleteBatchResultData.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.DeleteBatchResultData", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchResultEntry.success": {"fq_name": "files.DeleteBatchResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.DeleteBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.DeleteBatchResultEntry.failure": {"fq_name": "files.DeleteBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.DeleteBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.DeleteError.path_lookup": {"fq_name": "files.DeleteError.path_lookup", "param_name": "pathLookupValue", "static_instance": null, "getter_method": "getPathLookupValue", "containing_data_type_ref": "files.DeleteError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteError.path_write": {"fq_name": "files.DeleteError.path_write", "param_name": "pathWriteValue", "static_instance": null, "getter_method": "getPathWriteValue", "containing_data_type_ref": "files.DeleteError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteError.too_many_write_operations": {"fq_name": "files.DeleteError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.DeleteError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteError.too_many_files": {"fq_name": "files.DeleteError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.DeleteError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteError.other": {"fq_name": "files.DeleteError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DeleteError", "route_refs": [], "_type": "FieldReference"}, "files.DeleteResult.metadata": {"fq_name": "files.DeleteResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.DeleteResult", "route_refs": [], "_type": "FieldReference"}, "files.DeletedMetadata.name": {"fq_name": "files.DeletedMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "files.DeletedMetadata", "route_refs": [], "_type": "FieldReference"}, "files.DeletedMetadata.path_lower": {"fq_name": "files.DeletedMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "files.DeletedMetadata", "route_refs": [], "_type": "FieldReference"}, "files.DeletedMetadata.path_display": {"fq_name": "files.DeletedMetadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "files.DeletedMetadata", "route_refs": [], "_type": "FieldReference"}, "files.DeletedMetadata.parent_shared_folder_id": {"fq_name": "files.DeletedMetadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.DeletedMetadata", "route_refs": [], "_type": "FieldReference"}, "files.DeletedMetadata.preview_url": {"fq_name": "files.DeletedMetadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "files.DeletedMetadata", "route_refs": [], "_type": "FieldReference"}, "files.Dimensions.height": {"fq_name": "files.Dimensions.height", "param_name": "height", "static_instance": null, "getter_method": "getHeight", "containing_data_type_ref": "files.Dimensions", "route_refs": [], "_type": "FieldReference"}, "files.Dimensions.width": {"fq_name": "files.Dimensions.width", "param_name": "width", "static_instance": null, "getter_method": "getWidth", "containing_data_type_ref": "files.Dimensions", "route_refs": [], "_type": "FieldReference"}, "files.DownloadArg.path": {"fq_name": "files.DownloadArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.DownloadArg", "route_refs": ["files.download"], "_type": "FieldReference"}, "files.DownloadArg.rev": {"fq_name": "files.DownloadArg.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "files.DownloadArg", "route_refs": ["files.download"], "_type": "FieldReference"}, "files.DownloadError.path": {"fq_name": "files.DownloadError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.DownloadError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadError.unsupported_file": {"fq_name": "files.DownloadError.unsupported_file", "param_name": "unsupportedFileValue", "static_instance": "UNSUPPORTED_FILE", "getter_method": null, "containing_data_type_ref": "files.DownloadError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadError.other": {"fq_name": "files.DownloadError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DownloadError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipArg.path": {"fq_name": "files.DownloadZipArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.DownloadZipArg", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipError.path": {"fq_name": "files.DownloadZipError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.DownloadZipError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipError.too_large": {"fq_name": "files.DownloadZipError.too_large", "param_name": "tooLargeValue", "static_instance": "TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.DownloadZipError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipError.too_many_files": {"fq_name": "files.DownloadZipError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.DownloadZipError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipError.other": {"fq_name": "files.DownloadZipError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.DownloadZipError", "route_refs": [], "_type": "FieldReference"}, "files.DownloadZipResult.metadata": {"fq_name": "files.DownloadZipResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.DownloadZipResult", "route_refs": [], "_type": "FieldReference"}, "files.ExportArg.path": {"fq_name": "files.ExportArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.ExportArg", "route_refs": ["files.export"], "_type": "FieldReference"}, "files.ExportArg.export_format": {"fq_name": "files.ExportArg.export_format", "param_name": "exportFormat", "static_instance": null, "getter_method": "getExportFormat", "containing_data_type_ref": "files.ExportArg", "route_refs": ["files.export"], "_type": "FieldReference"}, "files.ExportError.path": {"fq_name": "files.ExportError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ExportError", "route_refs": [], "_type": "FieldReference"}, "files.ExportError.non_exportable": {"fq_name": "files.ExportError.non_exportable", "param_name": "nonExportableValue", "static_instance": "NON_EXPORTABLE", "getter_method": null, "containing_data_type_ref": "files.ExportError", "route_refs": [], "_type": "FieldReference"}, "files.ExportError.invalid_export_format": {"fq_name": "files.ExportError.invalid_export_format", "param_name": "invalidExportFormatValue", "static_instance": "INVALID_EXPORT_FORMAT", "getter_method": null, "containing_data_type_ref": "files.ExportError", "route_refs": [], "_type": "FieldReference"}, "files.ExportError.retry_error": {"fq_name": "files.ExportError.retry_error", "param_name": "retryErrorValue", "static_instance": "RETRY_ERROR", "getter_method": null, "containing_data_type_ref": "files.ExportError", "route_refs": [], "_type": "FieldReference"}, "files.ExportError.other": {"fq_name": "files.ExportError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ExportError", "route_refs": [], "_type": "FieldReference"}, "files.ExportInfo.export_as": {"fq_name": "files.ExportInfo.export_as", "param_name": "exportAs", "static_instance": null, "getter_method": "getExportAs", "containing_data_type_ref": "files.ExportInfo", "route_refs": [], "_type": "FieldReference"}, "files.ExportInfo.export_options": {"fq_name": "files.ExportInfo.export_options", "param_name": "exportOptions", "static_instance": null, "getter_method": "getExportOptions", "containing_data_type_ref": "files.ExportInfo", "route_refs": [], "_type": "FieldReference"}, "files.ExportMetadata.name": {"fq_name": "files.ExportMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "files.ExportMetadata", "route_refs": [], "_type": "FieldReference"}, "files.ExportMetadata.size": {"fq_name": "files.ExportMetadata.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "files.ExportMetadata", "route_refs": [], "_type": "FieldReference"}, "files.ExportMetadata.export_hash": {"fq_name": "files.ExportMetadata.export_hash", "param_name": "exportHash", "static_instance": null, "getter_method": "getExportHash", "containing_data_type_ref": "files.ExportMetadata", "route_refs": [], "_type": "FieldReference"}, "files.ExportMetadata.paper_revision": {"fq_name": "files.ExportMetadata.paper_revision", "param_name": "paperRevision", "static_instance": null, "getter_method": "getPaperRevision", "containing_data_type_ref": "files.ExportMetadata", "route_refs": [], "_type": "FieldReference"}, "files.ExportResult.export_metadata": {"fq_name": "files.ExportResult.export_metadata", "param_name": "exportMetadata", "static_instance": null, "getter_method": "getExportMetadata", "containing_data_type_ref": "files.ExportResult", "route_refs": [], "_type": "FieldReference"}, "files.ExportResult.file_metadata": {"fq_name": "files.ExportResult.file_metadata", "param_name": "fileMetadata", "static_instance": null, "getter_method": "getFileMetadata", "containing_data_type_ref": "files.ExportResult", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.image": {"fq_name": "files.FileCategory.image", "param_name": "imageValue", "static_instance": "IMAGE", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.document": {"fq_name": "files.FileCategory.document", "param_name": "documentValue", "static_instance": "DOCUMENT", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.pdf": {"fq_name": "files.FileCategory.pdf", "param_name": "pdfValue", "static_instance": "PDF", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.spreadsheet": {"fq_name": "files.FileCategory.spreadsheet", "param_name": "spreadsheetValue", "static_instance": "SPREADSHEET", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.presentation": {"fq_name": "files.FileCategory.presentation", "param_name": "presentationValue", "static_instance": "PRESENTATION", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.audio": {"fq_name": "files.FileCategory.audio", "param_name": "audioValue", "static_instance": "AUDIO", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.video": {"fq_name": "files.FileCategory.video", "param_name": "videoValue", "static_instance": "VIDEO", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.folder": {"fq_name": "files.FileCategory.folder", "param_name": "folderValue", "static_instance": "FOLDER", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.paper": {"fq_name": "files.FileCategory.paper", "param_name": "paperValue", "static_instance": "PAPER", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.others": {"fq_name": "files.FileCategory.others", "param_name": "othersValue", "static_instance": "OTHERS", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileCategory.other": {"fq_name": "files.FileCategory.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.FileCategory", "route_refs": [], "_type": "FieldReference"}, "files.FileLock.content": {"fq_name": "files.FileLock.content", "param_name": "content", "static_instance": null, "getter_method": "getContent", "containing_data_type_ref": "files.FileLock", "route_refs": [], "_type": "FieldReference"}, "files.FileLockContent.unlocked": {"fq_name": "files.FileLockContent.unlocked", "param_name": "unlockedValue", "static_instance": "UNLOCKED", "getter_method": null, "containing_data_type_ref": "files.FileLockContent", "route_refs": [], "_type": "FieldReference"}, "files.FileLockContent.single_user": {"fq_name": "files.FileLockContent.single_user", "param_name": "singleUserValue", "static_instance": null, "getter_method": "getSingleUserValue", "containing_data_type_ref": "files.FileLockContent", "route_refs": [], "_type": "FieldReference"}, "files.FileLockContent.other": {"fq_name": "files.FileLockContent.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.FileLockContent", "route_refs": [], "_type": "FieldReference"}, "files.FileLockMetadata.is_lockholder": {"fq_name": "files.FileLockMetadata.is_lockholder", "param_name": "isLockholder", "static_instance": null, "getter_method": "getIsLockholder", "containing_data_type_ref": "files.FileLockMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileLockMetadata.lockholder_name": {"fq_name": "files.FileLockMetadata.lockholder_name", "param_name": "lockholderName", "static_instance": null, "getter_method": "getLockholderName", "containing_data_type_ref": "files.FileLockMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileLockMetadata.lockholder_account_id": {"fq_name": "files.FileLockMetadata.lockholder_account_id", "param_name": "lockholderAccountId", "static_instance": null, "getter_method": "getLockholderAccountId", "containing_data_type_ref": "files.FileLockMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileLockMetadata.created": {"fq_name": "files.FileLockMetadata.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "files.FileLockMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.name": {"fq_name": "files.FileMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.id": {"fq_name": "files.FileMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.client_modified": {"fq_name": "files.FileMetadata.client_modified", "param_name": "clientModified", "static_instance": null, "getter_method": "getClientModified", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.server_modified": {"fq_name": "files.FileMetadata.server_modified", "param_name": "serverModified", "static_instance": null, "getter_method": "getServerModified", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.rev": {"fq_name": "files.FileMetadata.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.size": {"fq_name": "files.FileMetadata.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.path_lower": {"fq_name": "files.FileMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.path_display": {"fq_name": "files.FileMetadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.parent_shared_folder_id": {"fq_name": "files.FileMetadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.preview_url": {"fq_name": "files.FileMetadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.media_info": {"fq_name": "files.FileMetadata.media_info", "param_name": "mediaInfo", "static_instance": null, "getter_method": "getMediaInfo", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.symlink_info": {"fq_name": "files.FileMetadata.symlink_info", "param_name": "symlinkInfo", "static_instance": null, "getter_method": "getSymlinkInfo", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.sharing_info": {"fq_name": "files.FileMetadata.sharing_info", "param_name": "sharingInfo", "static_instance": null, "getter_method": "getSharingInfo", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.is_downloadable": {"fq_name": "files.FileMetadata.is_downloadable", "param_name": "isDownloadable", "static_instance": null, "getter_method": "getIsDownloadable", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.export_info": {"fq_name": "files.FileMetadata.export_info", "param_name": "exportInfo", "static_instance": null, "getter_method": "getExportInfo", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.property_groups": {"fq_name": "files.FileMetadata.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.has_explicit_shared_members": {"fq_name": "files.FileMetadata.has_explicit_shared_members", "param_name": "hasExplicitSharedMembers", "static_instance": null, "getter_method": "getHasExplicitSharedMembers", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.content_hash": {"fq_name": "files.FileMetadata.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileMetadata.file_lock_info": {"fq_name": "files.FileMetadata.file_lock_info", "param_name": "fileLockInfo", "static_instance": null, "getter_method": "getFileLockInfo", "containing_data_type_ref": "files.FileMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FileSharingInfo.read_only": {"fq_name": "files.FileSharingInfo.read_only", "param_name": "readOnly", "static_instance": null, "getter_method": "getReadOnly", "containing_data_type_ref": "files.FileSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FileSharingInfo.parent_shared_folder_id": {"fq_name": "files.FileSharingInfo.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.FileSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FileSharingInfo.modified_by": {"fq_name": "files.FileSharingInfo.modified_by", "param_name": "modifiedBy", "static_instance": null, "getter_method": "getModifiedBy", "containing_data_type_ref": "files.FileSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FileStatus.active": {"fq_name": "files.FileStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "files.FileStatus", "route_refs": [], "_type": "FieldReference"}, "files.FileStatus.deleted": {"fq_name": "files.FileStatus.deleted", "param_name": "deletedValue", "static_instance": "DELETED", "getter_method": null, "containing_data_type_ref": "files.FileStatus", "route_refs": [], "_type": "FieldReference"}, "files.FileStatus.other": {"fq_name": "files.FileStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.FileStatus", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.name": {"fq_name": "files.FolderMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.id": {"fq_name": "files.FolderMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.path_lower": {"fq_name": "files.FolderMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.path_display": {"fq_name": "files.FolderMetadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.parent_shared_folder_id": {"fq_name": "files.FolderMetadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.preview_url": {"fq_name": "files.FolderMetadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.shared_folder_id": {"fq_name": "files.FolderMetadata.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.sharing_info": {"fq_name": "files.FolderMetadata.sharing_info", "param_name": "sharingInfo", "static_instance": null, "getter_method": "getSharingInfo", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderMetadata.property_groups": {"fq_name": "files.FolderMetadata.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "files.FolderMetadata", "route_refs": [], "_type": "FieldReference"}, "files.FolderSharingInfo.read_only": {"fq_name": "files.FolderSharingInfo.read_only", "param_name": "readOnly", "static_instance": null, "getter_method": "getReadOnly", "containing_data_type_ref": "files.FolderSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FolderSharingInfo.parent_shared_folder_id": {"fq_name": "files.FolderSharingInfo.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.FolderSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FolderSharingInfo.shared_folder_id": {"fq_name": "files.FolderSharingInfo.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "files.FolderSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FolderSharingInfo.traverse_only": {"fq_name": "files.FolderSharingInfo.traverse_only", "param_name": "traverseOnly", "static_instance": null, "getter_method": "getTraverseOnly", "containing_data_type_ref": "files.FolderSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.FolderSharingInfo.no_access": {"fq_name": "files.FolderSharingInfo.no_access", "param_name": "noAccess", "static_instance": null, "getter_method": "getNoAccess", "containing_data_type_ref": "files.FolderSharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceArg.path": {"fq_name": "files.GetCopyReferenceArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.GetCopyReferenceArg", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceError.path": {"fq_name": "files.GetCopyReferenceError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.GetCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceError.other": {"fq_name": "files.GetCopyReferenceError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.GetCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceResult.metadata": {"fq_name": "files.GetCopyReferenceResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.GetCopyReferenceResult", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceResult.copy_reference": {"fq_name": "files.GetCopyReferenceResult.copy_reference", "param_name": "copyReference", "static_instance": null, "getter_method": "getCopyReference", "containing_data_type_ref": "files.GetCopyReferenceResult", "route_refs": [], "_type": "FieldReference"}, "files.GetCopyReferenceResult.expires": {"fq_name": "files.GetCopyReferenceResult.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "files.GetCopyReferenceResult", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataArg.path": {"fq_name": "files.GetMetadataArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.GetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataArg.include_media_info": {"fq_name": "files.GetMetadataArg.include_media_info", "param_name": "includeMediaInfo", "static_instance": null, "getter_method": "getIncludeMediaInfo", "containing_data_type_ref": "files.GetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataArg.include_deleted": {"fq_name": "files.GetMetadataArg.include_deleted", "param_name": "includeDeleted", "static_instance": null, "getter_method": "getIncludeDeleted", "containing_data_type_ref": "files.GetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataArg.include_has_explicit_shared_members": {"fq_name": "files.GetMetadataArg.include_has_explicit_shared_members", "param_name": "includeHasExplicitSharedMembers", "static_instance": null, "getter_method": "getIncludeHasExplicitSharedMembers", "containing_data_type_ref": "files.GetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataArg.include_property_groups": {"fq_name": "files.GetMetadataArg.include_property_groups", "param_name": "includePropertyGroups", "static_instance": null, "getter_method": "getIncludePropertyGroups", "containing_data_type_ref": "files.GetMetadataArg", "route_refs": [], "_type": "FieldReference"}, "files.GetMetadataError.path": {"fq_name": "files.GetMetadataError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.GetMetadataError", "route_refs": [], "_type": "FieldReference"}, "files.GetTagsArg.paths": {"fq_name": "files.GetTagsArg.paths", "param_name": "paths", "static_instance": null, "getter_method": "getPaths", "containing_data_type_ref": "files.GetTagsArg", "route_refs": [], "_type": "FieldReference"}, "files.GetTagsResult.paths_to_tags": {"fq_name": "files.GetTagsResult.paths_to_tags", "param_name": "pathsToTags", "static_instance": null, "getter_method": "getPathsToTags", "containing_data_type_ref": "files.GetTagsResult", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkArg.path": {"fq_name": "files.GetTemporaryLinkArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.GetTemporaryLinkArg", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkError.path": {"fq_name": "files.GetTemporaryLinkError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.GetTemporaryLinkError", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkError.email_not_verified": {"fq_name": "files.GetTemporaryLinkError.email_not_verified", "param_name": "emailNotVerifiedValue", "static_instance": "EMAIL_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "files.GetTemporaryLinkError", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkError.unsupported_file": {"fq_name": "files.GetTemporaryLinkError.unsupported_file", "param_name": "unsupportedFileValue", "static_instance": "UNSUPPORTED_FILE", "getter_method": null, "containing_data_type_ref": "files.GetTemporaryLinkError", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkError.not_allowed": {"fq_name": "files.GetTemporaryLinkError.not_allowed", "param_name": "notAllowedValue", "static_instance": "NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "files.GetTemporaryLinkError", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkError.other": {"fq_name": "files.GetTemporaryLinkError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.GetTemporaryLinkError", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkResult.metadata": {"fq_name": "files.GetTemporaryLinkResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.GetTemporaryLinkResult", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryLinkResult.link": {"fq_name": "files.GetTemporaryLinkResult.link", "param_name": "link", "static_instance": null, "getter_method": "getLink", "containing_data_type_ref": "files.GetTemporaryLinkResult", "route_refs": [], "_type": "FieldReference"}, "files.GetTemporaryUploadLinkArg.commit_info": {"fq_name": "files.GetTemporaryUploadLinkArg.commit_info", "param_name": "commitInfo", "static_instance": null, "getter_method": "getCommitInfo", "containing_data_type_ref": "files.GetTemporaryUploadLinkArg", "route_refs": ["files.get_temporary_upload_link"], "_type": "FieldReference"}, "files.GetTemporaryUploadLinkArg.duration": {"fq_name": "files.GetTemporaryUploadLinkArg.duration", "param_name": "duration", "static_instance": null, "getter_method": "getDuration", "containing_data_type_ref": "files.GetTemporaryUploadLinkArg", "route_refs": ["files.get_temporary_upload_link"], "_type": "FieldReference"}, "files.GetTemporaryUploadLinkResult.link": {"fq_name": "files.GetTemporaryUploadLinkResult.link", "param_name": "link", "static_instance": null, "getter_method": "getLink", "containing_data_type_ref": "files.GetTemporaryUploadLinkResult", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchArg.entries": {"fq_name": "files.GetThumbnailBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.GetThumbnailBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchError.too_many_files": {"fq_name": "files.GetThumbnailBatchError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.GetThumbnailBatchError", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchError.other": {"fq_name": "files.GetThumbnailBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.GetThumbnailBatchError", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResult.entries": {"fq_name": "files.GetThumbnailBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.GetThumbnailBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResultData.metadata": {"fq_name": "files.GetThumbnailBatchResultData.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.GetThumbnailBatchResultData", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResultData.thumbnail": {"fq_name": "files.GetThumbnailBatchResultData.thumbnail", "param_name": "thumbnail", "static_instance": null, "getter_method": "getThumbnail", "containing_data_type_ref": "files.GetThumbnailBatchResultData", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResultEntry.success": {"fq_name": "files.GetThumbnailBatchResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.GetThumbnailBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResultEntry.failure": {"fq_name": "files.GetThumbnailBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.GetThumbnailBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.GetThumbnailBatchResultEntry.other": {"fq_name": "files.GetThumbnailBatchResultEntry.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.GetThumbnailBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.GpsCoordinates.latitude": {"fq_name": "files.GpsCoordinates.latitude", "param_name": "latitude", "static_instance": null, "getter_method": "getLatitude", "containing_data_type_ref": "files.GpsCoordinates", "route_refs": [], "_type": "FieldReference"}, "files.GpsCoordinates.longitude": {"fq_name": "files.GpsCoordinates.longitude", "param_name": "longitude", "static_instance": null, "getter_method": "getLongitude", "containing_data_type_ref": "files.GpsCoordinates", "route_refs": [], "_type": "FieldReference"}, "files.HighlightSpan.highlight_str": {"fq_name": "files.HighlightSpan.highlight_str", "param_name": "highlightStr", "static_instance": null, "getter_method": "getHighlightStr", "containing_data_type_ref": "files.HighlightSpan", "route_refs": [], "_type": "FieldReference"}, "files.HighlightSpan.is_highlighted": {"fq_name": "files.HighlightSpan.is_highlighted", "param_name": "isHighlighted", "static_instance": null, "getter_method": "getIsHighlighted", "containing_data_type_ref": "files.HighlightSpan", "route_refs": [], "_type": "FieldReference"}, "files.ImportFormat.html": {"fq_name": "files.ImportFormat.html", "param_name": "htmlValue", "static_instance": "HTML", "getter_method": null, "containing_data_type_ref": "files.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "files.ImportFormat.markdown": {"fq_name": "files.ImportFormat.markdown", "param_name": "markdownValue", "static_instance": "MARKDOWN", "getter_method": null, "containing_data_type_ref": "files.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "files.ImportFormat.plain_text": {"fq_name": "files.ImportFormat.plain_text", "param_name": "plainTextValue", "static_instance": "PLAIN_TEXT", "getter_method": null, "containing_data_type_ref": "files.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "files.ImportFormat.other": {"fq_name": "files.ImportFormat.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.path": {"fq_name": "files.ListFolderArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.recursive": {"fq_name": "files.ListFolderArg.recursive", "param_name": "recursive", "static_instance": null, "getter_method": "getRecursive", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_media_info": {"fq_name": "files.ListFolderArg.include_media_info", "param_name": "includeMediaInfo", "static_instance": null, "getter_method": "getIncludeMediaInfo", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_deleted": {"fq_name": "files.ListFolderArg.include_deleted", "param_name": "includeDeleted", "static_instance": null, "getter_method": "getIncludeDeleted", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_has_explicit_shared_members": {"fq_name": "files.ListFolderArg.include_has_explicit_shared_members", "param_name": "includeHasExplicitSharedMembers", "static_instance": null, "getter_method": "getIncludeHasExplicitSharedMembers", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_mounted_folders": {"fq_name": "files.ListFolderArg.include_mounted_folders", "param_name": "includeMountedFolders", "static_instance": null, "getter_method": "getIncludeMountedFolders", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.limit": {"fq_name": "files.ListFolderArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.shared_link": {"fq_name": "files.ListFolderArg.shared_link", "param_name": "sharedLink", "static_instance": null, "getter_method": "getSharedLink", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_property_groups": {"fq_name": "files.ListFolderArg.include_property_groups", "param_name": "includePropertyGroups", "static_instance": null, "getter_method": "getIncludePropertyGroups", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderArg.include_non_downloadable_files": {"fq_name": "files.ListFolderArg.include_non_downloadable_files", "param_name": "includeNonDownloadableFiles", "static_instance": null, "getter_method": "getIncludeNonDownloadableFiles", "containing_data_type_ref": "files.ListFolderArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderContinueArg.cursor": {"fq_name": "files.ListFolderContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.ListFolderContinueArg", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderContinueError.path": {"fq_name": "files.ListFolderContinueError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ListFolderContinueError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderContinueError.reset": {"fq_name": "files.ListFolderContinueError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "files.ListFolderContinueError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderContinueError.other": {"fq_name": "files.ListFolderContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ListFolderContinueError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderError.path": {"fq_name": "files.ListFolderError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ListFolderError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderError.template_error": {"fq_name": "files.ListFolderError.template_error", "param_name": "templateErrorValue", "static_instance": null, "getter_method": "getTemplateErrorValue", "containing_data_type_ref": "files.ListFolderError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderError.other": {"fq_name": "files.ListFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ListFolderError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderGetLatestCursorResult.cursor": {"fq_name": "files.ListFolderGetLatestCursorResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.ListFolderGetLatestCursorResult", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderLongpollArg.cursor": {"fq_name": "files.ListFolderLongpollArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.ListFolderLongpollArg", "route_refs": ["files.list_folder/longpoll"], "_type": "FieldReference"}, "files.ListFolderLongpollArg.timeout": {"fq_name": "files.ListFolderLongpollArg.timeout", "param_name": "timeout", "static_instance": null, "getter_method": "getTimeout", "containing_data_type_ref": "files.ListFolderLongpollArg", "route_refs": ["files.list_folder/longpoll"], "_type": "FieldReference"}, "files.ListFolderLongpollError.reset": {"fq_name": "files.ListFolderLongpollError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "files.ListFolderLongpollError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderLongpollError.other": {"fq_name": "files.ListFolderLongpollError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ListFolderLongpollError", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderLongpollResult.changes": {"fq_name": "files.ListFolderLongpollResult.changes", "param_name": "changes", "static_instance": null, "getter_method": "getChanges", "containing_data_type_ref": "files.ListFolderLongpollResult", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderLongpollResult.backoff": {"fq_name": "files.ListFolderLongpollResult.backoff", "param_name": "backoff", "static_instance": null, "getter_method": "getBackoff", "containing_data_type_ref": "files.ListFolderLongpollResult", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderResult.entries": {"fq_name": "files.ListFolderResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.ListFolderResult", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderResult.cursor": {"fq_name": "files.ListFolderResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.ListFolderResult", "route_refs": [], "_type": "FieldReference"}, "files.ListFolderResult.has_more": {"fq_name": "files.ListFolderResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "files.ListFolderResult", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsArg.path": {"fq_name": "files.ListRevisionsArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.ListRevisionsArg", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsArg.mode": {"fq_name": "files.ListRevisionsArg.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.ListRevisionsArg", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsArg.limit": {"fq_name": "files.ListRevisionsArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "files.ListRevisionsArg", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsArg.before_rev": {"fq_name": "files.ListRevisionsArg.before_rev", "param_name": "beforeRev", "static_instance": null, "getter_method": "getBeforeRev", "containing_data_type_ref": "files.ListRevisionsArg", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsError.path": {"fq_name": "files.ListRevisionsError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ListRevisionsError", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsError.invalid_before_rev": {"fq_name": "files.ListRevisionsError.invalid_before_rev", "param_name": "invalidBeforeRevValue", "static_instance": "INVALID_BEFORE_REV", "getter_method": null, "containing_data_type_ref": "files.ListRevisionsError", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsError.before_rev_not_supported": {"fq_name": "files.ListRevisionsError.before_rev_not_supported", "param_name": "beforeRevNotSupportedValue", "static_instance": "BEFORE_REV_NOT_SUPPORTED", "getter_method": null, "containing_data_type_ref": "files.ListRevisionsError", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsError.other": {"fq_name": "files.ListRevisionsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ListRevisionsError", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsMode.path": {"fq_name": "files.ListRevisionsMode.path", "param_name": "pathValue", "static_instance": "PATH", "getter_method": null, "containing_data_type_ref": "files.ListRevisionsMode", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsMode.id": {"fq_name": "files.ListRevisionsMode.id", "param_name": "idValue", "static_instance": "ID", "getter_method": null, "containing_data_type_ref": "files.ListRevisionsMode", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsMode.other": {"fq_name": "files.ListRevisionsMode.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ListRevisionsMode", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsResult.is_deleted": {"fq_name": "files.ListRevisionsResult.is_deleted", "param_name": "isDeleted", "static_instance": null, "getter_method": "getIsDeleted", "containing_data_type_ref": "files.ListRevisionsResult", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsResult.entries": {"fq_name": "files.ListRevisionsResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.ListRevisionsResult", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsResult.has_more": {"fq_name": "files.ListRevisionsResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "files.ListRevisionsResult", "route_refs": [], "_type": "FieldReference"}, "files.ListRevisionsResult.server_deleted": {"fq_name": "files.ListRevisionsResult.server_deleted", "param_name": "serverDeleted", "static_instance": null, "getter_method": "getServerDeleted", "containing_data_type_ref": "files.ListRevisionsResult", "route_refs": [], "_type": "FieldReference"}, "files.LockConflictError.lock": {"fq_name": "files.LockConflictError.lock", "param_name": "lock", "static_instance": null, "getter_method": "getLock", "containing_data_type_ref": "files.LockConflictError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileArg.path": {"fq_name": "files.LockFileArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.LockFileArg", "route_refs": [], "_type": "FieldReference"}, "files.LockFileBatchArg.entries": {"fq_name": "files.LockFileBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.LockFileBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.LockFileBatchResult.entries": {"fq_name": "files.LockFileBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.LockFileBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.path_lookup": {"fq_name": "files.LockFileError.path_lookup", "param_name": "pathLookupValue", "static_instance": null, "getter_method": "getPathLookupValue", "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.too_many_write_operations": {"fq_name": "files.LockFileError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.too_many_files": {"fq_name": "files.LockFileError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.no_write_permission": {"fq_name": "files.LockFileError.no_write_permission", "param_name": "noWritePermissionValue", "static_instance": "NO_WRITE_PERMISSION", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.cannot_be_locked": {"fq_name": "files.LockFileError.cannot_be_locked", "param_name": "cannotBeLockedValue", "static_instance": "CANNOT_BE_LOCKED", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.file_not_shared": {"fq_name": "files.LockFileError.file_not_shared", "param_name": "fileNotSharedValue", "static_instance": "FILE_NOT_SHARED", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.lock_conflict": {"fq_name": "files.LockFileError.lock_conflict", "param_name": "lockConflictValue", "static_instance": null, "getter_method": "getLockConflictValue", "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.internal_error": {"fq_name": "files.LockFileError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileError.other": {"fq_name": "files.LockFileError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.LockFileError", "route_refs": [], "_type": "FieldReference"}, "files.LockFileResult.metadata": {"fq_name": "files.LockFileResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.LockFileResult", "route_refs": [], "_type": "FieldReference"}, "files.LockFileResult.lock": {"fq_name": "files.LockFileResult.lock", "param_name": "lock", "static_instance": null, "getter_method": "getLock", "containing_data_type_ref": "files.LockFileResult", "route_refs": [], "_type": "FieldReference"}, "files.LockFileResultEntry.success": {"fq_name": "files.LockFileResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.LockFileResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.LockFileResultEntry.failure": {"fq_name": "files.LockFileResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.LockFileResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.malformed_path": {"fq_name": "files.LookupError.malformed_path", "param_name": "malformedPathValue", "static_instance": null, "getter_method": "getMalformedPathValue", "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.not_found": {"fq_name": "files.LookupError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.not_file": {"fq_name": "files.LookupError.not_file", "param_name": "notFileValue", "static_instance": "NOT_FILE", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.not_folder": {"fq_name": "files.LookupError.not_folder", "param_name": "notFolderValue", "static_instance": "NOT_FOLDER", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.restricted_content": {"fq_name": "files.LookupError.restricted_content", "param_name": "restrictedContentValue", "static_instance": "RESTRICTED_CONTENT", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.unsupported_content_type": {"fq_name": "files.LookupError.unsupported_content_type", "param_name": "unsupportedContentTypeValue", "static_instance": "UNSUPPORTED_CONTENT_TYPE", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.locked": {"fq_name": "files.LookupError.locked", "param_name": "lockedValue", "static_instance": "LOCKED", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.LookupError.other": {"fq_name": "files.LookupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.LookupError", "route_refs": [], "_type": "FieldReference"}, "files.MediaInfo.pending": {"fq_name": "files.MediaInfo.pending", "param_name": "pendingValue", "static_instance": "PENDING", "getter_method": null, "containing_data_type_ref": "files.MediaInfo", "route_refs": [], "_type": "FieldReference"}, "files.MediaInfo.metadata": {"fq_name": "files.MediaInfo.metadata", "param_name": "metadataValue", "static_instance": null, "getter_method": "getMetadataValue", "containing_data_type_ref": "files.MediaInfo", "route_refs": [], "_type": "FieldReference"}, "files.MediaMetadata.dimensions": {"fq_name": "files.MediaMetadata.dimensions", "param_name": "dimensions", "static_instance": null, "getter_method": "getDimensions", "containing_data_type_ref": "files.MediaMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MediaMetadata.location": {"fq_name": "files.MediaMetadata.location", "param_name": "location", "static_instance": null, "getter_method": "getLocation", "containing_data_type_ref": "files.MediaMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MediaMetadata.time_taken": {"fq_name": "files.MediaMetadata.time_taken", "param_name": "timeTaken", "static_instance": null, "getter_method": "getTimeTaken", "containing_data_type_ref": "files.MediaMetadata", "route_refs": [], "_type": "FieldReference"}, "files.Metadata.name": {"fq_name": "files.Metadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "files.Metadata", "route_refs": [], "_type": "FieldReference"}, "files.Metadata.path_lower": {"fq_name": "files.Metadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "files.Metadata", "route_refs": [], "_type": "FieldReference"}, "files.Metadata.path_display": {"fq_name": "files.Metadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "files.Metadata", "route_refs": [], "_type": "FieldReference"}, "files.Metadata.parent_shared_folder_id": {"fq_name": "files.Metadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "files.Metadata", "route_refs": [], "_type": "FieldReference"}, "files.Metadata.preview_url": {"fq_name": "files.Metadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "files.Metadata", "route_refs": [], "_type": "FieldReference"}, "files.MetadataV2.metadata": {"fq_name": "files.MetadataV2.metadata", "param_name": "metadataValue", "static_instance": null, "getter_method": "getMetadataValue", "containing_data_type_ref": "files.MetadataV2", "route_refs": [], "_type": "FieldReference"}, "files.MetadataV2.other": {"fq_name": "files.MetadataV2.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.MetadataV2", "route_refs": [], "_type": "FieldReference"}, "files.MinimalFileLinkMetadata.url": {"fq_name": "files.MinimalFileLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "files.MinimalFileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MinimalFileLinkMetadata.rev": {"fq_name": "files.MinimalFileLinkMetadata.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "files.MinimalFileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MinimalFileLinkMetadata.id": {"fq_name": "files.MinimalFileLinkMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "files.MinimalFileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MinimalFileLinkMetadata.path": {"fq_name": "files.MinimalFileLinkMetadata.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.MinimalFileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "files.MoveBatchArg.entries": {"fq_name": "files.MoveBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.MoveBatchArg", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.MoveBatchArg.autorename": {"fq_name": "files.MoveBatchArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.MoveBatchArg", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.MoveBatchArg.allow_ownership_transfer": {"fq_name": "files.MoveBatchArg.allow_ownership_transfer", "param_name": "allowOwnershipTransfer", "static_instance": null, "getter_method": "getAllowOwnershipTransfer", "containing_data_type_ref": "files.MoveBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.MoveIntoFamilyError.is_shared_folder": {"fq_name": "files.MoveIntoFamilyError.is_shared_folder", "param_name": "isSharedFolderValue", "static_instance": "IS_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.MoveIntoFamilyError", "route_refs": [], "_type": "FieldReference"}, "files.MoveIntoFamilyError.other": {"fq_name": "files.MoveIntoFamilyError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.MoveIntoFamilyError", "route_refs": [], "_type": "FieldReference"}, "files.MoveIntoVaultError.is_shared_folder": {"fq_name": "files.MoveIntoVaultError.is_shared_folder", "param_name": "isSharedFolderValue", "static_instance": "IS_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.MoveIntoVaultError", "route_refs": [], "_type": "FieldReference"}, "files.MoveIntoVaultError.other": {"fq_name": "files.MoveIntoVaultError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.MoveIntoVaultError", "route_refs": [], "_type": "FieldReference"}, "files.PaperContentError.insufficient_permissions": {"fq_name": "files.PaperContentError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "files.PaperContentError", "route_refs": [], "_type": "FieldReference"}, "files.PaperContentError.content_malformed": {"fq_name": "files.PaperContentError.content_malformed", "param_name": "contentMalformedValue", "static_instance": "CONTENT_MALFORMED", "getter_method": null, "containing_data_type_ref": "files.PaperContentError", "route_refs": [], "_type": "FieldReference"}, "files.PaperContentError.doc_length_exceeded": {"fq_name": "files.PaperContentError.doc_length_exceeded", "param_name": "docLengthExceededValue", "static_instance": "DOC_LENGTH_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperContentError", "route_refs": [], "_type": "FieldReference"}, "files.PaperContentError.image_size_exceeded": {"fq_name": "files.PaperContentError.image_size_exceeded", "param_name": "imageSizeExceededValue", "static_instance": "IMAGE_SIZE_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperContentError", "route_refs": [], "_type": "FieldReference"}, "files.PaperContentError.other": {"fq_name": "files.PaperContentError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.PaperContentError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateArg.path": {"fq_name": "files.PaperCreateArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.PaperCreateArg", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateArg.import_format": {"fq_name": "files.PaperCreateArg.import_format", "param_name": "importFormat", "static_instance": null, "getter_method": "getImportFormat", "containing_data_type_ref": "files.PaperCreateArg", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.insufficient_permissions": {"fq_name": "files.PaperCreateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.content_malformed": {"fq_name": "files.PaperCreateError.content_malformed", "param_name": "contentMalformedValue", "static_instance": "CONTENT_MALFORMED", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.doc_length_exceeded": {"fq_name": "files.PaperCreateError.doc_length_exceeded", "param_name": "docLengthExceededValue", "static_instance": "DOC_LENGTH_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.image_size_exceeded": {"fq_name": "files.PaperCreateError.image_size_exceeded", "param_name": "imageSizeExceededValue", "static_instance": "IMAGE_SIZE_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.other": {"fq_name": "files.PaperCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.invalid_path": {"fq_name": "files.PaperCreateError.invalid_path", "param_name": "invalidPathValue", "static_instance": "INVALID_PATH", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.email_unverified": {"fq_name": "files.PaperCreateError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.invalid_file_extension": {"fq_name": "files.PaperCreateError.invalid_file_extension", "param_name": "invalidFileExtensionValue", "static_instance": "INVALID_FILE_EXTENSION", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateError.paper_disabled": {"fq_name": "files.PaperCreateError.paper_disabled", "param_name": "paperDisabledValue", "static_instance": "PAPER_DISABLED", "getter_method": null, "containing_data_type_ref": "files.PaperCreateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateResult.url": {"fq_name": "files.PaperCreateResult.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "files.PaperCreateResult", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateResult.result_path": {"fq_name": "files.PaperCreateResult.result_path", "param_name": "resultPath", "static_instance": null, "getter_method": "getResultPath", "containing_data_type_ref": "files.PaperCreateResult", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateResult.file_id": {"fq_name": "files.PaperCreateResult.file_id", "param_name": "fileId", "static_instance": null, "getter_method": "getFileId", "containing_data_type_ref": "files.PaperCreateResult", "route_refs": [], "_type": "FieldReference"}, "files.PaperCreateResult.paper_revision": {"fq_name": "files.PaperCreateResult.paper_revision", "param_name": "paperRevision", "static_instance": null, "getter_method": "getPaperRevision", "containing_data_type_ref": "files.PaperCreateResult", "route_refs": [], "_type": "FieldReference"}, "files.PaperDocUpdatePolicy.update": {"fq_name": "files.PaperDocUpdatePolicy.update", "param_name": "updateValue", "static_instance": "UPDATE", "getter_method": null, "containing_data_type_ref": "files.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "files.PaperDocUpdatePolicy.overwrite": {"fq_name": "files.PaperDocUpdatePolicy.overwrite", "param_name": "overwriteValue", "static_instance": "OVERWRITE", "getter_method": null, "containing_data_type_ref": "files.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "files.PaperDocUpdatePolicy.prepend": {"fq_name": "files.PaperDocUpdatePolicy.prepend", "param_name": "prependValue", "static_instance": "PREPEND", "getter_method": null, "containing_data_type_ref": "files.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "files.PaperDocUpdatePolicy.append": {"fq_name": "files.PaperDocUpdatePolicy.append", "param_name": "appendValue", "static_instance": "APPEND", "getter_method": null, "containing_data_type_ref": "files.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "files.PaperDocUpdatePolicy.other": {"fq_name": "files.PaperDocUpdatePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateArg.path": {"fq_name": "files.PaperUpdateArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.PaperUpdateArg", "route_refs": ["files.paper/update"], "_type": "FieldReference"}, "files.PaperUpdateArg.import_format": {"fq_name": "files.PaperUpdateArg.import_format", "param_name": "importFormat", "static_instance": null, "getter_method": "getImportFormat", "containing_data_type_ref": "files.PaperUpdateArg", "route_refs": ["files.paper/update"], "_type": "FieldReference"}, "files.PaperUpdateArg.doc_update_policy": {"fq_name": "files.PaperUpdateArg.doc_update_policy", "param_name": "docUpdatePolicy", "static_instance": null, "getter_method": "getDocUpdatePolicy", "containing_data_type_ref": "files.PaperUpdateArg", "route_refs": ["files.paper/update"], "_type": "FieldReference"}, "files.PaperUpdateArg.paper_revision": {"fq_name": "files.PaperUpdateArg.paper_revision", "param_name": "paperRevision", "static_instance": null, "getter_method": "getPaperRevision", "containing_data_type_ref": "files.PaperUpdateArg", "route_refs": ["files.paper/update"], "_type": "FieldReference"}, "files.PaperUpdateError.insufficient_permissions": {"fq_name": "files.PaperUpdateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.content_malformed": {"fq_name": "files.PaperUpdateError.content_malformed", "param_name": "contentMalformedValue", "static_instance": "CONTENT_MALFORMED", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.doc_length_exceeded": {"fq_name": "files.PaperUpdateError.doc_length_exceeded", "param_name": "docLengthExceededValue", "static_instance": "DOC_LENGTH_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.image_size_exceeded": {"fq_name": "files.PaperUpdateError.image_size_exceeded", "param_name": "imageSizeExceededValue", "static_instance": "IMAGE_SIZE_EXCEEDED", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.other": {"fq_name": "files.PaperUpdateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.path": {"fq_name": "files.PaperUpdateError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.revision_mismatch": {"fq_name": "files.PaperUpdateError.revision_mismatch", "param_name": "revisionMismatchValue", "static_instance": "REVISION_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.doc_archived": {"fq_name": "files.PaperUpdateError.doc_archived", "param_name": "docArchivedValue", "static_instance": "DOC_ARCHIVED", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateError.doc_deleted": {"fq_name": "files.PaperUpdateError.doc_deleted", "param_name": "docDeletedValue", "static_instance": "DOC_DELETED", "getter_method": null, "containing_data_type_ref": "files.PaperUpdateError", "route_refs": [], "_type": "FieldReference"}, "files.PaperUpdateResult.paper_revision": {"fq_name": "files.PaperUpdateResult.paper_revision", "param_name": "paperRevision", "static_instance": null, "getter_method": "getPaperRevision", "containing_data_type_ref": "files.PaperUpdateResult", "route_refs": [], "_type": "FieldReference"}, "files.PathOrLink.path": {"fq_name": "files.PathOrLink.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.PathOrLink", "route_refs": [], "_type": "FieldReference"}, "files.PathOrLink.link": {"fq_name": "files.PathOrLink.link", "param_name": "linkValue", "static_instance": null, "getter_method": "getLinkValue", "containing_data_type_ref": "files.PathOrLink", "route_refs": [], "_type": "FieldReference"}, "files.PathOrLink.other": {"fq_name": "files.PathOrLink.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.PathOrLink", "route_refs": [], "_type": "FieldReference"}, "files.PathToTags.path": {"fq_name": "files.PathToTags.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.PathToTags", "route_refs": [], "_type": "FieldReference"}, "files.PathToTags.tags": {"fq_name": "files.PathToTags.tags", "param_name": "tags", "static_instance": null, "getter_method": "getTags", "containing_data_type_ref": "files.PathToTags", "route_refs": [], "_type": "FieldReference"}, "files.PhotoMetadata.dimensions": {"fq_name": "files.PhotoMetadata.dimensions", "param_name": "dimensions", "static_instance": null, "getter_method": "getDimensions", "containing_data_type_ref": "files.PhotoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.PhotoMetadata.location": {"fq_name": "files.PhotoMetadata.location", "param_name": "location", "static_instance": null, "getter_method": "getLocation", "containing_data_type_ref": "files.PhotoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.PhotoMetadata.time_taken": {"fq_name": "files.PhotoMetadata.time_taken", "param_name": "timeTaken", "static_instance": null, "getter_method": "getTimeTaken", "containing_data_type_ref": "files.PhotoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.PreviewArg.path": {"fq_name": "files.PreviewArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.PreviewArg", "route_refs": ["files.get_preview"], "_type": "FieldReference"}, "files.PreviewArg.rev": {"fq_name": "files.PreviewArg.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "files.PreviewArg", "route_refs": ["files.get_preview"], "_type": "FieldReference"}, "files.PreviewError.path": {"fq_name": "files.PreviewError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.PreviewError", "route_refs": [], "_type": "FieldReference"}, "files.PreviewError.in_progress": {"fq_name": "files.PreviewError.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.PreviewError", "route_refs": [], "_type": "FieldReference"}, "files.PreviewError.unsupported_extension": {"fq_name": "files.PreviewError.unsupported_extension", "param_name": "unsupportedExtensionValue", "static_instance": "UNSUPPORTED_EXTENSION", "getter_method": null, "containing_data_type_ref": "files.PreviewError", "route_refs": [], "_type": "FieldReference"}, "files.PreviewError.unsupported_content": {"fq_name": "files.PreviewError.unsupported_content", "param_name": "unsupportedContentValue", "static_instance": "UNSUPPORTED_CONTENT", "getter_method": null, "containing_data_type_ref": "files.PreviewError", "route_refs": [], "_type": "FieldReference"}, "files.PreviewResult.file_metadata": {"fq_name": "files.PreviewResult.file_metadata", "param_name": "fileMetadata", "static_instance": null, "getter_method": "getFileMetadata", "containing_data_type_ref": "files.PreviewResult", "route_refs": [], "_type": "FieldReference"}, "files.PreviewResult.link_metadata": {"fq_name": "files.PreviewResult.link_metadata", "param_name": "linkMetadata", "static_instance": null, "getter_method": "getLinkMetadata", "containing_data_type_ref": "files.PreviewResult", "route_refs": [], "_type": "FieldReference"}, "files.RelocationArg.from_path": {"fq_name": "files.RelocationArg.from_path", "param_name": "fromPath", "static_instance": null, "getter_method": "getFromPath", "containing_data_type_ref": "files.RelocationArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationArg.to_path": {"fq_name": "files.RelocationArg.to_path", "param_name": "toPath", "static_instance": null, "getter_method": "getToPath", "containing_data_type_ref": "files.RelocationArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationArg.allow_shared_folder": {"fq_name": "files.RelocationArg.allow_shared_folder", "param_name": "allowSharedFolder", "static_instance": null, "getter_method": "getAllowSharedFolder", "containing_data_type_ref": "files.RelocationArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationArg.autorename": {"fq_name": "files.RelocationArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.RelocationArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationArg.allow_ownership_transfer": {"fq_name": "files.RelocationArg.allow_ownership_transfer", "param_name": "allowOwnershipTransfer", "static_instance": null, "getter_method": "getAllowOwnershipTransfer", "containing_data_type_ref": "files.RelocationArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchArg.entries": {"fq_name": "files.RelocationBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.RelocationBatchArg", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.RelocationBatchArg.autorename": {"fq_name": "files.RelocationBatchArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.RelocationBatchArg", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.RelocationBatchArg.allow_shared_folder": {"fq_name": "files.RelocationBatchArg.allow_shared_folder", "param_name": "allowSharedFolder", "static_instance": null, "getter_method": "getAllowSharedFolder", "containing_data_type_ref": "files.RelocationBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchArg.allow_ownership_transfer": {"fq_name": "files.RelocationBatchArg.allow_ownership_transfer", "param_name": "allowOwnershipTransfer", "static_instance": null, "getter_method": "getAllowOwnershipTransfer", "containing_data_type_ref": "files.RelocationBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchArgBase.entries": {"fq_name": "files.RelocationBatchArgBase.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.RelocationBatchArgBase", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.RelocationBatchArgBase.autorename": {"fq_name": "files.RelocationBatchArgBase.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.RelocationBatchArgBase", "route_refs": ["files.copy_batch_v2"], "_type": "FieldReference"}, "files.RelocationBatchError.from_lookup": {"fq_name": "files.RelocationBatchError.from_lookup", "param_name": "fromLookupValue", "static_instance": null, "getter_method": "getFromLookupValue", "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.from_write": {"fq_name": "files.RelocationBatchError.from_write", "param_name": "fromWriteValue", "static_instance": null, "getter_method": "getFromWriteValue", "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.to": {"fq_name": "files.RelocationBatchError.to", "param_name": "toValue", "static_instance": null, "getter_method": "getToValue", "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_copy_shared_folder": {"fq_name": "files.RelocationBatchError.cant_copy_shared_folder", "param_name": "cantCopySharedFolderValue", "static_instance": "CANT_COPY_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_nest_shared_folder": {"fq_name": "files.RelocationBatchError.cant_nest_shared_folder", "param_name": "cantNestSharedFolderValue", "static_instance": "CANT_NEST_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_move_folder_into_itself": {"fq_name": "files.RelocationBatchError.cant_move_folder_into_itself", "param_name": "cantMoveFolderIntoItselfValue", "static_instance": "CANT_MOVE_FOLDER_INTO_ITSELF", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.too_many_files": {"fq_name": "files.RelocationBatchError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.duplicated_or_nested_paths": {"fq_name": "files.RelocationBatchError.duplicated_or_nested_paths", "param_name": "duplicatedOrNestedPathsValue", "static_instance": "DUPLICATED_OR_NESTED_PATHS", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_transfer_ownership": {"fq_name": "files.RelocationBatchError.cant_transfer_ownership", "param_name": "cantTransferOwnershipValue", "static_instance": "CANT_TRANSFER_OWNERSHIP", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.insufficient_quota": {"fq_name": "files.RelocationBatchError.insufficient_quota", "param_name": "insufficientQuotaValue", "static_instance": "INSUFFICIENT_QUOTA", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.internal_error": {"fq_name": "files.RelocationBatchError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_move_shared_folder": {"fq_name": "files.RelocationBatchError.cant_move_shared_folder", "param_name": "cantMoveSharedFolderValue", "static_instance": "CANT_MOVE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_move_into_vault": {"fq_name": "files.RelocationBatchError.cant_move_into_vault", "param_name": "cantMoveIntoVaultValue", "static_instance": null, "getter_method": "getCantMoveIntoVaultValue", "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.cant_move_into_family": {"fq_name": "files.RelocationBatchError.cant_move_into_family", "param_name": "cantMoveIntoFamilyValue", "static_instance": null, "getter_method": "getCantMoveIntoFamilyValue", "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.other": {"fq_name": "files.RelocationBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchError.too_many_write_operations": {"fq_name": "files.RelocationBatchError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchErrorEntry.relocation_error": {"fq_name": "files.RelocationBatchErrorEntry.relocation_error", "param_name": "relocationErrorValue", "static_instance": null, "getter_method": "getRelocationErrorValue", "containing_data_type_ref": "files.RelocationBatchErrorEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchErrorEntry.internal_error": {"fq_name": "files.RelocationBatchErrorEntry.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchErrorEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchErrorEntry.too_many_write_operations": {"fq_name": "files.RelocationBatchErrorEntry.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchErrorEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchErrorEntry.other": {"fq_name": "files.RelocationBatchErrorEntry.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchErrorEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchJobStatus.in_progress": {"fq_name": "files.RelocationBatchJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchJobStatus.complete": {"fq_name": "files.RelocationBatchJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.RelocationBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchJobStatus.failed": {"fq_name": "files.RelocationBatchJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "files.RelocationBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchLaunch.async_job_id": {"fq_name": "files.RelocationBatchLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.RelocationBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchLaunch.complete": {"fq_name": "files.RelocationBatchLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.RelocationBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchLaunch.other": {"fq_name": "files.RelocationBatchLaunch.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchResult.entries": {"fq_name": "files.RelocationBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.RelocationBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchResultData.metadata": {"fq_name": "files.RelocationBatchResultData.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.RelocationBatchResultData", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchResultEntry.success": {"fq_name": "files.RelocationBatchResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.RelocationBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchResultEntry.failure": {"fq_name": "files.RelocationBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.RelocationBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchResultEntry.other": {"fq_name": "files.RelocationBatchResultEntry.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchV2JobStatus.in_progress": {"fq_name": "files.RelocationBatchV2JobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.RelocationBatchV2JobStatus", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchV2JobStatus.complete": {"fq_name": "files.RelocationBatchV2JobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.RelocationBatchV2JobStatus", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchV2Launch.async_job_id": {"fq_name": "files.RelocationBatchV2Launch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.RelocationBatchV2Launch", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchV2Launch.complete": {"fq_name": "files.RelocationBatchV2Launch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.RelocationBatchV2Launch", "route_refs": [], "_type": "FieldReference"}, "files.RelocationBatchV2Result.entries": {"fq_name": "files.RelocationBatchV2Result.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.RelocationBatchV2Result", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.from_lookup": {"fq_name": "files.RelocationError.from_lookup", "param_name": "fromLookupValue", "static_instance": null, "getter_method": "getFromLookupValue", "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.from_write": {"fq_name": "files.RelocationError.from_write", "param_name": "fromWriteValue", "static_instance": null, "getter_method": "getFromWriteValue", "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.to": {"fq_name": "files.RelocationError.to", "param_name": "toValue", "static_instance": null, "getter_method": "getToValue", "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_copy_shared_folder": {"fq_name": "files.RelocationError.cant_copy_shared_folder", "param_name": "cantCopySharedFolderValue", "static_instance": "CANT_COPY_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_nest_shared_folder": {"fq_name": "files.RelocationError.cant_nest_shared_folder", "param_name": "cantNestSharedFolderValue", "static_instance": "CANT_NEST_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_move_folder_into_itself": {"fq_name": "files.RelocationError.cant_move_folder_into_itself", "param_name": "cantMoveFolderIntoItselfValue", "static_instance": "CANT_MOVE_FOLDER_INTO_ITSELF", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.too_many_files": {"fq_name": "files.RelocationError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.duplicated_or_nested_paths": {"fq_name": "files.RelocationError.duplicated_or_nested_paths", "param_name": "duplicatedOrNestedPathsValue", "static_instance": "DUPLICATED_OR_NESTED_PATHS", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_transfer_ownership": {"fq_name": "files.RelocationError.cant_transfer_ownership", "param_name": "cantTransferOwnershipValue", "static_instance": "CANT_TRANSFER_OWNERSHIP", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.insufficient_quota": {"fq_name": "files.RelocationError.insufficient_quota", "param_name": "insufficientQuotaValue", "static_instance": "INSUFFICIENT_QUOTA", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.internal_error": {"fq_name": "files.RelocationError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_move_shared_folder": {"fq_name": "files.RelocationError.cant_move_shared_folder", "param_name": "cantMoveSharedFolderValue", "static_instance": "CANT_MOVE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_move_into_vault": {"fq_name": "files.RelocationError.cant_move_into_vault", "param_name": "cantMoveIntoVaultValue", "static_instance": null, "getter_method": "getCantMoveIntoVaultValue", "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.cant_move_into_family": {"fq_name": "files.RelocationError.cant_move_into_family", "param_name": "cantMoveIntoFamilyValue", "static_instance": null, "getter_method": "getCantMoveIntoFamilyValue", "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationError.other": {"fq_name": "files.RelocationError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RelocationError", "route_refs": [], "_type": "FieldReference"}, "files.RelocationPath.from_path": {"fq_name": "files.RelocationPath.from_path", "param_name": "fromPath", "static_instance": null, "getter_method": "getFromPath", "containing_data_type_ref": "files.RelocationPath", "route_refs": [], "_type": "FieldReference"}, "files.RelocationPath.to_path": {"fq_name": "files.RelocationPath.to_path", "param_name": "toPath", "static_instance": null, "getter_method": "getToPath", "containing_data_type_ref": "files.RelocationPath", "route_refs": [], "_type": "FieldReference"}, "files.RelocationResult.metadata": {"fq_name": "files.RelocationResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.RelocationResult", "route_refs": [], "_type": "FieldReference"}, "files.RemoveTagArg.path": {"fq_name": "files.RemoveTagArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.RemoveTagArg", "route_refs": [], "_type": "FieldReference"}, "files.RemoveTagArg.tag_text": {"fq_name": "files.RemoveTagArg.tag_text", "param_name": "tagText", "static_instance": null, "getter_method": "getTagText", "containing_data_type_ref": "files.RemoveTagArg", "route_refs": [], "_type": "FieldReference"}, "files.RemoveTagError.path": {"fq_name": "files.RemoveTagError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.RemoveTagError", "route_refs": [], "_type": "FieldReference"}, "files.RemoveTagError.other": {"fq_name": "files.RemoveTagError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RemoveTagError", "route_refs": [], "_type": "FieldReference"}, "files.RemoveTagError.tag_not_present": {"fq_name": "files.RemoveTagError.tag_not_present", "param_name": "tagNotPresentValue", "static_instance": "TAG_NOT_PRESENT", "getter_method": null, "containing_data_type_ref": "files.RemoveTagError", "route_refs": [], "_type": "FieldReference"}, "files.RestoreArg.path": {"fq_name": "files.RestoreArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.RestoreArg", "route_refs": [], "_type": "FieldReference"}, "files.RestoreArg.rev": {"fq_name": "files.RestoreArg.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "files.RestoreArg", "route_refs": [], "_type": "FieldReference"}, "files.RestoreError.path_lookup": {"fq_name": "files.RestoreError.path_lookup", "param_name": "pathLookupValue", "static_instance": null, "getter_method": "getPathLookupValue", "containing_data_type_ref": "files.RestoreError", "route_refs": [], "_type": "FieldReference"}, "files.RestoreError.path_write": {"fq_name": "files.RestoreError.path_write", "param_name": "pathWriteValue", "static_instance": null, "getter_method": "getPathWriteValue", "containing_data_type_ref": "files.RestoreError", "route_refs": [], "_type": "FieldReference"}, "files.RestoreError.invalid_revision": {"fq_name": "files.RestoreError.invalid_revision", "param_name": "invalidRevisionValue", "static_instance": "INVALID_REVISION", "getter_method": null, "containing_data_type_ref": "files.RestoreError", "route_refs": [], "_type": "FieldReference"}, "files.RestoreError.in_progress": {"fq_name": "files.RestoreError.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.RestoreError", "route_refs": [], "_type": "FieldReference"}, "files.RestoreError.other": {"fq_name": "files.RestoreError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.RestoreError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceArg.copy_reference": {"fq_name": "files.SaveCopyReferenceArg.copy_reference", "param_name": "copyReference", "static_instance": null, "getter_method": "getCopyReference", "containing_data_type_ref": "files.SaveCopyReferenceArg", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceArg.path": {"fq_name": "files.SaveCopyReferenceArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.SaveCopyReferenceArg", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.path": {"fq_name": "files.SaveCopyReferenceError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.invalid_copy_reference": {"fq_name": "files.SaveCopyReferenceError.invalid_copy_reference", "param_name": "invalidCopyReferenceValue", "static_instance": "INVALID_COPY_REFERENCE", "getter_method": null, "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.no_permission": {"fq_name": "files.SaveCopyReferenceError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.not_found": {"fq_name": "files.SaveCopyReferenceError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.too_many_files": {"fq_name": "files.SaveCopyReferenceError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceError.other": {"fq_name": "files.SaveCopyReferenceError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SaveCopyReferenceError", "route_refs": [], "_type": "FieldReference"}, "files.SaveCopyReferenceResult.metadata": {"fq_name": "files.SaveCopyReferenceResult.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.SaveCopyReferenceResult", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlArg.path": {"fq_name": "files.SaveUrlArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.SaveUrlArg", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlArg.url": {"fq_name": "files.SaveUrlArg.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "files.SaveUrlArg", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlError.path": {"fq_name": "files.SaveUrlError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.SaveUrlError", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlError.download_failed": {"fq_name": "files.SaveUrlError.download_failed", "param_name": "downloadFailedValue", "static_instance": "DOWNLOAD_FAILED", "getter_method": null, "containing_data_type_ref": "files.SaveUrlError", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlError.invalid_url": {"fq_name": "files.SaveUrlError.invalid_url", "param_name": "invalidUrlValue", "static_instance": "INVALID_URL", "getter_method": null, "containing_data_type_ref": "files.SaveUrlError", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlError.not_found": {"fq_name": "files.SaveUrlError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.SaveUrlError", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlError.other": {"fq_name": "files.SaveUrlError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SaveUrlError", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlJobStatus.in_progress": {"fq_name": "files.SaveUrlJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.SaveUrlJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlJobStatus.complete": {"fq_name": "files.SaveUrlJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.SaveUrlJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlJobStatus.failed": {"fq_name": "files.SaveUrlJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "files.SaveUrlJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlResult.async_job_id": {"fq_name": "files.SaveUrlResult.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.SaveUrlResult", "route_refs": [], "_type": "FieldReference"}, "files.SaveUrlResult.complete": {"fq_name": "files.SaveUrlResult.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.SaveUrlResult", "route_refs": [], "_type": "FieldReference"}, "files.SearchArg.path": {"fq_name": "files.SearchArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.SearchArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchArg.query": {"fq_name": "files.SearchArg.query", "param_name": "query", "static_instance": null, "getter_method": "getQuery", "containing_data_type_ref": "files.SearchArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchArg.start": {"fq_name": "files.SearchArg.start", "param_name": "start", "static_instance": null, "getter_method": "getStart", "containing_data_type_ref": "files.SearchArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchArg.max_results": {"fq_name": "files.SearchArg.max_results", "param_name": "maxResults", "static_instance": null, "getter_method": "getMaxResults", "containing_data_type_ref": "files.SearchArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchArg.mode": {"fq_name": "files.SearchArg.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.SearchArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchError.path": {"fq_name": "files.SearchError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.SearchError", "route_refs": [], "_type": "FieldReference"}, "files.SearchError.invalid_argument": {"fq_name": "files.SearchError.invalid_argument", "param_name": "invalidArgumentValue", "static_instance": null, "getter_method": "getInvalidArgumentValue", "containing_data_type_ref": "files.SearchError", "route_refs": [], "_type": "FieldReference"}, "files.SearchError.internal_error": {"fq_name": "files.SearchError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "files.SearchError", "route_refs": [], "_type": "FieldReference"}, "files.SearchError.other": {"fq_name": "files.SearchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SearchError", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatch.match_type": {"fq_name": "files.SearchMatch.match_type", "param_name": "matchType", "static_instance": null, "getter_method": "getMatchType", "containing_data_type_ref": "files.SearchMatch", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatch.metadata": {"fq_name": "files.SearchMatch.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.SearchMatch", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchFieldOptions.include_highlights": {"fq_name": "files.SearchMatchFieldOptions.include_highlights", "param_name": "includeHighlights", "static_instance": null, "getter_method": "getIncludeHighlights", "containing_data_type_ref": "files.SearchMatchFieldOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchType.filename": {"fq_name": "files.SearchMatchType.filename", "param_name": "filenameValue", "static_instance": "FILENAME", "getter_method": null, "containing_data_type_ref": "files.SearchMatchType", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchType.content": {"fq_name": "files.SearchMatchType.content", "param_name": "contentValue", "static_instance": "CONTENT", "getter_method": null, "containing_data_type_ref": "files.SearchMatchType", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchType.both": {"fq_name": "files.SearchMatchType.both", "param_name": "bothValue", "static_instance": "BOTH", "getter_method": null, "containing_data_type_ref": "files.SearchMatchType", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.filename": {"fq_name": "files.SearchMatchTypeV2.filename", "param_name": "filenameValue", "static_instance": "FILENAME", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.file_content": {"fq_name": "files.SearchMatchTypeV2.file_content", "param_name": "fileContentValue", "static_instance": "FILE_CONTENT", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.filename_and_content": {"fq_name": "files.SearchMatchTypeV2.filename_and_content", "param_name": "filenameAndContentValue", "static_instance": "FILENAME_AND_CONTENT", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.image_content": {"fq_name": "files.SearchMatchTypeV2.image_content", "param_name": "imageContentValue", "static_instance": "IMAGE_CONTENT", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.metadata": {"fq_name": "files.SearchMatchTypeV2.metadata", "param_name": "metadataValue", "static_instance": "METADATA", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchTypeV2.other": {"fq_name": "files.SearchMatchTypeV2.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SearchMatchTypeV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchV2.metadata": {"fq_name": "files.SearchMatchV2.metadata", "param_name": "metadata", "static_instance": null, "getter_method": "getMetadata", "containing_data_type_ref": "files.SearchMatchV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchV2.match_type": {"fq_name": "files.SearchMatchV2.match_type", "param_name": "matchType", "static_instance": null, "getter_method": "getMatchType", "containing_data_type_ref": "files.SearchMatchV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMatchV2.highlight_spans": {"fq_name": "files.SearchMatchV2.highlight_spans", "param_name": "highlightSpans", "static_instance": null, "getter_method": "getHighlightSpans", "containing_data_type_ref": "files.SearchMatchV2", "route_refs": [], "_type": "FieldReference"}, "files.SearchMode.filename": {"fq_name": "files.SearchMode.filename", "param_name": "filenameValue", "static_instance": "FILENAME", "getter_method": null, "containing_data_type_ref": "files.SearchMode", "route_refs": [], "_type": "FieldReference"}, "files.SearchMode.filename_and_content": {"fq_name": "files.SearchMode.filename_and_content", "param_name": "filenameAndContentValue", "static_instance": "FILENAME_AND_CONTENT", "getter_method": null, "containing_data_type_ref": "files.SearchMode", "route_refs": [], "_type": "FieldReference"}, "files.SearchMode.deleted_filename": {"fq_name": "files.SearchMode.deleted_filename", "param_name": "deletedFilenameValue", "static_instance": "DELETED_FILENAME", "getter_method": null, "containing_data_type_ref": "files.SearchMode", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.path": {"fq_name": "files.SearchOptions.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.max_results": {"fq_name": "files.SearchOptions.max_results", "param_name": "maxResults", "static_instance": null, "getter_method": "getMaxResults", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.order_by": {"fq_name": "files.SearchOptions.order_by", "param_name": "orderBy", "static_instance": null, "getter_method": "getOrderBy", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.file_status": {"fq_name": "files.SearchOptions.file_status", "param_name": "fileStatus", "static_instance": null, "getter_method": "getFileStatus", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.filename_only": {"fq_name": "files.SearchOptions.filename_only", "param_name": "filenameOnly", "static_instance": null, "getter_method": "getFilenameOnly", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.file_extensions": {"fq_name": "files.SearchOptions.file_extensions", "param_name": "fileExtensions", "static_instance": null, "getter_method": "getFileExtensions", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.file_categories": {"fq_name": "files.SearchOptions.file_categories", "param_name": "fileCategories", "static_instance": null, "getter_method": "getFileCategories", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOptions.account_id": {"fq_name": "files.SearchOptions.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "files.SearchOptions", "route_refs": [], "_type": "FieldReference"}, "files.SearchOrderBy.relevance": {"fq_name": "files.SearchOrderBy.relevance", "param_name": "relevanceValue", "static_instance": "RELEVANCE", "getter_method": null, "containing_data_type_ref": "files.SearchOrderBy", "route_refs": [], "_type": "FieldReference"}, "files.SearchOrderBy.last_modified_time": {"fq_name": "files.SearchOrderBy.last_modified_time", "param_name": "lastModifiedTimeValue", "static_instance": "LAST_MODIFIED_TIME", "getter_method": null, "containing_data_type_ref": "files.SearchOrderBy", "route_refs": [], "_type": "FieldReference"}, "files.SearchOrderBy.other": {"fq_name": "files.SearchOrderBy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SearchOrderBy", "route_refs": [], "_type": "FieldReference"}, "files.SearchResult.matches": {"fq_name": "files.SearchResult.matches", "param_name": "matches", "static_instance": null, "getter_method": "getMatches", "containing_data_type_ref": "files.SearchResult", "route_refs": [], "_type": "FieldReference"}, "files.SearchResult.more": {"fq_name": "files.SearchResult.more", "param_name": "more", "static_instance": null, "getter_method": "getMore", "containing_data_type_ref": "files.SearchResult", "route_refs": [], "_type": "FieldReference"}, "files.SearchResult.start": {"fq_name": "files.SearchResult.start", "param_name": "start", "static_instance": null, "getter_method": "getStart", "containing_data_type_ref": "files.SearchResult", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Arg.query": {"fq_name": "files.SearchV2Arg.query", "param_name": "query", "static_instance": null, "getter_method": "getQuery", "containing_data_type_ref": "files.SearchV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Arg.options": {"fq_name": "files.SearchV2Arg.options", "param_name": "options", "static_instance": null, "getter_method": "getOptions", "containing_data_type_ref": "files.SearchV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Arg.match_field_options": {"fq_name": "files.SearchV2Arg.match_field_options", "param_name": "matchFieldOptions", "static_instance": null, "getter_method": "getMatchFieldOptions", "containing_data_type_ref": "files.SearchV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Arg.include_highlights": {"fq_name": "files.SearchV2Arg.include_highlights", "param_name": "includeHighlights", "static_instance": null, "getter_method": "getIncludeHighlights", "containing_data_type_ref": "files.SearchV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2ContinueArg.cursor": {"fq_name": "files.SearchV2ContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.SearchV2ContinueArg", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Result.matches": {"fq_name": "files.SearchV2Result.matches", "param_name": "matches", "static_instance": null, "getter_method": "getMatches", "containing_data_type_ref": "files.SearchV2Result", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Result.has_more": {"fq_name": "files.SearchV2Result.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "files.SearchV2Result", "route_refs": [], "_type": "FieldReference"}, "files.SearchV2Result.cursor": {"fq_name": "files.SearchV2Result.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.SearchV2Result", "route_refs": [], "_type": "FieldReference"}, "files.SharedLink.url": {"fq_name": "files.SharedLink.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "files.SharedLink", "route_refs": [], "_type": "FieldReference"}, "files.SharedLink.password": {"fq_name": "files.SharedLink.password", "param_name": "password", "static_instance": null, "getter_method": "getPassword", "containing_data_type_ref": "files.SharedLink", "route_refs": [], "_type": "FieldReference"}, "files.SharedLinkFileInfo.url": {"fq_name": "files.SharedLinkFileInfo.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "files.SharedLinkFileInfo", "route_refs": [], "_type": "FieldReference"}, "files.SharedLinkFileInfo.path": {"fq_name": "files.SharedLinkFileInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.SharedLinkFileInfo", "route_refs": [], "_type": "FieldReference"}, "files.SharedLinkFileInfo.password": {"fq_name": "files.SharedLinkFileInfo.password", "param_name": "password", "static_instance": null, "getter_method": "getPassword", "containing_data_type_ref": "files.SharedLinkFileInfo", "route_refs": [], "_type": "FieldReference"}, "files.SharingInfo.read_only": {"fq_name": "files.SharingInfo.read_only", "param_name": "readOnly", "static_instance": null, "getter_method": "getReadOnly", "containing_data_type_ref": "files.SharingInfo", "route_refs": [], "_type": "FieldReference"}, "files.SingleUserLock.created": {"fq_name": "files.SingleUserLock.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "files.SingleUserLock", "route_refs": [], "_type": "FieldReference"}, "files.SingleUserLock.lock_holder_account_id": {"fq_name": "files.SingleUserLock.lock_holder_account_id", "param_name": "lockHolderAccountId", "static_instance": null, "getter_method": "getLockHolderAccountId", "containing_data_type_ref": "files.SingleUserLock", "route_refs": [], "_type": "FieldReference"}, "files.SingleUserLock.lock_holder_team_id": {"fq_name": "files.SingleUserLock.lock_holder_team_id", "param_name": "lockHolderTeamId", "static_instance": null, "getter_method": "getLockHolderTeamId", "containing_data_type_ref": "files.SingleUserLock", "route_refs": [], "_type": "FieldReference"}, "files.SymlinkInfo.target": {"fq_name": "files.SymlinkInfo.target", "param_name": "target", "static_instance": null, "getter_method": "getTarget", "containing_data_type_ref": "files.SymlinkInfo", "route_refs": [], "_type": "FieldReference"}, "files.SyncSetting.default": {"fq_name": "files.SyncSetting.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "files.SyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.SyncSetting.not_synced": {"fq_name": "files.SyncSetting.not_synced", "param_name": "notSyncedValue", "static_instance": "NOT_SYNCED", "getter_method": null, "containing_data_type_ref": "files.SyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.SyncSetting.not_synced_inactive": {"fq_name": "files.SyncSetting.not_synced_inactive", "param_name": "notSyncedInactiveValue", "static_instance": "NOT_SYNCED_INACTIVE", "getter_method": null, "containing_data_type_ref": "files.SyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.SyncSetting.other": {"fq_name": "files.SyncSetting.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SyncSetting", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingArg.default": {"fq_name": "files.SyncSettingArg.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "files.SyncSettingArg", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingArg.not_synced": {"fq_name": "files.SyncSettingArg.not_synced", "param_name": "notSyncedValue", "static_instance": "NOT_SYNCED", "getter_method": null, "containing_data_type_ref": "files.SyncSettingArg", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingArg.other": {"fq_name": "files.SyncSettingArg.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SyncSettingArg", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingsError.path": {"fq_name": "files.SyncSettingsError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.SyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingsError.unsupported_combination": {"fq_name": "files.SyncSettingsError.unsupported_combination", "param_name": "unsupportedCombinationValue", "static_instance": "UNSUPPORTED_COMBINATION", "getter_method": null, "containing_data_type_ref": "files.SyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingsError.unsupported_configuration": {"fq_name": "files.SyncSettingsError.unsupported_configuration", "param_name": "unsupportedConfigurationValue", "static_instance": "UNSUPPORTED_CONFIGURATION", "getter_method": null, "containing_data_type_ref": "files.SyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "files.SyncSettingsError.other": {"fq_name": "files.SyncSettingsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.SyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "files.Tag.user_generated_tag": {"fq_name": "files.Tag.user_generated_tag", "param_name": "userGeneratedTagValue", "static_instance": null, "getter_method": "getUserGeneratedTagValue", "containing_data_type_ref": "files.Tag", "route_refs": [], "_type": "FieldReference"}, "files.Tag.other": {"fq_name": "files.Tag.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.Tag", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailArg.path": {"fq_name": "files.ThumbnailArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.ThumbnailArg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailArg.format": {"fq_name": "files.ThumbnailArg.format", "param_name": "format", "static_instance": null, "getter_method": "getFormat", "containing_data_type_ref": "files.ThumbnailArg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailArg.size": {"fq_name": "files.ThumbnailArg.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "files.ThumbnailArg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailArg.mode": {"fq_name": "files.ThumbnailArg.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.ThumbnailArg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailArg.quality": {"fq_name": "files.ThumbnailArg.quality", "param_name": "quality", "static_instance": null, "getter_method": "getQuality", "containing_data_type_ref": "files.ThumbnailArg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailArg.exclude_media_info": {"fq_name": "files.ThumbnailArg.exclude_media_info", "param_name": "excludeMediaInfo", "static_instance": null, "getter_method": "getExcludeMediaInfo", "containing_data_type_ref": "files.ThumbnailArg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailError.path": {"fq_name": "files.ThumbnailError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailError.unsupported_extension": {"fq_name": "files.ThumbnailError.unsupported_extension", "param_name": "unsupportedExtensionValue", "static_instance": "UNSUPPORTED_EXTENSION", "getter_method": null, "containing_data_type_ref": "files.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailError.unsupported_image": {"fq_name": "files.ThumbnailError.unsupported_image", "param_name": "unsupportedImageValue", "static_instance": "UNSUPPORTED_IMAGE", "getter_method": null, "containing_data_type_ref": "files.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailError.encrypted_content": {"fq_name": "files.ThumbnailError.encrypted_content", "param_name": "encryptedContentValue", "static_instance": "ENCRYPTED_CONTENT", "getter_method": null, "containing_data_type_ref": "files.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailError.conversion_error": {"fq_name": "files.ThumbnailError.conversion_error", "param_name": "conversionErrorValue", "static_instance": "CONVERSION_ERROR", "getter_method": null, "containing_data_type_ref": "files.ThumbnailError", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailFormat.jpeg": {"fq_name": "files.ThumbnailFormat.jpeg", "param_name": "jpegValue", "static_instance": "JPEG", "getter_method": null, "containing_data_type_ref": "files.ThumbnailFormat", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailFormat.png": {"fq_name": "files.ThumbnailFormat.png", "param_name": "pngValue", "static_instance": "PNG", "getter_method": null, "containing_data_type_ref": "files.ThumbnailFormat", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailFormat.webp": {"fq_name": "files.ThumbnailFormat.webp", "param_name": "webpValue", "static_instance": "WEBP", "getter_method": null, "containing_data_type_ref": "files.ThumbnailFormat", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailMode.strict": {"fq_name": "files.ThumbnailMode.strict", "param_name": "strictValue", "static_instance": "STRICT", "getter_method": null, "containing_data_type_ref": "files.ThumbnailMode", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailMode.bestfit": {"fq_name": "files.ThumbnailMode.bestfit", "param_name": "bestfitValue", "static_instance": "BESTFIT", "getter_method": null, "containing_data_type_ref": "files.ThumbnailMode", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailMode.fitone_bestfit": {"fq_name": "files.ThumbnailMode.fitone_bestfit", "param_name": "fitoneBestfitValue", "static_instance": "FITONE_BESTFIT", "getter_method": null, "containing_data_type_ref": "files.ThumbnailMode", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailMode.original": {"fq_name": "files.ThumbnailMode.original", "param_name": "originalValue", "static_instance": "ORIGINAL", "getter_method": null, "containing_data_type_ref": "files.ThumbnailMode", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailQuality.quality_80": {"fq_name": "files.ThumbnailQuality.quality_80", "param_name": "quality80Value", "static_instance": "QUALITY_80", "getter_method": null, "containing_data_type_ref": "files.ThumbnailQuality", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailQuality.quality_90": {"fq_name": "files.ThumbnailQuality.quality_90", "param_name": "quality90Value", "static_instance": "QUALITY_90", "getter_method": null, "containing_data_type_ref": "files.ThumbnailQuality", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w32h32": {"fq_name": "files.ThumbnailSize.w32h32", "param_name": "w32h32Value", "static_instance": "W32H32", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w64h64": {"fq_name": "files.ThumbnailSize.w64h64", "param_name": "w64h64Value", "static_instance": "W64H64", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w128h128": {"fq_name": "files.ThumbnailSize.w128h128", "param_name": "w128h128Value", "static_instance": "W128H128", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w256h256": {"fq_name": "files.ThumbnailSize.w256h256", "param_name": "w256h256Value", "static_instance": "W256H256", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w480h320": {"fq_name": "files.ThumbnailSize.w480h320", "param_name": "w480h320Value", "static_instance": "W480H320", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w640h480": {"fq_name": "files.ThumbnailSize.w640h480", "param_name": "w640h480Value", "static_instance": "W640H480", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w960h640": {"fq_name": "files.ThumbnailSize.w960h640", "param_name": "w960h640Value", "static_instance": "W960H640", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w1024h768": {"fq_name": "files.ThumbnailSize.w1024h768", "param_name": "w1024h768Value", "static_instance": "W1024H768", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w2048h1536": {"fq_name": "files.ThumbnailSize.w2048h1536", "param_name": "w2048h1536Value", "static_instance": "W2048H1536", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailSize.w3200h2400": {"fq_name": "files.ThumbnailSize.w3200h2400", "param_name": "w3200h2400Value", "static_instance": "W3200H2400", "getter_method": null, "containing_data_type_ref": "files.ThumbnailSize", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Arg.resource": {"fq_name": "files.ThumbnailV2Arg.resource", "param_name": "resource", "static_instance": null, "getter_method": "getResource", "containing_data_type_ref": "files.ThumbnailV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Arg.format": {"fq_name": "files.ThumbnailV2Arg.format", "param_name": "format", "static_instance": null, "getter_method": "getFormat", "containing_data_type_ref": "files.ThumbnailV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Arg.size": {"fq_name": "files.ThumbnailV2Arg.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "files.ThumbnailV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Arg.mode": {"fq_name": "files.ThumbnailV2Arg.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.ThumbnailV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Arg.quality": {"fq_name": "files.ThumbnailV2Arg.quality", "param_name": "quality", "static_instance": null, "getter_method": "getQuality", "containing_data_type_ref": "files.ThumbnailV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Arg.exclude_media_info": {"fq_name": "files.ThumbnailV2Arg.exclude_media_info", "param_name": "excludeMediaInfo", "static_instance": null, "getter_method": "getExcludeMediaInfo", "containing_data_type_ref": "files.ThumbnailV2Arg", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.path": {"fq_name": "files.ThumbnailV2Error.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.unsupported_extension": {"fq_name": "files.ThumbnailV2Error.unsupported_extension", "param_name": "unsupportedExtensionValue", "static_instance": "UNSUPPORTED_EXTENSION", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.unsupported_image": {"fq_name": "files.ThumbnailV2Error.unsupported_image", "param_name": "unsupportedImageValue", "static_instance": "UNSUPPORTED_IMAGE", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.encrypted_content": {"fq_name": "files.ThumbnailV2Error.encrypted_content", "param_name": "encryptedContentValue", "static_instance": "ENCRYPTED_CONTENT", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.conversion_error": {"fq_name": "files.ThumbnailV2Error.conversion_error", "param_name": "conversionErrorValue", "static_instance": "CONVERSION_ERROR", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.access_denied": {"fq_name": "files.ThumbnailV2Error.access_denied", "param_name": "accessDeniedValue", "static_instance": "ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.not_found": {"fq_name": "files.ThumbnailV2Error.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.ThumbnailV2Error.other": {"fq_name": "files.ThumbnailV2Error.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.ThumbnailV2Error", "route_refs": [], "_type": "FieldReference"}, "files.UnlockFileArg.path": {"fq_name": "files.UnlockFileArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.UnlockFileArg", "route_refs": [], "_type": "FieldReference"}, "files.UnlockFileBatchArg.entries": {"fq_name": "files.UnlockFileBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.UnlockFileBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.path": {"fq_name": "files.UploadArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.mode": {"fq_name": "files.UploadArg.mode", "param_name": "mode", "static_instance": null, "getter_method": "getMode", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.autorename": {"fq_name": "files.UploadArg.autorename", "param_name": "autorename", "static_instance": null, "getter_method": "getAutorename", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.client_modified": {"fq_name": "files.UploadArg.client_modified", "param_name": "clientModified", "static_instance": null, "getter_method": "getClientModified", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.mute": {"fq_name": "files.UploadArg.mute", "param_name": "mute", "static_instance": null, "getter_method": "getMute", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.property_groups": {"fq_name": "files.UploadArg.property_groups", "param_name": "propertyGroups", "static_instance": null, "getter_method": "getPropertyGroups", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.strict_conflict": {"fq_name": "files.UploadArg.strict_conflict", "param_name": "strictConflict", "static_instance": null, "getter_method": "getStrictConflict", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadArg.content_hash": {"fq_name": "files.UploadArg.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.UploadArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.path": {"fq_name": "files.UploadError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.properties_error": {"fq_name": "files.UploadError.properties_error", "param_name": "propertiesErrorValue", "static_instance": null, "getter_method": "getPropertiesErrorValue", "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.payload_too_large": {"fq_name": "files.UploadError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.content_hash_mismatch": {"fq_name": "files.UploadError.content_hash_mismatch", "param_name": "contentHashMismatchValue", "static_instance": "CONTENT_HASH_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.encryption_not_supported": {"fq_name": "files.UploadError.encryption_not_supported", "param_name": "encryptionNotSupportedValue", "static_instance": "ENCRYPTION_NOT_SUPPORTED", "getter_method": null, "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadError.other": {"fq_name": "files.UploadError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendArg.cursor": {"fq_name": "files.UploadSessionAppendArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.UploadSessionAppendArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendArg.close": {"fq_name": "files.UploadSessionAppendArg.close", "param_name": "close", "static_instance": null, "getter_method": "getClose", "containing_data_type_ref": "files.UploadSessionAppendArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendArg.content_hash": {"fq_name": "files.UploadSessionAppendArg.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.UploadSessionAppendArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchArg.entries": {"fq_name": "files.UploadSessionAppendBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.UploadSessionAppendBatchArg", "route_refs": ["files.upload_session/append_batch"], "_type": "FieldReference"}, "files.UploadSessionAppendBatchArg.content_hash": {"fq_name": "files.UploadSessionAppendBatchArg.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.UploadSessionAppendBatchArg", "route_refs": ["files.upload_session/append_batch"], "_type": "FieldReference"}, "files.UploadSessionAppendBatchArgEntry.cursor": {"fq_name": "files.UploadSessionAppendBatchArgEntry.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.UploadSessionAppendBatchArgEntry", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchArgEntry.length": {"fq_name": "files.UploadSessionAppendBatchArgEntry.length", "param_name": "length", "static_instance": null, "getter_method": "getLength", "containing_data_type_ref": "files.UploadSessionAppendBatchArgEntry", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchArgEntry.close": {"fq_name": "files.UploadSessionAppendBatchArgEntry.close", "param_name": "close", "static_instance": null, "getter_method": "getClose", "containing_data_type_ref": "files.UploadSessionAppendBatchArgEntry", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchEntryError.not_found": {"fq_name": "files.UploadSessionAppendBatchEntryError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchEntryError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchEntryError.incorrect_offset": {"fq_name": "files.UploadSessionAppendBatchEntryError.incorrect_offset", "param_name": "incorrectOffsetValue", "static_instance": null, "getter_method": "getIncorrectOffsetValue", "containing_data_type_ref": "files.UploadSessionAppendBatchEntryError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchEntryError.closed": {"fq_name": "files.UploadSessionAppendBatchEntryError.closed", "param_name": "closedValue", "static_instance": "CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchEntryError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchEntryError.too_large": {"fq_name": "files.UploadSessionAppendBatchEntryError.too_large", "param_name": "tooLargeValue", "static_instance": "TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchEntryError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchEntryError.concurrent_session_invalid_offset": {"fq_name": "files.UploadSessionAppendBatchEntryError.concurrent_session_invalid_offset", "param_name": "concurrentSessionInvalidOffsetValue", "static_instance": "CONCURRENT_SESSION_INVALID_OFFSET", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchEntryError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchEntryError.concurrent_session_invalid_data_size": {"fq_name": "files.UploadSessionAppendBatchEntryError.concurrent_session_invalid_data_size", "param_name": "concurrentSessionInvalidDataSizeValue", "static_instance": "CONCURRENT_SESSION_INVALID_DATA_SIZE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchEntryError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchEntryError.other": {"fq_name": "files.UploadSessionAppendBatchEntryError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchEntryError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchError.payload_too_large": {"fq_name": "files.UploadSessionAppendBatchError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchError.content_hash_mismatch": {"fq_name": "files.UploadSessionAppendBatchError.content_hash_mismatch", "param_name": "contentHashMismatchValue", "static_instance": "CONTENT_HASH_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchError.length_mismatch": {"fq_name": "files.UploadSessionAppendBatchError.length_mismatch", "param_name": "lengthMismatchValue", "static_instance": "LENGTH_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchError.other": {"fq_name": "files.UploadSessionAppendBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchResult.entries": {"fq_name": "files.UploadSessionAppendBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.UploadSessionAppendBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchResultEntry.success": {"fq_name": "files.UploadSessionAppendBatchResultEntry.success", "param_name": "successValue", "static_instance": "SUCCESS", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendBatchResultEntry.failure": {"fq_name": "files.UploadSessionAppendBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.UploadSessionAppendBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.not_found": {"fq_name": "files.UploadSessionAppendError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.incorrect_offset": {"fq_name": "files.UploadSessionAppendError.incorrect_offset", "param_name": "incorrectOffsetValue", "static_instance": null, "getter_method": "getIncorrectOffsetValue", "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.closed": {"fq_name": "files.UploadSessionAppendError.closed", "param_name": "closedValue", "static_instance": "CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.too_large": {"fq_name": "files.UploadSessionAppendError.too_large", "param_name": "tooLargeValue", "static_instance": "TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.concurrent_session_invalid_offset": {"fq_name": "files.UploadSessionAppendError.concurrent_session_invalid_offset", "param_name": "concurrentSessionInvalidOffsetValue", "static_instance": "CONCURRENT_SESSION_INVALID_OFFSET", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.concurrent_session_invalid_data_size": {"fq_name": "files.UploadSessionAppendError.concurrent_session_invalid_data_size", "param_name": "concurrentSessionInvalidDataSizeValue", "static_instance": "CONCURRENT_SESSION_INVALID_DATA_SIZE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.payload_too_large": {"fq_name": "files.UploadSessionAppendError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.content_hash_mismatch": {"fq_name": "files.UploadSessionAppendError.content_hash_mismatch", "param_name": "contentHashMismatchValue", "static_instance": "CONTENT_HASH_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.other": {"fq_name": "files.UploadSessionAppendError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionCursor.session_id": {"fq_name": "files.UploadSessionCursor.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "files.UploadSessionCursor", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionCursor.offset": {"fq_name": "files.UploadSessionCursor.offset", "param_name": "offset", "static_instance": null, "getter_method": "getOffset", "containing_data_type_ref": "files.UploadSessionCursor", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishArg.cursor": {"fq_name": "files.UploadSessionFinishArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "files.UploadSessionFinishArg", "route_refs": ["files.upload_session/finish"], "_type": "FieldReference"}, "files.UploadSessionFinishArg.commit": {"fq_name": "files.UploadSessionFinishArg.commit", "param_name": "commit", "static_instance": null, "getter_method": "getCommit", "containing_data_type_ref": "files.UploadSessionFinishArg", "route_refs": ["files.upload_session/finish"], "_type": "FieldReference"}, "files.UploadSessionFinishArg.content_hash": {"fq_name": "files.UploadSessionFinishArg.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.UploadSessionFinishArg", "route_refs": ["files.upload_session/finish"], "_type": "FieldReference"}, "files.UploadSessionFinishBatchArg.entries": {"fq_name": "files.UploadSessionFinishBatchArg.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.UploadSessionFinishBatchArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchJobStatus.in_progress": {"fq_name": "files.UploadSessionFinishBatchJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchJobStatus.complete": {"fq_name": "files.UploadSessionFinishBatchJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.UploadSessionFinishBatchJobStatus", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchLaunch.async_job_id": {"fq_name": "files.UploadSessionFinishBatchLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "files.UploadSessionFinishBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchLaunch.complete": {"fq_name": "files.UploadSessionFinishBatchLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "files.UploadSessionFinishBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchLaunch.other": {"fq_name": "files.UploadSessionFinishBatchLaunch.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishBatchLaunch", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchResult.entries": {"fq_name": "files.UploadSessionFinishBatchResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "files.UploadSessionFinishBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchResultEntry.success": {"fq_name": "files.UploadSessionFinishBatchResultEntry.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "files.UploadSessionFinishBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishBatchResultEntry.failure": {"fq_name": "files.UploadSessionFinishBatchResultEntry.failure", "param_name": "failureValue", "static_instance": null, "getter_method": "getFailureValue", "containing_data_type_ref": "files.UploadSessionFinishBatchResultEntry", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.lookup_failed": {"fq_name": "files.UploadSessionFinishError.lookup_failed", "param_name": "lookupFailedValue", "static_instance": null, "getter_method": "getLookupFailedValue", "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.path": {"fq_name": "files.UploadSessionFinishError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.properties_error": {"fq_name": "files.UploadSessionFinishError.properties_error", "param_name": "propertiesErrorValue", "static_instance": null, "getter_method": "getPropertiesErrorValue", "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.too_many_shared_folder_targets": {"fq_name": "files.UploadSessionFinishError.too_many_shared_folder_targets", "param_name": "tooManySharedFolderTargetsValue", "static_instance": "TOO_MANY_SHARED_FOLDER_TARGETS", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.too_many_write_operations": {"fq_name": "files.UploadSessionFinishError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.concurrent_session_data_not_allowed": {"fq_name": "files.UploadSessionFinishError.concurrent_session_data_not_allowed", "param_name": "concurrentSessionDataNotAllowedValue", "static_instance": "CONCURRENT_SESSION_DATA_NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.concurrent_session_not_closed": {"fq_name": "files.UploadSessionFinishError.concurrent_session_not_closed", "param_name": "concurrentSessionNotClosedValue", "static_instance": "CONCURRENT_SESSION_NOT_CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.concurrent_session_missing_data": {"fq_name": "files.UploadSessionFinishError.concurrent_session_missing_data", "param_name": "concurrentSessionMissingDataValue", "static_instance": "CONCURRENT_SESSION_MISSING_DATA", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.payload_too_large": {"fq_name": "files.UploadSessionFinishError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.content_hash_mismatch": {"fq_name": "files.UploadSessionFinishError.content_hash_mismatch", "param_name": "contentHashMismatchValue", "static_instance": "CONTENT_HASH_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.encryption_not_supported": {"fq_name": "files.UploadSessionFinishError.encryption_not_supported", "param_name": "encryptionNotSupportedValue", "static_instance": "ENCRYPTION_NOT_SUPPORTED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionFinishError.other": {"fq_name": "files.UploadSessionFinishError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionFinishError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.not_found": {"fq_name": "files.UploadSessionLookupError.not_found", "param_name": "notFoundValue", "static_instance": "NOT_FOUND", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.incorrect_offset": {"fq_name": "files.UploadSessionLookupError.incorrect_offset", "param_name": "incorrectOffsetValue", "static_instance": null, "getter_method": "getIncorrectOffsetValue", "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.closed": {"fq_name": "files.UploadSessionLookupError.closed", "param_name": "closedValue", "static_instance": "CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.not_closed": {"fq_name": "files.UploadSessionLookupError.not_closed", "param_name": "notClosedValue", "static_instance": "NOT_CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.too_large": {"fq_name": "files.UploadSessionLookupError.too_large", "param_name": "tooLargeValue", "static_instance": "TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.concurrent_session_invalid_offset": {"fq_name": "files.UploadSessionLookupError.concurrent_session_invalid_offset", "param_name": "concurrentSessionInvalidOffsetValue", "static_instance": "CONCURRENT_SESSION_INVALID_OFFSET", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.concurrent_session_invalid_data_size": {"fq_name": "files.UploadSessionLookupError.concurrent_session_invalid_data_size", "param_name": "concurrentSessionInvalidDataSizeValue", "static_instance": "CONCURRENT_SESSION_INVALID_DATA_SIZE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.payload_too_large": {"fq_name": "files.UploadSessionLookupError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionLookupError.other": {"fq_name": "files.UploadSessionLookupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionLookupError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionOffsetError.correct_offset": {"fq_name": "files.UploadSessionOffsetError.correct_offset", "param_name": "correctOffset", "static_instance": null, "getter_method": "getCorrectOffset", "containing_data_type_ref": "files.UploadSessionOffsetError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartArg.close": {"fq_name": "files.UploadSessionStartArg.close", "param_name": "close", "static_instance": null, "getter_method": "getClose", "containing_data_type_ref": "files.UploadSessionStartArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartArg.session_type": {"fq_name": "files.UploadSessionStartArg.session_type", "param_name": "sessionType", "static_instance": null, "getter_method": "getSessionType", "containing_data_type_ref": "files.UploadSessionStartArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartArg.content_hash": {"fq_name": "files.UploadSessionStartArg.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "files.UploadSessionStartArg", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartBatchArg.num_sessions": {"fq_name": "files.UploadSessionStartBatchArg.num_sessions", "param_name": "numSessions", "static_instance": null, "getter_method": "getNumSessions", "containing_data_type_ref": "files.UploadSessionStartBatchArg", "route_refs": ["files.upload_session/start_batch"], "_type": "FieldReference"}, "files.UploadSessionStartBatchArg.session_type": {"fq_name": "files.UploadSessionStartBatchArg.session_type", "param_name": "sessionType", "static_instance": null, "getter_method": "getSessionType", "containing_data_type_ref": "files.UploadSessionStartBatchArg", "route_refs": ["files.upload_session/start_batch"], "_type": "FieldReference"}, "files.UploadSessionStartBatchResult.session_ids": {"fq_name": "files.UploadSessionStartBatchResult.session_ids", "param_name": "sessionIds", "static_instance": null, "getter_method": "getSessionIds", "containing_data_type_ref": "files.UploadSessionStartBatchResult", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartError.concurrent_session_data_not_allowed": {"fq_name": "files.UploadSessionStartError.concurrent_session_data_not_allowed", "param_name": "concurrentSessionDataNotAllowedValue", "static_instance": "CONCURRENT_SESSION_DATA_NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionStartError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartError.concurrent_session_close_not_allowed": {"fq_name": "files.UploadSessionStartError.concurrent_session_close_not_allowed", "param_name": "concurrentSessionCloseNotAllowedValue", "static_instance": "CONCURRENT_SESSION_CLOSE_NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionStartError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartError.payload_too_large": {"fq_name": "files.UploadSessionStartError.payload_too_large", "param_name": "payloadTooLargeValue", "static_instance": "PAYLOAD_TOO_LARGE", "getter_method": null, "containing_data_type_ref": "files.UploadSessionStartError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartError.content_hash_mismatch": {"fq_name": "files.UploadSessionStartError.content_hash_mismatch", "param_name": "contentHashMismatchValue", "static_instance": "CONTENT_HASH_MISMATCH", "getter_method": null, "containing_data_type_ref": "files.UploadSessionStartError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartError.other": {"fq_name": "files.UploadSessionStartError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionStartError", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionStartResult.session_id": {"fq_name": "files.UploadSessionStartResult.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "files.UploadSessionStartResult", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionType.sequential": {"fq_name": "files.UploadSessionType.sequential", "param_name": "sequentialValue", "static_instance": "SEQUENTIAL", "getter_method": null, "containing_data_type_ref": "files.UploadSessionType", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionType.concurrent": {"fq_name": "files.UploadSessionType.concurrent", "param_name": "concurrentValue", "static_instance": "CONCURRENT", "getter_method": null, "containing_data_type_ref": "files.UploadSessionType", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionType.other": {"fq_name": "files.UploadSessionType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.UploadSessionType", "route_refs": [], "_type": "FieldReference"}, "files.UploadWriteFailed.reason": {"fq_name": "files.UploadWriteFailed.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "files.UploadWriteFailed", "route_refs": [], "_type": "FieldReference"}, "files.UploadWriteFailed.upload_session_id": {"fq_name": "files.UploadWriteFailed.upload_session_id", "param_name": "uploadSessionId", "static_instance": null, "getter_method": "getUploadSessionId", "containing_data_type_ref": "files.UploadWriteFailed", "route_refs": [], "_type": "FieldReference"}, "files.UserGeneratedTag.tag_text": {"fq_name": "files.UserGeneratedTag.tag_text", "param_name": "tagText", "static_instance": null, "getter_method": "getTagText", "containing_data_type_ref": "files.UserGeneratedTag", "route_refs": [], "_type": "FieldReference"}, "files.VideoMetadata.dimensions": {"fq_name": "files.VideoMetadata.dimensions", "param_name": "dimensions", "static_instance": null, "getter_method": "getDimensions", "containing_data_type_ref": "files.VideoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.VideoMetadata.location": {"fq_name": "files.VideoMetadata.location", "param_name": "location", "static_instance": null, "getter_method": "getLocation", "containing_data_type_ref": "files.VideoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.VideoMetadata.time_taken": {"fq_name": "files.VideoMetadata.time_taken", "param_name": "timeTaken", "static_instance": null, "getter_method": "getTimeTaken", "containing_data_type_ref": "files.VideoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.VideoMetadata.duration": {"fq_name": "files.VideoMetadata.duration", "param_name": "duration", "static_instance": null, "getter_method": "getDuration", "containing_data_type_ref": "files.VideoMetadata", "route_refs": [], "_type": "FieldReference"}, "files.WriteConflictError.file": {"fq_name": "files.WriteConflictError.file", "param_name": "fileValue", "static_instance": "FILE", "getter_method": null, "containing_data_type_ref": "files.WriteConflictError", "route_refs": [], "_type": "FieldReference"}, "files.WriteConflictError.folder": {"fq_name": "files.WriteConflictError.folder", "param_name": "folderValue", "static_instance": "FOLDER", "getter_method": null, "containing_data_type_ref": "files.WriteConflictError", "route_refs": [], "_type": "FieldReference"}, "files.WriteConflictError.file_ancestor": {"fq_name": "files.WriteConflictError.file_ancestor", "param_name": "fileAncestorValue", "static_instance": "FILE_ANCESTOR", "getter_method": null, "containing_data_type_ref": "files.WriteConflictError", "route_refs": [], "_type": "FieldReference"}, "files.WriteConflictError.other": {"fq_name": "files.WriteConflictError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.WriteConflictError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.malformed_path": {"fq_name": "files.WriteError.malformed_path", "param_name": "malformedPathValue", "static_instance": null, "getter_method": "getMalformedPathValue", "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.conflict": {"fq_name": "files.WriteError.conflict", "param_name": "conflictValue", "static_instance": null, "getter_method": "getConflictValue", "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.no_write_permission": {"fq_name": "files.WriteError.no_write_permission", "param_name": "noWritePermissionValue", "static_instance": "NO_WRITE_PERMISSION", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.insufficient_space": {"fq_name": "files.WriteError.insufficient_space", "param_name": "insufficientSpaceValue", "static_instance": "INSUFFICIENT_SPACE", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.disallowed_name": {"fq_name": "files.WriteError.disallowed_name", "param_name": "disallowedNameValue", "static_instance": "DISALLOWED_NAME", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.team_folder": {"fq_name": "files.WriteError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.operation_suppressed": {"fq_name": "files.WriteError.operation_suppressed", "param_name": "operationSuppressedValue", "static_instance": "OPERATION_SUPPRESSED", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.too_many_write_operations": {"fq_name": "files.WriteError.too_many_write_operations", "param_name": "tooManyWriteOperationsValue", "static_instance": "TOO_MANY_WRITE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.access_restricted": {"fq_name": "files.WriteError.access_restricted", "param_name": "accessRestrictedValue", "static_instance": "ACCESS_RESTRICTED", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteError.other": {"fq_name": "files.WriteError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "files.WriteError", "route_refs": [], "_type": "FieldReference"}, "files.WriteMode.add": {"fq_name": "files.WriteMode.add", "param_name": "addValue", "static_instance": "ADD", "getter_method": null, "containing_data_type_ref": "files.WriteMode", "route_refs": [], "_type": "FieldReference"}, "files.WriteMode.overwrite": {"fq_name": "files.WriteMode.overwrite", "param_name": "overwriteValue", "static_instance": "OVERWRITE", "getter_method": null, "containing_data_type_ref": "files.WriteMode", "route_refs": [], "_type": "FieldReference"}, "files.WriteMode.update": {"fq_name": "files.WriteMode.update", "param_name": "updateValue", "static_instance": null, "getter_method": "getUpdateValue", "containing_data_type_ref": "files.WriteMode", "route_refs": [], "_type": "FieldReference"}, "openid.OpenIdError.incorrect_openid_scopes": {"fq_name": "openid.OpenIdError.incorrect_openid_scopes", "param_name": "incorrectOpenidScopesValue", "static_instance": "INCORRECT_OPENID_SCOPES", "getter_method": null, "containing_data_type_ref": "openid.OpenIdError", "route_refs": [], "_type": "FieldReference"}, "openid.OpenIdError.other": {"fq_name": "openid.OpenIdError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "openid.OpenIdError", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoError.openid_error": {"fq_name": "openid.UserInfoError.openid_error", "param_name": "openidErrorValue", "static_instance": null, "getter_method": "getOpenidErrorValue", "containing_data_type_ref": "openid.UserInfoError", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoError.other": {"fq_name": "openid.UserInfoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "openid.UserInfoError", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.family_name": {"fq_name": "openid.UserInfoResult.family_name", "param_name": "familyName", "static_instance": null, "getter_method": "getFamilyName", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.given_name": {"fq_name": "openid.UserInfoResult.given_name", "param_name": "givenName", "static_instance": null, "getter_method": "getGivenName", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.email": {"fq_name": "openid.UserInfoResult.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.email_verified": {"fq_name": "openid.UserInfoResult.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.iss": {"fq_name": "openid.UserInfoResult.iss", "param_name": "iss", "static_instance": null, "getter_method": "getIss", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "openid.UserInfoResult.sub": {"fq_name": "openid.UserInfoResult.sub", "param_name": "sub", "static_instance": null, "getter_method": "getSub", "containing_data_type_ref": "openid.UserInfoResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddMember.member": {"fq_name": "paper.AddMember.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "paper.AddMember", "route_refs": [], "_type": "FieldReference"}, "paper.AddMember.permission_level": {"fq_name": "paper.AddMember.permission_level", "param_name": "permissionLevel", "static_instance": null, "getter_method": "getPermissionLevel", "containing_data_type_ref": "paper.AddMember", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUser.doc_id": {"fq_name": "paper.AddPaperDocUser.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.AddPaperDocUser", "route_refs": ["paper.docs/download", "paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.AddPaperDocUser.members": {"fq_name": "paper.AddPaperDocUser.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "paper.AddPaperDocUser", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUser.custom_message": {"fq_name": "paper.AddPaperDocUser.custom_message", "param_name": "customMessage", "static_instance": null, "getter_method": "getCustomMessage", "containing_data_type_ref": "paper.AddPaperDocUser", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUser.quiet": {"fq_name": "paper.AddPaperDocUser.quiet", "param_name": "quiet", "static_instance": null, "getter_method": "getQuiet", "containing_data_type_ref": "paper.AddPaperDocUser", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserMemberResult.member": {"fq_name": "paper.AddPaperDocUserMemberResult.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "paper.AddPaperDocUserMemberResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserMemberResult.result": {"fq_name": "paper.AddPaperDocUserMemberResult.result", "param_name": "result", "static_instance": null, "getter_method": "getResult", "containing_data_type_ref": "paper.AddPaperDocUserMemberResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.success": {"fq_name": "paper.AddPaperDocUserResult.success", "param_name": "successValue", "static_instance": "SUCCESS", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.unknown_error": {"fq_name": "paper.AddPaperDocUserResult.unknown_error", "param_name": "unknownErrorValue", "static_instance": "UNKNOWN_ERROR", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.sharing_outside_team_disabled": {"fq_name": "paper.AddPaperDocUserResult.sharing_outside_team_disabled", "param_name": "sharingOutsideTeamDisabledValue", "static_instance": "SHARING_OUTSIDE_TEAM_DISABLED", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.daily_limit_reached": {"fq_name": "paper.AddPaperDocUserResult.daily_limit_reached", "param_name": "dailyLimitReachedValue", "static_instance": "DAILY_LIMIT_REACHED", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.user_is_owner": {"fq_name": "paper.AddPaperDocUserResult.user_is_owner", "param_name": "userIsOwnerValue", "static_instance": "USER_IS_OWNER", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.failed_user_data_retrieval": {"fq_name": "paper.AddPaperDocUserResult.failed_user_data_retrieval", "param_name": "failedUserDataRetrievalValue", "static_instance": "FAILED_USER_DATA_RETRIEVAL", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.permission_already_granted": {"fq_name": "paper.AddPaperDocUserResult.permission_already_granted", "param_name": "permissionAlreadyGrantedValue", "static_instance": "PERMISSION_ALREADY_GRANTED", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.AddPaperDocUserResult.other": {"fq_name": "paper.AddPaperDocUserResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.AddPaperDocUserResult", "route_refs": [], "_type": "FieldReference"}, "paper.Cursor.value": {"fq_name": "paper.Cursor.value", "param_name": "value", "static_instance": null, "getter_method": "getValue", "containing_data_type_ref": "paper.Cursor", "route_refs": [], "_type": "FieldReference"}, "paper.Cursor.expiration": {"fq_name": "paper.Cursor.expiration", "param_name": "expiration", "static_instance": null, "getter_method": "getExpiration", "containing_data_type_ref": "paper.Cursor", "route_refs": [], "_type": "FieldReference"}, "paper.DocLookupError.insufficient_permissions": {"fq_name": "paper.DocLookupError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.DocLookupError", "route_refs": [], "_type": "FieldReference"}, "paper.DocLookupError.other": {"fq_name": "paper.DocLookupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.DocLookupError", "route_refs": [], "_type": "FieldReference"}, "paper.DocLookupError.doc_not_found": {"fq_name": "paper.DocLookupError.doc_not_found", "param_name": "docNotFoundValue", "static_instance": "DOC_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "paper.DocLookupError", "route_refs": [], "_type": "FieldReference"}, "paper.DocSubscriptionLevel.default": {"fq_name": "paper.DocSubscriptionLevel.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "paper.DocSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.DocSubscriptionLevel.ignore": {"fq_name": "paper.DocSubscriptionLevel.ignore", "param_name": "ignoreValue", "static_instance": "IGNORE", "getter_method": null, "containing_data_type_ref": "paper.DocSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.DocSubscriptionLevel.every": {"fq_name": "paper.DocSubscriptionLevel.every", "param_name": "everyValue", "static_instance": "EVERY", "getter_method": null, "containing_data_type_ref": "paper.DocSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.DocSubscriptionLevel.no_email": {"fq_name": "paper.DocSubscriptionLevel.no_email", "param_name": "noEmailValue", "static_instance": "NO_EMAIL", "getter_method": null, "containing_data_type_ref": "paper.DocSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.ExportFormat.html": {"fq_name": "paper.ExportFormat.html", "param_name": "htmlValue", "static_instance": "HTML", "getter_method": null, "containing_data_type_ref": "paper.ExportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ExportFormat.markdown": {"fq_name": "paper.ExportFormat.markdown", "param_name": "markdownValue", "static_instance": "MARKDOWN", "getter_method": null, "containing_data_type_ref": "paper.ExportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ExportFormat.json": {"fq_name": "paper.ExportFormat.json", "param_name": "jsonValue", "static_instance": "JSON", "getter_method": null, "containing_data_type_ref": "paper.ExportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ExportFormat.other": {"fq_name": "paper.ExportFormat.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ExportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.Folder.id": {"fq_name": "paper.Folder.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "paper.Folder", "route_refs": [], "_type": "FieldReference"}, "paper.Folder.name": {"fq_name": "paper.Folder.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "paper.Folder", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSharingPolicyType.team": {"fq_name": "paper.FolderSharingPolicyType.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "paper.FolderSharingPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSharingPolicyType.invite_only": {"fq_name": "paper.FolderSharingPolicyType.invite_only", "param_name": "inviteOnlyValue", "static_instance": "INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "paper.FolderSharingPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSubscriptionLevel.none": {"fq_name": "paper.FolderSubscriptionLevel.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "paper.FolderSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSubscriptionLevel.activity_only": {"fq_name": "paper.FolderSubscriptionLevel.activity_only", "param_name": "activityOnlyValue", "static_instance": "ACTIVITY_ONLY", "getter_method": null, "containing_data_type_ref": "paper.FolderSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSubscriptionLevel.daily_emails": {"fq_name": "paper.FolderSubscriptionLevel.daily_emails", "param_name": "dailyEmailsValue", "static_instance": "DAILY_EMAILS", "getter_method": null, "containing_data_type_ref": "paper.FolderSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.FolderSubscriptionLevel.weekly_emails": {"fq_name": "paper.FolderSubscriptionLevel.weekly_emails", "param_name": "weeklyEmailsValue", "static_instance": "WEEKLY_EMAILS", "getter_method": null, "containing_data_type_ref": "paper.FolderSubscriptionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.FoldersContainingPaperDoc.folder_sharing_policy_type": {"fq_name": "paper.FoldersContainingPaperDoc.folder_sharing_policy_type", "param_name": "folderSharingPolicyType", "static_instance": null, "getter_method": "getFolderSharingPolicyType", "containing_data_type_ref": "paper.FoldersContainingPaperDoc", "route_refs": [], "_type": "FieldReference"}, "paper.FoldersContainingPaperDoc.folders": {"fq_name": "paper.FoldersContainingPaperDoc.folders", "param_name": "folders", "static_instance": null, "getter_method": "getFolders", "containing_data_type_ref": "paper.FoldersContainingPaperDoc", "route_refs": [], "_type": "FieldReference"}, "paper.GetDocMetadataArg.doc_id": {"fq_name": "paper.GetDocMetadataArg.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.GetDocMetadataArg", "route_refs": [], "_type": "FieldReference"}, "paper.GetDocMetadataArg.file_id": {"fq_name": "paper.GetDocMetadataArg.file_id", "param_name": "fileId", "static_instance": null, "getter_method": "getFileId", "containing_data_type_ref": "paper.GetDocMetadataArg", "route_refs": [], "_type": "FieldReference"}, "paper.ImportFormat.html": {"fq_name": "paper.ImportFormat.html", "param_name": "htmlValue", "static_instance": "HTML", "getter_method": null, "containing_data_type_ref": "paper.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ImportFormat.markdown": {"fq_name": "paper.ImportFormat.markdown", "param_name": "markdownValue", "static_instance": "MARKDOWN", "getter_method": null, "containing_data_type_ref": "paper.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ImportFormat.plain_text": {"fq_name": "paper.ImportFormat.plain_text", "param_name": "plainTextValue", "static_instance": "PLAIN_TEXT", "getter_method": null, "containing_data_type_ref": "paper.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.ImportFormat.other": {"fq_name": "paper.ImportFormat.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ImportFormat", "route_refs": [], "_type": "FieldReference"}, "paper.InviteeInfoWithPermissionLevel.invitee": {"fq_name": "paper.InviteeInfoWithPermissionLevel.invitee", "param_name": "invitee", "static_instance": null, "getter_method": "getInvitee", "containing_data_type_ref": "paper.InviteeInfoWithPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.InviteeInfoWithPermissionLevel.permission_level": {"fq_name": "paper.InviteeInfoWithPermissionLevel.permission_level", "param_name": "permissionLevel", "static_instance": null, "getter_method": "getPermissionLevel", "containing_data_type_ref": "paper.InviteeInfoWithPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.ListDocsCursorError.cursor_error": {"fq_name": "paper.ListDocsCursorError.cursor_error", "param_name": "cursorErrorValue", "static_instance": null, "getter_method": "getCursorErrorValue", "containing_data_type_ref": "paper.ListDocsCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListDocsCursorError.other": {"fq_name": "paper.ListDocsCursorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ListDocsCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsArgs.filter_by": {"fq_name": "paper.ListPaperDocsArgs.filter_by", "param_name": "filterBy", "static_instance": null, "getter_method": "getFilterBy", "containing_data_type_ref": "paper.ListPaperDocsArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsArgs.sort_by": {"fq_name": "paper.ListPaperDocsArgs.sort_by", "param_name": "sortBy", "static_instance": null, "getter_method": "getSortBy", "containing_data_type_ref": "paper.ListPaperDocsArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsArgs.sort_order": {"fq_name": "paper.ListPaperDocsArgs.sort_order", "param_name": "sortOrder", "static_instance": null, "getter_method": "getSortOrder", "containing_data_type_ref": "paper.ListPaperDocsArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsArgs.limit": {"fq_name": "paper.ListPaperDocsArgs.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "paper.ListPaperDocsArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsArgs.stop_at_date": {"fq_name": "paper.ListPaperDocsArgs.stop_at_date", "param_name": "stopAtDate", "static_instance": null, "getter_method": "getStopAtDate", "containing_data_type_ref": "paper.ListPaperDocsArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsContinueArgs.cursor": {"fq_name": "paper.ListPaperDocsContinueArgs.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListPaperDocsContinueArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsFilterBy.docs_accessed": {"fq_name": "paper.ListPaperDocsFilterBy.docs_accessed", "param_name": "docsAccessedValue", "static_instance": "DOCS_ACCESSED", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsFilterBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsFilterBy.docs_created": {"fq_name": "paper.ListPaperDocsFilterBy.docs_created", "param_name": "docsCreatedValue", "static_instance": "DOCS_CREATED", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsFilterBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsFilterBy.other": {"fq_name": "paper.ListPaperDocsFilterBy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsFilterBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsResponse.doc_ids": {"fq_name": "paper.ListPaperDocsResponse.doc_ids", "param_name": "docIds", "static_instance": null, "getter_method": "getDocIds", "containing_data_type_ref": "paper.ListPaperDocsResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsResponse.cursor": {"fq_name": "paper.ListPaperDocsResponse.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListPaperDocsResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsResponse.has_more": {"fq_name": "paper.ListPaperDocsResponse.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "paper.ListPaperDocsResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortBy.accessed": {"fq_name": "paper.ListPaperDocsSortBy.accessed", "param_name": "accessedValue", "static_instance": "ACCESSED", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortBy.modified": {"fq_name": "paper.ListPaperDocsSortBy.modified", "param_name": "modifiedValue", "static_instance": "MODIFIED", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortBy.created": {"fq_name": "paper.ListPaperDocsSortBy.created", "param_name": "createdValue", "static_instance": "CREATED", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortBy.other": {"fq_name": "paper.ListPaperDocsSortBy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortBy", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortOrder.ascending": {"fq_name": "paper.ListPaperDocsSortOrder.ascending", "param_name": "ascendingValue", "static_instance": "ASCENDING", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortOrder", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortOrder.descending": {"fq_name": "paper.ListPaperDocsSortOrder.descending", "param_name": "descendingValue", "static_instance": "DESCENDING", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortOrder", "route_refs": [], "_type": "FieldReference"}, "paper.ListPaperDocsSortOrder.other": {"fq_name": "paper.ListPaperDocsSortOrder.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ListPaperDocsSortOrder", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersCursorError.insufficient_permissions": {"fq_name": "paper.ListUsersCursorError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.ListUsersCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersCursorError.other": {"fq_name": "paper.ListUsersCursorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.ListUsersCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersCursorError.doc_not_found": {"fq_name": "paper.ListUsersCursorError.doc_not_found", "param_name": "docNotFoundValue", "static_instance": "DOC_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "paper.ListUsersCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersCursorError.cursor_error": {"fq_name": "paper.ListUsersCursorError.cursor_error", "param_name": "cursorErrorValue", "static_instance": null, "getter_method": "getCursorErrorValue", "containing_data_type_ref": "paper.ListUsersCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnFolderArgs.doc_id": {"fq_name": "paper.ListUsersOnFolderArgs.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.ListUsersOnFolderArgs", "route_refs": ["paper.docs/download", "paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.ListUsersOnFolderArgs.limit": {"fq_name": "paper.ListUsersOnFolderArgs.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "paper.ListUsersOnFolderArgs", "route_refs": ["paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.ListUsersOnFolderContinueArgs.doc_id": {"fq_name": "paper.ListUsersOnFolderContinueArgs.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.ListUsersOnFolderContinueArgs", "route_refs": ["paper.docs/download", "paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.ListUsersOnFolderContinueArgs.cursor": {"fq_name": "paper.ListUsersOnFolderContinueArgs.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListUsersOnFolderContinueArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnFolderResponse.invitees": {"fq_name": "paper.ListUsersOnFolderResponse.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "paper.ListUsersOnFolderResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnFolderResponse.users": {"fq_name": "paper.ListUsersOnFolderResponse.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "paper.ListUsersOnFolderResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnFolderResponse.cursor": {"fq_name": "paper.ListUsersOnFolderResponse.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListUsersOnFolderResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnFolderResponse.has_more": {"fq_name": "paper.ListUsersOnFolderResponse.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "paper.ListUsersOnFolderResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocArgs.doc_id": {"fq_name": "paper.ListUsersOnPaperDocArgs.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.ListUsersOnPaperDocArgs", "route_refs": ["paper.docs/download", "paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocArgs.limit": {"fq_name": "paper.ListUsersOnPaperDocArgs.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "paper.ListUsersOnPaperDocArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocArgs.filter_by": {"fq_name": "paper.ListUsersOnPaperDocArgs.filter_by", "param_name": "filterBy", "static_instance": null, "getter_method": "getFilterBy", "containing_data_type_ref": "paper.ListUsersOnPaperDocArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocContinueArgs.doc_id": {"fq_name": "paper.ListUsersOnPaperDocContinueArgs.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.ListUsersOnPaperDocContinueArgs", "route_refs": ["paper.docs/download", "paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocContinueArgs.cursor": {"fq_name": "paper.ListUsersOnPaperDocContinueArgs.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListUsersOnPaperDocContinueArgs", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocResponse.invitees": {"fq_name": "paper.ListUsersOnPaperDocResponse.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "paper.ListUsersOnPaperDocResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocResponse.users": {"fq_name": "paper.ListUsersOnPaperDocResponse.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "paper.ListUsersOnPaperDocResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocResponse.doc_owner": {"fq_name": "paper.ListUsersOnPaperDocResponse.doc_owner", "param_name": "docOwner", "static_instance": null, "getter_method": "getDocOwner", "containing_data_type_ref": "paper.ListUsersOnPaperDocResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocResponse.cursor": {"fq_name": "paper.ListUsersOnPaperDocResponse.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "paper.ListUsersOnPaperDocResponse", "route_refs": [], "_type": "FieldReference"}, "paper.ListUsersOnPaperDocResponse.has_more": {"fq_name": "paper.ListUsersOnPaperDocResponse.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "paper.ListUsersOnPaperDocResponse", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiBaseError.insufficient_permissions": {"fq_name": "paper.PaperApiBaseError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.PaperApiBaseError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiBaseError.other": {"fq_name": "paper.PaperApiBaseError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperApiBaseError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiCursorError.expired_cursor": {"fq_name": "paper.PaperApiCursorError.expired_cursor", "param_name": "expiredCursorValue", "static_instance": "EXPIRED_CURSOR", "getter_method": null, "containing_data_type_ref": "paper.PaperApiCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiCursorError.invalid_cursor": {"fq_name": "paper.PaperApiCursorError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "paper.PaperApiCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiCursorError.wrong_user_in_cursor": {"fq_name": "paper.PaperApiCursorError.wrong_user_in_cursor", "param_name": "wrongUserInCursorValue", "static_instance": "WRONG_USER_IN_CURSOR", "getter_method": null, "containing_data_type_ref": "paper.PaperApiCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiCursorError.reset": {"fq_name": "paper.PaperApiCursorError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "paper.PaperApiCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperApiCursorError.other": {"fq_name": "paper.PaperApiCursorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperApiCursorError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateArgs.import_format": {"fq_name": "paper.PaperDocCreateArgs.import_format", "param_name": "importFormat", "static_instance": null, "getter_method": "getImportFormat", "containing_data_type_ref": "paper.PaperDocCreateArgs", "route_refs": ["paper.docs/create"], "_type": "FieldReference"}, "paper.PaperDocCreateArgs.parent_folder_id": {"fq_name": "paper.PaperDocCreateArgs.parent_folder_id", "param_name": "parentFolderId", "static_instance": null, "getter_method": "getParentFolderId", "containing_data_type_ref": "paper.PaperDocCreateArgs", "route_refs": ["paper.docs/create"], "_type": "FieldReference"}, "paper.PaperDocCreateError.insufficient_permissions": {"fq_name": "paper.PaperDocCreateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateError.other": {"fq_name": "paper.PaperDocCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateError.content_malformed": {"fq_name": "paper.PaperDocCreateError.content_malformed", "param_name": "contentMalformedValue", "static_instance": "CONTENT_MALFORMED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateError.folder_not_found": {"fq_name": "paper.PaperDocCreateError.folder_not_found", "param_name": "folderNotFoundValue", "static_instance": "FOLDER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateError.doc_length_exceeded": {"fq_name": "paper.PaperDocCreateError.doc_length_exceeded", "param_name": "docLengthExceededValue", "static_instance": "DOC_LENGTH_EXCEEDED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateError.image_size_exceeded": {"fq_name": "paper.PaperDocCreateError.image_size_exceeded", "param_name": "imageSizeExceededValue", "static_instance": "IMAGE_SIZE_EXCEEDED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateUpdateResult.doc_id": {"fq_name": "paper.PaperDocCreateUpdateResult.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.PaperDocCreateUpdateResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateUpdateResult.revision": {"fq_name": "paper.PaperDocCreateUpdateResult.revision", "param_name": "revision", "static_instance": null, "getter_method": "getRevision", "containing_data_type_ref": "paper.PaperDocCreateUpdateResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocCreateUpdateResult.title": {"fq_name": "paper.PaperDocCreateUpdateResult.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "paper.PaperDocCreateUpdateResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocExport.doc_id": {"fq_name": "paper.PaperDocExport.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.PaperDocExport", "route_refs": ["paper.docs/download", "paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.PaperDocExport.export_format": {"fq_name": "paper.PaperDocExport.export_format", "param_name": "exportFormat", "static_instance": null, "getter_method": "getExportFormat", "containing_data_type_ref": "paper.PaperDocExport", "route_refs": ["paper.docs/download"], "_type": "FieldReference"}, "paper.PaperDocExport.include_comments": {"fq_name": "paper.PaperDocExport.include_comments", "param_name": "includeComments", "static_instance": null, "getter_method": "getIncludeComments", "containing_data_type_ref": "paper.PaperDocExport", "route_refs": ["paper.docs/download"], "_type": "FieldReference"}, "paper.PaperDocExportResult.owner": {"fq_name": "paper.PaperDocExportResult.owner", "param_name": "owner", "static_instance": null, "getter_method": "getOwner", "containing_data_type_ref": "paper.PaperDocExportResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocExportResult.title": {"fq_name": "paper.PaperDocExportResult.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "paper.PaperDocExportResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocExportResult.revision": {"fq_name": "paper.PaperDocExportResult.revision", "param_name": "revision", "static_instance": null, "getter_method": "getRevision", "containing_data_type_ref": "paper.PaperDocExportResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocExportResult.mime_type": {"fq_name": "paper.PaperDocExportResult.mime_type", "param_name": "mimeType", "static_instance": null, "getter_method": "getMimeType", "containing_data_type_ref": "paper.PaperDocExportResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocGetMetadataResult.doc_id": {"fq_name": "paper.PaperDocGetMetadataResult.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.PaperDocGetMetadataResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocGetMetadataResult.owner": {"fq_name": "paper.PaperDocGetMetadataResult.owner", "param_name": "owner", "static_instance": null, "getter_method": "getOwner", "containing_data_type_ref": "paper.PaperDocGetMetadataResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocGetMetadataResult.title": {"fq_name": "paper.PaperDocGetMetadataResult.title", "param_name": "title", "static_instance": null, "getter_method": "getTitle", "containing_data_type_ref": "paper.PaperDocGetMetadataResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocGetMetadataResult.created_date": {"fq_name": "paper.PaperDocGetMetadataResult.created_date", "param_name": "createdDate", "static_instance": null, "getter_method": "getCreatedDate", "containing_data_type_ref": "paper.PaperDocGetMetadataResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocGetMetadataResult.status": {"fq_name": "paper.PaperDocGetMetadataResult.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "paper.PaperDocGetMetadataResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocGetMetadataResult.revision": {"fq_name": "paper.PaperDocGetMetadataResult.revision", "param_name": "revision", "static_instance": null, "getter_method": "getRevision", "containing_data_type_ref": "paper.PaperDocGetMetadataResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocGetMetadataResult.last_updated_date": {"fq_name": "paper.PaperDocGetMetadataResult.last_updated_date", "param_name": "lastUpdatedDate", "static_instance": null, "getter_method": "getLastUpdatedDate", "containing_data_type_ref": "paper.PaperDocGetMetadataResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocGetMetadataResult.last_editor": {"fq_name": "paper.PaperDocGetMetadataResult.last_editor", "param_name": "lastEditor", "static_instance": null, "getter_method": "getLastEditor", "containing_data_type_ref": "paper.PaperDocGetMetadataResult", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocPermissionLevel.edit": {"fq_name": "paper.PaperDocPermissionLevel.edit", "param_name": "editValue", "static_instance": "EDIT", "getter_method": null, "containing_data_type_ref": "paper.PaperDocPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocPermissionLevel.view_and_comment": {"fq_name": "paper.PaperDocPermissionLevel.view_and_comment", "param_name": "viewAndCommentValue", "static_instance": "VIEW_AND_COMMENT", "getter_method": null, "containing_data_type_ref": "paper.PaperDocPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocPermissionLevel.other": {"fq_name": "paper.PaperDocPermissionLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperDocPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocSharingPolicy.doc_id": {"fq_name": "paper.PaperDocSharingPolicy.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.PaperDocSharingPolicy", "route_refs": ["paper.docs/download", "paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.PaperDocSharingPolicy.sharing_policy": {"fq_name": "paper.PaperDocSharingPolicy.sharing_policy", "param_name": "sharingPolicy", "static_instance": null, "getter_method": "getSharingPolicy", "containing_data_type_ref": "paper.PaperDocSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocStatus.active": {"fq_name": "paper.PaperDocStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "paper.PaperDocStatus", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocStatus.deleted": {"fq_name": "paper.PaperDocStatus.deleted", "param_name": "deletedValue", "static_instance": "DELETED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocStatus", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocStatus.other": {"fq_name": "paper.PaperDocStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperDocStatus", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateArgs.doc_id": {"fq_name": "paper.PaperDocUpdateArgs.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.PaperDocUpdateArgs", "route_refs": ["paper.docs/download", "paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.PaperDocUpdateArgs.doc_update_policy": {"fq_name": "paper.PaperDocUpdateArgs.doc_update_policy", "param_name": "docUpdatePolicy", "static_instance": null, "getter_method": "getDocUpdatePolicy", "containing_data_type_ref": "paper.PaperDocUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateArgs.revision": {"fq_name": "paper.PaperDocUpdateArgs.revision", "param_name": "revision", "static_instance": null, "getter_method": "getRevision", "containing_data_type_ref": "paper.PaperDocUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateArgs.import_format": {"fq_name": "paper.PaperDocUpdateArgs.import_format", "param_name": "importFormat", "static_instance": null, "getter_method": "getImportFormat", "containing_data_type_ref": "paper.PaperDocUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.insufficient_permissions": {"fq_name": "paper.PaperDocUpdateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.other": {"fq_name": "paper.PaperDocUpdateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.doc_not_found": {"fq_name": "paper.PaperDocUpdateError.doc_not_found", "param_name": "docNotFoundValue", "static_instance": "DOC_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.content_malformed": {"fq_name": "paper.PaperDocUpdateError.content_malformed", "param_name": "contentMalformedValue", "static_instance": "CONTENT_MALFORMED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.revision_mismatch": {"fq_name": "paper.PaperDocUpdateError.revision_mismatch", "param_name": "revisionMismatchValue", "static_instance": "REVISION_MISMATCH", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.doc_length_exceeded": {"fq_name": "paper.PaperDocUpdateError.doc_length_exceeded", "param_name": "docLengthExceededValue", "static_instance": "DOC_LENGTH_EXCEEDED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.image_size_exceeded": {"fq_name": "paper.PaperDocUpdateError.image_size_exceeded", "param_name": "imageSizeExceededValue", "static_instance": "IMAGE_SIZE_EXCEEDED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.doc_archived": {"fq_name": "paper.PaperDocUpdateError.doc_archived", "param_name": "docArchivedValue", "static_instance": "DOC_ARCHIVED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdateError.doc_deleted": {"fq_name": "paper.PaperDocUpdateError.doc_deleted", "param_name": "docDeletedValue", "static_instance": "DOC_DELETED", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdatePolicy.append": {"fq_name": "paper.PaperDocUpdatePolicy.append", "param_name": "appendValue", "static_instance": "APPEND", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdatePolicy.prepend": {"fq_name": "paper.PaperDocUpdatePolicy.prepend", "param_name": "prependValue", "static_instance": "PREPEND", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdatePolicy.overwrite_all": {"fq_name": "paper.PaperDocUpdatePolicy.overwrite_all", "param_name": "overwriteAllValue", "static_instance": "OVERWRITE_ALL", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "paper.PaperDocUpdatePolicy.other": {"fq_name": "paper.PaperDocUpdatePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperDocUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateArg.name": {"fq_name": "paper.PaperFolderCreateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "paper.PaperFolderCreateArg", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateArg.parent_folder_id": {"fq_name": "paper.PaperFolderCreateArg.parent_folder_id", "param_name": "parentFolderId", "static_instance": null, "getter_method": "getParentFolderId", "containing_data_type_ref": "paper.PaperFolderCreateArg", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateArg.is_team_folder": {"fq_name": "paper.PaperFolderCreateArg.is_team_folder", "param_name": "isTeamFolder", "static_instance": null, "getter_method": "getIsTeamFolder", "containing_data_type_ref": "paper.PaperFolderCreateArg", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateError.insufficient_permissions": {"fq_name": "paper.PaperFolderCreateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "paper.PaperFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateError.other": {"fq_name": "paper.PaperFolderCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.PaperFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateError.folder_not_found": {"fq_name": "paper.PaperFolderCreateError.folder_not_found", "param_name": "folderNotFoundValue", "static_instance": "FOLDER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "paper.PaperFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateError.invalid_folder_id": {"fq_name": "paper.PaperFolderCreateError.invalid_folder_id", "param_name": "invalidFolderIdValue", "static_instance": "INVALID_FOLDER_ID", "getter_method": null, "containing_data_type_ref": "paper.PaperFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "paper.PaperFolderCreateResult.folder_id": {"fq_name": "paper.PaperFolderCreateResult.folder_id", "param_name": "folderId", "static_instance": null, "getter_method": "getFolderId", "containing_data_type_ref": "paper.PaperFolderCreateResult", "route_refs": [], "_type": "FieldReference"}, "paper.RefPaperDoc.doc_id": {"fq_name": "paper.RefPaperDoc.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.RefPaperDoc", "route_refs": ["paper.docs/download", "paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.RemovePaperDocUser.doc_id": {"fq_name": "paper.RemovePaperDocUser.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "paper.RemovePaperDocUser", "route_refs": ["paper.docs/download", "paper.docs/folder_users/list"], "_type": "FieldReference"}, "paper.RemovePaperDocUser.member": {"fq_name": "paper.RemovePaperDocUser.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "paper.RemovePaperDocUser", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPolicy.public_sharing_policy": {"fq_name": "paper.SharingPolicy.public_sharing_policy", "param_name": "publicSharingPolicy", "static_instance": null, "getter_method": "getPublicSharingPolicy", "containing_data_type_ref": "paper.SharingPolicy", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPolicy.team_sharing_policy": {"fq_name": "paper.SharingPolicy.team_sharing_policy", "param_name": "teamSharingPolicy", "static_instance": null, "getter_method": "getTeamSharingPolicy", "containing_data_type_ref": "paper.SharingPolicy", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPublicPolicyType.people_with_link_can_edit": {"fq_name": "paper.SharingPublicPolicyType.people_with_link_can_edit", "param_name": "peopleWithLinkCanEditValue", "static_instance": "PEOPLE_WITH_LINK_CAN_EDIT", "getter_method": null, "containing_data_type_ref": "paper.SharingPublicPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPublicPolicyType.people_with_link_can_view_and_comment": {"fq_name": "paper.SharingPublicPolicyType.people_with_link_can_view_and_comment", "param_name": "peopleWithLinkCanViewAndCommentValue", "static_instance": "PEOPLE_WITH_LINK_CAN_VIEW_AND_COMMENT", "getter_method": null, "containing_data_type_ref": "paper.SharingPublicPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPublicPolicyType.invite_only": {"fq_name": "paper.SharingPublicPolicyType.invite_only", "param_name": "inviteOnlyValue", "static_instance": "INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "paper.SharingPublicPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingPublicPolicyType.disabled": {"fq_name": "paper.SharingPublicPolicyType.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "paper.SharingPublicPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingTeamPolicyType.people_with_link_can_edit": {"fq_name": "paper.SharingTeamPolicyType.people_with_link_can_edit", "param_name": "peopleWithLinkCanEditValue", "static_instance": "PEOPLE_WITH_LINK_CAN_EDIT", "getter_method": null, "containing_data_type_ref": "paper.SharingTeamPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingTeamPolicyType.people_with_link_can_view_and_comment": {"fq_name": "paper.SharingTeamPolicyType.people_with_link_can_view_and_comment", "param_name": "peopleWithLinkCanViewAndCommentValue", "static_instance": "PEOPLE_WITH_LINK_CAN_VIEW_AND_COMMENT", "getter_method": null, "containing_data_type_ref": "paper.SharingTeamPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.SharingTeamPolicyType.invite_only": {"fq_name": "paper.SharingTeamPolicyType.invite_only", "param_name": "inviteOnlyValue", "static_instance": "INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "paper.SharingTeamPolicyType", "route_refs": [], "_type": "FieldReference"}, "paper.UserInfoWithPermissionLevel.user": {"fq_name": "paper.UserInfoWithPermissionLevel.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "paper.UserInfoWithPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.UserInfoWithPermissionLevel.permission_level": {"fq_name": "paper.UserInfoWithPermissionLevel.permission_level", "param_name": "permissionLevel", "static_instance": null, "getter_method": "getPermissionLevel", "containing_data_type_ref": "paper.UserInfoWithPermissionLevel", "route_refs": [], "_type": "FieldReference"}, "paper.UserOnPaperDocFilter.visited": {"fq_name": "paper.UserOnPaperDocFilter.visited", "param_name": "visitedValue", "static_instance": "VISITED", "getter_method": null, "containing_data_type_ref": "paper.UserOnPaperDocFilter", "route_refs": [], "_type": "FieldReference"}, "paper.UserOnPaperDocFilter.shared": {"fq_name": "paper.UserOnPaperDocFilter.shared", "param_name": "sharedValue", "static_instance": "SHARED", "getter_method": null, "containing_data_type_ref": "paper.UserOnPaperDocFilter", "route_refs": [], "_type": "FieldReference"}, "paper.UserOnPaperDocFilter.other": {"fq_name": "paper.UserOnPaperDocFilter.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "paper.UserOnPaperDocFilter", "route_refs": [], "_type": "FieldReference"}, "riviera.ApiStructuredTranscript.segments": {"fq_name": "riviera.ApiStructuredTranscript.segments", "param_name": "segments", "static_instance": null, "getter_method": "getSegments", "containing_data_type_ref": "riviera.ApiStructuredTranscript", "route_refs": [], "_type": "FieldReference"}, "riviera.ApiStructuredTranscript.transcript_locale": {"fq_name": "riviera.ApiStructuredTranscript.transcript_locale", "param_name": "transcriptLocale", "static_instance": null, "getter_method": "getTranscriptLocale", "containing_data_type_ref": "riviera.ApiStructuredTranscript", "route_refs": [], "_type": "FieldReference"}, "riviera.ApiTranscriptSegment.text": {"fq_name": "riviera.ApiTranscriptSegment.text", "param_name": "text", "static_instance": null, "getter_method": "getText", "containing_data_type_ref": "riviera.ApiTranscriptSegment", "route_refs": [], "_type": "FieldReference"}, "riviera.ApiTranscriptSegment.start_time": {"fq_name": "riviera.ApiTranscriptSegment.start_time", "param_name": "startTime", "static_instance": null, "getter_method": "getStartTime", "containing_data_type_ref": "riviera.ApiTranscriptSegment", "route_refs": [], "_type": "FieldReference"}, "riviera.ApiTranscriptSegment.end_time": {"fq_name": "riviera.ApiTranscriptSegment.end_time", "param_name": "endTime", "static_instance": null, "getter_method": "getEndTime", "containing_data_type_ref": "riviera.ApiTranscriptSegment", "route_refs": [], "_type": "FieldReference"}, "riviera.ContentApiV2Error.server_error": {"fq_name": "riviera.ContentApiV2Error.server_error", "param_name": "serverErrorValue", "static_instance": null, "getter_method": "getServerErrorValue", "containing_data_type_ref": "riviera.ContentApiV2Error", "route_refs": [], "_type": "FieldReference"}, "riviera.ContentApiV2Error.user_error": {"fq_name": "riviera.ContentApiV2Error.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "riviera.ContentApiV2Error", "route_refs": [], "_type": "FieldReference"}, "riviera.ContentApiV2Error.media_duration_error": {"fq_name": "riviera.ContentApiV2Error.media_duration_error", "param_name": "mediaDurationErrorValue", "static_instance": null, "getter_method": "getMediaDurationErrorValue", "containing_data_type_ref": "riviera.ContentApiV2Error", "route_refs": [], "_type": "FieldReference"}, "riviera.ContentApiV2Error.no_audio_error": {"fq_name": "riviera.ContentApiV2Error.no_audio_error", "param_name": "noAudioErrorValue", "static_instance": "NO_AUDIO_ERROR", "getter_method": null, "containing_data_type_ref": "riviera.ContentApiV2Error", "route_refs": [], "_type": "FieldReference"}, "riviera.ContentApiV2Error.link_download_disabled_error": {"fq_name": "riviera.ContentApiV2Error.link_download_disabled_error", "param_name": "linkDownloadDisabledErrorValue", "static_instance": "LINK_DOWNLOAD_DISABLED_ERROR", "getter_method": null, "containing_data_type_ref": "riviera.ContentApiV2Error", "route_refs": [], "_type": "FieldReference"}, "riviera.ContentApiV2Error.shared_link_password_protected": {"fq_name": "riviera.ContentApiV2Error.shared_link_password_protected", "param_name": "sharedLinkPasswordProtectedValue", "static_instance": "SHARED_LINK_PASSWORD_PROTECTED", "getter_method": null, "containing_data_type_ref": "riviera.ContentApiV2Error", "route_refs": [], "_type": "FieldReference"}, "riviera.ContentApiV2Error.limit_exceeded_error": {"fq_name": "riviera.ContentApiV2Error.limit_exceeded_error", "param_name": "limitExceededErrorValue", "static_instance": "LIMIT_EXCEEDED_ERROR", "getter_method": null, "containing_data_type_ref": "riviera.ContentApiV2Error", "route_refs": [], "_type": "FieldReference"}, "riviera.ContentApiV2Error.other": {"fq_name": "riviera.ContentApiV2Error.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "riviera.ContentApiV2Error", "route_refs": [], "_type": "FieldReference"}, "riviera.ErrorCode.unknown_error": {"fq_name": "riviera.ErrorCode.unknown_error", "param_name": "unknownErrorValue", "static_instance": "UNKNOWN_ERROR", "getter_method": null, "containing_data_type_ref": "riviera.ErrorCode", "route_refs": [], "_type": "FieldReference"}, "riviera.ErrorCode.bad_request": {"fq_name": "riviera.ErrorCode.bad_request", "param_name": "badRequestValue", "static_instance": "BAD_REQUEST", "getter_method": null, "containing_data_type_ref": "riviera.ErrorCode", "route_refs": [], "_type": "FieldReference"}, "riviera.ErrorCode.api_error": {"fq_name": "riviera.ErrorCode.api_error", "param_name": "apiErrorValue", "static_instance": "API_ERROR", "getter_method": null, "containing_data_type_ref": "riviera.ErrorCode", "route_refs": [], "_type": "FieldReference"}, "riviera.ErrorCode.access_error": {"fq_name": "riviera.ErrorCode.access_error", "param_name": "accessErrorValue", "static_instance": "ACCESS_ERROR", "getter_method": null, "containing_data_type_ref": "riviera.ErrorCode", "route_refs": [], "_type": "FieldReference"}, "riviera.ErrorCode.ratelimit_error": {"fq_name": "riviera.ErrorCode.ratelimit_error", "param_name": "ratelimitErrorValue", "static_instance": "RATELIMIT_ERROR", "getter_method": null, "containing_data_type_ref": "riviera.ErrorCode", "route_refs": [], "_type": "FieldReference"}, "riviera.ErrorCode.unavailable": {"fq_name": "riviera.ErrorCode.unavailable", "param_name": "unavailableValue", "static_instance": "UNAVAILABLE", "getter_method": null, "containing_data_type_ref": "riviera.ErrorCode", "route_refs": [], "_type": "FieldReference"}, "riviera.ErrorCode.other": {"fq_name": "riviera.ErrorCode.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "riviera.ErrorCode", "route_refs": [], "_type": "FieldReference"}, "riviera.FileIdOrUrl.file_id": {"fq_name": "riviera.FileIdOrUrl.file_id", "param_name": "fileIdValue", "static_instance": null, "getter_method": "getFileIdValue", "containing_data_type_ref": "riviera.FileIdOrUrl", "route_refs": [], "_type": "FieldReference"}, "riviera.FileIdOrUrl.url": {"fq_name": "riviera.FileIdOrUrl.url", "param_name": "urlValue", "static_instance": null, "getter_method": "getUrlValue", "containing_data_type_ref": "riviera.FileIdOrUrl", "route_refs": [], "_type": "FieldReference"}, "riviera.FileIdOrUrl.path": {"fq_name": "riviera.FileIdOrUrl.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "riviera.FileIdOrUrl", "route_refs": [], "_type": "FieldReference"}, "riviera.FileIdOrUrl.other": {"fq_name": "riviera.FileIdOrUrl.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "riviera.FileIdOrUrl", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptArgs.file_id_or_url": {"fq_name": "riviera.GetTranscriptArgs.file_id_or_url", "param_name": "fileIdOrUrl", "static_instance": null, "getter_method": "getFileIdOrUrl", "containing_data_type_ref": "riviera.GetTranscriptArgs", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptArgs.timestamp_level": {"fq_name": "riviera.GetTranscriptArgs.timestamp_level", "param_name": "timestampLevel", "static_instance": null, "getter_method": "getTimestampLevel", "containing_data_type_ref": "riviera.GetTranscriptArgs", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptArgs.included_special_words": {"fq_name": "riviera.GetTranscriptArgs.included_special_words", "param_name": "includedSpecialWords", "static_instance": null, "getter_method": "getIncludedSpecialWords", "containing_data_type_ref": "riviera.GetTranscriptArgs", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptArgs.audio_language": {"fq_name": "riviera.GetTranscriptArgs.audio_language", "param_name": "audioLanguage", "static_instance": null, "getter_method": "getAudioLanguage", "containing_data_type_ref": "riviera.GetTranscriptArgs", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptAsyncCheckResult.in_progress": {"fq_name": "riviera.GetTranscriptAsyncCheckResult.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "riviera.GetTranscriptAsyncCheckResult", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptAsyncCheckResult.complete": {"fq_name": "riviera.GetTranscriptAsyncCheckResult.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "riviera.GetTranscriptAsyncCheckResult", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptAsyncCheckResult.failed": {"fq_name": "riviera.GetTranscriptAsyncCheckResult.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "riviera.GetTranscriptAsyncCheckResult", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptAsyncCheckResult.other": {"fq_name": "riviera.GetTranscriptAsyncCheckResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "riviera.GetTranscriptAsyncCheckResult", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptAsyncError.error_code": {"fq_name": "riviera.GetTranscriptAsyncError.error_code", "param_name": "errorCode", "static_instance": null, "getter_method": "getErrorCode", "containing_data_type_ref": "riviera.GetTranscriptAsyncError", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptAsyncError.error_details": {"fq_name": "riviera.GetTranscriptAsyncError.error_details", "param_name": "errorDetails", "static_instance": null, "getter_method": "getErrorDetails", "containing_data_type_ref": "riviera.GetTranscriptAsyncError", "route_refs": [], "_type": "FieldReference"}, "riviera.GetTranscriptResult.structured_transcript": {"fq_name": "riviera.GetTranscriptResult.structured_transcript", "param_name": "structuredTranscript", "static_instance": null, "getter_method": "getStructuredTranscript", "containing_data_type_ref": "riviera.GetTranscriptResult", "route_refs": [], "_type": "FieldReference"}, "riviera.MediaDurationError.limit": {"fq_name": "riviera.MediaDurationError.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "riviera.MediaDurationError", "route_refs": [], "_type": "FieldReference"}, "riviera.TimestampLevel.unknown": {"fq_name": "riviera.TimestampLevel.unknown", "param_name": "unknownValue", "static_instance": "UNKNOWN", "getter_method": null, "containing_data_type_ref": "riviera.TimestampLevel", "route_refs": [], "_type": "FieldReference"}, "riviera.TimestampLevel.sentence": {"fq_name": "riviera.TimestampLevel.sentence", "param_name": "sentenceValue", "static_instance": "SENTENCE", "getter_method": null, "containing_data_type_ref": "riviera.TimestampLevel", "route_refs": [], "_type": "FieldReference"}, "riviera.TimestampLevel.word": {"fq_name": "riviera.TimestampLevel.word", "param_name": "wordValue", "static_instance": "WORD", "getter_method": null, "containing_data_type_ref": "riviera.TimestampLevel", "route_refs": [], "_type": "FieldReference"}, "riviera.TimestampLevel.other": {"fq_name": "riviera.TimestampLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "riviera.TimestampLevel", "route_refs": [], "_type": "FieldReference"}, "secondary_emails.SecondaryEmail.email": {"fq_name": "secondary_emails.SecondaryEmail.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "secondary_emails.SecondaryEmail", "route_refs": [], "_type": "FieldReference"}, "secondary_emails.SecondaryEmail.is_verified": {"fq_name": "secondary_emails.SecondaryEmail.is_verified", "param_name": "isVerified", "static_instance": null, "getter_method": "getIsVerified", "containing_data_type_ref": "secondary_emails.SecondaryEmail", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.web": {"fq_name": "seen_state.PlatformType.web", "param_name": "webValue", "static_instance": "WEB", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.desktop": {"fq_name": "seen_state.PlatformType.desktop", "param_name": "desktopValue", "static_instance": "DESKTOP", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.mobile_ios": {"fq_name": "seen_state.PlatformType.mobile_ios", "param_name": "mobileIosValue", "static_instance": "MOBILE_IOS", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.mobile_android": {"fq_name": "seen_state.PlatformType.mobile_android", "param_name": "mobileAndroidValue", "static_instance": "MOBILE_ANDROID", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.api": {"fq_name": "seen_state.PlatformType.api", "param_name": "apiValue", "static_instance": "API", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.unknown": {"fq_name": "seen_state.PlatformType.unknown", "param_name": "unknownValue", "static_instance": "UNKNOWN", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.mobile": {"fq_name": "seen_state.PlatformType.mobile", "param_name": "mobileValue", "static_instance": "MOBILE", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "seen_state.PlatformType.other": {"fq_name": "seen_state.PlatformType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "seen_state.PlatformType", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessInheritance.inherit": {"fq_name": "sharing.AccessInheritance.inherit", "param_name": "inheritValue", "static_instance": "INHERIT", "getter_method": null, "containing_data_type_ref": "sharing.AccessInheritance", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessInheritance.no_inherit": {"fq_name": "sharing.AccessInheritance.no_inherit", "param_name": "noInheritValue", "static_instance": "NO_INHERIT", "getter_method": null, "containing_data_type_ref": "sharing.AccessInheritance", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessInheritance.other": {"fq_name": "sharing.AccessInheritance.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AccessInheritance", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.owner": {"fq_name": "sharing.AccessLevel.owner", "param_name": "ownerValue", "static_instance": "OWNER", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.editor": {"fq_name": "sharing.AccessLevel.editor", "param_name": "editorValue", "static_instance": "EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.viewer": {"fq_name": "sharing.AccessLevel.viewer", "param_name": "viewerValue", "static_instance": "VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.viewer_no_comment": {"fq_name": "sharing.AccessLevel.viewer_no_comment", "param_name": "viewerNoCommentValue", "static_instance": "VIEWER_NO_COMMENT", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.traverse": {"fq_name": "sharing.AccessLevel.traverse", "param_name": "traverseValue", "static_instance": "TRAVERSE", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.no_access": {"fq_name": "sharing.AccessLevel.no_access", "param_name": "noAccessValue", "static_instance": "NO_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AccessLevel.other": {"fq_name": "sharing.AccessLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.AclUpdatePolicy.owner": {"fq_name": "sharing.AclUpdatePolicy.owner", "param_name": "ownerValue", "static_instance": "OWNER", "getter_method": null, "containing_data_type_ref": "sharing.AclUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.AclUpdatePolicy.editors": {"fq_name": "sharing.AclUpdatePolicy.editors", "param_name": "editorsValue", "static_instance": "EDITORS", "getter_method": null, "containing_data_type_ref": "sharing.AclUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.AclUpdatePolicy.other": {"fq_name": "sharing.AclUpdatePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AclUpdatePolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.file": {"fq_name": "sharing.AddFileMemberArgs.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.members": {"fq_name": "sharing.AddFileMemberArgs.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.custom_message": {"fq_name": "sharing.AddFileMemberArgs.custom_message", "param_name": "customMessage", "static_instance": null, "getter_method": "getCustomMessage", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.quiet": {"fq_name": "sharing.AddFileMemberArgs.quiet", "param_name": "quiet", "static_instance": null, "getter_method": "getQuiet", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.access_level": {"fq_name": "sharing.AddFileMemberArgs.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.add_message_as_comment": {"fq_name": "sharing.AddFileMemberArgs.add_message_as_comment", "param_name": "addMessageAsComment", "static_instance": null, "getter_method": "getAddMessageAsComment", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberArgs.fp_sealed_result": {"fq_name": "sharing.AddFileMemberArgs.fp_sealed_result", "param_name": "fpSealedResult", "static_instance": null, "getter_method": "getFpSealedResult", "containing_data_type_ref": "sharing.AddFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.user_error": {"fq_name": "sharing.AddFileMemberError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.access_error": {"fq_name": "sharing.AddFileMemberError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.rate_limit": {"fq_name": "sharing.AddFileMemberError.rate_limit", "param_name": "rateLimitValue", "static_instance": "RATE_LIMIT", "getter_method": null, "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.invalid_comment": {"fq_name": "sharing.AddFileMemberError.invalid_comment", "param_name": "invalidCommentValue", "static_instance": "INVALID_COMMENT", "getter_method": null, "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.banned_member": {"fq_name": "sharing.AddFileMemberError.banned_member", "param_name": "bannedMemberValue", "static_instance": "BANNED_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFileMemberError.other": {"fq_name": "sharing.AddFileMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AddFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberArg.shared_folder_id": {"fq_name": "sharing.AddFolderMemberArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.AddFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberArg.members": {"fq_name": "sharing.AddFolderMemberArg.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "sharing.AddFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberArg.quiet": {"fq_name": "sharing.AddFolderMemberArg.quiet", "param_name": "quiet", "static_instance": null, "getter_method": "getQuiet", "containing_data_type_ref": "sharing.AddFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberArg.custom_message": {"fq_name": "sharing.AddFolderMemberArg.custom_message", "param_name": "customMessage", "static_instance": null, "getter_method": "getCustomMessage", "containing_data_type_ref": "sharing.AddFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberArg.fp_sealed_result": {"fq_name": "sharing.AddFolderMemberArg.fp_sealed_result", "param_name": "fpSealedResult", "static_instance": null, "getter_method": "getFpSealedResult", "containing_data_type_ref": "sharing.AddFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.access_error": {"fq_name": "sharing.AddFolderMemberError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.email_unverified": {"fq_name": "sharing.AddFolderMemberError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.banned_member": {"fq_name": "sharing.AddFolderMemberError.banned_member", "param_name": "bannedMemberValue", "static_instance": "BANNED_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.bad_member": {"fq_name": "sharing.AddFolderMemberError.bad_member", "param_name": "badMemberValue", "static_instance": null, "getter_method": "getBadMemberValue", "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.cant_share_outside_team": {"fq_name": "sharing.AddFolderMemberError.cant_share_outside_team", "param_name": "cantShareOutsideTeamValue", "static_instance": "CANT_SHARE_OUTSIDE_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.too_many_members": {"fq_name": "sharing.AddFolderMemberError.too_many_members", "param_name": "tooManyMembersValue", "static_instance": null, "getter_method": "getTooManyMembersValue", "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.too_many_pending_invites": {"fq_name": "sharing.AddFolderMemberError.too_many_pending_invites", "param_name": "tooManyPendingInvitesValue", "static_instance": null, "getter_method": "getTooManyPendingInvitesValue", "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.rate_limit": {"fq_name": "sharing.AddFolderMemberError.rate_limit", "param_name": "rateLimitValue", "static_instance": "RATE_LIMIT", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.too_many_invitees": {"fq_name": "sharing.AddFolderMemberError.too_many_invitees", "param_name": "tooManyInviteesValue", "static_instance": "TOO_MANY_INVITEES", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.insufficient_plan": {"fq_name": "sharing.AddFolderMemberError.insufficient_plan", "param_name": "insufficientPlanValue", "static_instance": "INSUFFICIENT_PLAN", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.team_folder": {"fq_name": "sharing.AddFolderMemberError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.no_permission": {"fq_name": "sharing.AddFolderMemberError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.invalid_shared_folder": {"fq_name": "sharing.AddFolderMemberError.invalid_shared_folder", "param_name": "invalidSharedFolderValue", "static_instance": "INVALID_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddFolderMemberError.other": {"fq_name": "sharing.AddFolderMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AddFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMember.member": {"fq_name": "sharing.AddMember.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.AddMember", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMember.access_level": {"fq_name": "sharing.AddMember.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.AddMember", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.automatic_group": {"fq_name": "sharing.AddMemberSelectorError.automatic_group", "param_name": "automaticGroupValue", "static_instance": "AUTOMATIC_GROUP", "getter_method": null, "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.invalid_dropbox_id": {"fq_name": "sharing.AddMemberSelectorError.invalid_dropbox_id", "param_name": "invalidDropboxIdValue", "static_instance": null, "getter_method": "getInvalidDropboxIdValue", "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.invalid_email": {"fq_name": "sharing.AddMemberSelectorError.invalid_email", "param_name": "invalidEmailValue", "static_instance": null, "getter_method": "getInvalidEmailValue", "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.invalid_group": {"fq_name": "sharing.AddMemberSelectorError.invalid_group", "param_name": "invalidGroupValue", "static_instance": "INVALID_GROUP", "getter_method": null, "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.unverified_dropbox_id": {"fq_name": "sharing.AddMemberSelectorError.unverified_dropbox_id", "param_name": "unverifiedDropboxIdValue", "static_instance": null, "getter_method": "getUnverifiedDropboxIdValue", "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.group_deleted": {"fq_name": "sharing.AddMemberSelectorError.group_deleted", "param_name": "groupDeletedValue", "static_instance": "GROUP_DELETED", "getter_method": null, "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.group_not_on_team": {"fq_name": "sharing.AddMemberSelectorError.group_not_on_team", "param_name": "groupNotOnTeamValue", "static_instance": "GROUP_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AddMemberSelectorError.other": {"fq_name": "sharing.AddMemberSelectorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AddMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.public": {"fq_name": "sharing.AlphaResolvedVisibility.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.team_only": {"fq_name": "sharing.AlphaResolvedVisibility.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.password": {"fq_name": "sharing.AlphaResolvedVisibility.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.team_and_password": {"fq_name": "sharing.AlphaResolvedVisibility.team_and_password", "param_name": "teamAndPasswordValue", "static_instance": "TEAM_AND_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.shared_folder_only": {"fq_name": "sharing.AlphaResolvedVisibility.shared_folder_only", "param_name": "sharedFolderOnlyValue", "static_instance": "SHARED_FOLDER_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.no_one": {"fq_name": "sharing.AlphaResolvedVisibility.no_one", "param_name": "noOneValue", "static_instance": "NO_ONE", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.only_you": {"fq_name": "sharing.AlphaResolvedVisibility.only_you", "param_name": "onlyYouValue", "static_instance": "ONLY_YOU", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AlphaResolvedVisibility.other": {"fq_name": "sharing.AlphaResolvedVisibility.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.AlphaResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceExceptionContentInfo.name": {"fq_name": "sharing.AudienceExceptionContentInfo.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.AudienceExceptionContentInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceExceptions.count": {"fq_name": "sharing.AudienceExceptions.count", "param_name": "count", "static_instance": null, "getter_method": "getCount", "containing_data_type_ref": "sharing.AudienceExceptions", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceExceptions.exceptions": {"fq_name": "sharing.AudienceExceptions.exceptions", "param_name": "exceptions", "static_instance": null, "getter_method": "getExceptions", "containing_data_type_ref": "sharing.AudienceExceptions", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceRestrictingSharedFolder.shared_folder_id": {"fq_name": "sharing.AudienceRestrictingSharedFolder.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.AudienceRestrictingSharedFolder", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceRestrictingSharedFolder.name": {"fq_name": "sharing.AudienceRestrictingSharedFolder.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.AudienceRestrictingSharedFolder", "route_refs": [], "_type": "FieldReference"}, "sharing.AudienceRestrictingSharedFolder.audience": {"fq_name": "sharing.AudienceRestrictingSharedFolder.audience", "param_name": "audience", "static_instance": null, "getter_method": "getAudience", "containing_data_type_ref": "sharing.AudienceRestrictingSharedFolder", "route_refs": [], "_type": "FieldReference"}, "sharing.ChangeLinkExpirationPolicy.allowed": {"fq_name": "sharing.ChangeLinkExpirationPolicy.allowed", "param_name": "allowedValue", "static_instance": "ALLOWED", "getter_method": null, "containing_data_type_ref": "sharing.ChangeLinkExpirationPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.ChangeLinkExpirationPolicy.not_allowed": {"fq_name": "sharing.ChangeLinkExpirationPolicy.not_allowed", "param_name": "notAllowedValue", "static_instance": "NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "sharing.ChangeLinkExpirationPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.ChangeLinkExpirationPolicy.other": {"fq_name": "sharing.ChangeLinkExpirationPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ChangeLinkExpirationPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.CollectionLinkMetadata.url": {"fq_name": "sharing.CollectionLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.CollectionLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.CollectionLinkMetadata.visibility": {"fq_name": "sharing.CollectionLinkMetadata.visibility", "param_name": "visibility", "static_instance": null, "getter_method": "getVisibility", "containing_data_type_ref": "sharing.CollectionLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.CollectionLinkMetadata.expires": {"fq_name": "sharing.CollectionLinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.CollectionLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkArg.path": {"fq_name": "sharing.CreateSharedLinkArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.CreateSharedLinkArg", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkArg.short_url": {"fq_name": "sharing.CreateSharedLinkArg.short_url", "param_name": "shortUrl", "static_instance": null, "getter_method": "getShortUrl", "containing_data_type_ref": "sharing.CreateSharedLinkArg", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkArg.pending_upload": {"fq_name": "sharing.CreateSharedLinkArg.pending_upload", "param_name": "pendingUpload", "static_instance": null, "getter_method": "getPendingUpload", "containing_data_type_ref": "sharing.CreateSharedLinkArg", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkError.path": {"fq_name": "sharing.CreateSharedLinkError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "sharing.CreateSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkError.other": {"fq_name": "sharing.CreateSharedLinkError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.CreateSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsArg.path": {"fq_name": "sharing.CreateSharedLinkWithSettingsArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsArg", "route_refs": ["sharing.create_shared_link_with_settings"], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsArg.settings": {"fq_name": "sharing.CreateSharedLinkWithSettingsArg.settings", "param_name": "settings", "static_instance": null, "getter_method": "getSettings", "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsArg", "route_refs": ["sharing.create_shared_link_with_settings"], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.path": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.email_not_verified": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.email_not_verified", "param_name": "emailNotVerifiedValue", "static_instance": "EMAIL_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.shared_link_already_exists": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.shared_link_already_exists", "param_name": "sharedLinkAlreadyExistsValue", "static_instance": null, "getter_method": "getSharedLinkAlreadyExistsValue", "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.settings_error": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.settings_error", "param_name": "settingsErrorValue", "static_instance": null, "getter_method": "getSettingsErrorValue", "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.access_denied": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.access_denied", "param_name": "accessDeniedValue", "static_instance": "ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.banned_member": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.banned_member", "param_name": "bannedMemberValue", "static_instance": "BANNED_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.CreateSharedLinkWithSettingsError.too_many_shared_folders": {"fq_name": "sharing.CreateSharedLinkWithSettingsError.too_many_shared_folders", "param_name": "tooManySharedFoldersValue", "static_instance": "TOO_MANY_SHARED_FOLDERS", "getter_method": null, "containing_data_type_ref": "sharing.CreateSharedLinkWithSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.audience_options": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.audience_options", "param_name": "audienceOptions", "static_instance": null, "getter_method": "getAudienceOptions", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.current_audience": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.current_audience", "param_name": "currentAudience", "static_instance": null, "getter_method": "getCurrentAudience", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.link_permissions": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.password_protected": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.password_protected", "param_name": "passwordProtected", "static_instance": null, "getter_method": "getPasswordProtected", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.access_level": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.audience_restricting_shared_folder": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.audience_restricting_shared_folder", "param_name": "audienceRestrictingSharedFolder", "static_instance": null, "getter_method": "getAudienceRestrictingSharedFolder", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.ExpectedSharedContentLinkMetadata.expiry": {"fq_name": "sharing.ExpectedSharedContentLinkMetadata.expiry", "param_name": "expiry", "static_instance": null, "getter_method": "getExpiry", "containing_data_type_ref": "sharing.ExpectedSharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.disable_viewer_info": {"fq_name": "sharing.FileAction.disable_viewer_info", "param_name": "disableViewerInfoValue", "static_instance": "DISABLE_VIEWER_INFO", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.edit_contents": {"fq_name": "sharing.FileAction.edit_contents", "param_name": "editContentsValue", "static_instance": "EDIT_CONTENTS", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.enable_viewer_info": {"fq_name": "sharing.FileAction.enable_viewer_info", "param_name": "enableViewerInfoValue", "static_instance": "ENABLE_VIEWER_INFO", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.invite_viewer": {"fq_name": "sharing.FileAction.invite_viewer", "param_name": "inviteViewerValue", "static_instance": "INVITE_VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.invite_viewer_no_comment": {"fq_name": "sharing.FileAction.invite_viewer_no_comment", "param_name": "inviteViewerNoCommentValue", "static_instance": "INVITE_VIEWER_NO_COMMENT", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.invite_editor": {"fq_name": "sharing.FileAction.invite_editor", "param_name": "inviteEditorValue", "static_instance": "INVITE_EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.unshare": {"fq_name": "sharing.FileAction.unshare", "param_name": "unshareValue", "static_instance": "UNSHARE", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.relinquish_membership": {"fq_name": "sharing.FileAction.relinquish_membership", "param_name": "relinquishMembershipValue", "static_instance": "RELINQUISH_MEMBERSHIP", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.share_link": {"fq_name": "sharing.FileAction.share_link", "param_name": "shareLinkValue", "static_instance": "SHARE_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.create_link": {"fq_name": "sharing.FileAction.create_link", "param_name": "createLinkValue", "static_instance": "CREATE_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.create_view_link": {"fq_name": "sharing.FileAction.create_view_link", "param_name": "createViewLinkValue", "static_instance": "CREATE_VIEW_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.create_edit_link": {"fq_name": "sharing.FileAction.create_edit_link", "param_name": "createEditLinkValue", "static_instance": "CREATE_EDIT_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileAction.other": {"fq_name": "sharing.FileAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.FileAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FileErrorResult.file_not_found_error": {"fq_name": "sharing.FileErrorResult.file_not_found_error", "param_name": "fileNotFoundErrorValue", "static_instance": null, "getter_method": "getFileNotFoundErrorValue", "containing_data_type_ref": "sharing.FileErrorResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileErrorResult.invalid_file_action_error": {"fq_name": "sharing.FileErrorResult.invalid_file_action_error", "param_name": "invalidFileActionErrorValue", "static_instance": null, "getter_method": "getInvalidFileActionErrorValue", "containing_data_type_ref": "sharing.FileErrorResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileErrorResult.permission_denied_error": {"fq_name": "sharing.FileErrorResult.permission_denied_error", "param_name": "permissionDeniedErrorValue", "static_instance": null, "getter_method": "getPermissionDeniedErrorValue", "containing_data_type_ref": "sharing.FileErrorResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileErrorResult.other": {"fq_name": "sharing.FileErrorResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.FileErrorResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.url": {"fq_name": "sharing.FileLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.name": {"fq_name": "sharing.FileLinkMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.link_permissions": {"fq_name": "sharing.FileLinkMetadata.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.client_modified": {"fq_name": "sharing.FileLinkMetadata.client_modified", "param_name": "clientModified", "static_instance": null, "getter_method": "getClientModified", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.server_modified": {"fq_name": "sharing.FileLinkMetadata.server_modified", "param_name": "serverModified", "static_instance": null, "getter_method": "getServerModified", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.rev": {"fq_name": "sharing.FileLinkMetadata.rev", "param_name": "rev", "static_instance": null, "getter_method": "getRev", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.size": {"fq_name": "sharing.FileLinkMetadata.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.id": {"fq_name": "sharing.FileLinkMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.expires": {"fq_name": "sharing.FileLinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.path_lower": {"fq_name": "sharing.FileLinkMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.team_member_info": {"fq_name": "sharing.FileLinkMetadata.team_member_info", "param_name": "teamMemberInfo", "static_instance": null, "getter_method": "getTeamMemberInfo", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileLinkMetadata.content_owner_team_info": {"fq_name": "sharing.FileLinkMetadata.content_owner_team_info", "param_name": "contentOwnerTeamInfo", "static_instance": null, "getter_method": "getContentOwnerTeamInfo", "containing_data_type_ref": "sharing.FileLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionError.invalid_member": {"fq_name": "sharing.FileMemberActionError.invalid_member", "param_name": "invalidMemberValue", "static_instance": "INVALID_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.FileMemberActionError", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionError.no_permission": {"fq_name": "sharing.FileMemberActionError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.FileMemberActionError", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionError.access_error": {"fq_name": "sharing.FileMemberActionError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.FileMemberActionError", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionError.no_explicit_access": {"fq_name": "sharing.FileMemberActionError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": null, "getter_method": "getNoExplicitAccessValue", "containing_data_type_ref": "sharing.FileMemberActionError", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionError.other": {"fq_name": "sharing.FileMemberActionError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.FileMemberActionError", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionIndividualResult.success": {"fq_name": "sharing.FileMemberActionIndividualResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "sharing.FileMemberActionIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionIndividualResult.member_error": {"fq_name": "sharing.FileMemberActionIndividualResult.member_error", "param_name": "memberErrorValue", "static_instance": null, "getter_method": "getMemberErrorValue", "containing_data_type_ref": "sharing.FileMemberActionIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionResult.member": {"fq_name": "sharing.FileMemberActionResult.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.FileMemberActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionResult.result": {"fq_name": "sharing.FileMemberActionResult.result", "param_name": "result", "static_instance": null, "getter_method": "getResult", "containing_data_type_ref": "sharing.FileMemberActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionResult.sckey_sha1": {"fq_name": "sharing.FileMemberActionResult.sckey_sha1", "param_name": "sckeySha1", "static_instance": null, "getter_method": "getSckeySha1", "containing_data_type_ref": "sharing.FileMemberActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberActionResult.invitation_signature": {"fq_name": "sharing.FileMemberActionResult.invitation_signature", "param_name": "invitationSignature", "static_instance": null, "getter_method": "getInvitationSignature", "containing_data_type_ref": "sharing.FileMemberActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberRemoveActionResult.success": {"fq_name": "sharing.FileMemberRemoveActionResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "sharing.FileMemberRemoveActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberRemoveActionResult.member_error": {"fq_name": "sharing.FileMemberRemoveActionResult.member_error", "param_name": "memberErrorValue", "static_instance": null, "getter_method": "getMemberErrorValue", "containing_data_type_ref": "sharing.FileMemberRemoveActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FileMemberRemoveActionResult.other": {"fq_name": "sharing.FileMemberRemoveActionResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.FileMemberRemoveActionResult", "route_refs": [], "_type": "FieldReference"}, "sharing.FilePermission.action": {"fq_name": "sharing.FilePermission.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "sharing.FilePermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FilePermission.allow": {"fq_name": "sharing.FilePermission.allow", "param_name": "allow", "static_instance": null, "getter_method": "getAllow", "containing_data_type_ref": "sharing.FilePermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FilePermission.reason": {"fq_name": "sharing.FilePermission.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "sharing.FilePermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.change_options": {"fq_name": "sharing.FolderAction.change_options", "param_name": "changeOptionsValue", "static_instance": "CHANGE_OPTIONS", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.disable_viewer_info": {"fq_name": "sharing.FolderAction.disable_viewer_info", "param_name": "disableViewerInfoValue", "static_instance": "DISABLE_VIEWER_INFO", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.edit_contents": {"fq_name": "sharing.FolderAction.edit_contents", "param_name": "editContentsValue", "static_instance": "EDIT_CONTENTS", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.enable_viewer_info": {"fq_name": "sharing.FolderAction.enable_viewer_info", "param_name": "enableViewerInfoValue", "static_instance": "ENABLE_VIEWER_INFO", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.invite_editor": {"fq_name": "sharing.FolderAction.invite_editor", "param_name": "inviteEditorValue", "static_instance": "INVITE_EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.invite_viewer": {"fq_name": "sharing.FolderAction.invite_viewer", "param_name": "inviteViewerValue", "static_instance": "INVITE_VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.invite_viewer_no_comment": {"fq_name": "sharing.FolderAction.invite_viewer_no_comment", "param_name": "inviteViewerNoCommentValue", "static_instance": "INVITE_VIEWER_NO_COMMENT", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.relinquish_membership": {"fq_name": "sharing.FolderAction.relinquish_membership", "param_name": "relinquishMembershipValue", "static_instance": "RELINQUISH_MEMBERSHIP", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.unmount": {"fq_name": "sharing.FolderAction.unmount", "param_name": "unmountValue", "static_instance": "UNMOUNT", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.unshare": {"fq_name": "sharing.FolderAction.unshare", "param_name": "unshareValue", "static_instance": "UNSHARE", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.leave_a_copy": {"fq_name": "sharing.FolderAction.leave_a_copy", "param_name": "leaveACopyValue", "static_instance": "LEAVE_A_COPY", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.share_link": {"fq_name": "sharing.FolderAction.share_link", "param_name": "shareLinkValue", "static_instance": "SHARE_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.create_link": {"fq_name": "sharing.FolderAction.create_link", "param_name": "createLinkValue", "static_instance": "CREATE_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.create_view_link": {"fq_name": "sharing.FolderAction.create_view_link", "param_name": "createViewLinkValue", "static_instance": "CREATE_VIEW_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.create_edit_link": {"fq_name": "sharing.FolderAction.create_edit_link", "param_name": "createEditLinkValue", "static_instance": "CREATE_EDIT_LINK", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.set_access_inheritance": {"fq_name": "sharing.FolderAction.set_access_inheritance", "param_name": "setAccessInheritanceValue", "static_instance": "SET_ACCESS_INHERITANCE", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderAction.other": {"fq_name": "sharing.FolderAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.FolderAction", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.url": {"fq_name": "sharing.FolderLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.name": {"fq_name": "sharing.FolderLinkMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.link_permissions": {"fq_name": "sharing.FolderLinkMetadata.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.id": {"fq_name": "sharing.FolderLinkMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.expires": {"fq_name": "sharing.FolderLinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.path_lower": {"fq_name": "sharing.FolderLinkMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.team_member_info": {"fq_name": "sharing.FolderLinkMetadata.team_member_info", "param_name": "teamMemberInfo", "static_instance": null, "getter_method": "getTeamMemberInfo", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderLinkMetadata.content_owner_team_info": {"fq_name": "sharing.FolderLinkMetadata.content_owner_team_info", "param_name": "contentOwnerTeamInfo", "static_instance": null, "getter_method": "getContentOwnerTeamInfo", "containing_data_type_ref": "sharing.FolderLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPermission.action": {"fq_name": "sharing.FolderPermission.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "sharing.FolderPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPermission.allow": {"fq_name": "sharing.FolderPermission.allow", "param_name": "allow", "static_instance": null, "getter_method": "getAllow", "containing_data_type_ref": "sharing.FolderPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPermission.reason": {"fq_name": "sharing.FolderPermission.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "sharing.FolderPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPolicy.acl_update_policy": {"fq_name": "sharing.FolderPolicy.acl_update_policy", "param_name": "aclUpdatePolicy", "static_instance": null, "getter_method": "getAclUpdatePolicy", "containing_data_type_ref": "sharing.FolderPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPolicy.shared_link_policy": {"fq_name": "sharing.FolderPolicy.shared_link_policy", "param_name": "sharedLinkPolicy", "static_instance": null, "getter_method": "getSharedLinkPolicy", "containing_data_type_ref": "sharing.FolderPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPolicy.member_policy": {"fq_name": "sharing.FolderPolicy.member_policy", "param_name": "memberPolicy", "static_instance": null, "getter_method": "getMemberPolicy", "containing_data_type_ref": "sharing.FolderPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPolicy.resolved_member_policy": {"fq_name": "sharing.FolderPolicy.resolved_member_policy", "param_name": "resolvedMemberPolicy", "static_instance": null, "getter_method": "getResolvedMemberPolicy", "containing_data_type_ref": "sharing.FolderPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.FolderPolicy.viewer_info_policy": {"fq_name": "sharing.FolderPolicy.viewer_info_policy", "param_name": "viewerInfoPolicy", "static_instance": null, "getter_method": "getViewerInfoPolicy", "containing_data_type_ref": "sharing.FolderPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataArg.file": {"fq_name": "sharing.GetFileMetadataArg.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.GetFileMetadataArg", "route_refs": ["sharing.get_file_metadata"], "_type": "FieldReference"}, "sharing.GetFileMetadataArg.actions": {"fq_name": "sharing.GetFileMetadataArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.GetFileMetadataArg", "route_refs": ["sharing.get_file_metadata"], "_type": "FieldReference"}, "sharing.GetFileMetadataBatchArg.files": {"fq_name": "sharing.GetFileMetadataBatchArg.files", "param_name": "files", "static_instance": null, "getter_method": "getFiles", "containing_data_type_ref": "sharing.GetFileMetadataBatchArg", "route_refs": ["sharing.get_file_metadata/batch"], "_type": "FieldReference"}, "sharing.GetFileMetadataBatchArg.actions": {"fq_name": "sharing.GetFileMetadataBatchArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.GetFileMetadataBatchArg", "route_refs": ["sharing.get_file_metadata/batch"], "_type": "FieldReference"}, "sharing.GetFileMetadataBatchResult.file": {"fq_name": "sharing.GetFileMetadataBatchResult.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.GetFileMetadataBatchResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataBatchResult.result": {"fq_name": "sharing.GetFileMetadataBatchResult.result", "param_name": "result", "static_instance": null, "getter_method": "getResult", "containing_data_type_ref": "sharing.GetFileMetadataBatchResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataError.user_error": {"fq_name": "sharing.GetFileMetadataError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.GetFileMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataError.access_error": {"fq_name": "sharing.GetFileMetadataError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.GetFileMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataError.other": {"fq_name": "sharing.GetFileMetadataError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.GetFileMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataIndividualResult.metadata": {"fq_name": "sharing.GetFileMetadataIndividualResult.metadata", "param_name": "metadataValue", "static_instance": null, "getter_method": "getMetadataValue", "containing_data_type_ref": "sharing.GetFileMetadataIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataIndividualResult.access_error": {"fq_name": "sharing.GetFileMetadataIndividualResult.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.GetFileMetadataIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GetFileMetadataIndividualResult.other": {"fq_name": "sharing.GetFileMetadataIndividualResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.GetFileMetadataIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GetMetadataArgs.shared_folder_id": {"fq_name": "sharing.GetMetadataArgs.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.GetMetadataArgs", "route_refs": ["sharing.get_folder_metadata"], "_type": "FieldReference"}, "sharing.GetMetadataArgs.actions": {"fq_name": "sharing.GetMetadataArgs.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.GetMetadataArgs", "route_refs": ["sharing.get_folder_metadata"], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.shared_link_not_found": {"fq_name": "sharing.GetSharedLinkFileError.shared_link_not_found", "param_name": "sharedLinkNotFoundValue", "static_instance": "SHARED_LINK_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.shared_link_access_denied": {"fq_name": "sharing.GetSharedLinkFileError.shared_link_access_denied", "param_name": "sharedLinkAccessDeniedValue", "static_instance": "SHARED_LINK_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.unsupported_link_type": {"fq_name": "sharing.GetSharedLinkFileError.unsupported_link_type", "param_name": "unsupportedLinkTypeValue", "static_instance": "UNSUPPORTED_LINK_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.unsupported_parameter_field": {"fq_name": "sharing.GetSharedLinkFileError.unsupported_parameter_field", "param_name": "unsupportedParameterFieldValue", "static_instance": "UNSUPPORTED_PARAMETER_FIELD", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.other": {"fq_name": "sharing.GetSharedLinkFileError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkFileError.shared_link_is_directory": {"fq_name": "sharing.GetSharedLinkFileError.shared_link_is_directory", "param_name": "sharedLinkIsDirectoryValue", "static_instance": "SHARED_LINK_IS_DIRECTORY", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinkFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkMetadataArg.url": {"fq_name": "sharing.GetSharedLinkMetadataArg.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.GetSharedLinkMetadataArg", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkMetadataArg.path": {"fq_name": "sharing.GetSharedLinkMetadataArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.GetSharedLinkMetadataArg", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinkMetadataArg.link_password": {"fq_name": "sharing.GetSharedLinkMetadataArg.link_password", "param_name": "linkPassword", "static_instance": null, "getter_method": "getLinkPassword", "containing_data_type_ref": "sharing.GetSharedLinkMetadataArg", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinksArg.path": {"fq_name": "sharing.GetSharedLinksArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.GetSharedLinksArg", "route_refs": ["sharing.get_shared_links"], "_type": "FieldReference"}, "sharing.GetSharedLinksError.path": {"fq_name": "sharing.GetSharedLinksError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "sharing.GetSharedLinksError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinksError.other": {"fq_name": "sharing.GetSharedLinksError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.GetSharedLinksError", "route_refs": [], "_type": "FieldReference"}, "sharing.GetSharedLinksResult.links": {"fq_name": "sharing.GetSharedLinksResult.links", "param_name": "links", "static_instance": null, "getter_method": "getLinks", "containing_data_type_ref": "sharing.GetSharedLinksResult", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.group_name": {"fq_name": "sharing.GroupInfo.group_name", "param_name": "groupName", "static_instance": null, "getter_method": "getGroupName", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.group_id": {"fq_name": "sharing.GroupInfo.group_id", "param_name": "groupId", "static_instance": null, "getter_method": "getGroupId", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.group_management_type": {"fq_name": "sharing.GroupInfo.group_management_type", "param_name": "groupManagementType", "static_instance": null, "getter_method": "getGroupManagementType", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.group_type": {"fq_name": "sharing.GroupInfo.group_type", "param_name": "groupType", "static_instance": null, "getter_method": "getGroupType", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.is_member": {"fq_name": "sharing.GroupInfo.is_member", "param_name": "isMember", "static_instance": null, "getter_method": "getIsMember", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.is_owner": {"fq_name": "sharing.GroupInfo.is_owner", "param_name": "isOwner", "static_instance": null, "getter_method": "getIsOwner", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.same_team": {"fq_name": "sharing.GroupInfo.same_team", "param_name": "sameTeam", "static_instance": null, "getter_method": "getSameTeam", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.group_external_id": {"fq_name": "sharing.GroupInfo.group_external_id", "param_name": "groupExternalId", "static_instance": null, "getter_method": "getGroupExternalId", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupInfo.member_count": {"fq_name": "sharing.GroupInfo.member_count", "param_name": "memberCount", "static_instance": null, "getter_method": "getMemberCount", "containing_data_type_ref": "sharing.GroupInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupMembershipInfo.access_type": {"fq_name": "sharing.GroupMembershipInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.GroupMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupMembershipInfo.group": {"fq_name": "sharing.GroupMembershipInfo.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "sharing.GroupMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupMembershipInfo.permissions": {"fq_name": "sharing.GroupMembershipInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.GroupMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupMembershipInfo.initials": {"fq_name": "sharing.GroupMembershipInfo.initials", "param_name": "initials", "static_instance": null, "getter_method": "getInitials", "containing_data_type_ref": "sharing.GroupMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.GroupMembershipInfo.is_inherited": {"fq_name": "sharing.GroupMembershipInfo.is_inherited", "param_name": "isInherited", "static_instance": null, "getter_method": "getIsInherited", "containing_data_type_ref": "sharing.GroupMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InsufficientPlan.message": {"fq_name": "sharing.InsufficientPlan.message", "param_name": "message", "static_instance": null, "getter_method": "getMessage", "containing_data_type_ref": "sharing.InsufficientPlan", "route_refs": [], "_type": "FieldReference"}, "sharing.InsufficientPlan.upsell_url": {"fq_name": "sharing.InsufficientPlan.upsell_url", "param_name": "upsellUrl", "static_instance": null, "getter_method": "getUpsellUrl", "containing_data_type_ref": "sharing.InsufficientPlan", "route_refs": [], "_type": "FieldReference"}, "sharing.InsufficientQuotaAmounts.space_needed": {"fq_name": "sharing.InsufficientQuotaAmounts.space_needed", "param_name": "spaceNeeded", "static_instance": null, "getter_method": "getSpaceNeeded", "containing_data_type_ref": "sharing.InsufficientQuotaAmounts", "route_refs": [], "_type": "FieldReference"}, "sharing.InsufficientQuotaAmounts.space_shortage": {"fq_name": "sharing.InsufficientQuotaAmounts.space_shortage", "param_name": "spaceShortage", "static_instance": null, "getter_method": "getSpaceShortage", "containing_data_type_ref": "sharing.InsufficientQuotaAmounts", "route_refs": [], "_type": "FieldReference"}, "sharing.InsufficientQuotaAmounts.space_left": {"fq_name": "sharing.InsufficientQuotaAmounts.space_left", "param_name": "spaceLeft", "static_instance": null, "getter_method": "getSpaceLeft", "containing_data_type_ref": "sharing.InsufficientQuotaAmounts", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeInfo.email": {"fq_name": "sharing.InviteeInfo.email", "param_name": "emailValue", "static_instance": null, "getter_method": "getEmailValue", "containing_data_type_ref": "sharing.InviteeInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeInfo.other": {"fq_name": "sharing.InviteeInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.InviteeInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.access_type": {"fq_name": "sharing.InviteeMembershipInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.invitee": {"fq_name": "sharing.InviteeMembershipInfo.invitee", "param_name": "invitee", "static_instance": null, "getter_method": "getInvitee", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.permissions": {"fq_name": "sharing.InviteeMembershipInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.initials": {"fq_name": "sharing.InviteeMembershipInfo.initials", "param_name": "initials", "static_instance": null, "getter_method": "getInitials", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.is_inherited": {"fq_name": "sharing.InviteeMembershipInfo.is_inherited", "param_name": "isInherited", "static_instance": null, "getter_method": "getIsInherited", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.InviteeMembershipInfo.user": {"fq_name": "sharing.InviteeMembershipInfo.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "sharing.InviteeMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.JobError.unshare_folder_error": {"fq_name": "sharing.JobError.unshare_folder_error", "param_name": "unshareFolderErrorValue", "static_instance": null, "getter_method": "getUnshareFolderErrorValue", "containing_data_type_ref": "sharing.JobError", "route_refs": [], "_type": "FieldReference"}, "sharing.JobError.remove_folder_member_error": {"fq_name": "sharing.JobError.remove_folder_member_error", "param_name": "removeFolderMemberErrorValue", "static_instance": null, "getter_method": "getRemoveFolderMemberErrorValue", "containing_data_type_ref": "sharing.JobError", "route_refs": [], "_type": "FieldReference"}, "sharing.JobError.relinquish_folder_membership_error": {"fq_name": "sharing.JobError.relinquish_folder_membership_error", "param_name": "relinquishFolderMembershipErrorValue", "static_instance": null, "getter_method": "getRelinquishFolderMembershipErrorValue", "containing_data_type_ref": "sharing.JobError", "route_refs": [], "_type": "FieldReference"}, "sharing.JobError.other": {"fq_name": "sharing.JobError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.JobError", "route_refs": [], "_type": "FieldReference"}, "sharing.JobStatus.in_progress": {"fq_name": "sharing.JobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "sharing.JobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.JobStatus.complete": {"fq_name": "sharing.JobStatus.complete", "param_name": "completeValue", "static_instance": "COMPLETE", "getter_method": null, "containing_data_type_ref": "sharing.JobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.JobStatus.failed": {"fq_name": "sharing.JobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "sharing.JobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAccessLevel.viewer": {"fq_name": "sharing.LinkAccessLevel.viewer", "param_name": "viewerValue", "static_instance": "VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAccessLevel.editor": {"fq_name": "sharing.LinkAccessLevel.editor", "param_name": "editorValue", "static_instance": "EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.LinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAccessLevel.other": {"fq_name": "sharing.LinkAccessLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.change_access_level": {"fq_name": "sharing.LinkAction.change_access_level", "param_name": "changeAccessLevelValue", "static_instance": "CHANGE_ACCESS_LEVEL", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.change_audience": {"fq_name": "sharing.LinkAction.change_audience", "param_name": "changeAudienceValue", "static_instance": "CHANGE_AUDIENCE", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.remove_expiry": {"fq_name": "sharing.LinkAction.remove_expiry", "param_name": "removeExpiryValue", "static_instance": "REMOVE_EXPIRY", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.remove_password": {"fq_name": "sharing.LinkAction.remove_password", "param_name": "removePasswordValue", "static_instance": "REMOVE_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.set_expiry": {"fq_name": "sharing.LinkAction.set_expiry", "param_name": "setExpiryValue", "static_instance": "SET_EXPIRY", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.set_password": {"fq_name": "sharing.LinkAction.set_password", "param_name": "setPasswordValue", "static_instance": "SET_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAction.other": {"fq_name": "sharing.LinkAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAction", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.public": {"fq_name": "sharing.LinkAudience.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.team": {"fq_name": "sharing.LinkAudience.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.no_one": {"fq_name": "sharing.LinkAudience.no_one", "param_name": "noOneValue", "static_instance": "NO_ONE", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.password": {"fq_name": "sharing.LinkAudience.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.members": {"fq_name": "sharing.LinkAudience.members", "param_name": "membersValue", "static_instance": "MEMBERS", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudience.other": {"fq_name": "sharing.LinkAudience.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudience", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.delete_and_recreate": {"fq_name": "sharing.LinkAudienceDisallowedReason.delete_and_recreate", "param_name": "deleteAndRecreateValue", "static_instance": "DELETE_AND_RECREATE", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.restricted_by_shared_folder": {"fq_name": "sharing.LinkAudienceDisallowedReason.restricted_by_shared_folder", "param_name": "restrictedBySharedFolderValue", "static_instance": "RESTRICTED_BY_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.restricted_by_team": {"fq_name": "sharing.LinkAudienceDisallowedReason.restricted_by_team", "param_name": "restrictedByTeamValue", "static_instance": "RESTRICTED_BY_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.user_not_on_team": {"fq_name": "sharing.LinkAudienceDisallowedReason.user_not_on_team", "param_name": "userNotOnTeamValue", "static_instance": "USER_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.user_account_type": {"fq_name": "sharing.LinkAudienceDisallowedReason.user_account_type", "param_name": "userAccountTypeValue", "static_instance": "USER_ACCOUNT_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.permission_denied": {"fq_name": "sharing.LinkAudienceDisallowedReason.permission_denied", "param_name": "permissionDeniedValue", "static_instance": "PERMISSION_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceDisallowedReason.other": {"fq_name": "sharing.LinkAudienceDisallowedReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkAudienceDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceOption.audience": {"fq_name": "sharing.LinkAudienceOption.audience", "param_name": "audience", "static_instance": null, "getter_method": "getAudience", "containing_data_type_ref": "sharing.LinkAudienceOption", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceOption.allowed": {"fq_name": "sharing.LinkAudienceOption.allowed", "param_name": "allowed", "static_instance": null, "getter_method": "getAllowed", "containing_data_type_ref": "sharing.LinkAudienceOption", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkAudienceOption.disallowed_reason": {"fq_name": "sharing.LinkAudienceOption.disallowed_reason", "param_name": "disallowedReason", "static_instance": null, "getter_method": "getDisallowedReason", "containing_data_type_ref": "sharing.LinkAudienceOption", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkExpiry.remove_expiry": {"fq_name": "sharing.LinkExpiry.remove_expiry", "param_name": "removeExpiryValue", "static_instance": "REMOVE_EXPIRY", "getter_method": null, "containing_data_type_ref": "sharing.LinkExpiry", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkExpiry.set_expiry": {"fq_name": "sharing.LinkExpiry.set_expiry", "param_name": "setExpiryValue", "static_instance": null, "getter_method": "getSetExpiryValue", "containing_data_type_ref": "sharing.LinkExpiry", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkExpiry.other": {"fq_name": "sharing.LinkExpiry.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkExpiry", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkMetadata.url": {"fq_name": "sharing.LinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.LinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkMetadata.visibility": {"fq_name": "sharing.LinkMetadata.visibility", "param_name": "visibility", "static_instance": null, "getter_method": "getVisibility", "containing_data_type_ref": "sharing.LinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkMetadata.expires": {"fq_name": "sharing.LinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.LinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPassword.remove_password": {"fq_name": "sharing.LinkPassword.remove_password", "param_name": "removePasswordValue", "static_instance": "REMOVE_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.LinkPassword", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPassword.set_password": {"fq_name": "sharing.LinkPassword.set_password", "param_name": "setPasswordValue", "static_instance": null, "getter_method": "getSetPasswordValue", "containing_data_type_ref": "sharing.LinkPassword", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPassword.other": {"fq_name": "sharing.LinkPassword.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.LinkPassword", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermission.action": {"fq_name": "sharing.LinkPermission.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "sharing.LinkPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermission.allow": {"fq_name": "sharing.LinkPermission.allow", "param_name": "allow", "static_instance": null, "getter_method": "getAllow", "containing_data_type_ref": "sharing.LinkPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermission.reason": {"fq_name": "sharing.LinkPermission.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "sharing.LinkPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_revoke": {"fq_name": "sharing.LinkPermissions.can_revoke", "param_name": "canRevoke", "static_instance": null, "getter_method": "getCanRevoke", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.visibility_policies": {"fq_name": "sharing.LinkPermissions.visibility_policies", "param_name": "visibilityPolicies", "static_instance": null, "getter_method": "getVisibilityPolicies", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_set_expiry": {"fq_name": "sharing.LinkPermissions.can_set_expiry", "param_name": "canSetExpiry", "static_instance": null, "getter_method": "getCanSetExpiry", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_remove_expiry": {"fq_name": "sharing.LinkPermissions.can_remove_expiry", "param_name": "canRemoveExpiry", "static_instance": null, "getter_method": "getCanRemoveExpiry", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.allow_download": {"fq_name": "sharing.LinkPermissions.allow_download", "param_name": "allowDownload", "static_instance": null, "getter_method": "getAllowDownload", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_allow_download": {"fq_name": "sharing.LinkPermissions.can_allow_download", "param_name": "canAllowDownload", "static_instance": null, "getter_method": "getCanAllowDownload", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_disallow_download": {"fq_name": "sharing.LinkPermissions.can_disallow_download", "param_name": "canDisallowDownload", "static_instance": null, "getter_method": "getCanDisallowDownload", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.allow_comments": {"fq_name": "sharing.LinkPermissions.allow_comments", "param_name": "allowComments", "static_instance": null, "getter_method": "getAllowComments", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.team_restricts_comments": {"fq_name": "sharing.LinkPermissions.team_restricts_comments", "param_name": "teamRestrictsComments", "static_instance": null, "getter_method": "getTeamRestrictsComments", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.resolved_visibility": {"fq_name": "sharing.LinkPermissions.resolved_visibility", "param_name": "resolvedVisibility", "static_instance": null, "getter_method": "getResolvedVisibility", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.requested_visibility": {"fq_name": "sharing.LinkPermissions.requested_visibility", "param_name": "requestedVisibility", "static_instance": null, "getter_method": "getRequestedVisibility", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.revoke_failure_reason": {"fq_name": "sharing.LinkPermissions.revoke_failure_reason", "param_name": "revokeFailureReason", "static_instance": null, "getter_method": "getRevokeFailureReason", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.effective_audience": {"fq_name": "sharing.LinkPermissions.effective_audience", "param_name": "effectiveAudience", "static_instance": null, "getter_method": "getEffectiveAudience", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.link_access_level": {"fq_name": "sharing.LinkPermissions.link_access_level", "param_name": "linkAccessLevel", "static_instance": null, "getter_method": "getLinkAccessLevel", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.audience_options": {"fq_name": "sharing.LinkPermissions.audience_options", "param_name": "audienceOptions", "static_instance": null, "getter_method": "getAudienceOptions", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_set_password": {"fq_name": "sharing.LinkPermissions.can_set_password", "param_name": "canSetPassword", "static_instance": null, "getter_method": "getCanSetPassword", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_remove_password": {"fq_name": "sharing.LinkPermissions.can_remove_password", "param_name": "canRemovePassword", "static_instance": null, "getter_method": "getCanRemovePassword", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.require_password": {"fq_name": "sharing.LinkPermissions.require_password", "param_name": "requirePassword", "static_instance": null, "getter_method": "getRequirePassword", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_use_extended_sharing_controls": {"fq_name": "sharing.LinkPermissions.can_use_extended_sharing_controls", "param_name": "canUseExtendedSharingControls", "static_instance": null, "getter_method": "getCanUseExtendedSharingControls", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_sync": {"fq_name": "sharing.LinkPermissions.can_sync", "param_name": "canSync", "static_instance": null, "getter_method": "getCanSync", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.can_request_access": {"fq_name": "sharing.LinkPermissions.can_request_access", "param_name": "canRequestAccess", "static_instance": null, "getter_method": "getCanRequestAccess", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.enforce_shared_link_password_policy": {"fq_name": "sharing.LinkPermissions.enforce_shared_link_password_policy", "param_name": "enforceSharedLinkPasswordPolicy", "static_instance": null, "getter_method": "getEnforceSharedLinkPasswordPolicy", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.days_to_expire_policy": {"fq_name": "sharing.LinkPermissions.days_to_expire_policy", "param_name": "daysToExpirePolicy", "static_instance": null, "getter_method": "getDaysToExpirePolicy", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkPermissions.change_shared_link_expiration_policy": {"fq_name": "sharing.LinkPermissions.change_shared_link_expiration_policy", "param_name": "changeSharedLinkExpirationPolicy", "static_instance": null, "getter_method": "getChangeSharedLinkExpirationPolicy", "containing_data_type_ref": "sharing.LinkPermissions", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkSettings.access_level": {"fq_name": "sharing.LinkSettings.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.LinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkSettings.audience": {"fq_name": "sharing.LinkSettings.audience", "param_name": "audience", "static_instance": null, "getter_method": "getAudience", "containing_data_type_ref": "sharing.LinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkSettings.expiry": {"fq_name": "sharing.LinkSettings.expiry", "param_name": "expiry", "static_instance": null, "getter_method": "getExpiry", "containing_data_type_ref": "sharing.LinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.LinkSettings.password": {"fq_name": "sharing.LinkSettings.password", "param_name": "password", "static_instance": null, "getter_method": "getPassword", "containing_data_type_ref": "sharing.LinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersArg.file": {"fq_name": "sharing.ListFileMembersArg.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.ListFileMembersArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersArg.actions": {"fq_name": "sharing.ListFileMembersArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ListFileMembersArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersArg.include_inherited": {"fq_name": "sharing.ListFileMembersArg.include_inherited", "param_name": "includeInherited", "static_instance": null, "getter_method": "getIncludeInherited", "containing_data_type_ref": "sharing.ListFileMembersArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersArg.limit": {"fq_name": "sharing.ListFileMembersArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFileMembersArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersBatchArg.files": {"fq_name": "sharing.ListFileMembersBatchArg.files", "param_name": "files", "static_instance": null, "getter_method": "getFiles", "containing_data_type_ref": "sharing.ListFileMembersBatchArg", "route_refs": ["sharing.list_file_members/batch"], "_type": "FieldReference"}, "sharing.ListFileMembersBatchArg.limit": {"fq_name": "sharing.ListFileMembersBatchArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFileMembersBatchArg", "route_refs": ["sharing.list_file_members/batch"], "_type": "FieldReference"}, "sharing.ListFileMembersBatchResult.file": {"fq_name": "sharing.ListFileMembersBatchResult.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.ListFileMembersBatchResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersBatchResult.result": {"fq_name": "sharing.ListFileMembersBatchResult.result", "param_name": "result", "static_instance": null, "getter_method": "getResult", "containing_data_type_ref": "sharing.ListFileMembersBatchResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersContinueArg.cursor": {"fq_name": "sharing.ListFileMembersContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFileMembersContinueArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersContinueError.user_error": {"fq_name": "sharing.ListFileMembersContinueError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.ListFileMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersContinueError.access_error": {"fq_name": "sharing.ListFileMembersContinueError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.ListFileMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersContinueError.invalid_cursor": {"fq_name": "sharing.ListFileMembersContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "sharing.ListFileMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersContinueError.other": {"fq_name": "sharing.ListFileMembersContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFileMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersCountResult.members": {"fq_name": "sharing.ListFileMembersCountResult.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "sharing.ListFileMembersCountResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersCountResult.member_count": {"fq_name": "sharing.ListFileMembersCountResult.member_count", "param_name": "memberCount", "static_instance": null, "getter_method": "getMemberCount", "containing_data_type_ref": "sharing.ListFileMembersCountResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersError.user_error": {"fq_name": "sharing.ListFileMembersError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.ListFileMembersError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersError.access_error": {"fq_name": "sharing.ListFileMembersError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.ListFileMembersError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersError.other": {"fq_name": "sharing.ListFileMembersError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFileMembersError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersIndividualResult.result": {"fq_name": "sharing.ListFileMembersIndividualResult.result", "param_name": "resultValue", "static_instance": null, "getter_method": "getResultValue", "containing_data_type_ref": "sharing.ListFileMembersIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersIndividualResult.access_error": {"fq_name": "sharing.ListFileMembersIndividualResult.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.ListFileMembersIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFileMembersIndividualResult.other": {"fq_name": "sharing.ListFileMembersIndividualResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFileMembersIndividualResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesArg.limit": {"fq_name": "sharing.ListFilesArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFilesArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesArg.actions": {"fq_name": "sharing.ListFilesArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ListFilesArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesContinueArg.cursor": {"fq_name": "sharing.ListFilesContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFilesContinueArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesContinueError.user_error": {"fq_name": "sharing.ListFilesContinueError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.ListFilesContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesContinueError.invalid_cursor": {"fq_name": "sharing.ListFilesContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "sharing.ListFilesContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesContinueError.other": {"fq_name": "sharing.ListFilesContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFilesContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesResult.entries": {"fq_name": "sharing.ListFilesResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "sharing.ListFilesResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFilesResult.cursor": {"fq_name": "sharing.ListFilesResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFilesResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersArgs.shared_folder_id": {"fq_name": "sharing.ListFolderMembersArgs.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.ListFolderMembersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersArgs.actions": {"fq_name": "sharing.ListFolderMembersArgs.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ListFolderMembersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersArgs.limit": {"fq_name": "sharing.ListFolderMembersArgs.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFolderMembersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersArgs.path": {"fq_name": "sharing.ListFolderMembersArgs.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.ListFolderMembersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersContinueArg.cursor": {"fq_name": "sharing.ListFolderMembersContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFolderMembersContinueArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersContinueError.access_error": {"fq_name": "sharing.ListFolderMembersContinueError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.ListFolderMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersContinueError.invalid_cursor": {"fq_name": "sharing.ListFolderMembersContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "sharing.ListFolderMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersContinueError.other": {"fq_name": "sharing.ListFolderMembersContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFolderMembersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersCursorArg.actions": {"fq_name": "sharing.ListFolderMembersCursorArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ListFolderMembersCursorArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFolderMembersCursorArg.limit": {"fq_name": "sharing.ListFolderMembersCursorArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFolderMembersCursorArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersArgs.limit": {"fq_name": "sharing.ListFoldersArgs.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "sharing.ListFoldersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersArgs.actions": {"fq_name": "sharing.ListFoldersArgs.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ListFoldersArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersContinueArg.cursor": {"fq_name": "sharing.ListFoldersContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFoldersContinueArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersContinueError.invalid_cursor": {"fq_name": "sharing.ListFoldersContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "sharing.ListFoldersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersContinueError.other": {"fq_name": "sharing.ListFoldersContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListFoldersContinueError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersResult.entries": {"fq_name": "sharing.ListFoldersResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "sharing.ListFoldersResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListFoldersResult.cursor": {"fq_name": "sharing.ListFoldersResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListFoldersResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksArg.path": {"fq_name": "sharing.ListSharedLinksArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.ListSharedLinksArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksArg.cursor": {"fq_name": "sharing.ListSharedLinksArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListSharedLinksArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksArg.direct_only": {"fq_name": "sharing.ListSharedLinksArg.direct_only", "param_name": "directOnly", "static_instance": null, "getter_method": "getDirectOnly", "containing_data_type_ref": "sharing.ListSharedLinksArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksError.path": {"fq_name": "sharing.ListSharedLinksError.path", "param_name": "pathValue", "static_instance": null, "getter_method": "getPathValue", "containing_data_type_ref": "sharing.ListSharedLinksError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksError.reset": {"fq_name": "sharing.ListSharedLinksError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "sharing.ListSharedLinksError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksError.other": {"fq_name": "sharing.ListSharedLinksError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ListSharedLinksError", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksResult.links": {"fq_name": "sharing.ListSharedLinksResult.links", "param_name": "links", "static_instance": null, "getter_method": "getLinks", "containing_data_type_ref": "sharing.ListSharedLinksResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksResult.has_more": {"fq_name": "sharing.ListSharedLinksResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "sharing.ListSharedLinksResult", "route_refs": [], "_type": "FieldReference"}, "sharing.ListSharedLinksResult.cursor": {"fq_name": "sharing.ListSharedLinksResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.ListSharedLinksResult", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAccessLevelResult.access_level": {"fq_name": "sharing.MemberAccessLevelResult.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.MemberAccessLevelResult", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAccessLevelResult.warning": {"fq_name": "sharing.MemberAccessLevelResult.warning", "param_name": "warning", "static_instance": null, "getter_method": "getWarning", "containing_data_type_ref": "sharing.MemberAccessLevelResult", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAccessLevelResult.access_details": {"fq_name": "sharing.MemberAccessLevelResult.access_details", "param_name": "accessDetails", "static_instance": null, "getter_method": "getAccessDetails", "containing_data_type_ref": "sharing.MemberAccessLevelResult", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.leave_a_copy": {"fq_name": "sharing.MemberAction.leave_a_copy", "param_name": "leaveACopyValue", "static_instance": "LEAVE_A_COPY", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.make_editor": {"fq_name": "sharing.MemberAction.make_editor", "param_name": "makeEditorValue", "static_instance": "MAKE_EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.make_owner": {"fq_name": "sharing.MemberAction.make_owner", "param_name": "makeOwnerValue", "static_instance": "MAKE_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.make_viewer": {"fq_name": "sharing.MemberAction.make_viewer", "param_name": "makeViewerValue", "static_instance": "MAKE_VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.make_viewer_no_comment": {"fq_name": "sharing.MemberAction.make_viewer_no_comment", "param_name": "makeViewerNoCommentValue", "static_instance": "MAKE_VIEWER_NO_COMMENT", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.remove": {"fq_name": "sharing.MemberAction.remove", "param_name": "removeValue", "static_instance": "REMOVE", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberAction.other": {"fq_name": "sharing.MemberAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.MemberAction", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPermission.action": {"fq_name": "sharing.MemberPermission.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "sharing.MemberPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPermission.allow": {"fq_name": "sharing.MemberPermission.allow", "param_name": "allow", "static_instance": null, "getter_method": "getAllow", "containing_data_type_ref": "sharing.MemberPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPermission.reason": {"fq_name": "sharing.MemberPermission.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "sharing.MemberPermission", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPolicy.team": {"fq_name": "sharing.MemberPolicy.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "sharing.MemberPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPolicy.anyone": {"fq_name": "sharing.MemberPolicy.anyone", "param_name": "anyoneValue", "static_instance": "ANYONE", "getter_method": null, "containing_data_type_ref": "sharing.MemberPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPolicy.team_and_approved": {"fq_name": "sharing.MemberPolicy.team_and_approved", "param_name": "teamAndApprovedValue", "static_instance": "TEAM_AND_APPROVED", "getter_method": null, "containing_data_type_ref": "sharing.MemberPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberPolicy.other": {"fq_name": "sharing.MemberPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.MemberPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberSelector.dropbox_id": {"fq_name": "sharing.MemberSelector.dropbox_id", "param_name": "dropboxIdValue", "static_instance": null, "getter_method": "getDropboxIdValue", "containing_data_type_ref": "sharing.MemberSelector", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberSelector.email": {"fq_name": "sharing.MemberSelector.email", "param_name": "emailValue", "static_instance": null, "getter_method": "getEmailValue", "containing_data_type_ref": "sharing.MemberSelector", "route_refs": [], "_type": "FieldReference"}, "sharing.MemberSelector.other": {"fq_name": "sharing.MemberSelector.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.MemberSelector", "route_refs": [], "_type": "FieldReference"}, "sharing.MembershipInfo.access_type": {"fq_name": "sharing.MembershipInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.MembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.MembershipInfo.permissions": {"fq_name": "sharing.MembershipInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.MembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.MembershipInfo.initials": {"fq_name": "sharing.MembershipInfo.initials", "param_name": "initials", "static_instance": null, "getter_method": "getInitials", "containing_data_type_ref": "sharing.MembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.MembershipInfo.is_inherited": {"fq_name": "sharing.MembershipInfo.is_inherited", "param_name": "isInherited", "static_instance": null, "getter_method": "getIsInherited", "containing_data_type_ref": "sharing.MembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsArgs.url": {"fq_name": "sharing.ModifySharedLinkSettingsArgs.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.ModifySharedLinkSettingsArgs", "route_refs": ["sharing.modify_shared_link_settings"], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsArgs.settings": {"fq_name": "sharing.ModifySharedLinkSettingsArgs.settings", "param_name": "settings", "static_instance": null, "getter_method": "getSettings", "containing_data_type_ref": "sharing.ModifySharedLinkSettingsArgs", "route_refs": ["sharing.modify_shared_link_settings"], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsArgs.remove_expiration": {"fq_name": "sharing.ModifySharedLinkSettingsArgs.remove_expiration", "param_name": "removeExpiration", "static_instance": null, "getter_method": "getRemoveExpiration", "containing_data_type_ref": "sharing.ModifySharedLinkSettingsArgs", "route_refs": ["sharing.modify_shared_link_settings"], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.shared_link_not_found": {"fq_name": "sharing.ModifySharedLinkSettingsError.shared_link_not_found", "param_name": "sharedLinkNotFoundValue", "static_instance": "SHARED_LINK_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.shared_link_access_denied": {"fq_name": "sharing.ModifySharedLinkSettingsError.shared_link_access_denied", "param_name": "sharedLinkAccessDeniedValue", "static_instance": "SHARED_LINK_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.unsupported_link_type": {"fq_name": "sharing.ModifySharedLinkSettingsError.unsupported_link_type", "param_name": "unsupportedLinkTypeValue", "static_instance": "UNSUPPORTED_LINK_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.unsupported_parameter_field": {"fq_name": "sharing.ModifySharedLinkSettingsError.unsupported_parameter_field", "param_name": "unsupportedParameterFieldValue", "static_instance": "UNSUPPORTED_PARAMETER_FIELD", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.other": {"fq_name": "sharing.ModifySharedLinkSettingsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.settings_error": {"fq_name": "sharing.ModifySharedLinkSettingsError.settings_error", "param_name": "settingsErrorValue", "static_instance": null, "getter_method": "getSettingsErrorValue", "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.ModifySharedLinkSettingsError.email_not_verified": {"fq_name": "sharing.ModifySharedLinkSettingsError.email_not_verified", "param_name": "emailNotVerifiedValue", "static_instance": "EMAIL_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.ModifySharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderArg.shared_folder_id": {"fq_name": "sharing.MountFolderArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.MountFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.access_error": {"fq_name": "sharing.MountFolderError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.inside_shared_folder": {"fq_name": "sharing.MountFolderError.inside_shared_folder", "param_name": "insideSharedFolderValue", "static_instance": "INSIDE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.insufficient_quota": {"fq_name": "sharing.MountFolderError.insufficient_quota", "param_name": "insufficientQuotaValue", "static_instance": null, "getter_method": "getInsufficientQuotaValue", "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.already_mounted": {"fq_name": "sharing.MountFolderError.already_mounted", "param_name": "alreadyMountedValue", "static_instance": "ALREADY_MOUNTED", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.no_permission": {"fq_name": "sharing.MountFolderError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.not_mountable": {"fq_name": "sharing.MountFolderError.not_mountable", "param_name": "notMountableValue", "static_instance": "NOT_MOUNTABLE", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.must_automount": {"fq_name": "sharing.MountFolderError.must_automount", "param_name": "mustAutomountValue", "static_instance": "MUST_AUTOMOUNT", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.MountFolderError.other": {"fq_name": "sharing.MountFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.MountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ParentFolderAccessInfo.folder_name": {"fq_name": "sharing.ParentFolderAccessInfo.folder_name", "param_name": "folderName", "static_instance": null, "getter_method": "getFolderName", "containing_data_type_ref": "sharing.ParentFolderAccessInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.ParentFolderAccessInfo.shared_folder_id": {"fq_name": "sharing.ParentFolderAccessInfo.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.ParentFolderAccessInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.ParentFolderAccessInfo.permissions": {"fq_name": "sharing.ParentFolderAccessInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.ParentFolderAccessInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.ParentFolderAccessInfo.path": {"fq_name": "sharing.ParentFolderAccessInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.ParentFolderAccessInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.PathLinkMetadata.url": {"fq_name": "sharing.PathLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.PathLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.PathLinkMetadata.visibility": {"fq_name": "sharing.PathLinkMetadata.visibility", "param_name": "visibility", "static_instance": null, "getter_method": "getVisibility", "containing_data_type_ref": "sharing.PathLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.PathLinkMetadata.path": {"fq_name": "sharing.PathLinkMetadata.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.PathLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.PathLinkMetadata.expires": {"fq_name": "sharing.PathLinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.PathLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.PendingUploadMode.file": {"fq_name": "sharing.PendingUploadMode.file", "param_name": "fileValue", "static_instance": "FILE", "getter_method": null, "containing_data_type_ref": "sharing.PendingUploadMode", "route_refs": [], "_type": "FieldReference"}, "sharing.PendingUploadMode.folder": {"fq_name": "sharing.PendingUploadMode.folder", "param_name": "folderValue", "static_instance": "FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.PendingUploadMode", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.user_not_same_team_as_owner": {"fq_name": "sharing.PermissionDeniedReason.user_not_same_team_as_owner", "param_name": "userNotSameTeamAsOwnerValue", "static_instance": "USER_NOT_SAME_TEAM_AS_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.user_not_allowed_by_owner": {"fq_name": "sharing.PermissionDeniedReason.user_not_allowed_by_owner", "param_name": "userNotAllowedByOwnerValue", "static_instance": "USER_NOT_ALLOWED_BY_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.target_is_indirect_member": {"fq_name": "sharing.PermissionDeniedReason.target_is_indirect_member", "param_name": "targetIsIndirectMemberValue", "static_instance": "TARGET_IS_INDIRECT_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.target_is_owner": {"fq_name": "sharing.PermissionDeniedReason.target_is_owner", "param_name": "targetIsOwnerValue", "static_instance": "TARGET_IS_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.target_is_self": {"fq_name": "sharing.PermissionDeniedReason.target_is_self", "param_name": "targetIsSelfValue", "static_instance": "TARGET_IS_SELF", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.target_not_active": {"fq_name": "sharing.PermissionDeniedReason.target_not_active", "param_name": "targetNotActiveValue", "static_instance": "TARGET_NOT_ACTIVE", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.folder_is_limited_team_folder": {"fq_name": "sharing.PermissionDeniedReason.folder_is_limited_team_folder", "param_name": "folderIsLimitedTeamFolderValue", "static_instance": "FOLDER_IS_LIMITED_TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.owner_not_on_team": {"fq_name": "sharing.PermissionDeniedReason.owner_not_on_team", "param_name": "ownerNotOnTeamValue", "static_instance": "OWNER_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.permission_denied": {"fq_name": "sharing.PermissionDeniedReason.permission_denied", "param_name": "permissionDeniedValue", "static_instance": "PERMISSION_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.restricted_by_team": {"fq_name": "sharing.PermissionDeniedReason.restricted_by_team", "param_name": "restrictedByTeamValue", "static_instance": "RESTRICTED_BY_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.user_account_type": {"fq_name": "sharing.PermissionDeniedReason.user_account_type", "param_name": "userAccountTypeValue", "static_instance": "USER_ACCOUNT_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.user_not_on_team": {"fq_name": "sharing.PermissionDeniedReason.user_not_on_team", "param_name": "userNotOnTeamValue", "static_instance": "USER_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.folder_is_inside_shared_folder": {"fq_name": "sharing.PermissionDeniedReason.folder_is_inside_shared_folder", "param_name": "folderIsInsideSharedFolderValue", "static_instance": "FOLDER_IS_INSIDE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.restricted_by_parent_folder": {"fq_name": "sharing.PermissionDeniedReason.restricted_by_parent_folder", "param_name": "restrictedByParentFolderValue", "static_instance": "RESTRICTED_BY_PARENT_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.insufficient_plan": {"fq_name": "sharing.PermissionDeniedReason.insufficient_plan", "param_name": "insufficientPlanValue", "static_instance": null, "getter_method": "getInsufficientPlanValue", "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.PermissionDeniedReason.other": {"fq_name": "sharing.PermissionDeniedReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.PermissionDeniedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishAccessArg.file_id": {"fq_name": "sharing.RelinquishAccessArg.file_id", "param_name": "fileId", "static_instance": null, "getter_method": "getFileId", "containing_data_type_ref": "sharing.RelinquishAccessArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishAccessError.invalid_file_id": {"fq_name": "sharing.RelinquishAccessError.invalid_file_id", "param_name": "invalidFileIdValue", "static_instance": "INVALID_FILE_ID", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishAccessError.email_unverified": {"fq_name": "sharing.RelinquishAccessError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishAccessError.owner": {"fq_name": "sharing.RelinquishAccessError.owner", "param_name": "ownerValue", "static_instance": "OWNER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishAccessError.no_explicit_access": {"fq_name": "sharing.RelinquishAccessError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": "NO_EXPLICIT_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishAccessError.group_access": {"fq_name": "sharing.RelinquishAccessError.group_access", "param_name": "groupAccessValue", "static_instance": "GROUP_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishAccessError.team_folder": {"fq_name": "sharing.RelinquishAccessError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishAccessError.no_permission": {"fq_name": "sharing.RelinquishAccessError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishAccessError.other": {"fq_name": "sharing.RelinquishAccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFileMembershipArg.file": {"fq_name": "sharing.RelinquishFileMembershipArg.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.RelinquishFileMembershipArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFileMembershipError.access_error": {"fq_name": "sharing.RelinquishFileMembershipError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.RelinquishFileMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFileMembershipError.group_access": {"fq_name": "sharing.RelinquishFileMembershipError.group_access", "param_name": "groupAccessValue", "static_instance": "GROUP_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFileMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFileMembershipError.no_permission": {"fq_name": "sharing.RelinquishFileMembershipError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFileMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFileMembershipError.other": {"fq_name": "sharing.RelinquishFileMembershipError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFileMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipArg.shared_folder_id": {"fq_name": "sharing.RelinquishFolderMembershipArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.RelinquishFolderMembershipArg", "route_refs": ["sharing.relinquish_folder_membership"], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipArg.leave_a_copy": {"fq_name": "sharing.RelinquishFolderMembershipArg.leave_a_copy", "param_name": "leaveACopy", "static_instance": null, "getter_method": "getLeaveACopy", "containing_data_type_ref": "sharing.RelinquishFolderMembershipArg", "route_refs": ["sharing.relinquish_folder_membership"], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.access_error": {"fq_name": "sharing.RelinquishFolderMembershipError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.folder_owner": {"fq_name": "sharing.RelinquishFolderMembershipError.folder_owner", "param_name": "folderOwnerValue", "static_instance": "FOLDER_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.mounted": {"fq_name": "sharing.RelinquishFolderMembershipError.mounted", "param_name": "mountedValue", "static_instance": "MOUNTED", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.group_access": {"fq_name": "sharing.RelinquishFolderMembershipError.group_access", "param_name": "groupAccessValue", "static_instance": "GROUP_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.team_folder": {"fq_name": "sharing.RelinquishFolderMembershipError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.no_permission": {"fq_name": "sharing.RelinquishFolderMembershipError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.no_explicit_access": {"fq_name": "sharing.RelinquishFolderMembershipError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": "NO_EXPLICIT_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RelinquishFolderMembershipError.other": {"fq_name": "sharing.RelinquishFolderMembershipError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RelinquishFolderMembershipError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberArg.file": {"fq_name": "sharing.RemoveFileMemberArg.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.RemoveFileMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberArg.member": {"fq_name": "sharing.RemoveFileMemberArg.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.RemoveFileMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberError.user_error": {"fq_name": "sharing.RemoveFileMemberError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.RemoveFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberError.access_error": {"fq_name": "sharing.RemoveFileMemberError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.RemoveFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberError.no_explicit_access": {"fq_name": "sharing.RemoveFileMemberError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": null, "getter_method": "getNoExplicitAccessValue", "containing_data_type_ref": "sharing.RemoveFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFileMemberError.other": {"fq_name": "sharing.RemoveFileMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFileMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberArg.shared_folder_id": {"fq_name": "sharing.RemoveFolderMemberArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.RemoveFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberArg.member": {"fq_name": "sharing.RemoveFolderMemberArg.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.RemoveFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberArg.leave_a_copy": {"fq_name": "sharing.RemoveFolderMemberArg.leave_a_copy", "param_name": "leaveACopy", "static_instance": null, "getter_method": "getLeaveACopy", "containing_data_type_ref": "sharing.RemoveFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.access_error": {"fq_name": "sharing.RemoveFolderMemberError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.member_error": {"fq_name": "sharing.RemoveFolderMemberError.member_error", "param_name": "memberErrorValue", "static_instance": null, "getter_method": "getMemberErrorValue", "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.folder_owner": {"fq_name": "sharing.RemoveFolderMemberError.folder_owner", "param_name": "folderOwnerValue", "static_instance": "FOLDER_OWNER", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.group_access": {"fq_name": "sharing.RemoveFolderMemberError.group_access", "param_name": "groupAccessValue", "static_instance": "GROUP_ACCESS", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.team_folder": {"fq_name": "sharing.RemoveFolderMemberError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.no_permission": {"fq_name": "sharing.RemoveFolderMemberError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.too_many_files": {"fq_name": "sharing.RemoveFolderMemberError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveFolderMemberError.other": {"fq_name": "sharing.RemoveFolderMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RemoveFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveMemberJobStatus.in_progress": {"fq_name": "sharing.RemoveMemberJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "sharing.RemoveMemberJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveMemberJobStatus.complete": {"fq_name": "sharing.RemoveMemberJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "sharing.RemoveMemberJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.RemoveMemberJobStatus.failed": {"fq_name": "sharing.RemoveMemberJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "sharing.RemoveMemberJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedLinkAccessLevel.viewer": {"fq_name": "sharing.RequestedLinkAccessLevel.viewer", "param_name": "viewerValue", "static_instance": "VIEWER", "getter_method": null, "containing_data_type_ref": "sharing.RequestedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedLinkAccessLevel.editor": {"fq_name": "sharing.RequestedLinkAccessLevel.editor", "param_name": "editorValue", "static_instance": "EDITOR", "getter_method": null, "containing_data_type_ref": "sharing.RequestedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedLinkAccessLevel.max": {"fq_name": "sharing.RequestedLinkAccessLevel.max", "param_name": "maxValue", "static_instance": "MAX", "getter_method": null, "containing_data_type_ref": "sharing.RequestedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedLinkAccessLevel.default": {"fq_name": "sharing.RequestedLinkAccessLevel.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "sharing.RequestedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedLinkAccessLevel.other": {"fq_name": "sharing.RequestedLinkAccessLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RequestedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedVisibility.public": {"fq_name": "sharing.RequestedVisibility.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "sharing.RequestedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedVisibility.team_only": {"fq_name": "sharing.RequestedVisibility.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.RequestedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.RequestedVisibility.password": {"fq_name": "sharing.RequestedVisibility.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.RequestedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.public": {"fq_name": "sharing.ResolvedVisibility.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.team_only": {"fq_name": "sharing.ResolvedVisibility.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.password": {"fq_name": "sharing.ResolvedVisibility.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.team_and_password": {"fq_name": "sharing.ResolvedVisibility.team_and_password", "param_name": "teamAndPasswordValue", "static_instance": "TEAM_AND_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.shared_folder_only": {"fq_name": "sharing.ResolvedVisibility.shared_folder_only", "param_name": "sharedFolderOnlyValue", "static_instance": "SHARED_FOLDER_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.no_one": {"fq_name": "sharing.ResolvedVisibility.no_one", "param_name": "noOneValue", "static_instance": "NO_ONE", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.only_you": {"fq_name": "sharing.ResolvedVisibility.only_you", "param_name": "onlyYouValue", "static_instance": "ONLY_YOU", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.ResolvedVisibility.other": {"fq_name": "sharing.ResolvedVisibility.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ResolvedVisibility", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkArg.url": {"fq_name": "sharing.RevokeSharedLinkArg.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.RevokeSharedLinkArg", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.shared_link_not_found": {"fq_name": "sharing.RevokeSharedLinkError.shared_link_not_found", "param_name": "sharedLinkNotFoundValue", "static_instance": "SHARED_LINK_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.shared_link_access_denied": {"fq_name": "sharing.RevokeSharedLinkError.shared_link_access_denied", "param_name": "sharedLinkAccessDeniedValue", "static_instance": "SHARED_LINK_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.unsupported_link_type": {"fq_name": "sharing.RevokeSharedLinkError.unsupported_link_type", "param_name": "unsupportedLinkTypeValue", "static_instance": "UNSUPPORTED_LINK_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.unsupported_parameter_field": {"fq_name": "sharing.RevokeSharedLinkError.unsupported_parameter_field", "param_name": "unsupportedParameterFieldValue", "static_instance": "UNSUPPORTED_PARAMETER_FIELD", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.other": {"fq_name": "sharing.RevokeSharedLinkError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.RevokeSharedLinkError.shared_link_malformed": {"fq_name": "sharing.RevokeSharedLinkError.shared_link_malformed", "param_name": "sharedLinkMalformedValue", "static_instance": "SHARED_LINK_MALFORMED", "getter_method": null, "containing_data_type_ref": "sharing.RevokeSharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SetAccessInheritanceArg.shared_folder_id": {"fq_name": "sharing.SetAccessInheritanceArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.SetAccessInheritanceArg", "route_refs": ["sharing.set_access_inheritance"], "_type": "FieldReference"}, "sharing.SetAccessInheritanceArg.access_inheritance": {"fq_name": "sharing.SetAccessInheritanceArg.access_inheritance", "param_name": "accessInheritance", "static_instance": null, "getter_method": "getAccessInheritance", "containing_data_type_ref": "sharing.SetAccessInheritanceArg", "route_refs": ["sharing.set_access_inheritance"], "_type": "FieldReference"}, "sharing.SetAccessInheritanceError.access_error": {"fq_name": "sharing.SetAccessInheritanceError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.SetAccessInheritanceError", "route_refs": [], "_type": "FieldReference"}, "sharing.SetAccessInheritanceError.no_permission": {"fq_name": "sharing.SetAccessInheritanceError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.SetAccessInheritanceError", "route_refs": [], "_type": "FieldReference"}, "sharing.SetAccessInheritanceError.other": {"fq_name": "sharing.SetAccessInheritanceError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SetAccessInheritanceError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.path": {"fq_name": "sharing.ShareFolderArg.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.acl_update_policy": {"fq_name": "sharing.ShareFolderArg.acl_update_policy", "param_name": "aclUpdatePolicy", "static_instance": null, "getter_method": "getAclUpdatePolicy", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.force_async": {"fq_name": "sharing.ShareFolderArg.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.member_policy": {"fq_name": "sharing.ShareFolderArg.member_policy", "param_name": "memberPolicy", "static_instance": null, "getter_method": "getMemberPolicy", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.shared_link_policy": {"fq_name": "sharing.ShareFolderArg.shared_link_policy", "param_name": "sharedLinkPolicy", "static_instance": null, "getter_method": "getSharedLinkPolicy", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.viewer_info_policy": {"fq_name": "sharing.ShareFolderArg.viewer_info_policy", "param_name": "viewerInfoPolicy", "static_instance": null, "getter_method": "getViewerInfoPolicy", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.access_inheritance": {"fq_name": "sharing.ShareFolderArg.access_inheritance", "param_name": "accessInheritance", "static_instance": null, "getter_method": "getAccessInheritance", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.actions": {"fq_name": "sharing.ShareFolderArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArg.link_settings": {"fq_name": "sharing.ShareFolderArg.link_settings", "param_name": "linkSettings", "static_instance": null, "getter_method": "getLinkSettings", "containing_data_type_ref": "sharing.ShareFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.path": {"fq_name": "sharing.ShareFolderArgBase.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.acl_update_policy": {"fq_name": "sharing.ShareFolderArgBase.acl_update_policy", "param_name": "aclUpdatePolicy", "static_instance": null, "getter_method": "getAclUpdatePolicy", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.force_async": {"fq_name": "sharing.ShareFolderArgBase.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.member_policy": {"fq_name": "sharing.ShareFolderArgBase.member_policy", "param_name": "memberPolicy", "static_instance": null, "getter_method": "getMemberPolicy", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.shared_link_policy": {"fq_name": "sharing.ShareFolderArgBase.shared_link_policy", "param_name": "sharedLinkPolicy", "static_instance": null, "getter_method": "getSharedLinkPolicy", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.viewer_info_policy": {"fq_name": "sharing.ShareFolderArgBase.viewer_info_policy", "param_name": "viewerInfoPolicy", "static_instance": null, "getter_method": "getViewerInfoPolicy", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderArgBase.access_inheritance": {"fq_name": "sharing.ShareFolderArgBase.access_inheritance", "param_name": "accessInheritance", "static_instance": null, "getter_method": "getAccessInheritance", "containing_data_type_ref": "sharing.ShareFolderArgBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.email_unverified": {"fq_name": "sharing.ShareFolderError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.bad_path": {"fq_name": "sharing.ShareFolderError.bad_path", "param_name": "badPathValue", "static_instance": null, "getter_method": "getBadPathValue", "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.team_policy_disallows_member_policy": {"fq_name": "sharing.ShareFolderError.team_policy_disallows_member_policy", "param_name": "teamPolicyDisallowsMemberPolicyValue", "static_instance": "TEAM_POLICY_DISALLOWS_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.disallowed_shared_link_policy": {"fq_name": "sharing.ShareFolderError.disallowed_shared_link_policy", "param_name": "disallowedSharedLinkPolicyValue", "static_instance": "DISALLOWED_SHARED_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.other": {"fq_name": "sharing.ShareFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderError.no_permission": {"fq_name": "sharing.ShareFolderError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBase.email_unverified": {"fq_name": "sharing.ShareFolderErrorBase.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBase.bad_path": {"fq_name": "sharing.ShareFolderErrorBase.bad_path", "param_name": "badPathValue", "static_instance": null, "getter_method": "getBadPathValue", "containing_data_type_ref": "sharing.ShareFolderErrorBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBase.team_policy_disallows_member_policy": {"fq_name": "sharing.ShareFolderErrorBase.team_policy_disallows_member_policy", "param_name": "teamPolicyDisallowsMemberPolicyValue", "static_instance": "TEAM_POLICY_DISALLOWS_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBase.disallowed_shared_link_policy": {"fq_name": "sharing.ShareFolderErrorBase.disallowed_shared_link_policy", "param_name": "disallowedSharedLinkPolicyValue", "static_instance": "DISALLOWED_SHARED_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBase.other": {"fq_name": "sharing.ShareFolderErrorBase.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBase", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBaseV2.email_unverified": {"fq_name": "sharing.ShareFolderErrorBaseV2.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBaseV2.team_policy_disallows_member_policy": {"fq_name": "sharing.ShareFolderErrorBaseV2.team_policy_disallows_member_policy", "param_name": "teamPolicyDisallowsMemberPolicyValue", "static_instance": "TEAM_POLICY_DISALLOWS_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBaseV2.disallowed_shared_link_policy": {"fq_name": "sharing.ShareFolderErrorBaseV2.disallowed_shared_link_policy", "param_name": "disallowedSharedLinkPolicyValue", "static_instance": "DISALLOWED_SHARED_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorBaseV2.other": {"fq_name": "sharing.ShareFolderErrorBaseV2.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorV2.email_unverified": {"fq_name": "sharing.ShareFolderErrorV2.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorV2.team_policy_disallows_member_policy": {"fq_name": "sharing.ShareFolderErrorV2.team_policy_disallows_member_policy", "param_name": "teamPolicyDisallowsMemberPolicyValue", "static_instance": "TEAM_POLICY_DISALLOWS_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorV2.disallowed_shared_link_policy": {"fq_name": "sharing.ShareFolderErrorV2.disallowed_shared_link_policy", "param_name": "disallowedSharedLinkPolicyValue", "static_instance": "DISALLOWED_SHARED_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorV2.other": {"fq_name": "sharing.ShareFolderErrorV2.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderErrorV2.no_permission": {"fq_name": "sharing.ShareFolderErrorV2.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderJobStatus.in_progress": {"fq_name": "sharing.ShareFolderJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "sharing.ShareFolderJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderJobStatus.complete": {"fq_name": "sharing.ShareFolderJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "sharing.ShareFolderJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderJobStatus.failed": {"fq_name": "sharing.ShareFolderJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "sharing.ShareFolderJobStatus", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderLaunch.async_job_id": {"fq_name": "sharing.ShareFolderLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "sharing.ShareFolderLaunch", "route_refs": [], "_type": "FieldReference"}, "sharing.ShareFolderLaunch.complete": {"fq_name": "sharing.ShareFolderLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "sharing.ShareFolderLaunch", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_file": {"fq_name": "sharing.SharePathError.is_file", "param_name": "isFileValue", "static_instance": "IS_FILE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.inside_shared_folder": {"fq_name": "sharing.SharePathError.inside_shared_folder", "param_name": "insideSharedFolderValue", "static_instance": "INSIDE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.contains_shared_folder": {"fq_name": "sharing.SharePathError.contains_shared_folder", "param_name": "containsSharedFolderValue", "static_instance": "CONTAINS_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.contains_app_folder": {"fq_name": "sharing.SharePathError.contains_app_folder", "param_name": "containsAppFolderValue", "static_instance": "CONTAINS_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.contains_team_folder": {"fq_name": "sharing.SharePathError.contains_team_folder", "param_name": "containsTeamFolderValue", "static_instance": "CONTAINS_TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_app_folder": {"fq_name": "sharing.SharePathError.is_app_folder", "param_name": "isAppFolderValue", "static_instance": "IS_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.inside_app_folder": {"fq_name": "sharing.SharePathError.inside_app_folder", "param_name": "insideAppFolderValue", "static_instance": "INSIDE_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_public_folder": {"fq_name": "sharing.SharePathError.is_public_folder", "param_name": "isPublicFolderValue", "static_instance": "IS_PUBLIC_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.inside_public_folder": {"fq_name": "sharing.SharePathError.inside_public_folder", "param_name": "insidePublicFolderValue", "static_instance": "INSIDE_PUBLIC_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.already_shared": {"fq_name": "sharing.SharePathError.already_shared", "param_name": "alreadySharedValue", "static_instance": null, "getter_method": "getAlreadySharedValue", "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.invalid_path": {"fq_name": "sharing.SharePathError.invalid_path", "param_name": "invalidPathValue", "static_instance": "INVALID_PATH", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_osx_package": {"fq_name": "sharing.SharePathError.is_osx_package", "param_name": "isOsxPackageValue", "static_instance": "IS_OSX_PACKAGE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.inside_osx_package": {"fq_name": "sharing.SharePathError.inside_osx_package", "param_name": "insideOsxPackageValue", "static_instance": "INSIDE_OSX_PACKAGE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_vault": {"fq_name": "sharing.SharePathError.is_vault", "param_name": "isVaultValue", "static_instance": "IS_VAULT", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_vault_locked": {"fq_name": "sharing.SharePathError.is_vault_locked", "param_name": "isVaultLockedValue", "static_instance": "IS_VAULT_LOCKED", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.is_family": {"fq_name": "sharing.SharePathError.is_family", "param_name": "isFamilyValue", "static_instance": "IS_FAMILY", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathError.other": {"fq_name": "sharing.SharePathError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.is_file": {"fq_name": "sharing.SharePathErrorBaseV2.is_file", "param_name": "isFileValue", "static_instance": "IS_FILE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.inside_shared_folder": {"fq_name": "sharing.SharePathErrorBaseV2.inside_shared_folder", "param_name": "insideSharedFolderValue", "static_instance": "INSIDE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.contains_shared_folder": {"fq_name": "sharing.SharePathErrorBaseV2.contains_shared_folder", "param_name": "containsSharedFolderValue", "static_instance": "CONTAINS_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.contains_team_folder": {"fq_name": "sharing.SharePathErrorBaseV2.contains_team_folder", "param_name": "containsTeamFolderValue", "static_instance": "CONTAINS_TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.is_app_folder": {"fq_name": "sharing.SharePathErrorBaseV2.is_app_folder", "param_name": "isAppFolderValue", "static_instance": "IS_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.inside_app_folder": {"fq_name": "sharing.SharePathErrorBaseV2.inside_app_folder", "param_name": "insideAppFolderValue", "static_instance": "INSIDE_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.is_public_folder": {"fq_name": "sharing.SharePathErrorBaseV2.is_public_folder", "param_name": "isPublicFolderValue", "static_instance": "IS_PUBLIC_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.inside_public_folder": {"fq_name": "sharing.SharePathErrorBaseV2.inside_public_folder", "param_name": "insidePublicFolderValue", "static_instance": "INSIDE_PUBLIC_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.already_shared": {"fq_name": "sharing.SharePathErrorBaseV2.already_shared", "param_name": "alreadySharedValue", "static_instance": null, "getter_method": "getAlreadySharedValue", "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.invalid_path": {"fq_name": "sharing.SharePathErrorBaseV2.invalid_path", "param_name": "invalidPathValue", "static_instance": "INVALID_PATH", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.is_osx_package": {"fq_name": "sharing.SharePathErrorBaseV2.is_osx_package", "param_name": "isOsxPackageValue", "static_instance": "IS_OSX_PACKAGE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.inside_osx_package": {"fq_name": "sharing.SharePathErrorBaseV2.inside_osx_package", "param_name": "insideOsxPackageValue", "static_instance": "INSIDE_OSX_PACKAGE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.is_vault": {"fq_name": "sharing.SharePathErrorBaseV2.is_vault", "param_name": "isVaultValue", "static_instance": "IS_VAULT", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.is_vault_locked": {"fq_name": "sharing.SharePathErrorBaseV2.is_vault_locked", "param_name": "isVaultLockedValue", "static_instance": "IS_VAULT_LOCKED", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorBaseV2.other": {"fq_name": "sharing.SharePathErrorBaseV2.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorBaseV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.is_file": {"fq_name": "sharing.SharePathErrorV2.is_file", "param_name": "isFileValue", "static_instance": "IS_FILE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.inside_shared_folder": {"fq_name": "sharing.SharePathErrorV2.inside_shared_folder", "param_name": "insideSharedFolderValue", "static_instance": "INSIDE_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.contains_shared_folder": {"fq_name": "sharing.SharePathErrorV2.contains_shared_folder", "param_name": "containsSharedFolderValue", "static_instance": "CONTAINS_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.contains_team_folder": {"fq_name": "sharing.SharePathErrorV2.contains_team_folder", "param_name": "containsTeamFolderValue", "static_instance": "CONTAINS_TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.is_app_folder": {"fq_name": "sharing.SharePathErrorV2.is_app_folder", "param_name": "isAppFolderValue", "static_instance": "IS_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.inside_app_folder": {"fq_name": "sharing.SharePathErrorV2.inside_app_folder", "param_name": "insideAppFolderValue", "static_instance": "INSIDE_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.is_public_folder": {"fq_name": "sharing.SharePathErrorV2.is_public_folder", "param_name": "isPublicFolderValue", "static_instance": "IS_PUBLIC_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.inside_public_folder": {"fq_name": "sharing.SharePathErrorV2.inside_public_folder", "param_name": "insidePublicFolderValue", "static_instance": "INSIDE_PUBLIC_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.already_shared": {"fq_name": "sharing.SharePathErrorV2.already_shared", "param_name": "alreadySharedValue", "static_instance": null, "getter_method": "getAlreadySharedValue", "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.invalid_path": {"fq_name": "sharing.SharePathErrorV2.invalid_path", "param_name": "invalidPathValue", "static_instance": "INVALID_PATH", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.is_osx_package": {"fq_name": "sharing.SharePathErrorV2.is_osx_package", "param_name": "isOsxPackageValue", "static_instance": "IS_OSX_PACKAGE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.inside_osx_package": {"fq_name": "sharing.SharePathErrorV2.inside_osx_package", "param_name": "insideOsxPackageValue", "static_instance": "INSIDE_OSX_PACKAGE", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.is_vault": {"fq_name": "sharing.SharePathErrorV2.is_vault", "param_name": "isVaultValue", "static_instance": "IS_VAULT", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.is_vault_locked": {"fq_name": "sharing.SharePathErrorV2.is_vault_locked", "param_name": "isVaultLockedValue", "static_instance": "IS_VAULT_LOCKED", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.other": {"fq_name": "sharing.SharePathErrorV2.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.is_family": {"fq_name": "sharing.SharePathErrorV2.is_family", "param_name": "isFamilyValue", "static_instance": "IS_FAMILY", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharePathErrorV2.contains_app_folder": {"fq_name": "sharing.SharePathErrorV2.contains_app_folder", "param_name": "containsAppFolderValue", "static_instance": "CONTAINS_APP_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharePathErrorV2", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.audience_options": {"fq_name": "sharing.SharedContentLinkMetadata.audience_options", "param_name": "audienceOptions", "static_instance": null, "getter_method": "getAudienceOptions", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.current_audience": {"fq_name": "sharing.SharedContentLinkMetadata.current_audience", "param_name": "currentAudience", "static_instance": null, "getter_method": "getCurrentAudience", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.link_permissions": {"fq_name": "sharing.SharedContentLinkMetadata.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.password_protected": {"fq_name": "sharing.SharedContentLinkMetadata.password_protected", "param_name": "passwordProtected", "static_instance": null, "getter_method": "getPasswordProtected", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.url": {"fq_name": "sharing.SharedContentLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.access_level": {"fq_name": "sharing.SharedContentLinkMetadata.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.audience_restricting_shared_folder": {"fq_name": "sharing.SharedContentLinkMetadata.audience_restricting_shared_folder", "param_name": "audienceRestrictingSharedFolder", "static_instance": null, "getter_method": "getAudienceRestrictingSharedFolder", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.expiry": {"fq_name": "sharing.SharedContentLinkMetadata.expiry", "param_name": "expiry", "static_instance": null, "getter_method": "getExpiry", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadata.audience_exceptions": {"fq_name": "sharing.SharedContentLinkMetadata.audience_exceptions", "param_name": "audienceExceptions", "static_instance": null, "getter_method": "getAudienceExceptions", "containing_data_type_ref": "sharing.SharedContentLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.audience_options": {"fq_name": "sharing.SharedContentLinkMetadataBase.audience_options", "param_name": "audienceOptions", "static_instance": null, "getter_method": "getAudienceOptions", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.current_audience": {"fq_name": "sharing.SharedContentLinkMetadataBase.current_audience", "param_name": "currentAudience", "static_instance": null, "getter_method": "getCurrentAudience", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.link_permissions": {"fq_name": "sharing.SharedContentLinkMetadataBase.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.password_protected": {"fq_name": "sharing.SharedContentLinkMetadataBase.password_protected", "param_name": "passwordProtected", "static_instance": null, "getter_method": "getPasswordProtected", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.access_level": {"fq_name": "sharing.SharedContentLinkMetadataBase.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.audience_restricting_shared_folder": {"fq_name": "sharing.SharedContentLinkMetadataBase.audience_restricting_shared_folder", "param_name": "audienceRestrictingSharedFolder", "static_instance": null, "getter_method": "getAudienceRestrictingSharedFolder", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedContentLinkMetadataBase.expiry": {"fq_name": "sharing.SharedContentLinkMetadataBase.expiry", "param_name": "expiry", "static_instance": null, "getter_method": "getExpiry", "containing_data_type_ref": "sharing.SharedContentLinkMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMembers.users": {"fq_name": "sharing.SharedFileMembers.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "sharing.SharedFileMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMembers.groups": {"fq_name": "sharing.SharedFileMembers.groups", "param_name": "groups", "static_instance": null, "getter_method": "getGroups", "containing_data_type_ref": "sharing.SharedFileMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMembers.invitees": {"fq_name": "sharing.SharedFileMembers.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "sharing.SharedFileMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMembers.cursor": {"fq_name": "sharing.SharedFileMembers.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.SharedFileMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.id": {"fq_name": "sharing.SharedFileMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.name": {"fq_name": "sharing.SharedFileMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.policy": {"fq_name": "sharing.SharedFileMetadata.policy", "param_name": "policy", "static_instance": null, "getter_method": "getPolicy", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.preview_url": {"fq_name": "sharing.SharedFileMetadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.access_type": {"fq_name": "sharing.SharedFileMetadata.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.expected_link_metadata": {"fq_name": "sharing.SharedFileMetadata.expected_link_metadata", "param_name": "expectedLinkMetadata", "static_instance": null, "getter_method": "getExpectedLinkMetadata", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.link_metadata": {"fq_name": "sharing.SharedFileMetadata.link_metadata", "param_name": "linkMetadata", "static_instance": null, "getter_method": "getLinkMetadata", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.owner_display_names": {"fq_name": "sharing.SharedFileMetadata.owner_display_names", "param_name": "ownerDisplayNames", "static_instance": null, "getter_method": "getOwnerDisplayNames", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.owner_team": {"fq_name": "sharing.SharedFileMetadata.owner_team", "param_name": "ownerTeam", "static_instance": null, "getter_method": "getOwnerTeam", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.parent_shared_folder_id": {"fq_name": "sharing.SharedFileMetadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.path_display": {"fq_name": "sharing.SharedFileMetadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.path_lower": {"fq_name": "sharing.SharedFileMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.permissions": {"fq_name": "sharing.SharedFileMetadata.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFileMetadata.time_invited": {"fq_name": "sharing.SharedFileMetadata.time_invited", "param_name": "timeInvited", "static_instance": null, "getter_method": "getTimeInvited", "containing_data_type_ref": "sharing.SharedFileMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.invalid_id": {"fq_name": "sharing.SharedFolderAccessError.invalid_id", "param_name": "invalidIdValue", "static_instance": "INVALID_ID", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.not_a_member": {"fq_name": "sharing.SharedFolderAccessError.not_a_member", "param_name": "notAMemberValue", "static_instance": "NOT_A_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.invalid_member": {"fq_name": "sharing.SharedFolderAccessError.invalid_member", "param_name": "invalidMemberValue", "static_instance": "INVALID_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.email_unverified": {"fq_name": "sharing.SharedFolderAccessError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.unmounted": {"fq_name": "sharing.SharedFolderAccessError.unmounted", "param_name": "unmountedValue", "static_instance": "UNMOUNTED", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderAccessError.other": {"fq_name": "sharing.SharedFolderAccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMemberError.invalid_dropbox_id": {"fq_name": "sharing.SharedFolderMemberError.invalid_dropbox_id", "param_name": "invalidDropboxIdValue", "static_instance": "INVALID_DROPBOX_ID", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMemberError.not_a_member": {"fq_name": "sharing.SharedFolderMemberError.not_a_member", "param_name": "notAMemberValue", "static_instance": "NOT_A_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMemberError.no_explicit_access": {"fq_name": "sharing.SharedFolderMemberError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": null, "getter_method": "getNoExplicitAccessValue", "containing_data_type_ref": "sharing.SharedFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMemberError.other": {"fq_name": "sharing.SharedFolderMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMembers.users": {"fq_name": "sharing.SharedFolderMembers.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "sharing.SharedFolderMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMembers.groups": {"fq_name": "sharing.SharedFolderMembers.groups", "param_name": "groups", "static_instance": null, "getter_method": "getGroups", "containing_data_type_ref": "sharing.SharedFolderMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMembers.invitees": {"fq_name": "sharing.SharedFolderMembers.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "sharing.SharedFolderMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMembers.cursor": {"fq_name": "sharing.SharedFolderMembers.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "sharing.SharedFolderMembers", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.access_type": {"fq_name": "sharing.SharedFolderMetadata.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.is_inside_team_folder": {"fq_name": "sharing.SharedFolderMetadata.is_inside_team_folder", "param_name": "isInsideTeamFolder", "static_instance": null, "getter_method": "getIsInsideTeamFolder", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.is_team_folder": {"fq_name": "sharing.SharedFolderMetadata.is_team_folder", "param_name": "isTeamFolder", "static_instance": null, "getter_method": "getIsTeamFolder", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.name": {"fq_name": "sharing.SharedFolderMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.policy": {"fq_name": "sharing.SharedFolderMetadata.policy", "param_name": "policy", "static_instance": null, "getter_method": "getPolicy", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.preview_url": {"fq_name": "sharing.SharedFolderMetadata.preview_url", "param_name": "previewUrl", "static_instance": null, "getter_method": "getPreviewUrl", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.shared_folder_id": {"fq_name": "sharing.SharedFolderMetadata.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.time_invited": {"fq_name": "sharing.SharedFolderMetadata.time_invited", "param_name": "timeInvited", "static_instance": null, "getter_method": "getTimeInvited", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.owner_display_names": {"fq_name": "sharing.SharedFolderMetadata.owner_display_names", "param_name": "ownerDisplayNames", "static_instance": null, "getter_method": "getOwnerDisplayNames", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.owner_team": {"fq_name": "sharing.SharedFolderMetadata.owner_team", "param_name": "ownerTeam", "static_instance": null, "getter_method": "getOwnerTeam", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.parent_shared_folder_id": {"fq_name": "sharing.SharedFolderMetadata.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.path_display": {"fq_name": "sharing.SharedFolderMetadata.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.path_lower": {"fq_name": "sharing.SharedFolderMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.parent_folder_name": {"fq_name": "sharing.SharedFolderMetadata.parent_folder_name", "param_name": "parentFolderName", "static_instance": null, "getter_method": "getParentFolderName", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.link_metadata": {"fq_name": "sharing.SharedFolderMetadata.link_metadata", "param_name": "linkMetadata", "static_instance": null, "getter_method": "getLinkMetadata", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.permissions": {"fq_name": "sharing.SharedFolderMetadata.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.access_inheritance": {"fq_name": "sharing.SharedFolderMetadata.access_inheritance", "param_name": "accessInheritance", "static_instance": null, "getter_method": "getAccessInheritance", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadata.folder_id": {"fq_name": "sharing.SharedFolderMetadata.folder_id", "param_name": "folderId", "static_instance": null, "getter_method": "getFolderId", "containing_data_type_ref": "sharing.SharedFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.access_type": {"fq_name": "sharing.SharedFolderMetadataBase.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.is_inside_team_folder": {"fq_name": "sharing.SharedFolderMetadataBase.is_inside_team_folder", "param_name": "isInsideTeamFolder", "static_instance": null, "getter_method": "getIsInsideTeamFolder", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.is_team_folder": {"fq_name": "sharing.SharedFolderMetadataBase.is_team_folder", "param_name": "isTeamFolder", "static_instance": null, "getter_method": "getIsTeamFolder", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.owner_display_names": {"fq_name": "sharing.SharedFolderMetadataBase.owner_display_names", "param_name": "ownerDisplayNames", "static_instance": null, "getter_method": "getOwnerDisplayNames", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.owner_team": {"fq_name": "sharing.SharedFolderMetadataBase.owner_team", "param_name": "ownerTeam", "static_instance": null, "getter_method": "getOwnerTeam", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.parent_shared_folder_id": {"fq_name": "sharing.SharedFolderMetadataBase.parent_shared_folder_id", "param_name": "parentSharedFolderId", "static_instance": null, "getter_method": "getParentSharedFolderId", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.path_display": {"fq_name": "sharing.SharedFolderMetadataBase.path_display", "param_name": "pathDisplay", "static_instance": null, "getter_method": "getPathDisplay", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.path_lower": {"fq_name": "sharing.SharedFolderMetadataBase.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedFolderMetadataBase.parent_folder_name": {"fq_name": "sharing.SharedFolderMetadataBase.parent_folder_name", "param_name": "parentFolderName", "static_instance": null, "getter_method": "getParentFolderName", "containing_data_type_ref": "sharing.SharedFolderMetadataBase", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.login_required": {"fq_name": "sharing.SharedLinkAccessFailureReason.login_required", "param_name": "loginRequiredValue", "static_instance": "LOGIN_REQUIRED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.email_verify_required": {"fq_name": "sharing.SharedLinkAccessFailureReason.email_verify_required", "param_name": "emailVerifyRequiredValue", "static_instance": "EMAIL_VERIFY_REQUIRED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.password_required": {"fq_name": "sharing.SharedLinkAccessFailureReason.password_required", "param_name": "passwordRequiredValue", "static_instance": "PASSWORD_REQUIRED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.team_only": {"fq_name": "sharing.SharedLinkAccessFailureReason.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.owner_only": {"fq_name": "sharing.SharedLinkAccessFailureReason.owner_only", "param_name": "ownerOnlyValue", "static_instance": "OWNER_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAccessFailureReason.other": {"fq_name": "sharing.SharedLinkAccessFailureReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAccessFailureReason", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAlreadyExistsMetadata.metadata": {"fq_name": "sharing.SharedLinkAlreadyExistsMetadata.metadata", "param_name": "metadataValue", "static_instance": null, "getter_method": "getMetadataValue", "containing_data_type_ref": "sharing.SharedLinkAlreadyExistsMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkAlreadyExistsMetadata.other": {"fq_name": "sharing.SharedLinkAlreadyExistsMetadata.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkAlreadyExistsMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkError.shared_link_not_found": {"fq_name": "sharing.SharedLinkError.shared_link_not_found", "param_name": "sharedLinkNotFoundValue", "static_instance": "SHARED_LINK_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkError.shared_link_access_denied": {"fq_name": "sharing.SharedLinkError.shared_link_access_denied", "param_name": "sharedLinkAccessDeniedValue", "static_instance": "SHARED_LINK_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkError.unsupported_link_type": {"fq_name": "sharing.SharedLinkError.unsupported_link_type", "param_name": "unsupportedLinkTypeValue", "static_instance": "UNSUPPORTED_LINK_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkError.unsupported_parameter_field": {"fq_name": "sharing.SharedLinkError.unsupported_parameter_field", "param_name": "unsupportedParameterFieldValue", "static_instance": "UNSUPPORTED_PARAMETER_FIELD", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkError.other": {"fq_name": "sharing.SharedLinkError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.url": {"fq_name": "sharing.SharedLinkMetadata.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.name": {"fq_name": "sharing.SharedLinkMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.link_permissions": {"fq_name": "sharing.SharedLinkMetadata.link_permissions", "param_name": "linkPermissions", "static_instance": null, "getter_method": "getLinkPermissions", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.id": {"fq_name": "sharing.SharedLinkMetadata.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.expires": {"fq_name": "sharing.SharedLinkMetadata.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.path_lower": {"fq_name": "sharing.SharedLinkMetadata.path_lower", "param_name": "pathLower", "static_instance": null, "getter_method": "getPathLower", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.team_member_info": {"fq_name": "sharing.SharedLinkMetadata.team_member_info", "param_name": "teamMemberInfo", "static_instance": null, "getter_method": "getTeamMemberInfo", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadata.content_owner_team_info": {"fq_name": "sharing.SharedLinkMetadata.content_owner_team_info", "param_name": "contentOwnerTeamInfo", "static_instance": null, "getter_method": "getContentOwnerTeamInfo", "containing_data_type_ref": "sharing.SharedLinkMetadata", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadataError.shared_link_not_found": {"fq_name": "sharing.SharedLinkMetadataError.shared_link_not_found", "param_name": "sharedLinkNotFoundValue", "static_instance": "SHARED_LINK_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadataError.shared_link_access_denied": {"fq_name": "sharing.SharedLinkMetadataError.shared_link_access_denied", "param_name": "sharedLinkAccessDeniedValue", "static_instance": "SHARED_LINK_ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadataError.unsupported_link_type": {"fq_name": "sharing.SharedLinkMetadataError.unsupported_link_type", "param_name": "unsupportedLinkTypeValue", "static_instance": "UNSUPPORTED_LINK_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadataError.unsupported_parameter_field": {"fq_name": "sharing.SharedLinkMetadataError.unsupported_parameter_field", "param_name": "unsupportedParameterFieldValue", "static_instance": "UNSUPPORTED_PARAMETER_FIELD", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkMetadataError.other": {"fq_name": "sharing.SharedLinkMetadataError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkMetadataError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkPolicy.anyone": {"fq_name": "sharing.SharedLinkPolicy.anyone", "param_name": "anyoneValue", "static_instance": "ANYONE", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkPolicy.team": {"fq_name": "sharing.SharedLinkPolicy.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkPolicy.members": {"fq_name": "sharing.SharedLinkPolicy.members", "param_name": "membersValue", "static_instance": "MEMBERS", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkPolicy.other": {"fq_name": "sharing.SharedLinkPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.require_password": {"fq_name": "sharing.SharedLinkSettings.require_password", "param_name": "requirePassword", "static_instance": null, "getter_method": "getRequirePassword", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.link_password": {"fq_name": "sharing.SharedLinkSettings.link_password", "param_name": "linkPassword", "static_instance": null, "getter_method": "getLinkPassword", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.expires": {"fq_name": "sharing.SharedLinkSettings.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.audience": {"fq_name": "sharing.SharedLinkSettings.audience", "param_name": "audience", "static_instance": null, "getter_method": "getAudience", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.access": {"fq_name": "sharing.SharedLinkSettings.access", "param_name": "access", "static_instance": null, "getter_method": "getAccess", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.requested_visibility": {"fq_name": "sharing.SharedLinkSettings.requested_visibility", "param_name": "requestedVisibility", "static_instance": null, "getter_method": "getRequestedVisibility", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettings.allow_download": {"fq_name": "sharing.SharedLinkSettings.allow_download", "param_name": "allowDownload", "static_instance": null, "getter_method": "getAllowDownload", "containing_data_type_ref": "sharing.SharedLinkSettings", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettingsError.invalid_settings": {"fq_name": "sharing.SharedLinkSettingsError.invalid_settings", "param_name": "invalidSettingsValue", "static_instance": "INVALID_SETTINGS", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharedLinkSettingsError.not_authorized": {"fq_name": "sharing.SharedLinkSettingsError.not_authorized", "param_name": "notAuthorizedValue", "static_instance": "NOT_AUTHORIZED", "getter_method": null, "containing_data_type_ref": "sharing.SharedLinkSettingsError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.no_permission": {"fq_name": "sharing.SharingFileAccessError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.invalid_file": {"fq_name": "sharing.SharingFileAccessError.invalid_file", "param_name": "invalidFileValue", "static_instance": "INVALID_FILE", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.is_folder": {"fq_name": "sharing.SharingFileAccessError.is_folder", "param_name": "isFolderValue", "static_instance": "IS_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.inside_public_folder": {"fq_name": "sharing.SharingFileAccessError.inside_public_folder", "param_name": "insidePublicFolderValue", "static_instance": "INSIDE_PUBLIC_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.inside_osx_package": {"fq_name": "sharing.SharingFileAccessError.inside_osx_package", "param_name": "insideOsxPackageValue", "static_instance": "INSIDE_OSX_PACKAGE", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingFileAccessError.other": {"fq_name": "sharing.SharingFileAccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharingFileAccessError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingUserError.email_unverified": {"fq_name": "sharing.SharingUserError.email_unverified", "param_name": "emailUnverifiedValue", "static_instance": "EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.SharingUserError", "route_refs": [], "_type": "FieldReference"}, "sharing.SharingUserError.other": {"fq_name": "sharing.SharingUserError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.SharingUserError", "route_refs": [], "_type": "FieldReference"}, "sharing.TeamMemberInfo.team_info": {"fq_name": "sharing.TeamMemberInfo.team_info", "param_name": "teamInfo", "static_instance": null, "getter_method": "getTeamInfo", "containing_data_type_ref": "sharing.TeamMemberInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.TeamMemberInfo.display_name": {"fq_name": "sharing.TeamMemberInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "sharing.TeamMemberInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.TeamMemberInfo.member_id": {"fq_name": "sharing.TeamMemberInfo.member_id", "param_name": "memberId", "static_instance": null, "getter_method": "getMemberId", "containing_data_type_ref": "sharing.TeamMemberInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderArg.shared_folder_id": {"fq_name": "sharing.TransferFolderArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.TransferFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderArg.to_dropbox_id": {"fq_name": "sharing.TransferFolderArg.to_dropbox_id", "param_name": "toDropboxId", "static_instance": null, "getter_method": "getToDropboxId", "containing_data_type_ref": "sharing.TransferFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.access_error": {"fq_name": "sharing.TransferFolderError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.invalid_dropbox_id": {"fq_name": "sharing.TransferFolderError.invalid_dropbox_id", "param_name": "invalidDropboxIdValue", "static_instance": "INVALID_DROPBOX_ID", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.new_owner_not_a_member": {"fq_name": "sharing.TransferFolderError.new_owner_not_a_member", "param_name": "newOwnerNotAMemberValue", "static_instance": "NEW_OWNER_NOT_A_MEMBER", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.new_owner_unmounted": {"fq_name": "sharing.TransferFolderError.new_owner_unmounted", "param_name": "newOwnerUnmountedValue", "static_instance": "NEW_OWNER_UNMOUNTED", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.new_owner_email_unverified": {"fq_name": "sharing.TransferFolderError.new_owner_email_unverified", "param_name": "newOwnerEmailUnverifiedValue", "static_instance": "NEW_OWNER_EMAIL_UNVERIFIED", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.team_folder": {"fq_name": "sharing.TransferFolderError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.no_permission": {"fq_name": "sharing.TransferFolderError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.TransferFolderError.other": {"fq_name": "sharing.TransferFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.TransferFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnmountFolderArg.shared_folder_id": {"fq_name": "sharing.UnmountFolderArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.UnmountFolderArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UnmountFolderError.access_error": {"fq_name": "sharing.UnmountFolderError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.UnmountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnmountFolderError.no_permission": {"fq_name": "sharing.UnmountFolderError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.UnmountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnmountFolderError.not_unmountable": {"fq_name": "sharing.UnmountFolderError.not_unmountable", "param_name": "notUnmountableValue", "static_instance": "NOT_UNMOUNTABLE", "getter_method": null, "containing_data_type_ref": "sharing.UnmountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnmountFolderError.other": {"fq_name": "sharing.UnmountFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.UnmountFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFileArg.file": {"fq_name": "sharing.UnshareFileArg.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.UnshareFileArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFileError.user_error": {"fq_name": "sharing.UnshareFileError.user_error", "param_name": "userErrorValue", "static_instance": null, "getter_method": "getUserErrorValue", "containing_data_type_ref": "sharing.UnshareFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFileError.access_error": {"fq_name": "sharing.UnshareFileError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.UnshareFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFileError.other": {"fq_name": "sharing.UnshareFileError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.UnshareFileError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFolderArg.shared_folder_id": {"fq_name": "sharing.UnshareFolderArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.UnshareFolderArg", "route_refs": ["sharing.unshare_folder"], "_type": "FieldReference"}, "sharing.UnshareFolderArg.leave_a_copy": {"fq_name": "sharing.UnshareFolderArg.leave_a_copy", "param_name": "leaveACopy", "static_instance": null, "getter_method": "getLeaveACopy", "containing_data_type_ref": "sharing.UnshareFolderArg", "route_refs": ["sharing.unshare_folder"], "_type": "FieldReference"}, "sharing.UnshareFolderError.access_error": {"fq_name": "sharing.UnshareFolderError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.UnshareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFolderError.team_folder": {"fq_name": "sharing.UnshareFolderError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.UnshareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFolderError.no_permission": {"fq_name": "sharing.UnshareFolderError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.UnshareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFolderError.too_many_files": {"fq_name": "sharing.UnshareFolderError.too_many_files", "param_name": "tooManyFilesValue", "static_instance": "TOO_MANY_FILES", "getter_method": null, "containing_data_type_ref": "sharing.UnshareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UnshareFolderError.other": {"fq_name": "sharing.UnshareFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.UnshareFolderError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFileMemberArgs.file": {"fq_name": "sharing.UpdateFileMemberArgs.file", "param_name": "file", "static_instance": null, "getter_method": "getFile", "containing_data_type_ref": "sharing.UpdateFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFileMemberArgs.member": {"fq_name": "sharing.UpdateFileMemberArgs.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.UpdateFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFileMemberArgs.access_level": {"fq_name": "sharing.UpdateFileMemberArgs.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.UpdateFileMemberArgs", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberArg.shared_folder_id": {"fq_name": "sharing.UpdateFolderMemberArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.UpdateFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberArg.member": {"fq_name": "sharing.UpdateFolderMemberArg.member", "param_name": "member", "static_instance": null, "getter_method": "getMember", "containing_data_type_ref": "sharing.UpdateFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberArg.access_level": {"fq_name": "sharing.UpdateFolderMemberArg.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "sharing.UpdateFolderMemberArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.access_error": {"fq_name": "sharing.UpdateFolderMemberError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.member_error": {"fq_name": "sharing.UpdateFolderMemberError.member_error", "param_name": "memberErrorValue", "static_instance": null, "getter_method": "getMemberErrorValue", "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.no_explicit_access": {"fq_name": "sharing.UpdateFolderMemberError.no_explicit_access", "param_name": "noExplicitAccessValue", "static_instance": null, "getter_method": "getNoExplicitAccessValue", "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.insufficient_plan": {"fq_name": "sharing.UpdateFolderMemberError.insufficient_plan", "param_name": "insufficientPlanValue", "static_instance": "INSUFFICIENT_PLAN", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.no_permission": {"fq_name": "sharing.UpdateFolderMemberError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderMemberError.other": {"fq_name": "sharing.UpdateFolderMemberError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderMemberError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.shared_folder_id": {"fq_name": "sharing.UpdateFolderPolicyArg.shared_folder_id", "param_name": "sharedFolderId", "static_instance": null, "getter_method": "getSharedFolderId", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.member_policy": {"fq_name": "sharing.UpdateFolderPolicyArg.member_policy", "param_name": "memberPolicy", "static_instance": null, "getter_method": "getMemberPolicy", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.acl_update_policy": {"fq_name": "sharing.UpdateFolderPolicyArg.acl_update_policy", "param_name": "aclUpdatePolicy", "static_instance": null, "getter_method": "getAclUpdatePolicy", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.viewer_info_policy": {"fq_name": "sharing.UpdateFolderPolicyArg.viewer_info_policy", "param_name": "viewerInfoPolicy", "static_instance": null, "getter_method": "getViewerInfoPolicy", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.shared_link_policy": {"fq_name": "sharing.UpdateFolderPolicyArg.shared_link_policy", "param_name": "sharedLinkPolicy", "static_instance": null, "getter_method": "getSharedLinkPolicy", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.link_settings": {"fq_name": "sharing.UpdateFolderPolicyArg.link_settings", "param_name": "linkSettings", "static_instance": null, "getter_method": "getLinkSettings", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyArg.actions": {"fq_name": "sharing.UpdateFolderPolicyArg.actions", "param_name": "actions", "static_instance": null, "getter_method": "getActions", "containing_data_type_ref": "sharing.UpdateFolderPolicyArg", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.access_error": {"fq_name": "sharing.UpdateFolderPolicyError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.not_on_team": {"fq_name": "sharing.UpdateFolderPolicyError.not_on_team", "param_name": "notOnTeamValue", "static_instance": "NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.team_policy_disallows_member_policy": {"fq_name": "sharing.UpdateFolderPolicyError.team_policy_disallows_member_policy", "param_name": "teamPolicyDisallowsMemberPolicyValue", "static_instance": "TEAM_POLICY_DISALLOWS_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.disallowed_shared_link_policy": {"fq_name": "sharing.UpdateFolderPolicyError.disallowed_shared_link_policy", "param_name": "disallowedSharedLinkPolicyValue", "static_instance": "DISALLOWED_SHARED_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.no_permission": {"fq_name": "sharing.UpdateFolderPolicyError.no_permission", "param_name": "noPermissionValue", "static_instance": "NO_PERMISSION", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.team_folder": {"fq_name": "sharing.UpdateFolderPolicyError.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UpdateFolderPolicyError.other": {"fq_name": "sharing.UpdateFolderPolicyError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.UpdateFolderPolicyError", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.access_type": {"fq_name": "sharing.UserFileMembershipInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.user": {"fq_name": "sharing.UserFileMembershipInfo.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.permissions": {"fq_name": "sharing.UserFileMembershipInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.initials": {"fq_name": "sharing.UserFileMembershipInfo.initials", "param_name": "initials", "static_instance": null, "getter_method": "getInitials", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.is_inherited": {"fq_name": "sharing.UserFileMembershipInfo.is_inherited", "param_name": "isInherited", "static_instance": null, "getter_method": "getIsInherited", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.time_last_seen": {"fq_name": "sharing.UserFileMembershipInfo.time_last_seen", "param_name": "timeLastSeen", "static_instance": null, "getter_method": "getTimeLastSeen", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserFileMembershipInfo.platform_type": {"fq_name": "sharing.UserFileMembershipInfo.platform_type", "param_name": "platformType", "static_instance": null, "getter_method": "getPlatformType", "containing_data_type_ref": "sharing.UserFileMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserInfo.account_id": {"fq_name": "sharing.UserInfo.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "sharing.UserInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserInfo.email": {"fq_name": "sharing.UserInfo.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "sharing.UserInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserInfo.display_name": {"fq_name": "sharing.UserInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "sharing.UserInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserInfo.same_team": {"fq_name": "sharing.UserInfo.same_team", "param_name": "sameTeam", "static_instance": null, "getter_method": "getSameTeam", "containing_data_type_ref": "sharing.UserInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserInfo.team_member_id": {"fq_name": "sharing.UserInfo.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "sharing.UserInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserMembershipInfo.access_type": {"fq_name": "sharing.UserMembershipInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "sharing.UserMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserMembershipInfo.user": {"fq_name": "sharing.UserMembershipInfo.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "sharing.UserMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserMembershipInfo.permissions": {"fq_name": "sharing.UserMembershipInfo.permissions", "param_name": "permissions", "static_instance": null, "getter_method": "getPermissions", "containing_data_type_ref": "sharing.UserMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserMembershipInfo.initials": {"fq_name": "sharing.UserMembershipInfo.initials", "param_name": "initials", "static_instance": null, "getter_method": "getInitials", "containing_data_type_ref": "sharing.UserMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.UserMembershipInfo.is_inherited": {"fq_name": "sharing.UserMembershipInfo.is_inherited", "param_name": "isInherited", "static_instance": null, "getter_method": "getIsInherited", "containing_data_type_ref": "sharing.UserMembershipInfo", "route_refs": [], "_type": "FieldReference"}, "sharing.ViewerInfoPolicy.enabled": {"fq_name": "sharing.ViewerInfoPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "sharing.ViewerInfoPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.ViewerInfoPolicy.disabled": {"fq_name": "sharing.ViewerInfoPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "sharing.ViewerInfoPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.ViewerInfoPolicy.other": {"fq_name": "sharing.ViewerInfoPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.ViewerInfoPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.public": {"fq_name": "sharing.Visibility.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.team_only": {"fq_name": "sharing.Visibility.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.password": {"fq_name": "sharing.Visibility.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.team_and_password": {"fq_name": "sharing.Visibility.team_and_password", "param_name": "teamAndPasswordValue", "static_instance": "TEAM_AND_PASSWORD", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.shared_folder_only": {"fq_name": "sharing.Visibility.shared_folder_only", "param_name": "sharedFolderOnlyValue", "static_instance": "SHARED_FOLDER_ONLY", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.Visibility.other": {"fq_name": "sharing.Visibility.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.Visibility", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicy.policy": {"fq_name": "sharing.VisibilityPolicy.policy", "param_name": "policy", "static_instance": null, "getter_method": "getPolicy", "containing_data_type_ref": "sharing.VisibilityPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicy.resolved_policy": {"fq_name": "sharing.VisibilityPolicy.resolved_policy", "param_name": "resolvedPolicy", "static_instance": null, "getter_method": "getResolvedPolicy", "containing_data_type_ref": "sharing.VisibilityPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicy.allowed": {"fq_name": "sharing.VisibilityPolicy.allowed", "param_name": "allowed", "static_instance": null, "getter_method": "getAllowed", "containing_data_type_ref": "sharing.VisibilityPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicy.disallowed_reason": {"fq_name": "sharing.VisibilityPolicy.disallowed_reason", "param_name": "disallowedReason", "static_instance": null, "getter_method": "getDisallowedReason", "containing_data_type_ref": "sharing.VisibilityPolicy", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.delete_and_recreate": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.delete_and_recreate", "param_name": "deleteAndRecreateValue", "static_instance": "DELETE_AND_RECREATE", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.restricted_by_shared_folder": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.restricted_by_shared_folder", "param_name": "restrictedBySharedFolderValue", "static_instance": "RESTRICTED_BY_SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.restricted_by_team": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.restricted_by_team", "param_name": "restrictedByTeamValue", "static_instance": "RESTRICTED_BY_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.user_not_on_team": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.user_not_on_team", "param_name": "userNotOnTeamValue", "static_instance": "USER_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.user_account_type": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.user_account_type", "param_name": "userAccountTypeValue", "static_instance": "USER_ACCOUNT_TYPE", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.permission_denied": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.permission_denied", "param_name": "permissionDeniedValue", "static_instance": "PERMISSION_DENIED", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "sharing.VisibilityPolicyDisallowedReason.other": {"fq_name": "sharing.VisibilityPolicyDisallowedReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "sharing.VisibilityPolicyDisallowedReason", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.session_id": {"fq_name": "team.ActiveWebSession.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.user_agent": {"fq_name": "team.ActiveWebSession.user_agent", "param_name": "userAgent", "static_instance": null, "getter_method": "getUserAgent", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.os": {"fq_name": "team.ActiveWebSession.os", "param_name": "os", "static_instance": null, "getter_method": "getOs", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.browser": {"fq_name": "team.ActiveWebSession.browser", "param_name": "browser", "static_instance": null, "getter_method": "getBrowser", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.ip_address": {"fq_name": "team.ActiveWebSession.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.country": {"fq_name": "team.ActiveWebSession.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.created": {"fq_name": "team.ActiveWebSession.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.updated": {"fq_name": "team.ActiveWebSession.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.ActiveWebSession.expires": {"fq_name": "team.ActiveWebSession.expires", "param_name": "expires", "static_instance": null, "getter_method": "getExpires", "containing_data_type_ref": "team.ActiveWebSession", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.success": {"fq_name": "team.AddSecondaryEmailResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.unavailable": {"fq_name": "team.AddSecondaryEmailResult.unavailable", "param_name": "unavailableValue", "static_instance": null, "getter_method": "getUnavailableValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.already_pending": {"fq_name": "team.AddSecondaryEmailResult.already_pending", "param_name": "alreadyPendingValue", "static_instance": null, "getter_method": "getAlreadyPendingValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.already_owned_by_user": {"fq_name": "team.AddSecondaryEmailResult.already_owned_by_user", "param_name": "alreadyOwnedByUserValue", "static_instance": null, "getter_method": "getAlreadyOwnedByUserValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.reached_limit": {"fq_name": "team.AddSecondaryEmailResult.reached_limit", "param_name": "reachedLimitValue", "static_instance": null, "getter_method": "getReachedLimitValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.transient_error": {"fq_name": "team.AddSecondaryEmailResult.transient_error", "param_name": "transientErrorValue", "static_instance": null, "getter_method": "getTransientErrorValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.too_many_updates": {"fq_name": "team.AddSecondaryEmailResult.too_many_updates", "param_name": "tooManyUpdatesValue", "static_instance": null, "getter_method": "getTooManyUpdatesValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.unknown_error": {"fq_name": "team.AddSecondaryEmailResult.unknown_error", "param_name": "unknownErrorValue", "static_instance": null, "getter_method": "getUnknownErrorValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.rate_limited": {"fq_name": "team.AddSecondaryEmailResult.rate_limited", "param_name": "rateLimitedValue", "static_instance": null, "getter_method": "getRateLimitedValue", "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailResult.other": {"fq_name": "team.AddSecondaryEmailResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.AddSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailsArg.new_secondary_emails": {"fq_name": "team.AddSecondaryEmailsArg.new_secondary_emails", "param_name": "newSecondaryEmails", "static_instance": null, "getter_method": "getNewSecondaryEmails", "containing_data_type_ref": "team.AddSecondaryEmailsArg", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailsError.secondary_emails_disabled": {"fq_name": "team.AddSecondaryEmailsError.secondary_emails_disabled", "param_name": "secondaryEmailsDisabledValue", "static_instance": "SECONDARY_EMAILS_DISABLED", "getter_method": null, "containing_data_type_ref": "team.AddSecondaryEmailsError", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailsError.too_many_emails": {"fq_name": "team.AddSecondaryEmailsError.too_many_emails", "param_name": "tooManyEmailsValue", "static_instance": "TOO_MANY_EMAILS", "getter_method": null, "containing_data_type_ref": "team.AddSecondaryEmailsError", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailsError.other": {"fq_name": "team.AddSecondaryEmailsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.AddSecondaryEmailsError", "route_refs": [], "_type": "FieldReference"}, "team.AddSecondaryEmailsResult.results": {"fq_name": "team.AddSecondaryEmailsResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.AddSecondaryEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.AdminTier.team_admin": {"fq_name": "team.AdminTier.team_admin", "param_name": "teamAdminValue", "static_instance": "TEAM_ADMIN", "getter_method": null, "containing_data_type_ref": "team.AdminTier", "route_refs": [], "_type": "FieldReference"}, "team.AdminTier.user_management_admin": {"fq_name": "team.AdminTier.user_management_admin", "param_name": "userManagementAdminValue", "static_instance": "USER_MANAGEMENT_ADMIN", "getter_method": null, "containing_data_type_ref": "team.AdminTier", "route_refs": [], "_type": "FieldReference"}, "team.AdminTier.support_admin": {"fq_name": "team.AdminTier.support_admin", "param_name": "supportAdminValue", "static_instance": "SUPPORT_ADMIN", "getter_method": null, "containing_data_type_ref": "team.AdminTier", "route_refs": [], "_type": "FieldReference"}, "team.AdminTier.member_only": {"fq_name": "team.AdminTier.member_only", "param_name": "memberOnlyValue", "static_instance": "MEMBER_ONLY", "getter_method": null, "containing_data_type_ref": "team.AdminTier", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.app_id": {"fq_name": "team.ApiApp.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.app_name": {"fq_name": "team.ApiApp.app_name", "param_name": "appName", "static_instance": null, "getter_method": "getAppName", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.is_app_folder": {"fq_name": "team.ApiApp.is_app_folder", "param_name": "isAppFolder", "static_instance": null, "getter_method": "getIsAppFolder", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.publisher": {"fq_name": "team.ApiApp.publisher", "param_name": "publisher", "static_instance": null, "getter_method": "getPublisher", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.publisher_url": {"fq_name": "team.ApiApp.publisher_url", "param_name": "publisherUrl", "static_instance": null, "getter_method": "getPublisherUrl", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.ApiApp.linked": {"fq_name": "team.ApiApp.linked", "param_name": "linked", "static_instance": null, "getter_method": "getLinked", "containing_data_type_ref": "team.ApiApp", "route_refs": [], "_type": "FieldReference"}, "team.BaseDfbReport.start_date": {"fq_name": "team.BaseDfbReport.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.BaseDfbReport", "route_refs": [], "_type": "FieldReference"}, "team.BaseTeamFolderError.access_error": {"fq_name": "team.BaseTeamFolderError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.BaseTeamFolderError", "route_refs": [], "_type": "FieldReference"}, "team.BaseTeamFolderError.status_error": {"fq_name": "team.BaseTeamFolderError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.BaseTeamFolderError", "route_refs": [], "_type": "FieldReference"}, "team.BaseTeamFolderError.team_shared_dropbox_error": {"fq_name": "team.BaseTeamFolderError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.BaseTeamFolderError", "route_refs": [], "_type": "FieldReference"}, "team.BaseTeamFolderError.other": {"fq_name": "team.BaseTeamFolderError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.BaseTeamFolderError", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaError.too_many_users": {"fq_name": "team.CustomQuotaError.too_many_users", "param_name": "tooManyUsersValue", "static_instance": "TOO_MANY_USERS", "getter_method": null, "containing_data_type_ref": "team.CustomQuotaError", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaError.other": {"fq_name": "team.CustomQuotaError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.CustomQuotaError", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaResult.success": {"fq_name": "team.CustomQuotaResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.CustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaResult.invalid_user": {"fq_name": "team.CustomQuotaResult.invalid_user", "param_name": "invalidUserValue", "static_instance": null, "getter_method": "getInvalidUserValue", "containing_data_type_ref": "team.CustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaResult.other": {"fq_name": "team.CustomQuotaResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.CustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.CustomQuotaUsersArg.users": {"fq_name": "team.CustomQuotaUsersArg.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.CustomQuotaUsersArg", "route_refs": [], "_type": "FieldReference"}, "team.DateRange.start_date": {"fq_name": "team.DateRange.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.DateRange", "route_refs": [], "_type": "FieldReference"}, "team.DateRange.end_date": {"fq_name": "team.DateRange.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team.DateRange", "route_refs": [], "_type": "FieldReference"}, "team.DateRangeError.other": {"fq_name": "team.DateRangeError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.DateRangeError", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailResult.success": {"fq_name": "team.DeleteSecondaryEmailResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.DeleteSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailResult.not_found": {"fq_name": "team.DeleteSecondaryEmailResult.not_found", "param_name": "notFoundValue", "static_instance": null, "getter_method": "getNotFoundValue", "containing_data_type_ref": "team.DeleteSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailResult.cannot_remove_primary": {"fq_name": "team.DeleteSecondaryEmailResult.cannot_remove_primary", "param_name": "cannotRemovePrimaryValue", "static_instance": null, "getter_method": "getCannotRemovePrimaryValue", "containing_data_type_ref": "team.DeleteSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailResult.other": {"fq_name": "team.DeleteSecondaryEmailResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.DeleteSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailsArg.emails_to_delete": {"fq_name": "team.DeleteSecondaryEmailsArg.emails_to_delete", "param_name": "emailsToDelete", "static_instance": null, "getter_method": "getEmailsToDelete", "containing_data_type_ref": "team.DeleteSecondaryEmailsArg", "route_refs": [], "_type": "FieldReference"}, "team.DeleteSecondaryEmailsResult.results": {"fq_name": "team.DeleteSecondaryEmailsResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.DeleteSecondaryEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.session_id": {"fq_name": "team.DesktopClientSession.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.host_name": {"fq_name": "team.DesktopClientSession.host_name", "param_name": "hostName", "static_instance": null, "getter_method": "getHostName", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.client_type": {"fq_name": "team.DesktopClientSession.client_type", "param_name": "clientType", "static_instance": null, "getter_method": "getClientType", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.client_version": {"fq_name": "team.DesktopClientSession.client_version", "param_name": "clientVersion", "static_instance": null, "getter_method": "getClientVersion", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.platform": {"fq_name": "team.DesktopClientSession.platform", "param_name": "platform", "static_instance": null, "getter_method": "getPlatform", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.is_delete_on_unlink_supported": {"fq_name": "team.DesktopClientSession.is_delete_on_unlink_supported", "param_name": "isDeleteOnUnlinkSupported", "static_instance": null, "getter_method": "getIsDeleteOnUnlinkSupported", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.ip_address": {"fq_name": "team.DesktopClientSession.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.country": {"fq_name": "team.DesktopClientSession.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.created": {"fq_name": "team.DesktopClientSession.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopClientSession.updated": {"fq_name": "team.DesktopClientSession.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team.DesktopClientSession", "route_refs": [], "_type": "FieldReference"}, "team.DesktopPlatform.windows": {"fq_name": "team.DesktopPlatform.windows", "param_name": "windowsValue", "static_instance": "WINDOWS", "getter_method": null, "containing_data_type_ref": "team.DesktopPlatform", "route_refs": [], "_type": "FieldReference"}, "team.DesktopPlatform.mac": {"fq_name": "team.DesktopPlatform.mac", "param_name": "macValue", "static_instance": "MAC", "getter_method": null, "containing_data_type_ref": "team.DesktopPlatform", "route_refs": [], "_type": "FieldReference"}, "team.DesktopPlatform.linux": {"fq_name": "team.DesktopPlatform.linux", "param_name": "linuxValue", "static_instance": "LINUX", "getter_method": null, "containing_data_type_ref": "team.DesktopPlatform", "route_refs": [], "_type": "FieldReference"}, "team.DesktopPlatform.other": {"fq_name": "team.DesktopPlatform.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.DesktopPlatform", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSession.session_id": {"fq_name": "team.DeviceSession.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.DeviceSession", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSession.ip_address": {"fq_name": "team.DeviceSession.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team.DeviceSession", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSession.country": {"fq_name": "team.DeviceSession.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "team.DeviceSession", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSession.created": {"fq_name": "team.DeviceSession.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team.DeviceSession", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSession.updated": {"fq_name": "team.DeviceSession.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team.DeviceSession", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSessionArg.session_id": {"fq_name": "team.DeviceSessionArg.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.DeviceSessionArg", "route_refs": [], "_type": "FieldReference"}, "team.DeviceSessionArg.team_member_id": {"fq_name": "team.DeviceSessionArg.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.DeviceSessionArg", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.windows": {"fq_name": "team.DevicesActive.windows", "param_name": "windows", "static_instance": null, "getter_method": "getWindows", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.macos": {"fq_name": "team.DevicesActive.macos", "param_name": "macos", "static_instance": null, "getter_method": "getMacos", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.linux": {"fq_name": "team.DevicesActive.linux", "param_name": "linux", "static_instance": null, "getter_method": "getLinux", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.ios": {"fq_name": "team.DevicesActive.ios", "param_name": "ios", "static_instance": null, "getter_method": "getIos", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.android": {"fq_name": "team.DevicesActive.android", "param_name": "android", "static_instance": null, "getter_method": "getAndroid", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.other": {"fq_name": "team.DevicesActive.other", "param_name": "other", "static_instance": null, "getter_method": "getOther", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.DevicesActive.total": {"fq_name": "team.DevicesActive.total", "param_name": "total", "static_instance": null, "getter_method": "getTotal", "containing_data_type_ref": "team.DevicesActive", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListArg.limit": {"fq_name": "team.ExcludedUsersListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.ExcludedUsersListArg", "route_refs": ["team.member_space_limits/excluded_users/list"], "_type": "FieldReference"}, "team.ExcludedUsersListContinueArg.cursor": {"fq_name": "team.ExcludedUsersListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ExcludedUsersListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListContinueError.invalid_cursor": {"fq_name": "team.ExcludedUsersListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListContinueError.other": {"fq_name": "team.ExcludedUsersListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListError.list_error": {"fq_name": "team.ExcludedUsersListError.list_error", "param_name": "listErrorValue", "static_instance": "LIST_ERROR", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersListError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListError.other": {"fq_name": "team.ExcludedUsersListError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersListError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListResult.users": {"fq_name": "team.ExcludedUsersListResult.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.ExcludedUsersListResult", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListResult.has_more": {"fq_name": "team.ExcludedUsersListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.ExcludedUsersListResult", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersListResult.cursor": {"fq_name": "team.ExcludedUsersListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ExcludedUsersListResult", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateArg.users": {"fq_name": "team.ExcludedUsersUpdateArg.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.ExcludedUsersUpdateArg", "route_refs": ["team.member_space_limits/excluded_users/add", "team.member_space_limits/excluded_users/remove"], "_type": "FieldReference"}, "team.ExcludedUsersUpdateError.users_not_in_team": {"fq_name": "team.ExcludedUsersUpdateError.users_not_in_team", "param_name": "usersNotInTeamValue", "static_instance": "USERS_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateError.too_many_users": {"fq_name": "team.ExcludedUsersUpdateError.too_many_users", "param_name": "tooManyUsersValue", "static_instance": "TOO_MANY_USERS", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateError.other": {"fq_name": "team.ExcludedUsersUpdateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateResult.status": {"fq_name": "team.ExcludedUsersUpdateResult.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team.ExcludedUsersUpdateResult", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateStatus.success": {"fq_name": "team.ExcludedUsersUpdateStatus.success", "param_name": "successValue", "static_instance": "SUCCESS", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersUpdateStatus", "route_refs": [], "_type": "FieldReference"}, "team.ExcludedUsersUpdateStatus.other": {"fq_name": "team.ExcludedUsersUpdateStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ExcludedUsersUpdateStatus", "route_refs": [], "_type": "FieldReference"}, "team.Feature.upload_api_rate_limit": {"fq_name": "team.Feature.upload_api_rate_limit", "param_name": "uploadApiRateLimitValue", "static_instance": "UPLOAD_API_RATE_LIMIT", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.Feature.has_team_shared_dropbox": {"fq_name": "team.Feature.has_team_shared_dropbox", "param_name": "hasTeamSharedDropboxValue", "static_instance": "HAS_TEAM_SHARED_DROPBOX", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.Feature.has_team_file_events": {"fq_name": "team.Feature.has_team_file_events", "param_name": "hasTeamFileEventsValue", "static_instance": "HAS_TEAM_FILE_EVENTS", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.Feature.has_team_selective_sync": {"fq_name": "team.Feature.has_team_selective_sync", "param_name": "hasTeamSelectiveSyncValue", "static_instance": "HAS_TEAM_SELECTIVE_SYNC", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.Feature.has_distinct_member_homes": {"fq_name": "team.Feature.has_distinct_member_homes", "param_name": "hasDistinctMemberHomesValue", "static_instance": "HAS_DISTINCT_MEMBER_HOMES", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.Feature.other": {"fq_name": "team.Feature.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.Feature", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.upload_api_rate_limit": {"fq_name": "team.FeatureValue.upload_api_rate_limit", "param_name": "uploadApiRateLimitValue", "static_instance": null, "getter_method": "getUploadApiRateLimitValue", "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.has_team_shared_dropbox": {"fq_name": "team.FeatureValue.has_team_shared_dropbox", "param_name": "hasTeamSharedDropboxValue", "static_instance": null, "getter_method": "getHasTeamSharedDropboxValue", "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.has_team_file_events": {"fq_name": "team.FeatureValue.has_team_file_events", "param_name": "hasTeamFileEventsValue", "static_instance": null, "getter_method": "getHasTeamFileEventsValue", "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.has_team_selective_sync": {"fq_name": "team.FeatureValue.has_team_selective_sync", "param_name": "hasTeamSelectiveSyncValue", "static_instance": null, "getter_method": "getHasTeamSelectiveSyncValue", "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.has_distinct_member_homes": {"fq_name": "team.FeatureValue.has_distinct_member_homes", "param_name": "hasDistinctMemberHomesValue", "static_instance": null, "getter_method": "getHasDistinctMemberHomesValue", "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeatureValue.other": {"fq_name": "team.FeatureValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.FeatureValue", "route_refs": [], "_type": "FieldReference"}, "team.FeaturesGetValuesBatchArg.features": {"fq_name": "team.FeaturesGetValuesBatchArg.features", "param_name": "features", "static_instance": null, "getter_method": "getFeatures", "containing_data_type_ref": "team.FeaturesGetValuesBatchArg", "route_refs": [], "_type": "FieldReference"}, "team.FeaturesGetValuesBatchError.empty_features_list": {"fq_name": "team.FeaturesGetValuesBatchError.empty_features_list", "param_name": "emptyFeaturesListValue", "static_instance": "EMPTY_FEATURES_LIST", "getter_method": null, "containing_data_type_ref": "team.FeaturesGetValuesBatchError", "route_refs": [], "_type": "FieldReference"}, "team.FeaturesGetValuesBatchError.other": {"fq_name": "team.FeaturesGetValuesBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.FeaturesGetValuesBatchError", "route_refs": [], "_type": "FieldReference"}, "team.FeaturesGetValuesBatchResult.values": {"fq_name": "team.FeaturesGetValuesBatchResult.values", "param_name": "values", "static_instance": null, "getter_method": "getValues", "containing_data_type_ref": "team.FeaturesGetValuesBatchResult", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.start_date": {"fq_name": "team.GetActivityReport.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.adds": {"fq_name": "team.GetActivityReport.adds", "param_name": "adds", "static_instance": null, "getter_method": "getAdds", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.edits": {"fq_name": "team.GetActivityReport.edits", "param_name": "edits", "static_instance": null, "getter_method": "getEdits", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.deletes": {"fq_name": "team.GetActivityReport.deletes", "param_name": "deletes", "static_instance": null, "getter_method": "getDeletes", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_users_28_day": {"fq_name": "team.GetActivityReport.active_users_28_day", "param_name": "activeUsers28Day", "static_instance": null, "getter_method": "getActiveUsers28Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_users_7_day": {"fq_name": "team.GetActivityReport.active_users_7_day", "param_name": "activeUsers7Day", "static_instance": null, "getter_method": "getActiveUsers7Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_users_1_day": {"fq_name": "team.GetActivityReport.active_users_1_day", "param_name": "activeUsers1Day", "static_instance": null, "getter_method": "getActiveUsers1Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_shared_folders_28_day": {"fq_name": "team.GetActivityReport.active_shared_folders_28_day", "param_name": "activeSharedFolders28Day", "static_instance": null, "getter_method": "getActiveSharedFolders28Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_shared_folders_7_day": {"fq_name": "team.GetActivityReport.active_shared_folders_7_day", "param_name": "activeSharedFolders7Day", "static_instance": null, "getter_method": "getActiveSharedFolders7Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.active_shared_folders_1_day": {"fq_name": "team.GetActivityReport.active_shared_folders_1_day", "param_name": "activeSharedFolders1Day", "static_instance": null, "getter_method": "getActiveSharedFolders1Day", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.shared_links_created": {"fq_name": "team.GetActivityReport.shared_links_created", "param_name": "sharedLinksCreated", "static_instance": null, "getter_method": "getSharedLinksCreated", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.shared_links_viewed_by_team": {"fq_name": "team.GetActivityReport.shared_links_viewed_by_team", "param_name": "sharedLinksViewedByTeam", "static_instance": null, "getter_method": "getSharedLinksViewedByTeam", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.shared_links_viewed_by_outside_user": {"fq_name": "team.GetActivityReport.shared_links_viewed_by_outside_user", "param_name": "sharedLinksViewedByOutsideUser", "static_instance": null, "getter_method": "getSharedLinksViewedByOutsideUser", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.shared_links_viewed_by_not_logged_in": {"fq_name": "team.GetActivityReport.shared_links_viewed_by_not_logged_in", "param_name": "sharedLinksViewedByNotLoggedIn", "static_instance": null, "getter_method": "getSharedLinksViewedByNotLoggedIn", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetActivityReport.shared_links_viewed_total": {"fq_name": "team.GetActivityReport.shared_links_viewed_total", "param_name": "sharedLinksViewedTotal", "static_instance": null, "getter_method": "getSharedLinksViewedTotal", "containing_data_type_ref": "team.GetActivityReport", "route_refs": [], "_type": "FieldReference"}, "team.GetDevicesReport.start_date": {"fq_name": "team.GetDevicesReport.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.GetDevicesReport", "route_refs": [], "_type": "FieldReference"}, "team.GetDevicesReport.active_1_day": {"fq_name": "team.GetDevicesReport.active_1_day", "param_name": "active1Day", "static_instance": null, "getter_method": "getActive1Day", "containing_data_type_ref": "team.GetDevicesReport", "route_refs": [], "_type": "FieldReference"}, "team.GetDevicesReport.active_7_day": {"fq_name": "team.GetDevicesReport.active_7_day", "param_name": "active7Day", "static_instance": null, "getter_method": "getActive7Day", "containing_data_type_ref": "team.GetDevicesReport", "route_refs": [], "_type": "FieldReference"}, "team.GetDevicesReport.active_28_day": {"fq_name": "team.GetDevicesReport.active_28_day", "param_name": "active28Day", "static_instance": null, "getter_method": "getActive28Day", "containing_data_type_ref": "team.GetDevicesReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.start_date": {"fq_name": "team.GetMembershipReport.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.team_size": {"fq_name": "team.GetMembershipReport.team_size", "param_name": "teamSize", "static_instance": null, "getter_method": "getTeamSize", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.pending_invites": {"fq_name": "team.GetMembershipReport.pending_invites", "param_name": "pendingInvites", "static_instance": null, "getter_method": "getPendingInvites", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.members_joined": {"fq_name": "team.GetMembershipReport.members_joined", "param_name": "membersJoined", "static_instance": null, "getter_method": "getMembersJoined", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.suspended_members": {"fq_name": "team.GetMembershipReport.suspended_members", "param_name": "suspendedMembers", "static_instance": null, "getter_method": "getSuspendedMembers", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetMembershipReport.licenses": {"fq_name": "team.GetMembershipReport.licenses", "param_name": "licenses", "static_instance": null, "getter_method": "getLicenses", "containing_data_type_ref": "team.GetMembershipReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.start_date": {"fq_name": "team.GetStorageReport.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.total_usage": {"fq_name": "team.GetStorageReport.total_usage", "param_name": "totalUsage", "static_instance": null, "getter_method": "getTotalUsage", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.shared_usage": {"fq_name": "team.GetStorageReport.shared_usage", "param_name": "sharedUsage", "static_instance": null, "getter_method": "getSharedUsage", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.unshared_usage": {"fq_name": "team.GetStorageReport.unshared_usage", "param_name": "unsharedUsage", "static_instance": null, "getter_method": "getUnsharedUsage", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.shared_folders": {"fq_name": "team.GetStorageReport.shared_folders", "param_name": "sharedFolders", "static_instance": null, "getter_method": "getSharedFolders", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GetStorageReport.member_storage_map": {"fq_name": "team.GetStorageReport.member_storage_map", "param_name": "memberStorageMap", "static_instance": null, "getter_method": "getMemberStorageMap", "containing_data_type_ref": "team.GetStorageReport", "route_refs": [], "_type": "FieldReference"}, "team.GroupAccessType.member": {"fq_name": "team.GroupAccessType.member", "param_name": "memberValue", "static_instance": "MEMBER", "getter_method": null, "containing_data_type_ref": "team.GroupAccessType", "route_refs": [], "_type": "FieldReference"}, "team.GroupAccessType.owner": {"fq_name": "team.GroupAccessType.owner", "param_name": "ownerValue", "static_instance": "OWNER", "getter_method": null, "containing_data_type_ref": "team.GroupAccessType", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateArg.group_name": {"fq_name": "team.GroupCreateArg.group_name", "param_name": "groupName", "static_instance": null, "getter_method": "getGroupName", "containing_data_type_ref": "team.GroupCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateArg.add_creator_as_owner": {"fq_name": "team.GroupCreateArg.add_creator_as_owner", "param_name": "addCreatorAsOwner", "static_instance": null, "getter_method": "getAddCreatorAsOwner", "containing_data_type_ref": "team.GroupCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateArg.group_external_id": {"fq_name": "team.GroupCreateArg.group_external_id", "param_name": "groupExternalId", "static_instance": null, "getter_method": "getGroupExternalId", "containing_data_type_ref": "team.GroupCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateArg.group_management_type": {"fq_name": "team.GroupCreateArg.group_management_type", "param_name": "groupManagementType", "static_instance": null, "getter_method": "getGroupManagementType", "containing_data_type_ref": "team.GroupCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateError.group_name_already_used": {"fq_name": "team.GroupCreateError.group_name_already_used", "param_name": "groupNameAlreadyUsedValue", "static_instance": "GROUP_NAME_ALREADY_USED", "getter_method": null, "containing_data_type_ref": "team.GroupCreateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateError.group_name_invalid": {"fq_name": "team.GroupCreateError.group_name_invalid", "param_name": "groupNameInvalidValue", "static_instance": "GROUP_NAME_INVALID", "getter_method": null, "containing_data_type_ref": "team.GroupCreateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateError.external_id_already_in_use": {"fq_name": "team.GroupCreateError.external_id_already_in_use", "param_name": "externalIdAlreadyInUseValue", "static_instance": "EXTERNAL_ID_ALREADY_IN_USE", "getter_method": null, "containing_data_type_ref": "team.GroupCreateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateError.system_managed_group_disallowed": {"fq_name": "team.GroupCreateError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupCreateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupCreateError.other": {"fq_name": "team.GroupCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupCreateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupDeleteError.group_not_found": {"fq_name": "team.GroupDeleteError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.GroupDeleteError.other": {"fq_name": "team.GroupDeleteError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.GroupDeleteError.system_managed_group_disallowed": {"fq_name": "team.GroupDeleteError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.GroupDeleteError.group_already_deleted": {"fq_name": "team.GroupDeleteError.group_already_deleted", "param_name": "groupAlreadyDeletedValue", "static_instance": "GROUP_ALREADY_DELETED", "getter_method": null, "containing_data_type_ref": "team.GroupDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.group_name": {"fq_name": "team.GroupFullInfo.group_name", "param_name": "groupName", "static_instance": null, "getter_method": "getGroupName", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.group_id": {"fq_name": "team.GroupFullInfo.group_id", "param_name": "groupId", "static_instance": null, "getter_method": "getGroupId", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.group_management_type": {"fq_name": "team.GroupFullInfo.group_management_type", "param_name": "groupManagementType", "static_instance": null, "getter_method": "getGroupManagementType", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.created": {"fq_name": "team.GroupFullInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.group_external_id": {"fq_name": "team.GroupFullInfo.group_external_id", "param_name": "groupExternalId", "static_instance": null, "getter_method": "getGroupExternalId", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.member_count": {"fq_name": "team.GroupFullInfo.member_count", "param_name": "memberCount", "static_instance": null, "getter_method": "getMemberCount", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupFullInfo.members": {"fq_name": "team.GroupFullInfo.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.GroupFullInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberInfo.profile": {"fq_name": "team.GroupMemberInfo.profile", "param_name": "profile", "static_instance": null, "getter_method": "getProfile", "containing_data_type_ref": "team.GroupMemberInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberInfo.access_type": {"fq_name": "team.GroupMemberInfo.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "team.GroupMemberInfo", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSelector.group": {"fq_name": "team.GroupMemberSelector.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupMemberSelector", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupMemberSelector.user": {"fq_name": "team.GroupMemberSelector.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.GroupMemberSelector", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupMemberSelectorError.group_not_found": {"fq_name": "team.GroupMemberSelectorError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSelectorError.other": {"fq_name": "team.GroupMemberSelectorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSelectorError.system_managed_group_disallowed": {"fq_name": "team.GroupMemberSelectorError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSelectorError.member_not_in_group": {"fq_name": "team.GroupMemberSelectorError.member_not_in_group", "param_name": "memberNotInGroupValue", "static_instance": "MEMBER_NOT_IN_GROUP", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSetAccessTypeError.group_not_found": {"fq_name": "team.GroupMemberSetAccessTypeError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSetAccessTypeError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSetAccessTypeError.other": {"fq_name": "team.GroupMemberSetAccessTypeError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSetAccessTypeError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSetAccessTypeError.system_managed_group_disallowed": {"fq_name": "team.GroupMemberSetAccessTypeError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSetAccessTypeError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSetAccessTypeError.member_not_in_group": {"fq_name": "team.GroupMemberSetAccessTypeError.member_not_in_group", "param_name": "memberNotInGroupValue", "static_instance": "MEMBER_NOT_IN_GROUP", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSetAccessTypeError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMemberSetAccessTypeError.user_cannot_be_manager_of_company_managed_group": {"fq_name": "team.GroupMemberSetAccessTypeError.user_cannot_be_manager_of_company_managed_group", "param_name": "userCannotBeManagerOfCompanyManagedGroupValue", "static_instance": "USER_CANNOT_BE_MANAGER_OF_COMPANY_MANAGED_GROUP", "getter_method": null, "containing_data_type_ref": "team.GroupMemberSetAccessTypeError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddArg.group": {"fq_name": "team.GroupMembersAddArg.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupMembersAddArg", "route_refs": ["team.groups/members/add"], "_type": "FieldReference"}, "team.GroupMembersAddArg.members": {"fq_name": "team.GroupMembersAddArg.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.GroupMembersAddArg", "route_refs": ["team.groups/members/add"], "_type": "FieldReference"}, "team.GroupMembersAddArg.return_members": {"fq_name": "team.GroupMembersAddArg.return_members", "param_name": "returnMembers", "static_instance": null, "getter_method": "getReturnMembers", "containing_data_type_ref": "team.GroupMembersAddArg", "route_refs": ["team.groups/members/add", "team.groups/members/remove"], "_type": "FieldReference"}, "team.GroupMembersAddError.group_not_found": {"fq_name": "team.GroupMembersAddError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.other": {"fq_name": "team.GroupMembersAddError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.system_managed_group_disallowed": {"fq_name": "team.GroupMembersAddError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.duplicate_user": {"fq_name": "team.GroupMembersAddError.duplicate_user", "param_name": "duplicateUserValue", "static_instance": "DUPLICATE_USER", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.group_not_in_team": {"fq_name": "team.GroupMembersAddError.group_not_in_team", "param_name": "groupNotInTeamValue", "static_instance": "GROUP_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.members_not_in_team": {"fq_name": "team.GroupMembersAddError.members_not_in_team", "param_name": "membersNotInTeamValue", "static_instance": null, "getter_method": "getMembersNotInTeamValue", "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.users_not_found": {"fq_name": "team.GroupMembersAddError.users_not_found", "param_name": "usersNotFoundValue", "static_instance": null, "getter_method": "getUsersNotFoundValue", "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.user_must_be_active_to_be_owner": {"fq_name": "team.GroupMembersAddError.user_must_be_active_to_be_owner", "param_name": "userMustBeActiveToBeOwnerValue", "static_instance": "USER_MUST_BE_ACTIVE_TO_BE_OWNER", "getter_method": null, "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersAddError.user_cannot_be_manager_of_company_managed_group": {"fq_name": "team.GroupMembersAddError.user_cannot_be_manager_of_company_managed_group", "param_name": "userCannotBeManagerOfCompanyManagedGroupValue", "static_instance": null, "getter_method": "getUserCannotBeManagerOfCompanyManagedGroupValue", "containing_data_type_ref": "team.GroupMembersAddError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersChangeResult.group_info": {"fq_name": "team.GroupMembersChangeResult.group_info", "param_name": "groupInfo", "static_instance": null, "getter_method": "getGroupInfo", "containing_data_type_ref": "team.GroupMembersChangeResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersChangeResult.async_job_id": {"fq_name": "team.GroupMembersChangeResult.async_job_id", "param_name": "asyncJobId", "static_instance": null, "getter_method": "getAsyncJobId", "containing_data_type_ref": "team.GroupMembersChangeResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveArg.group": {"fq_name": "team.GroupMembersRemoveArg.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupMembersRemoveArg", "route_refs": ["team.groups/members/remove"], "_type": "FieldReference"}, "team.GroupMembersRemoveArg.users": {"fq_name": "team.GroupMembersRemoveArg.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.GroupMembersRemoveArg", "route_refs": ["team.groups/members/remove"], "_type": "FieldReference"}, "team.GroupMembersRemoveArg.return_members": {"fq_name": "team.GroupMembersRemoveArg.return_members", "param_name": "returnMembers", "static_instance": null, "getter_method": "getReturnMembers", "containing_data_type_ref": "team.GroupMembersRemoveArg", "route_refs": ["team.groups/members/add", "team.groups/members/remove"], "_type": "FieldReference"}, "team.GroupMembersRemoveError.group_not_found": {"fq_name": "team.GroupMembersRemoveError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.other": {"fq_name": "team.GroupMembersRemoveError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.system_managed_group_disallowed": {"fq_name": "team.GroupMembersRemoveError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.member_not_in_group": {"fq_name": "team.GroupMembersRemoveError.member_not_in_group", "param_name": "memberNotInGroupValue", "static_instance": "MEMBER_NOT_IN_GROUP", "getter_method": null, "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.group_not_in_team": {"fq_name": "team.GroupMembersRemoveError.group_not_in_team", "param_name": "groupNotInTeamValue", "static_instance": "GROUP_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.members_not_in_team": {"fq_name": "team.GroupMembersRemoveError.members_not_in_team", "param_name": "membersNotInTeamValue", "static_instance": null, "getter_method": "getMembersNotInTeamValue", "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersRemoveError.users_not_found": {"fq_name": "team.GroupMembersRemoveError.users_not_found", "param_name": "usersNotFoundValue", "static_instance": null, "getter_method": "getUsersNotFoundValue", "containing_data_type_ref": "team.GroupMembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelector.group": {"fq_name": "team.GroupMembersSelector.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupMembersSelector", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelector.users": {"fq_name": "team.GroupMembersSelector.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.GroupMembersSelector", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelectorError.group_not_found": {"fq_name": "team.GroupMembersSelectorError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupMembersSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelectorError.other": {"fq_name": "team.GroupMembersSelectorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupMembersSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelectorError.system_managed_group_disallowed": {"fq_name": "team.GroupMembersSelectorError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupMembersSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSelectorError.member_not_in_group": {"fq_name": "team.GroupMembersSelectorError.member_not_in_group", "param_name": "memberNotInGroupValue", "static_instance": "MEMBER_NOT_IN_GROUP", "getter_method": null, "containing_data_type_ref": "team.GroupMembersSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupMembersSetAccessTypeArg.group": {"fq_name": "team.GroupMembersSetAccessTypeArg.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupMembersSetAccessTypeArg", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupMembersSetAccessTypeArg.user": {"fq_name": "team.GroupMembersSetAccessTypeArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.GroupMembersSetAccessTypeArg", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupMembersSetAccessTypeArg.access_type": {"fq_name": "team.GroupMembersSetAccessTypeArg.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "team.GroupMembersSetAccessTypeArg", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupMembersSetAccessTypeArg.return_members": {"fq_name": "team.GroupMembersSetAccessTypeArg.return_members", "param_name": "returnMembers", "static_instance": null, "getter_method": "getReturnMembers", "containing_data_type_ref": "team.GroupMembersSetAccessTypeArg", "route_refs": ["team.groups/members/set_access_type"], "_type": "FieldReference"}, "team.GroupSelector.group_id": {"fq_name": "team.GroupSelector.group_id", "param_name": "groupIdValue", "static_instance": null, "getter_method": "getGroupIdValue", "containing_data_type_ref": "team.GroupSelector", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelector.group_external_id": {"fq_name": "team.GroupSelector.group_external_id", "param_name": "groupExternalIdValue", "static_instance": null, "getter_method": "getGroupExternalIdValue", "containing_data_type_ref": "team.GroupSelector", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelectorError.group_not_found": {"fq_name": "team.GroupSelectorError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelectorError.other": {"fq_name": "team.GroupSelectorError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelectorWithTeamGroupError.group_not_found": {"fq_name": "team.GroupSelectorWithTeamGroupError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupSelectorWithTeamGroupError", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelectorWithTeamGroupError.other": {"fq_name": "team.GroupSelectorWithTeamGroupError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupSelectorWithTeamGroupError", "route_refs": [], "_type": "FieldReference"}, "team.GroupSelectorWithTeamGroupError.system_managed_group_disallowed": {"fq_name": "team.GroupSelectorWithTeamGroupError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupSelectorWithTeamGroupError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateArgs.group": {"fq_name": "team.GroupUpdateArgs.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateArgs.return_members": {"fq_name": "team.GroupUpdateArgs.return_members", "param_name": "returnMembers", "static_instance": null, "getter_method": "getReturnMembers", "containing_data_type_ref": "team.GroupUpdateArgs", "route_refs": ["team.groups/members/add", "team.groups/members/remove"], "_type": "FieldReference"}, "team.GroupUpdateArgs.new_group_name": {"fq_name": "team.GroupUpdateArgs.new_group_name", "param_name": "newGroupName", "static_instance": null, "getter_method": "getNewGroupName", "containing_data_type_ref": "team.GroupUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateArgs.new_group_external_id": {"fq_name": "team.GroupUpdateArgs.new_group_external_id", "param_name": "newGroupExternalId", "static_instance": null, "getter_method": "getNewGroupExternalId", "containing_data_type_ref": "team.GroupUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateArgs.new_group_management_type": {"fq_name": "team.GroupUpdateArgs.new_group_management_type", "param_name": "newGroupManagementType", "static_instance": null, "getter_method": "getNewGroupManagementType", "containing_data_type_ref": "team.GroupUpdateArgs", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.group_not_found": {"fq_name": "team.GroupUpdateError.group_not_found", "param_name": "groupNotFoundValue", "static_instance": "GROUP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.other": {"fq_name": "team.GroupUpdateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.system_managed_group_disallowed": {"fq_name": "team.GroupUpdateError.system_managed_group_disallowed", "param_name": "systemManagedGroupDisallowedValue", "static_instance": "SYSTEM_MANAGED_GROUP_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.group_name_already_used": {"fq_name": "team.GroupUpdateError.group_name_already_used", "param_name": "groupNameAlreadyUsedValue", "static_instance": "GROUP_NAME_ALREADY_USED", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.group_name_invalid": {"fq_name": "team.GroupUpdateError.group_name_invalid", "param_name": "groupNameInvalidValue", "static_instance": "GROUP_NAME_INVALID", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupUpdateError.external_id_already_in_use": {"fq_name": "team.GroupUpdateError.external_id_already_in_use", "param_name": "externalIdAlreadyInUseValue", "static_instance": "EXTERNAL_ID_ALREADY_IN_USE", "getter_method": null, "containing_data_type_ref": "team.GroupUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsGetInfoError.group_not_on_team": {"fq_name": "team.GroupsGetInfoError.group_not_on_team", "param_name": "groupNotOnTeamValue", "static_instance": "GROUP_NOT_ON_TEAM", "getter_method": null, "containing_data_type_ref": "team.GroupsGetInfoError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsGetInfoError.other": {"fq_name": "team.GroupsGetInfoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupsGetInfoError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsGetInfoItem.id_not_found": {"fq_name": "team.GroupsGetInfoItem.id_not_found", "param_name": "idNotFoundValue", "static_instance": null, "getter_method": "getIdNotFoundValue", "containing_data_type_ref": "team.GroupsGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.GroupsGetInfoItem.group_info": {"fq_name": "team.GroupsGetInfoItem.group_info", "param_name": "groupInfoValue", "static_instance": null, "getter_method": "getGroupInfoValue", "containing_data_type_ref": "team.GroupsGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListArg.limit": {"fq_name": "team.GroupsListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.GroupsListArg", "route_refs": ["team.groups/list"], "_type": "FieldReference"}, "team.GroupsListContinueArg.cursor": {"fq_name": "team.GroupsListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.GroupsListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListContinueError.invalid_cursor": {"fq_name": "team.GroupsListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.GroupsListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListContinueError.other": {"fq_name": "team.GroupsListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupsListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListResult.groups": {"fq_name": "team.GroupsListResult.groups", "param_name": "groups", "static_instance": null, "getter_method": "getGroups", "containing_data_type_ref": "team.GroupsListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListResult.cursor": {"fq_name": "team.GroupsListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.GroupsListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsListResult.has_more": {"fq_name": "team.GroupsListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.GroupsListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListArg.group": {"fq_name": "team.GroupsMembersListArg.group", "param_name": "group", "static_instance": null, "getter_method": "getGroup", "containing_data_type_ref": "team.GroupsMembersListArg", "route_refs": ["team.groups/members/list"], "_type": "FieldReference"}, "team.GroupsMembersListArg.limit": {"fq_name": "team.GroupsMembersListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.GroupsMembersListArg", "route_refs": ["team.groups/members/list"], "_type": "FieldReference"}, "team.GroupsMembersListContinueArg.cursor": {"fq_name": "team.GroupsMembersListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.GroupsMembersListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListContinueError.invalid_cursor": {"fq_name": "team.GroupsMembersListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.GroupsMembersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListContinueError.other": {"fq_name": "team.GroupsMembersListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupsMembersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListResult.members": {"fq_name": "team.GroupsMembersListResult.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.GroupsMembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListResult.cursor": {"fq_name": "team.GroupsMembersListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.GroupsMembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsMembersListResult.has_more": {"fq_name": "team.GroupsMembersListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.GroupsMembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.GroupsPollError.invalid_async_job_id": {"fq_name": "team.GroupsPollError.invalid_async_job_id", "param_name": "invalidAsyncJobIdValue", "static_instance": "INVALID_ASYNC_JOB_ID", "getter_method": null, "containing_data_type_ref": "team.GroupsPollError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsPollError.internal_error": {"fq_name": "team.GroupsPollError.internal_error", "param_name": "internalErrorValue", "static_instance": "INTERNAL_ERROR", "getter_method": null, "containing_data_type_ref": "team.GroupsPollError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsPollError.other": {"fq_name": "team.GroupsPollError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.GroupsPollError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsPollError.access_denied": {"fq_name": "team.GroupsPollError.access_denied", "param_name": "accessDeniedValue", "static_instance": "ACCESS_DENIED", "getter_method": null, "containing_data_type_ref": "team.GroupsPollError", "route_refs": [], "_type": "FieldReference"}, "team.GroupsSelector.group_ids": {"fq_name": "team.GroupsSelector.group_ids", "param_name": "groupIdsValue", "static_instance": null, "getter_method": "getGroupIdsValue", "containing_data_type_ref": "team.GroupsSelector", "route_refs": [], "_type": "FieldReference"}, "team.GroupsSelector.group_external_ids": {"fq_name": "team.GroupsSelector.group_external_ids", "param_name": "groupExternalIdsValue", "static_instance": null, "getter_method": "getGroupExternalIdsValue", "containing_data_type_ref": "team.GroupsSelector", "route_refs": [], "_type": "FieldReference"}, "team.HasDistinctMemberHomesValue.has_distinct_member_homes": {"fq_name": "team.HasDistinctMemberHomesValue.has_distinct_member_homes", "param_name": "hasDistinctMemberHomesValue", "static_instance": null, "getter_method": "getHasDistinctMemberHomesValue", "containing_data_type_ref": "team.HasDistinctMemberHomesValue", "route_refs": [], "_type": "FieldReference"}, "team.HasDistinctMemberHomesValue.other": {"fq_name": "team.HasDistinctMemberHomesValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.HasDistinctMemberHomesValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamFileEventsValue.enabled": {"fq_name": "team.HasTeamFileEventsValue.enabled", "param_name": "enabledValue", "static_instance": null, "getter_method": "getEnabledValue", "containing_data_type_ref": "team.HasTeamFileEventsValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamFileEventsValue.other": {"fq_name": "team.HasTeamFileEventsValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.HasTeamFileEventsValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamSelectiveSyncValue.has_team_selective_sync": {"fq_name": "team.HasTeamSelectiveSyncValue.has_team_selective_sync", "param_name": "hasTeamSelectiveSyncValue", "static_instance": null, "getter_method": "getHasTeamSelectiveSyncValue", "containing_data_type_ref": "team.HasTeamSelectiveSyncValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamSelectiveSyncValue.other": {"fq_name": "team.HasTeamSelectiveSyncValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.HasTeamSelectiveSyncValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamSharedDropboxValue.has_team_shared_dropbox": {"fq_name": "team.HasTeamSharedDropboxValue.has_team_shared_dropbox", "param_name": "hasTeamSharedDropboxValue", "static_instance": null, "getter_method": "getHasTeamSharedDropboxValue", "containing_data_type_ref": "team.HasTeamSharedDropboxValue", "route_refs": [], "_type": "FieldReference"}, "team.HasTeamSharedDropboxValue.other": {"fq_name": "team.HasTeamSharedDropboxValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.HasTeamSharedDropboxValue", "route_refs": [], "_type": "FieldReference"}, "team.IncludeMembersArg.return_members": {"fq_name": "team.IncludeMembersArg.return_members", "param_name": "returnMembers", "static_instance": null, "getter_method": "getReturnMembers", "containing_data_type_ref": "team.IncludeMembersArg", "route_refs": ["team.groups/members/add", "team.groups/members/remove"], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.new_filename": {"fq_name": "team.LegalHoldHeldRevisionMetadata.new_filename", "param_name": "newFilename", "static_instance": null, "getter_method": "getNewFilename", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.original_revision_id": {"fq_name": "team.LegalHoldHeldRevisionMetadata.original_revision_id", "param_name": "originalRevisionId", "static_instance": null, "getter_method": "getOriginalRevisionId", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.original_file_path": {"fq_name": "team.LegalHoldHeldRevisionMetadata.original_file_path", "param_name": "originalFilePath", "static_instance": null, "getter_method": "getOriginalFilePath", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.server_modified": {"fq_name": "team.LegalHoldHeldRevisionMetadata.server_modified", "param_name": "serverModified", "static_instance": null, "getter_method": "getServerModified", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.author_member_id": {"fq_name": "team.LegalHoldHeldRevisionMetadata.author_member_id", "param_name": "authorMemberId", "static_instance": null, "getter_method": "getAuthorMemberId", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.author_member_status": {"fq_name": "team.LegalHoldHeldRevisionMetadata.author_member_status", "param_name": "authorMemberStatus", "static_instance": null, "getter_method": "getAuthorMemberStatus", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.author_email": {"fq_name": "team.LegalHoldHeldRevisionMetadata.author_email", "param_name": "authorEmail", "static_instance": null, "getter_method": "getAuthorEmail", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.file_type": {"fq_name": "team.LegalHoldHeldRevisionMetadata.file_type", "param_name": "fileType", "static_instance": null, "getter_method": "getFileType", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.size": {"fq_name": "team.LegalHoldHeldRevisionMetadata.size", "param_name": "size", "static_instance": null, "getter_method": "getSize", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldHeldRevisionMetadata.content_hash": {"fq_name": "team.LegalHoldHeldRevisionMetadata.content_hash", "param_name": "contentHash", "static_instance": null, "getter_method": "getContentHash", "containing_data_type_ref": "team.LegalHoldHeldRevisionMetadata", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.id": {"fq_name": "team.LegalHoldPolicy.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.name": {"fq_name": "team.LegalHoldPolicy.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.members": {"fq_name": "team.LegalHoldPolicy.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.status": {"fq_name": "team.LegalHoldPolicy.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.start_date": {"fq_name": "team.LegalHoldPolicy.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.description": {"fq_name": "team.LegalHoldPolicy.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.activation_time": {"fq_name": "team.LegalHoldPolicy.activation_time", "param_name": "activationTime", "static_instance": null, "getter_method": "getActivationTime", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldPolicy.end_date": {"fq_name": "team.LegalHoldPolicy.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team.LegalHoldPolicy", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.active": {"fq_name": "team.LegalHoldStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.released": {"fq_name": "team.LegalHoldStatus.released", "param_name": "releasedValue", "static_instance": "RELEASED", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.activating": {"fq_name": "team.LegalHoldStatus.activating", "param_name": "activatingValue", "static_instance": "ACTIVATING", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.updating": {"fq_name": "team.LegalHoldStatus.updating", "param_name": "updatingValue", "static_instance": "UPDATING", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.exporting": {"fq_name": "team.LegalHoldStatus.exporting", "param_name": "exportingValue", "static_instance": "EXPORTING", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.releasing": {"fq_name": "team.LegalHoldStatus.releasing", "param_name": "releasingValue", "static_instance": "RELEASING", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldStatus.other": {"fq_name": "team.LegalHoldStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldStatus", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsError.insufficient_permissions": {"fq_name": "team.LegalHoldsError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsError.other": {"fq_name": "team.LegalHoldsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsGetPolicyArg.id": {"fq_name": "team.LegalHoldsGetPolicyArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldsGetPolicyArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsGetPolicyError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsGetPolicyError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsGetPolicyError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsGetPolicyError.insufficient_permissions": {"fq_name": "team.LegalHoldsGetPolicyError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsGetPolicyError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsGetPolicyError.other": {"fq_name": "team.LegalHoldsGetPolicyError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsGetPolicyError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsGetPolicyError.legal_hold_policy_not_found": {"fq_name": "team.LegalHoldsGetPolicyError.legal_hold_policy_not_found", "param_name": "legalHoldPolicyNotFoundValue", "static_instance": "LEGAL_HOLD_POLICY_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsGetPolicyError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionResult.entries": {"fq_name": "team.LegalHoldsListHeldRevisionResult.entries", "param_name": "entries", "static_instance": null, "getter_method": "getEntries", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionResult", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionResult.has_more": {"fq_name": "team.LegalHoldsListHeldRevisionResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionResult", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionResult.cursor": {"fq_name": "team.LegalHoldsListHeldRevisionResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionResult", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsArg.id": {"fq_name": "team.LegalHoldsListHeldRevisionsArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueArg.id": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueArg", "route_refs": ["team.legal_holds/list_held_revisions_continue"], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueArg.cursor": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueArg", "route_refs": ["team.legal_holds/list_held_revisions_continue"], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueError.transient_error": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueError.reset": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsContinueError.other": {"fq_name": "team.LegalHoldsListHeldRevisionsContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsContinueError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsListHeldRevisionsError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.insufficient_permissions": {"fq_name": "team.LegalHoldsListHeldRevisionsError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.other": {"fq_name": "team.LegalHoldsListHeldRevisionsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.transient_error": {"fq_name": "team.LegalHoldsListHeldRevisionsError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.legal_hold_still_empty": {"fq_name": "team.LegalHoldsListHeldRevisionsError.legal_hold_still_empty", "param_name": "legalHoldStillEmptyValue", "static_instance": "LEGAL_HOLD_STILL_EMPTY", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListHeldRevisionsError.inactive_legal_hold": {"fq_name": "team.LegalHoldsListHeldRevisionsError.inactive_legal_hold", "param_name": "inactiveLegalHoldValue", "static_instance": "INACTIVE_LEGAL_HOLD", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListHeldRevisionsError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesArg.include_released": {"fq_name": "team.LegalHoldsListPoliciesArg.include_released", "param_name": "includeReleased", "static_instance": null, "getter_method": "getIncludeReleased", "containing_data_type_ref": "team.LegalHoldsListPoliciesArg", "route_refs": ["team.legal_holds/list_policies"], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsListPoliciesError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListPoliciesError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesError.insufficient_permissions": {"fq_name": "team.LegalHoldsListPoliciesError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListPoliciesError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesError.other": {"fq_name": "team.LegalHoldsListPoliciesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListPoliciesError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesError.transient_error": {"fq_name": "team.LegalHoldsListPoliciesError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsListPoliciesError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsListPoliciesResult.policies": {"fq_name": "team.LegalHoldsListPoliciesResult.policies", "param_name": "policies", "static_instance": null, "getter_method": "getPolicies", "containing_data_type_ref": "team.LegalHoldsListPoliciesResult", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateArg.name": {"fq_name": "team.LegalHoldsPolicyCreateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.LegalHoldsPolicyCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateArg.members": {"fq_name": "team.LegalHoldsPolicyCreateArg.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.LegalHoldsPolicyCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateArg.description": {"fq_name": "team.LegalHoldsPolicyCreateArg.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team.LegalHoldsPolicyCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateArg.start_date": {"fq_name": "team.LegalHoldsPolicyCreateArg.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team.LegalHoldsPolicyCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateArg.end_date": {"fq_name": "team.LegalHoldsPolicyCreateArg.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team.LegalHoldsPolicyCreateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsPolicyCreateError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.insufficient_permissions": {"fq_name": "team.LegalHoldsPolicyCreateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.other": {"fq_name": "team.LegalHoldsPolicyCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.start_date_is_later_than_end_date": {"fq_name": "team.LegalHoldsPolicyCreateError.start_date_is_later_than_end_date", "param_name": "startDateIsLaterThanEndDateValue", "static_instance": "START_DATE_IS_LATER_THAN_END_DATE", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.empty_members_list": {"fq_name": "team.LegalHoldsPolicyCreateError.empty_members_list", "param_name": "emptyMembersListValue", "static_instance": "EMPTY_MEMBERS_LIST", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.invalid_members": {"fq_name": "team.LegalHoldsPolicyCreateError.invalid_members", "param_name": "invalidMembersValue", "static_instance": "INVALID_MEMBERS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.number_of_users_on_hold_is_greater_than_hold_limitation": {"fq_name": "team.LegalHoldsPolicyCreateError.number_of_users_on_hold_is_greater_than_hold_limitation", "param_name": "numberOfUsersOnHoldIsGreaterThanHoldLimitationValue", "static_instance": "NUMBER_OF_USERS_ON_HOLD_IS_GREATER_THAN_HOLD_LIMITATION", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.transient_error": {"fq_name": "team.LegalHoldsPolicyCreateError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.name_must_be_unique": {"fq_name": "team.LegalHoldsPolicyCreateError.name_must_be_unique", "param_name": "nameMustBeUniqueValue", "static_instance": "NAME_MUST_BE_UNIQUE", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.team_exceeded_legal_hold_quota": {"fq_name": "team.LegalHoldsPolicyCreateError.team_exceeded_legal_hold_quota", "param_name": "teamExceededLegalHoldQuotaValue", "static_instance": "TEAM_EXCEEDED_LEGAL_HOLD_QUOTA", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyCreateError.invalid_date": {"fq_name": "team.LegalHoldsPolicyCreateError.invalid_date", "param_name": "invalidDateValue", "static_instance": "INVALID_DATE", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyCreateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseArg.id": {"fq_name": "team.LegalHoldsPolicyReleaseArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldsPolicyReleaseArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsPolicyReleaseError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.insufficient_permissions": {"fq_name": "team.LegalHoldsPolicyReleaseError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.other": {"fq_name": "team.LegalHoldsPolicyReleaseError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.legal_hold_performing_another_operation": {"fq_name": "team.LegalHoldsPolicyReleaseError.legal_hold_performing_another_operation", "param_name": "legalHoldPerformingAnotherOperationValue", "static_instance": "LEGAL_HOLD_PERFORMING_ANOTHER_OPERATION", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.legal_hold_already_releasing": {"fq_name": "team.LegalHoldsPolicyReleaseError.legal_hold_already_releasing", "param_name": "legalHoldAlreadyReleasingValue", "static_instance": "LEGAL_HOLD_ALREADY_RELEASING", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyReleaseError.legal_hold_policy_not_found": {"fq_name": "team.LegalHoldsPolicyReleaseError.legal_hold_policy_not_found", "param_name": "legalHoldPolicyNotFoundValue", "static_instance": "LEGAL_HOLD_POLICY_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyReleaseError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateArg.id": {"fq_name": "team.LegalHoldsPolicyUpdateArg.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "team.LegalHoldsPolicyUpdateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateArg.name": {"fq_name": "team.LegalHoldsPolicyUpdateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.LegalHoldsPolicyUpdateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateArg.description": {"fq_name": "team.LegalHoldsPolicyUpdateArg.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team.LegalHoldsPolicyUpdateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateArg.members": {"fq_name": "team.LegalHoldsPolicyUpdateArg.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.LegalHoldsPolicyUpdateArg", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.unknown_legal_hold_error": {"fq_name": "team.LegalHoldsPolicyUpdateError.unknown_legal_hold_error", "param_name": "unknownLegalHoldErrorValue", "static_instance": "UNKNOWN_LEGAL_HOLD_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.insufficient_permissions": {"fq_name": "team.LegalHoldsPolicyUpdateError.insufficient_permissions", "param_name": "insufficientPermissionsValue", "static_instance": "INSUFFICIENT_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.other": {"fq_name": "team.LegalHoldsPolicyUpdateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.transient_error": {"fq_name": "team.LegalHoldsPolicyUpdateError.transient_error", "param_name": "transientErrorValue", "static_instance": "TRANSIENT_ERROR", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.inactive_legal_hold": {"fq_name": "team.LegalHoldsPolicyUpdateError.inactive_legal_hold", "param_name": "inactiveLegalHoldValue", "static_instance": "INACTIVE_LEGAL_HOLD", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.legal_hold_performing_another_operation": {"fq_name": "team.LegalHoldsPolicyUpdateError.legal_hold_performing_another_operation", "param_name": "legalHoldPerformingAnotherOperationValue", "static_instance": "LEGAL_HOLD_PERFORMING_ANOTHER_OPERATION", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.invalid_members": {"fq_name": "team.LegalHoldsPolicyUpdateError.invalid_members", "param_name": "invalidMembersValue", "static_instance": "INVALID_MEMBERS", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.number_of_users_on_hold_is_greater_than_hold_limitation": {"fq_name": "team.LegalHoldsPolicyUpdateError.number_of_users_on_hold_is_greater_than_hold_limitation", "param_name": "numberOfUsersOnHoldIsGreaterThanHoldLimitationValue", "static_instance": "NUMBER_OF_USERS_ON_HOLD_IS_GREATER_THAN_HOLD_LIMITATION", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.empty_members_list": {"fq_name": "team.LegalHoldsPolicyUpdateError.empty_members_list", "param_name": "emptyMembersListValue", "static_instance": "EMPTY_MEMBERS_LIST", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.name_must_be_unique": {"fq_name": "team.LegalHoldsPolicyUpdateError.name_must_be_unique", "param_name": "nameMustBeUniqueValue", "static_instance": "NAME_MUST_BE_UNIQUE", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.LegalHoldsPolicyUpdateError.legal_hold_policy_not_found": {"fq_name": "team.LegalHoldsPolicyUpdateError.legal_hold_policy_not_found", "param_name": "legalHoldPolicyNotFoundValue", "static_instance": "LEGAL_HOLD_POLICY_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.LegalHoldsPolicyUpdateError", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberAppsArg.team_member_id": {"fq_name": "team.ListMemberAppsArg.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.ListMemberAppsArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberAppsError.member_not_found": {"fq_name": "team.ListMemberAppsError.member_not_found", "param_name": "memberNotFoundValue", "static_instance": "MEMBER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.ListMemberAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberAppsError.other": {"fq_name": "team.ListMemberAppsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListMemberAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberAppsResult.linked_api_apps": {"fq_name": "team.ListMemberAppsResult.linked_api_apps", "param_name": "linkedApiApps", "static_instance": null, "getter_method": "getLinkedApiApps", "containing_data_type_ref": "team.ListMemberAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesArg.team_member_id": {"fq_name": "team.ListMemberDevicesArg.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.ListMemberDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesArg.include_web_sessions": {"fq_name": "team.ListMemberDevicesArg.include_web_sessions", "param_name": "includeWebSessions", "static_instance": null, "getter_method": "getIncludeWebSessions", "containing_data_type_ref": "team.ListMemberDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesArg.include_desktop_clients": {"fq_name": "team.ListMemberDevicesArg.include_desktop_clients", "param_name": "includeDesktopClients", "static_instance": null, "getter_method": "getIncludeDesktopClients", "containing_data_type_ref": "team.ListMemberDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesArg.include_mobile_clients": {"fq_name": "team.ListMemberDevicesArg.include_mobile_clients", "param_name": "includeMobileClients", "static_instance": null, "getter_method": "getIncludeMobileClients", "containing_data_type_ref": "team.ListMemberDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesError.member_not_found": {"fq_name": "team.ListMemberDevicesError.member_not_found", "param_name": "memberNotFoundValue", "static_instance": "MEMBER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.ListMemberDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesError.other": {"fq_name": "team.ListMemberDevicesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListMemberDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesResult.active_web_sessions": {"fq_name": "team.ListMemberDevicesResult.active_web_sessions", "param_name": "activeWebSessions", "static_instance": null, "getter_method": "getActiveWebSessions", "containing_data_type_ref": "team.ListMemberDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesResult.desktop_client_sessions": {"fq_name": "team.ListMemberDevicesResult.desktop_client_sessions", "param_name": "desktopClientSessions", "static_instance": null, "getter_method": "getDesktopClientSessions", "containing_data_type_ref": "team.ListMemberDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMemberDevicesResult.mobile_client_sessions": {"fq_name": "team.ListMemberDevicesResult.mobile_client_sessions", "param_name": "mobileClientSessions", "static_instance": null, "getter_method": "getMobileClientSessions", "containing_data_type_ref": "team.ListMemberDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersAppsArg.cursor": {"fq_name": "team.ListMembersAppsArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListMembersAppsArg", "route_refs": ["team.linked_apps/list_members_linked_apps"], "_type": "FieldReference"}, "team.ListMembersAppsError.reset": {"fq_name": "team.ListMembersAppsError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "team.ListMembersAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersAppsError.other": {"fq_name": "team.ListMembersAppsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListMembersAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersAppsResult.apps": {"fq_name": "team.ListMembersAppsResult.apps", "param_name": "apps", "static_instance": null, "getter_method": "getApps", "containing_data_type_ref": "team.ListMembersAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersAppsResult.has_more": {"fq_name": "team.ListMembersAppsResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.ListMembersAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersAppsResult.cursor": {"fq_name": "team.ListMembersAppsResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListMembersAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesArg.cursor": {"fq_name": "team.ListMembersDevicesArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListMembersDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesArg.include_web_sessions": {"fq_name": "team.ListMembersDevicesArg.include_web_sessions", "param_name": "includeWebSessions", "static_instance": null, "getter_method": "getIncludeWebSessions", "containing_data_type_ref": "team.ListMembersDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesArg.include_desktop_clients": {"fq_name": "team.ListMembersDevicesArg.include_desktop_clients", "param_name": "includeDesktopClients", "static_instance": null, "getter_method": "getIncludeDesktopClients", "containing_data_type_ref": "team.ListMembersDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesArg.include_mobile_clients": {"fq_name": "team.ListMembersDevicesArg.include_mobile_clients", "param_name": "includeMobileClients", "static_instance": null, "getter_method": "getIncludeMobileClients", "containing_data_type_ref": "team.ListMembersDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesError.reset": {"fq_name": "team.ListMembersDevicesError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "team.ListMembersDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesError.other": {"fq_name": "team.ListMembersDevicesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListMembersDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesResult.devices": {"fq_name": "team.ListMembersDevicesResult.devices", "param_name": "devices", "static_instance": null, "getter_method": "getDevices", "containing_data_type_ref": "team.ListMembersDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesResult.has_more": {"fq_name": "team.ListMembersDevicesResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.ListMembersDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListMembersDevicesResult.cursor": {"fq_name": "team.ListMembersDevicesResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListMembersDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamAppsArg.cursor": {"fq_name": "team.ListTeamAppsArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListTeamAppsArg", "route_refs": ["team.linked_apps/list_team_linked_apps"], "_type": "FieldReference"}, "team.ListTeamAppsError.reset": {"fq_name": "team.ListTeamAppsError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "team.ListTeamAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamAppsError.other": {"fq_name": "team.ListTeamAppsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListTeamAppsError", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamAppsResult.apps": {"fq_name": "team.ListTeamAppsResult.apps", "param_name": "apps", "static_instance": null, "getter_method": "getApps", "containing_data_type_ref": "team.ListTeamAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamAppsResult.has_more": {"fq_name": "team.ListTeamAppsResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.ListTeamAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamAppsResult.cursor": {"fq_name": "team.ListTeamAppsResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListTeamAppsResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesArg.cursor": {"fq_name": "team.ListTeamDevicesArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListTeamDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesArg.include_web_sessions": {"fq_name": "team.ListTeamDevicesArg.include_web_sessions", "param_name": "includeWebSessions", "static_instance": null, "getter_method": "getIncludeWebSessions", "containing_data_type_ref": "team.ListTeamDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesArg.include_desktop_clients": {"fq_name": "team.ListTeamDevicesArg.include_desktop_clients", "param_name": "includeDesktopClients", "static_instance": null, "getter_method": "getIncludeDesktopClients", "containing_data_type_ref": "team.ListTeamDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesArg.include_mobile_clients": {"fq_name": "team.ListTeamDevicesArg.include_mobile_clients", "param_name": "includeMobileClients", "static_instance": null, "getter_method": "getIncludeMobileClients", "containing_data_type_ref": "team.ListTeamDevicesArg", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesError.reset": {"fq_name": "team.ListTeamDevicesError.reset", "param_name": "resetValue", "static_instance": "RESET", "getter_method": null, "containing_data_type_ref": "team.ListTeamDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesError.other": {"fq_name": "team.ListTeamDevicesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ListTeamDevicesError", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesResult.devices": {"fq_name": "team.ListTeamDevicesResult.devices", "param_name": "devices", "static_instance": null, "getter_method": "getDevices", "containing_data_type_ref": "team.ListTeamDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesResult.has_more": {"fq_name": "team.ListTeamDevicesResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.ListTeamDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.ListTeamDevicesResult.cursor": {"fq_name": "team.ListTeamDevicesResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.ListTeamDevicesResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAccess.user": {"fq_name": "team.MemberAccess.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MemberAccess", "route_refs": [], "_type": "FieldReference"}, "team.MemberAccess.access_type": {"fq_name": "team.MemberAccess.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "team.MemberAccess", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.member_email": {"fq_name": "team.MemberAddArg.member_email", "param_name": "memberEmail", "static_instance": null, "getter_method": "getMemberEmail", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.member_given_name": {"fq_name": "team.MemberAddArg.member_given_name", "param_name": "memberGivenName", "static_instance": null, "getter_method": "getMemberGivenName", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.member_surname": {"fq_name": "team.MemberAddArg.member_surname", "param_name": "memberSurname", "static_instance": null, "getter_method": "getMemberSurname", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.member_external_id": {"fq_name": "team.MemberAddArg.member_external_id", "param_name": "memberExternalId", "static_instance": null, "getter_method": "getMemberExternalId", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.member_persistent_id": {"fq_name": "team.MemberAddArg.member_persistent_id", "param_name": "memberPersistentId", "static_instance": null, "getter_method": "getMemberPersistentId", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.send_welcome_email": {"fq_name": "team.MemberAddArg.send_welcome_email", "param_name": "sendWelcomeEmail", "static_instance": null, "getter_method": "getSendWelcomeEmail", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.is_directory_restricted": {"fq_name": "team.MemberAddArg.is_directory_restricted", "param_name": "isDirectoryRestricted", "static_instance": null, "getter_method": "getIsDirectoryRestricted", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArg.role": {"fq_name": "team.MemberAddArg.role", "param_name": "role", "static_instance": null, "getter_method": "getRole", "containing_data_type_ref": "team.MemberAddArg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.member_email": {"fq_name": "team.MemberAddArgBase.member_email", "param_name": "memberEmail", "static_instance": null, "getter_method": "getMemberEmail", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.member_given_name": {"fq_name": "team.MemberAddArgBase.member_given_name", "param_name": "memberGivenName", "static_instance": null, "getter_method": "getMemberGivenName", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.member_surname": {"fq_name": "team.MemberAddArgBase.member_surname", "param_name": "memberSurname", "static_instance": null, "getter_method": "getMemberSurname", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.member_external_id": {"fq_name": "team.MemberAddArgBase.member_external_id", "param_name": "memberExternalId", "static_instance": null, "getter_method": "getMemberExternalId", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.member_persistent_id": {"fq_name": "team.MemberAddArgBase.member_persistent_id", "param_name": "memberPersistentId", "static_instance": null, "getter_method": "getMemberPersistentId", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.send_welcome_email": {"fq_name": "team.MemberAddArgBase.send_welcome_email", "param_name": "sendWelcomeEmail", "static_instance": null, "getter_method": "getSendWelcomeEmail", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddArgBase.is_directory_restricted": {"fq_name": "team.MemberAddArgBase.is_directory_restricted", "param_name": "isDirectoryRestricted", "static_instance": null, "getter_method": "getIsDirectoryRestricted", "containing_data_type_ref": "team.MemberAddArgBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.team_license_limit": {"fq_name": "team.MemberAddResult.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": null, "getter_method": "getTeamLicenseLimitValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.free_team_member_limit_reached": {"fq_name": "team.MemberAddResult.free_team_member_limit_reached", "param_name": "freeTeamMemberLimitReachedValue", "static_instance": null, "getter_method": "getFreeTeamMemberLimitReachedValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.user_already_on_team": {"fq_name": "team.MemberAddResult.user_already_on_team", "param_name": "userAlreadyOnTeamValue", "static_instance": null, "getter_method": "getUserAlreadyOnTeamValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.user_on_another_team": {"fq_name": "team.MemberAddResult.user_on_another_team", "param_name": "userOnAnotherTeamValue", "static_instance": null, "getter_method": "getUserOnAnotherTeamValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.user_already_paired": {"fq_name": "team.MemberAddResult.user_already_paired", "param_name": "userAlreadyPairedValue", "static_instance": null, "getter_method": "getUserAlreadyPairedValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.user_migration_failed": {"fq_name": "team.MemberAddResult.user_migration_failed", "param_name": "userMigrationFailedValue", "static_instance": null, "getter_method": "getUserMigrationFailedValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.duplicate_external_member_id": {"fq_name": "team.MemberAddResult.duplicate_external_member_id", "param_name": "duplicateExternalMemberIdValue", "static_instance": null, "getter_method": "getDuplicateExternalMemberIdValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.duplicate_member_persistent_id": {"fq_name": "team.MemberAddResult.duplicate_member_persistent_id", "param_name": "duplicateMemberPersistentIdValue", "static_instance": null, "getter_method": "getDuplicateMemberPersistentIdValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.persistent_id_disabled": {"fq_name": "team.MemberAddResult.persistent_id_disabled", "param_name": "persistentIdDisabledValue", "static_instance": null, "getter_method": "getPersistentIdDisabledValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.user_creation_failed": {"fq_name": "team.MemberAddResult.user_creation_failed", "param_name": "userCreationFailedValue", "static_instance": null, "getter_method": "getUserCreationFailedValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResult.success": {"fq_name": "team.MemberAddResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.MemberAddResult", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.team_license_limit": {"fq_name": "team.MemberAddResultBase.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": null, "getter_method": "getTeamLicenseLimitValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.free_team_member_limit_reached": {"fq_name": "team.MemberAddResultBase.free_team_member_limit_reached", "param_name": "freeTeamMemberLimitReachedValue", "static_instance": null, "getter_method": "getFreeTeamMemberLimitReachedValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.user_already_on_team": {"fq_name": "team.MemberAddResultBase.user_already_on_team", "param_name": "userAlreadyOnTeamValue", "static_instance": null, "getter_method": "getUserAlreadyOnTeamValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.user_on_another_team": {"fq_name": "team.MemberAddResultBase.user_on_another_team", "param_name": "userOnAnotherTeamValue", "static_instance": null, "getter_method": "getUserOnAnotherTeamValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.user_already_paired": {"fq_name": "team.MemberAddResultBase.user_already_paired", "param_name": "userAlreadyPairedValue", "static_instance": null, "getter_method": "getUserAlreadyPairedValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.user_migration_failed": {"fq_name": "team.MemberAddResultBase.user_migration_failed", "param_name": "userMigrationFailedValue", "static_instance": null, "getter_method": "getUserMigrationFailedValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.duplicate_external_member_id": {"fq_name": "team.MemberAddResultBase.duplicate_external_member_id", "param_name": "duplicateExternalMemberIdValue", "static_instance": null, "getter_method": "getDuplicateExternalMemberIdValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.duplicate_member_persistent_id": {"fq_name": "team.MemberAddResultBase.duplicate_member_persistent_id", "param_name": "duplicateMemberPersistentIdValue", "static_instance": null, "getter_method": "getDuplicateMemberPersistentIdValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.persistent_id_disabled": {"fq_name": "team.MemberAddResultBase.persistent_id_disabled", "param_name": "persistentIdDisabledValue", "static_instance": null, "getter_method": "getPersistentIdDisabledValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddResultBase.user_creation_failed": {"fq_name": "team.MemberAddResultBase.user_creation_failed", "param_name": "userCreationFailedValue", "static_instance": null, "getter_method": "getUserCreationFailedValue", "containing_data_type_ref": "team.MemberAddResultBase", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.member_email": {"fq_name": "team.MemberAddV2Arg.member_email", "param_name": "memberEmail", "static_instance": null, "getter_method": "getMemberEmail", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.member_given_name": {"fq_name": "team.MemberAddV2Arg.member_given_name", "param_name": "memberGivenName", "static_instance": null, "getter_method": "getMemberGivenName", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.member_surname": {"fq_name": "team.MemberAddV2Arg.member_surname", "param_name": "memberSurname", "static_instance": null, "getter_method": "getMemberSurname", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.member_external_id": {"fq_name": "team.MemberAddV2Arg.member_external_id", "param_name": "memberExternalId", "static_instance": null, "getter_method": "getMemberExternalId", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.member_persistent_id": {"fq_name": "team.MemberAddV2Arg.member_persistent_id", "param_name": "memberPersistentId", "static_instance": null, "getter_method": "getMemberPersistentId", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.send_welcome_email": {"fq_name": "team.MemberAddV2Arg.send_welcome_email", "param_name": "sendWelcomeEmail", "static_instance": null, "getter_method": "getSendWelcomeEmail", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.is_directory_restricted": {"fq_name": "team.MemberAddV2Arg.is_directory_restricted", "param_name": "isDirectoryRestricted", "static_instance": null, "getter_method": "getIsDirectoryRestricted", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Arg.role_ids": {"fq_name": "team.MemberAddV2Arg.role_ids", "param_name": "roleIds", "static_instance": null, "getter_method": "getRoleIds", "containing_data_type_ref": "team.MemberAddV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.team_license_limit": {"fq_name": "team.MemberAddV2Result.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": null, "getter_method": "getTeamLicenseLimitValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.free_team_member_limit_reached": {"fq_name": "team.MemberAddV2Result.free_team_member_limit_reached", "param_name": "freeTeamMemberLimitReachedValue", "static_instance": null, "getter_method": "getFreeTeamMemberLimitReachedValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.user_already_on_team": {"fq_name": "team.MemberAddV2Result.user_already_on_team", "param_name": "userAlreadyOnTeamValue", "static_instance": null, "getter_method": "getUserAlreadyOnTeamValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.user_on_another_team": {"fq_name": "team.MemberAddV2Result.user_on_another_team", "param_name": "userOnAnotherTeamValue", "static_instance": null, "getter_method": "getUserOnAnotherTeamValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.user_already_paired": {"fq_name": "team.MemberAddV2Result.user_already_paired", "param_name": "userAlreadyPairedValue", "static_instance": null, "getter_method": "getUserAlreadyPairedValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.user_migration_failed": {"fq_name": "team.MemberAddV2Result.user_migration_failed", "param_name": "userMigrationFailedValue", "static_instance": null, "getter_method": "getUserMigrationFailedValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.duplicate_external_member_id": {"fq_name": "team.MemberAddV2Result.duplicate_external_member_id", "param_name": "duplicateExternalMemberIdValue", "static_instance": null, "getter_method": "getDuplicateExternalMemberIdValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.duplicate_member_persistent_id": {"fq_name": "team.MemberAddV2Result.duplicate_member_persistent_id", "param_name": "duplicateMemberPersistentIdValue", "static_instance": null, "getter_method": "getDuplicateMemberPersistentIdValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.persistent_id_disabled": {"fq_name": "team.MemberAddV2Result.persistent_id_disabled", "param_name": "persistentIdDisabledValue", "static_instance": null, "getter_method": "getPersistentIdDisabledValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.user_creation_failed": {"fq_name": "team.MemberAddV2Result.user_creation_failed", "param_name": "userCreationFailedValue", "static_instance": null, "getter_method": "getUserCreationFailedValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.success": {"fq_name": "team.MemberAddV2Result.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberAddV2Result.other": {"fq_name": "team.MemberAddV2Result.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MemberAddV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MemberDevices.team_member_id": {"fq_name": "team.MemberDevices.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.MemberDevices", "route_refs": [], "_type": "FieldReference"}, "team.MemberDevices.web_sessions": {"fq_name": "team.MemberDevices.web_sessions", "param_name": "webSessions", "static_instance": null, "getter_method": "getWebSessions", "containing_data_type_ref": "team.MemberDevices", "route_refs": [], "_type": "FieldReference"}, "team.MemberDevices.desktop_clients": {"fq_name": "team.MemberDevices.desktop_clients", "param_name": "desktopClients", "static_instance": null, "getter_method": "getDesktopClients", "containing_data_type_ref": "team.MemberDevices", "route_refs": [], "_type": "FieldReference"}, "team.MemberDevices.mobile_clients": {"fq_name": "team.MemberDevices.mobile_clients", "param_name": "mobileClients", "static_instance": null, "getter_method": "getMobileClients", "containing_data_type_ref": "team.MemberDevices", "route_refs": [], "_type": "FieldReference"}, "team.MemberLinkedApps.team_member_id": {"fq_name": "team.MemberLinkedApps.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.MemberLinkedApps", "route_refs": [], "_type": "FieldReference"}, "team.MemberLinkedApps.linked_api_apps": {"fq_name": "team.MemberLinkedApps.linked_api_apps", "param_name": "linkedApiApps", "static_instance": null, "getter_method": "getLinkedApiApps", "containing_data_type_ref": "team.MemberLinkedApps", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.team_member_id": {"fq_name": "team.MemberProfile.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.email": {"fq_name": "team.MemberProfile.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.email_verified": {"fq_name": "team.MemberProfile.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.status": {"fq_name": "team.MemberProfile.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.name": {"fq_name": "team.MemberProfile.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.membership_type": {"fq_name": "team.MemberProfile.membership_type", "param_name": "membershipType", "static_instance": null, "getter_method": "getMembershipType", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.external_id": {"fq_name": "team.MemberProfile.external_id", "param_name": "externalId", "static_instance": null, "getter_method": "getExternalId", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.account_id": {"fq_name": "team.MemberProfile.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.secondary_emails": {"fq_name": "team.MemberProfile.secondary_emails", "param_name": "secondaryEmails", "static_instance": null, "getter_method": "getSecondaryEmails", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.invited_on": {"fq_name": "team.MemberProfile.invited_on", "param_name": "invitedOn", "static_instance": null, "getter_method": "getInvitedOn", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.joined_on": {"fq_name": "team.MemberProfile.joined_on", "param_name": "joinedOn", "static_instance": null, "getter_method": "getJoinedOn", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.suspended_on": {"fq_name": "team.MemberProfile.suspended_on", "param_name": "suspendedOn", "static_instance": null, "getter_method": "getSuspendedOn", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.persistent_id": {"fq_name": "team.MemberProfile.persistent_id", "param_name": "persistentId", "static_instance": null, "getter_method": "getPersistentId", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.is_directory_restricted": {"fq_name": "team.MemberProfile.is_directory_restricted", "param_name": "isDirectoryRestricted", "static_instance": null, "getter_method": "getIsDirectoryRestricted", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberProfile.profile_photo_url": {"fq_name": "team.MemberProfile.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "team.MemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.MemberSelectorError.user_not_found": {"fq_name": "team.MemberSelectorError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.MemberSelectorError.user_not_in_team": {"fq_name": "team.MemberSelectorError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MemberSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddArg.new_members": {"fq_name": "team.MembersAddArg.new_members", "param_name": "newMembers", "static_instance": null, "getter_method": "getNewMembers", "containing_data_type_ref": "team.MembersAddArg", "route_refs": ["team.members/add"], "_type": "FieldReference"}, "team.MembersAddArg.force_async": {"fq_name": "team.MembersAddArg.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "team.MembersAddArg", "route_refs": ["team.members/add", "team.members/add_v2"], "_type": "FieldReference"}, "team.MembersAddArgBase.force_async": {"fq_name": "team.MembersAddArgBase.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "team.MembersAddArgBase", "route_refs": ["team.members/add", "team.members/add_v2"], "_type": "FieldReference"}, "team.MembersAddJobStatus.in_progress": {"fq_name": "team.MembersAddJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.MembersAddJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatus.complete": {"fq_name": "team.MembersAddJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.MembersAddJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatus.failed": {"fq_name": "team.MembersAddJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "team.MembersAddJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatusV2Result.in_progress": {"fq_name": "team.MembersAddJobStatusV2Result.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.MembersAddJobStatusV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatusV2Result.complete": {"fq_name": "team.MembersAddJobStatusV2Result.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.MembersAddJobStatusV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatusV2Result.failed": {"fq_name": "team.MembersAddJobStatusV2Result.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "team.MembersAddJobStatusV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddJobStatusV2Result.other": {"fq_name": "team.MembersAddJobStatusV2Result.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersAddJobStatusV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddLaunch.async_job_id": {"fq_name": "team.MembersAddLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "team.MembersAddLaunch", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddLaunch.complete": {"fq_name": "team.MembersAddLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.MembersAddLaunch", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddLaunchV2Result.async_job_id": {"fq_name": "team.MembersAddLaunchV2Result.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "team.MembersAddLaunchV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddLaunchV2Result.complete": {"fq_name": "team.MembersAddLaunchV2Result.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.MembersAddLaunchV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddLaunchV2Result.other": {"fq_name": "team.MembersAddLaunchV2Result.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersAddLaunchV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersAddV2Arg.new_members": {"fq_name": "team.MembersAddV2Arg.new_members", "param_name": "newMembers", "static_instance": null, "getter_method": "getNewMembers", "containing_data_type_ref": "team.MembersAddV2Arg", "route_refs": ["team.members/add_v2"], "_type": "FieldReference"}, "team.MembersAddV2Arg.force_async": {"fq_name": "team.MembersAddV2Arg.force_async", "param_name": "forceAsync", "static_instance": null, "getter_method": "getForceAsync", "containing_data_type_ref": "team.MembersAddV2Arg", "route_refs": ["team.members/add", "team.members/add_v2"], "_type": "FieldReference"}, "team.MembersDataTransferArg.user": {"fq_name": "team.MembersDataTransferArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersDataTransferArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersDataTransferArg.transfer_dest_id": {"fq_name": "team.MembersDataTransferArg.transfer_dest_id", "param_name": "transferDestId", "static_instance": null, "getter_method": "getTransferDestId", "containing_data_type_ref": "team.MembersDataTransferArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersDataTransferArg.transfer_admin_id": {"fq_name": "team.MembersDataTransferArg.transfer_admin_id", "param_name": "transferAdminId", "static_instance": null, "getter_method": "getTransferAdminId", "containing_data_type_ref": "team.MembersDataTransferArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeactivateArg.user": {"fq_name": "team.MembersDeactivateArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersDeactivateArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersDeactivateArg.wipe_data": {"fq_name": "team.MembersDeactivateArg.wipe_data", "param_name": "wipeData", "static_instance": null, "getter_method": "getWipeData", "containing_data_type_ref": "team.MembersDeactivateArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersDeactivateBaseArg.user": {"fq_name": "team.MembersDeactivateBaseArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersDeactivateBaseArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersDeactivateError.user_not_found": {"fq_name": "team.MembersDeactivateError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersDeactivateError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeactivateError.user_not_in_team": {"fq_name": "team.MembersDeactivateError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersDeactivateError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeactivateError.other": {"fq_name": "team.MembersDeactivateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersDeactivateError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteFormerMemberFilesError.user_not_found": {"fq_name": "team.MembersDeleteFormerMemberFilesError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteFormerMemberFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteFormerMemberFilesError.user_not_in_team": {"fq_name": "team.MembersDeleteFormerMemberFilesError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteFormerMemberFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteFormerMemberFilesError.other": {"fq_name": "team.MembersDeleteFormerMemberFilesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteFormerMemberFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteFormerMemberFilesError.transfer_in_progress": {"fq_name": "team.MembersDeleteFormerMemberFilesError.transfer_in_progress", "param_name": "transferInProgressValue", "static_instance": "TRANSFER_IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteFormerMemberFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteFormerMemberFilesError.already_transferred": {"fq_name": "team.MembersDeleteFormerMemberFilesError.already_transferred", "param_name": "alreadyTransferredValue", "static_instance": "ALREADY_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteFormerMemberFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteFormerMemberFilesError.already_transferred_or_deleted": {"fq_name": "team.MembersDeleteFormerMemberFilesError.already_transferred_or_deleted", "param_name": "alreadyTransferredOrDeletedValue", "static_instance": "ALREADY_TRANSFERRED_OR_DELETED", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteFormerMemberFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteFormerMemberFilesError.user_not_removed": {"fq_name": "team.MembersDeleteFormerMemberFilesError.user_not_removed", "param_name": "userNotRemovedValue", "static_instance": "USER_NOT_REMOVED", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteFormerMemberFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteProfilePhotoArg.user": {"fq_name": "team.MembersDeleteProfilePhotoArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersDeleteProfilePhotoArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteProfilePhotoError.user_not_found": {"fq_name": "team.MembersDeleteProfilePhotoError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteProfilePhotoError.user_not_in_team": {"fq_name": "team.MembersDeleteProfilePhotoError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteProfilePhotoError.set_profile_disallowed": {"fq_name": "team.MembersDeleteProfilePhotoError.set_profile_disallowed", "param_name": "setProfileDisallowedValue", "static_instance": "SET_PROFILE_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersDeleteProfilePhotoError.other": {"fq_name": "team.MembersDeleteProfilePhotoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersDeleteProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersFormerMemberArg.user": {"fq_name": "team.MembersFormerMemberArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersFormerMemberArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetAvailableTeamMemberRolesResult.roles": {"fq_name": "team.MembersGetAvailableTeamMemberRolesResult.roles", "param_name": "roles", "static_instance": null, "getter_method": "getRoles", "containing_data_type_ref": "team.MembersGetAvailableTeamMemberRolesResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoArgs.members": {"fq_name": "team.MembersGetInfoArgs.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.MembersGetInfoArgs", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoError.other": {"fq_name": "team.MembersGetInfoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersGetInfoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItem.id_not_found": {"fq_name": "team.MembersGetInfoItem.id_not_found", "param_name": "idNotFoundValue", "static_instance": null, "getter_method": "getIdNotFoundValue", "containing_data_type_ref": "team.MembersGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItem.member_info": {"fq_name": "team.MembersGetInfoItem.member_info", "param_name": "memberInfoValue", "static_instance": null, "getter_method": "getMemberInfoValue", "containing_data_type_ref": "team.MembersGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItemBase.id_not_found": {"fq_name": "team.MembersGetInfoItemBase.id_not_found", "param_name": "idNotFoundValue", "static_instance": null, "getter_method": "getIdNotFoundValue", "containing_data_type_ref": "team.MembersGetInfoItemBase", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItemV2.id_not_found": {"fq_name": "team.MembersGetInfoItemV2.id_not_found", "param_name": "idNotFoundValue", "static_instance": null, "getter_method": "getIdNotFoundValue", "containing_data_type_ref": "team.MembersGetInfoItemV2", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItemV2.member_info": {"fq_name": "team.MembersGetInfoItemV2.member_info", "param_name": "memberInfoValue", "static_instance": null, "getter_method": "getMemberInfoValue", "containing_data_type_ref": "team.MembersGetInfoItemV2", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoItemV2.other": {"fq_name": "team.MembersGetInfoItemV2.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersGetInfoItemV2", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoV2Arg.members": {"fq_name": "team.MembersGetInfoV2Arg.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.MembersGetInfoV2Arg", "route_refs": [], "_type": "FieldReference"}, "team.MembersGetInfoV2Result.members_info": {"fq_name": "team.MembersGetInfoV2Result.members_info", "param_name": "membersInfo", "static_instance": null, "getter_method": "getMembersInfo", "containing_data_type_ref": "team.MembersGetInfoV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersInfo.team_member_ids": {"fq_name": "team.MembersInfo.team_member_ids", "param_name": "teamMemberIds", "static_instance": null, "getter_method": "getTeamMemberIds", "containing_data_type_ref": "team.MembersInfo", "route_refs": [], "_type": "FieldReference"}, "team.MembersInfo.permanently_deleted_users": {"fq_name": "team.MembersInfo.permanently_deleted_users", "param_name": "permanentlyDeletedUsers", "static_instance": null, "getter_method": "getPermanentlyDeletedUsers", "containing_data_type_ref": "team.MembersInfo", "route_refs": [], "_type": "FieldReference"}, "team.MembersListArg.limit": {"fq_name": "team.MembersListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.MembersListArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersListArg.include_removed": {"fq_name": "team.MembersListArg.include_removed", "param_name": "includeRemoved", "static_instance": null, "getter_method": "getIncludeRemoved", "containing_data_type_ref": "team.MembersListArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersListContinueArg.cursor": {"fq_name": "team.MembersListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.MembersListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersListContinueError.invalid_cursor": {"fq_name": "team.MembersListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.MembersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.MembersListContinueError.other": {"fq_name": "team.MembersListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.MembersListError.other": {"fq_name": "team.MembersListError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersListError", "route_refs": [], "_type": "FieldReference"}, "team.MembersListResult.members": {"fq_name": "team.MembersListResult.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.MembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersListResult.cursor": {"fq_name": "team.MembersListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.MembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersListResult.has_more": {"fq_name": "team.MembersListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.MembersListResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersListV2Result.members": {"fq_name": "team.MembersListV2Result.members", "param_name": "members", "static_instance": null, "getter_method": "getMembers", "containing_data_type_ref": "team.MembersListV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersListV2Result.cursor": {"fq_name": "team.MembersListV2Result.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.MembersListV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersListV2Result.has_more": {"fq_name": "team.MembersListV2Result.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.MembersListV2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersPermanentlyDeleteFilesError.user_not_found": {"fq_name": "team.MembersPermanentlyDeleteFilesError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersPermanentlyDeleteFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersPermanentlyDeleteFilesError.user_not_in_team": {"fq_name": "team.MembersPermanentlyDeleteFilesError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersPermanentlyDeleteFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersPermanentlyDeleteFilesError.other": {"fq_name": "team.MembersPermanentlyDeleteFilesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersPermanentlyDeleteFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersPermanentlyDeleteFilesError.transfer_in_progress": {"fq_name": "team.MembersPermanentlyDeleteFilesError.transfer_in_progress", "param_name": "transferInProgressValue", "static_instance": "TRANSFER_IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.MembersPermanentlyDeleteFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersPermanentlyDeleteFilesError.already_transferred": {"fq_name": "team.MembersPermanentlyDeleteFilesError.already_transferred", "param_name": "alreadyTransferredValue", "static_instance": "ALREADY_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersPermanentlyDeleteFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersPermanentlyDeleteFilesError.already_transferred_or_deleted": {"fq_name": "team.MembersPermanentlyDeleteFilesError.already_transferred_or_deleted", "param_name": "alreadyTransferredOrDeletedValue", "static_instance": "ALREADY_TRANSFERRED_OR_DELETED", "getter_method": null, "containing_data_type_ref": "team.MembersPermanentlyDeleteFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverArg.user": {"fq_name": "team.MembersRecoverArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersRecoverArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverError.user_not_found": {"fq_name": "team.MembersRecoverError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersRecoverError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverError.user_unrecoverable": {"fq_name": "team.MembersRecoverError.user_unrecoverable", "param_name": "userUnrecoverableValue", "static_instance": "USER_UNRECOVERABLE", "getter_method": null, "containing_data_type_ref": "team.MembersRecoverError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverError.user_not_in_team": {"fq_name": "team.MembersRecoverError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersRecoverError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverError.team_license_limit": {"fq_name": "team.MembersRecoverError.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": "TEAM_LICENSE_LIMIT", "getter_method": null, "containing_data_type_ref": "team.MembersRecoverError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRecoverError.other": {"fq_name": "team.MembersRecoverError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersRecoverError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveArg.user": {"fq_name": "team.MembersRemoveArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersRemoveArg.wipe_data": {"fq_name": "team.MembersRemoveArg.wipe_data", "param_name": "wipeData", "static_instance": null, "getter_method": "getWipeData", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": ["team.members/suspend"], "_type": "FieldReference"}, "team.MembersRemoveArg.transfer_dest_id": {"fq_name": "team.MembersRemoveArg.transfer_dest_id", "param_name": "transferDestId", "static_instance": null, "getter_method": "getTransferDestId", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveArg.transfer_admin_id": {"fq_name": "team.MembersRemoveArg.transfer_admin_id", "param_name": "transferAdminId", "static_instance": null, "getter_method": "getTransferAdminId", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveArg.keep_account": {"fq_name": "team.MembersRemoveArg.keep_account", "param_name": "keepAccount", "static_instance": null, "getter_method": "getKeepAccount", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveArg.retain_team_shares": {"fq_name": "team.MembersRemoveArg.retain_team_shares", "param_name": "retainTeamShares", "static_instance": null, "getter_method": "getRetainTeamShares", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveArg.permanently_delete_files": {"fq_name": "team.MembersRemoveArg.permanently_delete_files", "param_name": "permanentlyDeleteFiles", "static_instance": null, "getter_method": "getPermanentlyDeleteFiles", "containing_data_type_ref": "team.MembersRemoveArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.user_not_found": {"fq_name": "team.MembersRemoveError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.user_not_in_team": {"fq_name": "team.MembersRemoveError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.other": {"fq_name": "team.MembersRemoveError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_in_progress": {"fq_name": "team.MembersRemoveError.transfer_in_progress", "param_name": "transferInProgressValue", "static_instance": "TRANSFER_IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.already_transferred": {"fq_name": "team.MembersRemoveError.already_transferred", "param_name": "alreadyTransferredValue", "static_instance": "ALREADY_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.already_transferred_or_deleted": {"fq_name": "team.MembersRemoveError.already_transferred_or_deleted", "param_name": "alreadyTransferredOrDeletedValue", "static_instance": "ALREADY_TRANSFERRED_OR_DELETED", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.removed_and_transfer_dest_should_differ": {"fq_name": "team.MembersRemoveError.removed_and_transfer_dest_should_differ", "param_name": "removedAndTransferDestShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_DEST_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.removed_and_transfer_admin_should_differ": {"fq_name": "team.MembersRemoveError.removed_and_transfer_admin_should_differ", "param_name": "removedAndTransferAdminShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_ADMIN_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_dest_user_not_found": {"fq_name": "team.MembersRemoveError.transfer_dest_user_not_found", "param_name": "transferDestUserNotFoundValue", "static_instance": "TRANSFER_DEST_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_dest_user_not_in_team": {"fq_name": "team.MembersRemoveError.transfer_dest_user_not_in_team", "param_name": "transferDestUserNotInTeamValue", "static_instance": "TRANSFER_DEST_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_admin_user_not_in_team": {"fq_name": "team.MembersRemoveError.transfer_admin_user_not_in_team", "param_name": "transferAdminUserNotInTeamValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_admin_user_not_found": {"fq_name": "team.MembersRemoveError.transfer_admin_user_not_found", "param_name": "transferAdminUserNotFoundValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.unspecified_transfer_admin_id": {"fq_name": "team.MembersRemoveError.unspecified_transfer_admin_id", "param_name": "unspecifiedTransferAdminIdValue", "static_instance": "UNSPECIFIED_TRANSFER_ADMIN_ID", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.transfer_admin_is_not_admin": {"fq_name": "team.MembersRemoveError.transfer_admin_is_not_admin", "param_name": "transferAdminIsNotAdminValue", "static_instance": "TRANSFER_ADMIN_IS_NOT_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.recipient_not_verified": {"fq_name": "team.MembersRemoveError.recipient_not_verified", "param_name": "recipientNotVerifiedValue", "static_instance": "RECIPIENT_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.remove_last_admin": {"fq_name": "team.MembersRemoveError.remove_last_admin", "param_name": "removeLastAdminValue", "static_instance": "REMOVE_LAST_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account_and_transfer": {"fq_name": "team.MembersRemoveError.cannot_keep_account_and_transfer", "param_name": "cannotKeepAccountAndTransferValue", "static_instance": "CANNOT_KEEP_ACCOUNT_AND_TRANSFER", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account_and_delete_data": {"fq_name": "team.MembersRemoveError.cannot_keep_account_and_delete_data", "param_name": "cannotKeepAccountAndDeleteDataValue", "static_instance": "CANNOT_KEEP_ACCOUNT_AND_DELETE_DATA", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account_and_permanently_delete": {"fq_name": "team.MembersRemoveError.cannot_keep_account_and_permanently_delete", "param_name": "cannotKeepAccountAndPermanentlyDeleteValue", "static_instance": "CANNOT_KEEP_ACCOUNT_AND_PERMANENTLY_DELETE", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.email_address_too_long_to_be_disabled": {"fq_name": "team.MembersRemoveError.email_address_too_long_to_be_disabled", "param_name": "emailAddressTooLongToBeDisabledValue", "static_instance": "EMAIL_ADDRESS_TOO_LONG_TO_BE_DISABLED", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_invited_user_account": {"fq_name": "team.MembersRemoveError.cannot_keep_invited_user_account", "param_name": "cannotKeepInvitedUserAccountValue", "static_instance": "CANNOT_KEEP_INVITED_USER_ACCOUNT", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_retain_shares_when_data_wiped": {"fq_name": "team.MembersRemoveError.cannot_retain_shares_when_data_wiped", "param_name": "cannotRetainSharesWhenDataWipedValue", "static_instance": "CANNOT_RETAIN_SHARES_WHEN_DATA_WIPED", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_retain_shares_when_no_account_kept": {"fq_name": "team.MembersRemoveError.cannot_retain_shares_when_no_account_kept", "param_name": "cannotRetainSharesWhenNoAccountKeptValue", "static_instance": "CANNOT_RETAIN_SHARES_WHEN_NO_ACCOUNT_KEPT", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_retain_shares_when_team_external_sharing_off": {"fq_name": "team.MembersRemoveError.cannot_retain_shares_when_team_external_sharing_off", "param_name": "cannotRetainSharesWhenTeamExternalSharingOffValue", "static_instance": "CANNOT_RETAIN_SHARES_WHEN_TEAM_EXTERNAL_SHARING_OFF", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account": {"fq_name": "team.MembersRemoveError.cannot_keep_account", "param_name": "cannotKeepAccountValue", "static_instance": "CANNOT_KEEP_ACCOUNT", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account_under_legal_hold": {"fq_name": "team.MembersRemoveError.cannot_keep_account_under_legal_hold", "param_name": "cannotKeepAccountUnderLegalHoldValue", "static_instance": "CANNOT_KEEP_ACCOUNT_UNDER_LEGAL_HOLD", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_keep_account_required_to_sign_tos": {"fq_name": "team.MembersRemoveError.cannot_keep_account_required_to_sign_tos", "param_name": "cannotKeepAccountRequiredToSignTosValue", "static_instance": "CANNOT_KEEP_ACCOUNT_REQUIRED_TO_SIGN_TOS", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.cannot_permanently_delete_and_transfer": {"fq_name": "team.MembersRemoveError.cannot_permanently_delete_and_transfer", "param_name": "cannotPermanentlyDeleteAndTransferValue", "static_instance": "CANNOT_PERMANENTLY_DELETE_AND_TRANSFER", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersRemoveError.member_is_transfer_destination": {"fq_name": "team.MembersRemoveError.member_is_transfer_destination", "param_name": "memberIsTransferDestinationValue", "static_instance": "MEMBER_IS_TRANSFER_DESTINATION", "getter_method": null, "containing_data_type_ref": "team.MembersRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSendWelcomeError.user_not_found": {"fq_name": "team.MembersSendWelcomeError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSendWelcomeError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSendWelcomeError.user_not_in_team": {"fq_name": "team.MembersSendWelcomeError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSendWelcomeError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSendWelcomeError.other": {"fq_name": "team.MembersSendWelcomeError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSendWelcomeError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Arg.user": {"fq_name": "team.MembersSetPermissions2Arg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersSetPermissions2Arg", "route_refs": ["team.members/set_admin_permissions_v2"], "_type": "FieldReference"}, "team.MembersSetPermissions2Arg.new_roles": {"fq_name": "team.MembersSetPermissions2Arg.new_roles", "param_name": "newRoles", "static_instance": null, "getter_method": "getNewRoles", "containing_data_type_ref": "team.MembersSetPermissions2Arg", "route_refs": ["team.members/set_admin_permissions_v2"], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.user_not_found": {"fq_name": "team.MembersSetPermissions2Error.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.last_admin": {"fq_name": "team.MembersSetPermissions2Error.last_admin", "param_name": "lastAdminValue", "static_instance": "LAST_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.user_not_in_team": {"fq_name": "team.MembersSetPermissions2Error.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.cannot_set_permissions": {"fq_name": "team.MembersSetPermissions2Error.cannot_set_permissions", "param_name": "cannotSetPermissionsValue", "static_instance": "CANNOT_SET_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.role_not_found": {"fq_name": "team.MembersSetPermissions2Error.role_not_found", "param_name": "roleNotFoundValue", "static_instance": "ROLE_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Error.other": {"fq_name": "team.MembersSetPermissions2Error.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissions2Error", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Result.team_member_id": {"fq_name": "team.MembersSetPermissions2Result.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.MembersSetPermissions2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissions2Result.roles": {"fq_name": "team.MembersSetPermissions2Result.roles", "param_name": "roles", "static_instance": null, "getter_method": "getRoles", "containing_data_type_ref": "team.MembersSetPermissions2Result", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsArg.user": {"fq_name": "team.MembersSetPermissionsArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersSetPermissionsArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsArg.new_role": {"fq_name": "team.MembersSetPermissionsArg.new_role", "param_name": "newRole", "static_instance": null, "getter_method": "getNewRole", "containing_data_type_ref": "team.MembersSetPermissionsArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.user_not_found": {"fq_name": "team.MembersSetPermissionsError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.last_admin": {"fq_name": "team.MembersSetPermissionsError.last_admin", "param_name": "lastAdminValue", "static_instance": "LAST_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.user_not_in_team": {"fq_name": "team.MembersSetPermissionsError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.cannot_set_permissions": {"fq_name": "team.MembersSetPermissionsError.cannot_set_permissions", "param_name": "cannotSetPermissionsValue", "static_instance": "CANNOT_SET_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.team_license_limit": {"fq_name": "team.MembersSetPermissionsError.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": "TEAM_LICENSE_LIMIT", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsError.other": {"fq_name": "team.MembersSetPermissionsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSetPermissionsError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsResult.team_member_id": {"fq_name": "team.MembersSetPermissionsResult.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.MembersSetPermissionsResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetPermissionsResult.role": {"fq_name": "team.MembersSetPermissionsResult.role", "param_name": "role", "static_instance": null, "getter_method": "getRole", "containing_data_type_ref": "team.MembersSetPermissionsResult", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.user": {"fq_name": "team.MembersSetProfileArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_email": {"fq_name": "team.MembersSetProfileArg.new_email", "param_name": "newEmail", "static_instance": null, "getter_method": "getNewEmail", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_external_id": {"fq_name": "team.MembersSetProfileArg.new_external_id", "param_name": "newExternalId", "static_instance": null, "getter_method": "getNewExternalId", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_given_name": {"fq_name": "team.MembersSetProfileArg.new_given_name", "param_name": "newGivenName", "static_instance": null, "getter_method": "getNewGivenName", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_surname": {"fq_name": "team.MembersSetProfileArg.new_surname", "param_name": "newSurname", "static_instance": null, "getter_method": "getNewSurname", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_persistent_id": {"fq_name": "team.MembersSetProfileArg.new_persistent_id", "param_name": "newPersistentId", "static_instance": null, "getter_method": "getNewPersistentId", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileArg.new_is_directory_restricted": {"fq_name": "team.MembersSetProfileArg.new_is_directory_restricted", "param_name": "newIsDirectoryRestricted", "static_instance": null, "getter_method": "getNewIsDirectoryRestricted", "containing_data_type_ref": "team.MembersSetProfileArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.user_not_found": {"fq_name": "team.MembersSetProfileError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.user_not_in_team": {"fq_name": "team.MembersSetProfileError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.external_id_and_new_external_id_unsafe": {"fq_name": "team.MembersSetProfileError.external_id_and_new_external_id_unsafe", "param_name": "externalIdAndNewExternalIdUnsafeValue", "static_instance": "EXTERNAL_ID_AND_NEW_EXTERNAL_ID_UNSAFE", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.no_new_data_specified": {"fq_name": "team.MembersSetProfileError.no_new_data_specified", "param_name": "noNewDataSpecifiedValue", "static_instance": "NO_NEW_DATA_SPECIFIED", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.email_reserved_for_other_user": {"fq_name": "team.MembersSetProfileError.email_reserved_for_other_user", "param_name": "emailReservedForOtherUserValue", "static_instance": "EMAIL_RESERVED_FOR_OTHER_USER", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.external_id_used_by_other_user": {"fq_name": "team.MembersSetProfileError.external_id_used_by_other_user", "param_name": "externalIdUsedByOtherUserValue", "static_instance": "EXTERNAL_ID_USED_BY_OTHER_USER", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.set_profile_disallowed": {"fq_name": "team.MembersSetProfileError.set_profile_disallowed", "param_name": "setProfileDisallowedValue", "static_instance": "SET_PROFILE_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.param_cannot_be_empty": {"fq_name": "team.MembersSetProfileError.param_cannot_be_empty", "param_name": "paramCannotBeEmptyValue", "static_instance": "PARAM_CANNOT_BE_EMPTY", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.persistent_id_disabled": {"fq_name": "team.MembersSetProfileError.persistent_id_disabled", "param_name": "persistentIdDisabledValue", "static_instance": "PERSISTENT_ID_DISABLED", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.persistent_id_used_by_other_user": {"fq_name": "team.MembersSetProfileError.persistent_id_used_by_other_user", "param_name": "persistentIdUsedByOtherUserValue", "static_instance": "PERSISTENT_ID_USED_BY_OTHER_USER", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.directory_restricted_off": {"fq_name": "team.MembersSetProfileError.directory_restricted_off", "param_name": "directoryRestrictedOffValue", "static_instance": "DIRECTORY_RESTRICTED_OFF", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfileError.other": {"fq_name": "team.MembersSetProfileError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfileError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoArg.user": {"fq_name": "team.MembersSetProfilePhotoArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersSetProfilePhotoArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoArg.photo": {"fq_name": "team.MembersSetProfilePhotoArg.photo", "param_name": "photo", "static_instance": null, "getter_method": "getPhoto", "containing_data_type_ref": "team.MembersSetProfilePhotoArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoError.user_not_found": {"fq_name": "team.MembersSetProfilePhotoError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoError.user_not_in_team": {"fq_name": "team.MembersSetProfilePhotoError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoError.set_profile_disallowed": {"fq_name": "team.MembersSetProfilePhotoError.set_profile_disallowed", "param_name": "setProfileDisallowedValue", "static_instance": "SET_PROFILE_DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoError.photo_error": {"fq_name": "team.MembersSetProfilePhotoError.photo_error", "param_name": "photoErrorValue", "static_instance": null, "getter_method": "getPhotoErrorValue", "containing_data_type_ref": "team.MembersSetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSetProfilePhotoError.other": {"fq_name": "team.MembersSetProfilePhotoError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSetProfilePhotoError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.user_not_found": {"fq_name": "team.MembersSuspendError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.user_not_in_team": {"fq_name": "team.MembersSuspendError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.other": {"fq_name": "team.MembersSuspendError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.suspend_inactive_user": {"fq_name": "team.MembersSuspendError.suspend_inactive_user", "param_name": "suspendInactiveUserValue", "static_instance": "SUSPEND_INACTIVE_USER", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.suspend_last_admin": {"fq_name": "team.MembersSuspendError.suspend_last_admin", "param_name": "suspendLastAdminValue", "static_instance": "SUSPEND_LAST_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersSuspendError.team_license_limit": {"fq_name": "team.MembersSuspendError.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": "TEAM_LICENSE_LIMIT", "getter_method": null, "containing_data_type_ref": "team.MembersSuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.user_not_found": {"fq_name": "team.MembersTransferFilesError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.user_not_in_team": {"fq_name": "team.MembersTransferFilesError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.other": {"fq_name": "team.MembersTransferFilesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_in_progress": {"fq_name": "team.MembersTransferFilesError.transfer_in_progress", "param_name": "transferInProgressValue", "static_instance": "TRANSFER_IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.already_transferred": {"fq_name": "team.MembersTransferFilesError.already_transferred", "param_name": "alreadyTransferredValue", "static_instance": "ALREADY_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.already_transferred_or_deleted": {"fq_name": "team.MembersTransferFilesError.already_transferred_or_deleted", "param_name": "alreadyTransferredOrDeletedValue", "static_instance": "ALREADY_TRANSFERRED_OR_DELETED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.removed_and_transfer_dest_should_differ": {"fq_name": "team.MembersTransferFilesError.removed_and_transfer_dest_should_differ", "param_name": "removedAndTransferDestShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_DEST_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.removed_and_transfer_admin_should_differ": {"fq_name": "team.MembersTransferFilesError.removed_and_transfer_admin_should_differ", "param_name": "removedAndTransferAdminShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_ADMIN_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_dest_user_not_found": {"fq_name": "team.MembersTransferFilesError.transfer_dest_user_not_found", "param_name": "transferDestUserNotFoundValue", "static_instance": "TRANSFER_DEST_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_dest_user_not_in_team": {"fq_name": "team.MembersTransferFilesError.transfer_dest_user_not_in_team", "param_name": "transferDestUserNotInTeamValue", "static_instance": "TRANSFER_DEST_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_admin_user_not_in_team": {"fq_name": "team.MembersTransferFilesError.transfer_admin_user_not_in_team", "param_name": "transferAdminUserNotInTeamValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_admin_user_not_found": {"fq_name": "team.MembersTransferFilesError.transfer_admin_user_not_found", "param_name": "transferAdminUserNotFoundValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.unspecified_transfer_admin_id": {"fq_name": "team.MembersTransferFilesError.unspecified_transfer_admin_id", "param_name": "unspecifiedTransferAdminIdValue", "static_instance": "UNSPECIFIED_TRANSFER_ADMIN_ID", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.transfer_admin_is_not_admin": {"fq_name": "team.MembersTransferFilesError.transfer_admin_is_not_admin", "param_name": "transferAdminIsNotAdminValue", "static_instance": "TRANSFER_ADMIN_IS_NOT_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFilesError.recipient_not_verified": {"fq_name": "team.MembersTransferFilesError.recipient_not_verified", "param_name": "recipientNotVerifiedValue", "static_instance": "RECIPIENT_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_not_found": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_not_in_team": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.other": {"fq_name": "team.MembersTransferFormerMembersFilesError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_in_progress": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_in_progress", "param_name": "transferInProgressValue", "static_instance": "TRANSFER_IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.already_transferred": {"fq_name": "team.MembersTransferFormerMembersFilesError.already_transferred", "param_name": "alreadyTransferredValue", "static_instance": "ALREADY_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.already_transferred_or_deleted": {"fq_name": "team.MembersTransferFormerMembersFilesError.already_transferred_or_deleted", "param_name": "alreadyTransferredOrDeletedValue", "static_instance": "ALREADY_TRANSFERRED_OR_DELETED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.removed_and_transfer_dest_should_differ": {"fq_name": "team.MembersTransferFormerMembersFilesError.removed_and_transfer_dest_should_differ", "param_name": "removedAndTransferDestShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_DEST_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.removed_and_transfer_admin_should_differ": {"fq_name": "team.MembersTransferFormerMembersFilesError.removed_and_transfer_admin_should_differ", "param_name": "removedAndTransferAdminShouldDifferValue", "static_instance": "REMOVED_AND_TRANSFER_ADMIN_SHOULD_DIFFER", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_dest_user_not_found": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_dest_user_not_found", "param_name": "transferDestUserNotFoundValue", "static_instance": "TRANSFER_DEST_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_dest_user_not_in_team": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_dest_user_not_in_team", "param_name": "transferDestUserNotInTeamValue", "static_instance": "TRANSFER_DEST_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_admin_user_not_in_team": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_admin_user_not_in_team", "param_name": "transferAdminUserNotInTeamValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_admin_user_not_found": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_admin_user_not_found", "param_name": "transferAdminUserNotFoundValue", "static_instance": "TRANSFER_ADMIN_USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.unspecified_transfer_admin_id": {"fq_name": "team.MembersTransferFormerMembersFilesError.unspecified_transfer_admin_id", "param_name": "unspecifiedTransferAdminIdValue", "static_instance": "UNSPECIFIED_TRANSFER_ADMIN_ID", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.transfer_admin_is_not_admin": {"fq_name": "team.MembersTransferFormerMembersFilesError.transfer_admin_is_not_admin", "param_name": "transferAdminIsNotAdminValue", "static_instance": "TRANSFER_ADMIN_IS_NOT_ADMIN", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.recipient_not_verified": {"fq_name": "team.MembersTransferFormerMembersFilesError.recipient_not_verified", "param_name": "recipientNotVerifiedValue", "static_instance": "RECIPIENT_NOT_VERIFIED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_data_is_being_transferred": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_data_is_being_transferred", "param_name": "userDataIsBeingTransferredValue", "static_instance": "USER_DATA_IS_BEING_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_not_removed": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_not_removed", "param_name": "userNotRemovedValue", "static_instance": "USER_NOT_REMOVED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_data_cannot_be_transferred": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_data_cannot_be_transferred", "param_name": "userDataCannotBeTransferredValue", "static_instance": "USER_DATA_CANNOT_BE_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersTransferFormerMembersFilesError.user_data_already_transferred": {"fq_name": "team.MembersTransferFormerMembersFilesError.user_data_already_transferred", "param_name": "userDataAlreadyTransferredValue", "static_instance": "USER_DATA_ALREADY_TRANSFERRED", "getter_method": null, "containing_data_type_ref": "team.MembersTransferFormerMembersFilesError", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendArg.user": {"fq_name": "team.MembersUnsuspendArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.MembersUnsuspendArg", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendError.user_not_found": {"fq_name": "team.MembersUnsuspendError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.MembersUnsuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendError.user_not_in_team": {"fq_name": "team.MembersUnsuspendError.user_not_in_team", "param_name": "userNotInTeamValue", "static_instance": "USER_NOT_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team.MembersUnsuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendError.other": {"fq_name": "team.MembersUnsuspendError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MembersUnsuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendError.unsuspend_non_suspended_member": {"fq_name": "team.MembersUnsuspendError.unsuspend_non_suspended_member", "param_name": "unsuspendNonSuspendedMemberValue", "static_instance": "UNSUSPEND_NON_SUSPENDED_MEMBER", "getter_method": null, "containing_data_type_ref": "team.MembersUnsuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MembersUnsuspendError.team_license_limit": {"fq_name": "team.MembersUnsuspendError.team_license_limit", "param_name": "teamLicenseLimitValue", "static_instance": "TEAM_LICENSE_LIMIT", "getter_method": null, "containing_data_type_ref": "team.MembersUnsuspendError", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.iphone": {"fq_name": "team.MobileClientPlatform.iphone", "param_name": "iphoneValue", "static_instance": "IPHONE", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.ipad": {"fq_name": "team.MobileClientPlatform.ipad", "param_name": "ipadValue", "static_instance": "IPAD", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.android": {"fq_name": "team.MobileClientPlatform.android", "param_name": "androidValue", "static_instance": "ANDROID", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.windows_phone": {"fq_name": "team.MobileClientPlatform.windows_phone", "param_name": "windowsPhoneValue", "static_instance": "WINDOWS_PHONE", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.blackberry": {"fq_name": "team.MobileClientPlatform.blackberry", "param_name": "blackberryValue", "static_instance": "BLACKBERRY", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientPlatform.other": {"fq_name": "team.MobileClientPlatform.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.MobileClientPlatform", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.session_id": {"fq_name": "team.MobileClientSession.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.device_name": {"fq_name": "team.MobileClientSession.device_name", "param_name": "deviceName", "static_instance": null, "getter_method": "getDeviceName", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.client_type": {"fq_name": "team.MobileClientSession.client_type", "param_name": "clientType", "static_instance": null, "getter_method": "getClientType", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.ip_address": {"fq_name": "team.MobileClientSession.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.country": {"fq_name": "team.MobileClientSession.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.created": {"fq_name": "team.MobileClientSession.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.updated": {"fq_name": "team.MobileClientSession.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.client_version": {"fq_name": "team.MobileClientSession.client_version", "param_name": "clientVersion", "static_instance": null, "getter_method": "getClientVersion", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.os_version": {"fq_name": "team.MobileClientSession.os_version", "param_name": "osVersion", "static_instance": null, "getter_method": "getOsVersion", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.MobileClientSession.last_carrier": {"fq_name": "team.MobileClientSession.last_carrier", "param_name": "lastCarrier", "static_instance": null, "getter_method": "getLastCarrier", "containing_data_type_ref": "team.MobileClientSession", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceMetadata.name": {"fq_name": "team.NamespaceMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.NamespaceMetadata", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceMetadata.namespace_id": {"fq_name": "team.NamespaceMetadata.namespace_id", "param_name": "namespaceId", "static_instance": null, "getter_method": "getNamespaceId", "containing_data_type_ref": "team.NamespaceMetadata", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceMetadata.namespace_type": {"fq_name": "team.NamespaceMetadata.namespace_type", "param_name": "namespaceType", "static_instance": null, "getter_method": "getNamespaceType", "containing_data_type_ref": "team.NamespaceMetadata", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceMetadata.team_member_id": {"fq_name": "team.NamespaceMetadata.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.NamespaceMetadata", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.app_folder": {"fq_name": "team.NamespaceType.app_folder", "param_name": "appFolderValue", "static_instance": "APP_FOLDER", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.shared_folder": {"fq_name": "team.NamespaceType.shared_folder", "param_name": "sharedFolderValue", "static_instance": "SHARED_FOLDER", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.team_folder": {"fq_name": "team.NamespaceType.team_folder", "param_name": "teamFolderValue", "static_instance": "TEAM_FOLDER", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.team_member_folder": {"fq_name": "team.NamespaceType.team_member_folder", "param_name": "teamMemberFolderValue", "static_instance": "TEAM_MEMBER_FOLDER", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.team_member_root": {"fq_name": "team.NamespaceType.team_member_root", "param_name": "teamMemberRootValue", "static_instance": "TEAM_MEMBER_ROOT", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.NamespaceType.other": {"fq_name": "team.NamespaceType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.NamespaceType", "route_refs": [], "_type": "FieldReference"}, "team.RemoveCustomQuotaResult.success": {"fq_name": "team.RemoveCustomQuotaResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.RemoveCustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.RemoveCustomQuotaResult.invalid_user": {"fq_name": "team.RemoveCustomQuotaResult.invalid_user", "param_name": "invalidUserValue", "static_instance": null, "getter_method": "getInvalidUserValue", "containing_data_type_ref": "team.RemoveCustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.RemoveCustomQuotaResult.other": {"fq_name": "team.RemoveCustomQuotaResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.RemoveCustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.RemovedStatus.is_recoverable": {"fq_name": "team.RemovedStatus.is_recoverable", "param_name": "isRecoverable", "static_instance": null, "getter_method": "getIsRecoverable", "containing_data_type_ref": "team.RemovedStatus", "route_refs": [], "_type": "FieldReference"}, "team.RemovedStatus.is_disconnected": {"fq_name": "team.RemovedStatus.is_disconnected", "param_name": "isDisconnected", "static_instance": null, "getter_method": "getIsDisconnected", "containing_data_type_ref": "team.RemovedStatus", "route_refs": [], "_type": "FieldReference"}, "team.ResendSecondaryEmailResult.success": {"fq_name": "team.ResendSecondaryEmailResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.ResendSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.ResendSecondaryEmailResult.not_pending": {"fq_name": "team.ResendSecondaryEmailResult.not_pending", "param_name": "notPendingValue", "static_instance": null, "getter_method": "getNotPendingValue", "containing_data_type_ref": "team.ResendSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.ResendSecondaryEmailResult.rate_limited": {"fq_name": "team.ResendSecondaryEmailResult.rate_limited", "param_name": "rateLimitedValue", "static_instance": null, "getter_method": "getRateLimitedValue", "containing_data_type_ref": "team.ResendSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.ResendSecondaryEmailResult.other": {"fq_name": "team.ResendSecondaryEmailResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.ResendSecondaryEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.ResendVerificationEmailArg.emails_to_resend": {"fq_name": "team.ResendVerificationEmailArg.emails_to_resend", "param_name": "emailsToResend", "static_instance": null, "getter_method": "getEmailsToResend", "containing_data_type_ref": "team.ResendVerificationEmailArg", "route_refs": [], "_type": "FieldReference"}, "team.ResendVerificationEmailResult.results": {"fq_name": "team.ResendVerificationEmailResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.ResendVerificationEmailResult", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDesktopClientArg.session_id": {"fq_name": "team.RevokeDesktopClientArg.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team.RevokeDesktopClientArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDesktopClientArg.team_member_id": {"fq_name": "team.RevokeDesktopClientArg.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.RevokeDesktopClientArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDesktopClientArg.delete_on_unlink": {"fq_name": "team.RevokeDesktopClientArg.delete_on_unlink", "param_name": "deleteOnUnlink", "static_instance": null, "getter_method": "getDeleteOnUnlink", "containing_data_type_ref": "team.RevokeDesktopClientArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionArg.web_session": {"fq_name": "team.RevokeDeviceSessionArg.web_session", "param_name": "webSessionValue", "static_instance": null, "getter_method": "getWebSessionValue", "containing_data_type_ref": "team.RevokeDeviceSessionArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionArg.desktop_client": {"fq_name": "team.RevokeDeviceSessionArg.desktop_client", "param_name": "desktopClientValue", "static_instance": null, "getter_method": "getDesktopClientValue", "containing_data_type_ref": "team.RevokeDeviceSessionArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionArg.mobile_client": {"fq_name": "team.RevokeDeviceSessionArg.mobile_client", "param_name": "mobileClientValue", "static_instance": null, "getter_method": "getMobileClientValue", "containing_data_type_ref": "team.RevokeDeviceSessionArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionBatchArg.revoke_devices": {"fq_name": "team.RevokeDeviceSessionBatchArg.revoke_devices", "param_name": "revokeDevices", "static_instance": null, "getter_method": "getRevokeDevices", "containing_data_type_ref": "team.RevokeDeviceSessionBatchArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionBatchError.other": {"fq_name": "team.RevokeDeviceSessionBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.RevokeDeviceSessionBatchError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionBatchResult.revoke_devices_status": {"fq_name": "team.RevokeDeviceSessionBatchResult.revoke_devices_status", "param_name": "revokeDevicesStatus", "static_instance": null, "getter_method": "getRevokeDevicesStatus", "containing_data_type_ref": "team.RevokeDeviceSessionBatchResult", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionError.device_session_not_found": {"fq_name": "team.RevokeDeviceSessionError.device_session_not_found", "param_name": "deviceSessionNotFoundValue", "static_instance": "DEVICE_SESSION_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.RevokeDeviceSessionError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionError.member_not_found": {"fq_name": "team.RevokeDeviceSessionError.member_not_found", "param_name": "memberNotFoundValue", "static_instance": "MEMBER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.RevokeDeviceSessionError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionError.other": {"fq_name": "team.RevokeDeviceSessionError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.RevokeDeviceSessionError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionStatus.success": {"fq_name": "team.RevokeDeviceSessionStatus.success", "param_name": "success", "static_instance": null, "getter_method": "getSuccess", "containing_data_type_ref": "team.RevokeDeviceSessionStatus", "route_refs": [], "_type": "FieldReference"}, "team.RevokeDeviceSessionStatus.error_type": {"fq_name": "team.RevokeDeviceSessionStatus.error_type", "param_name": "errorType", "static_instance": null, "getter_method": "getErrorType", "containing_data_type_ref": "team.RevokeDeviceSessionStatus", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedApiAppArg.app_id": {"fq_name": "team.RevokeLinkedApiAppArg.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team.RevokeLinkedApiAppArg", "route_refs": ["team.linked_apps/revoke_linked_app"], "_type": "FieldReference"}, "team.RevokeLinkedApiAppArg.team_member_id": {"fq_name": "team.RevokeLinkedApiAppArg.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.RevokeLinkedApiAppArg", "route_refs": ["team.linked_apps/revoke_linked_app"], "_type": "FieldReference"}, "team.RevokeLinkedApiAppArg.keep_app_folder": {"fq_name": "team.RevokeLinkedApiAppArg.keep_app_folder", "param_name": "keepAppFolder", "static_instance": null, "getter_method": "getKeepAppFolder", "containing_data_type_ref": "team.RevokeLinkedApiAppArg", "route_refs": ["team.linked_apps/revoke_linked_app"], "_type": "FieldReference"}, "team.RevokeLinkedApiAppBatchArg.revoke_linked_app": {"fq_name": "team.RevokeLinkedApiAppBatchArg.revoke_linked_app", "param_name": "revokeLinkedApp", "static_instance": null, "getter_method": "getRevokeLinkedApp", "containing_data_type_ref": "team.RevokeLinkedApiAppBatchArg", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppBatchError.other": {"fq_name": "team.RevokeLinkedAppBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.RevokeLinkedAppBatchError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppBatchResult.revoke_linked_app_status": {"fq_name": "team.RevokeLinkedAppBatchResult.revoke_linked_app_status", "param_name": "revokeLinkedAppStatus", "static_instance": null, "getter_method": "getRevokeLinkedAppStatus", "containing_data_type_ref": "team.RevokeLinkedAppBatchResult", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppError.app_not_found": {"fq_name": "team.RevokeLinkedAppError.app_not_found", "param_name": "appNotFoundValue", "static_instance": "APP_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.RevokeLinkedAppError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppError.member_not_found": {"fq_name": "team.RevokeLinkedAppError.member_not_found", "param_name": "memberNotFoundValue", "static_instance": "MEMBER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.RevokeLinkedAppError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppError.app_folder_removal_not_supported": {"fq_name": "team.RevokeLinkedAppError.app_folder_removal_not_supported", "param_name": "appFolderRemovalNotSupportedValue", "static_instance": "APP_FOLDER_REMOVAL_NOT_SUPPORTED", "getter_method": null, "containing_data_type_ref": "team.RevokeLinkedAppError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppError.other": {"fq_name": "team.RevokeLinkedAppError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.RevokeLinkedAppError", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppStatus.success": {"fq_name": "team.RevokeLinkedAppStatus.success", "param_name": "success", "static_instance": null, "getter_method": "getSuccess", "containing_data_type_ref": "team.RevokeLinkedAppStatus", "route_refs": [], "_type": "FieldReference"}, "team.RevokeLinkedAppStatus.error_type": {"fq_name": "team.RevokeLinkedAppStatus.error_type", "param_name": "errorType", "static_instance": null, "getter_method": "getErrorType", "containing_data_type_ref": "team.RevokeLinkedAppStatus", "route_refs": [], "_type": "FieldReference"}, "team.SetCustomQuotaArg.users_and_quotas": {"fq_name": "team.SetCustomQuotaArg.users_and_quotas", "param_name": "usersAndQuotas", "static_instance": null, "getter_method": "getUsersAndQuotas", "containing_data_type_ref": "team.SetCustomQuotaArg", "route_refs": [], "_type": "FieldReference"}, "team.SetCustomQuotaError.too_many_users": {"fq_name": "team.SetCustomQuotaError.too_many_users", "param_name": "tooManyUsersValue", "static_instance": "TOO_MANY_USERS", "getter_method": null, "containing_data_type_ref": "team.SetCustomQuotaError", "route_refs": [], "_type": "FieldReference"}, "team.SetCustomQuotaError.other": {"fq_name": "team.SetCustomQuotaError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.SetCustomQuotaError", "route_refs": [], "_type": "FieldReference"}, "team.SetCustomQuotaError.some_users_are_excluded": {"fq_name": "team.SetCustomQuotaError.some_users_are_excluded", "param_name": "someUsersAreExcludedValue", "static_instance": "SOME_USERS_ARE_EXCLUDED", "getter_method": null, "containing_data_type_ref": "team.SetCustomQuotaError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddArgs.domains": {"fq_name": "team.SharingAllowlistAddArgs.domains", "param_name": "domains", "static_instance": null, "getter_method": "getDomains", "containing_data_type_ref": "team.SharingAllowlistAddArgs", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddArgs.emails": {"fq_name": "team.SharingAllowlistAddArgs.emails", "param_name": "emails", "static_instance": null, "getter_method": "getEmails", "containing_data_type_ref": "team.SharingAllowlistAddArgs", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.malformed_entry": {"fq_name": "team.SharingAllowlistAddError.malformed_entry", "param_name": "malformedEntryValue", "static_instance": null, "getter_method": "getMalformedEntryValue", "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.no_entries_provided": {"fq_name": "team.SharingAllowlistAddError.no_entries_provided", "param_name": "noEntriesProvidedValue", "static_instance": "NO_ENTRIES_PROVIDED", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.too_many_entries_provided": {"fq_name": "team.SharingAllowlistAddError.too_many_entries_provided", "param_name": "tooManyEntriesProvidedValue", "static_instance": "TOO_MANY_ENTRIES_PROVIDED", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.team_limit_reached": {"fq_name": "team.SharingAllowlistAddError.team_limit_reached", "param_name": "teamLimitReachedValue", "static_instance": "TEAM_LIMIT_REACHED", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.unknown_error": {"fq_name": "team.SharingAllowlistAddError.unknown_error", "param_name": "unknownErrorValue", "static_instance": "UNKNOWN_ERROR", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.entries_already_exist": {"fq_name": "team.SharingAllowlistAddError.entries_already_exist", "param_name": "entriesAlreadyExistValue", "static_instance": null, "getter_method": "getEntriesAlreadyExistValue", "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistAddError.other": {"fq_name": "team.SharingAllowlistAddError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistAddError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListArg.limit": {"fq_name": "team.SharingAllowlistListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.SharingAllowlistListArg", "route_refs": ["team.sharing_allowlist/list"], "_type": "FieldReference"}, "team.SharingAllowlistListContinueArg.cursor": {"fq_name": "team.SharingAllowlistListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.SharingAllowlistListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListContinueError.invalid_cursor": {"fq_name": "team.SharingAllowlistListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListContinueError.other": {"fq_name": "team.SharingAllowlistListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListResponse.domains": {"fq_name": "team.SharingAllowlistListResponse.domains", "param_name": "domains", "static_instance": null, "getter_method": "getDomains", "containing_data_type_ref": "team.SharingAllowlistListResponse", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListResponse.emails": {"fq_name": "team.SharingAllowlistListResponse.emails", "param_name": "emails", "static_instance": null, "getter_method": "getEmails", "containing_data_type_ref": "team.SharingAllowlistListResponse", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListResponse.cursor": {"fq_name": "team.SharingAllowlistListResponse.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.SharingAllowlistListResponse", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistListResponse.has_more": {"fq_name": "team.SharingAllowlistListResponse.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.SharingAllowlistListResponse", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveArgs.domains": {"fq_name": "team.SharingAllowlistRemoveArgs.domains", "param_name": "domains", "static_instance": null, "getter_method": "getDomains", "containing_data_type_ref": "team.SharingAllowlistRemoveArgs", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveArgs.emails": {"fq_name": "team.SharingAllowlistRemoveArgs.emails", "param_name": "emails", "static_instance": null, "getter_method": "getEmails", "containing_data_type_ref": "team.SharingAllowlistRemoveArgs", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.malformed_entry": {"fq_name": "team.SharingAllowlistRemoveError.malformed_entry", "param_name": "malformedEntryValue", "static_instance": null, "getter_method": "getMalformedEntryValue", "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.entries_do_not_exist": {"fq_name": "team.SharingAllowlistRemoveError.entries_do_not_exist", "param_name": "entriesDoNotExistValue", "static_instance": null, "getter_method": "getEntriesDoNotExistValue", "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.no_entries_provided": {"fq_name": "team.SharingAllowlistRemoveError.no_entries_provided", "param_name": "noEntriesProvidedValue", "static_instance": "NO_ENTRIES_PROVIDED", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.too_many_entries_provided": {"fq_name": "team.SharingAllowlistRemoveError.too_many_entries_provided", "param_name": "tooManyEntriesProvidedValue", "static_instance": "TOO_MANY_ENTRIES_PROVIDED", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.unknown_error": {"fq_name": "team.SharingAllowlistRemoveError.unknown_error", "param_name": "unknownErrorValue", "static_instance": "UNKNOWN_ERROR", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.SharingAllowlistRemoveError.other": {"fq_name": "team.SharingAllowlistRemoveError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.SharingAllowlistRemoveError", "route_refs": [], "_type": "FieldReference"}, "team.StorageBucket.bucket": {"fq_name": "team.StorageBucket.bucket", "param_name": "bucket", "static_instance": null, "getter_method": "getBucket", "containing_data_type_ref": "team.StorageBucket", "route_refs": [], "_type": "FieldReference"}, "team.StorageBucket.users": {"fq_name": "team.StorageBucket.users", "param_name": "users", "static_instance": null, "getter_method": "getUsers", "containing_data_type_ref": "team.StorageBucket", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderAccessError.invalid_team_folder_id": {"fq_name": "team.TeamFolderAccessError.invalid_team_folder_id", "param_name": "invalidTeamFolderIdValue", "static_instance": "INVALID_TEAM_FOLDER_ID", "getter_method": null, "containing_data_type_ref": "team.TeamFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderAccessError.no_access": {"fq_name": "team.TeamFolderAccessError.no_access", "param_name": "noAccessValue", "static_instance": "NO_ACCESS", "getter_method": null, "containing_data_type_ref": "team.TeamFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderAccessError.other": {"fq_name": "team.TeamFolderAccessError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderAccessError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderActivateError.access_error": {"fq_name": "team.TeamFolderActivateError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderActivateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderActivateError.status_error": {"fq_name": "team.TeamFolderActivateError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderActivateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderActivateError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderActivateError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderActivateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderActivateError.other": {"fq_name": "team.TeamFolderActivateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderActivateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveArg.team_folder_id": {"fq_name": "team.TeamFolderArchiveArg.team_folder_id", "param_name": "teamFolderId", "static_instance": null, "getter_method": "getTeamFolderId", "containing_data_type_ref": "team.TeamFolderArchiveArg", "route_refs": ["team.team_folder/archive"], "_type": "FieldReference"}, "team.TeamFolderArchiveArg.force_async_off": {"fq_name": "team.TeamFolderArchiveArg.force_async_off", "param_name": "forceAsyncOff", "static_instance": null, "getter_method": "getForceAsyncOff", "containing_data_type_ref": "team.TeamFolderArchiveArg", "route_refs": ["team.team_folder/archive"], "_type": "FieldReference"}, "team.TeamFolderArchiveError.access_error": {"fq_name": "team.TeamFolderArchiveError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderArchiveError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveError.status_error": {"fq_name": "team.TeamFolderArchiveError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderArchiveError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderArchiveError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderArchiveError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveError.other": {"fq_name": "team.TeamFolderArchiveError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderArchiveError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveJobStatus.in_progress": {"fq_name": "team.TeamFolderArchiveJobStatus.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.TeamFolderArchiveJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveJobStatus.complete": {"fq_name": "team.TeamFolderArchiveJobStatus.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.TeamFolderArchiveJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveJobStatus.failed": {"fq_name": "team.TeamFolderArchiveJobStatus.failed", "param_name": "failedValue", "static_instance": null, "getter_method": "getFailedValue", "containing_data_type_ref": "team.TeamFolderArchiveJobStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveLaunch.async_job_id": {"fq_name": "team.TeamFolderArchiveLaunch.async_job_id", "param_name": "asyncJobIdValue", "static_instance": null, "getter_method": "getAsyncJobIdValue", "containing_data_type_ref": "team.TeamFolderArchiveLaunch", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderArchiveLaunch.complete": {"fq_name": "team.TeamFolderArchiveLaunch.complete", "param_name": "completeValue", "static_instance": null, "getter_method": "getCompleteValue", "containing_data_type_ref": "team.TeamFolderArchiveLaunch", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderCreateArg.name": {"fq_name": "team.TeamFolderCreateArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamFolderCreateArg", "route_refs": ["team.team_folder/create"], "_type": "FieldReference"}, "team.TeamFolderCreateArg.sync_setting": {"fq_name": "team.TeamFolderCreateArg.sync_setting", "param_name": "syncSetting", "static_instance": null, "getter_method": "getSyncSetting", "containing_data_type_ref": "team.TeamFolderCreateArg", "route_refs": ["team.team_folder/create"], "_type": "FieldReference"}, "team.TeamFolderCreateError.invalid_folder_name": {"fq_name": "team.TeamFolderCreateError.invalid_folder_name", "param_name": "invalidFolderNameValue", "static_instance": "INVALID_FOLDER_NAME", "getter_method": null, "containing_data_type_ref": "team.TeamFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderCreateError.folder_name_already_used": {"fq_name": "team.TeamFolderCreateError.folder_name_already_used", "param_name": "folderNameAlreadyUsedValue", "static_instance": "FOLDER_NAME_ALREADY_USED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderCreateError.folder_name_reserved": {"fq_name": "team.TeamFolderCreateError.folder_name_reserved", "param_name": "folderNameReservedValue", "static_instance": "FOLDER_NAME_RESERVED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderCreateError.sync_settings_error": {"fq_name": "team.TeamFolderCreateError.sync_settings_error", "param_name": "syncSettingsErrorValue", "static_instance": null, "getter_method": "getSyncSettingsErrorValue", "containing_data_type_ref": "team.TeamFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderCreateError.other": {"fq_name": "team.TeamFolderCreateError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderCreateError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderGetInfoItem.id_not_found": {"fq_name": "team.TeamFolderGetInfoItem.id_not_found", "param_name": "idNotFoundValue", "static_instance": null, "getter_method": "getIdNotFoundValue", "containing_data_type_ref": "team.TeamFolderGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderGetInfoItem.team_folder_metadata": {"fq_name": "team.TeamFolderGetInfoItem.team_folder_metadata", "param_name": "teamFolderMetadataValue", "static_instance": null, "getter_method": "getTeamFolderMetadataValue", "containing_data_type_ref": "team.TeamFolderGetInfoItem", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderIdArg.team_folder_id": {"fq_name": "team.TeamFolderIdArg.team_folder_id", "param_name": "teamFolderId", "static_instance": null, "getter_method": "getTeamFolderId", "containing_data_type_ref": "team.TeamFolderIdArg", "route_refs": ["team.team_folder/archive"], "_type": "FieldReference"}, "team.TeamFolderIdListArg.team_folder_ids": {"fq_name": "team.TeamFolderIdListArg.team_folder_ids", "param_name": "teamFolderIds", "static_instance": null, "getter_method": "getTeamFolderIds", "containing_data_type_ref": "team.TeamFolderIdListArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderInvalidStatusError.active": {"fq_name": "team.TeamFolderInvalidStatusError.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team.TeamFolderInvalidStatusError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderInvalidStatusError.archived": {"fq_name": "team.TeamFolderInvalidStatusError.archived", "param_name": "archivedValue", "static_instance": "ARCHIVED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderInvalidStatusError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderInvalidStatusError.archive_in_progress": {"fq_name": "team.TeamFolderInvalidStatusError.archive_in_progress", "param_name": "archiveInProgressValue", "static_instance": "ARCHIVE_IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.TeamFolderInvalidStatusError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderInvalidStatusError.other": {"fq_name": "team.TeamFolderInvalidStatusError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderInvalidStatusError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListArg.limit": {"fq_name": "team.TeamFolderListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.TeamFolderListArg", "route_refs": ["team.team_folder/list"], "_type": "FieldReference"}, "team.TeamFolderListContinueArg.cursor": {"fq_name": "team.TeamFolderListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.TeamFolderListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListContinueError.invalid_cursor": {"fq_name": "team.TeamFolderListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.TeamFolderListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListContinueError.other": {"fq_name": "team.TeamFolderListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListError.access_error": {"fq_name": "team.TeamFolderListError.access_error", "param_name": "accessError", "static_instance": null, "getter_method": "getAccessError", "containing_data_type_ref": "team.TeamFolderListError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListResult.team_folders": {"fq_name": "team.TeamFolderListResult.team_folders", "param_name": "teamFolders", "static_instance": null, "getter_method": "getTeamFolders", "containing_data_type_ref": "team.TeamFolderListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListResult.cursor": {"fq_name": "team.TeamFolderListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.TeamFolderListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderListResult.has_more": {"fq_name": "team.TeamFolderListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.TeamFolderListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.team_folder_id": {"fq_name": "team.TeamFolderMetadata.team_folder_id", "param_name": "teamFolderId", "static_instance": null, "getter_method": "getTeamFolderId", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.name": {"fq_name": "team.TeamFolderMetadata.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.status": {"fq_name": "team.TeamFolderMetadata.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.is_team_shared_dropbox": {"fq_name": "team.TeamFolderMetadata.is_team_shared_dropbox", "param_name": "isTeamSharedDropbox", "static_instance": null, "getter_method": "getIsTeamSharedDropbox", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.sync_setting": {"fq_name": "team.TeamFolderMetadata.sync_setting", "param_name": "syncSetting", "static_instance": null, "getter_method": "getSyncSetting", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.content_sync_settings": {"fq_name": "team.TeamFolderMetadata.content_sync_settings", "param_name": "contentSyncSettings", "static_instance": null, "getter_method": "getContentSyncSettings", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderMetadata.quota_limit": {"fq_name": "team.TeamFolderMetadata.quota_limit", "param_name": "quotaLimit", "static_instance": null, "getter_method": "getQuotaLimit", "containing_data_type_ref": "team.TeamFolderMetadata", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderPermanentlyDeleteError.access_error": {"fq_name": "team.TeamFolderPermanentlyDeleteError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderPermanentlyDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderPermanentlyDeleteError.status_error": {"fq_name": "team.TeamFolderPermanentlyDeleteError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderPermanentlyDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderPermanentlyDeleteError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderPermanentlyDeleteError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderPermanentlyDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderPermanentlyDeleteError.other": {"fq_name": "team.TeamFolderPermanentlyDeleteError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderPermanentlyDeleteError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameArg.team_folder_id": {"fq_name": "team.TeamFolderRenameArg.team_folder_id", "param_name": "teamFolderId", "static_instance": null, "getter_method": "getTeamFolderId", "containing_data_type_ref": "team.TeamFolderRenameArg", "route_refs": ["team.team_folder/archive"], "_type": "FieldReference"}, "team.TeamFolderRenameArg.name": {"fq_name": "team.TeamFolderRenameArg.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamFolderRenameArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.access_error": {"fq_name": "team.TeamFolderRenameError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.status_error": {"fq_name": "team.TeamFolderRenameError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderRenameError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.other": {"fq_name": "team.TeamFolderRenameError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.invalid_folder_name": {"fq_name": "team.TeamFolderRenameError.invalid_folder_name", "param_name": "invalidFolderNameValue", "static_instance": "INVALID_FOLDER_NAME", "getter_method": null, "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.folder_name_already_used": {"fq_name": "team.TeamFolderRenameError.folder_name_already_used", "param_name": "folderNameAlreadyUsedValue", "static_instance": "FOLDER_NAME_ALREADY_USED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRenameError.folder_name_reserved": {"fq_name": "team.TeamFolderRenameError.folder_name_reserved", "param_name": "folderNameReservedValue", "static_instance": "FOLDER_NAME_RESERVED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderRenameError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRestoreError.access_error": {"fq_name": "team.TeamFolderRestoreError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderRestoreError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRestoreError.status_error": {"fq_name": "team.TeamFolderRestoreError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderRestoreError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRestoreError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderRestoreError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderRestoreError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderRestoreError.other": {"fq_name": "team.TeamFolderRestoreError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderRestoreError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderStatus.active": {"fq_name": "team.TeamFolderStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team.TeamFolderStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderStatus.archived": {"fq_name": "team.TeamFolderStatus.archived", "param_name": "archivedValue", "static_instance": "ARCHIVED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderStatus.archive_in_progress": {"fq_name": "team.TeamFolderStatus.archive_in_progress", "param_name": "archiveInProgressValue", "static_instance": "ARCHIVE_IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team.TeamFolderStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderStatus.inactive": {"fq_name": "team.TeamFolderStatus.inactive", "param_name": "inactiveValue", "static_instance": "INACTIVE", "getter_method": null, "containing_data_type_ref": "team.TeamFolderStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderStatus.other": {"fq_name": "team.TeamFolderStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderTeamSharedDropboxError.disallowed": {"fq_name": "team.TeamFolderTeamSharedDropboxError.disallowed", "param_name": "disallowedValue", "static_instance": "DISALLOWED", "getter_method": null, "containing_data_type_ref": "team.TeamFolderTeamSharedDropboxError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderTeamSharedDropboxError.other": {"fq_name": "team.TeamFolderTeamSharedDropboxError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderTeamSharedDropboxError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsArg.team_folder_id": {"fq_name": "team.TeamFolderUpdateSyncSettingsArg.team_folder_id", "param_name": "teamFolderId", "static_instance": null, "getter_method": "getTeamFolderId", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsArg", "route_refs": ["team.team_folder/archive"], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsArg.sync_setting": {"fq_name": "team.TeamFolderUpdateSyncSettingsArg.sync_setting", "param_name": "syncSetting", "static_instance": null, "getter_method": "getSyncSetting", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsArg.content_sync_settings": {"fq_name": "team.TeamFolderUpdateSyncSettingsArg.content_sync_settings", "param_name": "contentSyncSettings", "static_instance": null, "getter_method": "getContentSyncSettings", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsError.access_error": {"fq_name": "team.TeamFolderUpdateSyncSettingsError.access_error", "param_name": "accessErrorValue", "static_instance": null, "getter_method": "getAccessErrorValue", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsError.status_error": {"fq_name": "team.TeamFolderUpdateSyncSettingsError.status_error", "param_name": "statusErrorValue", "static_instance": null, "getter_method": "getStatusErrorValue", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsError.team_shared_dropbox_error": {"fq_name": "team.TeamFolderUpdateSyncSettingsError.team_shared_dropbox_error", "param_name": "teamSharedDropboxErrorValue", "static_instance": null, "getter_method": "getTeamSharedDropboxErrorValue", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsError.other": {"fq_name": "team.TeamFolderUpdateSyncSettingsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "team.TeamFolderUpdateSyncSettingsError.sync_settings_error": {"fq_name": "team.TeamFolderUpdateSyncSettingsError.sync_settings_error", "param_name": "syncSettingsErrorValue", "static_instance": null, "getter_method": "getSyncSettingsErrorValue", "containing_data_type_ref": "team.TeamFolderUpdateSyncSettingsError", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.name": {"fq_name": "team.TeamGetInfoResult.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.team_id": {"fq_name": "team.TeamGetInfoResult.team_id", "param_name": "teamId", "static_instance": null, "getter_method": "getTeamId", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.num_licensed_users": {"fq_name": "team.TeamGetInfoResult.num_licensed_users", "param_name": "numLicensedUsers", "static_instance": null, "getter_method": "getNumLicensedUsers", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.num_provisioned_users": {"fq_name": "team.TeamGetInfoResult.num_provisioned_users", "param_name": "numProvisionedUsers", "static_instance": null, "getter_method": "getNumProvisionedUsers", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.policies": {"fq_name": "team.TeamGetInfoResult.policies", "param_name": "policies", "static_instance": null, "getter_method": "getPolicies", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamGetInfoResult.num_used_licenses": {"fq_name": "team.TeamGetInfoResult.num_used_licenses", "param_name": "numUsedLicenses", "static_instance": null, "getter_method": "getNumUsedLicenses", "containing_data_type_ref": "team.TeamGetInfoResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberInfo.profile": {"fq_name": "team.TeamMemberInfo.profile", "param_name": "profile", "static_instance": null, "getter_method": "getProfile", "containing_data_type_ref": "team.TeamMemberInfo", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberInfo.role": {"fq_name": "team.TeamMemberInfo.role", "param_name": "role", "static_instance": null, "getter_method": "getRole", "containing_data_type_ref": "team.TeamMemberInfo", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberInfoV2.profile": {"fq_name": "team.TeamMemberInfoV2.profile", "param_name": "profile", "static_instance": null, "getter_method": "getProfile", "containing_data_type_ref": "team.TeamMemberInfoV2", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberInfoV2.roles": {"fq_name": "team.TeamMemberInfoV2.roles", "param_name": "roles", "static_instance": null, "getter_method": "getRoles", "containing_data_type_ref": "team.TeamMemberInfoV2", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberInfoV2Result.member_info": {"fq_name": "team.TeamMemberInfoV2Result.member_info", "param_name": "memberInfo", "static_instance": null, "getter_method": "getMemberInfo", "containing_data_type_ref": "team.TeamMemberInfoV2Result", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.team_member_id": {"fq_name": "team.TeamMemberProfile.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.email": {"fq_name": "team.TeamMemberProfile.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.email_verified": {"fq_name": "team.TeamMemberProfile.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.status": {"fq_name": "team.TeamMemberProfile.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.name": {"fq_name": "team.TeamMemberProfile.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.membership_type": {"fq_name": "team.TeamMemberProfile.membership_type", "param_name": "membershipType", "static_instance": null, "getter_method": "getMembershipType", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.groups": {"fq_name": "team.TeamMemberProfile.groups", "param_name": "groups", "static_instance": null, "getter_method": "getGroups", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.member_folder_id": {"fq_name": "team.TeamMemberProfile.member_folder_id", "param_name": "memberFolderId", "static_instance": null, "getter_method": "getMemberFolderId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.root_folder_id": {"fq_name": "team.TeamMemberProfile.root_folder_id", "param_name": "rootFolderId", "static_instance": null, "getter_method": "getRootFolderId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.external_id": {"fq_name": "team.TeamMemberProfile.external_id", "param_name": "externalId", "static_instance": null, "getter_method": "getExternalId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.account_id": {"fq_name": "team.TeamMemberProfile.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.secondary_emails": {"fq_name": "team.TeamMemberProfile.secondary_emails", "param_name": "secondaryEmails", "static_instance": null, "getter_method": "getSecondaryEmails", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.invited_on": {"fq_name": "team.TeamMemberProfile.invited_on", "param_name": "invitedOn", "static_instance": null, "getter_method": "getInvitedOn", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.joined_on": {"fq_name": "team.TeamMemberProfile.joined_on", "param_name": "joinedOn", "static_instance": null, "getter_method": "getJoinedOn", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.suspended_on": {"fq_name": "team.TeamMemberProfile.suspended_on", "param_name": "suspendedOn", "static_instance": null, "getter_method": "getSuspendedOn", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.persistent_id": {"fq_name": "team.TeamMemberProfile.persistent_id", "param_name": "persistentId", "static_instance": null, "getter_method": "getPersistentId", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.is_directory_restricted": {"fq_name": "team.TeamMemberProfile.is_directory_restricted", "param_name": "isDirectoryRestricted", "static_instance": null, "getter_method": "getIsDirectoryRestricted", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberProfile.profile_photo_url": {"fq_name": "team.TeamMemberProfile.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "team.TeamMemberProfile", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberRole.role_id": {"fq_name": "team.TeamMemberRole.role_id", "param_name": "roleId", "static_instance": null, "getter_method": "getRoleId", "containing_data_type_ref": "team.TeamMemberRole", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberRole.name": {"fq_name": "team.TeamMemberRole.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team.TeamMemberRole", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberRole.description": {"fq_name": "team.TeamMemberRole.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team.TeamMemberRole", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberStatus.active": {"fq_name": "team.TeamMemberStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team.TeamMemberStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberStatus.invited": {"fq_name": "team.TeamMemberStatus.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team.TeamMemberStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberStatus.suspended": {"fq_name": "team.TeamMemberStatus.suspended", "param_name": "suspendedValue", "static_instance": "SUSPENDED", "getter_method": null, "containing_data_type_ref": "team.TeamMemberStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamMemberStatus.removed": {"fq_name": "team.TeamMemberStatus.removed", "param_name": "removedValue", "static_instance": null, "getter_method": "getRemovedValue", "containing_data_type_ref": "team.TeamMemberStatus", "route_refs": [], "_type": "FieldReference"}, "team.TeamMembershipType.full": {"fq_name": "team.TeamMembershipType.full", "param_name": "fullValue", "static_instance": "FULL", "getter_method": null, "containing_data_type_ref": "team.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team.TeamMembershipType.limited": {"fq_name": "team.TeamMembershipType.limited", "param_name": "limitedValue", "static_instance": "LIMITED", "getter_method": null, "containing_data_type_ref": "team.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListArg.limit": {"fq_name": "team.TeamNamespacesListArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team.TeamNamespacesListArg", "route_refs": ["team.namespaces/list"], "_type": "FieldReference"}, "team.TeamNamespacesListContinueArg.cursor": {"fq_name": "team.TeamNamespacesListContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.TeamNamespacesListContinueArg", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListContinueError.invalid_arg": {"fq_name": "team.TeamNamespacesListContinueError.invalid_arg", "param_name": "invalidArgValue", "static_instance": "INVALID_ARG", "getter_method": null, "containing_data_type_ref": "team.TeamNamespacesListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListContinueError.other": {"fq_name": "team.TeamNamespacesListContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamNamespacesListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListContinueError.invalid_cursor": {"fq_name": "team.TeamNamespacesListContinueError.invalid_cursor", "param_name": "invalidCursorValue", "static_instance": "INVALID_CURSOR", "getter_method": null, "containing_data_type_ref": "team.TeamNamespacesListContinueError", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListError.invalid_arg": {"fq_name": "team.TeamNamespacesListError.invalid_arg", "param_name": "invalidArgValue", "static_instance": "INVALID_ARG", "getter_method": null, "containing_data_type_ref": "team.TeamNamespacesListError", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListError.other": {"fq_name": "team.TeamNamespacesListError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamNamespacesListError", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListResult.namespaces": {"fq_name": "team.TeamNamespacesListResult.namespaces", "param_name": "namespaces", "static_instance": null, "getter_method": "getNamespaces", "containing_data_type_ref": "team.TeamNamespacesListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListResult.cursor": {"fq_name": "team.TeamNamespacesListResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team.TeamNamespacesListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamNamespacesListResult.has_more": {"fq_name": "team.TeamNamespacesListResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team.TeamNamespacesListResult", "route_refs": [], "_type": "FieldReference"}, "team.TeamReportFailureReason.temporary_error": {"fq_name": "team.TeamReportFailureReason.temporary_error", "param_name": "temporaryErrorValue", "static_instance": "TEMPORARY_ERROR", "getter_method": null, "containing_data_type_ref": "team.TeamReportFailureReason", "route_refs": [], "_type": "FieldReference"}, "team.TeamReportFailureReason.many_reports_at_once": {"fq_name": "team.TeamReportFailureReason.many_reports_at_once", "param_name": "manyReportsAtOnceValue", "static_instance": "MANY_REPORTS_AT_ONCE", "getter_method": null, "containing_data_type_ref": "team.TeamReportFailureReason", "route_refs": [], "_type": "FieldReference"}, "team.TeamReportFailureReason.too_much_data": {"fq_name": "team.TeamReportFailureReason.too_much_data", "param_name": "tooMuchDataValue", "static_instance": "TOO_MUCH_DATA", "getter_method": null, "containing_data_type_ref": "team.TeamReportFailureReason", "route_refs": [], "_type": "FieldReference"}, "team.TeamReportFailureReason.other": {"fq_name": "team.TeamReportFailureReason.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TeamReportFailureReason", "route_refs": [], "_type": "FieldReference"}, "team.TokenGetAuthenticatedAdminError.mapping_not_found": {"fq_name": "team.TokenGetAuthenticatedAdminError.mapping_not_found", "param_name": "mappingNotFoundValue", "static_instance": "MAPPING_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.TokenGetAuthenticatedAdminError", "route_refs": [], "_type": "FieldReference"}, "team.TokenGetAuthenticatedAdminError.admin_not_active": {"fq_name": "team.TokenGetAuthenticatedAdminError.admin_not_active", "param_name": "adminNotActiveValue", "static_instance": "ADMIN_NOT_ACTIVE", "getter_method": null, "containing_data_type_ref": "team.TokenGetAuthenticatedAdminError", "route_refs": [], "_type": "FieldReference"}, "team.TokenGetAuthenticatedAdminError.other": {"fq_name": "team.TokenGetAuthenticatedAdminError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.TokenGetAuthenticatedAdminError", "route_refs": [], "_type": "FieldReference"}, "team.TokenGetAuthenticatedAdminResult.admin_profile": {"fq_name": "team.TokenGetAuthenticatedAdminResult.admin_profile", "param_name": "adminProfile", "static_instance": null, "getter_method": "getAdminProfile", "containing_data_type_ref": "team.TokenGetAuthenticatedAdminResult", "route_refs": [], "_type": "FieldReference"}, "team.UploadApiRateLimitValue.unlimited": {"fq_name": "team.UploadApiRateLimitValue.unlimited", "param_name": "unlimitedValue", "static_instance": "UNLIMITED", "getter_method": null, "containing_data_type_ref": "team.UploadApiRateLimitValue", "route_refs": [], "_type": "FieldReference"}, "team.UploadApiRateLimitValue.limit": {"fq_name": "team.UploadApiRateLimitValue.limit", "param_name": "limitValue", "static_instance": null, "getter_method": "getLimitValue", "containing_data_type_ref": "team.UploadApiRateLimitValue", "route_refs": [], "_type": "FieldReference"}, "team.UploadApiRateLimitValue.other": {"fq_name": "team.UploadApiRateLimitValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.UploadApiRateLimitValue", "route_refs": [], "_type": "FieldReference"}, "team.UserAddResult.success": {"fq_name": "team.UserAddResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.UserAddResult", "route_refs": [], "_type": "FieldReference"}, "team.UserAddResult.invalid_user": {"fq_name": "team.UserAddResult.invalid_user", "param_name": "invalidUserValue", "static_instance": null, "getter_method": "getInvalidUserValue", "containing_data_type_ref": "team.UserAddResult", "route_refs": [], "_type": "FieldReference"}, "team.UserAddResult.unverified": {"fq_name": "team.UserAddResult.unverified", "param_name": "unverifiedValue", "static_instance": null, "getter_method": "getUnverifiedValue", "containing_data_type_ref": "team.UserAddResult", "route_refs": [], "_type": "FieldReference"}, "team.UserAddResult.placeholder_user": {"fq_name": "team.UserAddResult.placeholder_user", "param_name": "placeholderUserValue", "static_instance": null, "getter_method": "getPlaceholderUserValue", "containing_data_type_ref": "team.UserAddResult", "route_refs": [], "_type": "FieldReference"}, "team.UserAddResult.other": {"fq_name": "team.UserAddResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.UserAddResult", "route_refs": [], "_type": "FieldReference"}, "team.UserCustomQuotaArg.user": {"fq_name": "team.UserCustomQuotaArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserCustomQuotaArg", "route_refs": [], "_type": "FieldReference"}, "team.UserCustomQuotaArg.quota_gb": {"fq_name": "team.UserCustomQuotaArg.quota_gb", "param_name": "quotaGb", "static_instance": null, "getter_method": "getQuotaGb", "containing_data_type_ref": "team.UserCustomQuotaArg", "route_refs": [], "_type": "FieldReference"}, "team.UserCustomQuotaResult.user": {"fq_name": "team.UserCustomQuotaResult.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserCustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.UserCustomQuotaResult.quota_gb": {"fq_name": "team.UserCustomQuotaResult.quota_gb", "param_name": "quotaGb", "static_instance": null, "getter_method": "getQuotaGb", "containing_data_type_ref": "team.UserCustomQuotaResult", "route_refs": [], "_type": "FieldReference"}, "team.UserDeleteEmailsResult.user": {"fq_name": "team.UserDeleteEmailsResult.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserDeleteEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserDeleteEmailsResult.results": {"fq_name": "team.UserDeleteEmailsResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.UserDeleteEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserDeleteResult.success": {"fq_name": "team.UserDeleteResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.UserDeleteResult", "route_refs": [], "_type": "FieldReference"}, "team.UserDeleteResult.invalid_user": {"fq_name": "team.UserDeleteResult.invalid_user", "param_name": "invalidUserValue", "static_instance": null, "getter_method": "getInvalidUserValue", "containing_data_type_ref": "team.UserDeleteResult", "route_refs": [], "_type": "FieldReference"}, "team.UserDeleteResult.other": {"fq_name": "team.UserDeleteResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.UserDeleteResult", "route_refs": [], "_type": "FieldReference"}, "team.UserResendEmailsResult.user": {"fq_name": "team.UserResendEmailsResult.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserResendEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserResendEmailsResult.results": {"fq_name": "team.UserResendEmailsResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.UserResendEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserResendResult.success": {"fq_name": "team.UserResendResult.success", "param_name": "successValue", "static_instance": null, "getter_method": "getSuccessValue", "containing_data_type_ref": "team.UserResendResult", "route_refs": [], "_type": "FieldReference"}, "team.UserResendResult.invalid_user": {"fq_name": "team.UserResendResult.invalid_user", "param_name": "invalidUserValue", "static_instance": null, "getter_method": "getInvalidUserValue", "containing_data_type_ref": "team.UserResendResult", "route_refs": [], "_type": "FieldReference"}, "team.UserResendResult.other": {"fq_name": "team.UserResendResult.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team.UserResendResult", "route_refs": [], "_type": "FieldReference"}, "team.UserSecondaryEmailsArg.user": {"fq_name": "team.UserSecondaryEmailsArg.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserSecondaryEmailsArg", "route_refs": [], "_type": "FieldReference"}, "team.UserSecondaryEmailsArg.secondary_emails": {"fq_name": "team.UserSecondaryEmailsArg.secondary_emails", "param_name": "secondaryEmails", "static_instance": null, "getter_method": "getSecondaryEmails", "containing_data_type_ref": "team.UserSecondaryEmailsArg", "route_refs": [], "_type": "FieldReference"}, "team.UserSecondaryEmailsResult.user": {"fq_name": "team.UserSecondaryEmailsResult.user", "param_name": "user", "static_instance": null, "getter_method": "getUser", "containing_data_type_ref": "team.UserSecondaryEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserSecondaryEmailsResult.results": {"fq_name": "team.UserSecondaryEmailsResult.results", "param_name": "results", "static_instance": null, "getter_method": "getResults", "containing_data_type_ref": "team.UserSecondaryEmailsResult", "route_refs": [], "_type": "FieldReference"}, "team.UserSelectorArg.team_member_id": {"fq_name": "team.UserSelectorArg.team_member_id", "param_name": "teamMemberIdValue", "static_instance": null, "getter_method": "getTeamMemberIdValue", "containing_data_type_ref": "team.UserSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team.UserSelectorArg.external_id": {"fq_name": "team.UserSelectorArg.external_id", "param_name": "externalIdValue", "static_instance": null, "getter_method": "getExternalIdValue", "containing_data_type_ref": "team.UserSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team.UserSelectorArg.email": {"fq_name": "team.UserSelectorArg.email", "param_name": "emailValue", "static_instance": null, "getter_method": "getEmailValue", "containing_data_type_ref": "team.UserSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team.UserSelectorError.user_not_found": {"fq_name": "team.UserSelectorError.user_not_found", "param_name": "userNotFoundValue", "static_instance": "USER_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team.UserSelectorError", "route_refs": [], "_type": "FieldReference"}, "team.UsersSelectorArg.team_member_ids": {"fq_name": "team.UsersSelectorArg.team_member_ids", "param_name": "teamMemberIdsValue", "static_instance": null, "getter_method": "getTeamMemberIdsValue", "containing_data_type_ref": "team.UsersSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team.UsersSelectorArg.external_ids": {"fq_name": "team.UsersSelectorArg.external_ids", "param_name": "externalIdsValue", "static_instance": null, "getter_method": "getExternalIdsValue", "containing_data_type_ref": "team.UsersSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team.UsersSelectorArg.emails": {"fq_name": "team.UsersSelectorArg.emails", "param_name": "emailsValue", "static_instance": null, "getter_method": "getEmailsValue", "containing_data_type_ref": "team.UsersSelectorArg", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupManagementType.user_managed": {"fq_name": "team_common.GroupManagementType.user_managed", "param_name": "userManagedValue", "static_instance": "USER_MANAGED", "getter_method": null, "containing_data_type_ref": "team_common.GroupManagementType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupManagementType.company_managed": {"fq_name": "team_common.GroupManagementType.company_managed", "param_name": "companyManagedValue", "static_instance": "COMPANY_MANAGED", "getter_method": null, "containing_data_type_ref": "team_common.GroupManagementType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupManagementType.system_managed": {"fq_name": "team_common.GroupManagementType.system_managed", "param_name": "systemManagedValue", "static_instance": "SYSTEM_MANAGED", "getter_method": null, "containing_data_type_ref": "team_common.GroupManagementType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupManagementType.other": {"fq_name": "team_common.GroupManagementType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_common.GroupManagementType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupSummary.group_name": {"fq_name": "team_common.GroupSummary.group_name", "param_name": "groupName", "static_instance": null, "getter_method": "getGroupName", "containing_data_type_ref": "team_common.GroupSummary", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupSummary.group_id": {"fq_name": "team_common.GroupSummary.group_id", "param_name": "groupId", "static_instance": null, "getter_method": "getGroupId", "containing_data_type_ref": "team_common.GroupSummary", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupSummary.group_management_type": {"fq_name": "team_common.GroupSummary.group_management_type", "param_name": "groupManagementType", "static_instance": null, "getter_method": "getGroupManagementType", "containing_data_type_ref": "team_common.GroupSummary", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupSummary.group_external_id": {"fq_name": "team_common.GroupSummary.group_external_id", "param_name": "groupExternalId", "static_instance": null, "getter_method": "getGroupExternalId", "containing_data_type_ref": "team_common.GroupSummary", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupSummary.member_count": {"fq_name": "team_common.GroupSummary.member_count", "param_name": "memberCount", "static_instance": null, "getter_method": "getMemberCount", "containing_data_type_ref": "team_common.GroupSummary", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupType.team": {"fq_name": "team_common.GroupType.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "team_common.GroupType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupType.user_managed": {"fq_name": "team_common.GroupType.user_managed", "param_name": "userManagedValue", "static_instance": "USER_MANAGED", "getter_method": null, "containing_data_type_ref": "team_common.GroupType", "route_refs": [], "_type": "FieldReference"}, "team_common.GroupType.other": {"fq_name": "team_common.GroupType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_common.GroupType", "route_refs": [], "_type": "FieldReference"}, "team_common.MemberSpaceLimitType.off": {"fq_name": "team_common.MemberSpaceLimitType.off", "param_name": "offValue", "static_instance": "OFF", "getter_method": null, "containing_data_type_ref": "team_common.MemberSpaceLimitType", "route_refs": [], "_type": "FieldReference"}, "team_common.MemberSpaceLimitType.alert_only": {"fq_name": "team_common.MemberSpaceLimitType.alert_only", "param_name": "alertOnlyValue", "static_instance": "ALERT_ONLY", "getter_method": null, "containing_data_type_ref": "team_common.MemberSpaceLimitType", "route_refs": [], "_type": "FieldReference"}, "team_common.MemberSpaceLimitType.stop_sync": {"fq_name": "team_common.MemberSpaceLimitType.stop_sync", "param_name": "stopSyncValue", "static_instance": "STOP_SYNC", "getter_method": null, "containing_data_type_ref": "team_common.MemberSpaceLimitType", "route_refs": [], "_type": "FieldReference"}, "team_common.MemberSpaceLimitType.other": {"fq_name": "team_common.MemberSpaceLimitType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_common.MemberSpaceLimitType", "route_refs": [], "_type": "FieldReference"}, "team_common.TimeRange.start_time": {"fq_name": "team_common.TimeRange.start_time", "param_name": "startTime", "static_instance": null, "getter_method": "getStartTime", "containing_data_type_ref": "team_common.TimeRange", "route_refs": [], "_type": "FieldReference"}, "team_common.TimeRange.end_time": {"fq_name": "team_common.TimeRange.end_time", "param_name": "endTime", "static_instance": null, "getter_method": "getEndTime", "containing_data_type_ref": "team_common.TimeRange", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.admin_console": {"fq_name": "team_log.AccessMethodLogInfo.admin_console", "param_name": "adminConsoleValue", "static_instance": null, "getter_method": "getAdminConsoleValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.api": {"fq_name": "team_log.AccessMethodLogInfo.api", "param_name": "apiValue", "static_instance": null, "getter_method": "getApiValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.content_manager": {"fq_name": "team_log.AccessMethodLogInfo.content_manager", "param_name": "contentManagerValue", "static_instance": null, "getter_method": "getContentManagerValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.end_user": {"fq_name": "team_log.AccessMethodLogInfo.end_user", "param_name": "endUserValue", "static_instance": null, "getter_method": "getEndUserValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.enterprise_console": {"fq_name": "team_log.AccessMethodLogInfo.enterprise_console", "param_name": "enterpriseConsoleValue", "static_instance": null, "getter_method": "getEnterpriseConsoleValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.sign_in_as": {"fq_name": "team_log.AccessMethodLogInfo.sign_in_as", "param_name": "signInAsValue", "static_instance": null, "getter_method": "getSignInAsValue", "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccessMethodLogInfo.other": {"fq_name": "team_log.AccessMethodLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AccessMethodLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureAvailability.available": {"fq_name": "team_log.AccountCaptureAvailability.available", "param_name": "availableValue", "static_instance": "AVAILABLE", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureAvailability", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureAvailability.unavailable": {"fq_name": "team_log.AccountCaptureAvailability.unavailable", "param_name": "unavailableValue", "static_instance": "UNAVAILABLE", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureAvailability", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureAvailability.other": {"fq_name": "team_log.AccountCaptureAvailability.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureAvailability", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangeAvailabilityDetails.new_value": {"fq_name": "team_log.AccountCaptureChangeAvailabilityDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AccountCaptureChangeAvailabilityDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangeAvailabilityDetails.previous_value": {"fq_name": "team_log.AccountCaptureChangeAvailabilityDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AccountCaptureChangeAvailabilityDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangeAvailabilityType.description": {"fq_name": "team_log.AccountCaptureChangeAvailabilityType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountCaptureChangeAvailabilityType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangePolicyDetails.new_value": {"fq_name": "team_log.AccountCaptureChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AccountCaptureChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangePolicyDetails.previous_value": {"fq_name": "team_log.AccountCaptureChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AccountCaptureChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureChangePolicyType.description": {"fq_name": "team_log.AccountCaptureChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountCaptureChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureMigrateAccountDetails.domain_name": {"fq_name": "team_log.AccountCaptureMigrateAccountDetails.domain_name", "param_name": "domainName", "static_instance": null, "getter_method": "getDomainName", "containing_data_type_ref": "team_log.AccountCaptureMigrateAccountDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureMigrateAccountType.description": {"fq_name": "team_log.AccountCaptureMigrateAccountType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountCaptureMigrateAccountType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationEmailsSentDetails.domain_name": {"fq_name": "team_log.AccountCaptureNotificationEmailsSentDetails.domain_name", "param_name": "domainName", "static_instance": null, "getter_method": "getDomainName", "containing_data_type_ref": "team_log.AccountCaptureNotificationEmailsSentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationEmailsSentDetails.notification_type": {"fq_name": "team_log.AccountCaptureNotificationEmailsSentDetails.notification_type", "param_name": "notificationType", "static_instance": null, "getter_method": "getNotificationType", "containing_data_type_ref": "team_log.AccountCaptureNotificationEmailsSentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationEmailsSentType.description": {"fq_name": "team_log.AccountCaptureNotificationEmailsSentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountCaptureNotificationEmailsSentType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationType.actionable_notification": {"fq_name": "team_log.AccountCaptureNotificationType.actionable_notification", "param_name": "actionableNotificationValue", "static_instance": "ACTIONABLE_NOTIFICATION", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureNotificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationType.proactive_warning_notification": {"fq_name": "team_log.AccountCaptureNotificationType.proactive_warning_notification", "param_name": "proactiveWarningNotificationValue", "static_instance": "PROACTIVE_WARNING_NOTIFICATION", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureNotificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureNotificationType.other": {"fq_name": "team_log.AccountCaptureNotificationType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AccountCaptureNotificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCapturePolicy.all_users": {"fq_name": "team_log.AccountCapturePolicy.all_users", "param_name": "allUsersValue", "static_instance": "ALL_USERS", "getter_method": null, "containing_data_type_ref": "team_log.AccountCapturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCapturePolicy.disabled": {"fq_name": "team_log.AccountCapturePolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.AccountCapturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCapturePolicy.invited_users": {"fq_name": "team_log.AccountCapturePolicy.invited_users", "param_name": "invitedUsersValue", "static_instance": "INVITED_USERS", "getter_method": null, "containing_data_type_ref": "team_log.AccountCapturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCapturePolicy.other": {"fq_name": "team_log.AccountCapturePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AccountCapturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureRelinquishAccountDetails.domain_name": {"fq_name": "team_log.AccountCaptureRelinquishAccountDetails.domain_name", "param_name": "domainName", "static_instance": null, "getter_method": "getDomainName", "containing_data_type_ref": "team_log.AccountCaptureRelinquishAccountDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCaptureRelinquishAccountType.description": {"fq_name": "team_log.AccountCaptureRelinquishAccountType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountCaptureRelinquishAccountType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountLockOrUnlockedDetails.previous_value": {"fq_name": "team_log.AccountLockOrUnlockedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AccountLockOrUnlockedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountLockOrUnlockedDetails.new_value": {"fq_name": "team_log.AccountLockOrUnlockedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AccountLockOrUnlockedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountLockOrUnlockedType.description": {"fq_name": "team_log.AccountLockOrUnlockedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AccountLockOrUnlockedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountState.locked": {"fq_name": "team_log.AccountState.locked", "param_name": "lockedValue", "static_instance": "LOCKED", "getter_method": null, "containing_data_type_ref": "team_log.AccountState", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountState.unlocked": {"fq_name": "team_log.AccountState.unlocked", "param_name": "unlockedValue", "static_instance": "UNLOCKED", "getter_method": null, "containing_data_type_ref": "team_log.AccountState", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountState.other": {"fq_name": "team_log.AccountState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AccountState", "route_refs": [], "_type": "FieldReference"}, "team_log.ActionDetails.remove_action": {"fq_name": "team_log.ActionDetails.remove_action", "param_name": "removeActionValue", "static_instance": null, "getter_method": "getRemoveActionValue", "containing_data_type_ref": "team_log.ActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ActionDetails.team_invite_details": {"fq_name": "team_log.ActionDetails.team_invite_details", "param_name": "teamInviteDetailsValue", "static_instance": null, "getter_method": "getTeamInviteDetailsValue", "containing_data_type_ref": "team_log.ActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ActionDetails.team_join_details": {"fq_name": "team_log.ActionDetails.team_join_details", "param_name": "teamJoinDetailsValue", "static_instance": null, "getter_method": "getTeamJoinDetailsValue", "containing_data_type_ref": "team_log.ActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ActionDetails.other": {"fq_name": "team_log.ActionDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.admin": {"fq_name": "team_log.ActorLogInfo.admin", "param_name": "adminValue", "static_instance": null, "getter_method": "getAdminValue", "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.anonymous": {"fq_name": "team_log.ActorLogInfo.anonymous", "param_name": "anonymousValue", "static_instance": "ANONYMOUS", "getter_method": null, "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.app": {"fq_name": "team_log.ActorLogInfo.app", "param_name": "appValue", "static_instance": null, "getter_method": "getAppValue", "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.dropbox": {"fq_name": "team_log.ActorLogInfo.dropbox", "param_name": "dropboxValue", "static_instance": "DROPBOX", "getter_method": null, "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.reseller": {"fq_name": "team_log.ActorLogInfo.reseller", "param_name": "resellerValue", "static_instance": null, "getter_method": "getResellerValue", "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.user": {"fq_name": "team_log.ActorLogInfo.user", "param_name": "userValue", "static_instance": null, "getter_method": "getUserValue", "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ActorLogInfo.other": {"fq_name": "team_log.ActorLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ActorLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AddonAssignedDetails.user_name": {"fq_name": "team_log.AddonAssignedDetails.user_name", "param_name": "userName", "static_instance": null, "getter_method": "getUserName", "containing_data_type_ref": "team_log.AddonAssignedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AddonAssignedDetails.addon_name": {"fq_name": "team_log.AddonAssignedDetails.addon_name", "param_name": "addonName", "static_instance": null, "getter_method": "getAddonName", "containing_data_type_ref": "team_log.AddonAssignedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AddonAssignedType.description": {"fq_name": "team_log.AddonAssignedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AddonAssignedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AddonLogInfo.addon_name": {"fq_name": "team_log.AddonLogInfo.addon_name", "param_name": "addonName", "static_instance": null, "getter_method": "getAddonName", "containing_data_type_ref": "team_log.AddonLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AddonRemovedDetails.user_name": {"fq_name": "team_log.AddonRemovedDetails.user_name", "param_name": "userName", "static_instance": null, "getter_method": "getUserName", "containing_data_type_ref": "team_log.AddonRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AddonRemovedDetails.addon_name": {"fq_name": "team_log.AddonRemovedDetails.addon_name", "param_name": "addonName", "static_instance": null, "getter_method": "getAddonName", "containing_data_type_ref": "team_log.AddonRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AddonRemovedType.description": {"fq_name": "team_log.AddonRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AddonRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.account_takeover": {"fq_name": "team_log.AdminAlertCategoryEnum.account_takeover", "param_name": "accountTakeoverValue", "static_instance": "ACCOUNT_TAKEOVER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.data_loss_protection": {"fq_name": "team_log.AdminAlertCategoryEnum.data_loss_protection", "param_name": "dataLossProtectionValue", "static_instance": "DATA_LOSS_PROTECTION", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.information_governance": {"fq_name": "team_log.AdminAlertCategoryEnum.information_governance", "param_name": "informationGovernanceValue", "static_instance": "INFORMATION_GOVERNANCE", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.malware_sharing": {"fq_name": "team_log.AdminAlertCategoryEnum.malware_sharing", "param_name": "malwareSharingValue", "static_instance": "MALWARE_SHARING", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.massive_file_operation": {"fq_name": "team_log.AdminAlertCategoryEnum.massive_file_operation", "param_name": "massiveFileOperationValue", "static_instance": "MASSIVE_FILE_OPERATION", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.na": {"fq_name": "team_log.AdminAlertCategoryEnum.na", "param_name": "naValue", "static_instance": "NA", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.threat_management": {"fq_name": "team_log.AdminAlertCategoryEnum.threat_management", "param_name": "threatManagementValue", "static_instance": "THREAT_MANAGEMENT", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertCategoryEnum.other": {"fq_name": "team_log.AdminAlertCategoryEnum.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertCategoryEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.active": {"fq_name": "team_log.AdminAlertGeneralStateEnum.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.dismissed": {"fq_name": "team_log.AdminAlertGeneralStateEnum.dismissed", "param_name": "dismissedValue", "static_instance": "DISMISSED", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.in_progress": {"fq_name": "team_log.AdminAlertGeneralStateEnum.in_progress", "param_name": "inProgressValue", "static_instance": "IN_PROGRESS", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.na": {"fq_name": "team_log.AdminAlertGeneralStateEnum.na", "param_name": "naValue", "static_instance": "NA", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.resolved": {"fq_name": "team_log.AdminAlertGeneralStateEnum.resolved", "param_name": "resolvedValue", "static_instance": "RESOLVED", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertGeneralStateEnum.other": {"fq_name": "team_log.AdminAlertGeneralStateEnum.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertGeneralStateEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.high": {"fq_name": "team_log.AdminAlertSeverityEnum.high", "param_name": "highValue", "static_instance": "HIGH", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.info": {"fq_name": "team_log.AdminAlertSeverityEnum.info", "param_name": "infoValue", "static_instance": "INFO", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.low": {"fq_name": "team_log.AdminAlertSeverityEnum.low", "param_name": "lowValue", "static_instance": "LOW", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.medium": {"fq_name": "team_log.AdminAlertSeverityEnum.medium", "param_name": "mediumValue", "static_instance": "MEDIUM", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.na": {"fq_name": "team_log.AdminAlertSeverityEnum.na", "param_name": "naValue", "static_instance": "NA", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertSeverityEnum.other": {"fq_name": "team_log.AdminAlertSeverityEnum.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertSeverityEnum", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.alert_state": {"fq_name": "team_log.AdminAlertingAlertConfiguration.alert_state", "param_name": "alertState", "static_instance": null, "getter_method": "getAlertState", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.sensitivity_level": {"fq_name": "team_log.AdminAlertingAlertConfiguration.sensitivity_level", "param_name": "sensitivityLevel", "static_instance": null, "getter_method": "getSensitivityLevel", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.recipients_settings": {"fq_name": "team_log.AdminAlertingAlertConfiguration.recipients_settings", "param_name": "recipientsSettings", "static_instance": null, "getter_method": "getRecipientsSettings", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.text": {"fq_name": "team_log.AdminAlertingAlertConfiguration.text", "param_name": "text", "static_instance": null, "getter_method": "getText", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.excluded_file_extensions": {"fq_name": "team_log.AdminAlertingAlertConfiguration.excluded_file_extensions", "param_name": "excludedFileExtensions", "static_instance": null, "getter_method": "getExcludedFileExtensions", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertConfiguration.malware_exclusion_state": {"fq_name": "team_log.AdminAlertingAlertConfiguration.malware_exclusion_state", "param_name": "malwareExclusionState", "static_instance": null, "getter_method": "getMalwareExclusionState", "containing_data_type_ref": "team_log.AdminAlertingAlertConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.high": {"fq_name": "team_log.AdminAlertingAlertSensitivity.high", "param_name": "highValue", "static_instance": "HIGH", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.highest": {"fq_name": "team_log.AdminAlertingAlertSensitivity.highest", "param_name": "highestValue", "static_instance": "HIGHEST", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.invalid": {"fq_name": "team_log.AdminAlertingAlertSensitivity.invalid", "param_name": "invalidValue", "static_instance": "INVALID", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.low": {"fq_name": "team_log.AdminAlertingAlertSensitivity.low", "param_name": "lowValue", "static_instance": "LOW", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.lowest": {"fq_name": "team_log.AdminAlertingAlertSensitivity.lowest", "param_name": "lowestValue", "static_instance": "LOWEST", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.medium": {"fq_name": "team_log.AdminAlertingAlertSensitivity.medium", "param_name": "mediumValue", "static_instance": "MEDIUM", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertSensitivity.other": {"fq_name": "team_log.AdminAlertingAlertSensitivity.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertSensitivity", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.alert_name": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.alert_name", "param_name": "alertName", "static_instance": null, "getter_method": "getAlertName", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.alert_severity": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.alert_severity", "param_name": "alertSeverity", "static_instance": null, "getter_method": "getAlertSeverity", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.alert_category": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.alert_category", "param_name": "alertCategory", "static_instance": null, "getter_method": "getAlertCategory", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.alert_instance_id": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.alert_instance_id", "param_name": "alertInstanceId", "static_instance": null, "getter_method": "getAlertInstanceId", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.previous_value": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedDetails.new_value": {"fq_name": "team_log.AdminAlertingAlertStateChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStateChangedType.description": {"fq_name": "team_log.AdminAlertingAlertStateChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AdminAlertingAlertStateChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStatePolicy.off": {"fq_name": "team_log.AdminAlertingAlertStatePolicy.off", "param_name": "offValue", "static_instance": "OFF", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertStatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStatePolicy.on": {"fq_name": "team_log.AdminAlertingAlertStatePolicy.on", "param_name": "onValue", "static_instance": "ON", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertStatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingAlertStatePolicy.other": {"fq_name": "team_log.AdminAlertingAlertStatePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminAlertingAlertStatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingChangedAlertConfigDetails.alert_name": {"fq_name": "team_log.AdminAlertingChangedAlertConfigDetails.alert_name", "param_name": "alertName", "static_instance": null, "getter_method": "getAlertName", "containing_data_type_ref": "team_log.AdminAlertingChangedAlertConfigDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingChangedAlertConfigDetails.previous_alert_config": {"fq_name": "team_log.AdminAlertingChangedAlertConfigDetails.previous_alert_config", "param_name": "previousAlertConfig", "static_instance": null, "getter_method": "getPreviousAlertConfig", "containing_data_type_ref": "team_log.AdminAlertingChangedAlertConfigDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingChangedAlertConfigDetails.new_alert_config": {"fq_name": "team_log.AdminAlertingChangedAlertConfigDetails.new_alert_config", "param_name": "newAlertConfig", "static_instance": null, "getter_method": "getNewAlertConfig", "containing_data_type_ref": "team_log.AdminAlertingChangedAlertConfigDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingChangedAlertConfigType.description": {"fq_name": "team_log.AdminAlertingChangedAlertConfigType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AdminAlertingChangedAlertConfigType", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingTriggeredAlertDetails.alert_name": {"fq_name": "team_log.AdminAlertingTriggeredAlertDetails.alert_name", "param_name": "alertName", "static_instance": null, "getter_method": "getAlertName", "containing_data_type_ref": "team_log.AdminAlertingTriggeredAlertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingTriggeredAlertDetails.alert_severity": {"fq_name": "team_log.AdminAlertingTriggeredAlertDetails.alert_severity", "param_name": "alertSeverity", "static_instance": null, "getter_method": "getAlertSeverity", "containing_data_type_ref": "team_log.AdminAlertingTriggeredAlertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingTriggeredAlertDetails.alert_category": {"fq_name": "team_log.AdminAlertingTriggeredAlertDetails.alert_category", "param_name": "alertCategory", "static_instance": null, "getter_method": "getAlertCategory", "containing_data_type_ref": "team_log.AdminAlertingTriggeredAlertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingTriggeredAlertDetails.alert_instance_id": {"fq_name": "team_log.AdminAlertingTriggeredAlertDetails.alert_instance_id", "param_name": "alertInstanceId", "static_instance": null, "getter_method": "getAlertInstanceId", "containing_data_type_ref": "team_log.AdminAlertingTriggeredAlertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminAlertingTriggeredAlertType.description": {"fq_name": "team_log.AdminAlertingTriggeredAlertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AdminAlertingTriggeredAlertType", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPermission.default_for_listed_apps": {"fq_name": "team_log.AdminConsoleAppPermission.default_for_listed_apps", "param_name": "defaultForListedAppsValue", "static_instance": "DEFAULT_FOR_LISTED_APPS", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPermission", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPermission.default_for_unlisted_apps": {"fq_name": "team_log.AdminConsoleAppPermission.default_for_unlisted_apps", "param_name": "defaultForUnlistedAppsValue", "static_instance": "DEFAULT_FOR_UNLISTED_APPS", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPermission", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPermission.other": {"fq_name": "team_log.AdminConsoleAppPermission.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPermission", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPolicy.allow": {"fq_name": "team_log.AdminConsoleAppPolicy.allow", "param_name": "allowValue", "static_instance": "ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPolicy.block": {"fq_name": "team_log.AdminConsoleAppPolicy.block", "param_name": "blockValue", "static_instance": "BLOCK", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPolicy.default": {"fq_name": "team_log.AdminConsoleAppPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminConsoleAppPolicy.other": {"fq_name": "team_log.AdminConsoleAppPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminConsoleAppPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersChangedDetails.new_value": {"fq_name": "team_log.AdminEmailRemindersChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AdminEmailRemindersChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersChangedDetails.previous_value": {"fq_name": "team_log.AdminEmailRemindersChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AdminEmailRemindersChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersChangedType.description": {"fq_name": "team_log.AdminEmailRemindersChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AdminEmailRemindersChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersPolicy.default": {"fq_name": "team_log.AdminEmailRemindersPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.AdminEmailRemindersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersPolicy.disabled": {"fq_name": "team_log.AdminEmailRemindersPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.AdminEmailRemindersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersPolicy.enabled": {"fq_name": "team_log.AdminEmailRemindersPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.AdminEmailRemindersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminEmailRemindersPolicy.other": {"fq_name": "team_log.AdminEmailRemindersPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminEmailRemindersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.billing_admin": {"fq_name": "team_log.AdminRole.billing_admin", "param_name": "billingAdminValue", "static_instance": "BILLING_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.compliance_admin": {"fq_name": "team_log.AdminRole.compliance_admin", "param_name": "complianceAdminValue", "static_instance": "COMPLIANCE_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.content_admin": {"fq_name": "team_log.AdminRole.content_admin", "param_name": "contentAdminValue", "static_instance": "CONTENT_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.deprecated_freemium_team_member": {"fq_name": "team_log.AdminRole.deprecated_freemium_team_member", "param_name": "deprecatedFreemiumTeamMemberValue", "static_instance": "DEPRECATED_FREEMIUM_TEAM_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.freemium_team_creator": {"fq_name": "team_log.AdminRole.freemium_team_creator", "param_name": "freemiumTeamCreatorValue", "static_instance": "FREEMIUM_TEAM_CREATOR", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.limited_admin": {"fq_name": "team_log.AdminRole.limited_admin", "param_name": "limitedAdminValue", "static_instance": "LIMITED_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.member_only": {"fq_name": "team_log.AdminRole.member_only", "param_name": "memberOnlyValue", "static_instance": "MEMBER_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.reporting_admin": {"fq_name": "team_log.AdminRole.reporting_admin", "param_name": "reportingAdminValue", "static_instance": "REPORTING_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.security_admin": {"fq_name": "team_log.AdminRole.security_admin", "param_name": "securityAdminValue", "static_instance": "SECURITY_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.support_admin": {"fq_name": "team_log.AdminRole.support_admin", "param_name": "supportAdminValue", "static_instance": "SUPPORT_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.team_admin": {"fq_name": "team_log.AdminRole.team_admin", "param_name": "teamAdminValue", "static_instance": "TEAM_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.user_management_admin": {"fq_name": "team_log.AdminRole.user_management_admin", "param_name": "userManagementAdminValue", "static_instance": "USER_MANAGEMENT_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AdminRole.other": {"fq_name": "team_log.AdminRole.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.AiThirdPartySharingDropboxBasePolicy.admins_only": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicy.admins_only", "param_name": "adminsOnlyValue", "static_instance": "ADMINS_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.AiThirdPartySharingDropboxBasePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AiThirdPartySharingDropboxBasePolicy.default": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.AiThirdPartySharingDropboxBasePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AiThirdPartySharingDropboxBasePolicy.disabled": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.AiThirdPartySharingDropboxBasePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AiThirdPartySharingDropboxBasePolicy.enabled": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.AiThirdPartySharingDropboxBasePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AiThirdPartySharingDropboxBasePolicy.other": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AiThirdPartySharingDropboxBasePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AiThirdPartySharingDropboxBasePolicyChangedDetails.new_value": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AiThirdPartySharingDropboxBasePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AiThirdPartySharingDropboxBasePolicyChangedDetails.previous_value": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AiThirdPartySharingDropboxBasePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AiThirdPartySharingDropboxBasePolicyChangedType.description": {"fq_name": "team_log.AiThirdPartySharingDropboxBasePolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AiThirdPartySharingDropboxBasePolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AlertRecipientsSettingType.custom_list": {"fq_name": "team_log.AlertRecipientsSettingType.custom_list", "param_name": "customListValue", "static_instance": "CUSTOM_LIST", "getter_method": null, "containing_data_type_ref": "team_log.AlertRecipientsSettingType", "route_refs": [], "_type": "FieldReference"}, "team_log.AlertRecipientsSettingType.invalid": {"fq_name": "team_log.AlertRecipientsSettingType.invalid", "param_name": "invalidValue", "static_instance": "INVALID", "getter_method": null, "containing_data_type_ref": "team_log.AlertRecipientsSettingType", "route_refs": [], "_type": "FieldReference"}, "team_log.AlertRecipientsSettingType.none": {"fq_name": "team_log.AlertRecipientsSettingType.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "team_log.AlertRecipientsSettingType", "route_refs": [], "_type": "FieldReference"}, "team_log.AlertRecipientsSettingType.team_admins": {"fq_name": "team_log.AlertRecipientsSettingType.team_admins", "param_name": "teamAdminsValue", "static_instance": "TEAM_ADMINS", "getter_method": null, "containing_data_type_ref": "team_log.AlertRecipientsSettingType", "route_refs": [], "_type": "FieldReference"}, "team_log.AlertRecipientsSettingType.other": {"fq_name": "team_log.AlertRecipientsSettingType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AlertRecipientsSettingType", "route_refs": [], "_type": "FieldReference"}, "team_log.AllowDownloadDisabledType.description": {"fq_name": "team_log.AllowDownloadDisabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AllowDownloadDisabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.AllowDownloadEnabledType.description": {"fq_name": "team_log.AllowDownloadEnabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AllowDownloadEnabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.ApiSessionLogInfo.request_id": {"fq_name": "team_log.ApiSessionLogInfo.request_id", "param_name": "requestId", "static_instance": null, "getter_method": "getRequestId", "containing_data_type_ref": "team_log.ApiSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AppBlockedByPermissionsDetails.app_info": {"fq_name": "team_log.AppBlockedByPermissionsDetails.app_info", "param_name": "appInfo", "static_instance": null, "getter_method": "getAppInfo", "containing_data_type_ref": "team_log.AppBlockedByPermissionsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppBlockedByPermissionsType.description": {"fq_name": "team_log.AppBlockedByPermissionsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppBlockedByPermissionsType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLinkTeamDetails.app_info": {"fq_name": "team_log.AppLinkTeamDetails.app_info", "param_name": "appInfo", "static_instance": null, "getter_method": "getAppInfo", "containing_data_type_ref": "team_log.AppLinkTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLinkTeamType.description": {"fq_name": "team_log.AppLinkTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppLinkTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLinkUserDetails.app_info": {"fq_name": "team_log.AppLinkUserDetails.app_info", "param_name": "appInfo", "static_instance": null, "getter_method": "getAppInfo", "containing_data_type_ref": "team_log.AppLinkUserDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLinkUserType.description": {"fq_name": "team_log.AppLinkUserType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppLinkUserType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLogInfo.app_id": {"fq_name": "team_log.AppLogInfo.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team_log.AppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AppLogInfo.display_name": {"fq_name": "team_log.AppLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.AppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AppPermissionsChangedDetails.previous_value": {"fq_name": "team_log.AppPermissionsChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AppPermissionsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppPermissionsChangedDetails.new_value": {"fq_name": "team_log.AppPermissionsChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AppPermissionsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppPermissionsChangedDetails.app_name": {"fq_name": "team_log.AppPermissionsChangedDetails.app_name", "param_name": "appName", "static_instance": null, "getter_method": "getAppName", "containing_data_type_ref": "team_log.AppPermissionsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppPermissionsChangedDetails.permission": {"fq_name": "team_log.AppPermissionsChangedDetails.permission", "param_name": "permission", "static_instance": null, "getter_method": "getPermission", "containing_data_type_ref": "team_log.AppPermissionsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppPermissionsChangedType.description": {"fq_name": "team_log.AppPermissionsChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppPermissionsChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppUnlinkTeamDetails.app_info": {"fq_name": "team_log.AppUnlinkTeamDetails.app_info", "param_name": "appInfo", "static_instance": null, "getter_method": "getAppInfo", "containing_data_type_ref": "team_log.AppUnlinkTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppUnlinkTeamType.description": {"fq_name": "team_log.AppUnlinkTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppUnlinkTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppUnlinkUserDetails.app_info": {"fq_name": "team_log.AppUnlinkUserDetails.app_info", "param_name": "appInfo", "static_instance": null, "getter_method": "getAppInfo", "containing_data_type_ref": "team_log.AppUnlinkUserDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppUnlinkUserType.description": {"fq_name": "team_log.AppUnlinkUserType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppUnlinkUserType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppleLoginChangePolicyDetails.new_value": {"fq_name": "team_log.AppleLoginChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.AppleLoginChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppleLoginChangePolicyDetails.previous_value": {"fq_name": "team_log.AppleLoginChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.AppleLoginChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.AppleLoginChangePolicyType.description": {"fq_name": "team_log.AppleLoginChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.AppleLoginChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.AppleLoginPolicy.default": {"fq_name": "team_log.AppleLoginPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.AppleLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AppleLoginPolicy.disabled": {"fq_name": "team_log.AppleLoginPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.AppleLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AppleLoginPolicy.enabled": {"fq_name": "team_log.AppleLoginPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.AppleLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.AppleLoginPolicy.other": {"fq_name": "team_log.AppleLoginPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AppleLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ApplyNamingConventionType.description": {"fq_name": "team_log.ApplyNamingConventionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ApplyNamingConventionType", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.file": {"fq_name": "team_log.AssetLogInfo.file", "param_name": "fileValue", "static_instance": null, "getter_method": "getFileValue", "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.folder": {"fq_name": "team_log.AssetLogInfo.folder", "param_name": "folderValue", "static_instance": null, "getter_method": "getFolderValue", "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.paper_document": {"fq_name": "team_log.AssetLogInfo.paper_document", "param_name": "paperDocumentValue", "static_instance": null, "getter_method": "getPaperDocumentValue", "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.paper_folder": {"fq_name": "team_log.AssetLogInfo.paper_folder", "param_name": "paperFolderValue", "static_instance": null, "getter_method": "getPaperFolderValue", "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.showcase_document": {"fq_name": "team_log.AssetLogInfo.showcase_document", "param_name": "showcaseDocumentValue", "static_instance": null, "getter_method": "getShowcaseDocumentValue", "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.AssetLogInfo.other": {"fq_name": "team_log.AssetLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.AssetLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.BackupAdminInvitationSentType.description": {"fq_name": "team_log.BackupAdminInvitationSentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BackupAdminInvitationSentType", "route_refs": [], "_type": "FieldReference"}, "team_log.BackupInvitationOpenedType.description": {"fq_name": "team_log.BackupInvitationOpenedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BackupInvitationOpenedType", "route_refs": [], "_type": "FieldReference"}, "team_log.BackupStatus.disabled": {"fq_name": "team_log.BackupStatus.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.BackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.BackupStatus.enabled": {"fq_name": "team_log.BackupStatus.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.BackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.BackupStatus.other": {"fq_name": "team_log.BackupStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.BackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddPageDetails.event_uuid": {"fq_name": "team_log.BinderAddPageDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderAddPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddPageDetails.doc_title": {"fq_name": "team_log.BinderAddPageDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderAddPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddPageDetails.binder_item_name": {"fq_name": "team_log.BinderAddPageDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderAddPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddPageType.description": {"fq_name": "team_log.BinderAddPageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderAddPageType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddSectionDetails.event_uuid": {"fq_name": "team_log.BinderAddSectionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderAddSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddSectionDetails.doc_title": {"fq_name": "team_log.BinderAddSectionDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderAddSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddSectionDetails.binder_item_name": {"fq_name": "team_log.BinderAddSectionDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderAddSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderAddSectionType.description": {"fq_name": "team_log.BinderAddSectionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderAddSectionType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemovePageDetails.event_uuid": {"fq_name": "team_log.BinderRemovePageDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderRemovePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemovePageDetails.doc_title": {"fq_name": "team_log.BinderRemovePageDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderRemovePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemovePageDetails.binder_item_name": {"fq_name": "team_log.BinderRemovePageDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderRemovePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemovePageType.description": {"fq_name": "team_log.BinderRemovePageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderRemovePageType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemoveSectionDetails.event_uuid": {"fq_name": "team_log.BinderRemoveSectionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderRemoveSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemoveSectionDetails.doc_title": {"fq_name": "team_log.BinderRemoveSectionDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderRemoveSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemoveSectionDetails.binder_item_name": {"fq_name": "team_log.BinderRemoveSectionDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderRemoveSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRemoveSectionType.description": {"fq_name": "team_log.BinderRemoveSectionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderRemoveSectionType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenamePageDetails.event_uuid": {"fq_name": "team_log.BinderRenamePageDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderRenamePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenamePageDetails.doc_title": {"fq_name": "team_log.BinderRenamePageDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderRenamePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenamePageDetails.binder_item_name": {"fq_name": "team_log.BinderRenamePageDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderRenamePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenamePageDetails.previous_binder_item_name": {"fq_name": "team_log.BinderRenamePageDetails.previous_binder_item_name", "param_name": "previousBinderItemName", "static_instance": null, "getter_method": "getPreviousBinderItemName", "containing_data_type_ref": "team_log.BinderRenamePageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenamePageType.description": {"fq_name": "team_log.BinderRenamePageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderRenamePageType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenameSectionDetails.event_uuid": {"fq_name": "team_log.BinderRenameSectionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderRenameSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenameSectionDetails.doc_title": {"fq_name": "team_log.BinderRenameSectionDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderRenameSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenameSectionDetails.binder_item_name": {"fq_name": "team_log.BinderRenameSectionDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderRenameSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenameSectionDetails.previous_binder_item_name": {"fq_name": "team_log.BinderRenameSectionDetails.previous_binder_item_name", "param_name": "previousBinderItemName", "static_instance": null, "getter_method": "getPreviousBinderItemName", "containing_data_type_ref": "team_log.BinderRenameSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderRenameSectionType.description": {"fq_name": "team_log.BinderRenameSectionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderRenameSectionType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderPageDetails.event_uuid": {"fq_name": "team_log.BinderReorderPageDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderReorderPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderPageDetails.doc_title": {"fq_name": "team_log.BinderReorderPageDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderReorderPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderPageDetails.binder_item_name": {"fq_name": "team_log.BinderReorderPageDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderReorderPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderPageType.description": {"fq_name": "team_log.BinderReorderPageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderReorderPageType", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderSectionDetails.event_uuid": {"fq_name": "team_log.BinderReorderSectionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.BinderReorderSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderSectionDetails.doc_title": {"fq_name": "team_log.BinderReorderSectionDetails.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.BinderReorderSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderSectionDetails.binder_item_name": {"fq_name": "team_log.BinderReorderSectionDetails.binder_item_name", "param_name": "binderItemName", "static_instance": null, "getter_method": "getBinderItemName", "containing_data_type_ref": "team_log.BinderReorderSectionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.BinderReorderSectionType.description": {"fq_name": "team_log.BinderReorderSectionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.BinderReorderSectionType", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicy.disabled": {"fq_name": "team_log.CameraUploadsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.CameraUploadsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicy.enabled": {"fq_name": "team_log.CameraUploadsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.CameraUploadsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicy.other": {"fq_name": "team_log.CameraUploadsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.CameraUploadsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicyChangedDetails.new_value": {"fq_name": "team_log.CameraUploadsPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.CameraUploadsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicyChangedDetails.previous_value": {"fq_name": "team_log.CameraUploadsPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.CameraUploadsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CameraUploadsPolicyChangedType.description": {"fq_name": "team_log.CameraUploadsPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CameraUploadsPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTeamSpacePolicy.disabled": {"fq_name": "team_log.CaptureTeamSpacePolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTeamSpacePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTeamSpacePolicy.enabled": {"fq_name": "team_log.CaptureTeamSpacePolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTeamSpacePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTeamSpacePolicy.other": {"fq_name": "team_log.CaptureTeamSpacePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTeamSpacePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTeamSpacePolicyChangedDetails.new_value": {"fq_name": "team_log.CaptureTeamSpacePolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.CaptureTeamSpacePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTeamSpacePolicyChangedDetails.previous_value": {"fq_name": "team_log.CaptureTeamSpacePolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.CaptureTeamSpacePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTeamSpacePolicyChangedType.description": {"fq_name": "team_log.CaptureTeamSpacePolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CaptureTeamSpacePolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicy.default": {"fq_name": "team_log.CaptureTranscriptPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTranscriptPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicy.disabled": {"fq_name": "team_log.CaptureTranscriptPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTranscriptPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicy.enabled": {"fq_name": "team_log.CaptureTranscriptPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTranscriptPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicy.other": {"fq_name": "team_log.CaptureTranscriptPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.CaptureTranscriptPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicyChangedDetails.new_value": {"fq_name": "team_log.CaptureTranscriptPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.CaptureTranscriptPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicyChangedDetails.previous_value": {"fq_name": "team_log.CaptureTranscriptPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.CaptureTranscriptPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CaptureTranscriptPolicyChangedType.description": {"fq_name": "team_log.CaptureTranscriptPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CaptureTranscriptPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.subject": {"fq_name": "team_log.Certificate.subject", "param_name": "subject", "static_instance": null, "getter_method": "getSubject", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.issuer": {"fq_name": "team_log.Certificate.issuer", "param_name": "issuer", "static_instance": null, "getter_method": "getIssuer", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.issue_date": {"fq_name": "team_log.Certificate.issue_date", "param_name": "issueDate", "static_instance": null, "getter_method": "getIssueDate", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.expiration_date": {"fq_name": "team_log.Certificate.expiration_date", "param_name": "expirationDate", "static_instance": null, "getter_method": "getExpirationDate", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.serial_number": {"fq_name": "team_log.Certificate.serial_number", "param_name": "serialNumber", "static_instance": null, "getter_method": "getSerialNumber", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.sha1_fingerprint": {"fq_name": "team_log.Certificate.sha1_fingerprint", "param_name": "sha1Fingerprint", "static_instance": null, "getter_method": "getSha1Fingerprint", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.Certificate.common_name": {"fq_name": "team_log.Certificate.common_name", "param_name": "commonName", "static_instance": null, "getter_method": "getCommonName", "containing_data_type_ref": "team_log.Certificate", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangeLinkExpirationPolicy.allowed": {"fq_name": "team_log.ChangeLinkExpirationPolicy.allowed", "param_name": "allowedValue", "static_instance": "ALLOWED", "getter_method": null, "containing_data_type_ref": "team_log.ChangeLinkExpirationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangeLinkExpirationPolicy.not_allowed": {"fq_name": "team_log.ChangeLinkExpirationPolicy.not_allowed", "param_name": "notAllowedValue", "static_instance": "NOT_ALLOWED", "getter_method": null, "containing_data_type_ref": "team_log.ChangeLinkExpirationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangeLinkExpirationPolicy.other": {"fq_name": "team_log.ChangeLinkExpirationPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ChangeLinkExpirationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseAdminRoleDetails.previous_value": {"fq_name": "team_log.ChangedEnterpriseAdminRoleDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ChangedEnterpriseAdminRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseAdminRoleDetails.new_value": {"fq_name": "team_log.ChangedEnterpriseAdminRoleDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ChangedEnterpriseAdminRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseAdminRoleDetails.team_name": {"fq_name": "team_log.ChangedEnterpriseAdminRoleDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.ChangedEnterpriseAdminRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseAdminRoleType.description": {"fq_name": "team_log.ChangedEnterpriseAdminRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ChangedEnterpriseAdminRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusDetails.action": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusDetails.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "team_log.ChangedEnterpriseConnectedTeamStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusDetails.additional_info": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusDetails.additional_info", "param_name": "additionalInfo", "static_instance": null, "getter_method": "getAdditionalInfo", "containing_data_type_ref": "team_log.ChangedEnterpriseConnectedTeamStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusDetails.previous_value": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ChangedEnterpriseConnectedTeamStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusDetails.new_value": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ChangedEnterpriseConnectedTeamStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ChangedEnterpriseConnectedTeamStatusType.description": {"fq_name": "team_log.ChangedEnterpriseConnectedTeamStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ChangedEnterpriseConnectedTeamStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationChangePolicyDetails.previous_value": {"fq_name": "team_log.ClassificationChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ClassificationChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationChangePolicyDetails.new_value": {"fq_name": "team_log.ClassificationChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ClassificationChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationChangePolicyDetails.classification_type": {"fq_name": "team_log.ClassificationChangePolicyDetails.classification_type", "param_name": "classificationType", "static_instance": null, "getter_method": "getClassificationType", "containing_data_type_ref": "team_log.ClassificationChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationChangePolicyType.description": {"fq_name": "team_log.ClassificationChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ClassificationChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationCreateReportFailDetails.failure_reason": {"fq_name": "team_log.ClassificationCreateReportFailDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.ClassificationCreateReportFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationCreateReportFailType.description": {"fq_name": "team_log.ClassificationCreateReportFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ClassificationCreateReportFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationCreateReportType.description": {"fq_name": "team_log.ClassificationCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ClassificationCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationPolicyEnumWrapper.disabled": {"fq_name": "team_log.ClassificationPolicyEnumWrapper.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationPolicyEnumWrapper", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationPolicyEnumWrapper.enabled": {"fq_name": "team_log.ClassificationPolicyEnumWrapper.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationPolicyEnumWrapper", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationPolicyEnumWrapper.member_and_team_folders": {"fq_name": "team_log.ClassificationPolicyEnumWrapper.member_and_team_folders", "param_name": "memberAndTeamFoldersValue", "static_instance": "MEMBER_AND_TEAM_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationPolicyEnumWrapper", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationPolicyEnumWrapper.team_folders": {"fq_name": "team_log.ClassificationPolicyEnumWrapper.team_folders", "param_name": "teamFoldersValue", "static_instance": "TEAM_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationPolicyEnumWrapper", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationPolicyEnumWrapper.other": {"fq_name": "team_log.ClassificationPolicyEnumWrapper.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationPolicyEnumWrapper", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationType.personal_information": {"fq_name": "team_log.ClassificationType.personal_information", "param_name": "personalInformationValue", "static_instance": "PERSONAL_INFORMATION", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationType.pii": {"fq_name": "team_log.ClassificationType.pii", "param_name": "piiValue", "static_instance": "PII", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.ClassificationType.other": {"fq_name": "team_log.ClassificationType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ClassificationType", "route_refs": [], "_type": "FieldReference"}, "team_log.CollectionShareDetails.album_name": {"fq_name": "team_log.CollectionShareDetails.album_name", "param_name": "albumName", "static_instance": null, "getter_method": "getAlbumName", "containing_data_type_ref": "team_log.CollectionShareDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CollectionShareType.description": {"fq_name": "team_log.CollectionShareType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CollectionShareType", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicy.default": {"fq_name": "team_log.ComputerBackupPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.ComputerBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicy.disabled": {"fq_name": "team_log.ComputerBackupPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ComputerBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicy.enabled": {"fq_name": "team_log.ComputerBackupPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ComputerBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicy.other": {"fq_name": "team_log.ComputerBackupPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ComputerBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicyChangedDetails.new_value": {"fq_name": "team_log.ComputerBackupPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ComputerBackupPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicyChangedDetails.previous_value": {"fq_name": "team_log.ComputerBackupPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ComputerBackupPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ComputerBackupPolicyChangedType.description": {"fq_name": "team_log.ComputerBackupPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ComputerBackupPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ConnectedTeamName.team": {"fq_name": "team_log.ConnectedTeamName.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.ConnectedTeamName", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentAdministrationPolicyChangedDetails.new_value": {"fq_name": "team_log.ContentAdministrationPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ContentAdministrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentAdministrationPolicyChangedDetails.previous_value": {"fq_name": "team_log.ContentAdministrationPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ContentAdministrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentAdministrationPolicyChangedType.description": {"fq_name": "team_log.ContentAdministrationPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ContentAdministrationPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentDeletionProtectionChangePolicyDetails.new_value": {"fq_name": "team_log.ContentDeletionProtectionChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ContentDeletionProtectionChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentDeletionProtectionChangePolicyDetails.new_threshold_bytes": {"fq_name": "team_log.ContentDeletionProtectionChangePolicyDetails.new_threshold_bytes", "param_name": "newThresholdBytes", "static_instance": null, "getter_method": "getNewThresholdBytes", "containing_data_type_ref": "team_log.ContentDeletionProtectionChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentDeletionProtectionChangePolicyDetails.previous_value": {"fq_name": "team_log.ContentDeletionProtectionChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ContentDeletionProtectionChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentDeletionProtectionChangePolicyDetails.previous_threshold_bytes": {"fq_name": "team_log.ContentDeletionProtectionChangePolicyDetails.previous_threshold_bytes", "param_name": "previousThresholdBytes", "static_instance": null, "getter_method": "getPreviousThresholdBytes", "containing_data_type_ref": "team_log.ContentDeletionProtectionChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentDeletionProtectionChangePolicyType.description": {"fq_name": "team_log.ContentDeletionProtectionChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ContentDeletionProtectionChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentDeletionProtectionPolicy.off": {"fq_name": "team_log.ContentDeletionProtectionPolicy.off", "param_name": "offValue", "static_instance": "OFF", "getter_method": null, "containing_data_type_ref": "team_log.ContentDeletionProtectionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentDeletionProtectionPolicy.on_above_threshold": {"fq_name": "team_log.ContentDeletionProtectionPolicy.on_above_threshold", "param_name": "onAboveThresholdValue", "static_instance": "ON_ABOVE_THRESHOLD", "getter_method": null, "containing_data_type_ref": "team_log.ContentDeletionProtectionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentDeletionProtectionPolicy.on_all_files": {"fq_name": "team_log.ContentDeletionProtectionPolicy.on_all_files", "param_name": "onAllFilesValue", "static_instance": "ON_ALL_FILES", "getter_method": null, "containing_data_type_ref": "team_log.ContentDeletionProtectionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentDeletionProtectionPolicy.other": {"fq_name": "team_log.ContentDeletionProtectionPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ContentDeletionProtectionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentPermanentDeletePolicy.disabled": {"fq_name": "team_log.ContentPermanentDeletePolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ContentPermanentDeletePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentPermanentDeletePolicy.enabled": {"fq_name": "team_log.ContentPermanentDeletePolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ContentPermanentDeletePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ContentPermanentDeletePolicy.other": {"fq_name": "team_log.ContentPermanentDeletePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ContentPermanentDeletePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.anonymous": {"fq_name": "team_log.ContextLogInfo.anonymous", "param_name": "anonymousValue", "static_instance": "ANONYMOUS", "getter_method": null, "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.non_team_member": {"fq_name": "team_log.ContextLogInfo.non_team_member", "param_name": "nonTeamMemberValue", "static_instance": null, "getter_method": "getNonTeamMemberValue", "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.organization_team": {"fq_name": "team_log.ContextLogInfo.organization_team", "param_name": "organizationTeamValue", "static_instance": null, "getter_method": "getOrganizationTeamValue", "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.team": {"fq_name": "team_log.ContextLogInfo.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.team_member": {"fq_name": "team_log.ContextLogInfo.team_member", "param_name": "teamMemberValue", "static_instance": null, "getter_method": "getTeamMemberValue", "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.trusted_non_team_member": {"fq_name": "team_log.ContextLogInfo.trusted_non_team_member", "param_name": "trustedNonTeamMemberValue", "static_instance": null, "getter_method": "getTrustedNonTeamMemberValue", "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ContextLogInfo.other": {"fq_name": "team_log.ContextLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ContextLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.CreateFolderType.description": {"fq_name": "team_log.CreateFolderType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CreateFolderType", "route_refs": [], "_type": "FieldReference"}, "team_log.CreateTeamInviteLinkDetails.link_url": {"fq_name": "team_log.CreateTeamInviteLinkDetails.link_url", "param_name": "linkUrl", "static_instance": null, "getter_method": "getLinkUrl", "containing_data_type_ref": "team_log.CreateTeamInviteLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CreateTeamInviteLinkDetails.expiry_date": {"fq_name": "team_log.CreateTeamInviteLinkDetails.expiry_date", "param_name": "expiryDate", "static_instance": null, "getter_method": "getExpiryDate", "containing_data_type_ref": "team_log.CreateTeamInviteLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.CreateTeamInviteLinkType.description": {"fq_name": "team_log.CreateTeamInviteLinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.CreateTeamInviteLinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedCommentToStackDetails.stack_name": {"fq_name": "team_log.DashAddedCommentToStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashAddedCommentToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedCommentToStackDetails.stack_item_name": {"fq_name": "team_log.DashAddedCommentToStackDetails.stack_item_name", "param_name": "stackItemName", "static_instance": null, "getter_method": "getStackItemName", "containing_data_type_ref": "team_log.DashAddedCommentToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedCommentToStackDetails.comment_text": {"fq_name": "team_log.DashAddedCommentToStackDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.DashAddedCommentToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedCommentToStackDetails.stack_type": {"fq_name": "team_log.DashAddedCommentToStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashAddedCommentToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedCommentToStackType.description": {"fq_name": "team_log.DashAddedCommentToStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashAddedCommentToStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedConnectorDetails.connector_name": {"fq_name": "team_log.DashAddedConnectorDetails.connector_name", "param_name": "connectorName", "static_instance": null, "getter_method": "getConnectorName", "containing_data_type_ref": "team_log.DashAddedConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedConnectorDetails.connector_status": {"fq_name": "team_log.DashAddedConnectorDetails.connector_status", "param_name": "connectorStatus", "static_instance": null, "getter_method": "getConnectorStatus", "containing_data_type_ref": "team_log.DashAddedConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedConnectorType.description": {"fq_name": "team_log.DashAddedConnectorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashAddedConnectorType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedLinkToStackDetails.stack_name": {"fq_name": "team_log.DashAddedLinkToStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashAddedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedLinkToStackDetails.stack_item_link": {"fq_name": "team_log.DashAddedLinkToStackDetails.stack_item_link", "param_name": "stackItemLink", "static_instance": null, "getter_method": "getStackItemLink", "containing_data_type_ref": "team_log.DashAddedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedLinkToStackDetails.stack_type": {"fq_name": "team_log.DashAddedLinkToStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashAddedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedLinkToStackType.description": {"fq_name": "team_log.DashAddedLinkToStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashAddedLinkToStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedTeamEmailDomainAllowlistDetails.email_domain": {"fq_name": "team_log.DashAddedTeamEmailDomainAllowlistDetails.email_domain", "param_name": "emailDomain", "static_instance": null, "getter_method": "getEmailDomain", "containing_data_type_ref": "team_log.DashAddedTeamEmailDomainAllowlistDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAddedTeamEmailDomainAllowlistType.description": {"fq_name": "team_log.DashAddedTeamEmailDomainAllowlistType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashAddedTeamEmailDomainAllowlistType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminAddedOrgWideConnectorDetails.connector_name": {"fq_name": "team_log.DashAdminAddedOrgWideConnectorDetails.connector_name", "param_name": "connectorName", "static_instance": null, "getter_method": "getConnectorName", "containing_data_type_ref": "team_log.DashAdminAddedOrgWideConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminAddedOrgWideConnectorDetails.connector_status": {"fq_name": "team_log.DashAdminAddedOrgWideConnectorDetails.connector_status", "param_name": "connectorStatus", "static_instance": null, "getter_method": "getConnectorStatus", "containing_data_type_ref": "team_log.DashAdminAddedOrgWideConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminAddedOrgWideConnectorType.description": {"fq_name": "team_log.DashAdminAddedOrgWideConnectorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashAdminAddedOrgWideConnectorType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminDisabledConnectorDetails.connector_name": {"fq_name": "team_log.DashAdminDisabledConnectorDetails.connector_name", "param_name": "connectorName", "static_instance": null, "getter_method": "getConnectorName", "containing_data_type_ref": "team_log.DashAdminDisabledConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminDisabledConnectorDetails.connector_status": {"fq_name": "team_log.DashAdminDisabledConnectorDetails.connector_status", "param_name": "connectorStatus", "static_instance": null, "getter_method": "getConnectorStatus", "containing_data_type_ref": "team_log.DashAdminDisabledConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminDisabledConnectorType.description": {"fq_name": "team_log.DashAdminDisabledConnectorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashAdminDisabledConnectorType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminEnabledConnectorDetails.connector_name": {"fq_name": "team_log.DashAdminEnabledConnectorDetails.connector_name", "param_name": "connectorName", "static_instance": null, "getter_method": "getConnectorName", "containing_data_type_ref": "team_log.DashAdminEnabledConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminEnabledConnectorDetails.connector_status": {"fq_name": "team_log.DashAdminEnabledConnectorDetails.connector_status", "param_name": "connectorStatus", "static_instance": null, "getter_method": "getConnectorStatus", "containing_data_type_ref": "team_log.DashAdminEnabledConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminEnabledConnectorType.description": {"fq_name": "team_log.DashAdminEnabledConnectorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashAdminEnabledConnectorType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminRemovedOrgWideConnectorDetails.connector_name": {"fq_name": "team_log.DashAdminRemovedOrgWideConnectorDetails.connector_name", "param_name": "connectorName", "static_instance": null, "getter_method": "getConnectorName", "containing_data_type_ref": "team_log.DashAdminRemovedOrgWideConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminRemovedOrgWideConnectorDetails.connector_status": {"fq_name": "team_log.DashAdminRemovedOrgWideConnectorDetails.connector_status", "param_name": "connectorStatus", "static_instance": null, "getter_method": "getConnectorStatus", "containing_data_type_ref": "team_log.DashAdminRemovedOrgWideConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashAdminRemovedOrgWideConnectorType.description": {"fq_name": "team_log.DashAdminRemovedOrgWideConnectorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashAdminRemovedOrgWideConnectorType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashArchivedStackDetails.stack_name": {"fq_name": "team_log.DashArchivedStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashArchivedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashArchivedStackDetails.stack_type": {"fq_name": "team_log.DashArchivedStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashArchivedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashArchivedStackType.description": {"fq_name": "team_log.DashArchivedStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashArchivedStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashChangedAudienceOfSharedLinkToStackDetails.stack_name": {"fq_name": "team_log.DashChangedAudienceOfSharedLinkToStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashChangedAudienceOfSharedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashChangedAudienceOfSharedLinkToStackDetails.stack_type": {"fq_name": "team_log.DashChangedAudienceOfSharedLinkToStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashChangedAudienceOfSharedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashChangedAudienceOfSharedLinkToStackType.description": {"fq_name": "team_log.DashChangedAudienceOfSharedLinkToStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashChangedAudienceOfSharedLinkToStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashClonedStackDetails.stack_name": {"fq_name": "team_log.DashClonedStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashClonedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashClonedStackDetails.actor_email": {"fq_name": "team_log.DashClonedStackDetails.actor_email", "param_name": "actorEmail", "static_instance": null, "getter_method": "getActorEmail", "containing_data_type_ref": "team_log.DashClonedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashClonedStackDetails.new_cloned_stack_name": {"fq_name": "team_log.DashClonedStackDetails.new_cloned_stack_name", "param_name": "newClonedStackName", "static_instance": null, "getter_method": "getNewClonedStackName", "containing_data_type_ref": "team_log.DashClonedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashClonedStackDetails.stack_type": {"fq_name": "team_log.DashClonedStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashClonedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashClonedStackType.description": {"fq_name": "team_log.DashClonedStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashClonedStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashConnectorStatus.fail": {"fq_name": "team_log.DashConnectorStatus.fail", "param_name": "failValue", "static_instance": "FAIL", "getter_method": null, "containing_data_type_ref": "team_log.DashConnectorStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.DashConnectorStatus.success": {"fq_name": "team_log.DashConnectorStatus.success", "param_name": "successValue", "static_instance": "SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.DashConnectorStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.DashConnectorStatus.other": {"fq_name": "team_log.DashConnectorStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DashConnectorStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.DashCreatedStackDetails.stack_name": {"fq_name": "team_log.DashCreatedStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashCreatedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashCreatedStackDetails.stack_type": {"fq_name": "team_log.DashCreatedStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashCreatedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashCreatedStackType.description": {"fq_name": "team_log.DashCreatedStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashCreatedStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashDeletedCommentFromStackDetails.stack_name": {"fq_name": "team_log.DashDeletedCommentFromStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashDeletedCommentFromStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashDeletedCommentFromStackDetails.stack_item_name": {"fq_name": "team_log.DashDeletedCommentFromStackDetails.stack_item_name", "param_name": "stackItemName", "static_instance": null, "getter_method": "getStackItemName", "containing_data_type_ref": "team_log.DashDeletedCommentFromStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashDeletedCommentFromStackDetails.stack_type": {"fq_name": "team_log.DashDeletedCommentFromStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashDeletedCommentFromStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashDeletedCommentFromStackType.description": {"fq_name": "team_log.DashDeletedCommentFromStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashDeletedCommentFromStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashDeletedStackDetails.stack_name": {"fq_name": "team_log.DashDeletedStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashDeletedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashDeletedStackDetails.stack_type": {"fq_name": "team_log.DashDeletedStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashDeletedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashDeletedStackType.description": {"fq_name": "team_log.DashDeletedStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashDeletedStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashEditedCommentInStackDetails.stack_name": {"fq_name": "team_log.DashEditedCommentInStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashEditedCommentInStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashEditedCommentInStackDetails.stack_item_name": {"fq_name": "team_log.DashEditedCommentInStackDetails.stack_item_name", "param_name": "stackItemName", "static_instance": null, "getter_method": "getStackItemName", "containing_data_type_ref": "team_log.DashEditedCommentInStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashEditedCommentInStackDetails.comment_text": {"fq_name": "team_log.DashEditedCommentInStackDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.DashEditedCommentInStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashEditedCommentInStackDetails.stack_type": {"fq_name": "team_log.DashEditedCommentInStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashEditedCommentInStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashEditedCommentInStackType.description": {"fq_name": "team_log.DashEditedCommentInStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashEditedCommentInStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalSharingPolicy.default": {"fq_name": "team_log.DashExternalSharingPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.DashExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalSharingPolicy.disabled": {"fq_name": "team_log.DashExternalSharingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.DashExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalSharingPolicy.enabled": {"fq_name": "team_log.DashExternalSharingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.DashExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalSharingPolicy.other": {"fq_name": "team_log.DashExternalSharingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DashExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalSharingPolicyChangedDetails.new_value": {"fq_name": "team_log.DashExternalSharingPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DashExternalSharingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalSharingPolicyChangedDetails.previous_value": {"fq_name": "team_log.DashExternalSharingPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DashExternalSharingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalSharingPolicyChangedType.description": {"fq_name": "team_log.DashExternalSharingPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashExternalSharingPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalUserOpenedStackDetails.stack_name": {"fq_name": "team_log.DashExternalUserOpenedStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashExternalUserOpenedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalUserOpenedStackDetails.stack_sharing_scope": {"fq_name": "team_log.DashExternalUserOpenedStackDetails.stack_sharing_scope", "param_name": "stackSharingScope", "static_instance": null, "getter_method": "getStackSharingScope", "containing_data_type_ref": "team_log.DashExternalUserOpenedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalUserOpenedStackDetails.is_invited": {"fq_name": "team_log.DashExternalUserOpenedStackDetails.is_invited", "param_name": "isInvited", "static_instance": null, "getter_method": "getIsInvited", "containing_data_type_ref": "team_log.DashExternalUserOpenedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalUserOpenedStackDetails.is_verified": {"fq_name": "team_log.DashExternalUserOpenedStackDetails.is_verified", "param_name": "isVerified", "static_instance": null, "getter_method": "getIsVerified", "containing_data_type_ref": "team_log.DashExternalUserOpenedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalUserOpenedStackDetails.stack_owner_team_id": {"fq_name": "team_log.DashExternalUserOpenedStackDetails.stack_owner_team_id", "param_name": "stackOwnerTeamId", "static_instance": null, "getter_method": "getStackOwnerTeamId", "containing_data_type_ref": "team_log.DashExternalUserOpenedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalUserOpenedStackDetails.stack_type": {"fq_name": "team_log.DashExternalUserOpenedStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashExternalUserOpenedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashExternalUserOpenedStackType.description": {"fq_name": "team_log.DashExternalUserOpenedStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashExternalUserOpenedStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashFirstLaunchedDesktopDetails.os_name": {"fq_name": "team_log.DashFirstLaunchedDesktopDetails.os_name", "param_name": "osName", "static_instance": null, "getter_method": "getOsName", "containing_data_type_ref": "team_log.DashFirstLaunchedDesktopDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashFirstLaunchedDesktopType.description": {"fq_name": "team_log.DashFirstLaunchedDesktopType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashFirstLaunchedDesktopType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashFirstLaunchedExtensionDetails.browser_name": {"fq_name": "team_log.DashFirstLaunchedExtensionDetails.browser_name", "param_name": "browserName", "static_instance": null, "getter_method": "getBrowserName", "containing_data_type_ref": "team_log.DashFirstLaunchedExtensionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashFirstLaunchedExtensionType.description": {"fq_name": "team_log.DashFirstLaunchedExtensionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashFirstLaunchedExtensionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashFirstLaunchedWebStartPageDetails.browser_name": {"fq_name": "team_log.DashFirstLaunchedWebStartPageDetails.browser_name", "param_name": "browserName", "static_instance": null, "getter_method": "getBrowserName", "containing_data_type_ref": "team_log.DashFirstLaunchedWebStartPageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashFirstLaunchedWebStartPageType.description": {"fq_name": "team_log.DashFirstLaunchedWebStartPageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashFirstLaunchedWebStartPageType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashOpenedSharedLinkToStackDetails.stack_name": {"fq_name": "team_log.DashOpenedSharedLinkToStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashOpenedSharedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashOpenedSharedLinkToStackDetails.stack_type": {"fq_name": "team_log.DashOpenedSharedLinkToStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashOpenedSharedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashOpenedSharedLinkToStackType.description": {"fq_name": "team_log.DashOpenedSharedLinkToStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashOpenedSharedLinkToStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashOpenedStackDetails.stack_name": {"fq_name": "team_log.DashOpenedStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashOpenedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashOpenedStackDetails.stack_type": {"fq_name": "team_log.DashOpenedStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashOpenedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashOpenedStackType.description": {"fq_name": "team_log.DashOpenedStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashOpenedStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashPreviewOptOutStatus.opted_in": {"fq_name": "team_log.DashPreviewOptOutStatus.opted_in", "param_name": "optedInValue", "static_instance": "OPTED_IN", "getter_method": null, "containing_data_type_ref": "team_log.DashPreviewOptOutStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.DashPreviewOptOutStatus.opted_out": {"fq_name": "team_log.DashPreviewOptOutStatus.opted_out", "param_name": "optedOutValue", "static_instance": "OPTED_OUT", "getter_method": null, "containing_data_type_ref": "team_log.DashPreviewOptOutStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.DashPreviewOptOutStatus.other": {"fq_name": "team_log.DashPreviewOptOutStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DashPreviewOptOutStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.DashPreviewOptOutStatusChangedDetails.opt_out_status": {"fq_name": "team_log.DashPreviewOptOutStatusChangedDetails.opt_out_status", "param_name": "optOutStatus", "static_instance": null, "getter_method": "getOptOutStatus", "containing_data_type_ref": "team_log.DashPreviewOptOutStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashPreviewOptOutStatusChangedType.description": {"fq_name": "team_log.DashPreviewOptOutStatusChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashPreviewOptOutStatusChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedConnectorDetails.connector_name": {"fq_name": "team_log.DashRemovedConnectorDetails.connector_name", "param_name": "connectorName", "static_instance": null, "getter_method": "getConnectorName", "containing_data_type_ref": "team_log.DashRemovedConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedConnectorDetails.connector_status": {"fq_name": "team_log.DashRemovedConnectorDetails.connector_status", "param_name": "connectorStatus", "static_instance": null, "getter_method": "getConnectorStatus", "containing_data_type_ref": "team_log.DashRemovedConnectorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedConnectorType.description": {"fq_name": "team_log.DashRemovedConnectorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashRemovedConnectorType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedLinkFromStackDetails.stack_name": {"fq_name": "team_log.DashRemovedLinkFromStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashRemovedLinkFromStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedLinkFromStackDetails.stack_item_link": {"fq_name": "team_log.DashRemovedLinkFromStackDetails.stack_item_link", "param_name": "stackItemLink", "static_instance": null, "getter_method": "getStackItemLink", "containing_data_type_ref": "team_log.DashRemovedLinkFromStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedLinkFromStackDetails.stack_type": {"fq_name": "team_log.DashRemovedLinkFromStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashRemovedLinkFromStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedLinkFromStackType.description": {"fq_name": "team_log.DashRemovedLinkFromStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashRemovedLinkFromStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedSharedLinkToStackDetails.stack_name": {"fq_name": "team_log.DashRemovedSharedLinkToStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashRemovedSharedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedSharedLinkToStackDetails.stack_type": {"fq_name": "team_log.DashRemovedSharedLinkToStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashRemovedSharedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedSharedLinkToStackType.description": {"fq_name": "team_log.DashRemovedSharedLinkToStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashRemovedSharedLinkToStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedTeamEmailDomainAllowlistDetails.email_domain": {"fq_name": "team_log.DashRemovedTeamEmailDomainAllowlistDetails.email_domain", "param_name": "emailDomain", "static_instance": null, "getter_method": "getEmailDomain", "containing_data_type_ref": "team_log.DashRemovedTeamEmailDomainAllowlistDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRemovedTeamEmailDomainAllowlistType.description": {"fq_name": "team_log.DashRemovedTeamEmailDomainAllowlistType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashRemovedTeamEmailDomainAllowlistType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRenamedStackDetails.old_name": {"fq_name": "team_log.DashRenamedStackDetails.old_name", "param_name": "oldName", "static_instance": null, "getter_method": "getOldName", "containing_data_type_ref": "team_log.DashRenamedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRenamedStackDetails.new_name": {"fq_name": "team_log.DashRenamedStackDetails.new_name", "param_name": "newName", "static_instance": null, "getter_method": "getNewName", "containing_data_type_ref": "team_log.DashRenamedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRenamedStackDetails.stack_type": {"fq_name": "team_log.DashRenamedStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashRenamedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashRenamedStackType.description": {"fq_name": "team_log.DashRenamedStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashRenamedStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashSharedLinkToStackDetails.stack_name": {"fq_name": "team_log.DashSharedLinkToStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashSharedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashSharedLinkToStackDetails.stack_type": {"fq_name": "team_log.DashSharedLinkToStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashSharedLinkToStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashSharedLinkToStackType.description": {"fq_name": "team_log.DashSharedLinkToStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashSharedLinkToStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashStackSharingScope.invited": {"fq_name": "team_log.DashStackSharingScope.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team_log.DashStackSharingScope", "route_refs": [], "_type": "FieldReference"}, "team_log.DashStackSharingScope.public": {"fq_name": "team_log.DashStackSharingScope.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "team_log.DashStackSharingScope", "route_refs": [], "_type": "FieldReference"}, "team_log.DashStackSharingScope.team": {"fq_name": "team_log.DashStackSharingScope.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "team_log.DashStackSharingScope", "route_refs": [], "_type": "FieldReference"}, "team_log.DashStackSharingScope.unknown": {"fq_name": "team_log.DashStackSharingScope.unknown", "param_name": "unknownValue", "static_instance": "UNKNOWN", "getter_method": null, "containing_data_type_ref": "team_log.DashStackSharingScope", "route_refs": [], "_type": "FieldReference"}, "team_log.DashStackSharingScope.other": {"fq_name": "team_log.DashStackSharingScope.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DashStackSharingScope", "route_refs": [], "_type": "FieldReference"}, "team_log.DashStackType.cypress": {"fq_name": "team_log.DashStackType.cypress", "param_name": "cypressValue", "static_instance": "CYPRESS", "getter_method": null, "containing_data_type_ref": "team_log.DashStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashStackType.reference_container": {"fq_name": "team_log.DashStackType.reference_container", "param_name": "referenceContainerValue", "static_instance": "REFERENCE_CONTAINER", "getter_method": null, "containing_data_type_ref": "team_log.DashStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashStackType.unknown": {"fq_name": "team_log.DashStackType.unknown", "param_name": "unknownValue", "static_instance": "UNKNOWN", "getter_method": null, "containing_data_type_ref": "team_log.DashStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashStackType.other": {"fq_name": "team_log.DashStackType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DashStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashUnarchivedStackDetails.stack_name": {"fq_name": "team_log.DashUnarchivedStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashUnarchivedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashUnarchivedStackDetails.stack_type": {"fq_name": "team_log.DashUnarchivedStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashUnarchivedStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashUnarchivedStackType.description": {"fq_name": "team_log.DashUnarchivedStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashUnarchivedStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashViewedCompanyStackDetails.stack_name": {"fq_name": "team_log.DashViewedCompanyStackDetails.stack_name", "param_name": "stackName", "static_instance": null, "getter_method": "getStackName", "containing_data_type_ref": "team_log.DashViewedCompanyStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashViewedCompanyStackDetails.stack_type": {"fq_name": "team_log.DashViewedCompanyStackDetails.stack_type", "param_name": "stackType", "static_instance": null, "getter_method": "getStackType", "containing_data_type_ref": "team_log.DashViewedCompanyStackDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DashViewedCompanyStackType.description": {"fq_name": "team_log.DashViewedCompanyStackType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashViewedCompanyStackType", "route_refs": [], "_type": "FieldReference"}, "team_log.DashViewedExternalAiActivityReportType.description": {"fq_name": "team_log.DashViewedExternalAiActivityReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DashViewedExternalAiActivityReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.DataPlacementRestrictionChangePolicyDetails.previous_value": {"fq_name": "team_log.DataPlacementRestrictionChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DataPlacementRestrictionChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DataPlacementRestrictionChangePolicyDetails.new_value": {"fq_name": "team_log.DataPlacementRestrictionChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DataPlacementRestrictionChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DataPlacementRestrictionChangePolicyType.description": {"fq_name": "team_log.DataPlacementRestrictionChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DataPlacementRestrictionChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DataPlacementRestrictionSatisfyPolicyDetails.placement_restriction": {"fq_name": "team_log.DataPlacementRestrictionSatisfyPolicyDetails.placement_restriction", "param_name": "placementRestriction", "static_instance": null, "getter_method": "getPlacementRestriction", "containing_data_type_ref": "team_log.DataPlacementRestrictionSatisfyPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DataPlacementRestrictionSatisfyPolicyType.description": {"fq_name": "team_log.DataPlacementRestrictionSatisfyPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DataPlacementRestrictionSatisfyPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DataResidencyMigrationRequestSuccessfulType.description": {"fq_name": "team_log.DataResidencyMigrationRequestSuccessfulType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DataResidencyMigrationRequestSuccessfulType", "route_refs": [], "_type": "FieldReference"}, "team_log.DataResidencyMigrationRequestUnsuccessfulType.description": {"fq_name": "team_log.DataResidencyMigrationRequestUnsuccessfulType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DataResidencyMigrationRequestUnsuccessfulType", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_1": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_1", "param_name": "day1Value", "static_instance": "DAY_1", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_180": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_180", "param_name": "day180Value", "static_instance": "DAY_180", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_3": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_3", "param_name": "day3Value", "static_instance": "DAY_3", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_30": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_30", "param_name": "day30Value", "static_instance": "DAY_30", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_7": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_7", "param_name": "day7Value", "static_instance": "DAY_7", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.day_90": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.day_90", "param_name": "day90Value", "static_instance": "DAY_90", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.none": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.year_1": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.year_1", "param_name": "year1Value", "static_instance": "YEAR_1", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DefaultLinkExpirationDaysPolicy.other": {"fq_name": "team_log.DefaultLinkExpirationDaysPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeleteTeamInviteLinkDetails.link_url": {"fq_name": "team_log.DeleteTeamInviteLinkDetails.link_url", "param_name": "linkUrl", "static_instance": null, "getter_method": "getLinkUrl", "containing_data_type_ref": "team_log.DeleteTeamInviteLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeleteTeamInviteLinkType.description": {"fq_name": "team_log.DeleteTeamInviteLinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeleteTeamInviteLinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.host_name": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.host_name", "param_name": "hostName", "static_instance": null, "getter_method": "getHostName", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.client_type": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.client_type", "param_name": "clientType", "static_instance": null, "getter_method": "getClientType", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.platform": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.platform", "param_name": "platform", "static_instance": null, "getter_method": "getPlatform", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.is_delete_on_unlink_supported": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.is_delete_on_unlink_supported", "param_name": "isDeleteOnUnlinkSupported", "static_instance": null, "getter_method": "getIsDeleteOnUnlinkSupported", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.ip_address": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.created": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.updated": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.session_info": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopDeviceSessionLogInfo.client_version": {"fq_name": "team_log.DesktopDeviceSessionLogInfo.client_version", "param_name": "clientVersion", "static_instance": null, "getter_method": "getClientVersion", "containing_data_type_ref": "team_log.DesktopDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DesktopSessionLogInfo.session_id": {"fq_name": "team_log.DesktopSessionLogInfo.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team_log.DesktopSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsAddExceptionType.description": {"fq_name": "team_log.DeviceApprovalsAddExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsAddExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeDesktopPolicyDetails.new_value": {"fq_name": "team_log.DeviceApprovalsChangeDesktopPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeDesktopPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeDesktopPolicyDetails.previous_value": {"fq_name": "team_log.DeviceApprovalsChangeDesktopPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeDesktopPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeDesktopPolicyType.description": {"fq_name": "team_log.DeviceApprovalsChangeDesktopPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsChangeDesktopPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeMobilePolicyDetails.new_value": {"fq_name": "team_log.DeviceApprovalsChangeMobilePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeMobilePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeMobilePolicyDetails.previous_value": {"fq_name": "team_log.DeviceApprovalsChangeMobilePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeMobilePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeMobilePolicyType.description": {"fq_name": "team_log.DeviceApprovalsChangeMobilePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsChangeMobilePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeOverageActionDetails.new_value": {"fq_name": "team_log.DeviceApprovalsChangeOverageActionDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeOverageActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeOverageActionDetails.previous_value": {"fq_name": "team_log.DeviceApprovalsChangeOverageActionDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeOverageActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeOverageActionType.description": {"fq_name": "team_log.DeviceApprovalsChangeOverageActionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsChangeOverageActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeUnlinkActionDetails.new_value": {"fq_name": "team_log.DeviceApprovalsChangeUnlinkActionDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeUnlinkActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeUnlinkActionDetails.previous_value": {"fq_name": "team_log.DeviceApprovalsChangeUnlinkActionDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DeviceApprovalsChangeUnlinkActionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsChangeUnlinkActionType.description": {"fq_name": "team_log.DeviceApprovalsChangeUnlinkActionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsChangeUnlinkActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsPolicy.limited": {"fq_name": "team_log.DeviceApprovalsPolicy.limited", "param_name": "limitedValue", "static_instance": "LIMITED", "getter_method": null, "containing_data_type_ref": "team_log.DeviceApprovalsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsPolicy.unlimited": {"fq_name": "team_log.DeviceApprovalsPolicy.unlimited", "param_name": "unlimitedValue", "static_instance": "UNLIMITED", "getter_method": null, "containing_data_type_ref": "team_log.DeviceApprovalsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsPolicy.other": {"fq_name": "team_log.DeviceApprovalsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DeviceApprovalsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceApprovalsRemoveExceptionType.description": {"fq_name": "team_log.DeviceApprovalsRemoveExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceApprovalsRemoveExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpDesktopDetails.device_session_info": {"fq_name": "team_log.DeviceChangeIpDesktopDetails.device_session_info", "param_name": "deviceSessionInfo", "static_instance": null, "getter_method": "getDeviceSessionInfo", "containing_data_type_ref": "team_log.DeviceChangeIpDesktopDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpDesktopType.description": {"fq_name": "team_log.DeviceChangeIpDesktopType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceChangeIpDesktopType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpMobileDetails.device_session_info": {"fq_name": "team_log.DeviceChangeIpMobileDetails.device_session_info", "param_name": "deviceSessionInfo", "static_instance": null, "getter_method": "getDeviceSessionInfo", "containing_data_type_ref": "team_log.DeviceChangeIpMobileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpMobileType.description": {"fq_name": "team_log.DeviceChangeIpMobileType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceChangeIpMobileType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpWebDetails.user_agent": {"fq_name": "team_log.DeviceChangeIpWebDetails.user_agent", "param_name": "userAgent", "static_instance": null, "getter_method": "getUserAgent", "containing_data_type_ref": "team_log.DeviceChangeIpWebDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceChangeIpWebType.description": {"fq_name": "team_log.DeviceChangeIpWebType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceChangeIpWebType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkFailDetails.num_failures": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailDetails.num_failures", "param_name": "numFailures", "static_instance": null, "getter_method": "getNumFailures", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkFailDetails.session_info": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailDetails.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkFailDetails.display_name": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailDetails.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkFailType.description": {"fq_name": "team_log.DeviceDeleteOnUnlinkFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkSuccessDetails.session_info": {"fq_name": "team_log.DeviceDeleteOnUnlinkSuccessDetails.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkSuccessDetails.display_name": {"fq_name": "team_log.DeviceDeleteOnUnlinkSuccessDetails.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceDeleteOnUnlinkSuccessType.description": {"fq_name": "team_log.DeviceDeleteOnUnlinkSuccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceDeleteOnUnlinkSuccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceLinkFailDetails.device_type": {"fq_name": "team_log.DeviceLinkFailDetails.device_type", "param_name": "deviceType", "static_instance": null, "getter_method": "getDeviceType", "containing_data_type_ref": "team_log.DeviceLinkFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceLinkFailDetails.ip_address": {"fq_name": "team_log.DeviceLinkFailDetails.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.DeviceLinkFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceLinkFailType.description": {"fq_name": "team_log.DeviceLinkFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceLinkFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceLinkSuccessDetails.device_session_info": {"fq_name": "team_log.DeviceLinkSuccessDetails.device_session_info", "param_name": "deviceSessionInfo", "static_instance": null, "getter_method": "getDeviceSessionInfo", "containing_data_type_ref": "team_log.DeviceLinkSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceLinkSuccessType.description": {"fq_name": "team_log.DeviceLinkSuccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceLinkSuccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceManagementDisabledType.description": {"fq_name": "team_log.DeviceManagementDisabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceManagementDisabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceManagementEnabledType.description": {"fq_name": "team_log.DeviceManagementEnabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceManagementEnabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSessionLogInfo.ip_address": {"fq_name": "team_log.DeviceSessionLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.DeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSessionLogInfo.created": {"fq_name": "team_log.DeviceSessionLogInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team_log.DeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSessionLogInfo.updated": {"fq_name": "team_log.DeviceSessionLogInfo.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team_log.DeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSyncBackupStatusChangedDetails.desktop_device_session_info": {"fq_name": "team_log.DeviceSyncBackupStatusChangedDetails.desktop_device_session_info", "param_name": "desktopDeviceSessionInfo", "static_instance": null, "getter_method": "getDesktopDeviceSessionInfo", "containing_data_type_ref": "team_log.DeviceSyncBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSyncBackupStatusChangedDetails.previous_value": {"fq_name": "team_log.DeviceSyncBackupStatusChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DeviceSyncBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSyncBackupStatusChangedDetails.new_value": {"fq_name": "team_log.DeviceSyncBackupStatusChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DeviceSyncBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceSyncBackupStatusChangedType.description": {"fq_name": "team_log.DeviceSyncBackupStatusChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceSyncBackupStatusChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceType.desktop": {"fq_name": "team_log.DeviceType.desktop", "param_name": "desktopValue", "static_instance": "DESKTOP", "getter_method": null, "containing_data_type_ref": "team_log.DeviceType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceType.mobile": {"fq_name": "team_log.DeviceType.mobile", "param_name": "mobileValue", "static_instance": "MOBILE", "getter_method": null, "containing_data_type_ref": "team_log.DeviceType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceType.other": {"fq_name": "team_log.DeviceType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DeviceType", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkDetails.delete_data": {"fq_name": "team_log.DeviceUnlinkDetails.delete_data", "param_name": "deleteData", "static_instance": null, "getter_method": "getDeleteData", "containing_data_type_ref": "team_log.DeviceUnlinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkDetails.session_info": {"fq_name": "team_log.DeviceUnlinkDetails.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.DeviceUnlinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkDetails.display_name": {"fq_name": "team_log.DeviceUnlinkDetails.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.DeviceUnlinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkPolicy.keep": {"fq_name": "team_log.DeviceUnlinkPolicy.keep", "param_name": "keepValue", "static_instance": "KEEP", "getter_method": null, "containing_data_type_ref": "team_log.DeviceUnlinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkPolicy.remove": {"fq_name": "team_log.DeviceUnlinkPolicy.remove", "param_name": "removeValue", "static_instance": "REMOVE", "getter_method": null, "containing_data_type_ref": "team_log.DeviceUnlinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkPolicy.other": {"fq_name": "team_log.DeviceUnlinkPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DeviceUnlinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DeviceUnlinkType.description": {"fq_name": "team_log.DeviceUnlinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DeviceUnlinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.DirectoryRestrictionsAddMembersType.description": {"fq_name": "team_log.DirectoryRestrictionsAddMembersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DirectoryRestrictionsAddMembersType", "route_refs": [], "_type": "FieldReference"}, "team_log.DirectoryRestrictionsRemoveMembersType.description": {"fq_name": "team_log.DirectoryRestrictionsRemoveMembersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DirectoryRestrictionsRemoveMembersType", "route_refs": [], "_type": "FieldReference"}, "team_log.DisabledDomainInvitesType.description": {"fq_name": "team_log.DisabledDomainInvitesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DisabledDomainInvitesType", "route_refs": [], "_type": "FieldReference"}, "team_log.DispositionActionType.automatic_delete": {"fq_name": "team_log.DispositionActionType.automatic_delete", "param_name": "automaticDeleteValue", "static_instance": "AUTOMATIC_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.DispositionActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DispositionActionType.automatic_permanently_delete": {"fq_name": "team_log.DispositionActionType.automatic_permanently_delete", "param_name": "automaticPermanentlyDeleteValue", "static_instance": "AUTOMATIC_PERMANENTLY_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.DispositionActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DispositionActionType.other": {"fq_name": "team_log.DispositionActionType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DispositionActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesApproveRequestToJoinTeamType.description": {"fq_name": "team_log.DomainInvitesApproveRequestToJoinTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesApproveRequestToJoinTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesDeclineRequestToJoinTeamType.description": {"fq_name": "team_log.DomainInvitesDeclineRequestToJoinTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesDeclineRequestToJoinTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesEmailExistingUsersDetails.domain_name": {"fq_name": "team_log.DomainInvitesEmailExistingUsersDetails.domain_name", "param_name": "domainName", "static_instance": null, "getter_method": "getDomainName", "containing_data_type_ref": "team_log.DomainInvitesEmailExistingUsersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesEmailExistingUsersDetails.num_recipients": {"fq_name": "team_log.DomainInvitesEmailExistingUsersDetails.num_recipients", "param_name": "numRecipients", "static_instance": null, "getter_method": "getNumRecipients", "containing_data_type_ref": "team_log.DomainInvitesEmailExistingUsersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesEmailExistingUsersType.description": {"fq_name": "team_log.DomainInvitesEmailExistingUsersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesEmailExistingUsersType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesRequestToJoinTeamType.description": {"fq_name": "team_log.DomainInvitesRequestToJoinTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesRequestToJoinTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToNoType.description": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToNoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesSetInviteNewUserPrefToNoType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainInvitesSetInviteNewUserPrefToYesType.description": {"fq_name": "team_log.DomainInvitesSetInviteNewUserPrefToYesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainInvitesSetInviteNewUserPrefToYesType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainFailDetails.domain_name": {"fq_name": "team_log.DomainVerificationAddDomainFailDetails.domain_name", "param_name": "domainName", "static_instance": null, "getter_method": "getDomainName", "containing_data_type_ref": "team_log.DomainVerificationAddDomainFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainFailDetails.verification_method": {"fq_name": "team_log.DomainVerificationAddDomainFailDetails.verification_method", "param_name": "verificationMethod", "static_instance": null, "getter_method": "getVerificationMethod", "containing_data_type_ref": "team_log.DomainVerificationAddDomainFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainFailType.description": {"fq_name": "team_log.DomainVerificationAddDomainFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainVerificationAddDomainFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainSuccessDetails.domain_names": {"fq_name": "team_log.DomainVerificationAddDomainSuccessDetails.domain_names", "param_name": "domainNames", "static_instance": null, "getter_method": "getDomainNames", "containing_data_type_ref": "team_log.DomainVerificationAddDomainSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainSuccessDetails.verification_method": {"fq_name": "team_log.DomainVerificationAddDomainSuccessDetails.verification_method", "param_name": "verificationMethod", "static_instance": null, "getter_method": "getVerificationMethod", "containing_data_type_ref": "team_log.DomainVerificationAddDomainSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationAddDomainSuccessType.description": {"fq_name": "team_log.DomainVerificationAddDomainSuccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainVerificationAddDomainSuccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationRemoveDomainDetails.domain_names": {"fq_name": "team_log.DomainVerificationRemoveDomainDetails.domain_names", "param_name": "domainNames", "static_instance": null, "getter_method": "getDomainNames", "containing_data_type_ref": "team_log.DomainVerificationRemoveDomainDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DomainVerificationRemoveDomainType.description": {"fq_name": "team_log.DomainVerificationRemoveDomainType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DomainVerificationRemoveDomainType", "route_refs": [], "_type": "FieldReference"}, "team_log.DownloadPolicyType.allow": {"fq_name": "team_log.DownloadPolicyType.allow", "param_name": "allowValue", "static_instance": "ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.DownloadPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DownloadPolicyType.disallow": {"fq_name": "team_log.DownloadPolicyType.disallow", "param_name": "disallowValue", "static_instance": "DISALLOW", "getter_method": null, "containing_data_type_ref": "team_log.DownloadPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DownloadPolicyType.other": {"fq_name": "team_log.DownloadPolicyType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DownloadPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsExportedDetails.platform": {"fq_name": "team_log.DropboxPasswordsExportedDetails.platform", "param_name": "platform", "static_instance": null, "getter_method": "getPlatform", "containing_data_type_ref": "team_log.DropboxPasswordsExportedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsExportedType.description": {"fq_name": "team_log.DropboxPasswordsExportedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DropboxPasswordsExportedType", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsNewDeviceEnrolledDetails.is_first_device": {"fq_name": "team_log.DropboxPasswordsNewDeviceEnrolledDetails.is_first_device", "param_name": "isFirstDevice", "static_instance": null, "getter_method": "getIsFirstDevice", "containing_data_type_ref": "team_log.DropboxPasswordsNewDeviceEnrolledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsNewDeviceEnrolledDetails.platform": {"fq_name": "team_log.DropboxPasswordsNewDeviceEnrolledDetails.platform", "param_name": "platform", "static_instance": null, "getter_method": "getPlatform", "containing_data_type_ref": "team_log.DropboxPasswordsNewDeviceEnrolledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsNewDeviceEnrolledType.description": {"fq_name": "team_log.DropboxPasswordsNewDeviceEnrolledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DropboxPasswordsNewDeviceEnrolledType", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicy.default": {"fq_name": "team_log.DropboxPasswordsPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.DropboxPasswordsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicy.disabled": {"fq_name": "team_log.DropboxPasswordsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.DropboxPasswordsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicy.enabled": {"fq_name": "team_log.DropboxPasswordsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.DropboxPasswordsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicy.other": {"fq_name": "team_log.DropboxPasswordsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.DropboxPasswordsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicyChangedDetails.new_value": {"fq_name": "team_log.DropboxPasswordsPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.DropboxPasswordsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicyChangedDetails.previous_value": {"fq_name": "team_log.DropboxPasswordsPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.DropboxPasswordsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.DropboxPasswordsPolicyChangedType.description": {"fq_name": "team_log.DropboxPasswordsPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.DropboxPasswordsPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.DurationLogInfo.unit": {"fq_name": "team_log.DurationLogInfo.unit", "param_name": "unit", "static_instance": null, "getter_method": "getUnit", "containing_data_type_ref": "team_log.DurationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.DurationLogInfo.amount": {"fq_name": "team_log.DurationLogInfo.amount", "param_name": "amount", "static_instance": null, "getter_method": "getAmount", "containing_data_type_ref": "team_log.DurationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicy.disabled": {"fq_name": "team_log.EmailIngestPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.EmailIngestPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicy.enabled": {"fq_name": "team_log.EmailIngestPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.EmailIngestPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicy.other": {"fq_name": "team_log.EmailIngestPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EmailIngestPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicyChangedDetails.new_value": {"fq_name": "team_log.EmailIngestPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.EmailIngestPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicyChangedDetails.previous_value": {"fq_name": "team_log.EmailIngestPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.EmailIngestPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestPolicyChangedType.description": {"fq_name": "team_log.EmailIngestPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmailIngestPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileDetails.inbox_name": {"fq_name": "team_log.EmailIngestReceiveFileDetails.inbox_name", "param_name": "inboxName", "static_instance": null, "getter_method": "getInboxName", "containing_data_type_ref": "team_log.EmailIngestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileDetails.attachment_names": {"fq_name": "team_log.EmailIngestReceiveFileDetails.attachment_names", "param_name": "attachmentNames", "static_instance": null, "getter_method": "getAttachmentNames", "containing_data_type_ref": "team_log.EmailIngestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileDetails.subject": {"fq_name": "team_log.EmailIngestReceiveFileDetails.subject", "param_name": "subject", "static_instance": null, "getter_method": "getSubject", "containing_data_type_ref": "team_log.EmailIngestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileDetails.from_name": {"fq_name": "team_log.EmailIngestReceiveFileDetails.from_name", "param_name": "fromName", "static_instance": null, "getter_method": "getFromName", "containing_data_type_ref": "team_log.EmailIngestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileDetails.from_email": {"fq_name": "team_log.EmailIngestReceiveFileDetails.from_email", "param_name": "fromEmail", "static_instance": null, "getter_method": "getFromEmail", "containing_data_type_ref": "team_log.EmailIngestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmailIngestReceiveFileType.description": {"fq_name": "team_log.EmailIngestReceiveFileType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmailIngestReceiveFileType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmAddExceptionType.description": {"fq_name": "team_log.EmmAddExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmAddExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmChangePolicyDetails.new_value": {"fq_name": "team_log.EmmChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.EmmChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmChangePolicyDetails.previous_value": {"fq_name": "team_log.EmmChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.EmmChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmChangePolicyType.description": {"fq_name": "team_log.EmmChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmCreateExceptionsReportType.description": {"fq_name": "team_log.EmmCreateExceptionsReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmCreateExceptionsReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmCreateUsageReportType.description": {"fq_name": "team_log.EmmCreateUsageReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmCreateUsageReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmErrorDetails.error_details": {"fq_name": "team_log.EmmErrorDetails.error_details", "param_name": "errorDetails", "static_instance": null, "getter_method": "getErrorDetails", "containing_data_type_ref": "team_log.EmmErrorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmErrorType.description": {"fq_name": "team_log.EmmErrorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmErrorType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmRefreshAuthTokenType.description": {"fq_name": "team_log.EmmRefreshAuthTokenType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmRefreshAuthTokenType", "route_refs": [], "_type": "FieldReference"}, "team_log.EmmRemoveExceptionType.description": {"fq_name": "team_log.EmmRemoveExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EmmRemoveExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.EnabledDomainInvitesType.description": {"fq_name": "team_log.EnabledDomainInvitesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EnabledDomainInvitesType", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderCancelTeamKeyRotationDetails.team_key_id": {"fq_name": "team_log.EncryptedFolderCancelTeamKeyRotationDetails.team_key_id", "param_name": "teamKeyId", "static_instance": null, "getter_method": "getTeamKeyId", "containing_data_type_ref": "team_log.EncryptedFolderCancelTeamKeyRotationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderCancelTeamKeyRotationType.description": {"fq_name": "team_log.EncryptedFolderCancelTeamKeyRotationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EncryptedFolderCancelTeamKeyRotationType", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderEnrollBackupKeyDetails.backup_key_id": {"fq_name": "team_log.EncryptedFolderEnrollBackupKeyDetails.backup_key_id", "param_name": "backupKeyId", "static_instance": null, "getter_method": "getBackupKeyId", "containing_data_type_ref": "team_log.EncryptedFolderEnrollBackupKeyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderEnrollBackupKeyType.description": {"fq_name": "team_log.EncryptedFolderEnrollBackupKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EncryptedFolderEnrollBackupKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderEnrollClientDetails.client_key_id": {"fq_name": "team_log.EncryptedFolderEnrollClientDetails.client_key_id", "param_name": "clientKeyId", "static_instance": null, "getter_method": "getClientKeyId", "containing_data_type_ref": "team_log.EncryptedFolderEnrollClientDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderEnrollClientType.description": {"fq_name": "team_log.EncryptedFolderEnrollClientType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EncryptedFolderEnrollClientType", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderEnrollTeamType.description": {"fq_name": "team_log.EncryptedFolderEnrollTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EncryptedFolderEnrollTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderFinishTeamUnenrollmentType.description": {"fq_name": "team_log.EncryptedFolderFinishTeamUnenrollmentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EncryptedFolderFinishTeamUnenrollmentType", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderInitTeamKeyRotationDetails.team_key_id": {"fq_name": "team_log.EncryptedFolderInitTeamKeyRotationDetails.team_key_id", "param_name": "teamKeyId", "static_instance": null, "getter_method": "getTeamKeyId", "containing_data_type_ref": "team_log.EncryptedFolderInitTeamKeyRotationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderInitTeamKeyRotationType.description": {"fq_name": "team_log.EncryptedFolderInitTeamKeyRotationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EncryptedFolderInitTeamKeyRotationType", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderInitTeamUnenrollmentType.description": {"fq_name": "team_log.EncryptedFolderInitTeamUnenrollmentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EncryptedFolderInitTeamUnenrollmentType", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderRemoveBackupKeyDetails.backup_key_id": {"fq_name": "team_log.EncryptedFolderRemoveBackupKeyDetails.backup_key_id", "param_name": "backupKeyId", "static_instance": null, "getter_method": "getBackupKeyId", "containing_data_type_ref": "team_log.EncryptedFolderRemoveBackupKeyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderRemoveBackupKeyType.description": {"fq_name": "team_log.EncryptedFolderRemoveBackupKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EncryptedFolderRemoveBackupKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderRotateTeamKeyDetails.team_key_id": {"fq_name": "team_log.EncryptedFolderRotateTeamKeyDetails.team_key_id", "param_name": "teamKeyId", "static_instance": null, "getter_method": "getTeamKeyId", "containing_data_type_ref": "team_log.EncryptedFolderRotateTeamKeyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderRotateTeamKeyType.description": {"fq_name": "team_log.EncryptedFolderRotateTeamKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EncryptedFolderRotateTeamKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderUnenrollClientDetails.client_key_id": {"fq_name": "team_log.EncryptedFolderUnenrollClientDetails.client_key_id", "param_name": "clientKeyId", "static_instance": null, "getter_method": "getClientKeyId", "containing_data_type_ref": "team_log.EncryptedFolderUnenrollClientDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EncryptedFolderUnenrollClientType.description": {"fq_name": "team_log.EncryptedFolderUnenrollClientType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EncryptedFolderUnenrollClientType", "route_refs": [], "_type": "FieldReference"}, "team_log.EndedEnterpriseAdminSessionDeprecatedDetails.federation_extra_details": {"fq_name": "team_log.EndedEnterpriseAdminSessionDeprecatedDetails.federation_extra_details", "param_name": "federationExtraDetails", "static_instance": null, "getter_method": "getFederationExtraDetails", "containing_data_type_ref": "team_log.EndedEnterpriseAdminSessionDeprecatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EndedEnterpriseAdminSessionDeprecatedType.description": {"fq_name": "team_log.EndedEnterpriseAdminSessionDeprecatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EndedEnterpriseAdminSessionDeprecatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.EndedEnterpriseAdminSessionType.description": {"fq_name": "team_log.EndedEnterpriseAdminSessionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EndedEnterpriseAdminSessionType", "route_refs": [], "_type": "FieldReference"}, "team_log.EnforceLinkPasswordPolicy.optional": {"fq_name": "team_log.EnforceLinkPasswordPolicy.optional", "param_name": "optionalValue", "static_instance": "OPTIONAL", "getter_method": null, "containing_data_type_ref": "team_log.EnforceLinkPasswordPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EnforceLinkPasswordPolicy.required": {"fq_name": "team_log.EnforceLinkPasswordPolicy.required", "param_name": "requiredValue", "static_instance": "REQUIRED", "getter_method": null, "containing_data_type_ref": "team_log.EnforceLinkPasswordPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EnforceLinkPasswordPolicy.other": {"fq_name": "team_log.EnforceLinkPasswordPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EnforceLinkPasswordPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.EnterpriseSettingsLockingDetails.team_name": {"fq_name": "team_log.EnterpriseSettingsLockingDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.EnterpriseSettingsLockingDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EnterpriseSettingsLockingDetails.settings_page_name": {"fq_name": "team_log.EnterpriseSettingsLockingDetails.settings_page_name", "param_name": "settingsPageName", "static_instance": null, "getter_method": "getSettingsPageName", "containing_data_type_ref": "team_log.EnterpriseSettingsLockingDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EnterpriseSettingsLockingDetails.previous_settings_page_locking_state": {"fq_name": "team_log.EnterpriseSettingsLockingDetails.previous_settings_page_locking_state", "param_name": "previousSettingsPageLockingState", "static_instance": null, "getter_method": "getPreviousSettingsPageLockingState", "containing_data_type_ref": "team_log.EnterpriseSettingsLockingDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EnterpriseSettingsLockingDetails.new_settings_page_locking_state": {"fq_name": "team_log.EnterpriseSettingsLockingDetails.new_settings_page_locking_state", "param_name": "newSettingsPageLockingState", "static_instance": null, "getter_method": "getNewSettingsPageLockingState", "containing_data_type_ref": "team_log.EnterpriseSettingsLockingDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EnterpriseSettingsLockingType.description": {"fq_name": "team_log.EnterpriseSettingsLockingType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.EnterpriseSettingsLockingType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.admin_alerting": {"fq_name": "team_log.EventCategory.admin_alerting", "param_name": "adminAlertingValue", "static_instance": "ADMIN_ALERTING", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.apps": {"fq_name": "team_log.EventCategory.apps", "param_name": "appsValue", "static_instance": "APPS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.comments": {"fq_name": "team_log.EventCategory.comments", "param_name": "commentsValue", "static_instance": "COMMENTS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.dash": {"fq_name": "team_log.EventCategory.dash", "param_name": "dashValue", "static_instance": "DASH", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.data_governance": {"fq_name": "team_log.EventCategory.data_governance", "param_name": "dataGovernanceValue", "static_instance": "DATA_GOVERNANCE", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.devices": {"fq_name": "team_log.EventCategory.devices", "param_name": "devicesValue", "static_instance": "DEVICES", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.domains": {"fq_name": "team_log.EventCategory.domains", "param_name": "domainsValue", "static_instance": "DOMAINS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.encryption": {"fq_name": "team_log.EventCategory.encryption", "param_name": "encryptionValue", "static_instance": "ENCRYPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.file_operations": {"fq_name": "team_log.EventCategory.file_operations", "param_name": "fileOperationsValue", "static_instance": "FILE_OPERATIONS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.file_requests": {"fq_name": "team_log.EventCategory.file_requests", "param_name": "fileRequestsValue", "static_instance": "FILE_REQUESTS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.groups": {"fq_name": "team_log.EventCategory.groups", "param_name": "groupsValue", "static_instance": "GROUPS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.logins": {"fq_name": "team_log.EventCategory.logins", "param_name": "loginsValue", "static_instance": "LOGINS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.members": {"fq_name": "team_log.EventCategory.members", "param_name": "membersValue", "static_instance": "MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.paper": {"fq_name": "team_log.EventCategory.paper", "param_name": "paperValue", "static_instance": "PAPER", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.passwords": {"fq_name": "team_log.EventCategory.passwords", "param_name": "passwordsValue", "static_instance": "PASSWORDS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.reports": {"fq_name": "team_log.EventCategory.reports", "param_name": "reportsValue", "static_instance": "REPORTS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.sharing": {"fq_name": "team_log.EventCategory.sharing", "param_name": "sharingValue", "static_instance": "SHARING", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.showcase": {"fq_name": "team_log.EventCategory.showcase", "param_name": "showcaseValue", "static_instance": "SHOWCASE", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.signatures": {"fq_name": "team_log.EventCategory.signatures", "param_name": "signaturesValue", "static_instance": "SIGNATURES", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.sso": {"fq_name": "team_log.EventCategory.sso", "param_name": "ssoValue", "static_instance": "SSO", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.team_folders": {"fq_name": "team_log.EventCategory.team_folders", "param_name": "teamFoldersValue", "static_instance": "TEAM_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.team_policies": {"fq_name": "team_log.EventCategory.team_policies", "param_name": "teamPoliciesValue", "static_instance": "TEAM_POLICIES", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.team_profile": {"fq_name": "team_log.EventCategory.team_profile", "param_name": "teamProfileValue", "static_instance": "TEAM_PROFILE", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.tfa": {"fq_name": "team_log.EventCategory.tfa", "param_name": "tfaValue", "static_instance": "TFA", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.trusted_teams": {"fq_name": "team_log.EventCategory.trusted_teams", "param_name": "trustedTeamsValue", "static_instance": "TRUSTED_TEAMS", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventCategory.other": {"fq_name": "team_log.EventCategory.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EventCategory", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.admin_alerting_alert_state_changed_details": {"fq_name": "team_log.EventDetails.admin_alerting_alert_state_changed_details", "param_name": "adminAlertingAlertStateChangedDetailsValue", "static_instance": null, "getter_method": "getAdminAlertingAlertStateChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.admin_alerting_changed_alert_config_details": {"fq_name": "team_log.EventDetails.admin_alerting_changed_alert_config_details", "param_name": "adminAlertingChangedAlertConfigDetailsValue", "static_instance": null, "getter_method": "getAdminAlertingChangedAlertConfigDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.admin_alerting_triggered_alert_details": {"fq_name": "team_log.EventDetails.admin_alerting_triggered_alert_details", "param_name": "adminAlertingTriggeredAlertDetailsValue", "static_instance": null, "getter_method": "getAdminAlertingTriggeredAlertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ransomware_restore_process_completed_details": {"fq_name": "team_log.EventDetails.ransomware_restore_process_completed_details", "param_name": "ransomwareRestoreProcessCompletedDetailsValue", "static_instance": null, "getter_method": "getRansomwareRestoreProcessCompletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ransomware_restore_process_started_details": {"fq_name": "team_log.EventDetails.ransomware_restore_process_started_details", "param_name": "ransomwareRestoreProcessStartedDetailsValue", "static_instance": null, "getter_method": "getRansomwareRestoreProcessStartedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_blocked_by_permissions_details": {"fq_name": "team_log.EventDetails.app_blocked_by_permissions_details", "param_name": "appBlockedByPermissionsDetailsValue", "static_instance": null, "getter_method": "getAppBlockedByPermissionsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_link_team_details": {"fq_name": "team_log.EventDetails.app_link_team_details", "param_name": "appLinkTeamDetailsValue", "static_instance": null, "getter_method": "getAppLinkTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_link_user_details": {"fq_name": "team_log.EventDetails.app_link_user_details", "param_name": "appLinkUserDetailsValue", "static_instance": null, "getter_method": "getAppLinkUserDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_unlink_team_details": {"fq_name": "team_log.EventDetails.app_unlink_team_details", "param_name": "appUnlinkTeamDetailsValue", "static_instance": null, "getter_method": "getAppUnlinkTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_unlink_user_details": {"fq_name": "team_log.EventDetails.app_unlink_user_details", "param_name": "appUnlinkUserDetailsValue", "static_instance": null, "getter_method": "getAppUnlinkUserDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.integration_connected_details": {"fq_name": "team_log.EventDetails.integration_connected_details", "param_name": "integrationConnectedDetailsValue", "static_instance": null, "getter_method": "getIntegrationConnectedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.integration_disconnected_details": {"fq_name": "team_log.EventDetails.integration_disconnected_details", "param_name": "integrationDisconnectedDetailsValue", "static_instance": null, "getter_method": "getIntegrationDisconnectedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_add_comment_details": {"fq_name": "team_log.EventDetails.file_add_comment_details", "param_name": "fileAddCommentDetailsValue", "static_instance": null, "getter_method": "getFileAddCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_change_comment_subscription_details": {"fq_name": "team_log.EventDetails.file_change_comment_subscription_details", "param_name": "fileChangeCommentSubscriptionDetailsValue", "static_instance": null, "getter_method": "getFileChangeCommentSubscriptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_delete_comment_details": {"fq_name": "team_log.EventDetails.file_delete_comment_details", "param_name": "fileDeleteCommentDetailsValue", "static_instance": null, "getter_method": "getFileDeleteCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_edit_comment_details": {"fq_name": "team_log.EventDetails.file_edit_comment_details", "param_name": "fileEditCommentDetailsValue", "static_instance": null, "getter_method": "getFileEditCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_like_comment_details": {"fq_name": "team_log.EventDetails.file_like_comment_details", "param_name": "fileLikeCommentDetailsValue", "static_instance": null, "getter_method": "getFileLikeCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_resolve_comment_details": {"fq_name": "team_log.EventDetails.file_resolve_comment_details", "param_name": "fileResolveCommentDetailsValue", "static_instance": null, "getter_method": "getFileResolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_unlike_comment_details": {"fq_name": "team_log.EventDetails.file_unlike_comment_details", "param_name": "fileUnlikeCommentDetailsValue", "static_instance": null, "getter_method": "getFileUnlikeCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_unresolve_comment_details": {"fq_name": "team_log.EventDetails.file_unresolve_comment_details", "param_name": "fileUnresolveCommentDetailsValue", "static_instance": null, "getter_method": "getFileUnresolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_added_comment_to_stack_details": {"fq_name": "team_log.EventDetails.dash_added_comment_to_stack_details", "param_name": "dashAddedCommentToStackDetailsValue", "static_instance": null, "getter_method": "getDashAddedCommentToStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_added_connector_details": {"fq_name": "team_log.EventDetails.dash_added_connector_details", "param_name": "dashAddedConnectorDetailsValue", "static_instance": null, "getter_method": "getDashAddedConnectorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_added_link_to_stack_details": {"fq_name": "team_log.EventDetails.dash_added_link_to_stack_details", "param_name": "dashAddedLinkToStackDetailsValue", "static_instance": null, "getter_method": "getDashAddedLinkToStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_added_team_email_domain_allowlist_details": {"fq_name": "team_log.EventDetails.dash_added_team_email_domain_allowlist_details", "param_name": "dashAddedTeamEmailDomainAllowlistDetailsValue", "static_instance": null, "getter_method": "getDashAddedTeamEmailDomainAllowlistDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_admin_added_org_wide_connector_details": {"fq_name": "team_log.EventDetails.dash_admin_added_org_wide_connector_details", "param_name": "dashAdminAddedOrgWideConnectorDetailsValue", "static_instance": null, "getter_method": "getDashAdminAddedOrgWideConnectorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_admin_disabled_connector_details": {"fq_name": "team_log.EventDetails.dash_admin_disabled_connector_details", "param_name": "dashAdminDisabledConnectorDetailsValue", "static_instance": null, "getter_method": "getDashAdminDisabledConnectorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_admin_enabled_connector_details": {"fq_name": "team_log.EventDetails.dash_admin_enabled_connector_details", "param_name": "dashAdminEnabledConnectorDetailsValue", "static_instance": null, "getter_method": "getDashAdminEnabledConnectorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_admin_removed_org_wide_connector_details": {"fq_name": "team_log.EventDetails.dash_admin_removed_org_wide_connector_details", "param_name": "dashAdminRemovedOrgWideConnectorDetailsValue", "static_instance": null, "getter_method": "getDashAdminRemovedOrgWideConnectorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_archived_stack_details": {"fq_name": "team_log.EventDetails.dash_archived_stack_details", "param_name": "dashArchivedStackDetailsValue", "static_instance": null, "getter_method": "getDashArchivedStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_changed_audience_of_shared_link_to_stack_details": {"fq_name": "team_log.EventDetails.dash_changed_audience_of_shared_link_to_stack_details", "param_name": "dashChangedAudienceOfSharedLinkToStackDetailsValue", "static_instance": null, "getter_method": "getDashChangedAudienceOfSharedLinkToStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_cloned_stack_details": {"fq_name": "team_log.EventDetails.dash_cloned_stack_details", "param_name": "dashClonedStackDetailsValue", "static_instance": null, "getter_method": "getDashClonedStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_created_stack_details": {"fq_name": "team_log.EventDetails.dash_created_stack_details", "param_name": "dashCreatedStackDetailsValue", "static_instance": null, "getter_method": "getDashCreatedStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_deleted_comment_from_stack_details": {"fq_name": "team_log.EventDetails.dash_deleted_comment_from_stack_details", "param_name": "dashDeletedCommentFromStackDetailsValue", "static_instance": null, "getter_method": "getDashDeletedCommentFromStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_deleted_stack_details": {"fq_name": "team_log.EventDetails.dash_deleted_stack_details", "param_name": "dashDeletedStackDetailsValue", "static_instance": null, "getter_method": "getDashDeletedStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_edited_comment_in_stack_details": {"fq_name": "team_log.EventDetails.dash_edited_comment_in_stack_details", "param_name": "dashEditedCommentInStackDetailsValue", "static_instance": null, "getter_method": "getDashEditedCommentInStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_external_user_opened_stack_details": {"fq_name": "team_log.EventDetails.dash_external_user_opened_stack_details", "param_name": "dashExternalUserOpenedStackDetailsValue", "static_instance": null, "getter_method": "getDashExternalUserOpenedStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_first_launched_desktop_details": {"fq_name": "team_log.EventDetails.dash_first_launched_desktop_details", "param_name": "dashFirstLaunchedDesktopDetailsValue", "static_instance": null, "getter_method": "getDashFirstLaunchedDesktopDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_first_launched_extension_details": {"fq_name": "team_log.EventDetails.dash_first_launched_extension_details", "param_name": "dashFirstLaunchedExtensionDetailsValue", "static_instance": null, "getter_method": "getDashFirstLaunchedExtensionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_first_launched_web_start_page_details": {"fq_name": "team_log.EventDetails.dash_first_launched_web_start_page_details", "param_name": "dashFirstLaunchedWebStartPageDetailsValue", "static_instance": null, "getter_method": "getDashFirstLaunchedWebStartPageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_opened_shared_link_to_stack_details": {"fq_name": "team_log.EventDetails.dash_opened_shared_link_to_stack_details", "param_name": "dashOpenedSharedLinkToStackDetailsValue", "static_instance": null, "getter_method": "getDashOpenedSharedLinkToStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_opened_stack_details": {"fq_name": "team_log.EventDetails.dash_opened_stack_details", "param_name": "dashOpenedStackDetailsValue", "static_instance": null, "getter_method": "getDashOpenedStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_preview_opt_out_status_changed_details": {"fq_name": "team_log.EventDetails.dash_preview_opt_out_status_changed_details", "param_name": "dashPreviewOptOutStatusChangedDetailsValue", "static_instance": null, "getter_method": "getDashPreviewOptOutStatusChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_removed_connector_details": {"fq_name": "team_log.EventDetails.dash_removed_connector_details", "param_name": "dashRemovedConnectorDetailsValue", "static_instance": null, "getter_method": "getDashRemovedConnectorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_removed_link_from_stack_details": {"fq_name": "team_log.EventDetails.dash_removed_link_from_stack_details", "param_name": "dashRemovedLinkFromStackDetailsValue", "static_instance": null, "getter_method": "getDashRemovedLinkFromStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_removed_shared_link_to_stack_details": {"fq_name": "team_log.EventDetails.dash_removed_shared_link_to_stack_details", "param_name": "dashRemovedSharedLinkToStackDetailsValue", "static_instance": null, "getter_method": "getDashRemovedSharedLinkToStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_removed_team_email_domain_allowlist_details": {"fq_name": "team_log.EventDetails.dash_removed_team_email_domain_allowlist_details", "param_name": "dashRemovedTeamEmailDomainAllowlistDetailsValue", "static_instance": null, "getter_method": "getDashRemovedTeamEmailDomainAllowlistDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_renamed_stack_details": {"fq_name": "team_log.EventDetails.dash_renamed_stack_details", "param_name": "dashRenamedStackDetailsValue", "static_instance": null, "getter_method": "getDashRenamedStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_shared_link_to_stack_details": {"fq_name": "team_log.EventDetails.dash_shared_link_to_stack_details", "param_name": "dashSharedLinkToStackDetailsValue", "static_instance": null, "getter_method": "getDashSharedLinkToStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_unarchived_stack_details": {"fq_name": "team_log.EventDetails.dash_unarchived_stack_details", "param_name": "dashUnarchivedStackDetailsValue", "static_instance": null, "getter_method": "getDashUnarchivedStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_viewed_company_stack_details": {"fq_name": "team_log.EventDetails.dash_viewed_company_stack_details", "param_name": "dashViewedCompanyStackDetailsValue", "static_instance": null, "getter_method": "getDashViewedCompanyStackDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_viewed_external_ai_activity_report_details": {"fq_name": "team_log.EventDetails.dash_viewed_external_ai_activity_report_details", "param_name": "dashViewedExternalAiActivityReportDetailsValue", "static_instance": null, "getter_method": "getDashViewedExternalAiActivityReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_add_folders_details": {"fq_name": "team_log.EventDetails.governance_policy_add_folders_details", "param_name": "governancePolicyAddFoldersDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyAddFoldersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_add_folder_failed_details": {"fq_name": "team_log.EventDetails.governance_policy_add_folder_failed_details", "param_name": "governancePolicyAddFolderFailedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyAddFolderFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_content_disposed_details": {"fq_name": "team_log.EventDetails.governance_policy_content_disposed_details", "param_name": "governancePolicyContentDisposedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyContentDisposedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_create_details": {"fq_name": "team_log.EventDetails.governance_policy_create_details", "param_name": "governancePolicyCreateDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_delete_details": {"fq_name": "team_log.EventDetails.governance_policy_delete_details", "param_name": "governancePolicyDeleteDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_edit_details_details": {"fq_name": "team_log.EventDetails.governance_policy_edit_details_details", "param_name": "governancePolicyEditDetailsDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyEditDetailsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_edit_duration_details": {"fq_name": "team_log.EventDetails.governance_policy_edit_duration_details", "param_name": "governancePolicyEditDurationDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyEditDurationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_export_created_details": {"fq_name": "team_log.EventDetails.governance_policy_export_created_details", "param_name": "governancePolicyExportCreatedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyExportCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_export_removed_details": {"fq_name": "team_log.EventDetails.governance_policy_export_removed_details", "param_name": "governancePolicyExportRemovedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyExportRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_remove_folders_details": {"fq_name": "team_log.EventDetails.governance_policy_remove_folders_details", "param_name": "governancePolicyRemoveFoldersDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyRemoveFoldersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_report_created_details": {"fq_name": "team_log.EventDetails.governance_policy_report_created_details", "param_name": "governancePolicyReportCreatedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyReportCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.governance_policy_zip_part_downloaded_details": {"fq_name": "team_log.EventDetails.governance_policy_zip_part_downloaded_details", "param_name": "governancePolicyZipPartDownloadedDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyZipPartDownloadedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_activate_a_hold_details": {"fq_name": "team_log.EventDetails.legal_holds_activate_a_hold_details", "param_name": "legalHoldsActivateAHoldDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsActivateAHoldDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_add_members_details": {"fq_name": "team_log.EventDetails.legal_holds_add_members_details", "param_name": "legalHoldsAddMembersDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsAddMembersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_change_hold_details_details": {"fq_name": "team_log.EventDetails.legal_holds_change_hold_details_details", "param_name": "legalHoldsChangeHoldDetailsDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsChangeHoldDetailsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_change_hold_name_details": {"fq_name": "team_log.EventDetails.legal_holds_change_hold_name_details", "param_name": "legalHoldsChangeHoldNameDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsChangeHoldNameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_export_a_hold_details": {"fq_name": "team_log.EventDetails.legal_holds_export_a_hold_details", "param_name": "legalHoldsExportAHoldDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsExportAHoldDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_export_cancelled_details": {"fq_name": "team_log.EventDetails.legal_holds_export_cancelled_details", "param_name": "legalHoldsExportCancelledDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsExportCancelledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_export_downloaded_details": {"fq_name": "team_log.EventDetails.legal_holds_export_downloaded_details", "param_name": "legalHoldsExportDownloadedDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsExportDownloadedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_export_removed_details": {"fq_name": "team_log.EventDetails.legal_holds_export_removed_details", "param_name": "legalHoldsExportRemovedDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsExportRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_release_a_hold_details": {"fq_name": "team_log.EventDetails.legal_holds_release_a_hold_details", "param_name": "legalHoldsReleaseAHoldDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsReleaseAHoldDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_remove_members_details": {"fq_name": "team_log.EventDetails.legal_holds_remove_members_details", "param_name": "legalHoldsRemoveMembersDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsRemoveMembersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.legal_holds_report_a_hold_details": {"fq_name": "team_log.EventDetails.legal_holds_report_a_hold_details", "param_name": "legalHoldsReportAHoldDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsReportAHoldDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_change_ip_desktop_details": {"fq_name": "team_log.EventDetails.device_change_ip_desktop_details", "param_name": "deviceChangeIpDesktopDetailsValue", "static_instance": null, "getter_method": "getDeviceChangeIpDesktopDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_change_ip_mobile_details": {"fq_name": "team_log.EventDetails.device_change_ip_mobile_details", "param_name": "deviceChangeIpMobileDetailsValue", "static_instance": null, "getter_method": "getDeviceChangeIpMobileDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_change_ip_web_details": {"fq_name": "team_log.EventDetails.device_change_ip_web_details", "param_name": "deviceChangeIpWebDetailsValue", "static_instance": null, "getter_method": "getDeviceChangeIpWebDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_delete_on_unlink_fail_details": {"fq_name": "team_log.EventDetails.device_delete_on_unlink_fail_details", "param_name": "deviceDeleteOnUnlinkFailDetailsValue", "static_instance": null, "getter_method": "getDeviceDeleteOnUnlinkFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_delete_on_unlink_success_details": {"fq_name": "team_log.EventDetails.device_delete_on_unlink_success_details", "param_name": "deviceDeleteOnUnlinkSuccessDetailsValue", "static_instance": null, "getter_method": "getDeviceDeleteOnUnlinkSuccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_link_fail_details": {"fq_name": "team_log.EventDetails.device_link_fail_details", "param_name": "deviceLinkFailDetailsValue", "static_instance": null, "getter_method": "getDeviceLinkFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_link_success_details": {"fq_name": "team_log.EventDetails.device_link_success_details", "param_name": "deviceLinkSuccessDetailsValue", "static_instance": null, "getter_method": "getDeviceLinkSuccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_management_disabled_details": {"fq_name": "team_log.EventDetails.device_management_disabled_details", "param_name": "deviceManagementDisabledDetailsValue", "static_instance": null, "getter_method": "getDeviceManagementDisabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_management_enabled_details": {"fq_name": "team_log.EventDetails.device_management_enabled_details", "param_name": "deviceManagementEnabledDetailsValue", "static_instance": null, "getter_method": "getDeviceManagementEnabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_sync_backup_status_changed_details": {"fq_name": "team_log.EventDetails.device_sync_backup_status_changed_details", "param_name": "deviceSyncBackupStatusChangedDetailsValue", "static_instance": null, "getter_method": "getDeviceSyncBackupStatusChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_unlink_details": {"fq_name": "team_log.EventDetails.device_unlink_details", "param_name": "deviceUnlinkDetailsValue", "static_instance": null, "getter_method": "getDeviceUnlinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dropbox_passwords_exported_details": {"fq_name": "team_log.EventDetails.dropbox_passwords_exported_details", "param_name": "dropboxPasswordsExportedDetailsValue", "static_instance": null, "getter_method": "getDropboxPasswordsExportedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dropbox_passwords_new_device_enrolled_details": {"fq_name": "team_log.EventDetails.dropbox_passwords_new_device_enrolled_details", "param_name": "dropboxPasswordsNewDeviceEnrolledDetailsValue", "static_instance": null, "getter_method": "getDropboxPasswordsNewDeviceEnrolledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_refresh_auth_token_details": {"fq_name": "team_log.EventDetails.emm_refresh_auth_token_details", "param_name": "emmRefreshAuthTokenDetailsValue", "static_instance": null, "getter_method": "getEmmRefreshAuthTokenDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.external_drive_backup_eligibility_status_checked_details": {"fq_name": "team_log.EventDetails.external_drive_backup_eligibility_status_checked_details", "param_name": "externalDriveBackupEligibilityStatusCheckedDetailsValue", "static_instance": null, "getter_method": "getExternalDriveBackupEligibilityStatusCheckedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.external_drive_backup_status_changed_details": {"fq_name": "team_log.EventDetails.external_drive_backup_status_changed_details", "param_name": "externalDriveBackupStatusChangedDetailsValue", "static_instance": null, "getter_method": "getExternalDriveBackupStatusChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_capture_change_availability_details": {"fq_name": "team_log.EventDetails.account_capture_change_availability_details", "param_name": "accountCaptureChangeAvailabilityDetailsValue", "static_instance": null, "getter_method": "getAccountCaptureChangeAvailabilityDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_capture_migrate_account_details": {"fq_name": "team_log.EventDetails.account_capture_migrate_account_details", "param_name": "accountCaptureMigrateAccountDetailsValue", "static_instance": null, "getter_method": "getAccountCaptureMigrateAccountDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_capture_notification_emails_sent_details": {"fq_name": "team_log.EventDetails.account_capture_notification_emails_sent_details", "param_name": "accountCaptureNotificationEmailsSentDetailsValue", "static_instance": null, "getter_method": "getAccountCaptureNotificationEmailsSentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_capture_relinquish_account_details": {"fq_name": "team_log.EventDetails.account_capture_relinquish_account_details", "param_name": "accountCaptureRelinquishAccountDetailsValue", "static_instance": null, "getter_method": "getAccountCaptureRelinquishAccountDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.disabled_domain_invites_details": {"fq_name": "team_log.EventDetails.disabled_domain_invites_details", "param_name": "disabledDomainInvitesDetailsValue", "static_instance": null, "getter_method": "getDisabledDomainInvitesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_approve_request_to_join_team_details": {"fq_name": "team_log.EventDetails.domain_invites_approve_request_to_join_team_details", "param_name": "domainInvitesApproveRequestToJoinTeamDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesApproveRequestToJoinTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_decline_request_to_join_team_details": {"fq_name": "team_log.EventDetails.domain_invites_decline_request_to_join_team_details", "param_name": "domainInvitesDeclineRequestToJoinTeamDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesDeclineRequestToJoinTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_email_existing_users_details": {"fq_name": "team_log.EventDetails.domain_invites_email_existing_users_details", "param_name": "domainInvitesEmailExistingUsersDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesEmailExistingUsersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_request_to_join_team_details": {"fq_name": "team_log.EventDetails.domain_invites_request_to_join_team_details", "param_name": "domainInvitesRequestToJoinTeamDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesRequestToJoinTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_set_invite_new_user_pref_to_no_details": {"fq_name": "team_log.EventDetails.domain_invites_set_invite_new_user_pref_to_no_details", "param_name": "domainInvitesSetInviteNewUserPrefToNoDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesSetInviteNewUserPrefToNoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_invites_set_invite_new_user_pref_to_yes_details": {"fq_name": "team_log.EventDetails.domain_invites_set_invite_new_user_pref_to_yes_details", "param_name": "domainInvitesSetInviteNewUserPrefToYesDetailsValue", "static_instance": null, "getter_method": "getDomainInvitesSetInviteNewUserPrefToYesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_verification_add_domain_fail_details": {"fq_name": "team_log.EventDetails.domain_verification_add_domain_fail_details", "param_name": "domainVerificationAddDomainFailDetailsValue", "static_instance": null, "getter_method": "getDomainVerificationAddDomainFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_verification_add_domain_success_details": {"fq_name": "team_log.EventDetails.domain_verification_add_domain_success_details", "param_name": "domainVerificationAddDomainSuccessDetailsValue", "static_instance": null, "getter_method": "getDomainVerificationAddDomainSuccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.domain_verification_remove_domain_details": {"fq_name": "team_log.EventDetails.domain_verification_remove_domain_details", "param_name": "domainVerificationRemoveDomainDetailsValue", "static_instance": null, "getter_method": "getDomainVerificationRemoveDomainDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.enabled_domain_invites_details": {"fq_name": "team_log.EventDetails.enabled_domain_invites_details", "param_name": "enabledDomainInvitesDetailsValue", "static_instance": null, "getter_method": "getEnabledDomainInvitesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.encrypted_folder_cancel_team_key_rotation_details": {"fq_name": "team_log.EventDetails.encrypted_folder_cancel_team_key_rotation_details", "param_name": "encryptedFolderCancelTeamKeyRotationDetailsValue", "static_instance": null, "getter_method": "getEncryptedFolderCancelTeamKeyRotationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.encrypted_folder_enroll_backup_key_details": {"fq_name": "team_log.EventDetails.encrypted_folder_enroll_backup_key_details", "param_name": "encryptedFolderEnrollBackupKeyDetailsValue", "static_instance": null, "getter_method": "getEncryptedFolderEnrollBackupKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.encrypted_folder_enroll_client_details": {"fq_name": "team_log.EventDetails.encrypted_folder_enroll_client_details", "param_name": "encryptedFolderEnrollClientDetailsValue", "static_instance": null, "getter_method": "getEncryptedFolderEnrollClientDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.encrypted_folder_enroll_team_details": {"fq_name": "team_log.EventDetails.encrypted_folder_enroll_team_details", "param_name": "encryptedFolderEnrollTeamDetailsValue", "static_instance": null, "getter_method": "getEncryptedFolderEnrollTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.encrypted_folder_finish_team_unenrollment_details": {"fq_name": "team_log.EventDetails.encrypted_folder_finish_team_unenrollment_details", "param_name": "encryptedFolderFinishTeamUnenrollmentDetailsValue", "static_instance": null, "getter_method": "getEncryptedFolderFinishTeamUnenrollmentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.encrypted_folder_init_team_key_rotation_details": {"fq_name": "team_log.EventDetails.encrypted_folder_init_team_key_rotation_details", "param_name": "encryptedFolderInitTeamKeyRotationDetailsValue", "static_instance": null, "getter_method": "getEncryptedFolderInitTeamKeyRotationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.encrypted_folder_init_team_unenrollment_details": {"fq_name": "team_log.EventDetails.encrypted_folder_init_team_unenrollment_details", "param_name": "encryptedFolderInitTeamUnenrollmentDetailsValue", "static_instance": null, "getter_method": "getEncryptedFolderInitTeamUnenrollmentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.encrypted_folder_remove_backup_key_details": {"fq_name": "team_log.EventDetails.encrypted_folder_remove_backup_key_details", "param_name": "encryptedFolderRemoveBackupKeyDetailsValue", "static_instance": null, "getter_method": "getEncryptedFolderRemoveBackupKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.encrypted_folder_rotate_team_key_details": {"fq_name": "team_log.EventDetails.encrypted_folder_rotate_team_key_details", "param_name": "encryptedFolderRotateTeamKeyDetailsValue", "static_instance": null, "getter_method": "getEncryptedFolderRotateTeamKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.encrypted_folder_unenroll_client_details": {"fq_name": "team_log.EventDetails.encrypted_folder_unenroll_client_details", "param_name": "encryptedFolderUnenrollClientDetailsValue", "static_instance": null, "getter_method": "getEncryptedFolderUnenrollClientDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_activate_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_activate_key_details", "param_name": "teamEncryptionKeyActivateKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyActivateKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_cancel_key_deletion_details": {"fq_name": "team_log.EventDetails.team_encryption_key_cancel_key_deletion_details", "param_name": "teamEncryptionKeyCancelKeyDeletionDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyCancelKeyDeletionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_create_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_create_key_details", "param_name": "teamEncryptionKeyCreateKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyCreateKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_deactivate_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_deactivate_key_details", "param_name": "teamEncryptionKeyDeactivateKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyDeactivateKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_delete_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_delete_key_details", "param_name": "teamEncryptionKeyDeleteKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyDeleteKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_disable_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_disable_key_details", "param_name": "teamEncryptionKeyDisableKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyDisableKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_enable_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_enable_key_details", "param_name": "teamEncryptionKeyEnableKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyEnableKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_rotate_key_details": {"fq_name": "team_log.EventDetails.team_encryption_key_rotate_key_details", "param_name": "teamEncryptionKeyRotateKeyDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyRotateKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_encryption_key_schedule_key_deletion_details": {"fq_name": "team_log.EventDetails.team_encryption_key_schedule_key_deletion_details", "param_name": "teamEncryptionKeyScheduleKeyDeletionDetailsValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyScheduleKeyDeletionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.apply_naming_convention_details": {"fq_name": "team_log.EventDetails.apply_naming_convention_details", "param_name": "applyNamingConventionDetailsValue", "static_instance": null, "getter_method": "getApplyNamingConventionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.create_folder_details": {"fq_name": "team_log.EventDetails.create_folder_details", "param_name": "createFolderDetailsValue", "static_instance": null, "getter_method": "getCreateFolderDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_add_details": {"fq_name": "team_log.EventDetails.file_add_details", "param_name": "fileAddDetailsValue", "static_instance": null, "getter_method": "getFileAddDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_add_from_automation_details": {"fq_name": "team_log.EventDetails.file_add_from_automation_details", "param_name": "fileAddFromAutomationDetailsValue", "static_instance": null, "getter_method": "getFileAddFromAutomationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_copy_details": {"fq_name": "team_log.EventDetails.file_copy_details", "param_name": "fileCopyDetailsValue", "static_instance": null, "getter_method": "getFileCopyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_delete_details": {"fq_name": "team_log.EventDetails.file_delete_details", "param_name": "fileDeleteDetailsValue", "static_instance": null, "getter_method": "getFileDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_download_details": {"fq_name": "team_log.EventDetails.file_download_details", "param_name": "fileDownloadDetailsValue", "static_instance": null, "getter_method": "getFileDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_edit_details": {"fq_name": "team_log.EventDetails.file_edit_details", "param_name": "fileEditDetailsValue", "static_instance": null, "getter_method": "getFileEditDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_get_copy_reference_details": {"fq_name": "team_log.EventDetails.file_get_copy_reference_details", "param_name": "fileGetCopyReferenceDetailsValue", "static_instance": null, "getter_method": "getFileGetCopyReferenceDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_locking_lock_status_changed_details": {"fq_name": "team_log.EventDetails.file_locking_lock_status_changed_details", "param_name": "fileLockingLockStatusChangedDetailsValue", "static_instance": null, "getter_method": "getFileLockingLockStatusChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_move_details": {"fq_name": "team_log.EventDetails.file_move_details", "param_name": "fileMoveDetailsValue", "static_instance": null, "getter_method": "getFileMoveDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_permanently_delete_details": {"fq_name": "team_log.EventDetails.file_permanently_delete_details", "param_name": "filePermanentlyDeleteDetailsValue", "static_instance": null, "getter_method": "getFilePermanentlyDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_preview_details": {"fq_name": "team_log.EventDetails.file_preview_details", "param_name": "filePreviewDetailsValue", "static_instance": null, "getter_method": "getFilePreviewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_rename_details": {"fq_name": "team_log.EventDetails.file_rename_details", "param_name": "fileRenameDetailsValue", "static_instance": null, "getter_method": "getFileRenameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_restore_details": {"fq_name": "team_log.EventDetails.file_restore_details", "param_name": "fileRestoreDetailsValue", "static_instance": null, "getter_method": "getFileRestoreDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_revert_details": {"fq_name": "team_log.EventDetails.file_revert_details", "param_name": "fileRevertDetailsValue", "static_instance": null, "getter_method": "getFileRevertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_rollback_changes_details": {"fq_name": "team_log.EventDetails.file_rollback_changes_details", "param_name": "fileRollbackChangesDetailsValue", "static_instance": null, "getter_method": "getFileRollbackChangesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_save_copy_reference_details": {"fq_name": "team_log.EventDetails.file_save_copy_reference_details", "param_name": "fileSaveCopyReferenceDetailsValue", "static_instance": null, "getter_method": "getFileSaveCopyReferenceDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.folder_overview_description_changed_details": {"fq_name": "team_log.EventDetails.folder_overview_description_changed_details", "param_name": "folderOverviewDescriptionChangedDetailsValue", "static_instance": null, "getter_method": "getFolderOverviewDescriptionChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.folder_overview_item_pinned_details": {"fq_name": "team_log.EventDetails.folder_overview_item_pinned_details", "param_name": "folderOverviewItemPinnedDetailsValue", "static_instance": null, "getter_method": "getFolderOverviewItemPinnedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.folder_overview_item_unpinned_details": {"fq_name": "team_log.EventDetails.folder_overview_item_unpinned_details", "param_name": "folderOverviewItemUnpinnedDetailsValue", "static_instance": null, "getter_method": "getFolderOverviewItemUnpinnedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.object_label_added_details": {"fq_name": "team_log.EventDetails.object_label_added_details", "param_name": "objectLabelAddedDetailsValue", "static_instance": null, "getter_method": "getObjectLabelAddedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.object_label_removed_details": {"fq_name": "team_log.EventDetails.object_label_removed_details", "param_name": "objectLabelRemovedDetailsValue", "static_instance": null, "getter_method": "getObjectLabelRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.object_label_updated_value_details": {"fq_name": "team_log.EventDetails.object_label_updated_value_details", "param_name": "objectLabelUpdatedValueDetailsValue", "static_instance": null, "getter_method": "getObjectLabelUpdatedValueDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.organize_folder_with_tidy_details": {"fq_name": "team_log.EventDetails.organize_folder_with_tidy_details", "param_name": "organizeFolderWithTidyDetailsValue", "static_instance": null, "getter_method": "getOrganizeFolderWithTidyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_file_delete_details": {"fq_name": "team_log.EventDetails.replay_file_delete_details", "param_name": "replayFileDeleteDetailsValue", "static_instance": null, "getter_method": "getReplayFileDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_file_downloaded_details": {"fq_name": "team_log.EventDetails.replay_file_downloaded_details", "param_name": "replayFileDownloadedDetailsValue", "static_instance": null, "getter_method": "getReplayFileDownloadedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_team_project_created_details": {"fq_name": "team_log.EventDetails.replay_team_project_created_details", "param_name": "replayTeamProjectCreatedDetailsValue", "static_instance": null, "getter_method": "getReplayTeamProjectCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.rewind_folder_details": {"fq_name": "team_log.EventDetails.rewind_folder_details", "param_name": "rewindFolderDetailsValue", "static_instance": null, "getter_method": "getRewindFolderDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.undo_naming_convention_details": {"fq_name": "team_log.EventDetails.undo_naming_convention_details", "param_name": "undoNamingConventionDetailsValue", "static_instance": null, "getter_method": "getUndoNamingConventionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.undo_organize_folder_with_tidy_details": {"fq_name": "team_log.EventDetails.undo_organize_folder_with_tidy_details", "param_name": "undoOrganizeFolderWithTidyDetailsValue", "static_instance": null, "getter_method": "getUndoOrganizeFolderWithTidyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.user_tags_added_details": {"fq_name": "team_log.EventDetails.user_tags_added_details", "param_name": "userTagsAddedDetailsValue", "static_instance": null, "getter_method": "getUserTagsAddedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.user_tags_removed_details": {"fq_name": "team_log.EventDetails.user_tags_removed_details", "param_name": "userTagsRemovedDetailsValue", "static_instance": null, "getter_method": "getUserTagsRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.email_ingest_receive_file_details": {"fq_name": "team_log.EventDetails.email_ingest_receive_file_details", "param_name": "emailIngestReceiveFileDetailsValue", "static_instance": null, "getter_method": "getEmailIngestReceiveFileDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_auto_close_details": {"fq_name": "team_log.EventDetails.file_request_auto_close_details", "param_name": "fileRequestAutoCloseDetailsValue", "static_instance": null, "getter_method": "getFileRequestAutoCloseDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_change_details": {"fq_name": "team_log.EventDetails.file_request_change_details", "param_name": "fileRequestChangeDetailsValue", "static_instance": null, "getter_method": "getFileRequestChangeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_close_details": {"fq_name": "team_log.EventDetails.file_request_close_details", "param_name": "fileRequestCloseDetailsValue", "static_instance": null, "getter_method": "getFileRequestCloseDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_create_details": {"fq_name": "team_log.EventDetails.file_request_create_details", "param_name": "fileRequestCreateDetailsValue", "static_instance": null, "getter_method": "getFileRequestCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_delete_details": {"fq_name": "team_log.EventDetails.file_request_delete_details", "param_name": "fileRequestDeleteDetailsValue", "static_instance": null, "getter_method": "getFileRequestDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_request_receive_file_details": {"fq_name": "team_log.EventDetails.file_request_receive_file_details", "param_name": "fileRequestReceiveFileDetailsValue", "static_instance": null, "getter_method": "getFileRequestReceiveFileDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_add_external_id_details": {"fq_name": "team_log.EventDetails.group_add_external_id_details", "param_name": "groupAddExternalIdDetailsValue", "static_instance": null, "getter_method": "getGroupAddExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_add_member_details": {"fq_name": "team_log.EventDetails.group_add_member_details", "param_name": "groupAddMemberDetailsValue", "static_instance": null, "getter_method": "getGroupAddMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_change_external_id_details": {"fq_name": "team_log.EventDetails.group_change_external_id_details", "param_name": "groupChangeExternalIdDetailsValue", "static_instance": null, "getter_method": "getGroupChangeExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_change_management_type_details": {"fq_name": "team_log.EventDetails.group_change_management_type_details", "param_name": "groupChangeManagementTypeDetailsValue", "static_instance": null, "getter_method": "getGroupChangeManagementTypeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_change_member_role_details": {"fq_name": "team_log.EventDetails.group_change_member_role_details", "param_name": "groupChangeMemberRoleDetailsValue", "static_instance": null, "getter_method": "getGroupChangeMemberRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_create_details": {"fq_name": "team_log.EventDetails.group_create_details", "param_name": "groupCreateDetailsValue", "static_instance": null, "getter_method": "getGroupCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_delete_details": {"fq_name": "team_log.EventDetails.group_delete_details", "param_name": "groupDeleteDetailsValue", "static_instance": null, "getter_method": "getGroupDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_description_updated_details": {"fq_name": "team_log.EventDetails.group_description_updated_details", "param_name": "groupDescriptionUpdatedDetailsValue", "static_instance": null, "getter_method": "getGroupDescriptionUpdatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_external_sharing_setting_override_changed_details": {"fq_name": "team_log.EventDetails.group_external_sharing_setting_override_changed_details", "param_name": "groupExternalSharingSettingOverrideChangedDetailsValue", "static_instance": null, "getter_method": "getGroupExternalSharingSettingOverrideChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_join_policy_updated_details": {"fq_name": "team_log.EventDetails.group_join_policy_updated_details", "param_name": "groupJoinPolicyUpdatedDetailsValue", "static_instance": null, "getter_method": "getGroupJoinPolicyUpdatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_moved_details": {"fq_name": "team_log.EventDetails.group_moved_details", "param_name": "groupMovedDetailsValue", "static_instance": null, "getter_method": "getGroupMovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_remove_external_id_details": {"fq_name": "team_log.EventDetails.group_remove_external_id_details", "param_name": "groupRemoveExternalIdDetailsValue", "static_instance": null, "getter_method": "getGroupRemoveExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_remove_member_details": {"fq_name": "team_log.EventDetails.group_remove_member_details", "param_name": "groupRemoveMemberDetailsValue", "static_instance": null, "getter_method": "getGroupRemoveMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_rename_details": {"fq_name": "team_log.EventDetails.group_rename_details", "param_name": "groupRenameDetailsValue", "static_instance": null, "getter_method": "getGroupRenameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_lock_or_unlocked_details": {"fq_name": "team_log.EventDetails.account_lock_or_unlocked_details", "param_name": "accountLockOrUnlockedDetailsValue", "static_instance": null, "getter_method": "getAccountLockOrUnlockedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_error_details": {"fq_name": "team_log.EventDetails.emm_error_details", "param_name": "emmErrorDetailsValue", "static_instance": null, "getter_method": "getEmmErrorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.guest_admin_signed_in_via_trusted_teams_details": {"fq_name": "team_log.EventDetails.guest_admin_signed_in_via_trusted_teams_details", "param_name": "guestAdminSignedInViaTrustedTeamsDetailsValue", "static_instance": null, "getter_method": "getGuestAdminSignedInViaTrustedTeamsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.guest_admin_signed_out_via_trusted_teams_details": {"fq_name": "team_log.EventDetails.guest_admin_signed_out_via_trusted_teams_details", "param_name": "guestAdminSignedOutViaTrustedTeamsDetailsValue", "static_instance": null, "getter_method": "getGuestAdminSignedOutViaTrustedTeamsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.login_fail_details": {"fq_name": "team_log.EventDetails.login_fail_details", "param_name": "loginFailDetailsValue", "static_instance": null, "getter_method": "getLoginFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.login_success_details": {"fq_name": "team_log.EventDetails.login_success_details", "param_name": "loginSuccessDetailsValue", "static_instance": null, "getter_method": "getLoginSuccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.logout_details": {"fq_name": "team_log.EventDetails.logout_details", "param_name": "logoutDetailsValue", "static_instance": null, "getter_method": "getLogoutDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.reseller_support_session_end_details": {"fq_name": "team_log.EventDetails.reseller_support_session_end_details", "param_name": "resellerSupportSessionEndDetailsValue", "static_instance": null, "getter_method": "getResellerSupportSessionEndDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.reseller_support_session_start_details": {"fq_name": "team_log.EventDetails.reseller_support_session_start_details", "param_name": "resellerSupportSessionStartDetailsValue", "static_instance": null, "getter_method": "getResellerSupportSessionStartDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_in_as_session_end_details": {"fq_name": "team_log.EventDetails.sign_in_as_session_end_details", "param_name": "signInAsSessionEndDetailsValue", "static_instance": null, "getter_method": "getSignInAsSessionEndDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_in_as_session_start_details": {"fq_name": "team_log.EventDetails.sign_in_as_session_start_details", "param_name": "signInAsSessionStartDetailsValue", "static_instance": null, "getter_method": "getSignInAsSessionStartDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_error_details": {"fq_name": "team_log.EventDetails.sso_error_details", "param_name": "ssoErrorDetailsValue", "static_instance": null, "getter_method": "getSsoErrorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.addon_assigned_details": {"fq_name": "team_log.EventDetails.addon_assigned_details", "param_name": "addonAssignedDetailsValue", "static_instance": null, "getter_method": "getAddonAssignedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.addon_removed_details": {"fq_name": "team_log.EventDetails.addon_removed_details", "param_name": "addonRemovedDetailsValue", "static_instance": null, "getter_method": "getAddonRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.backup_admin_invitation_sent_details": {"fq_name": "team_log.EventDetails.backup_admin_invitation_sent_details", "param_name": "backupAdminInvitationSentDetailsValue", "static_instance": null, "getter_method": "getBackupAdminInvitationSentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.backup_invitation_opened_details": {"fq_name": "team_log.EventDetails.backup_invitation_opened_details", "param_name": "backupInvitationOpenedDetailsValue", "static_instance": null, "getter_method": "getBackupInvitationOpenedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.create_team_invite_link_details": {"fq_name": "team_log.EventDetails.create_team_invite_link_details", "param_name": "createTeamInviteLinkDetailsValue", "static_instance": null, "getter_method": "getCreateTeamInviteLinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.delete_team_invite_link_details": {"fq_name": "team_log.EventDetails.delete_team_invite_link_details", "param_name": "deleteTeamInviteLinkDetailsValue", "static_instance": null, "getter_method": "getDeleteTeamInviteLinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_add_external_id_details": {"fq_name": "team_log.EventDetails.member_add_external_id_details", "param_name": "memberAddExternalIdDetailsValue", "static_instance": null, "getter_method": "getMemberAddExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_add_name_details": {"fq_name": "team_log.EventDetails.member_add_name_details", "param_name": "memberAddNameDetailsValue", "static_instance": null, "getter_method": "getMemberAddNameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_admin_role_details": {"fq_name": "team_log.EventDetails.member_change_admin_role_details", "param_name": "memberChangeAdminRoleDetailsValue", "static_instance": null, "getter_method": "getMemberChangeAdminRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_email_details": {"fq_name": "team_log.EventDetails.member_change_email_details", "param_name": "memberChangeEmailDetailsValue", "static_instance": null, "getter_method": "getMemberChangeEmailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_external_id_details": {"fq_name": "team_log.EventDetails.member_change_external_id_details", "param_name": "memberChangeExternalIdDetailsValue", "static_instance": null, "getter_method": "getMemberChangeExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_membership_type_details": {"fq_name": "team_log.EventDetails.member_change_membership_type_details", "param_name": "memberChangeMembershipTypeDetailsValue", "static_instance": null, "getter_method": "getMemberChangeMembershipTypeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_name_details": {"fq_name": "team_log.EventDetails.member_change_name_details", "param_name": "memberChangeNameDetailsValue", "static_instance": null, "getter_method": "getMemberChangeNameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_reseller_role_details": {"fq_name": "team_log.EventDetails.member_change_reseller_role_details", "param_name": "memberChangeResellerRoleDetailsValue", "static_instance": null, "getter_method": "getMemberChangeResellerRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_change_status_details": {"fq_name": "team_log.EventDetails.member_change_status_details", "param_name": "memberChangeStatusDetailsValue", "static_instance": null, "getter_method": "getMemberChangeStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_delete_manual_contacts_details": {"fq_name": "team_log.EventDetails.member_delete_manual_contacts_details", "param_name": "memberDeleteManualContactsDetailsValue", "static_instance": null, "getter_method": "getMemberDeleteManualContactsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_delete_profile_photo_details": {"fq_name": "team_log.EventDetails.member_delete_profile_photo_details", "param_name": "memberDeleteProfilePhotoDetailsValue", "static_instance": null, "getter_method": "getMemberDeleteProfilePhotoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_permanently_delete_account_contents_details": {"fq_name": "team_log.EventDetails.member_permanently_delete_account_contents_details", "param_name": "memberPermanentlyDeleteAccountContentsDetailsValue", "static_instance": null, "getter_method": "getMemberPermanentlyDeleteAccountContentsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_remove_external_id_details": {"fq_name": "team_log.EventDetails.member_remove_external_id_details", "param_name": "memberRemoveExternalIdDetailsValue", "static_instance": null, "getter_method": "getMemberRemoveExternalIdDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_set_profile_photo_details": {"fq_name": "team_log.EventDetails.member_set_profile_photo_details", "param_name": "memberSetProfilePhotoDetailsValue", "static_instance": null, "getter_method": "getMemberSetProfilePhotoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_add_custom_quota_details": {"fq_name": "team_log.EventDetails.member_space_limits_add_custom_quota_details", "param_name": "memberSpaceLimitsAddCustomQuotaDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsAddCustomQuotaDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_change_custom_quota_details": {"fq_name": "team_log.EventDetails.member_space_limits_change_custom_quota_details", "param_name": "memberSpaceLimitsChangeCustomQuotaDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeCustomQuotaDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_change_status_details": {"fq_name": "team_log.EventDetails.member_space_limits_change_status_details", "param_name": "memberSpaceLimitsChangeStatusDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_remove_custom_quota_details": {"fq_name": "team_log.EventDetails.member_space_limits_remove_custom_quota_details", "param_name": "memberSpaceLimitsRemoveCustomQuotaDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsRemoveCustomQuotaDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_suggest_details": {"fq_name": "team_log.EventDetails.member_suggest_details", "param_name": "memberSuggestDetailsValue", "static_instance": null, "getter_method": "getMemberSuggestDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_transfer_account_contents_details": {"fq_name": "team_log.EventDetails.member_transfer_account_contents_details", "param_name": "memberTransferAccountContentsDetailsValue", "static_instance": null, "getter_method": "getMemberTransferAccountContentsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.pending_secondary_email_added_details": {"fq_name": "team_log.EventDetails.pending_secondary_email_added_details", "param_name": "pendingSecondaryEmailAddedDetailsValue", "static_instance": null, "getter_method": "getPendingSecondaryEmailAddedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.product_assigned_to_member_details": {"fq_name": "team_log.EventDetails.product_assigned_to_member_details", "param_name": "productAssignedToMemberDetailsValue", "static_instance": null, "getter_method": "getProductAssignedToMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.product_removed_from_member_details": {"fq_name": "team_log.EventDetails.product_removed_from_member_details", "param_name": "productRemovedFromMemberDetailsValue", "static_instance": null, "getter_method": "getProductRemovedFromMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.secondary_email_deleted_details": {"fq_name": "team_log.EventDetails.secondary_email_deleted_details", "param_name": "secondaryEmailDeletedDetailsValue", "static_instance": null, "getter_method": "getSecondaryEmailDeletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.secondary_email_verified_details": {"fq_name": "team_log.EventDetails.secondary_email_verified_details", "param_name": "secondaryEmailVerifiedDetailsValue", "static_instance": null, "getter_method": "getSecondaryEmailVerifiedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.secondary_mails_policy_changed_details": {"fq_name": "team_log.EventDetails.secondary_mails_policy_changed_details", "param_name": "secondaryMailsPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getSecondaryMailsPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_add_page_details": {"fq_name": "team_log.EventDetails.binder_add_page_details", "param_name": "binderAddPageDetailsValue", "static_instance": null, "getter_method": "getBinderAddPageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_add_section_details": {"fq_name": "team_log.EventDetails.binder_add_section_details", "param_name": "binderAddSectionDetailsValue", "static_instance": null, "getter_method": "getBinderAddSectionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_remove_page_details": {"fq_name": "team_log.EventDetails.binder_remove_page_details", "param_name": "binderRemovePageDetailsValue", "static_instance": null, "getter_method": "getBinderRemovePageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_remove_section_details": {"fq_name": "team_log.EventDetails.binder_remove_section_details", "param_name": "binderRemoveSectionDetailsValue", "static_instance": null, "getter_method": "getBinderRemoveSectionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_rename_page_details": {"fq_name": "team_log.EventDetails.binder_rename_page_details", "param_name": "binderRenamePageDetailsValue", "static_instance": null, "getter_method": "getBinderRenamePageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_rename_section_details": {"fq_name": "team_log.EventDetails.binder_rename_section_details", "param_name": "binderRenameSectionDetailsValue", "static_instance": null, "getter_method": "getBinderRenameSectionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_reorder_page_details": {"fq_name": "team_log.EventDetails.binder_reorder_page_details", "param_name": "binderReorderPageDetailsValue", "static_instance": null, "getter_method": "getBinderReorderPageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.binder_reorder_section_details": {"fq_name": "team_log.EventDetails.binder_reorder_section_details", "param_name": "binderReorderSectionDetailsValue", "static_instance": null, "getter_method": "getBinderReorderSectionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_add_member_details": {"fq_name": "team_log.EventDetails.paper_content_add_member_details", "param_name": "paperContentAddMemberDetailsValue", "static_instance": null, "getter_method": "getPaperContentAddMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_add_to_folder_details": {"fq_name": "team_log.EventDetails.paper_content_add_to_folder_details", "param_name": "paperContentAddToFolderDetailsValue", "static_instance": null, "getter_method": "getPaperContentAddToFolderDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_archive_details": {"fq_name": "team_log.EventDetails.paper_content_archive_details", "param_name": "paperContentArchiveDetailsValue", "static_instance": null, "getter_method": "getPaperContentArchiveDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_create_details": {"fq_name": "team_log.EventDetails.paper_content_create_details", "param_name": "paperContentCreateDetailsValue", "static_instance": null, "getter_method": "getPaperContentCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_permanently_delete_details": {"fq_name": "team_log.EventDetails.paper_content_permanently_delete_details", "param_name": "paperContentPermanentlyDeleteDetailsValue", "static_instance": null, "getter_method": "getPaperContentPermanentlyDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_remove_from_folder_details": {"fq_name": "team_log.EventDetails.paper_content_remove_from_folder_details", "param_name": "paperContentRemoveFromFolderDetailsValue", "static_instance": null, "getter_method": "getPaperContentRemoveFromFolderDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_remove_member_details": {"fq_name": "team_log.EventDetails.paper_content_remove_member_details", "param_name": "paperContentRemoveMemberDetailsValue", "static_instance": null, "getter_method": "getPaperContentRemoveMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_rename_details": {"fq_name": "team_log.EventDetails.paper_content_rename_details", "param_name": "paperContentRenameDetailsValue", "static_instance": null, "getter_method": "getPaperContentRenameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_content_restore_details": {"fq_name": "team_log.EventDetails.paper_content_restore_details", "param_name": "paperContentRestoreDetailsValue", "static_instance": null, "getter_method": "getPaperContentRestoreDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_add_comment_details": {"fq_name": "team_log.EventDetails.paper_doc_add_comment_details", "param_name": "paperDocAddCommentDetailsValue", "static_instance": null, "getter_method": "getPaperDocAddCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_change_member_role_details": {"fq_name": "team_log.EventDetails.paper_doc_change_member_role_details", "param_name": "paperDocChangeMemberRoleDetailsValue", "static_instance": null, "getter_method": "getPaperDocChangeMemberRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_change_sharing_policy_details": {"fq_name": "team_log.EventDetails.paper_doc_change_sharing_policy_details", "param_name": "paperDocChangeSharingPolicyDetailsValue", "static_instance": null, "getter_method": "getPaperDocChangeSharingPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_change_subscription_details": {"fq_name": "team_log.EventDetails.paper_doc_change_subscription_details", "param_name": "paperDocChangeSubscriptionDetailsValue", "static_instance": null, "getter_method": "getPaperDocChangeSubscriptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_deleted_details": {"fq_name": "team_log.EventDetails.paper_doc_deleted_details", "param_name": "paperDocDeletedDetailsValue", "static_instance": null, "getter_method": "getPaperDocDeletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_delete_comment_details": {"fq_name": "team_log.EventDetails.paper_doc_delete_comment_details", "param_name": "paperDocDeleteCommentDetailsValue", "static_instance": null, "getter_method": "getPaperDocDeleteCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_download_details": {"fq_name": "team_log.EventDetails.paper_doc_download_details", "param_name": "paperDocDownloadDetailsValue", "static_instance": null, "getter_method": "getPaperDocDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_edit_details": {"fq_name": "team_log.EventDetails.paper_doc_edit_details", "param_name": "paperDocEditDetailsValue", "static_instance": null, "getter_method": "getPaperDocEditDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_edit_comment_details": {"fq_name": "team_log.EventDetails.paper_doc_edit_comment_details", "param_name": "paperDocEditCommentDetailsValue", "static_instance": null, "getter_method": "getPaperDocEditCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_followed_details": {"fq_name": "team_log.EventDetails.paper_doc_followed_details", "param_name": "paperDocFollowedDetailsValue", "static_instance": null, "getter_method": "getPaperDocFollowedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_mention_details": {"fq_name": "team_log.EventDetails.paper_doc_mention_details", "param_name": "paperDocMentionDetailsValue", "static_instance": null, "getter_method": "getPaperDocMentionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_ownership_changed_details": {"fq_name": "team_log.EventDetails.paper_doc_ownership_changed_details", "param_name": "paperDocOwnershipChangedDetailsValue", "static_instance": null, "getter_method": "getPaperDocOwnershipChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_request_access_details": {"fq_name": "team_log.EventDetails.paper_doc_request_access_details", "param_name": "paperDocRequestAccessDetailsValue", "static_instance": null, "getter_method": "getPaperDocRequestAccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_resolve_comment_details": {"fq_name": "team_log.EventDetails.paper_doc_resolve_comment_details", "param_name": "paperDocResolveCommentDetailsValue", "static_instance": null, "getter_method": "getPaperDocResolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_revert_details": {"fq_name": "team_log.EventDetails.paper_doc_revert_details", "param_name": "paperDocRevertDetailsValue", "static_instance": null, "getter_method": "getPaperDocRevertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_slack_share_details": {"fq_name": "team_log.EventDetails.paper_doc_slack_share_details", "param_name": "paperDocSlackShareDetailsValue", "static_instance": null, "getter_method": "getPaperDocSlackShareDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_team_invite_details": {"fq_name": "team_log.EventDetails.paper_doc_team_invite_details", "param_name": "paperDocTeamInviteDetailsValue", "static_instance": null, "getter_method": "getPaperDocTeamInviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_trashed_details": {"fq_name": "team_log.EventDetails.paper_doc_trashed_details", "param_name": "paperDocTrashedDetailsValue", "static_instance": null, "getter_method": "getPaperDocTrashedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_unresolve_comment_details": {"fq_name": "team_log.EventDetails.paper_doc_unresolve_comment_details", "param_name": "paperDocUnresolveCommentDetailsValue", "static_instance": null, "getter_method": "getPaperDocUnresolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_untrashed_details": {"fq_name": "team_log.EventDetails.paper_doc_untrashed_details", "param_name": "paperDocUntrashedDetailsValue", "static_instance": null, "getter_method": "getPaperDocUntrashedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_doc_view_details": {"fq_name": "team_log.EventDetails.paper_doc_view_details", "param_name": "paperDocViewDetailsValue", "static_instance": null, "getter_method": "getPaperDocViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_external_view_allow_details": {"fq_name": "team_log.EventDetails.paper_external_view_allow_details", "param_name": "paperExternalViewAllowDetailsValue", "static_instance": null, "getter_method": "getPaperExternalViewAllowDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_external_view_default_team_details": {"fq_name": "team_log.EventDetails.paper_external_view_default_team_details", "param_name": "paperExternalViewDefaultTeamDetailsValue", "static_instance": null, "getter_method": "getPaperExternalViewDefaultTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_external_view_forbid_details": {"fq_name": "team_log.EventDetails.paper_external_view_forbid_details", "param_name": "paperExternalViewForbidDetailsValue", "static_instance": null, "getter_method": "getPaperExternalViewForbidDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_folder_change_subscription_details": {"fq_name": "team_log.EventDetails.paper_folder_change_subscription_details", "param_name": "paperFolderChangeSubscriptionDetailsValue", "static_instance": null, "getter_method": "getPaperFolderChangeSubscriptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_folder_deleted_details": {"fq_name": "team_log.EventDetails.paper_folder_deleted_details", "param_name": "paperFolderDeletedDetailsValue", "static_instance": null, "getter_method": "getPaperFolderDeletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_folder_followed_details": {"fq_name": "team_log.EventDetails.paper_folder_followed_details", "param_name": "paperFolderFollowedDetailsValue", "static_instance": null, "getter_method": "getPaperFolderFollowedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_folder_team_invite_details": {"fq_name": "team_log.EventDetails.paper_folder_team_invite_details", "param_name": "paperFolderTeamInviteDetailsValue", "static_instance": null, "getter_method": "getPaperFolderTeamInviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_published_link_change_permission_details": {"fq_name": "team_log.EventDetails.paper_published_link_change_permission_details", "param_name": "paperPublishedLinkChangePermissionDetailsValue", "static_instance": null, "getter_method": "getPaperPublishedLinkChangePermissionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_published_link_create_details": {"fq_name": "team_log.EventDetails.paper_published_link_create_details", "param_name": "paperPublishedLinkCreateDetailsValue", "static_instance": null, "getter_method": "getPaperPublishedLinkCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_published_link_disabled_details": {"fq_name": "team_log.EventDetails.paper_published_link_disabled_details", "param_name": "paperPublishedLinkDisabledDetailsValue", "static_instance": null, "getter_method": "getPaperPublishedLinkDisabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_published_link_view_details": {"fq_name": "team_log.EventDetails.paper_published_link_view_details", "param_name": "paperPublishedLinkViewDetailsValue", "static_instance": null, "getter_method": "getPaperPublishedLinkViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.password_change_details": {"fq_name": "team_log.EventDetails.password_change_details", "param_name": "passwordChangeDetailsValue", "static_instance": null, "getter_method": "getPasswordChangeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.password_reset_details": {"fq_name": "team_log.EventDetails.password_reset_details", "param_name": "passwordResetDetailsValue", "static_instance": null, "getter_method": "getPasswordResetDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.password_reset_all_details": {"fq_name": "team_log.EventDetails.password_reset_all_details", "param_name": "passwordResetAllDetailsValue", "static_instance": null, "getter_method": "getPasswordResetAllDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.classification_create_report_details": {"fq_name": "team_log.EventDetails.classification_create_report_details", "param_name": "classificationCreateReportDetailsValue", "static_instance": null, "getter_method": "getClassificationCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.classification_create_report_fail_details": {"fq_name": "team_log.EventDetails.classification_create_report_fail_details", "param_name": "classificationCreateReportFailDetailsValue", "static_instance": null, "getter_method": "getClassificationCreateReportFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_create_exceptions_report_details": {"fq_name": "team_log.EventDetails.emm_create_exceptions_report_details", "param_name": "emmCreateExceptionsReportDetailsValue", "static_instance": null, "getter_method": "getEmmCreateExceptionsReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_create_usage_report_details": {"fq_name": "team_log.EventDetails.emm_create_usage_report_details", "param_name": "emmCreateUsageReportDetailsValue", "static_instance": null, "getter_method": "getEmmCreateUsageReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.export_members_report_details": {"fq_name": "team_log.EventDetails.export_members_report_details", "param_name": "exportMembersReportDetailsValue", "static_instance": null, "getter_method": "getExportMembersReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.export_members_report_fail_details": {"fq_name": "team_log.EventDetails.export_members_report_fail_details", "param_name": "exportMembersReportFailDetailsValue", "static_instance": null, "getter_method": "getExportMembersReportFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.external_sharing_create_report_details": {"fq_name": "team_log.EventDetails.external_sharing_create_report_details", "param_name": "externalSharingCreateReportDetailsValue", "static_instance": null, "getter_method": "getExternalSharingCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.external_sharing_report_failed_details": {"fq_name": "team_log.EventDetails.external_sharing_report_failed_details", "param_name": "externalSharingReportFailedDetailsValue", "static_instance": null, "getter_method": "getExternalSharingReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_access_details_create_report_details": {"fq_name": "team_log.EventDetails.member_access_details_create_report_details", "param_name": "memberAccessDetailsCreateReportDetailsValue", "static_instance": null, "getter_method": "getMemberAccessDetailsCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_access_details_create_report_failed_details": {"fq_name": "team_log.EventDetails.member_access_details_create_report_failed_details", "param_name": "memberAccessDetailsCreateReportFailedDetailsValue", "static_instance": null, "getter_method": "getMemberAccessDetailsCreateReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_expiration_link_gen_create_report_details": {"fq_name": "team_log.EventDetails.no_expiration_link_gen_create_report_details", "param_name": "noExpirationLinkGenCreateReportDetailsValue", "static_instance": null, "getter_method": "getNoExpirationLinkGenCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_expiration_link_gen_report_failed_details": {"fq_name": "team_log.EventDetails.no_expiration_link_gen_report_failed_details", "param_name": "noExpirationLinkGenReportFailedDetailsValue", "static_instance": null, "getter_method": "getNoExpirationLinkGenReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_password_link_gen_create_report_details": {"fq_name": "team_log.EventDetails.no_password_link_gen_create_report_details", "param_name": "noPasswordLinkGenCreateReportDetailsValue", "static_instance": null, "getter_method": "getNoPasswordLinkGenCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_password_link_gen_report_failed_details": {"fq_name": "team_log.EventDetails.no_password_link_gen_report_failed_details", "param_name": "noPasswordLinkGenReportFailedDetailsValue", "static_instance": null, "getter_method": "getNoPasswordLinkGenReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_password_link_view_create_report_details": {"fq_name": "team_log.EventDetails.no_password_link_view_create_report_details", "param_name": "noPasswordLinkViewCreateReportDetailsValue", "static_instance": null, "getter_method": "getNoPasswordLinkViewCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.no_password_link_view_report_failed_details": {"fq_name": "team_log.EventDetails.no_password_link_view_report_failed_details", "param_name": "noPasswordLinkViewReportFailedDetailsValue", "static_instance": null, "getter_method": "getNoPasswordLinkViewReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.outdated_link_view_create_report_details": {"fq_name": "team_log.EventDetails.outdated_link_view_create_report_details", "param_name": "outdatedLinkViewCreateReportDetailsValue", "static_instance": null, "getter_method": "getOutdatedLinkViewCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.outdated_link_view_report_failed_details": {"fq_name": "team_log.EventDetails.outdated_link_view_report_failed_details", "param_name": "outdatedLinkViewReportFailedDetailsValue", "static_instance": null, "getter_method": "getOutdatedLinkViewReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_admin_export_start_details": {"fq_name": "team_log.EventDetails.paper_admin_export_start_details", "param_name": "paperAdminExportStartDetailsValue", "static_instance": null, "getter_method": "getPaperAdminExportStartDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ransomware_alert_create_report_details": {"fq_name": "team_log.EventDetails.ransomware_alert_create_report_details", "param_name": "ransomwareAlertCreateReportDetailsValue", "static_instance": null, "getter_method": "getRansomwareAlertCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ransomware_alert_create_report_failed_details": {"fq_name": "team_log.EventDetails.ransomware_alert_create_report_failed_details", "param_name": "ransomwareAlertCreateReportFailedDetailsValue", "static_instance": null, "getter_method": "getRansomwareAlertCreateReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folders_create_report_details": {"fq_name": "team_log.EventDetails.shared_folders_create_report_details", "param_name": "sharedFoldersCreateReportDetailsValue", "static_instance": null, "getter_method": "getSharedFoldersCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folders_create_report_failed_details": {"fq_name": "team_log.EventDetails.shared_folders_create_report_failed_details", "param_name": "sharedFoldersCreateReportFailedDetailsValue", "static_instance": null, "getter_method": "getSharedFoldersCreateReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.smart_sync_create_admin_privilege_report_details": {"fq_name": "team_log.EventDetails.smart_sync_create_admin_privilege_report_details", "param_name": "smartSyncCreateAdminPrivilegeReportDetailsValue", "static_instance": null, "getter_method": "getSmartSyncCreateAdminPrivilegeReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_activity_create_report_details": {"fq_name": "team_log.EventDetails.team_activity_create_report_details", "param_name": "teamActivityCreateReportDetailsValue", "static_instance": null, "getter_method": "getTeamActivityCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_activity_create_report_fail_details": {"fq_name": "team_log.EventDetails.team_activity_create_report_fail_details", "param_name": "teamActivityCreateReportFailDetailsValue", "static_instance": null, "getter_method": "getTeamActivityCreateReportFailDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folders_create_report_details": {"fq_name": "team_log.EventDetails.team_folders_create_report_details", "param_name": "teamFoldersCreateReportDetailsValue", "static_instance": null, "getter_method": "getTeamFoldersCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folders_create_report_failed_details": {"fq_name": "team_log.EventDetails.team_folders_create_report_failed_details", "param_name": "teamFoldersCreateReportFailedDetailsValue", "static_instance": null, "getter_method": "getTeamFoldersCreateReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_storage_create_report_details": {"fq_name": "team_log.EventDetails.team_storage_create_report_details", "param_name": "teamStorageCreateReportDetailsValue", "static_instance": null, "getter_method": "getTeamStorageCreateReportDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_storage_create_report_failed_details": {"fq_name": "team_log.EventDetails.team_storage_create_report_failed_details", "param_name": "teamStorageCreateReportFailedDetailsValue", "static_instance": null, "getter_method": "getTeamStorageCreateReportFailedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.collection_share_details": {"fq_name": "team_log.EventDetails.collection_share_details", "param_name": "collectionShareDetailsValue", "static_instance": null, "getter_method": "getCollectionShareDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_file_add_details": {"fq_name": "team_log.EventDetails.file_transfers_file_add_details", "param_name": "fileTransfersFileAddDetailsValue", "static_instance": null, "getter_method": "getFileTransfersFileAddDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_transfer_delete_details": {"fq_name": "team_log.EventDetails.file_transfers_transfer_delete_details", "param_name": "fileTransfersTransferDeleteDetailsValue", "static_instance": null, "getter_method": "getFileTransfersTransferDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_transfer_download_details": {"fq_name": "team_log.EventDetails.file_transfers_transfer_download_details", "param_name": "fileTransfersTransferDownloadDetailsValue", "static_instance": null, "getter_method": "getFileTransfersTransferDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_transfer_send_details": {"fq_name": "team_log.EventDetails.file_transfers_transfer_send_details", "param_name": "fileTransfersTransferSendDetailsValue", "static_instance": null, "getter_method": "getFileTransfersTransferSendDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_transfer_view_details": {"fq_name": "team_log.EventDetails.file_transfers_transfer_view_details", "param_name": "fileTransfersTransferViewDetailsValue", "static_instance": null, "getter_method": "getFileTransfersTransferViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.note_acl_invite_only_details": {"fq_name": "team_log.EventDetails.note_acl_invite_only_details", "param_name": "noteAclInviteOnlyDetailsValue", "static_instance": null, "getter_method": "getNoteAclInviteOnlyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.note_acl_link_details": {"fq_name": "team_log.EventDetails.note_acl_link_details", "param_name": "noteAclLinkDetailsValue", "static_instance": null, "getter_method": "getNoteAclLinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.note_acl_team_link_details": {"fq_name": "team_log.EventDetails.note_acl_team_link_details", "param_name": "noteAclTeamLinkDetailsValue", "static_instance": null, "getter_method": "getNoteAclTeamLinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.note_shared_details": {"fq_name": "team_log.EventDetails.note_shared_details", "param_name": "noteSharedDetailsValue", "static_instance": null, "getter_method": "getNoteSharedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.note_share_receive_details": {"fq_name": "team_log.EventDetails.note_share_receive_details", "param_name": "noteShareReceiveDetailsValue", "static_instance": null, "getter_method": "getNoteShareReceiveDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.open_note_shared_details": {"fq_name": "team_log.EventDetails.open_note_shared_details", "param_name": "openNoteSharedDetailsValue", "static_instance": null, "getter_method": "getOpenNoteSharedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_file_shared_link_created_details": {"fq_name": "team_log.EventDetails.replay_file_shared_link_created_details", "param_name": "replayFileSharedLinkCreatedDetailsValue", "static_instance": null, "getter_method": "getReplayFileSharedLinkCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_file_shared_link_modified_details": {"fq_name": "team_log.EventDetails.replay_file_shared_link_modified_details", "param_name": "replayFileSharedLinkModifiedDetailsValue", "static_instance": null, "getter_method": "getReplayFileSharedLinkModifiedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_project_team_add_details": {"fq_name": "team_log.EventDetails.replay_project_team_add_details", "param_name": "replayProjectTeamAddDetailsValue", "static_instance": null, "getter_method": "getReplayProjectTeamAddDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_project_team_delete_details": {"fq_name": "team_log.EventDetails.replay_project_team_delete_details", "param_name": "replayProjectTeamDeleteDetailsValue", "static_instance": null, "getter_method": "getReplayProjectTeamDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_and_track_file_added_details": {"fq_name": "team_log.EventDetails.send_and_track_file_added_details", "param_name": "sendAndTrackFileAddedDetailsValue", "static_instance": null, "getter_method": "getSendAndTrackFileAddedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_and_track_file_renamed_details": {"fq_name": "team_log.EventDetails.send_and_track_file_renamed_details", "param_name": "sendAndTrackFileRenamedDetailsValue", "static_instance": null, "getter_method": "getSendAndTrackFileRenamedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_and_track_file_updated_details": {"fq_name": "team_log.EventDetails.send_and_track_file_updated_details", "param_name": "sendAndTrackFileUpdatedDetailsValue", "static_instance": null, "getter_method": "getSendAndTrackFileUpdatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_and_track_link_created_details": {"fq_name": "team_log.EventDetails.send_and_track_link_created_details", "param_name": "sendAndTrackLinkCreatedDetailsValue", "static_instance": null, "getter_method": "getSendAndTrackLinkCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_and_track_link_deleted_details": {"fq_name": "team_log.EventDetails.send_and_track_link_deleted_details", "param_name": "sendAndTrackLinkDeletedDetailsValue", "static_instance": null, "getter_method": "getSendAndTrackLinkDeletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_and_track_link_updated_details": {"fq_name": "team_log.EventDetails.send_and_track_link_updated_details", "param_name": "sendAndTrackLinkUpdatedDetailsValue", "static_instance": null, "getter_method": "getSendAndTrackLinkUpdatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_and_track_link_viewed_details": {"fq_name": "team_log.EventDetails.send_and_track_link_viewed_details", "param_name": "sendAndTrackLinkViewedDetailsValue", "static_instance": null, "getter_method": "getSendAndTrackLinkViewedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_and_track_removed_file_and_associated_links_details": {"fq_name": "team_log.EventDetails.send_and_track_removed_file_and_associated_links_details", "param_name": "sendAndTrackRemovedFileAndAssociatedLinksDetailsValue", "static_instance": null, "getter_method": "getSendAndTrackRemovedFileAndAssociatedLinksDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_add_group_details": {"fq_name": "team_log.EventDetails.sf_add_group_details", "param_name": "sfAddGroupDetailsValue", "static_instance": null, "getter_method": "getSfAddGroupDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_allow_non_members_to_view_shared_links_details": {"fq_name": "team_log.EventDetails.sf_allow_non_members_to_view_shared_links_details", "param_name": "sfAllowNonMembersToViewSharedLinksDetailsValue", "static_instance": null, "getter_method": "getSfAllowNonMembersToViewSharedLinksDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_external_invite_warn_details": {"fq_name": "team_log.EventDetails.sf_external_invite_warn_details", "param_name": "sfExternalInviteWarnDetailsValue", "static_instance": null, "getter_method": "getSfExternalInviteWarnDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_fb_invite_details": {"fq_name": "team_log.EventDetails.sf_fb_invite_details", "param_name": "sfFbInviteDetailsValue", "static_instance": null, "getter_method": "getSfFbInviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_fb_invite_change_role_details": {"fq_name": "team_log.EventDetails.sf_fb_invite_change_role_details", "param_name": "sfFbInviteChangeRoleDetailsValue", "static_instance": null, "getter_method": "getSfFbInviteChangeRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_fb_uninvite_details": {"fq_name": "team_log.EventDetails.sf_fb_uninvite_details", "param_name": "sfFbUninviteDetailsValue", "static_instance": null, "getter_method": "getSfFbUninviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_invite_group_details": {"fq_name": "team_log.EventDetails.sf_invite_group_details", "param_name": "sfInviteGroupDetailsValue", "static_instance": null, "getter_method": "getSfInviteGroupDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_grant_access_details": {"fq_name": "team_log.EventDetails.sf_team_grant_access_details", "param_name": "sfTeamGrantAccessDetailsValue", "static_instance": null, "getter_method": "getSfTeamGrantAccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_invite_details": {"fq_name": "team_log.EventDetails.sf_team_invite_details", "param_name": "sfTeamInviteDetailsValue", "static_instance": null, "getter_method": "getSfTeamInviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_invite_change_role_details": {"fq_name": "team_log.EventDetails.sf_team_invite_change_role_details", "param_name": "sfTeamInviteChangeRoleDetailsValue", "static_instance": null, "getter_method": "getSfTeamInviteChangeRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_join_details": {"fq_name": "team_log.EventDetails.sf_team_join_details", "param_name": "sfTeamJoinDetailsValue", "static_instance": null, "getter_method": "getSfTeamJoinDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_join_from_oob_link_details": {"fq_name": "team_log.EventDetails.sf_team_join_from_oob_link_details", "param_name": "sfTeamJoinFromOobLinkDetailsValue", "static_instance": null, "getter_method": "getSfTeamJoinFromOobLinkDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sf_team_uninvite_details": {"fq_name": "team_log.EventDetails.sf_team_uninvite_details", "param_name": "sfTeamUninviteDetailsValue", "static_instance": null, "getter_method": "getSfTeamUninviteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_add_invitees_details": {"fq_name": "team_log.EventDetails.shared_content_add_invitees_details", "param_name": "sharedContentAddInviteesDetailsValue", "static_instance": null, "getter_method": "getSharedContentAddInviteesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_add_link_expiry_details": {"fq_name": "team_log.EventDetails.shared_content_add_link_expiry_details", "param_name": "sharedContentAddLinkExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedContentAddLinkExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_add_link_password_details": {"fq_name": "team_log.EventDetails.shared_content_add_link_password_details", "param_name": "sharedContentAddLinkPasswordDetailsValue", "static_instance": null, "getter_method": "getSharedContentAddLinkPasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_add_member_details": {"fq_name": "team_log.EventDetails.shared_content_add_member_details", "param_name": "sharedContentAddMemberDetailsValue", "static_instance": null, "getter_method": "getSharedContentAddMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_downloads_policy_details": {"fq_name": "team_log.EventDetails.shared_content_change_downloads_policy_details", "param_name": "sharedContentChangeDownloadsPolicyDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeDownloadsPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_invitee_role_details": {"fq_name": "team_log.EventDetails.shared_content_change_invitee_role_details", "param_name": "sharedContentChangeInviteeRoleDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeInviteeRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_link_audience_details": {"fq_name": "team_log.EventDetails.shared_content_change_link_audience_details", "param_name": "sharedContentChangeLinkAudienceDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkAudienceDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_link_expiry_details": {"fq_name": "team_log.EventDetails.shared_content_change_link_expiry_details", "param_name": "sharedContentChangeLinkExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_link_password_details": {"fq_name": "team_log.EventDetails.shared_content_change_link_password_details", "param_name": "sharedContentChangeLinkPasswordDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkPasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_member_role_details": {"fq_name": "team_log.EventDetails.shared_content_change_member_role_details", "param_name": "sharedContentChangeMemberRoleDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeMemberRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_change_viewer_info_policy_details": {"fq_name": "team_log.EventDetails.shared_content_change_viewer_info_policy_details", "param_name": "sharedContentChangeViewerInfoPolicyDetailsValue", "static_instance": null, "getter_method": "getSharedContentChangeViewerInfoPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_claim_invitation_details": {"fq_name": "team_log.EventDetails.shared_content_claim_invitation_details", "param_name": "sharedContentClaimInvitationDetailsValue", "static_instance": null, "getter_method": "getSharedContentClaimInvitationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_copy_details": {"fq_name": "team_log.EventDetails.shared_content_copy_details", "param_name": "sharedContentCopyDetailsValue", "static_instance": null, "getter_method": "getSharedContentCopyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_download_details": {"fq_name": "team_log.EventDetails.shared_content_download_details", "param_name": "sharedContentDownloadDetailsValue", "static_instance": null, "getter_method": "getSharedContentDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_relinquish_membership_details": {"fq_name": "team_log.EventDetails.shared_content_relinquish_membership_details", "param_name": "sharedContentRelinquishMembershipDetailsValue", "static_instance": null, "getter_method": "getSharedContentRelinquishMembershipDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_remove_invitees_details": {"fq_name": "team_log.EventDetails.shared_content_remove_invitees_details", "param_name": "sharedContentRemoveInviteesDetailsValue", "static_instance": null, "getter_method": "getSharedContentRemoveInviteesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_remove_link_expiry_details": {"fq_name": "team_log.EventDetails.shared_content_remove_link_expiry_details", "param_name": "sharedContentRemoveLinkExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedContentRemoveLinkExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_remove_link_password_details": {"fq_name": "team_log.EventDetails.shared_content_remove_link_password_details", "param_name": "sharedContentRemoveLinkPasswordDetailsValue", "static_instance": null, "getter_method": "getSharedContentRemoveLinkPasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_remove_member_details": {"fq_name": "team_log.EventDetails.shared_content_remove_member_details", "param_name": "sharedContentRemoveMemberDetailsValue", "static_instance": null, "getter_method": "getSharedContentRemoveMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_request_access_details": {"fq_name": "team_log.EventDetails.shared_content_request_access_details", "param_name": "sharedContentRequestAccessDetailsValue", "static_instance": null, "getter_method": "getSharedContentRequestAccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_restore_invitees_details": {"fq_name": "team_log.EventDetails.shared_content_restore_invitees_details", "param_name": "sharedContentRestoreInviteesDetailsValue", "static_instance": null, "getter_method": "getSharedContentRestoreInviteesDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_restore_member_details": {"fq_name": "team_log.EventDetails.shared_content_restore_member_details", "param_name": "sharedContentRestoreMemberDetailsValue", "static_instance": null, "getter_method": "getSharedContentRestoreMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_unshare_details": {"fq_name": "team_log.EventDetails.shared_content_unshare_details", "param_name": "sharedContentUnshareDetailsValue", "static_instance": null, "getter_method": "getSharedContentUnshareDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_content_view_details": {"fq_name": "team_log.EventDetails.shared_content_view_details", "param_name": "sharedContentViewDetailsValue", "static_instance": null, "getter_method": "getSharedContentViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_change_link_policy_details": {"fq_name": "team_log.EventDetails.shared_folder_change_link_policy_details", "param_name": "sharedFolderChangeLinkPolicyDetailsValue", "static_instance": null, "getter_method": "getSharedFolderChangeLinkPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_change_members_inheritance_policy_details": {"fq_name": "team_log.EventDetails.shared_folder_change_members_inheritance_policy_details", "param_name": "sharedFolderChangeMembersInheritancePolicyDetailsValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersInheritancePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_change_members_management_policy_details": {"fq_name": "team_log.EventDetails.shared_folder_change_members_management_policy_details", "param_name": "sharedFolderChangeMembersManagementPolicyDetailsValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersManagementPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_change_members_policy_details": {"fq_name": "team_log.EventDetails.shared_folder_change_members_policy_details", "param_name": "sharedFolderChangeMembersPolicyDetailsValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_create_details": {"fq_name": "team_log.EventDetails.shared_folder_create_details", "param_name": "sharedFolderCreateDetailsValue", "static_instance": null, "getter_method": "getSharedFolderCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_decline_invitation_details": {"fq_name": "team_log.EventDetails.shared_folder_decline_invitation_details", "param_name": "sharedFolderDeclineInvitationDetailsValue", "static_instance": null, "getter_method": "getSharedFolderDeclineInvitationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_mount_details": {"fq_name": "team_log.EventDetails.shared_folder_mount_details", "param_name": "sharedFolderMountDetailsValue", "static_instance": null, "getter_method": "getSharedFolderMountDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_nest_details": {"fq_name": "team_log.EventDetails.shared_folder_nest_details", "param_name": "sharedFolderNestDetailsValue", "static_instance": null, "getter_method": "getSharedFolderNestDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_transfer_ownership_details": {"fq_name": "team_log.EventDetails.shared_folder_transfer_ownership_details", "param_name": "sharedFolderTransferOwnershipDetailsValue", "static_instance": null, "getter_method": "getSharedFolderTransferOwnershipDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_folder_unmount_details": {"fq_name": "team_log.EventDetails.shared_folder_unmount_details", "param_name": "sharedFolderUnmountDetailsValue", "static_instance": null, "getter_method": "getSharedFolderUnmountDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_add_expiry_details": {"fq_name": "team_log.EventDetails.shared_link_add_expiry_details", "param_name": "sharedLinkAddExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedLinkAddExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_change_expiry_details": {"fq_name": "team_log.EventDetails.shared_link_change_expiry_details", "param_name": "sharedLinkChangeExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedLinkChangeExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_change_visibility_details": {"fq_name": "team_log.EventDetails.shared_link_change_visibility_details", "param_name": "sharedLinkChangeVisibilityDetailsValue", "static_instance": null, "getter_method": "getSharedLinkChangeVisibilityDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_copy_details": {"fq_name": "team_log.EventDetails.shared_link_copy_details", "param_name": "sharedLinkCopyDetailsValue", "static_instance": null, "getter_method": "getSharedLinkCopyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_create_details": {"fq_name": "team_log.EventDetails.shared_link_create_details", "param_name": "sharedLinkCreateDetailsValue", "static_instance": null, "getter_method": "getSharedLinkCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_disable_details": {"fq_name": "team_log.EventDetails.shared_link_disable_details", "param_name": "sharedLinkDisableDetailsValue", "static_instance": null, "getter_method": "getSharedLinkDisableDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_download_details": {"fq_name": "team_log.EventDetails.shared_link_download_details", "param_name": "sharedLinkDownloadDetailsValue", "static_instance": null, "getter_method": "getSharedLinkDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_remove_expiry_details": {"fq_name": "team_log.EventDetails.shared_link_remove_expiry_details", "param_name": "sharedLinkRemoveExpiryDetailsValue", "static_instance": null, "getter_method": "getSharedLinkRemoveExpiryDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_remove_visitor_details": {"fq_name": "team_log.EventDetails.shared_link_remove_visitor_details", "param_name": "sharedLinkRemoveVisitorDetailsValue", "static_instance": null, "getter_method": "getSharedLinkRemoveVisitorDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_add_expiration_details": {"fq_name": "team_log.EventDetails.shared_link_settings_add_expiration_details", "param_name": "sharedLinkSettingsAddExpirationDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAddExpirationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_add_password_details": {"fq_name": "team_log.EventDetails.shared_link_settings_add_password_details", "param_name": "sharedLinkSettingsAddPasswordDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAddPasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_allow_download_disabled_details": {"fq_name": "team_log.EventDetails.shared_link_settings_allow_download_disabled_details", "param_name": "sharedLinkSettingsAllowDownloadDisabledDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAllowDownloadDisabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_allow_download_enabled_details": {"fq_name": "team_log.EventDetails.shared_link_settings_allow_download_enabled_details", "param_name": "sharedLinkSettingsAllowDownloadEnabledDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAllowDownloadEnabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_change_audience_details": {"fq_name": "team_log.EventDetails.shared_link_settings_change_audience_details", "param_name": "sharedLinkSettingsChangeAudienceDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangeAudienceDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_change_expiration_details": {"fq_name": "team_log.EventDetails.shared_link_settings_change_expiration_details", "param_name": "sharedLinkSettingsChangeExpirationDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangeExpirationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_change_password_details": {"fq_name": "team_log.EventDetails.shared_link_settings_change_password_details", "param_name": "sharedLinkSettingsChangePasswordDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangePasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_remove_expiration_details": {"fq_name": "team_log.EventDetails.shared_link_settings_remove_expiration_details", "param_name": "sharedLinkSettingsRemoveExpirationDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsRemoveExpirationDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_settings_remove_password_details": {"fq_name": "team_log.EventDetails.shared_link_settings_remove_password_details", "param_name": "sharedLinkSettingsRemovePasswordDetailsValue", "static_instance": null, "getter_method": "getSharedLinkSettingsRemovePasswordDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_share_details": {"fq_name": "team_log.EventDetails.shared_link_share_details", "param_name": "sharedLinkShareDetailsValue", "static_instance": null, "getter_method": "getSharedLinkShareDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_view_details": {"fq_name": "team_log.EventDetails.shared_link_view_details", "param_name": "sharedLinkViewDetailsValue", "static_instance": null, "getter_method": "getSharedLinkViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_note_opened_details": {"fq_name": "team_log.EventDetails.shared_note_opened_details", "param_name": "sharedNoteOpenedDetailsValue", "static_instance": null, "getter_method": "getSharedNoteOpenedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shmodel_disable_downloads_details": {"fq_name": "team_log.EventDetails.shmodel_disable_downloads_details", "param_name": "shmodelDisableDownloadsDetailsValue", "static_instance": null, "getter_method": "getShmodelDisableDownloadsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shmodel_enable_downloads_details": {"fq_name": "team_log.EventDetails.shmodel_enable_downloads_details", "param_name": "shmodelEnableDownloadsDetailsValue", "static_instance": null, "getter_method": "getShmodelEnableDownloadsDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shmodel_group_share_details": {"fq_name": "team_log.EventDetails.shmodel_group_share_details", "param_name": "shmodelGroupShareDetailsValue", "static_instance": null, "getter_method": "getShmodelGroupShareDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_access_granted_details": {"fq_name": "team_log.EventDetails.showcase_access_granted_details", "param_name": "showcaseAccessGrantedDetailsValue", "static_instance": null, "getter_method": "getShowcaseAccessGrantedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_add_member_details": {"fq_name": "team_log.EventDetails.showcase_add_member_details", "param_name": "showcaseAddMemberDetailsValue", "static_instance": null, "getter_method": "getShowcaseAddMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_archived_details": {"fq_name": "team_log.EventDetails.showcase_archived_details", "param_name": "showcaseArchivedDetailsValue", "static_instance": null, "getter_method": "getShowcaseArchivedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_created_details": {"fq_name": "team_log.EventDetails.showcase_created_details", "param_name": "showcaseCreatedDetailsValue", "static_instance": null, "getter_method": "getShowcaseCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_delete_comment_details": {"fq_name": "team_log.EventDetails.showcase_delete_comment_details", "param_name": "showcaseDeleteCommentDetailsValue", "static_instance": null, "getter_method": "getShowcaseDeleteCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_edited_details": {"fq_name": "team_log.EventDetails.showcase_edited_details", "param_name": "showcaseEditedDetailsValue", "static_instance": null, "getter_method": "getShowcaseEditedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_edit_comment_details": {"fq_name": "team_log.EventDetails.showcase_edit_comment_details", "param_name": "showcaseEditCommentDetailsValue", "static_instance": null, "getter_method": "getShowcaseEditCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_file_added_details": {"fq_name": "team_log.EventDetails.showcase_file_added_details", "param_name": "showcaseFileAddedDetailsValue", "static_instance": null, "getter_method": "getShowcaseFileAddedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_file_download_details": {"fq_name": "team_log.EventDetails.showcase_file_download_details", "param_name": "showcaseFileDownloadDetailsValue", "static_instance": null, "getter_method": "getShowcaseFileDownloadDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_file_removed_details": {"fq_name": "team_log.EventDetails.showcase_file_removed_details", "param_name": "showcaseFileRemovedDetailsValue", "static_instance": null, "getter_method": "getShowcaseFileRemovedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_file_view_details": {"fq_name": "team_log.EventDetails.showcase_file_view_details", "param_name": "showcaseFileViewDetailsValue", "static_instance": null, "getter_method": "getShowcaseFileViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_permanently_deleted_details": {"fq_name": "team_log.EventDetails.showcase_permanently_deleted_details", "param_name": "showcasePermanentlyDeletedDetailsValue", "static_instance": null, "getter_method": "getShowcasePermanentlyDeletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_post_comment_details": {"fq_name": "team_log.EventDetails.showcase_post_comment_details", "param_name": "showcasePostCommentDetailsValue", "static_instance": null, "getter_method": "getShowcasePostCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_remove_member_details": {"fq_name": "team_log.EventDetails.showcase_remove_member_details", "param_name": "showcaseRemoveMemberDetailsValue", "static_instance": null, "getter_method": "getShowcaseRemoveMemberDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_renamed_details": {"fq_name": "team_log.EventDetails.showcase_renamed_details", "param_name": "showcaseRenamedDetailsValue", "static_instance": null, "getter_method": "getShowcaseRenamedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_request_access_details": {"fq_name": "team_log.EventDetails.showcase_request_access_details", "param_name": "showcaseRequestAccessDetailsValue", "static_instance": null, "getter_method": "getShowcaseRequestAccessDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_resolve_comment_details": {"fq_name": "team_log.EventDetails.showcase_resolve_comment_details", "param_name": "showcaseResolveCommentDetailsValue", "static_instance": null, "getter_method": "getShowcaseResolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_restored_details": {"fq_name": "team_log.EventDetails.showcase_restored_details", "param_name": "showcaseRestoredDetailsValue", "static_instance": null, "getter_method": "getShowcaseRestoredDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_trashed_details": {"fq_name": "team_log.EventDetails.showcase_trashed_details", "param_name": "showcaseTrashedDetailsValue", "static_instance": null, "getter_method": "getShowcaseTrashedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_trashed_deprecated_details": {"fq_name": "team_log.EventDetails.showcase_trashed_deprecated_details", "param_name": "showcaseTrashedDeprecatedDetailsValue", "static_instance": null, "getter_method": "getShowcaseTrashedDeprecatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_unresolve_comment_details": {"fq_name": "team_log.EventDetails.showcase_unresolve_comment_details", "param_name": "showcaseUnresolveCommentDetailsValue", "static_instance": null, "getter_method": "getShowcaseUnresolveCommentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_untrashed_details": {"fq_name": "team_log.EventDetails.showcase_untrashed_details", "param_name": "showcaseUntrashedDetailsValue", "static_instance": null, "getter_method": "getShowcaseUntrashedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_untrashed_deprecated_details": {"fq_name": "team_log.EventDetails.showcase_untrashed_deprecated_details", "param_name": "showcaseUntrashedDeprecatedDetailsValue", "static_instance": null, "getter_method": "getShowcaseUntrashedDeprecatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_view_details": {"fq_name": "team_log.EventDetails.showcase_view_details", "param_name": "showcaseViewDetailsValue", "static_instance": null, "getter_method": "getShowcaseViewDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_signature_request_canceled_details": {"fq_name": "team_log.EventDetails.sign_signature_request_canceled_details", "param_name": "signSignatureRequestCanceledDetailsValue", "static_instance": null, "getter_method": "getSignSignatureRequestCanceledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_signature_request_completed_details": {"fq_name": "team_log.EventDetails.sign_signature_request_completed_details", "param_name": "signSignatureRequestCompletedDetailsValue", "static_instance": null, "getter_method": "getSignSignatureRequestCompletedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_signature_request_declined_details": {"fq_name": "team_log.EventDetails.sign_signature_request_declined_details", "param_name": "signSignatureRequestDeclinedDetailsValue", "static_instance": null, "getter_method": "getSignSignatureRequestDeclinedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_signature_request_opened_details": {"fq_name": "team_log.EventDetails.sign_signature_request_opened_details", "param_name": "signSignatureRequestOpenedDetailsValue", "static_instance": null, "getter_method": "getSignSignatureRequestOpenedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_signature_request_reminder_sent_details": {"fq_name": "team_log.EventDetails.sign_signature_request_reminder_sent_details", "param_name": "signSignatureRequestReminderSentDetailsValue", "static_instance": null, "getter_method": "getSignSignatureRequestReminderSentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_signature_request_sent_details": {"fq_name": "team_log.EventDetails.sign_signature_request_sent_details", "param_name": "signSignatureRequestSentDetailsValue", "static_instance": null, "getter_method": "getSignSignatureRequestSentDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_template_created_details": {"fq_name": "team_log.EventDetails.sign_template_created_details", "param_name": "signTemplateCreatedDetailsValue", "static_instance": null, "getter_method": "getSignTemplateCreatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_template_shared_details": {"fq_name": "team_log.EventDetails.sign_template_shared_details", "param_name": "signTemplateSharedDetailsValue", "static_instance": null, "getter_method": "getSignTemplateSharedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.risc_security_event_details": {"fq_name": "team_log.EventDetails.risc_security_event_details", "param_name": "riscSecurityEventDetailsValue", "static_instance": null, "getter_method": "getRiscSecurityEventDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_add_cert_details": {"fq_name": "team_log.EventDetails.sso_add_cert_details", "param_name": "ssoAddCertDetailsValue", "static_instance": null, "getter_method": "getSsoAddCertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_add_login_url_details": {"fq_name": "team_log.EventDetails.sso_add_login_url_details", "param_name": "ssoAddLoginUrlDetailsValue", "static_instance": null, "getter_method": "getSsoAddLoginUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_add_logout_url_details": {"fq_name": "team_log.EventDetails.sso_add_logout_url_details", "param_name": "ssoAddLogoutUrlDetailsValue", "static_instance": null, "getter_method": "getSsoAddLogoutUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_change_cert_details": {"fq_name": "team_log.EventDetails.sso_change_cert_details", "param_name": "ssoChangeCertDetailsValue", "static_instance": null, "getter_method": "getSsoChangeCertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_change_login_url_details": {"fq_name": "team_log.EventDetails.sso_change_login_url_details", "param_name": "ssoChangeLoginUrlDetailsValue", "static_instance": null, "getter_method": "getSsoChangeLoginUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_change_logout_url_details": {"fq_name": "team_log.EventDetails.sso_change_logout_url_details", "param_name": "ssoChangeLogoutUrlDetailsValue", "static_instance": null, "getter_method": "getSsoChangeLogoutUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_change_saml_identity_mode_details": {"fq_name": "team_log.EventDetails.sso_change_saml_identity_mode_details", "param_name": "ssoChangeSamlIdentityModeDetailsValue", "static_instance": null, "getter_method": "getSsoChangeSamlIdentityModeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_remove_cert_details": {"fq_name": "team_log.EventDetails.sso_remove_cert_details", "param_name": "ssoRemoveCertDetailsValue", "static_instance": null, "getter_method": "getSsoRemoveCertDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_remove_login_url_details": {"fq_name": "team_log.EventDetails.sso_remove_login_url_details", "param_name": "ssoRemoveLoginUrlDetailsValue", "static_instance": null, "getter_method": "getSsoRemoveLoginUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_remove_logout_url_details": {"fq_name": "team_log.EventDetails.sso_remove_logout_url_details", "param_name": "ssoRemoveLogoutUrlDetailsValue", "static_instance": null, "getter_method": "getSsoRemoveLogoutUrlDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folder_change_status_details": {"fq_name": "team_log.EventDetails.team_folder_change_status_details", "param_name": "teamFolderChangeStatusDetailsValue", "static_instance": null, "getter_method": "getTeamFolderChangeStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folder_create_details": {"fq_name": "team_log.EventDetails.team_folder_create_details", "param_name": "teamFolderCreateDetailsValue", "static_instance": null, "getter_method": "getTeamFolderCreateDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folder_downgrade_details": {"fq_name": "team_log.EventDetails.team_folder_downgrade_details", "param_name": "teamFolderDowngradeDetailsValue", "static_instance": null, "getter_method": "getTeamFolderDowngradeDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folder_permanently_delete_details": {"fq_name": "team_log.EventDetails.team_folder_permanently_delete_details", "param_name": "teamFolderPermanentlyDeleteDetailsValue", "static_instance": null, "getter_method": "getTeamFolderPermanentlyDeleteDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_folder_rename_details": {"fq_name": "team_log.EventDetails.team_folder_rename_details", "param_name": "teamFolderRenameDetailsValue", "static_instance": null, "getter_method": "getTeamFolderRenameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_selective_sync_settings_changed_details": {"fq_name": "team_log.EventDetails.team_selective_sync_settings_changed_details", "param_name": "teamSelectiveSyncSettingsChangedDetailsValue", "static_instance": null, "getter_method": "getTeamSelectiveSyncSettingsChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.account_capture_change_policy_details": {"fq_name": "team_log.EventDetails.account_capture_change_policy_details", "param_name": "accountCaptureChangePolicyDetailsValue", "static_instance": null, "getter_method": "getAccountCaptureChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.admin_email_reminders_changed_details": {"fq_name": "team_log.EventDetails.admin_email_reminders_changed_details", "param_name": "adminEmailRemindersChangedDetailsValue", "static_instance": null, "getter_method": "getAdminEmailRemindersChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ai_third_party_sharing_dropbox_base_policy_changed_details": {"fq_name": "team_log.EventDetails.ai_third_party_sharing_dropbox_base_policy_changed_details", "param_name": "aiThirdPartySharingDropboxBasePolicyChangedDetailsValue", "static_instance": null, "getter_method": "getAiThirdPartySharingDropboxBasePolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.allow_download_disabled_details": {"fq_name": "team_log.EventDetails.allow_download_disabled_details", "param_name": "allowDownloadDisabledDetailsValue", "static_instance": null, "getter_method": "getAllowDownloadDisabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.allow_download_enabled_details": {"fq_name": "team_log.EventDetails.allow_download_enabled_details", "param_name": "allowDownloadEnabledDetailsValue", "static_instance": null, "getter_method": "getAllowDownloadEnabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.apple_login_change_policy_details": {"fq_name": "team_log.EventDetails.apple_login_change_policy_details", "param_name": "appleLoginChangePolicyDetailsValue", "static_instance": null, "getter_method": "getAppleLoginChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.app_permissions_changed_details": {"fq_name": "team_log.EventDetails.app_permissions_changed_details", "param_name": "appPermissionsChangedDetailsValue", "static_instance": null, "getter_method": "getAppPermissionsChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.camera_uploads_policy_changed_details": {"fq_name": "team_log.EventDetails.camera_uploads_policy_changed_details", "param_name": "cameraUploadsPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getCameraUploadsPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.capture_team_space_policy_changed_details": {"fq_name": "team_log.EventDetails.capture_team_space_policy_changed_details", "param_name": "captureTeamSpacePolicyChangedDetailsValue", "static_instance": null, "getter_method": "getCaptureTeamSpacePolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.capture_transcript_policy_changed_details": {"fq_name": "team_log.EventDetails.capture_transcript_policy_changed_details", "param_name": "captureTranscriptPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getCaptureTranscriptPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.classification_change_policy_details": {"fq_name": "team_log.EventDetails.classification_change_policy_details", "param_name": "classificationChangePolicyDetailsValue", "static_instance": null, "getter_method": "getClassificationChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.computer_backup_policy_changed_details": {"fq_name": "team_log.EventDetails.computer_backup_policy_changed_details", "param_name": "computerBackupPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getComputerBackupPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.content_administration_policy_changed_details": {"fq_name": "team_log.EventDetails.content_administration_policy_changed_details", "param_name": "contentAdministrationPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getContentAdministrationPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.content_deletion_protection_change_policy_details": {"fq_name": "team_log.EventDetails.content_deletion_protection_change_policy_details", "param_name": "contentDeletionProtectionChangePolicyDetailsValue", "static_instance": null, "getter_method": "getContentDeletionProtectionChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dash_external_sharing_policy_changed_details": {"fq_name": "team_log.EventDetails.dash_external_sharing_policy_changed_details", "param_name": "dashExternalSharingPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getDashExternalSharingPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.data_placement_restriction_change_policy_details": {"fq_name": "team_log.EventDetails.data_placement_restriction_change_policy_details", "param_name": "dataPlacementRestrictionChangePolicyDetailsValue", "static_instance": null, "getter_method": "getDataPlacementRestrictionChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.data_placement_restriction_satisfy_policy_details": {"fq_name": "team_log.EventDetails.data_placement_restriction_satisfy_policy_details", "param_name": "dataPlacementRestrictionSatisfyPolicyDetailsValue", "static_instance": null, "getter_method": "getDataPlacementRestrictionSatisfyPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_add_exception_details": {"fq_name": "team_log.EventDetails.device_approvals_add_exception_details", "param_name": "deviceApprovalsAddExceptionDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsAddExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_change_desktop_policy_details": {"fq_name": "team_log.EventDetails.device_approvals_change_desktop_policy_details", "param_name": "deviceApprovalsChangeDesktopPolicyDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeDesktopPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_change_mobile_policy_details": {"fq_name": "team_log.EventDetails.device_approvals_change_mobile_policy_details", "param_name": "deviceApprovalsChangeMobilePolicyDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeMobilePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_change_overage_action_details": {"fq_name": "team_log.EventDetails.device_approvals_change_overage_action_details", "param_name": "deviceApprovalsChangeOverageActionDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeOverageActionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_change_unlink_action_details": {"fq_name": "team_log.EventDetails.device_approvals_change_unlink_action_details", "param_name": "deviceApprovalsChangeUnlinkActionDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeUnlinkActionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.device_approvals_remove_exception_details": {"fq_name": "team_log.EventDetails.device_approvals_remove_exception_details", "param_name": "deviceApprovalsRemoveExceptionDetailsValue", "static_instance": null, "getter_method": "getDeviceApprovalsRemoveExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.directory_restrictions_add_members_details": {"fq_name": "team_log.EventDetails.directory_restrictions_add_members_details", "param_name": "directoryRestrictionsAddMembersDetailsValue", "static_instance": null, "getter_method": "getDirectoryRestrictionsAddMembersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.directory_restrictions_remove_members_details": {"fq_name": "team_log.EventDetails.directory_restrictions_remove_members_details", "param_name": "directoryRestrictionsRemoveMembersDetailsValue", "static_instance": null, "getter_method": "getDirectoryRestrictionsRemoveMembersDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.dropbox_passwords_policy_changed_details": {"fq_name": "team_log.EventDetails.dropbox_passwords_policy_changed_details", "param_name": "dropboxPasswordsPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getDropboxPasswordsPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.email_ingest_policy_changed_details": {"fq_name": "team_log.EventDetails.email_ingest_policy_changed_details", "param_name": "emailIngestPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getEmailIngestPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_add_exception_details": {"fq_name": "team_log.EventDetails.emm_add_exception_details", "param_name": "emmAddExceptionDetailsValue", "static_instance": null, "getter_method": "getEmmAddExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_change_policy_details": {"fq_name": "team_log.EventDetails.emm_change_policy_details", "param_name": "emmChangePolicyDetailsValue", "static_instance": null, "getter_method": "getEmmChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.emm_remove_exception_details": {"fq_name": "team_log.EventDetails.emm_remove_exception_details", "param_name": "emmRemoveExceptionDetailsValue", "static_instance": null, "getter_method": "getEmmRemoveExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.extended_version_history_change_policy_details": {"fq_name": "team_log.EventDetails.extended_version_history_change_policy_details", "param_name": "extendedVersionHistoryChangePolicyDetailsValue", "static_instance": null, "getter_method": "getExtendedVersionHistoryChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.external_drive_backup_policy_changed_details": {"fq_name": "team_log.EventDetails.external_drive_backup_policy_changed_details", "param_name": "externalDriveBackupPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getExternalDriveBackupPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_comments_change_policy_details": {"fq_name": "team_log.EventDetails.file_comments_change_policy_details", "param_name": "fileCommentsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getFileCommentsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_locking_policy_changed_details": {"fq_name": "team_log.EventDetails.file_locking_policy_changed_details", "param_name": "fileLockingPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getFileLockingPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_provider_migration_policy_changed_details": {"fq_name": "team_log.EventDetails.file_provider_migration_policy_changed_details", "param_name": "fileProviderMigrationPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getFileProviderMigrationPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_requests_change_policy_details": {"fq_name": "team_log.EventDetails.file_requests_change_policy_details", "param_name": "fileRequestsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getFileRequestsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_requests_emails_enabled_details": {"fq_name": "team_log.EventDetails.file_requests_emails_enabled_details", "param_name": "fileRequestsEmailsEnabledDetailsValue", "static_instance": null, "getter_method": "getFileRequestsEmailsEnabledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_requests_emails_restricted_to_team_only_details": {"fq_name": "team_log.EventDetails.file_requests_emails_restricted_to_team_only_details", "param_name": "fileRequestsEmailsRestrictedToTeamOnlyDetailsValue", "static_instance": null, "getter_method": "getFileRequestsEmailsRestrictedToTeamOnlyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.file_transfers_policy_changed_details": {"fq_name": "team_log.EventDetails.file_transfers_policy_changed_details", "param_name": "fileTransfersPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getFileTransfersPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.flexible_file_names_policy_changed_details": {"fq_name": "team_log.EventDetails.flexible_file_names_policy_changed_details", "param_name": "flexibleFileNamesPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getFlexibleFileNamesPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.folder_link_restriction_policy_changed_details": {"fq_name": "team_log.EventDetails.folder_link_restriction_policy_changed_details", "param_name": "folderLinkRestrictionPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getFolderLinkRestrictionPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.google_sso_change_policy_details": {"fq_name": "team_log.EventDetails.google_sso_change_policy_details", "param_name": "googleSsoChangePolicyDetailsValue", "static_instance": null, "getter_method": "getGoogleSsoChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.group_user_management_change_policy_details": {"fq_name": "team_log.EventDetails.group_user_management_change_policy_details", "param_name": "groupUserManagementChangePolicyDetailsValue", "static_instance": null, "getter_method": "getGroupUserManagementChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.integration_policy_changed_details": {"fq_name": "team_log.EventDetails.integration_policy_changed_details", "param_name": "integrationPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getIntegrationPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.invite_acceptance_email_policy_changed_details": {"fq_name": "team_log.EventDetails.invite_acceptance_email_policy_changed_details", "param_name": "inviteAcceptanceEmailPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getInviteAcceptanceEmailPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_requests_change_policy_details": {"fq_name": "team_log.EventDetails.member_requests_change_policy_details", "param_name": "memberRequestsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getMemberRequestsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_send_invite_policy_changed_details": {"fq_name": "team_log.EventDetails.member_send_invite_policy_changed_details", "param_name": "memberSendInvitePolicyChangedDetailsValue", "static_instance": null, "getter_method": "getMemberSendInvitePolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_add_exception_details": {"fq_name": "team_log.EventDetails.member_space_limits_add_exception_details", "param_name": "memberSpaceLimitsAddExceptionDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsAddExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_change_caps_type_policy_details": {"fq_name": "team_log.EventDetails.member_space_limits_change_caps_type_policy_details", "param_name": "memberSpaceLimitsChangeCapsTypePolicyDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeCapsTypePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_change_policy_details": {"fq_name": "team_log.EventDetails.member_space_limits_change_policy_details", "param_name": "memberSpaceLimitsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_space_limits_remove_exception_details": {"fq_name": "team_log.EventDetails.member_space_limits_remove_exception_details", "param_name": "memberSpaceLimitsRemoveExceptionDetailsValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsRemoveExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.member_suggestions_change_policy_details": {"fq_name": "team_log.EventDetails.member_suggestions_change_policy_details", "param_name": "memberSuggestionsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getMemberSuggestionsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.microsoft_login_change_policy_details": {"fq_name": "team_log.EventDetails.microsoft_login_change_policy_details", "param_name": "microsoftLoginChangePolicyDetailsValue", "static_instance": null, "getter_method": "getMicrosoftLoginChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.microsoft_office_addin_change_policy_details": {"fq_name": "team_log.EventDetails.microsoft_office_addin_change_policy_details", "param_name": "microsoftOfficeAddinChangePolicyDetailsValue", "static_instance": null, "getter_method": "getMicrosoftOfficeAddinChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.network_control_change_policy_details": {"fq_name": "team_log.EventDetails.network_control_change_policy_details", "param_name": "networkControlChangePolicyDetailsValue", "static_instance": null, "getter_method": "getNetworkControlChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_change_deployment_policy_details": {"fq_name": "team_log.EventDetails.paper_change_deployment_policy_details", "param_name": "paperChangeDeploymentPolicyDetailsValue", "static_instance": null, "getter_method": "getPaperChangeDeploymentPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_change_member_link_policy_details": {"fq_name": "team_log.EventDetails.paper_change_member_link_policy_details", "param_name": "paperChangeMemberLinkPolicyDetailsValue", "static_instance": null, "getter_method": "getPaperChangeMemberLinkPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_change_member_policy_details": {"fq_name": "team_log.EventDetails.paper_change_member_policy_details", "param_name": "paperChangeMemberPolicyDetailsValue", "static_instance": null, "getter_method": "getPaperChangeMemberPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_change_policy_details": {"fq_name": "team_log.EventDetails.paper_change_policy_details", "param_name": "paperChangePolicyDetailsValue", "static_instance": null, "getter_method": "getPaperChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_default_folder_policy_changed_details": {"fq_name": "team_log.EventDetails.paper_default_folder_policy_changed_details", "param_name": "paperDefaultFolderPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getPaperDefaultFolderPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_desktop_policy_changed_details": {"fq_name": "team_log.EventDetails.paper_desktop_policy_changed_details", "param_name": "paperDesktopPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getPaperDesktopPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_enabled_users_group_addition_details": {"fq_name": "team_log.EventDetails.paper_enabled_users_group_addition_details", "param_name": "paperEnabledUsersGroupAdditionDetailsValue", "static_instance": null, "getter_method": "getPaperEnabledUsersGroupAdditionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.paper_enabled_users_group_removal_details": {"fq_name": "team_log.EventDetails.paper_enabled_users_group_removal_details", "param_name": "paperEnabledUsersGroupRemovalDetailsValue", "static_instance": null, "getter_method": "getPaperEnabledUsersGroupRemovalDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.passkey_login_policy_changed_details": {"fq_name": "team_log.EventDetails.passkey_login_policy_changed_details", "param_name": "passkeyLoginPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getPasskeyLoginPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.password_strength_requirements_change_policy_details": {"fq_name": "team_log.EventDetails.password_strength_requirements_change_policy_details", "param_name": "passwordStrengthRequirementsChangePolicyDetailsValue", "static_instance": null, "getter_method": "getPasswordStrengthRequirementsChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.permanent_delete_change_policy_details": {"fq_name": "team_log.EventDetails.permanent_delete_change_policy_details", "param_name": "permanentDeleteChangePolicyDetailsValue", "static_instance": null, "getter_method": "getPermanentDeleteChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.previews_ai_policy_changed_details": {"fq_name": "team_log.EventDetails.previews_ai_policy_changed_details", "param_name": "previewsAiPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getPreviewsAiPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_adding_people_policy_changed_details": {"fq_name": "team_log.EventDetails.replay_adding_people_policy_changed_details", "param_name": "replayAddingPeoplePolicyChangedDetailsValue", "static_instance": null, "getter_method": "getReplayAddingPeoplePolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.replay_sharing_policy_changed_details": {"fq_name": "team_log.EventDetails.replay_sharing_policy_changed_details", "param_name": "replaySharingPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getReplaySharingPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.reseller_support_change_policy_details": {"fq_name": "team_log.EventDetails.reseller_support_change_policy_details", "param_name": "resellerSupportChangePolicyDetailsValue", "static_instance": null, "getter_method": "getResellerSupportChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.rewind_policy_changed_details": {"fq_name": "team_log.EventDetails.rewind_policy_changed_details", "param_name": "rewindPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getRewindPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_and_track_policy_changed_details": {"fq_name": "team_log.EventDetails.send_and_track_policy_changed_details", "param_name": "sendAndTrackPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getSendAndTrackPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_external_sharing_policy_changed_details": {"fq_name": "team_log.EventDetails.send_external_sharing_policy_changed_details", "param_name": "sendExternalSharingPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getSendExternalSharingPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.send_for_signature_policy_changed_details": {"fq_name": "team_log.EventDetails.send_for_signature_policy_changed_details", "param_name": "sendForSignaturePolicyChangedDetailsValue", "static_instance": null, "getter_method": "getSendForSignaturePolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.shared_link_default_permissions_policy_changed_details": {"fq_name": "team_log.EventDetails.shared_link_default_permissions_policy_changed_details", "param_name": "sharedLinkDefaultPermissionsPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getSharedLinkDefaultPermissionsPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_folder_join_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_folder_join_policy_details", "param_name": "sharingChangeFolderJoinPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeFolderJoinPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_link_allow_change_expiration_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_link_allow_change_expiration_policy_details", "param_name": "sharingChangeLinkAllowChangeExpirationPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeLinkAllowChangeExpirationPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_link_default_expiration_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_link_default_expiration_policy_details", "param_name": "sharingChangeLinkDefaultExpirationPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeLinkDefaultExpirationPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_link_enforce_password_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_link_enforce_password_policy_details", "param_name": "sharingChangeLinkEnforcePasswordPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeLinkEnforcePasswordPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_link_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_link_policy_details", "param_name": "sharingChangeLinkPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeLinkPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sharing_change_member_policy_details": {"fq_name": "team_log.EventDetails.sharing_change_member_policy_details", "param_name": "sharingChangeMemberPolicyDetailsValue", "static_instance": null, "getter_method": "getSharingChangeMemberPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_change_download_policy_details": {"fq_name": "team_log.EventDetails.showcase_change_download_policy_details", "param_name": "showcaseChangeDownloadPolicyDetailsValue", "static_instance": null, "getter_method": "getShowcaseChangeDownloadPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_change_enabled_policy_details": {"fq_name": "team_log.EventDetails.showcase_change_enabled_policy_details", "param_name": "showcaseChangeEnabledPolicyDetailsValue", "static_instance": null, "getter_method": "getShowcaseChangeEnabledPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.showcase_change_external_sharing_policy_details": {"fq_name": "team_log.EventDetails.showcase_change_external_sharing_policy_details", "param_name": "showcaseChangeExternalSharingPolicyDetailsValue", "static_instance": null, "getter_method": "getShowcaseChangeExternalSharingPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_external_sharing_policy_changed_details": {"fq_name": "team_log.EventDetails.sign_external_sharing_policy_changed_details", "param_name": "signExternalSharingPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getSignExternalSharingPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sign_template_creation_permission_changed_details": {"fq_name": "team_log.EventDetails.sign_template_creation_permission_changed_details", "param_name": "signTemplateCreationPermissionChangedDetailsValue", "static_instance": null, "getter_method": "getSignTemplateCreationPermissionChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.smarter_smart_sync_policy_changed_details": {"fq_name": "team_log.EventDetails.smarter_smart_sync_policy_changed_details", "param_name": "smarterSmartSyncPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getSmarterSmartSyncPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.smart_sync_change_policy_details": {"fq_name": "team_log.EventDetails.smart_sync_change_policy_details", "param_name": "smartSyncChangePolicyDetailsValue", "static_instance": null, "getter_method": "getSmartSyncChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.smart_sync_not_opt_out_details": {"fq_name": "team_log.EventDetails.smart_sync_not_opt_out_details", "param_name": "smartSyncNotOptOutDetailsValue", "static_instance": null, "getter_method": "getSmartSyncNotOptOutDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.smart_sync_opt_out_details": {"fq_name": "team_log.EventDetails.smart_sync_opt_out_details", "param_name": "smartSyncOptOutDetailsValue", "static_instance": null, "getter_method": "getSmartSyncOptOutDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.sso_change_policy_details": {"fq_name": "team_log.EventDetails.sso_change_policy_details", "param_name": "ssoChangePolicyDetailsValue", "static_instance": null, "getter_method": "getSsoChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.stack_cross_team_access_policy_changed_details": {"fq_name": "team_log.EventDetails.stack_cross_team_access_policy_changed_details", "param_name": "stackCrossTeamAccessPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getStackCrossTeamAccessPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_branding_policy_changed_details": {"fq_name": "team_log.EventDetails.team_branding_policy_changed_details", "param_name": "teamBrandingPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getTeamBrandingPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_extensions_policy_changed_details": {"fq_name": "team_log.EventDetails.team_extensions_policy_changed_details", "param_name": "teamExtensionsPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getTeamExtensionsPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_member_storage_request_policy_changed_details": {"fq_name": "team_log.EventDetails.team_member_storage_request_policy_changed_details", "param_name": "teamMemberStorageRequestPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getTeamMemberStorageRequestPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_selective_sync_policy_changed_details": {"fq_name": "team_log.EventDetails.team_selective_sync_policy_changed_details", "param_name": "teamSelectiveSyncPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getTeamSelectiveSyncPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_sharing_whitelist_subjects_changed_details": {"fq_name": "team_log.EventDetails.team_sharing_whitelist_subjects_changed_details", "param_name": "teamSharingWhitelistSubjectsChangedDetailsValue", "static_instance": null, "getter_method": "getTeamSharingWhitelistSubjectsChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_add_exception_details": {"fq_name": "team_log.EventDetails.tfa_add_exception_details", "param_name": "tfaAddExceptionDetailsValue", "static_instance": null, "getter_method": "getTfaAddExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_change_policy_details": {"fq_name": "team_log.EventDetails.tfa_change_policy_details", "param_name": "tfaChangePolicyDetailsValue", "static_instance": null, "getter_method": "getTfaChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_remove_exception_details": {"fq_name": "team_log.EventDetails.tfa_remove_exception_details", "param_name": "tfaRemoveExceptionDetailsValue", "static_instance": null, "getter_method": "getTfaRemoveExceptionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.top_level_content_policy_changed_details": {"fq_name": "team_log.EventDetails.top_level_content_policy_changed_details", "param_name": "topLevelContentPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getTopLevelContentPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.two_account_change_policy_details": {"fq_name": "team_log.EventDetails.two_account_change_policy_details", "param_name": "twoAccountChangePolicyDetailsValue", "static_instance": null, "getter_method": "getTwoAccountChangePolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.viewer_info_policy_changed_details": {"fq_name": "team_log.EventDetails.viewer_info_policy_changed_details", "param_name": "viewerInfoPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getViewerInfoPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.watermarking_policy_changed_details": {"fq_name": "team_log.EventDetails.watermarking_policy_changed_details", "param_name": "watermarkingPolicyChangedDetailsValue", "static_instance": null, "getter_method": "getWatermarkingPolicyChangedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.web_sessions_change_active_session_limit_details": {"fq_name": "team_log.EventDetails.web_sessions_change_active_session_limit_details", "param_name": "webSessionsChangeActiveSessionLimitDetailsValue", "static_instance": null, "getter_method": "getWebSessionsChangeActiveSessionLimitDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.web_sessions_change_fixed_length_policy_details": {"fq_name": "team_log.EventDetails.web_sessions_change_fixed_length_policy_details", "param_name": "webSessionsChangeFixedLengthPolicyDetailsValue", "static_instance": null, "getter_method": "getWebSessionsChangeFixedLengthPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.web_sessions_change_idle_length_policy_details": {"fq_name": "team_log.EventDetails.web_sessions_change_idle_length_policy_details", "param_name": "webSessionsChangeIdleLengthPolicyDetailsValue", "static_instance": null, "getter_method": "getWebSessionsChangeIdleLengthPolicyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.data_residency_migration_request_successful_details": {"fq_name": "team_log.EventDetails.data_residency_migration_request_successful_details", "param_name": "dataResidencyMigrationRequestSuccessfulDetailsValue", "static_instance": null, "getter_method": "getDataResidencyMigrationRequestSuccessfulDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.data_residency_migration_request_unsuccessful_details": {"fq_name": "team_log.EventDetails.data_residency_migration_request_unsuccessful_details", "param_name": "dataResidencyMigrationRequestUnsuccessfulDetailsValue", "static_instance": null, "getter_method": "getDataResidencyMigrationRequestUnsuccessfulDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_from_details": {"fq_name": "team_log.EventDetails.team_merge_from_details", "param_name": "teamMergeFromDetailsValue", "static_instance": null, "getter_method": "getTeamMergeFromDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_to_details": {"fq_name": "team_log.EventDetails.team_merge_to_details", "param_name": "teamMergeToDetailsValue", "static_instance": null, "getter_method": "getTeamMergeToDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_add_background_details": {"fq_name": "team_log.EventDetails.team_profile_add_background_details", "param_name": "teamProfileAddBackgroundDetailsValue", "static_instance": null, "getter_method": "getTeamProfileAddBackgroundDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_add_logo_details": {"fq_name": "team_log.EventDetails.team_profile_add_logo_details", "param_name": "teamProfileAddLogoDetailsValue", "static_instance": null, "getter_method": "getTeamProfileAddLogoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_change_background_details": {"fq_name": "team_log.EventDetails.team_profile_change_background_details", "param_name": "teamProfileChangeBackgroundDetailsValue", "static_instance": null, "getter_method": "getTeamProfileChangeBackgroundDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_change_default_language_details": {"fq_name": "team_log.EventDetails.team_profile_change_default_language_details", "param_name": "teamProfileChangeDefaultLanguageDetailsValue", "static_instance": null, "getter_method": "getTeamProfileChangeDefaultLanguageDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_change_logo_details": {"fq_name": "team_log.EventDetails.team_profile_change_logo_details", "param_name": "teamProfileChangeLogoDetailsValue", "static_instance": null, "getter_method": "getTeamProfileChangeLogoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_change_name_details": {"fq_name": "team_log.EventDetails.team_profile_change_name_details", "param_name": "teamProfileChangeNameDetailsValue", "static_instance": null, "getter_method": "getTeamProfileChangeNameDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_remove_background_details": {"fq_name": "team_log.EventDetails.team_profile_remove_background_details", "param_name": "teamProfileRemoveBackgroundDetailsValue", "static_instance": null, "getter_method": "getTeamProfileRemoveBackgroundDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_profile_remove_logo_details": {"fq_name": "team_log.EventDetails.team_profile_remove_logo_details", "param_name": "teamProfileRemoveLogoDetailsValue", "static_instance": null, "getter_method": "getTeamProfileRemoveLogoDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.passkey_add_details": {"fq_name": "team_log.EventDetails.passkey_add_details", "param_name": "passkeyAddDetailsValue", "static_instance": null, "getter_method": "getPasskeyAddDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.passkey_remove_details": {"fq_name": "team_log.EventDetails.passkey_remove_details", "param_name": "passkeyRemoveDetailsValue", "static_instance": null, "getter_method": "getPasskeyRemoveDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_add_backup_phone_details": {"fq_name": "team_log.EventDetails.tfa_add_backup_phone_details", "param_name": "tfaAddBackupPhoneDetailsValue", "static_instance": null, "getter_method": "getTfaAddBackupPhoneDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_add_security_key_details": {"fq_name": "team_log.EventDetails.tfa_add_security_key_details", "param_name": "tfaAddSecurityKeyDetailsValue", "static_instance": null, "getter_method": "getTfaAddSecurityKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_change_backup_phone_details": {"fq_name": "team_log.EventDetails.tfa_change_backup_phone_details", "param_name": "tfaChangeBackupPhoneDetailsValue", "static_instance": null, "getter_method": "getTfaChangeBackupPhoneDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_change_status_details": {"fq_name": "team_log.EventDetails.tfa_change_status_details", "param_name": "tfaChangeStatusDetailsValue", "static_instance": null, "getter_method": "getTfaChangeStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_remove_backup_phone_details": {"fq_name": "team_log.EventDetails.tfa_remove_backup_phone_details", "param_name": "tfaRemoveBackupPhoneDetailsValue", "static_instance": null, "getter_method": "getTfaRemoveBackupPhoneDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_remove_security_key_details": {"fq_name": "team_log.EventDetails.tfa_remove_security_key_details", "param_name": "tfaRemoveSecurityKeyDetailsValue", "static_instance": null, "getter_method": "getTfaRemoveSecurityKeyDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.tfa_reset_details": {"fq_name": "team_log.EventDetails.tfa_reset_details", "param_name": "tfaResetDetailsValue", "static_instance": null, "getter_method": "getTfaResetDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.changed_enterprise_admin_role_details": {"fq_name": "team_log.EventDetails.changed_enterprise_admin_role_details", "param_name": "changedEnterpriseAdminRoleDetailsValue", "static_instance": null, "getter_method": "getChangedEnterpriseAdminRoleDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.changed_enterprise_connected_team_status_details": {"fq_name": "team_log.EventDetails.changed_enterprise_connected_team_status_details", "param_name": "changedEnterpriseConnectedTeamStatusDetailsValue", "static_instance": null, "getter_method": "getChangedEnterpriseConnectedTeamStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ended_enterprise_admin_session_details": {"fq_name": "team_log.EventDetails.ended_enterprise_admin_session_details", "param_name": "endedEnterpriseAdminSessionDetailsValue", "static_instance": null, "getter_method": "getEndedEnterpriseAdminSessionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.ended_enterprise_admin_session_deprecated_details": {"fq_name": "team_log.EventDetails.ended_enterprise_admin_session_deprecated_details", "param_name": "endedEnterpriseAdminSessionDeprecatedDetailsValue", "static_instance": null, "getter_method": "getEndedEnterpriseAdminSessionDeprecatedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.enterprise_settings_locking_details": {"fq_name": "team_log.EventDetails.enterprise_settings_locking_details", "param_name": "enterpriseSettingsLockingDetailsValue", "static_instance": null, "getter_method": "getEnterpriseSettingsLockingDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.guest_admin_change_status_details": {"fq_name": "team_log.EventDetails.guest_admin_change_status_details", "param_name": "guestAdminChangeStatusDetailsValue", "static_instance": null, "getter_method": "getGuestAdminChangeStatusDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.started_enterprise_admin_session_details": {"fq_name": "team_log.EventDetails.started_enterprise_admin_session_details", "param_name": "startedEnterpriseAdminSessionDetailsValue", "static_instance": null, "getter_method": "getStartedEnterpriseAdminSessionDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_accepted_details": {"fq_name": "team_log.EventDetails.team_merge_request_accepted_details", "param_name": "teamMergeRequestAcceptedDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_accepted_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_accepted_shown_to_primary_team_details", "param_name": "teamMergeRequestAcceptedShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_accepted_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_accepted_shown_to_secondary_team_details", "param_name": "teamMergeRequestAcceptedShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_auto_canceled_details": {"fq_name": "team_log.EventDetails.team_merge_request_auto_canceled_details", "param_name": "teamMergeRequestAutoCanceledDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestAutoCanceledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_canceled_details": {"fq_name": "team_log.EventDetails.team_merge_request_canceled_details", "param_name": "teamMergeRequestCanceledDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_canceled_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_canceled_shown_to_primary_team_details", "param_name": "teamMergeRequestCanceledShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_canceled_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_canceled_shown_to_secondary_team_details", "param_name": "teamMergeRequestCanceledShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_expired_details": {"fq_name": "team_log.EventDetails.team_merge_request_expired_details", "param_name": "teamMergeRequestExpiredDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_expired_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_expired_shown_to_primary_team_details", "param_name": "teamMergeRequestExpiredShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_expired_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_expired_shown_to_secondary_team_details", "param_name": "teamMergeRequestExpiredShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_rejected_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_rejected_shown_to_primary_team_details", "param_name": "teamMergeRequestRejectedShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestRejectedShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_rejected_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_rejected_shown_to_secondary_team_details", "param_name": "teamMergeRequestRejectedShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestRejectedShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_reminder_details": {"fq_name": "team_log.EventDetails.team_merge_request_reminder_details", "param_name": "teamMergeRequestReminderDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_reminder_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_reminder_shown_to_primary_team_details", "param_name": "teamMergeRequestReminderShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_reminder_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_reminder_shown_to_secondary_team_details", "param_name": "teamMergeRequestReminderShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_revoked_details": {"fq_name": "team_log.EventDetails.team_merge_request_revoked_details", "param_name": "teamMergeRequestRevokedDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestRevokedDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_sent_shown_to_primary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_sent_shown_to_primary_team_details", "param_name": "teamMergeRequestSentShownToPrimaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestSentShownToPrimaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.team_merge_request_sent_shown_to_secondary_team_details": {"fq_name": "team_log.EventDetails.team_merge_request_sent_shown_to_secondary_team_details", "param_name": "teamMergeRequestSentShownToSecondaryTeamDetailsValue", "static_instance": null, "getter_method": "getTeamMergeRequestSentShownToSecondaryTeamDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.missing_details": {"fq_name": "team_log.EventDetails.missing_details", "param_name": "missingDetailsValue", "static_instance": null, "getter_method": "getMissingDetailsValue", "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventDetails.other": {"fq_name": "team_log.EventDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.admin_alerting_alert_state_changed": {"fq_name": "team_log.EventType.admin_alerting_alert_state_changed", "param_name": "adminAlertingAlertStateChangedValue", "static_instance": null, "getter_method": "getAdminAlertingAlertStateChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.admin_alerting_changed_alert_config": {"fq_name": "team_log.EventType.admin_alerting_changed_alert_config", "param_name": "adminAlertingChangedAlertConfigValue", "static_instance": null, "getter_method": "getAdminAlertingChangedAlertConfigValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.admin_alerting_triggered_alert": {"fq_name": "team_log.EventType.admin_alerting_triggered_alert", "param_name": "adminAlertingTriggeredAlertValue", "static_instance": null, "getter_method": "getAdminAlertingTriggeredAlertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ransomware_restore_process_completed": {"fq_name": "team_log.EventType.ransomware_restore_process_completed", "param_name": "ransomwareRestoreProcessCompletedValue", "static_instance": null, "getter_method": "getRansomwareRestoreProcessCompletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ransomware_restore_process_started": {"fq_name": "team_log.EventType.ransomware_restore_process_started", "param_name": "ransomwareRestoreProcessStartedValue", "static_instance": null, "getter_method": "getRansomwareRestoreProcessStartedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_blocked_by_permissions": {"fq_name": "team_log.EventType.app_blocked_by_permissions", "param_name": "appBlockedByPermissionsValue", "static_instance": null, "getter_method": "getAppBlockedByPermissionsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_link_team": {"fq_name": "team_log.EventType.app_link_team", "param_name": "appLinkTeamValue", "static_instance": null, "getter_method": "getAppLinkTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_link_user": {"fq_name": "team_log.EventType.app_link_user", "param_name": "appLinkUserValue", "static_instance": null, "getter_method": "getAppLinkUserValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_unlink_team": {"fq_name": "team_log.EventType.app_unlink_team", "param_name": "appUnlinkTeamValue", "static_instance": null, "getter_method": "getAppUnlinkTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_unlink_user": {"fq_name": "team_log.EventType.app_unlink_user", "param_name": "appUnlinkUserValue", "static_instance": null, "getter_method": "getAppUnlinkUserValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.integration_connected": {"fq_name": "team_log.EventType.integration_connected", "param_name": "integrationConnectedValue", "static_instance": null, "getter_method": "getIntegrationConnectedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.integration_disconnected": {"fq_name": "team_log.EventType.integration_disconnected", "param_name": "integrationDisconnectedValue", "static_instance": null, "getter_method": "getIntegrationDisconnectedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_add_comment": {"fq_name": "team_log.EventType.file_add_comment", "param_name": "fileAddCommentValue", "static_instance": null, "getter_method": "getFileAddCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_change_comment_subscription": {"fq_name": "team_log.EventType.file_change_comment_subscription", "param_name": "fileChangeCommentSubscriptionValue", "static_instance": null, "getter_method": "getFileChangeCommentSubscriptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_delete_comment": {"fq_name": "team_log.EventType.file_delete_comment", "param_name": "fileDeleteCommentValue", "static_instance": null, "getter_method": "getFileDeleteCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_edit_comment": {"fq_name": "team_log.EventType.file_edit_comment", "param_name": "fileEditCommentValue", "static_instance": null, "getter_method": "getFileEditCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_like_comment": {"fq_name": "team_log.EventType.file_like_comment", "param_name": "fileLikeCommentValue", "static_instance": null, "getter_method": "getFileLikeCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_resolve_comment": {"fq_name": "team_log.EventType.file_resolve_comment", "param_name": "fileResolveCommentValue", "static_instance": null, "getter_method": "getFileResolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_unlike_comment": {"fq_name": "team_log.EventType.file_unlike_comment", "param_name": "fileUnlikeCommentValue", "static_instance": null, "getter_method": "getFileUnlikeCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_unresolve_comment": {"fq_name": "team_log.EventType.file_unresolve_comment", "param_name": "fileUnresolveCommentValue", "static_instance": null, "getter_method": "getFileUnresolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_added_comment_to_stack": {"fq_name": "team_log.EventType.dash_added_comment_to_stack", "param_name": "dashAddedCommentToStackValue", "static_instance": null, "getter_method": "getDashAddedCommentToStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_added_connector": {"fq_name": "team_log.EventType.dash_added_connector", "param_name": "dashAddedConnectorValue", "static_instance": null, "getter_method": "getDashAddedConnectorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_added_link_to_stack": {"fq_name": "team_log.EventType.dash_added_link_to_stack", "param_name": "dashAddedLinkToStackValue", "static_instance": null, "getter_method": "getDashAddedLinkToStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_added_team_email_domain_allowlist": {"fq_name": "team_log.EventType.dash_added_team_email_domain_allowlist", "param_name": "dashAddedTeamEmailDomainAllowlistValue", "static_instance": null, "getter_method": "getDashAddedTeamEmailDomainAllowlistValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_admin_added_org_wide_connector": {"fq_name": "team_log.EventType.dash_admin_added_org_wide_connector", "param_name": "dashAdminAddedOrgWideConnectorValue", "static_instance": null, "getter_method": "getDashAdminAddedOrgWideConnectorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_admin_disabled_connector": {"fq_name": "team_log.EventType.dash_admin_disabled_connector", "param_name": "dashAdminDisabledConnectorValue", "static_instance": null, "getter_method": "getDashAdminDisabledConnectorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_admin_enabled_connector": {"fq_name": "team_log.EventType.dash_admin_enabled_connector", "param_name": "dashAdminEnabledConnectorValue", "static_instance": null, "getter_method": "getDashAdminEnabledConnectorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_admin_removed_org_wide_connector": {"fq_name": "team_log.EventType.dash_admin_removed_org_wide_connector", "param_name": "dashAdminRemovedOrgWideConnectorValue", "static_instance": null, "getter_method": "getDashAdminRemovedOrgWideConnectorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_archived_stack": {"fq_name": "team_log.EventType.dash_archived_stack", "param_name": "dashArchivedStackValue", "static_instance": null, "getter_method": "getDashArchivedStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_changed_audience_of_shared_link_to_stack": {"fq_name": "team_log.EventType.dash_changed_audience_of_shared_link_to_stack", "param_name": "dashChangedAudienceOfSharedLinkToStackValue", "static_instance": null, "getter_method": "getDashChangedAudienceOfSharedLinkToStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_cloned_stack": {"fq_name": "team_log.EventType.dash_cloned_stack", "param_name": "dashClonedStackValue", "static_instance": null, "getter_method": "getDashClonedStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_created_stack": {"fq_name": "team_log.EventType.dash_created_stack", "param_name": "dashCreatedStackValue", "static_instance": null, "getter_method": "getDashCreatedStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_deleted_comment_from_stack": {"fq_name": "team_log.EventType.dash_deleted_comment_from_stack", "param_name": "dashDeletedCommentFromStackValue", "static_instance": null, "getter_method": "getDashDeletedCommentFromStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_deleted_stack": {"fq_name": "team_log.EventType.dash_deleted_stack", "param_name": "dashDeletedStackValue", "static_instance": null, "getter_method": "getDashDeletedStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_edited_comment_in_stack": {"fq_name": "team_log.EventType.dash_edited_comment_in_stack", "param_name": "dashEditedCommentInStackValue", "static_instance": null, "getter_method": "getDashEditedCommentInStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_external_user_opened_stack": {"fq_name": "team_log.EventType.dash_external_user_opened_stack", "param_name": "dashExternalUserOpenedStackValue", "static_instance": null, "getter_method": "getDashExternalUserOpenedStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_first_launched_desktop": {"fq_name": "team_log.EventType.dash_first_launched_desktop", "param_name": "dashFirstLaunchedDesktopValue", "static_instance": null, "getter_method": "getDashFirstLaunchedDesktopValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_first_launched_extension": {"fq_name": "team_log.EventType.dash_first_launched_extension", "param_name": "dashFirstLaunchedExtensionValue", "static_instance": null, "getter_method": "getDashFirstLaunchedExtensionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_first_launched_web_start_page": {"fq_name": "team_log.EventType.dash_first_launched_web_start_page", "param_name": "dashFirstLaunchedWebStartPageValue", "static_instance": null, "getter_method": "getDashFirstLaunchedWebStartPageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_opened_shared_link_to_stack": {"fq_name": "team_log.EventType.dash_opened_shared_link_to_stack", "param_name": "dashOpenedSharedLinkToStackValue", "static_instance": null, "getter_method": "getDashOpenedSharedLinkToStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_opened_stack": {"fq_name": "team_log.EventType.dash_opened_stack", "param_name": "dashOpenedStackValue", "static_instance": null, "getter_method": "getDashOpenedStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_preview_opt_out_status_changed": {"fq_name": "team_log.EventType.dash_preview_opt_out_status_changed", "param_name": "dashPreviewOptOutStatusChangedValue", "static_instance": null, "getter_method": "getDashPreviewOptOutStatusChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_removed_connector": {"fq_name": "team_log.EventType.dash_removed_connector", "param_name": "dashRemovedConnectorValue", "static_instance": null, "getter_method": "getDashRemovedConnectorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_removed_link_from_stack": {"fq_name": "team_log.EventType.dash_removed_link_from_stack", "param_name": "dashRemovedLinkFromStackValue", "static_instance": null, "getter_method": "getDashRemovedLinkFromStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_removed_shared_link_to_stack": {"fq_name": "team_log.EventType.dash_removed_shared_link_to_stack", "param_name": "dashRemovedSharedLinkToStackValue", "static_instance": null, "getter_method": "getDashRemovedSharedLinkToStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_removed_team_email_domain_allowlist": {"fq_name": "team_log.EventType.dash_removed_team_email_domain_allowlist", "param_name": "dashRemovedTeamEmailDomainAllowlistValue", "static_instance": null, "getter_method": "getDashRemovedTeamEmailDomainAllowlistValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_renamed_stack": {"fq_name": "team_log.EventType.dash_renamed_stack", "param_name": "dashRenamedStackValue", "static_instance": null, "getter_method": "getDashRenamedStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_shared_link_to_stack": {"fq_name": "team_log.EventType.dash_shared_link_to_stack", "param_name": "dashSharedLinkToStackValue", "static_instance": null, "getter_method": "getDashSharedLinkToStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_unarchived_stack": {"fq_name": "team_log.EventType.dash_unarchived_stack", "param_name": "dashUnarchivedStackValue", "static_instance": null, "getter_method": "getDashUnarchivedStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_viewed_company_stack": {"fq_name": "team_log.EventType.dash_viewed_company_stack", "param_name": "dashViewedCompanyStackValue", "static_instance": null, "getter_method": "getDashViewedCompanyStackValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_viewed_external_ai_activity_report": {"fq_name": "team_log.EventType.dash_viewed_external_ai_activity_report", "param_name": "dashViewedExternalAiActivityReportValue", "static_instance": null, "getter_method": "getDashViewedExternalAiActivityReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_add_folders": {"fq_name": "team_log.EventType.governance_policy_add_folders", "param_name": "governancePolicyAddFoldersValue", "static_instance": null, "getter_method": "getGovernancePolicyAddFoldersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_add_folder_failed": {"fq_name": "team_log.EventType.governance_policy_add_folder_failed", "param_name": "governancePolicyAddFolderFailedValue", "static_instance": null, "getter_method": "getGovernancePolicyAddFolderFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_content_disposed": {"fq_name": "team_log.EventType.governance_policy_content_disposed", "param_name": "governancePolicyContentDisposedValue", "static_instance": null, "getter_method": "getGovernancePolicyContentDisposedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_create": {"fq_name": "team_log.EventType.governance_policy_create", "param_name": "governancePolicyCreateValue", "static_instance": null, "getter_method": "getGovernancePolicyCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_delete": {"fq_name": "team_log.EventType.governance_policy_delete", "param_name": "governancePolicyDeleteValue", "static_instance": null, "getter_method": "getGovernancePolicyDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_edit_details": {"fq_name": "team_log.EventType.governance_policy_edit_details", "param_name": "governancePolicyEditDetailsValue", "static_instance": null, "getter_method": "getGovernancePolicyEditDetailsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_edit_duration": {"fq_name": "team_log.EventType.governance_policy_edit_duration", "param_name": "governancePolicyEditDurationValue", "static_instance": null, "getter_method": "getGovernancePolicyEditDurationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_export_created": {"fq_name": "team_log.EventType.governance_policy_export_created", "param_name": "governancePolicyExportCreatedValue", "static_instance": null, "getter_method": "getGovernancePolicyExportCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_export_removed": {"fq_name": "team_log.EventType.governance_policy_export_removed", "param_name": "governancePolicyExportRemovedValue", "static_instance": null, "getter_method": "getGovernancePolicyExportRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_remove_folders": {"fq_name": "team_log.EventType.governance_policy_remove_folders", "param_name": "governancePolicyRemoveFoldersValue", "static_instance": null, "getter_method": "getGovernancePolicyRemoveFoldersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_report_created": {"fq_name": "team_log.EventType.governance_policy_report_created", "param_name": "governancePolicyReportCreatedValue", "static_instance": null, "getter_method": "getGovernancePolicyReportCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.governance_policy_zip_part_downloaded": {"fq_name": "team_log.EventType.governance_policy_zip_part_downloaded", "param_name": "governancePolicyZipPartDownloadedValue", "static_instance": null, "getter_method": "getGovernancePolicyZipPartDownloadedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_activate_a_hold": {"fq_name": "team_log.EventType.legal_holds_activate_a_hold", "param_name": "legalHoldsActivateAHoldValue", "static_instance": null, "getter_method": "getLegalHoldsActivateAHoldValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_add_members": {"fq_name": "team_log.EventType.legal_holds_add_members", "param_name": "legalHoldsAddMembersValue", "static_instance": null, "getter_method": "getLegalHoldsAddMembersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_change_hold_details": {"fq_name": "team_log.EventType.legal_holds_change_hold_details", "param_name": "legalHoldsChangeHoldDetailsValue", "static_instance": null, "getter_method": "getLegalHoldsChangeHoldDetailsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_change_hold_name": {"fq_name": "team_log.EventType.legal_holds_change_hold_name", "param_name": "legalHoldsChangeHoldNameValue", "static_instance": null, "getter_method": "getLegalHoldsChangeHoldNameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_export_a_hold": {"fq_name": "team_log.EventType.legal_holds_export_a_hold", "param_name": "legalHoldsExportAHoldValue", "static_instance": null, "getter_method": "getLegalHoldsExportAHoldValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_export_cancelled": {"fq_name": "team_log.EventType.legal_holds_export_cancelled", "param_name": "legalHoldsExportCancelledValue", "static_instance": null, "getter_method": "getLegalHoldsExportCancelledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_export_downloaded": {"fq_name": "team_log.EventType.legal_holds_export_downloaded", "param_name": "legalHoldsExportDownloadedValue", "static_instance": null, "getter_method": "getLegalHoldsExportDownloadedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_export_removed": {"fq_name": "team_log.EventType.legal_holds_export_removed", "param_name": "legalHoldsExportRemovedValue", "static_instance": null, "getter_method": "getLegalHoldsExportRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_release_a_hold": {"fq_name": "team_log.EventType.legal_holds_release_a_hold", "param_name": "legalHoldsReleaseAHoldValue", "static_instance": null, "getter_method": "getLegalHoldsReleaseAHoldValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_remove_members": {"fq_name": "team_log.EventType.legal_holds_remove_members", "param_name": "legalHoldsRemoveMembersValue", "static_instance": null, "getter_method": "getLegalHoldsRemoveMembersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.legal_holds_report_a_hold": {"fq_name": "team_log.EventType.legal_holds_report_a_hold", "param_name": "legalHoldsReportAHoldValue", "static_instance": null, "getter_method": "getLegalHoldsReportAHoldValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_change_ip_desktop": {"fq_name": "team_log.EventType.device_change_ip_desktop", "param_name": "deviceChangeIpDesktopValue", "static_instance": null, "getter_method": "getDeviceChangeIpDesktopValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_change_ip_mobile": {"fq_name": "team_log.EventType.device_change_ip_mobile", "param_name": "deviceChangeIpMobileValue", "static_instance": null, "getter_method": "getDeviceChangeIpMobileValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_change_ip_web": {"fq_name": "team_log.EventType.device_change_ip_web", "param_name": "deviceChangeIpWebValue", "static_instance": null, "getter_method": "getDeviceChangeIpWebValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_delete_on_unlink_fail": {"fq_name": "team_log.EventType.device_delete_on_unlink_fail", "param_name": "deviceDeleteOnUnlinkFailValue", "static_instance": null, "getter_method": "getDeviceDeleteOnUnlinkFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_delete_on_unlink_success": {"fq_name": "team_log.EventType.device_delete_on_unlink_success", "param_name": "deviceDeleteOnUnlinkSuccessValue", "static_instance": null, "getter_method": "getDeviceDeleteOnUnlinkSuccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_link_fail": {"fq_name": "team_log.EventType.device_link_fail", "param_name": "deviceLinkFailValue", "static_instance": null, "getter_method": "getDeviceLinkFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_link_success": {"fq_name": "team_log.EventType.device_link_success", "param_name": "deviceLinkSuccessValue", "static_instance": null, "getter_method": "getDeviceLinkSuccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_management_disabled": {"fq_name": "team_log.EventType.device_management_disabled", "param_name": "deviceManagementDisabledValue", "static_instance": null, "getter_method": "getDeviceManagementDisabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_management_enabled": {"fq_name": "team_log.EventType.device_management_enabled", "param_name": "deviceManagementEnabledValue", "static_instance": null, "getter_method": "getDeviceManagementEnabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_sync_backup_status_changed": {"fq_name": "team_log.EventType.device_sync_backup_status_changed", "param_name": "deviceSyncBackupStatusChangedValue", "static_instance": null, "getter_method": "getDeviceSyncBackupStatusChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_unlink": {"fq_name": "team_log.EventType.device_unlink", "param_name": "deviceUnlinkValue", "static_instance": null, "getter_method": "getDeviceUnlinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dropbox_passwords_exported": {"fq_name": "team_log.EventType.dropbox_passwords_exported", "param_name": "dropboxPasswordsExportedValue", "static_instance": null, "getter_method": "getDropboxPasswordsExportedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dropbox_passwords_new_device_enrolled": {"fq_name": "team_log.EventType.dropbox_passwords_new_device_enrolled", "param_name": "dropboxPasswordsNewDeviceEnrolledValue", "static_instance": null, "getter_method": "getDropboxPasswordsNewDeviceEnrolledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_refresh_auth_token": {"fq_name": "team_log.EventType.emm_refresh_auth_token", "param_name": "emmRefreshAuthTokenValue", "static_instance": null, "getter_method": "getEmmRefreshAuthTokenValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.external_drive_backup_eligibility_status_checked": {"fq_name": "team_log.EventType.external_drive_backup_eligibility_status_checked", "param_name": "externalDriveBackupEligibilityStatusCheckedValue", "static_instance": null, "getter_method": "getExternalDriveBackupEligibilityStatusCheckedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.external_drive_backup_status_changed": {"fq_name": "team_log.EventType.external_drive_backup_status_changed", "param_name": "externalDriveBackupStatusChangedValue", "static_instance": null, "getter_method": "getExternalDriveBackupStatusChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_capture_change_availability": {"fq_name": "team_log.EventType.account_capture_change_availability", "param_name": "accountCaptureChangeAvailabilityValue", "static_instance": null, "getter_method": "getAccountCaptureChangeAvailabilityValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_capture_migrate_account": {"fq_name": "team_log.EventType.account_capture_migrate_account", "param_name": "accountCaptureMigrateAccountValue", "static_instance": null, "getter_method": "getAccountCaptureMigrateAccountValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_capture_notification_emails_sent": {"fq_name": "team_log.EventType.account_capture_notification_emails_sent", "param_name": "accountCaptureNotificationEmailsSentValue", "static_instance": null, "getter_method": "getAccountCaptureNotificationEmailsSentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_capture_relinquish_account": {"fq_name": "team_log.EventType.account_capture_relinquish_account", "param_name": "accountCaptureRelinquishAccountValue", "static_instance": null, "getter_method": "getAccountCaptureRelinquishAccountValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.disabled_domain_invites": {"fq_name": "team_log.EventType.disabled_domain_invites", "param_name": "disabledDomainInvitesValue", "static_instance": null, "getter_method": "getDisabledDomainInvitesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_approve_request_to_join_team": {"fq_name": "team_log.EventType.domain_invites_approve_request_to_join_team", "param_name": "domainInvitesApproveRequestToJoinTeamValue", "static_instance": null, "getter_method": "getDomainInvitesApproveRequestToJoinTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_decline_request_to_join_team": {"fq_name": "team_log.EventType.domain_invites_decline_request_to_join_team", "param_name": "domainInvitesDeclineRequestToJoinTeamValue", "static_instance": null, "getter_method": "getDomainInvitesDeclineRequestToJoinTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_email_existing_users": {"fq_name": "team_log.EventType.domain_invites_email_existing_users", "param_name": "domainInvitesEmailExistingUsersValue", "static_instance": null, "getter_method": "getDomainInvitesEmailExistingUsersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_request_to_join_team": {"fq_name": "team_log.EventType.domain_invites_request_to_join_team", "param_name": "domainInvitesRequestToJoinTeamValue", "static_instance": null, "getter_method": "getDomainInvitesRequestToJoinTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_set_invite_new_user_pref_to_no": {"fq_name": "team_log.EventType.domain_invites_set_invite_new_user_pref_to_no", "param_name": "domainInvitesSetInviteNewUserPrefToNoValue", "static_instance": null, "getter_method": "getDomainInvitesSetInviteNewUserPrefToNoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_invites_set_invite_new_user_pref_to_yes": {"fq_name": "team_log.EventType.domain_invites_set_invite_new_user_pref_to_yes", "param_name": "domainInvitesSetInviteNewUserPrefToYesValue", "static_instance": null, "getter_method": "getDomainInvitesSetInviteNewUserPrefToYesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_verification_add_domain_fail": {"fq_name": "team_log.EventType.domain_verification_add_domain_fail", "param_name": "domainVerificationAddDomainFailValue", "static_instance": null, "getter_method": "getDomainVerificationAddDomainFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_verification_add_domain_success": {"fq_name": "team_log.EventType.domain_verification_add_domain_success", "param_name": "domainVerificationAddDomainSuccessValue", "static_instance": null, "getter_method": "getDomainVerificationAddDomainSuccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.domain_verification_remove_domain": {"fq_name": "team_log.EventType.domain_verification_remove_domain", "param_name": "domainVerificationRemoveDomainValue", "static_instance": null, "getter_method": "getDomainVerificationRemoveDomainValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.enabled_domain_invites": {"fq_name": "team_log.EventType.enabled_domain_invites", "param_name": "enabledDomainInvitesValue", "static_instance": null, "getter_method": "getEnabledDomainInvitesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.encrypted_folder_cancel_team_key_rotation": {"fq_name": "team_log.EventType.encrypted_folder_cancel_team_key_rotation", "param_name": "encryptedFolderCancelTeamKeyRotationValue", "static_instance": null, "getter_method": "getEncryptedFolderCancelTeamKeyRotationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.encrypted_folder_enroll_backup_key": {"fq_name": "team_log.EventType.encrypted_folder_enroll_backup_key", "param_name": "encryptedFolderEnrollBackupKeyValue", "static_instance": null, "getter_method": "getEncryptedFolderEnrollBackupKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.encrypted_folder_enroll_client": {"fq_name": "team_log.EventType.encrypted_folder_enroll_client", "param_name": "encryptedFolderEnrollClientValue", "static_instance": null, "getter_method": "getEncryptedFolderEnrollClientValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.encrypted_folder_enroll_team": {"fq_name": "team_log.EventType.encrypted_folder_enroll_team", "param_name": "encryptedFolderEnrollTeamValue", "static_instance": null, "getter_method": "getEncryptedFolderEnrollTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.encrypted_folder_finish_team_unenrollment": {"fq_name": "team_log.EventType.encrypted_folder_finish_team_unenrollment", "param_name": "encryptedFolderFinishTeamUnenrollmentValue", "static_instance": null, "getter_method": "getEncryptedFolderFinishTeamUnenrollmentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.encrypted_folder_init_team_key_rotation": {"fq_name": "team_log.EventType.encrypted_folder_init_team_key_rotation", "param_name": "encryptedFolderInitTeamKeyRotationValue", "static_instance": null, "getter_method": "getEncryptedFolderInitTeamKeyRotationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.encrypted_folder_init_team_unenrollment": {"fq_name": "team_log.EventType.encrypted_folder_init_team_unenrollment", "param_name": "encryptedFolderInitTeamUnenrollmentValue", "static_instance": null, "getter_method": "getEncryptedFolderInitTeamUnenrollmentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.encrypted_folder_remove_backup_key": {"fq_name": "team_log.EventType.encrypted_folder_remove_backup_key", "param_name": "encryptedFolderRemoveBackupKeyValue", "static_instance": null, "getter_method": "getEncryptedFolderRemoveBackupKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.encrypted_folder_rotate_team_key": {"fq_name": "team_log.EventType.encrypted_folder_rotate_team_key", "param_name": "encryptedFolderRotateTeamKeyValue", "static_instance": null, "getter_method": "getEncryptedFolderRotateTeamKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.encrypted_folder_unenroll_client": {"fq_name": "team_log.EventType.encrypted_folder_unenroll_client", "param_name": "encryptedFolderUnenrollClientValue", "static_instance": null, "getter_method": "getEncryptedFolderUnenrollClientValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_activate_key": {"fq_name": "team_log.EventType.team_encryption_key_activate_key", "param_name": "teamEncryptionKeyActivateKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyActivateKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_cancel_key_deletion": {"fq_name": "team_log.EventType.team_encryption_key_cancel_key_deletion", "param_name": "teamEncryptionKeyCancelKeyDeletionValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyCancelKeyDeletionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_create_key": {"fq_name": "team_log.EventType.team_encryption_key_create_key", "param_name": "teamEncryptionKeyCreateKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyCreateKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_deactivate_key": {"fq_name": "team_log.EventType.team_encryption_key_deactivate_key", "param_name": "teamEncryptionKeyDeactivateKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyDeactivateKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_delete_key": {"fq_name": "team_log.EventType.team_encryption_key_delete_key", "param_name": "teamEncryptionKeyDeleteKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyDeleteKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_disable_key": {"fq_name": "team_log.EventType.team_encryption_key_disable_key", "param_name": "teamEncryptionKeyDisableKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyDisableKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_enable_key": {"fq_name": "team_log.EventType.team_encryption_key_enable_key", "param_name": "teamEncryptionKeyEnableKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyEnableKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_rotate_key": {"fq_name": "team_log.EventType.team_encryption_key_rotate_key", "param_name": "teamEncryptionKeyRotateKeyValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyRotateKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_encryption_key_schedule_key_deletion": {"fq_name": "team_log.EventType.team_encryption_key_schedule_key_deletion", "param_name": "teamEncryptionKeyScheduleKeyDeletionValue", "static_instance": null, "getter_method": "getTeamEncryptionKeyScheduleKeyDeletionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.apply_naming_convention": {"fq_name": "team_log.EventType.apply_naming_convention", "param_name": "applyNamingConventionValue", "static_instance": null, "getter_method": "getApplyNamingConventionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.create_folder": {"fq_name": "team_log.EventType.create_folder", "param_name": "createFolderValue", "static_instance": null, "getter_method": "getCreateFolderValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_add": {"fq_name": "team_log.EventType.file_add", "param_name": "fileAddValue", "static_instance": null, "getter_method": "getFileAddValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_add_from_automation": {"fq_name": "team_log.EventType.file_add_from_automation", "param_name": "fileAddFromAutomationValue", "static_instance": null, "getter_method": "getFileAddFromAutomationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_copy": {"fq_name": "team_log.EventType.file_copy", "param_name": "fileCopyValue", "static_instance": null, "getter_method": "getFileCopyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_delete": {"fq_name": "team_log.EventType.file_delete", "param_name": "fileDeleteValue", "static_instance": null, "getter_method": "getFileDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_download": {"fq_name": "team_log.EventType.file_download", "param_name": "fileDownloadValue", "static_instance": null, "getter_method": "getFileDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_edit": {"fq_name": "team_log.EventType.file_edit", "param_name": "fileEditValue", "static_instance": null, "getter_method": "getFileEditValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_get_copy_reference": {"fq_name": "team_log.EventType.file_get_copy_reference", "param_name": "fileGetCopyReferenceValue", "static_instance": null, "getter_method": "getFileGetCopyReferenceValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_locking_lock_status_changed": {"fq_name": "team_log.EventType.file_locking_lock_status_changed", "param_name": "fileLockingLockStatusChangedValue", "static_instance": null, "getter_method": "getFileLockingLockStatusChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_move": {"fq_name": "team_log.EventType.file_move", "param_name": "fileMoveValue", "static_instance": null, "getter_method": "getFileMoveValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_permanently_delete": {"fq_name": "team_log.EventType.file_permanently_delete", "param_name": "filePermanentlyDeleteValue", "static_instance": null, "getter_method": "getFilePermanentlyDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_preview": {"fq_name": "team_log.EventType.file_preview", "param_name": "filePreviewValue", "static_instance": null, "getter_method": "getFilePreviewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_rename": {"fq_name": "team_log.EventType.file_rename", "param_name": "fileRenameValue", "static_instance": null, "getter_method": "getFileRenameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_restore": {"fq_name": "team_log.EventType.file_restore", "param_name": "fileRestoreValue", "static_instance": null, "getter_method": "getFileRestoreValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_revert": {"fq_name": "team_log.EventType.file_revert", "param_name": "fileRevertValue", "static_instance": null, "getter_method": "getFileRevertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_rollback_changes": {"fq_name": "team_log.EventType.file_rollback_changes", "param_name": "fileRollbackChangesValue", "static_instance": null, "getter_method": "getFileRollbackChangesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_save_copy_reference": {"fq_name": "team_log.EventType.file_save_copy_reference", "param_name": "fileSaveCopyReferenceValue", "static_instance": null, "getter_method": "getFileSaveCopyReferenceValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.folder_overview_description_changed": {"fq_name": "team_log.EventType.folder_overview_description_changed", "param_name": "folderOverviewDescriptionChangedValue", "static_instance": null, "getter_method": "getFolderOverviewDescriptionChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.folder_overview_item_pinned": {"fq_name": "team_log.EventType.folder_overview_item_pinned", "param_name": "folderOverviewItemPinnedValue", "static_instance": null, "getter_method": "getFolderOverviewItemPinnedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.folder_overview_item_unpinned": {"fq_name": "team_log.EventType.folder_overview_item_unpinned", "param_name": "folderOverviewItemUnpinnedValue", "static_instance": null, "getter_method": "getFolderOverviewItemUnpinnedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.object_label_added": {"fq_name": "team_log.EventType.object_label_added", "param_name": "objectLabelAddedValue", "static_instance": null, "getter_method": "getObjectLabelAddedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.object_label_removed": {"fq_name": "team_log.EventType.object_label_removed", "param_name": "objectLabelRemovedValue", "static_instance": null, "getter_method": "getObjectLabelRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.object_label_updated_value": {"fq_name": "team_log.EventType.object_label_updated_value", "param_name": "objectLabelUpdatedValueValue", "static_instance": null, "getter_method": "getObjectLabelUpdatedValueValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.organize_folder_with_tidy": {"fq_name": "team_log.EventType.organize_folder_with_tidy", "param_name": "organizeFolderWithTidyValue", "static_instance": null, "getter_method": "getOrganizeFolderWithTidyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_file_delete": {"fq_name": "team_log.EventType.replay_file_delete", "param_name": "replayFileDeleteValue", "static_instance": null, "getter_method": "getReplayFileDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_file_downloaded": {"fq_name": "team_log.EventType.replay_file_downloaded", "param_name": "replayFileDownloadedValue", "static_instance": null, "getter_method": "getReplayFileDownloadedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_team_project_created": {"fq_name": "team_log.EventType.replay_team_project_created", "param_name": "replayTeamProjectCreatedValue", "static_instance": null, "getter_method": "getReplayTeamProjectCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.rewind_folder": {"fq_name": "team_log.EventType.rewind_folder", "param_name": "rewindFolderValue", "static_instance": null, "getter_method": "getRewindFolderValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.undo_naming_convention": {"fq_name": "team_log.EventType.undo_naming_convention", "param_name": "undoNamingConventionValue", "static_instance": null, "getter_method": "getUndoNamingConventionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.undo_organize_folder_with_tidy": {"fq_name": "team_log.EventType.undo_organize_folder_with_tidy", "param_name": "undoOrganizeFolderWithTidyValue", "static_instance": null, "getter_method": "getUndoOrganizeFolderWithTidyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.user_tags_added": {"fq_name": "team_log.EventType.user_tags_added", "param_name": "userTagsAddedValue", "static_instance": null, "getter_method": "getUserTagsAddedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.user_tags_removed": {"fq_name": "team_log.EventType.user_tags_removed", "param_name": "userTagsRemovedValue", "static_instance": null, "getter_method": "getUserTagsRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.email_ingest_receive_file": {"fq_name": "team_log.EventType.email_ingest_receive_file", "param_name": "emailIngestReceiveFileValue", "static_instance": null, "getter_method": "getEmailIngestReceiveFileValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_auto_close": {"fq_name": "team_log.EventType.file_request_auto_close", "param_name": "fileRequestAutoCloseValue", "static_instance": null, "getter_method": "getFileRequestAutoCloseValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_change": {"fq_name": "team_log.EventType.file_request_change", "param_name": "fileRequestChangeValue", "static_instance": null, "getter_method": "getFileRequestChangeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_close": {"fq_name": "team_log.EventType.file_request_close", "param_name": "fileRequestCloseValue", "static_instance": null, "getter_method": "getFileRequestCloseValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_create": {"fq_name": "team_log.EventType.file_request_create", "param_name": "fileRequestCreateValue", "static_instance": null, "getter_method": "getFileRequestCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_delete": {"fq_name": "team_log.EventType.file_request_delete", "param_name": "fileRequestDeleteValue", "static_instance": null, "getter_method": "getFileRequestDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_request_receive_file": {"fq_name": "team_log.EventType.file_request_receive_file", "param_name": "fileRequestReceiveFileValue", "static_instance": null, "getter_method": "getFileRequestReceiveFileValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_add_external_id": {"fq_name": "team_log.EventType.group_add_external_id", "param_name": "groupAddExternalIdValue", "static_instance": null, "getter_method": "getGroupAddExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_add_member": {"fq_name": "team_log.EventType.group_add_member", "param_name": "groupAddMemberValue", "static_instance": null, "getter_method": "getGroupAddMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_change_external_id": {"fq_name": "team_log.EventType.group_change_external_id", "param_name": "groupChangeExternalIdValue", "static_instance": null, "getter_method": "getGroupChangeExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_change_management_type": {"fq_name": "team_log.EventType.group_change_management_type", "param_name": "groupChangeManagementTypeValue", "static_instance": null, "getter_method": "getGroupChangeManagementTypeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_change_member_role": {"fq_name": "team_log.EventType.group_change_member_role", "param_name": "groupChangeMemberRoleValue", "static_instance": null, "getter_method": "getGroupChangeMemberRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_create": {"fq_name": "team_log.EventType.group_create", "param_name": "groupCreateValue", "static_instance": null, "getter_method": "getGroupCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_delete": {"fq_name": "team_log.EventType.group_delete", "param_name": "groupDeleteValue", "static_instance": null, "getter_method": "getGroupDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_description_updated": {"fq_name": "team_log.EventType.group_description_updated", "param_name": "groupDescriptionUpdatedValue", "static_instance": null, "getter_method": "getGroupDescriptionUpdatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_external_sharing_setting_override_changed": {"fq_name": "team_log.EventType.group_external_sharing_setting_override_changed", "param_name": "groupExternalSharingSettingOverrideChangedValue", "static_instance": null, "getter_method": "getGroupExternalSharingSettingOverrideChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_join_policy_updated": {"fq_name": "team_log.EventType.group_join_policy_updated", "param_name": "groupJoinPolicyUpdatedValue", "static_instance": null, "getter_method": "getGroupJoinPolicyUpdatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_moved": {"fq_name": "team_log.EventType.group_moved", "param_name": "groupMovedValue", "static_instance": null, "getter_method": "getGroupMovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_remove_external_id": {"fq_name": "team_log.EventType.group_remove_external_id", "param_name": "groupRemoveExternalIdValue", "static_instance": null, "getter_method": "getGroupRemoveExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_remove_member": {"fq_name": "team_log.EventType.group_remove_member", "param_name": "groupRemoveMemberValue", "static_instance": null, "getter_method": "getGroupRemoveMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_rename": {"fq_name": "team_log.EventType.group_rename", "param_name": "groupRenameValue", "static_instance": null, "getter_method": "getGroupRenameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_lock_or_unlocked": {"fq_name": "team_log.EventType.account_lock_or_unlocked", "param_name": "accountLockOrUnlockedValue", "static_instance": null, "getter_method": "getAccountLockOrUnlockedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_error": {"fq_name": "team_log.EventType.emm_error", "param_name": "emmErrorValue", "static_instance": null, "getter_method": "getEmmErrorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.guest_admin_signed_in_via_trusted_teams": {"fq_name": "team_log.EventType.guest_admin_signed_in_via_trusted_teams", "param_name": "guestAdminSignedInViaTrustedTeamsValue", "static_instance": null, "getter_method": "getGuestAdminSignedInViaTrustedTeamsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.guest_admin_signed_out_via_trusted_teams": {"fq_name": "team_log.EventType.guest_admin_signed_out_via_trusted_teams", "param_name": "guestAdminSignedOutViaTrustedTeamsValue", "static_instance": null, "getter_method": "getGuestAdminSignedOutViaTrustedTeamsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.login_fail": {"fq_name": "team_log.EventType.login_fail", "param_name": "loginFailValue", "static_instance": null, "getter_method": "getLoginFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.login_success": {"fq_name": "team_log.EventType.login_success", "param_name": "loginSuccessValue", "static_instance": null, "getter_method": "getLoginSuccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.logout": {"fq_name": "team_log.EventType.logout", "param_name": "logoutValue", "static_instance": null, "getter_method": "getLogoutValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.reseller_support_session_end": {"fq_name": "team_log.EventType.reseller_support_session_end", "param_name": "resellerSupportSessionEndValue", "static_instance": null, "getter_method": "getResellerSupportSessionEndValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.reseller_support_session_start": {"fq_name": "team_log.EventType.reseller_support_session_start", "param_name": "resellerSupportSessionStartValue", "static_instance": null, "getter_method": "getResellerSupportSessionStartValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_in_as_session_end": {"fq_name": "team_log.EventType.sign_in_as_session_end", "param_name": "signInAsSessionEndValue", "static_instance": null, "getter_method": "getSignInAsSessionEndValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_in_as_session_start": {"fq_name": "team_log.EventType.sign_in_as_session_start", "param_name": "signInAsSessionStartValue", "static_instance": null, "getter_method": "getSignInAsSessionStartValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_error": {"fq_name": "team_log.EventType.sso_error", "param_name": "ssoErrorValue", "static_instance": null, "getter_method": "getSsoErrorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.addon_assigned": {"fq_name": "team_log.EventType.addon_assigned", "param_name": "addonAssignedValue", "static_instance": null, "getter_method": "getAddonAssignedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.addon_removed": {"fq_name": "team_log.EventType.addon_removed", "param_name": "addonRemovedValue", "static_instance": null, "getter_method": "getAddonRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.backup_admin_invitation_sent": {"fq_name": "team_log.EventType.backup_admin_invitation_sent", "param_name": "backupAdminInvitationSentValue", "static_instance": null, "getter_method": "getBackupAdminInvitationSentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.backup_invitation_opened": {"fq_name": "team_log.EventType.backup_invitation_opened", "param_name": "backupInvitationOpenedValue", "static_instance": null, "getter_method": "getBackupInvitationOpenedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.create_team_invite_link": {"fq_name": "team_log.EventType.create_team_invite_link", "param_name": "createTeamInviteLinkValue", "static_instance": null, "getter_method": "getCreateTeamInviteLinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.delete_team_invite_link": {"fq_name": "team_log.EventType.delete_team_invite_link", "param_name": "deleteTeamInviteLinkValue", "static_instance": null, "getter_method": "getDeleteTeamInviteLinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_add_external_id": {"fq_name": "team_log.EventType.member_add_external_id", "param_name": "memberAddExternalIdValue", "static_instance": null, "getter_method": "getMemberAddExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_add_name": {"fq_name": "team_log.EventType.member_add_name", "param_name": "memberAddNameValue", "static_instance": null, "getter_method": "getMemberAddNameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_admin_role": {"fq_name": "team_log.EventType.member_change_admin_role", "param_name": "memberChangeAdminRoleValue", "static_instance": null, "getter_method": "getMemberChangeAdminRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_email": {"fq_name": "team_log.EventType.member_change_email", "param_name": "memberChangeEmailValue", "static_instance": null, "getter_method": "getMemberChangeEmailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_external_id": {"fq_name": "team_log.EventType.member_change_external_id", "param_name": "memberChangeExternalIdValue", "static_instance": null, "getter_method": "getMemberChangeExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_membership_type": {"fq_name": "team_log.EventType.member_change_membership_type", "param_name": "memberChangeMembershipTypeValue", "static_instance": null, "getter_method": "getMemberChangeMembershipTypeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_name": {"fq_name": "team_log.EventType.member_change_name", "param_name": "memberChangeNameValue", "static_instance": null, "getter_method": "getMemberChangeNameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_reseller_role": {"fq_name": "team_log.EventType.member_change_reseller_role", "param_name": "memberChangeResellerRoleValue", "static_instance": null, "getter_method": "getMemberChangeResellerRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_change_status": {"fq_name": "team_log.EventType.member_change_status", "param_name": "memberChangeStatusValue", "static_instance": null, "getter_method": "getMemberChangeStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_delete_manual_contacts": {"fq_name": "team_log.EventType.member_delete_manual_contacts", "param_name": "memberDeleteManualContactsValue", "static_instance": null, "getter_method": "getMemberDeleteManualContactsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_delete_profile_photo": {"fq_name": "team_log.EventType.member_delete_profile_photo", "param_name": "memberDeleteProfilePhotoValue", "static_instance": null, "getter_method": "getMemberDeleteProfilePhotoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_permanently_delete_account_contents": {"fq_name": "team_log.EventType.member_permanently_delete_account_contents", "param_name": "memberPermanentlyDeleteAccountContentsValue", "static_instance": null, "getter_method": "getMemberPermanentlyDeleteAccountContentsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_remove_external_id": {"fq_name": "team_log.EventType.member_remove_external_id", "param_name": "memberRemoveExternalIdValue", "static_instance": null, "getter_method": "getMemberRemoveExternalIdValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_set_profile_photo": {"fq_name": "team_log.EventType.member_set_profile_photo", "param_name": "memberSetProfilePhotoValue", "static_instance": null, "getter_method": "getMemberSetProfilePhotoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_add_custom_quota": {"fq_name": "team_log.EventType.member_space_limits_add_custom_quota", "param_name": "memberSpaceLimitsAddCustomQuotaValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsAddCustomQuotaValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_change_custom_quota": {"fq_name": "team_log.EventType.member_space_limits_change_custom_quota", "param_name": "memberSpaceLimitsChangeCustomQuotaValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeCustomQuotaValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_change_status": {"fq_name": "team_log.EventType.member_space_limits_change_status", "param_name": "memberSpaceLimitsChangeStatusValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_remove_custom_quota": {"fq_name": "team_log.EventType.member_space_limits_remove_custom_quota", "param_name": "memberSpaceLimitsRemoveCustomQuotaValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsRemoveCustomQuotaValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_suggest": {"fq_name": "team_log.EventType.member_suggest", "param_name": "memberSuggestValue", "static_instance": null, "getter_method": "getMemberSuggestValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_transfer_account_contents": {"fq_name": "team_log.EventType.member_transfer_account_contents", "param_name": "memberTransferAccountContentsValue", "static_instance": null, "getter_method": "getMemberTransferAccountContentsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.pending_secondary_email_added": {"fq_name": "team_log.EventType.pending_secondary_email_added", "param_name": "pendingSecondaryEmailAddedValue", "static_instance": null, "getter_method": "getPendingSecondaryEmailAddedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.product_assigned_to_member": {"fq_name": "team_log.EventType.product_assigned_to_member", "param_name": "productAssignedToMemberValue", "static_instance": null, "getter_method": "getProductAssignedToMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.product_removed_from_member": {"fq_name": "team_log.EventType.product_removed_from_member", "param_name": "productRemovedFromMemberValue", "static_instance": null, "getter_method": "getProductRemovedFromMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.secondary_email_deleted": {"fq_name": "team_log.EventType.secondary_email_deleted", "param_name": "secondaryEmailDeletedValue", "static_instance": null, "getter_method": "getSecondaryEmailDeletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.secondary_email_verified": {"fq_name": "team_log.EventType.secondary_email_verified", "param_name": "secondaryEmailVerifiedValue", "static_instance": null, "getter_method": "getSecondaryEmailVerifiedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.secondary_mails_policy_changed": {"fq_name": "team_log.EventType.secondary_mails_policy_changed", "param_name": "secondaryMailsPolicyChangedValue", "static_instance": null, "getter_method": "getSecondaryMailsPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_add_page": {"fq_name": "team_log.EventType.binder_add_page", "param_name": "binderAddPageValue", "static_instance": null, "getter_method": "getBinderAddPageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_add_section": {"fq_name": "team_log.EventType.binder_add_section", "param_name": "binderAddSectionValue", "static_instance": null, "getter_method": "getBinderAddSectionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_remove_page": {"fq_name": "team_log.EventType.binder_remove_page", "param_name": "binderRemovePageValue", "static_instance": null, "getter_method": "getBinderRemovePageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_remove_section": {"fq_name": "team_log.EventType.binder_remove_section", "param_name": "binderRemoveSectionValue", "static_instance": null, "getter_method": "getBinderRemoveSectionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_rename_page": {"fq_name": "team_log.EventType.binder_rename_page", "param_name": "binderRenamePageValue", "static_instance": null, "getter_method": "getBinderRenamePageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_rename_section": {"fq_name": "team_log.EventType.binder_rename_section", "param_name": "binderRenameSectionValue", "static_instance": null, "getter_method": "getBinderRenameSectionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_reorder_page": {"fq_name": "team_log.EventType.binder_reorder_page", "param_name": "binderReorderPageValue", "static_instance": null, "getter_method": "getBinderReorderPageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.binder_reorder_section": {"fq_name": "team_log.EventType.binder_reorder_section", "param_name": "binderReorderSectionValue", "static_instance": null, "getter_method": "getBinderReorderSectionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_add_member": {"fq_name": "team_log.EventType.paper_content_add_member", "param_name": "paperContentAddMemberValue", "static_instance": null, "getter_method": "getPaperContentAddMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_add_to_folder": {"fq_name": "team_log.EventType.paper_content_add_to_folder", "param_name": "paperContentAddToFolderValue", "static_instance": null, "getter_method": "getPaperContentAddToFolderValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_archive": {"fq_name": "team_log.EventType.paper_content_archive", "param_name": "paperContentArchiveValue", "static_instance": null, "getter_method": "getPaperContentArchiveValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_create": {"fq_name": "team_log.EventType.paper_content_create", "param_name": "paperContentCreateValue", "static_instance": null, "getter_method": "getPaperContentCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_permanently_delete": {"fq_name": "team_log.EventType.paper_content_permanently_delete", "param_name": "paperContentPermanentlyDeleteValue", "static_instance": null, "getter_method": "getPaperContentPermanentlyDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_remove_from_folder": {"fq_name": "team_log.EventType.paper_content_remove_from_folder", "param_name": "paperContentRemoveFromFolderValue", "static_instance": null, "getter_method": "getPaperContentRemoveFromFolderValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_remove_member": {"fq_name": "team_log.EventType.paper_content_remove_member", "param_name": "paperContentRemoveMemberValue", "static_instance": null, "getter_method": "getPaperContentRemoveMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_rename": {"fq_name": "team_log.EventType.paper_content_rename", "param_name": "paperContentRenameValue", "static_instance": null, "getter_method": "getPaperContentRenameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_content_restore": {"fq_name": "team_log.EventType.paper_content_restore", "param_name": "paperContentRestoreValue", "static_instance": null, "getter_method": "getPaperContentRestoreValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_add_comment": {"fq_name": "team_log.EventType.paper_doc_add_comment", "param_name": "paperDocAddCommentValue", "static_instance": null, "getter_method": "getPaperDocAddCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_change_member_role": {"fq_name": "team_log.EventType.paper_doc_change_member_role", "param_name": "paperDocChangeMemberRoleValue", "static_instance": null, "getter_method": "getPaperDocChangeMemberRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_change_sharing_policy": {"fq_name": "team_log.EventType.paper_doc_change_sharing_policy", "param_name": "paperDocChangeSharingPolicyValue", "static_instance": null, "getter_method": "getPaperDocChangeSharingPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_change_subscription": {"fq_name": "team_log.EventType.paper_doc_change_subscription", "param_name": "paperDocChangeSubscriptionValue", "static_instance": null, "getter_method": "getPaperDocChangeSubscriptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_deleted": {"fq_name": "team_log.EventType.paper_doc_deleted", "param_name": "paperDocDeletedValue", "static_instance": null, "getter_method": "getPaperDocDeletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_delete_comment": {"fq_name": "team_log.EventType.paper_doc_delete_comment", "param_name": "paperDocDeleteCommentValue", "static_instance": null, "getter_method": "getPaperDocDeleteCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_download": {"fq_name": "team_log.EventType.paper_doc_download", "param_name": "paperDocDownloadValue", "static_instance": null, "getter_method": "getPaperDocDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_edit": {"fq_name": "team_log.EventType.paper_doc_edit", "param_name": "paperDocEditValue", "static_instance": null, "getter_method": "getPaperDocEditValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_edit_comment": {"fq_name": "team_log.EventType.paper_doc_edit_comment", "param_name": "paperDocEditCommentValue", "static_instance": null, "getter_method": "getPaperDocEditCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_followed": {"fq_name": "team_log.EventType.paper_doc_followed", "param_name": "paperDocFollowedValue", "static_instance": null, "getter_method": "getPaperDocFollowedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_mention": {"fq_name": "team_log.EventType.paper_doc_mention", "param_name": "paperDocMentionValue", "static_instance": null, "getter_method": "getPaperDocMentionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_ownership_changed": {"fq_name": "team_log.EventType.paper_doc_ownership_changed", "param_name": "paperDocOwnershipChangedValue", "static_instance": null, "getter_method": "getPaperDocOwnershipChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_request_access": {"fq_name": "team_log.EventType.paper_doc_request_access", "param_name": "paperDocRequestAccessValue", "static_instance": null, "getter_method": "getPaperDocRequestAccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_resolve_comment": {"fq_name": "team_log.EventType.paper_doc_resolve_comment", "param_name": "paperDocResolveCommentValue", "static_instance": null, "getter_method": "getPaperDocResolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_revert": {"fq_name": "team_log.EventType.paper_doc_revert", "param_name": "paperDocRevertValue", "static_instance": null, "getter_method": "getPaperDocRevertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_slack_share": {"fq_name": "team_log.EventType.paper_doc_slack_share", "param_name": "paperDocSlackShareValue", "static_instance": null, "getter_method": "getPaperDocSlackShareValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_team_invite": {"fq_name": "team_log.EventType.paper_doc_team_invite", "param_name": "paperDocTeamInviteValue", "static_instance": null, "getter_method": "getPaperDocTeamInviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_trashed": {"fq_name": "team_log.EventType.paper_doc_trashed", "param_name": "paperDocTrashedValue", "static_instance": null, "getter_method": "getPaperDocTrashedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_unresolve_comment": {"fq_name": "team_log.EventType.paper_doc_unresolve_comment", "param_name": "paperDocUnresolveCommentValue", "static_instance": null, "getter_method": "getPaperDocUnresolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_untrashed": {"fq_name": "team_log.EventType.paper_doc_untrashed", "param_name": "paperDocUntrashedValue", "static_instance": null, "getter_method": "getPaperDocUntrashedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_doc_view": {"fq_name": "team_log.EventType.paper_doc_view", "param_name": "paperDocViewValue", "static_instance": null, "getter_method": "getPaperDocViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_external_view_allow": {"fq_name": "team_log.EventType.paper_external_view_allow", "param_name": "paperExternalViewAllowValue", "static_instance": null, "getter_method": "getPaperExternalViewAllowValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_external_view_default_team": {"fq_name": "team_log.EventType.paper_external_view_default_team", "param_name": "paperExternalViewDefaultTeamValue", "static_instance": null, "getter_method": "getPaperExternalViewDefaultTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_external_view_forbid": {"fq_name": "team_log.EventType.paper_external_view_forbid", "param_name": "paperExternalViewForbidValue", "static_instance": null, "getter_method": "getPaperExternalViewForbidValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_folder_change_subscription": {"fq_name": "team_log.EventType.paper_folder_change_subscription", "param_name": "paperFolderChangeSubscriptionValue", "static_instance": null, "getter_method": "getPaperFolderChangeSubscriptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_folder_deleted": {"fq_name": "team_log.EventType.paper_folder_deleted", "param_name": "paperFolderDeletedValue", "static_instance": null, "getter_method": "getPaperFolderDeletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_folder_followed": {"fq_name": "team_log.EventType.paper_folder_followed", "param_name": "paperFolderFollowedValue", "static_instance": null, "getter_method": "getPaperFolderFollowedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_folder_team_invite": {"fq_name": "team_log.EventType.paper_folder_team_invite", "param_name": "paperFolderTeamInviteValue", "static_instance": null, "getter_method": "getPaperFolderTeamInviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_published_link_change_permission": {"fq_name": "team_log.EventType.paper_published_link_change_permission", "param_name": "paperPublishedLinkChangePermissionValue", "static_instance": null, "getter_method": "getPaperPublishedLinkChangePermissionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_published_link_create": {"fq_name": "team_log.EventType.paper_published_link_create", "param_name": "paperPublishedLinkCreateValue", "static_instance": null, "getter_method": "getPaperPublishedLinkCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_published_link_disabled": {"fq_name": "team_log.EventType.paper_published_link_disabled", "param_name": "paperPublishedLinkDisabledValue", "static_instance": null, "getter_method": "getPaperPublishedLinkDisabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_published_link_view": {"fq_name": "team_log.EventType.paper_published_link_view", "param_name": "paperPublishedLinkViewValue", "static_instance": null, "getter_method": "getPaperPublishedLinkViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.password_change": {"fq_name": "team_log.EventType.password_change", "param_name": "passwordChangeValue", "static_instance": null, "getter_method": "getPasswordChangeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.password_reset": {"fq_name": "team_log.EventType.password_reset", "param_name": "passwordResetValue", "static_instance": null, "getter_method": "getPasswordResetValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.password_reset_all": {"fq_name": "team_log.EventType.password_reset_all", "param_name": "passwordResetAllValue", "static_instance": null, "getter_method": "getPasswordResetAllValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.classification_create_report": {"fq_name": "team_log.EventType.classification_create_report", "param_name": "classificationCreateReportValue", "static_instance": null, "getter_method": "getClassificationCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.classification_create_report_fail": {"fq_name": "team_log.EventType.classification_create_report_fail", "param_name": "classificationCreateReportFailValue", "static_instance": null, "getter_method": "getClassificationCreateReportFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_create_exceptions_report": {"fq_name": "team_log.EventType.emm_create_exceptions_report", "param_name": "emmCreateExceptionsReportValue", "static_instance": null, "getter_method": "getEmmCreateExceptionsReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_create_usage_report": {"fq_name": "team_log.EventType.emm_create_usage_report", "param_name": "emmCreateUsageReportValue", "static_instance": null, "getter_method": "getEmmCreateUsageReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.export_members_report": {"fq_name": "team_log.EventType.export_members_report", "param_name": "exportMembersReportValue", "static_instance": null, "getter_method": "getExportMembersReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.export_members_report_fail": {"fq_name": "team_log.EventType.export_members_report_fail", "param_name": "exportMembersReportFailValue", "static_instance": null, "getter_method": "getExportMembersReportFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.external_sharing_create_report": {"fq_name": "team_log.EventType.external_sharing_create_report", "param_name": "externalSharingCreateReportValue", "static_instance": null, "getter_method": "getExternalSharingCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.external_sharing_report_failed": {"fq_name": "team_log.EventType.external_sharing_report_failed", "param_name": "externalSharingReportFailedValue", "static_instance": null, "getter_method": "getExternalSharingReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_access_details_create_report": {"fq_name": "team_log.EventType.member_access_details_create_report", "param_name": "memberAccessDetailsCreateReportValue", "static_instance": null, "getter_method": "getMemberAccessDetailsCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_access_details_create_report_failed": {"fq_name": "team_log.EventType.member_access_details_create_report_failed", "param_name": "memberAccessDetailsCreateReportFailedValue", "static_instance": null, "getter_method": "getMemberAccessDetailsCreateReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_expiration_link_gen_create_report": {"fq_name": "team_log.EventType.no_expiration_link_gen_create_report", "param_name": "noExpirationLinkGenCreateReportValue", "static_instance": null, "getter_method": "getNoExpirationLinkGenCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_expiration_link_gen_report_failed": {"fq_name": "team_log.EventType.no_expiration_link_gen_report_failed", "param_name": "noExpirationLinkGenReportFailedValue", "static_instance": null, "getter_method": "getNoExpirationLinkGenReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_password_link_gen_create_report": {"fq_name": "team_log.EventType.no_password_link_gen_create_report", "param_name": "noPasswordLinkGenCreateReportValue", "static_instance": null, "getter_method": "getNoPasswordLinkGenCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_password_link_gen_report_failed": {"fq_name": "team_log.EventType.no_password_link_gen_report_failed", "param_name": "noPasswordLinkGenReportFailedValue", "static_instance": null, "getter_method": "getNoPasswordLinkGenReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_password_link_view_create_report": {"fq_name": "team_log.EventType.no_password_link_view_create_report", "param_name": "noPasswordLinkViewCreateReportValue", "static_instance": null, "getter_method": "getNoPasswordLinkViewCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.no_password_link_view_report_failed": {"fq_name": "team_log.EventType.no_password_link_view_report_failed", "param_name": "noPasswordLinkViewReportFailedValue", "static_instance": null, "getter_method": "getNoPasswordLinkViewReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.outdated_link_view_create_report": {"fq_name": "team_log.EventType.outdated_link_view_create_report", "param_name": "outdatedLinkViewCreateReportValue", "static_instance": null, "getter_method": "getOutdatedLinkViewCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.outdated_link_view_report_failed": {"fq_name": "team_log.EventType.outdated_link_view_report_failed", "param_name": "outdatedLinkViewReportFailedValue", "static_instance": null, "getter_method": "getOutdatedLinkViewReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_admin_export_start": {"fq_name": "team_log.EventType.paper_admin_export_start", "param_name": "paperAdminExportStartValue", "static_instance": null, "getter_method": "getPaperAdminExportStartValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ransomware_alert_create_report": {"fq_name": "team_log.EventType.ransomware_alert_create_report", "param_name": "ransomwareAlertCreateReportValue", "static_instance": null, "getter_method": "getRansomwareAlertCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ransomware_alert_create_report_failed": {"fq_name": "team_log.EventType.ransomware_alert_create_report_failed", "param_name": "ransomwareAlertCreateReportFailedValue", "static_instance": null, "getter_method": "getRansomwareAlertCreateReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folders_create_report": {"fq_name": "team_log.EventType.shared_folders_create_report", "param_name": "sharedFoldersCreateReportValue", "static_instance": null, "getter_method": "getSharedFoldersCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folders_create_report_failed": {"fq_name": "team_log.EventType.shared_folders_create_report_failed", "param_name": "sharedFoldersCreateReportFailedValue", "static_instance": null, "getter_method": "getSharedFoldersCreateReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.smart_sync_create_admin_privilege_report": {"fq_name": "team_log.EventType.smart_sync_create_admin_privilege_report", "param_name": "smartSyncCreateAdminPrivilegeReportValue", "static_instance": null, "getter_method": "getSmartSyncCreateAdminPrivilegeReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_activity_create_report": {"fq_name": "team_log.EventType.team_activity_create_report", "param_name": "teamActivityCreateReportValue", "static_instance": null, "getter_method": "getTeamActivityCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_activity_create_report_fail": {"fq_name": "team_log.EventType.team_activity_create_report_fail", "param_name": "teamActivityCreateReportFailValue", "static_instance": null, "getter_method": "getTeamActivityCreateReportFailValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folders_create_report": {"fq_name": "team_log.EventType.team_folders_create_report", "param_name": "teamFoldersCreateReportValue", "static_instance": null, "getter_method": "getTeamFoldersCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folders_create_report_failed": {"fq_name": "team_log.EventType.team_folders_create_report_failed", "param_name": "teamFoldersCreateReportFailedValue", "static_instance": null, "getter_method": "getTeamFoldersCreateReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_storage_create_report": {"fq_name": "team_log.EventType.team_storage_create_report", "param_name": "teamStorageCreateReportValue", "static_instance": null, "getter_method": "getTeamStorageCreateReportValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_storage_create_report_failed": {"fq_name": "team_log.EventType.team_storage_create_report_failed", "param_name": "teamStorageCreateReportFailedValue", "static_instance": null, "getter_method": "getTeamStorageCreateReportFailedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.collection_share": {"fq_name": "team_log.EventType.collection_share", "param_name": "collectionShareValue", "static_instance": null, "getter_method": "getCollectionShareValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_file_add": {"fq_name": "team_log.EventType.file_transfers_file_add", "param_name": "fileTransfersFileAddValue", "static_instance": null, "getter_method": "getFileTransfersFileAddValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_transfer_delete": {"fq_name": "team_log.EventType.file_transfers_transfer_delete", "param_name": "fileTransfersTransferDeleteValue", "static_instance": null, "getter_method": "getFileTransfersTransferDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_transfer_download": {"fq_name": "team_log.EventType.file_transfers_transfer_download", "param_name": "fileTransfersTransferDownloadValue", "static_instance": null, "getter_method": "getFileTransfersTransferDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_transfer_send": {"fq_name": "team_log.EventType.file_transfers_transfer_send", "param_name": "fileTransfersTransferSendValue", "static_instance": null, "getter_method": "getFileTransfersTransferSendValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_transfer_view": {"fq_name": "team_log.EventType.file_transfers_transfer_view", "param_name": "fileTransfersTransferViewValue", "static_instance": null, "getter_method": "getFileTransfersTransferViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.note_acl_invite_only": {"fq_name": "team_log.EventType.note_acl_invite_only", "param_name": "noteAclInviteOnlyValue", "static_instance": null, "getter_method": "getNoteAclInviteOnlyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.note_acl_link": {"fq_name": "team_log.EventType.note_acl_link", "param_name": "noteAclLinkValue", "static_instance": null, "getter_method": "getNoteAclLinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.note_acl_team_link": {"fq_name": "team_log.EventType.note_acl_team_link", "param_name": "noteAclTeamLinkValue", "static_instance": null, "getter_method": "getNoteAclTeamLinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.note_shared": {"fq_name": "team_log.EventType.note_shared", "param_name": "noteSharedValue", "static_instance": null, "getter_method": "getNoteSharedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.note_share_receive": {"fq_name": "team_log.EventType.note_share_receive", "param_name": "noteShareReceiveValue", "static_instance": null, "getter_method": "getNoteShareReceiveValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.open_note_shared": {"fq_name": "team_log.EventType.open_note_shared", "param_name": "openNoteSharedValue", "static_instance": null, "getter_method": "getOpenNoteSharedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_file_shared_link_created": {"fq_name": "team_log.EventType.replay_file_shared_link_created", "param_name": "replayFileSharedLinkCreatedValue", "static_instance": null, "getter_method": "getReplayFileSharedLinkCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_file_shared_link_modified": {"fq_name": "team_log.EventType.replay_file_shared_link_modified", "param_name": "replayFileSharedLinkModifiedValue", "static_instance": null, "getter_method": "getReplayFileSharedLinkModifiedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_project_team_add": {"fq_name": "team_log.EventType.replay_project_team_add", "param_name": "replayProjectTeamAddValue", "static_instance": null, "getter_method": "getReplayProjectTeamAddValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_project_team_delete": {"fq_name": "team_log.EventType.replay_project_team_delete", "param_name": "replayProjectTeamDeleteValue", "static_instance": null, "getter_method": "getReplayProjectTeamDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_and_track_file_added": {"fq_name": "team_log.EventType.send_and_track_file_added", "param_name": "sendAndTrackFileAddedValue", "static_instance": null, "getter_method": "getSendAndTrackFileAddedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_and_track_file_renamed": {"fq_name": "team_log.EventType.send_and_track_file_renamed", "param_name": "sendAndTrackFileRenamedValue", "static_instance": null, "getter_method": "getSendAndTrackFileRenamedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_and_track_file_updated": {"fq_name": "team_log.EventType.send_and_track_file_updated", "param_name": "sendAndTrackFileUpdatedValue", "static_instance": null, "getter_method": "getSendAndTrackFileUpdatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_and_track_link_created": {"fq_name": "team_log.EventType.send_and_track_link_created", "param_name": "sendAndTrackLinkCreatedValue", "static_instance": null, "getter_method": "getSendAndTrackLinkCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_and_track_link_deleted": {"fq_name": "team_log.EventType.send_and_track_link_deleted", "param_name": "sendAndTrackLinkDeletedValue", "static_instance": null, "getter_method": "getSendAndTrackLinkDeletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_and_track_link_updated": {"fq_name": "team_log.EventType.send_and_track_link_updated", "param_name": "sendAndTrackLinkUpdatedValue", "static_instance": null, "getter_method": "getSendAndTrackLinkUpdatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_and_track_link_viewed": {"fq_name": "team_log.EventType.send_and_track_link_viewed", "param_name": "sendAndTrackLinkViewedValue", "static_instance": null, "getter_method": "getSendAndTrackLinkViewedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_and_track_removed_file_and_associated_links": {"fq_name": "team_log.EventType.send_and_track_removed_file_and_associated_links", "param_name": "sendAndTrackRemovedFileAndAssociatedLinksValue", "static_instance": null, "getter_method": "getSendAndTrackRemovedFileAndAssociatedLinksValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_add_group": {"fq_name": "team_log.EventType.sf_add_group", "param_name": "sfAddGroupValue", "static_instance": null, "getter_method": "getSfAddGroupValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_allow_non_members_to_view_shared_links": {"fq_name": "team_log.EventType.sf_allow_non_members_to_view_shared_links", "param_name": "sfAllowNonMembersToViewSharedLinksValue", "static_instance": null, "getter_method": "getSfAllowNonMembersToViewSharedLinksValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_external_invite_warn": {"fq_name": "team_log.EventType.sf_external_invite_warn", "param_name": "sfExternalInviteWarnValue", "static_instance": null, "getter_method": "getSfExternalInviteWarnValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_fb_invite": {"fq_name": "team_log.EventType.sf_fb_invite", "param_name": "sfFbInviteValue", "static_instance": null, "getter_method": "getSfFbInviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_fb_invite_change_role": {"fq_name": "team_log.EventType.sf_fb_invite_change_role", "param_name": "sfFbInviteChangeRoleValue", "static_instance": null, "getter_method": "getSfFbInviteChangeRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_fb_uninvite": {"fq_name": "team_log.EventType.sf_fb_uninvite", "param_name": "sfFbUninviteValue", "static_instance": null, "getter_method": "getSfFbUninviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_invite_group": {"fq_name": "team_log.EventType.sf_invite_group", "param_name": "sfInviteGroupValue", "static_instance": null, "getter_method": "getSfInviteGroupValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_grant_access": {"fq_name": "team_log.EventType.sf_team_grant_access", "param_name": "sfTeamGrantAccessValue", "static_instance": null, "getter_method": "getSfTeamGrantAccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_invite": {"fq_name": "team_log.EventType.sf_team_invite", "param_name": "sfTeamInviteValue", "static_instance": null, "getter_method": "getSfTeamInviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_invite_change_role": {"fq_name": "team_log.EventType.sf_team_invite_change_role", "param_name": "sfTeamInviteChangeRoleValue", "static_instance": null, "getter_method": "getSfTeamInviteChangeRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_join": {"fq_name": "team_log.EventType.sf_team_join", "param_name": "sfTeamJoinValue", "static_instance": null, "getter_method": "getSfTeamJoinValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_join_from_oob_link": {"fq_name": "team_log.EventType.sf_team_join_from_oob_link", "param_name": "sfTeamJoinFromOobLinkValue", "static_instance": null, "getter_method": "getSfTeamJoinFromOobLinkValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sf_team_uninvite": {"fq_name": "team_log.EventType.sf_team_uninvite", "param_name": "sfTeamUninviteValue", "static_instance": null, "getter_method": "getSfTeamUninviteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_add_invitees": {"fq_name": "team_log.EventType.shared_content_add_invitees", "param_name": "sharedContentAddInviteesValue", "static_instance": null, "getter_method": "getSharedContentAddInviteesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_add_link_expiry": {"fq_name": "team_log.EventType.shared_content_add_link_expiry", "param_name": "sharedContentAddLinkExpiryValue", "static_instance": null, "getter_method": "getSharedContentAddLinkExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_add_link_password": {"fq_name": "team_log.EventType.shared_content_add_link_password", "param_name": "sharedContentAddLinkPasswordValue", "static_instance": null, "getter_method": "getSharedContentAddLinkPasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_add_member": {"fq_name": "team_log.EventType.shared_content_add_member", "param_name": "sharedContentAddMemberValue", "static_instance": null, "getter_method": "getSharedContentAddMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_downloads_policy": {"fq_name": "team_log.EventType.shared_content_change_downloads_policy", "param_name": "sharedContentChangeDownloadsPolicyValue", "static_instance": null, "getter_method": "getSharedContentChangeDownloadsPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_invitee_role": {"fq_name": "team_log.EventType.shared_content_change_invitee_role", "param_name": "sharedContentChangeInviteeRoleValue", "static_instance": null, "getter_method": "getSharedContentChangeInviteeRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_link_audience": {"fq_name": "team_log.EventType.shared_content_change_link_audience", "param_name": "sharedContentChangeLinkAudienceValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkAudienceValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_link_expiry": {"fq_name": "team_log.EventType.shared_content_change_link_expiry", "param_name": "sharedContentChangeLinkExpiryValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_link_password": {"fq_name": "team_log.EventType.shared_content_change_link_password", "param_name": "sharedContentChangeLinkPasswordValue", "static_instance": null, "getter_method": "getSharedContentChangeLinkPasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_member_role": {"fq_name": "team_log.EventType.shared_content_change_member_role", "param_name": "sharedContentChangeMemberRoleValue", "static_instance": null, "getter_method": "getSharedContentChangeMemberRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_change_viewer_info_policy": {"fq_name": "team_log.EventType.shared_content_change_viewer_info_policy", "param_name": "sharedContentChangeViewerInfoPolicyValue", "static_instance": null, "getter_method": "getSharedContentChangeViewerInfoPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_claim_invitation": {"fq_name": "team_log.EventType.shared_content_claim_invitation", "param_name": "sharedContentClaimInvitationValue", "static_instance": null, "getter_method": "getSharedContentClaimInvitationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_copy": {"fq_name": "team_log.EventType.shared_content_copy", "param_name": "sharedContentCopyValue", "static_instance": null, "getter_method": "getSharedContentCopyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_download": {"fq_name": "team_log.EventType.shared_content_download", "param_name": "sharedContentDownloadValue", "static_instance": null, "getter_method": "getSharedContentDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_relinquish_membership": {"fq_name": "team_log.EventType.shared_content_relinquish_membership", "param_name": "sharedContentRelinquishMembershipValue", "static_instance": null, "getter_method": "getSharedContentRelinquishMembershipValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_remove_invitees": {"fq_name": "team_log.EventType.shared_content_remove_invitees", "param_name": "sharedContentRemoveInviteesValue", "static_instance": null, "getter_method": "getSharedContentRemoveInviteesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_remove_link_expiry": {"fq_name": "team_log.EventType.shared_content_remove_link_expiry", "param_name": "sharedContentRemoveLinkExpiryValue", "static_instance": null, "getter_method": "getSharedContentRemoveLinkExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_remove_link_password": {"fq_name": "team_log.EventType.shared_content_remove_link_password", "param_name": "sharedContentRemoveLinkPasswordValue", "static_instance": null, "getter_method": "getSharedContentRemoveLinkPasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_remove_member": {"fq_name": "team_log.EventType.shared_content_remove_member", "param_name": "sharedContentRemoveMemberValue", "static_instance": null, "getter_method": "getSharedContentRemoveMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_request_access": {"fq_name": "team_log.EventType.shared_content_request_access", "param_name": "sharedContentRequestAccessValue", "static_instance": null, "getter_method": "getSharedContentRequestAccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_restore_invitees": {"fq_name": "team_log.EventType.shared_content_restore_invitees", "param_name": "sharedContentRestoreInviteesValue", "static_instance": null, "getter_method": "getSharedContentRestoreInviteesValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_restore_member": {"fq_name": "team_log.EventType.shared_content_restore_member", "param_name": "sharedContentRestoreMemberValue", "static_instance": null, "getter_method": "getSharedContentRestoreMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_unshare": {"fq_name": "team_log.EventType.shared_content_unshare", "param_name": "sharedContentUnshareValue", "static_instance": null, "getter_method": "getSharedContentUnshareValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_content_view": {"fq_name": "team_log.EventType.shared_content_view", "param_name": "sharedContentViewValue", "static_instance": null, "getter_method": "getSharedContentViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_change_link_policy": {"fq_name": "team_log.EventType.shared_folder_change_link_policy", "param_name": "sharedFolderChangeLinkPolicyValue", "static_instance": null, "getter_method": "getSharedFolderChangeLinkPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_change_members_inheritance_policy": {"fq_name": "team_log.EventType.shared_folder_change_members_inheritance_policy", "param_name": "sharedFolderChangeMembersInheritancePolicyValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersInheritancePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_change_members_management_policy": {"fq_name": "team_log.EventType.shared_folder_change_members_management_policy", "param_name": "sharedFolderChangeMembersManagementPolicyValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersManagementPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_change_members_policy": {"fq_name": "team_log.EventType.shared_folder_change_members_policy", "param_name": "sharedFolderChangeMembersPolicyValue", "static_instance": null, "getter_method": "getSharedFolderChangeMembersPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_create": {"fq_name": "team_log.EventType.shared_folder_create", "param_name": "sharedFolderCreateValue", "static_instance": null, "getter_method": "getSharedFolderCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_decline_invitation": {"fq_name": "team_log.EventType.shared_folder_decline_invitation", "param_name": "sharedFolderDeclineInvitationValue", "static_instance": null, "getter_method": "getSharedFolderDeclineInvitationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_mount": {"fq_name": "team_log.EventType.shared_folder_mount", "param_name": "sharedFolderMountValue", "static_instance": null, "getter_method": "getSharedFolderMountValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_nest": {"fq_name": "team_log.EventType.shared_folder_nest", "param_name": "sharedFolderNestValue", "static_instance": null, "getter_method": "getSharedFolderNestValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_transfer_ownership": {"fq_name": "team_log.EventType.shared_folder_transfer_ownership", "param_name": "sharedFolderTransferOwnershipValue", "static_instance": null, "getter_method": "getSharedFolderTransferOwnershipValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_folder_unmount": {"fq_name": "team_log.EventType.shared_folder_unmount", "param_name": "sharedFolderUnmountValue", "static_instance": null, "getter_method": "getSharedFolderUnmountValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_add_expiry": {"fq_name": "team_log.EventType.shared_link_add_expiry", "param_name": "sharedLinkAddExpiryValue", "static_instance": null, "getter_method": "getSharedLinkAddExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_change_expiry": {"fq_name": "team_log.EventType.shared_link_change_expiry", "param_name": "sharedLinkChangeExpiryValue", "static_instance": null, "getter_method": "getSharedLinkChangeExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_change_visibility": {"fq_name": "team_log.EventType.shared_link_change_visibility", "param_name": "sharedLinkChangeVisibilityValue", "static_instance": null, "getter_method": "getSharedLinkChangeVisibilityValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_copy": {"fq_name": "team_log.EventType.shared_link_copy", "param_name": "sharedLinkCopyValue", "static_instance": null, "getter_method": "getSharedLinkCopyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_create": {"fq_name": "team_log.EventType.shared_link_create", "param_name": "sharedLinkCreateValue", "static_instance": null, "getter_method": "getSharedLinkCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_disable": {"fq_name": "team_log.EventType.shared_link_disable", "param_name": "sharedLinkDisableValue", "static_instance": null, "getter_method": "getSharedLinkDisableValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_download": {"fq_name": "team_log.EventType.shared_link_download", "param_name": "sharedLinkDownloadValue", "static_instance": null, "getter_method": "getSharedLinkDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_remove_expiry": {"fq_name": "team_log.EventType.shared_link_remove_expiry", "param_name": "sharedLinkRemoveExpiryValue", "static_instance": null, "getter_method": "getSharedLinkRemoveExpiryValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_remove_visitor": {"fq_name": "team_log.EventType.shared_link_remove_visitor", "param_name": "sharedLinkRemoveVisitorValue", "static_instance": null, "getter_method": "getSharedLinkRemoveVisitorValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_add_expiration": {"fq_name": "team_log.EventType.shared_link_settings_add_expiration", "param_name": "sharedLinkSettingsAddExpirationValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAddExpirationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_add_password": {"fq_name": "team_log.EventType.shared_link_settings_add_password", "param_name": "sharedLinkSettingsAddPasswordValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAddPasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_allow_download_disabled": {"fq_name": "team_log.EventType.shared_link_settings_allow_download_disabled", "param_name": "sharedLinkSettingsAllowDownloadDisabledValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAllowDownloadDisabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_allow_download_enabled": {"fq_name": "team_log.EventType.shared_link_settings_allow_download_enabled", "param_name": "sharedLinkSettingsAllowDownloadEnabledValue", "static_instance": null, "getter_method": "getSharedLinkSettingsAllowDownloadEnabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_change_audience": {"fq_name": "team_log.EventType.shared_link_settings_change_audience", "param_name": "sharedLinkSettingsChangeAudienceValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangeAudienceValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_change_expiration": {"fq_name": "team_log.EventType.shared_link_settings_change_expiration", "param_name": "sharedLinkSettingsChangeExpirationValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangeExpirationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_change_password": {"fq_name": "team_log.EventType.shared_link_settings_change_password", "param_name": "sharedLinkSettingsChangePasswordValue", "static_instance": null, "getter_method": "getSharedLinkSettingsChangePasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_remove_expiration": {"fq_name": "team_log.EventType.shared_link_settings_remove_expiration", "param_name": "sharedLinkSettingsRemoveExpirationValue", "static_instance": null, "getter_method": "getSharedLinkSettingsRemoveExpirationValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_settings_remove_password": {"fq_name": "team_log.EventType.shared_link_settings_remove_password", "param_name": "sharedLinkSettingsRemovePasswordValue", "static_instance": null, "getter_method": "getSharedLinkSettingsRemovePasswordValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_share": {"fq_name": "team_log.EventType.shared_link_share", "param_name": "sharedLinkShareValue", "static_instance": null, "getter_method": "getSharedLinkShareValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_view": {"fq_name": "team_log.EventType.shared_link_view", "param_name": "sharedLinkViewValue", "static_instance": null, "getter_method": "getSharedLinkViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_note_opened": {"fq_name": "team_log.EventType.shared_note_opened", "param_name": "sharedNoteOpenedValue", "static_instance": null, "getter_method": "getSharedNoteOpenedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shmodel_disable_downloads": {"fq_name": "team_log.EventType.shmodel_disable_downloads", "param_name": "shmodelDisableDownloadsValue", "static_instance": null, "getter_method": "getShmodelDisableDownloadsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shmodel_enable_downloads": {"fq_name": "team_log.EventType.shmodel_enable_downloads", "param_name": "shmodelEnableDownloadsValue", "static_instance": null, "getter_method": "getShmodelEnableDownloadsValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shmodel_group_share": {"fq_name": "team_log.EventType.shmodel_group_share", "param_name": "shmodelGroupShareValue", "static_instance": null, "getter_method": "getShmodelGroupShareValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_access_granted": {"fq_name": "team_log.EventType.showcase_access_granted", "param_name": "showcaseAccessGrantedValue", "static_instance": null, "getter_method": "getShowcaseAccessGrantedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_add_member": {"fq_name": "team_log.EventType.showcase_add_member", "param_name": "showcaseAddMemberValue", "static_instance": null, "getter_method": "getShowcaseAddMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_archived": {"fq_name": "team_log.EventType.showcase_archived", "param_name": "showcaseArchivedValue", "static_instance": null, "getter_method": "getShowcaseArchivedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_created": {"fq_name": "team_log.EventType.showcase_created", "param_name": "showcaseCreatedValue", "static_instance": null, "getter_method": "getShowcaseCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_delete_comment": {"fq_name": "team_log.EventType.showcase_delete_comment", "param_name": "showcaseDeleteCommentValue", "static_instance": null, "getter_method": "getShowcaseDeleteCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_edited": {"fq_name": "team_log.EventType.showcase_edited", "param_name": "showcaseEditedValue", "static_instance": null, "getter_method": "getShowcaseEditedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_edit_comment": {"fq_name": "team_log.EventType.showcase_edit_comment", "param_name": "showcaseEditCommentValue", "static_instance": null, "getter_method": "getShowcaseEditCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_file_added": {"fq_name": "team_log.EventType.showcase_file_added", "param_name": "showcaseFileAddedValue", "static_instance": null, "getter_method": "getShowcaseFileAddedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_file_download": {"fq_name": "team_log.EventType.showcase_file_download", "param_name": "showcaseFileDownloadValue", "static_instance": null, "getter_method": "getShowcaseFileDownloadValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_file_removed": {"fq_name": "team_log.EventType.showcase_file_removed", "param_name": "showcaseFileRemovedValue", "static_instance": null, "getter_method": "getShowcaseFileRemovedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_file_view": {"fq_name": "team_log.EventType.showcase_file_view", "param_name": "showcaseFileViewValue", "static_instance": null, "getter_method": "getShowcaseFileViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_permanently_deleted": {"fq_name": "team_log.EventType.showcase_permanently_deleted", "param_name": "showcasePermanentlyDeletedValue", "static_instance": null, "getter_method": "getShowcasePermanentlyDeletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_post_comment": {"fq_name": "team_log.EventType.showcase_post_comment", "param_name": "showcasePostCommentValue", "static_instance": null, "getter_method": "getShowcasePostCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_remove_member": {"fq_name": "team_log.EventType.showcase_remove_member", "param_name": "showcaseRemoveMemberValue", "static_instance": null, "getter_method": "getShowcaseRemoveMemberValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_renamed": {"fq_name": "team_log.EventType.showcase_renamed", "param_name": "showcaseRenamedValue", "static_instance": null, "getter_method": "getShowcaseRenamedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_request_access": {"fq_name": "team_log.EventType.showcase_request_access", "param_name": "showcaseRequestAccessValue", "static_instance": null, "getter_method": "getShowcaseRequestAccessValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_resolve_comment": {"fq_name": "team_log.EventType.showcase_resolve_comment", "param_name": "showcaseResolveCommentValue", "static_instance": null, "getter_method": "getShowcaseResolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_restored": {"fq_name": "team_log.EventType.showcase_restored", "param_name": "showcaseRestoredValue", "static_instance": null, "getter_method": "getShowcaseRestoredValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_trashed": {"fq_name": "team_log.EventType.showcase_trashed", "param_name": "showcaseTrashedValue", "static_instance": null, "getter_method": "getShowcaseTrashedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_trashed_deprecated": {"fq_name": "team_log.EventType.showcase_trashed_deprecated", "param_name": "showcaseTrashedDeprecatedValue", "static_instance": null, "getter_method": "getShowcaseTrashedDeprecatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_unresolve_comment": {"fq_name": "team_log.EventType.showcase_unresolve_comment", "param_name": "showcaseUnresolveCommentValue", "static_instance": null, "getter_method": "getShowcaseUnresolveCommentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_untrashed": {"fq_name": "team_log.EventType.showcase_untrashed", "param_name": "showcaseUntrashedValue", "static_instance": null, "getter_method": "getShowcaseUntrashedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_untrashed_deprecated": {"fq_name": "team_log.EventType.showcase_untrashed_deprecated", "param_name": "showcaseUntrashedDeprecatedValue", "static_instance": null, "getter_method": "getShowcaseUntrashedDeprecatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_view": {"fq_name": "team_log.EventType.showcase_view", "param_name": "showcaseViewValue", "static_instance": null, "getter_method": "getShowcaseViewValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_signature_request_canceled": {"fq_name": "team_log.EventType.sign_signature_request_canceled", "param_name": "signSignatureRequestCanceledValue", "static_instance": null, "getter_method": "getSignSignatureRequestCanceledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_signature_request_completed": {"fq_name": "team_log.EventType.sign_signature_request_completed", "param_name": "signSignatureRequestCompletedValue", "static_instance": null, "getter_method": "getSignSignatureRequestCompletedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_signature_request_declined": {"fq_name": "team_log.EventType.sign_signature_request_declined", "param_name": "signSignatureRequestDeclinedValue", "static_instance": null, "getter_method": "getSignSignatureRequestDeclinedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_signature_request_opened": {"fq_name": "team_log.EventType.sign_signature_request_opened", "param_name": "signSignatureRequestOpenedValue", "static_instance": null, "getter_method": "getSignSignatureRequestOpenedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_signature_request_reminder_sent": {"fq_name": "team_log.EventType.sign_signature_request_reminder_sent", "param_name": "signSignatureRequestReminderSentValue", "static_instance": null, "getter_method": "getSignSignatureRequestReminderSentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_signature_request_sent": {"fq_name": "team_log.EventType.sign_signature_request_sent", "param_name": "signSignatureRequestSentValue", "static_instance": null, "getter_method": "getSignSignatureRequestSentValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_template_created": {"fq_name": "team_log.EventType.sign_template_created", "param_name": "signTemplateCreatedValue", "static_instance": null, "getter_method": "getSignTemplateCreatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_template_shared": {"fq_name": "team_log.EventType.sign_template_shared", "param_name": "signTemplateSharedValue", "static_instance": null, "getter_method": "getSignTemplateSharedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.risc_security_event": {"fq_name": "team_log.EventType.risc_security_event", "param_name": "riscSecurityEventValue", "static_instance": null, "getter_method": "getRiscSecurityEventValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_add_cert": {"fq_name": "team_log.EventType.sso_add_cert", "param_name": "ssoAddCertValue", "static_instance": null, "getter_method": "getSsoAddCertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_add_login_url": {"fq_name": "team_log.EventType.sso_add_login_url", "param_name": "ssoAddLoginUrlValue", "static_instance": null, "getter_method": "getSsoAddLoginUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_add_logout_url": {"fq_name": "team_log.EventType.sso_add_logout_url", "param_name": "ssoAddLogoutUrlValue", "static_instance": null, "getter_method": "getSsoAddLogoutUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_change_cert": {"fq_name": "team_log.EventType.sso_change_cert", "param_name": "ssoChangeCertValue", "static_instance": null, "getter_method": "getSsoChangeCertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_change_login_url": {"fq_name": "team_log.EventType.sso_change_login_url", "param_name": "ssoChangeLoginUrlValue", "static_instance": null, "getter_method": "getSsoChangeLoginUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_change_logout_url": {"fq_name": "team_log.EventType.sso_change_logout_url", "param_name": "ssoChangeLogoutUrlValue", "static_instance": null, "getter_method": "getSsoChangeLogoutUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_change_saml_identity_mode": {"fq_name": "team_log.EventType.sso_change_saml_identity_mode", "param_name": "ssoChangeSamlIdentityModeValue", "static_instance": null, "getter_method": "getSsoChangeSamlIdentityModeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_remove_cert": {"fq_name": "team_log.EventType.sso_remove_cert", "param_name": "ssoRemoveCertValue", "static_instance": null, "getter_method": "getSsoRemoveCertValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_remove_login_url": {"fq_name": "team_log.EventType.sso_remove_login_url", "param_name": "ssoRemoveLoginUrlValue", "static_instance": null, "getter_method": "getSsoRemoveLoginUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_remove_logout_url": {"fq_name": "team_log.EventType.sso_remove_logout_url", "param_name": "ssoRemoveLogoutUrlValue", "static_instance": null, "getter_method": "getSsoRemoveLogoutUrlValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folder_change_status": {"fq_name": "team_log.EventType.team_folder_change_status", "param_name": "teamFolderChangeStatusValue", "static_instance": null, "getter_method": "getTeamFolderChangeStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folder_create": {"fq_name": "team_log.EventType.team_folder_create", "param_name": "teamFolderCreateValue", "static_instance": null, "getter_method": "getTeamFolderCreateValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folder_downgrade": {"fq_name": "team_log.EventType.team_folder_downgrade", "param_name": "teamFolderDowngradeValue", "static_instance": null, "getter_method": "getTeamFolderDowngradeValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folder_permanently_delete": {"fq_name": "team_log.EventType.team_folder_permanently_delete", "param_name": "teamFolderPermanentlyDeleteValue", "static_instance": null, "getter_method": "getTeamFolderPermanentlyDeleteValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_folder_rename": {"fq_name": "team_log.EventType.team_folder_rename", "param_name": "teamFolderRenameValue", "static_instance": null, "getter_method": "getTeamFolderRenameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_selective_sync_settings_changed": {"fq_name": "team_log.EventType.team_selective_sync_settings_changed", "param_name": "teamSelectiveSyncSettingsChangedValue", "static_instance": null, "getter_method": "getTeamSelectiveSyncSettingsChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.account_capture_change_policy": {"fq_name": "team_log.EventType.account_capture_change_policy", "param_name": "accountCaptureChangePolicyValue", "static_instance": null, "getter_method": "getAccountCaptureChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.admin_email_reminders_changed": {"fq_name": "team_log.EventType.admin_email_reminders_changed", "param_name": "adminEmailRemindersChangedValue", "static_instance": null, "getter_method": "getAdminEmailRemindersChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ai_third_party_sharing_dropbox_base_policy_changed": {"fq_name": "team_log.EventType.ai_third_party_sharing_dropbox_base_policy_changed", "param_name": "aiThirdPartySharingDropboxBasePolicyChangedValue", "static_instance": null, "getter_method": "getAiThirdPartySharingDropboxBasePolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.allow_download_disabled": {"fq_name": "team_log.EventType.allow_download_disabled", "param_name": "allowDownloadDisabledValue", "static_instance": null, "getter_method": "getAllowDownloadDisabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.allow_download_enabled": {"fq_name": "team_log.EventType.allow_download_enabled", "param_name": "allowDownloadEnabledValue", "static_instance": null, "getter_method": "getAllowDownloadEnabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.apple_login_change_policy": {"fq_name": "team_log.EventType.apple_login_change_policy", "param_name": "appleLoginChangePolicyValue", "static_instance": null, "getter_method": "getAppleLoginChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.app_permissions_changed": {"fq_name": "team_log.EventType.app_permissions_changed", "param_name": "appPermissionsChangedValue", "static_instance": null, "getter_method": "getAppPermissionsChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.camera_uploads_policy_changed": {"fq_name": "team_log.EventType.camera_uploads_policy_changed", "param_name": "cameraUploadsPolicyChangedValue", "static_instance": null, "getter_method": "getCameraUploadsPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.capture_team_space_policy_changed": {"fq_name": "team_log.EventType.capture_team_space_policy_changed", "param_name": "captureTeamSpacePolicyChangedValue", "static_instance": null, "getter_method": "getCaptureTeamSpacePolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.capture_transcript_policy_changed": {"fq_name": "team_log.EventType.capture_transcript_policy_changed", "param_name": "captureTranscriptPolicyChangedValue", "static_instance": null, "getter_method": "getCaptureTranscriptPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.classification_change_policy": {"fq_name": "team_log.EventType.classification_change_policy", "param_name": "classificationChangePolicyValue", "static_instance": null, "getter_method": "getClassificationChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.computer_backup_policy_changed": {"fq_name": "team_log.EventType.computer_backup_policy_changed", "param_name": "computerBackupPolicyChangedValue", "static_instance": null, "getter_method": "getComputerBackupPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.content_administration_policy_changed": {"fq_name": "team_log.EventType.content_administration_policy_changed", "param_name": "contentAdministrationPolicyChangedValue", "static_instance": null, "getter_method": "getContentAdministrationPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.content_deletion_protection_change_policy": {"fq_name": "team_log.EventType.content_deletion_protection_change_policy", "param_name": "contentDeletionProtectionChangePolicyValue", "static_instance": null, "getter_method": "getContentDeletionProtectionChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dash_external_sharing_policy_changed": {"fq_name": "team_log.EventType.dash_external_sharing_policy_changed", "param_name": "dashExternalSharingPolicyChangedValue", "static_instance": null, "getter_method": "getDashExternalSharingPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.data_placement_restriction_change_policy": {"fq_name": "team_log.EventType.data_placement_restriction_change_policy", "param_name": "dataPlacementRestrictionChangePolicyValue", "static_instance": null, "getter_method": "getDataPlacementRestrictionChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.data_placement_restriction_satisfy_policy": {"fq_name": "team_log.EventType.data_placement_restriction_satisfy_policy", "param_name": "dataPlacementRestrictionSatisfyPolicyValue", "static_instance": null, "getter_method": "getDataPlacementRestrictionSatisfyPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_add_exception": {"fq_name": "team_log.EventType.device_approvals_add_exception", "param_name": "deviceApprovalsAddExceptionValue", "static_instance": null, "getter_method": "getDeviceApprovalsAddExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_change_desktop_policy": {"fq_name": "team_log.EventType.device_approvals_change_desktop_policy", "param_name": "deviceApprovalsChangeDesktopPolicyValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeDesktopPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_change_mobile_policy": {"fq_name": "team_log.EventType.device_approvals_change_mobile_policy", "param_name": "deviceApprovalsChangeMobilePolicyValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeMobilePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_change_overage_action": {"fq_name": "team_log.EventType.device_approvals_change_overage_action", "param_name": "deviceApprovalsChangeOverageActionValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeOverageActionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_change_unlink_action": {"fq_name": "team_log.EventType.device_approvals_change_unlink_action", "param_name": "deviceApprovalsChangeUnlinkActionValue", "static_instance": null, "getter_method": "getDeviceApprovalsChangeUnlinkActionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.device_approvals_remove_exception": {"fq_name": "team_log.EventType.device_approvals_remove_exception", "param_name": "deviceApprovalsRemoveExceptionValue", "static_instance": null, "getter_method": "getDeviceApprovalsRemoveExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.directory_restrictions_add_members": {"fq_name": "team_log.EventType.directory_restrictions_add_members", "param_name": "directoryRestrictionsAddMembersValue", "static_instance": null, "getter_method": "getDirectoryRestrictionsAddMembersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.directory_restrictions_remove_members": {"fq_name": "team_log.EventType.directory_restrictions_remove_members", "param_name": "directoryRestrictionsRemoveMembersValue", "static_instance": null, "getter_method": "getDirectoryRestrictionsRemoveMembersValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.dropbox_passwords_policy_changed": {"fq_name": "team_log.EventType.dropbox_passwords_policy_changed", "param_name": "dropboxPasswordsPolicyChangedValue", "static_instance": null, "getter_method": "getDropboxPasswordsPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.email_ingest_policy_changed": {"fq_name": "team_log.EventType.email_ingest_policy_changed", "param_name": "emailIngestPolicyChangedValue", "static_instance": null, "getter_method": "getEmailIngestPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_add_exception": {"fq_name": "team_log.EventType.emm_add_exception", "param_name": "emmAddExceptionValue", "static_instance": null, "getter_method": "getEmmAddExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_change_policy": {"fq_name": "team_log.EventType.emm_change_policy", "param_name": "emmChangePolicyValue", "static_instance": null, "getter_method": "getEmmChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.emm_remove_exception": {"fq_name": "team_log.EventType.emm_remove_exception", "param_name": "emmRemoveExceptionValue", "static_instance": null, "getter_method": "getEmmRemoveExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.extended_version_history_change_policy": {"fq_name": "team_log.EventType.extended_version_history_change_policy", "param_name": "extendedVersionHistoryChangePolicyValue", "static_instance": null, "getter_method": "getExtendedVersionHistoryChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.external_drive_backup_policy_changed": {"fq_name": "team_log.EventType.external_drive_backup_policy_changed", "param_name": "externalDriveBackupPolicyChangedValue", "static_instance": null, "getter_method": "getExternalDriveBackupPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_comments_change_policy": {"fq_name": "team_log.EventType.file_comments_change_policy", "param_name": "fileCommentsChangePolicyValue", "static_instance": null, "getter_method": "getFileCommentsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_locking_policy_changed": {"fq_name": "team_log.EventType.file_locking_policy_changed", "param_name": "fileLockingPolicyChangedValue", "static_instance": null, "getter_method": "getFileLockingPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_provider_migration_policy_changed": {"fq_name": "team_log.EventType.file_provider_migration_policy_changed", "param_name": "fileProviderMigrationPolicyChangedValue", "static_instance": null, "getter_method": "getFileProviderMigrationPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_requests_change_policy": {"fq_name": "team_log.EventType.file_requests_change_policy", "param_name": "fileRequestsChangePolicyValue", "static_instance": null, "getter_method": "getFileRequestsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_requests_emails_enabled": {"fq_name": "team_log.EventType.file_requests_emails_enabled", "param_name": "fileRequestsEmailsEnabledValue", "static_instance": null, "getter_method": "getFileRequestsEmailsEnabledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_requests_emails_restricted_to_team_only": {"fq_name": "team_log.EventType.file_requests_emails_restricted_to_team_only", "param_name": "fileRequestsEmailsRestrictedToTeamOnlyValue", "static_instance": null, "getter_method": "getFileRequestsEmailsRestrictedToTeamOnlyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.file_transfers_policy_changed": {"fq_name": "team_log.EventType.file_transfers_policy_changed", "param_name": "fileTransfersPolicyChangedValue", "static_instance": null, "getter_method": "getFileTransfersPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.flexible_file_names_policy_changed": {"fq_name": "team_log.EventType.flexible_file_names_policy_changed", "param_name": "flexibleFileNamesPolicyChangedValue", "static_instance": null, "getter_method": "getFlexibleFileNamesPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.folder_link_restriction_policy_changed": {"fq_name": "team_log.EventType.folder_link_restriction_policy_changed", "param_name": "folderLinkRestrictionPolicyChangedValue", "static_instance": null, "getter_method": "getFolderLinkRestrictionPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.google_sso_change_policy": {"fq_name": "team_log.EventType.google_sso_change_policy", "param_name": "googleSsoChangePolicyValue", "static_instance": null, "getter_method": "getGoogleSsoChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.group_user_management_change_policy": {"fq_name": "team_log.EventType.group_user_management_change_policy", "param_name": "groupUserManagementChangePolicyValue", "static_instance": null, "getter_method": "getGroupUserManagementChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.integration_policy_changed": {"fq_name": "team_log.EventType.integration_policy_changed", "param_name": "integrationPolicyChangedValue", "static_instance": null, "getter_method": "getIntegrationPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.invite_acceptance_email_policy_changed": {"fq_name": "team_log.EventType.invite_acceptance_email_policy_changed", "param_name": "inviteAcceptanceEmailPolicyChangedValue", "static_instance": null, "getter_method": "getInviteAcceptanceEmailPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_requests_change_policy": {"fq_name": "team_log.EventType.member_requests_change_policy", "param_name": "memberRequestsChangePolicyValue", "static_instance": null, "getter_method": "getMemberRequestsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_send_invite_policy_changed": {"fq_name": "team_log.EventType.member_send_invite_policy_changed", "param_name": "memberSendInvitePolicyChangedValue", "static_instance": null, "getter_method": "getMemberSendInvitePolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_add_exception": {"fq_name": "team_log.EventType.member_space_limits_add_exception", "param_name": "memberSpaceLimitsAddExceptionValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsAddExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_change_caps_type_policy": {"fq_name": "team_log.EventType.member_space_limits_change_caps_type_policy", "param_name": "memberSpaceLimitsChangeCapsTypePolicyValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangeCapsTypePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_change_policy": {"fq_name": "team_log.EventType.member_space_limits_change_policy", "param_name": "memberSpaceLimitsChangePolicyValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_space_limits_remove_exception": {"fq_name": "team_log.EventType.member_space_limits_remove_exception", "param_name": "memberSpaceLimitsRemoveExceptionValue", "static_instance": null, "getter_method": "getMemberSpaceLimitsRemoveExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.member_suggestions_change_policy": {"fq_name": "team_log.EventType.member_suggestions_change_policy", "param_name": "memberSuggestionsChangePolicyValue", "static_instance": null, "getter_method": "getMemberSuggestionsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.microsoft_login_change_policy": {"fq_name": "team_log.EventType.microsoft_login_change_policy", "param_name": "microsoftLoginChangePolicyValue", "static_instance": null, "getter_method": "getMicrosoftLoginChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.microsoft_office_addin_change_policy": {"fq_name": "team_log.EventType.microsoft_office_addin_change_policy", "param_name": "microsoftOfficeAddinChangePolicyValue", "static_instance": null, "getter_method": "getMicrosoftOfficeAddinChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.network_control_change_policy": {"fq_name": "team_log.EventType.network_control_change_policy", "param_name": "networkControlChangePolicyValue", "static_instance": null, "getter_method": "getNetworkControlChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_change_deployment_policy": {"fq_name": "team_log.EventType.paper_change_deployment_policy", "param_name": "paperChangeDeploymentPolicyValue", "static_instance": null, "getter_method": "getPaperChangeDeploymentPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_change_member_link_policy": {"fq_name": "team_log.EventType.paper_change_member_link_policy", "param_name": "paperChangeMemberLinkPolicyValue", "static_instance": null, "getter_method": "getPaperChangeMemberLinkPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_change_member_policy": {"fq_name": "team_log.EventType.paper_change_member_policy", "param_name": "paperChangeMemberPolicyValue", "static_instance": null, "getter_method": "getPaperChangeMemberPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_change_policy": {"fq_name": "team_log.EventType.paper_change_policy", "param_name": "paperChangePolicyValue", "static_instance": null, "getter_method": "getPaperChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_default_folder_policy_changed": {"fq_name": "team_log.EventType.paper_default_folder_policy_changed", "param_name": "paperDefaultFolderPolicyChangedValue", "static_instance": null, "getter_method": "getPaperDefaultFolderPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_desktop_policy_changed": {"fq_name": "team_log.EventType.paper_desktop_policy_changed", "param_name": "paperDesktopPolicyChangedValue", "static_instance": null, "getter_method": "getPaperDesktopPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_enabled_users_group_addition": {"fq_name": "team_log.EventType.paper_enabled_users_group_addition", "param_name": "paperEnabledUsersGroupAdditionValue", "static_instance": null, "getter_method": "getPaperEnabledUsersGroupAdditionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.paper_enabled_users_group_removal": {"fq_name": "team_log.EventType.paper_enabled_users_group_removal", "param_name": "paperEnabledUsersGroupRemovalValue", "static_instance": null, "getter_method": "getPaperEnabledUsersGroupRemovalValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.passkey_login_policy_changed": {"fq_name": "team_log.EventType.passkey_login_policy_changed", "param_name": "passkeyLoginPolicyChangedValue", "static_instance": null, "getter_method": "getPasskeyLoginPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.password_strength_requirements_change_policy": {"fq_name": "team_log.EventType.password_strength_requirements_change_policy", "param_name": "passwordStrengthRequirementsChangePolicyValue", "static_instance": null, "getter_method": "getPasswordStrengthRequirementsChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.permanent_delete_change_policy": {"fq_name": "team_log.EventType.permanent_delete_change_policy", "param_name": "permanentDeleteChangePolicyValue", "static_instance": null, "getter_method": "getPermanentDeleteChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.previews_ai_policy_changed": {"fq_name": "team_log.EventType.previews_ai_policy_changed", "param_name": "previewsAiPolicyChangedValue", "static_instance": null, "getter_method": "getPreviewsAiPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_adding_people_policy_changed": {"fq_name": "team_log.EventType.replay_adding_people_policy_changed", "param_name": "replayAddingPeoplePolicyChangedValue", "static_instance": null, "getter_method": "getReplayAddingPeoplePolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.replay_sharing_policy_changed": {"fq_name": "team_log.EventType.replay_sharing_policy_changed", "param_name": "replaySharingPolicyChangedValue", "static_instance": null, "getter_method": "getReplaySharingPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.reseller_support_change_policy": {"fq_name": "team_log.EventType.reseller_support_change_policy", "param_name": "resellerSupportChangePolicyValue", "static_instance": null, "getter_method": "getResellerSupportChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.rewind_policy_changed": {"fq_name": "team_log.EventType.rewind_policy_changed", "param_name": "rewindPolicyChangedValue", "static_instance": null, "getter_method": "getRewindPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_and_track_policy_changed": {"fq_name": "team_log.EventType.send_and_track_policy_changed", "param_name": "sendAndTrackPolicyChangedValue", "static_instance": null, "getter_method": "getSendAndTrackPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_external_sharing_policy_changed": {"fq_name": "team_log.EventType.send_external_sharing_policy_changed", "param_name": "sendExternalSharingPolicyChangedValue", "static_instance": null, "getter_method": "getSendExternalSharingPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.send_for_signature_policy_changed": {"fq_name": "team_log.EventType.send_for_signature_policy_changed", "param_name": "sendForSignaturePolicyChangedValue", "static_instance": null, "getter_method": "getSendForSignaturePolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.shared_link_default_permissions_policy_changed": {"fq_name": "team_log.EventType.shared_link_default_permissions_policy_changed", "param_name": "sharedLinkDefaultPermissionsPolicyChangedValue", "static_instance": null, "getter_method": "getSharedLinkDefaultPermissionsPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_folder_join_policy": {"fq_name": "team_log.EventType.sharing_change_folder_join_policy", "param_name": "sharingChangeFolderJoinPolicyValue", "static_instance": null, "getter_method": "getSharingChangeFolderJoinPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_link_allow_change_expiration_policy": {"fq_name": "team_log.EventType.sharing_change_link_allow_change_expiration_policy", "param_name": "sharingChangeLinkAllowChangeExpirationPolicyValue", "static_instance": null, "getter_method": "getSharingChangeLinkAllowChangeExpirationPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_link_default_expiration_policy": {"fq_name": "team_log.EventType.sharing_change_link_default_expiration_policy", "param_name": "sharingChangeLinkDefaultExpirationPolicyValue", "static_instance": null, "getter_method": "getSharingChangeLinkDefaultExpirationPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_link_enforce_password_policy": {"fq_name": "team_log.EventType.sharing_change_link_enforce_password_policy", "param_name": "sharingChangeLinkEnforcePasswordPolicyValue", "static_instance": null, "getter_method": "getSharingChangeLinkEnforcePasswordPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_link_policy": {"fq_name": "team_log.EventType.sharing_change_link_policy", "param_name": "sharingChangeLinkPolicyValue", "static_instance": null, "getter_method": "getSharingChangeLinkPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sharing_change_member_policy": {"fq_name": "team_log.EventType.sharing_change_member_policy", "param_name": "sharingChangeMemberPolicyValue", "static_instance": null, "getter_method": "getSharingChangeMemberPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_change_download_policy": {"fq_name": "team_log.EventType.showcase_change_download_policy", "param_name": "showcaseChangeDownloadPolicyValue", "static_instance": null, "getter_method": "getShowcaseChangeDownloadPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_change_enabled_policy": {"fq_name": "team_log.EventType.showcase_change_enabled_policy", "param_name": "showcaseChangeEnabledPolicyValue", "static_instance": null, "getter_method": "getShowcaseChangeEnabledPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.showcase_change_external_sharing_policy": {"fq_name": "team_log.EventType.showcase_change_external_sharing_policy", "param_name": "showcaseChangeExternalSharingPolicyValue", "static_instance": null, "getter_method": "getShowcaseChangeExternalSharingPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_external_sharing_policy_changed": {"fq_name": "team_log.EventType.sign_external_sharing_policy_changed", "param_name": "signExternalSharingPolicyChangedValue", "static_instance": null, "getter_method": "getSignExternalSharingPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sign_template_creation_permission_changed": {"fq_name": "team_log.EventType.sign_template_creation_permission_changed", "param_name": "signTemplateCreationPermissionChangedValue", "static_instance": null, "getter_method": "getSignTemplateCreationPermissionChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.smarter_smart_sync_policy_changed": {"fq_name": "team_log.EventType.smarter_smart_sync_policy_changed", "param_name": "smarterSmartSyncPolicyChangedValue", "static_instance": null, "getter_method": "getSmarterSmartSyncPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.smart_sync_change_policy": {"fq_name": "team_log.EventType.smart_sync_change_policy", "param_name": "smartSyncChangePolicyValue", "static_instance": null, "getter_method": "getSmartSyncChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.smart_sync_not_opt_out": {"fq_name": "team_log.EventType.smart_sync_not_opt_out", "param_name": "smartSyncNotOptOutValue", "static_instance": null, "getter_method": "getSmartSyncNotOptOutValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.smart_sync_opt_out": {"fq_name": "team_log.EventType.smart_sync_opt_out", "param_name": "smartSyncOptOutValue", "static_instance": null, "getter_method": "getSmartSyncOptOutValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.sso_change_policy": {"fq_name": "team_log.EventType.sso_change_policy", "param_name": "ssoChangePolicyValue", "static_instance": null, "getter_method": "getSsoChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.stack_cross_team_access_policy_changed": {"fq_name": "team_log.EventType.stack_cross_team_access_policy_changed", "param_name": "stackCrossTeamAccessPolicyChangedValue", "static_instance": null, "getter_method": "getStackCrossTeamAccessPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_branding_policy_changed": {"fq_name": "team_log.EventType.team_branding_policy_changed", "param_name": "teamBrandingPolicyChangedValue", "static_instance": null, "getter_method": "getTeamBrandingPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_extensions_policy_changed": {"fq_name": "team_log.EventType.team_extensions_policy_changed", "param_name": "teamExtensionsPolicyChangedValue", "static_instance": null, "getter_method": "getTeamExtensionsPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_member_storage_request_policy_changed": {"fq_name": "team_log.EventType.team_member_storage_request_policy_changed", "param_name": "teamMemberStorageRequestPolicyChangedValue", "static_instance": null, "getter_method": "getTeamMemberStorageRequestPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_selective_sync_policy_changed": {"fq_name": "team_log.EventType.team_selective_sync_policy_changed", "param_name": "teamSelectiveSyncPolicyChangedValue", "static_instance": null, "getter_method": "getTeamSelectiveSyncPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_sharing_whitelist_subjects_changed": {"fq_name": "team_log.EventType.team_sharing_whitelist_subjects_changed", "param_name": "teamSharingWhitelistSubjectsChangedValue", "static_instance": null, "getter_method": "getTeamSharingWhitelistSubjectsChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_add_exception": {"fq_name": "team_log.EventType.tfa_add_exception", "param_name": "tfaAddExceptionValue", "static_instance": null, "getter_method": "getTfaAddExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_change_policy": {"fq_name": "team_log.EventType.tfa_change_policy", "param_name": "tfaChangePolicyValue", "static_instance": null, "getter_method": "getTfaChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_remove_exception": {"fq_name": "team_log.EventType.tfa_remove_exception", "param_name": "tfaRemoveExceptionValue", "static_instance": null, "getter_method": "getTfaRemoveExceptionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.top_level_content_policy_changed": {"fq_name": "team_log.EventType.top_level_content_policy_changed", "param_name": "topLevelContentPolicyChangedValue", "static_instance": null, "getter_method": "getTopLevelContentPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.two_account_change_policy": {"fq_name": "team_log.EventType.two_account_change_policy", "param_name": "twoAccountChangePolicyValue", "static_instance": null, "getter_method": "getTwoAccountChangePolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.viewer_info_policy_changed": {"fq_name": "team_log.EventType.viewer_info_policy_changed", "param_name": "viewerInfoPolicyChangedValue", "static_instance": null, "getter_method": "getViewerInfoPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.watermarking_policy_changed": {"fq_name": "team_log.EventType.watermarking_policy_changed", "param_name": "watermarkingPolicyChangedValue", "static_instance": null, "getter_method": "getWatermarkingPolicyChangedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.web_sessions_change_active_session_limit": {"fq_name": "team_log.EventType.web_sessions_change_active_session_limit", "param_name": "webSessionsChangeActiveSessionLimitValue", "static_instance": null, "getter_method": "getWebSessionsChangeActiveSessionLimitValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.web_sessions_change_fixed_length_policy": {"fq_name": "team_log.EventType.web_sessions_change_fixed_length_policy", "param_name": "webSessionsChangeFixedLengthPolicyValue", "static_instance": null, "getter_method": "getWebSessionsChangeFixedLengthPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.web_sessions_change_idle_length_policy": {"fq_name": "team_log.EventType.web_sessions_change_idle_length_policy", "param_name": "webSessionsChangeIdleLengthPolicyValue", "static_instance": null, "getter_method": "getWebSessionsChangeIdleLengthPolicyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.data_residency_migration_request_successful": {"fq_name": "team_log.EventType.data_residency_migration_request_successful", "param_name": "dataResidencyMigrationRequestSuccessfulValue", "static_instance": null, "getter_method": "getDataResidencyMigrationRequestSuccessfulValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.data_residency_migration_request_unsuccessful": {"fq_name": "team_log.EventType.data_residency_migration_request_unsuccessful", "param_name": "dataResidencyMigrationRequestUnsuccessfulValue", "static_instance": null, "getter_method": "getDataResidencyMigrationRequestUnsuccessfulValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_from": {"fq_name": "team_log.EventType.team_merge_from", "param_name": "teamMergeFromValue", "static_instance": null, "getter_method": "getTeamMergeFromValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_to": {"fq_name": "team_log.EventType.team_merge_to", "param_name": "teamMergeToValue", "static_instance": null, "getter_method": "getTeamMergeToValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_add_background": {"fq_name": "team_log.EventType.team_profile_add_background", "param_name": "teamProfileAddBackgroundValue", "static_instance": null, "getter_method": "getTeamProfileAddBackgroundValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_add_logo": {"fq_name": "team_log.EventType.team_profile_add_logo", "param_name": "teamProfileAddLogoValue", "static_instance": null, "getter_method": "getTeamProfileAddLogoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_change_background": {"fq_name": "team_log.EventType.team_profile_change_background", "param_name": "teamProfileChangeBackgroundValue", "static_instance": null, "getter_method": "getTeamProfileChangeBackgroundValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_change_default_language": {"fq_name": "team_log.EventType.team_profile_change_default_language", "param_name": "teamProfileChangeDefaultLanguageValue", "static_instance": null, "getter_method": "getTeamProfileChangeDefaultLanguageValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_change_logo": {"fq_name": "team_log.EventType.team_profile_change_logo", "param_name": "teamProfileChangeLogoValue", "static_instance": null, "getter_method": "getTeamProfileChangeLogoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_change_name": {"fq_name": "team_log.EventType.team_profile_change_name", "param_name": "teamProfileChangeNameValue", "static_instance": null, "getter_method": "getTeamProfileChangeNameValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_remove_background": {"fq_name": "team_log.EventType.team_profile_remove_background", "param_name": "teamProfileRemoveBackgroundValue", "static_instance": null, "getter_method": "getTeamProfileRemoveBackgroundValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_profile_remove_logo": {"fq_name": "team_log.EventType.team_profile_remove_logo", "param_name": "teamProfileRemoveLogoValue", "static_instance": null, "getter_method": "getTeamProfileRemoveLogoValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.passkey_add": {"fq_name": "team_log.EventType.passkey_add", "param_name": "passkeyAddValue", "static_instance": null, "getter_method": "getPasskeyAddValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.passkey_remove": {"fq_name": "team_log.EventType.passkey_remove", "param_name": "passkeyRemoveValue", "static_instance": null, "getter_method": "getPasskeyRemoveValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_add_backup_phone": {"fq_name": "team_log.EventType.tfa_add_backup_phone", "param_name": "tfaAddBackupPhoneValue", "static_instance": null, "getter_method": "getTfaAddBackupPhoneValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_add_security_key": {"fq_name": "team_log.EventType.tfa_add_security_key", "param_name": "tfaAddSecurityKeyValue", "static_instance": null, "getter_method": "getTfaAddSecurityKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_change_backup_phone": {"fq_name": "team_log.EventType.tfa_change_backup_phone", "param_name": "tfaChangeBackupPhoneValue", "static_instance": null, "getter_method": "getTfaChangeBackupPhoneValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_change_status": {"fq_name": "team_log.EventType.tfa_change_status", "param_name": "tfaChangeStatusValue", "static_instance": null, "getter_method": "getTfaChangeStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_remove_backup_phone": {"fq_name": "team_log.EventType.tfa_remove_backup_phone", "param_name": "tfaRemoveBackupPhoneValue", "static_instance": null, "getter_method": "getTfaRemoveBackupPhoneValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_remove_security_key": {"fq_name": "team_log.EventType.tfa_remove_security_key", "param_name": "tfaRemoveSecurityKeyValue", "static_instance": null, "getter_method": "getTfaRemoveSecurityKeyValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.tfa_reset": {"fq_name": "team_log.EventType.tfa_reset", "param_name": "tfaResetValue", "static_instance": null, "getter_method": "getTfaResetValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.changed_enterprise_admin_role": {"fq_name": "team_log.EventType.changed_enterprise_admin_role", "param_name": "changedEnterpriseAdminRoleValue", "static_instance": null, "getter_method": "getChangedEnterpriseAdminRoleValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.changed_enterprise_connected_team_status": {"fq_name": "team_log.EventType.changed_enterprise_connected_team_status", "param_name": "changedEnterpriseConnectedTeamStatusValue", "static_instance": null, "getter_method": "getChangedEnterpriseConnectedTeamStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ended_enterprise_admin_session": {"fq_name": "team_log.EventType.ended_enterprise_admin_session", "param_name": "endedEnterpriseAdminSessionValue", "static_instance": null, "getter_method": "getEndedEnterpriseAdminSessionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.ended_enterprise_admin_session_deprecated": {"fq_name": "team_log.EventType.ended_enterprise_admin_session_deprecated", "param_name": "endedEnterpriseAdminSessionDeprecatedValue", "static_instance": null, "getter_method": "getEndedEnterpriseAdminSessionDeprecatedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.enterprise_settings_locking": {"fq_name": "team_log.EventType.enterprise_settings_locking", "param_name": "enterpriseSettingsLockingValue", "static_instance": null, "getter_method": "getEnterpriseSettingsLockingValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.guest_admin_change_status": {"fq_name": "team_log.EventType.guest_admin_change_status", "param_name": "guestAdminChangeStatusValue", "static_instance": null, "getter_method": "getGuestAdminChangeStatusValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.started_enterprise_admin_session": {"fq_name": "team_log.EventType.started_enterprise_admin_session", "param_name": "startedEnterpriseAdminSessionValue", "static_instance": null, "getter_method": "getStartedEnterpriseAdminSessionValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_accepted": {"fq_name": "team_log.EventType.team_merge_request_accepted", "param_name": "teamMergeRequestAcceptedValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_accepted_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_accepted_shown_to_primary_team", "param_name": "teamMergeRequestAcceptedShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_accepted_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_accepted_shown_to_secondary_team", "param_name": "teamMergeRequestAcceptedShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestAcceptedShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_auto_canceled": {"fq_name": "team_log.EventType.team_merge_request_auto_canceled", "param_name": "teamMergeRequestAutoCanceledValue", "static_instance": null, "getter_method": "getTeamMergeRequestAutoCanceledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_canceled": {"fq_name": "team_log.EventType.team_merge_request_canceled", "param_name": "teamMergeRequestCanceledValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_canceled_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_canceled_shown_to_primary_team", "param_name": "teamMergeRequestCanceledShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_canceled_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_canceled_shown_to_secondary_team", "param_name": "teamMergeRequestCanceledShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestCanceledShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_expired": {"fq_name": "team_log.EventType.team_merge_request_expired", "param_name": "teamMergeRequestExpiredValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_expired_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_expired_shown_to_primary_team", "param_name": "teamMergeRequestExpiredShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_expired_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_expired_shown_to_secondary_team", "param_name": "teamMergeRequestExpiredShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestExpiredShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_rejected_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_rejected_shown_to_primary_team", "param_name": "teamMergeRequestRejectedShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestRejectedShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_rejected_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_rejected_shown_to_secondary_team", "param_name": "teamMergeRequestRejectedShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestRejectedShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_reminder": {"fq_name": "team_log.EventType.team_merge_request_reminder", "param_name": "teamMergeRequestReminderValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_reminder_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_reminder_shown_to_primary_team", "param_name": "teamMergeRequestReminderShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_reminder_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_reminder_shown_to_secondary_team", "param_name": "teamMergeRequestReminderShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestReminderShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_revoked": {"fq_name": "team_log.EventType.team_merge_request_revoked", "param_name": "teamMergeRequestRevokedValue", "static_instance": null, "getter_method": "getTeamMergeRequestRevokedValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_sent_shown_to_primary_team": {"fq_name": "team_log.EventType.team_merge_request_sent_shown_to_primary_team", "param_name": "teamMergeRequestSentShownToPrimaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestSentShownToPrimaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.team_merge_request_sent_shown_to_secondary_team": {"fq_name": "team_log.EventType.team_merge_request_sent_shown_to_secondary_team", "param_name": "teamMergeRequestSentShownToSecondaryTeamValue", "static_instance": null, "getter_method": "getTeamMergeRequestSentShownToSecondaryTeamValue", "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventType.other": {"fq_name": "team_log.EventType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EventType", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.admin_alerting_alert_state_changed": {"fq_name": "team_log.EventTypeArg.admin_alerting_alert_state_changed", "param_name": "adminAlertingAlertStateChangedValue", "static_instance": "ADMIN_ALERTING_ALERT_STATE_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.admin_alerting_changed_alert_config": {"fq_name": "team_log.EventTypeArg.admin_alerting_changed_alert_config", "param_name": "adminAlertingChangedAlertConfigValue", "static_instance": "ADMIN_ALERTING_CHANGED_ALERT_CONFIG", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.admin_alerting_triggered_alert": {"fq_name": "team_log.EventTypeArg.admin_alerting_triggered_alert", "param_name": "adminAlertingTriggeredAlertValue", "static_instance": "ADMIN_ALERTING_TRIGGERED_ALERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ransomware_restore_process_completed": {"fq_name": "team_log.EventTypeArg.ransomware_restore_process_completed", "param_name": "ransomwareRestoreProcessCompletedValue", "static_instance": "RANSOMWARE_RESTORE_PROCESS_COMPLETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ransomware_restore_process_started": {"fq_name": "team_log.EventTypeArg.ransomware_restore_process_started", "param_name": "ransomwareRestoreProcessStartedValue", "static_instance": "RANSOMWARE_RESTORE_PROCESS_STARTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_blocked_by_permissions": {"fq_name": "team_log.EventTypeArg.app_blocked_by_permissions", "param_name": "appBlockedByPermissionsValue", "static_instance": "APP_BLOCKED_BY_PERMISSIONS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_link_team": {"fq_name": "team_log.EventTypeArg.app_link_team", "param_name": "appLinkTeamValue", "static_instance": "APP_LINK_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_link_user": {"fq_name": "team_log.EventTypeArg.app_link_user", "param_name": "appLinkUserValue", "static_instance": "APP_LINK_USER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_unlink_team": {"fq_name": "team_log.EventTypeArg.app_unlink_team", "param_name": "appUnlinkTeamValue", "static_instance": "APP_UNLINK_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_unlink_user": {"fq_name": "team_log.EventTypeArg.app_unlink_user", "param_name": "appUnlinkUserValue", "static_instance": "APP_UNLINK_USER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.integration_connected": {"fq_name": "team_log.EventTypeArg.integration_connected", "param_name": "integrationConnectedValue", "static_instance": "INTEGRATION_CONNECTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.integration_disconnected": {"fq_name": "team_log.EventTypeArg.integration_disconnected", "param_name": "integrationDisconnectedValue", "static_instance": "INTEGRATION_DISCONNECTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_add_comment": {"fq_name": "team_log.EventTypeArg.file_add_comment", "param_name": "fileAddCommentValue", "static_instance": "FILE_ADD_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_change_comment_subscription": {"fq_name": "team_log.EventTypeArg.file_change_comment_subscription", "param_name": "fileChangeCommentSubscriptionValue", "static_instance": "FILE_CHANGE_COMMENT_SUBSCRIPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_delete_comment": {"fq_name": "team_log.EventTypeArg.file_delete_comment", "param_name": "fileDeleteCommentValue", "static_instance": "FILE_DELETE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_edit_comment": {"fq_name": "team_log.EventTypeArg.file_edit_comment", "param_name": "fileEditCommentValue", "static_instance": "FILE_EDIT_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_like_comment": {"fq_name": "team_log.EventTypeArg.file_like_comment", "param_name": "fileLikeCommentValue", "static_instance": "FILE_LIKE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_resolve_comment": {"fq_name": "team_log.EventTypeArg.file_resolve_comment", "param_name": "fileResolveCommentValue", "static_instance": "FILE_RESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_unlike_comment": {"fq_name": "team_log.EventTypeArg.file_unlike_comment", "param_name": "fileUnlikeCommentValue", "static_instance": "FILE_UNLIKE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_unresolve_comment": {"fq_name": "team_log.EventTypeArg.file_unresolve_comment", "param_name": "fileUnresolveCommentValue", "static_instance": "FILE_UNRESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_added_comment_to_stack": {"fq_name": "team_log.EventTypeArg.dash_added_comment_to_stack", "param_name": "dashAddedCommentToStackValue", "static_instance": "DASH_ADDED_COMMENT_TO_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_added_connector": {"fq_name": "team_log.EventTypeArg.dash_added_connector", "param_name": "dashAddedConnectorValue", "static_instance": "DASH_ADDED_CONNECTOR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_added_link_to_stack": {"fq_name": "team_log.EventTypeArg.dash_added_link_to_stack", "param_name": "dashAddedLinkToStackValue", "static_instance": "DASH_ADDED_LINK_TO_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_added_team_email_domain_allowlist": {"fq_name": "team_log.EventTypeArg.dash_added_team_email_domain_allowlist", "param_name": "dashAddedTeamEmailDomainAllowlistValue", "static_instance": "DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_admin_added_org_wide_connector": {"fq_name": "team_log.EventTypeArg.dash_admin_added_org_wide_connector", "param_name": "dashAdminAddedOrgWideConnectorValue", "static_instance": "DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_admin_disabled_connector": {"fq_name": "team_log.EventTypeArg.dash_admin_disabled_connector", "param_name": "dashAdminDisabledConnectorValue", "static_instance": "DASH_ADMIN_DISABLED_CONNECTOR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_admin_enabled_connector": {"fq_name": "team_log.EventTypeArg.dash_admin_enabled_connector", "param_name": "dashAdminEnabledConnectorValue", "static_instance": "DASH_ADMIN_ENABLED_CONNECTOR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_admin_removed_org_wide_connector": {"fq_name": "team_log.EventTypeArg.dash_admin_removed_org_wide_connector", "param_name": "dashAdminRemovedOrgWideConnectorValue", "static_instance": "DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_archived_stack": {"fq_name": "team_log.EventTypeArg.dash_archived_stack", "param_name": "dashArchivedStackValue", "static_instance": "DASH_ARCHIVED_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_changed_audience_of_shared_link_to_stack": {"fq_name": "team_log.EventTypeArg.dash_changed_audience_of_shared_link_to_stack", "param_name": "dashChangedAudienceOfSharedLinkToStackValue", "static_instance": "DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_cloned_stack": {"fq_name": "team_log.EventTypeArg.dash_cloned_stack", "param_name": "dashClonedStackValue", "static_instance": "DASH_CLONED_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_created_stack": {"fq_name": "team_log.EventTypeArg.dash_created_stack", "param_name": "dashCreatedStackValue", "static_instance": "DASH_CREATED_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_deleted_comment_from_stack": {"fq_name": "team_log.EventTypeArg.dash_deleted_comment_from_stack", "param_name": "dashDeletedCommentFromStackValue", "static_instance": "DASH_DELETED_COMMENT_FROM_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_deleted_stack": {"fq_name": "team_log.EventTypeArg.dash_deleted_stack", "param_name": "dashDeletedStackValue", "static_instance": "DASH_DELETED_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_edited_comment_in_stack": {"fq_name": "team_log.EventTypeArg.dash_edited_comment_in_stack", "param_name": "dashEditedCommentInStackValue", "static_instance": "DASH_EDITED_COMMENT_IN_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_external_user_opened_stack": {"fq_name": "team_log.EventTypeArg.dash_external_user_opened_stack", "param_name": "dashExternalUserOpenedStackValue", "static_instance": "DASH_EXTERNAL_USER_OPENED_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_first_launched_desktop": {"fq_name": "team_log.EventTypeArg.dash_first_launched_desktop", "param_name": "dashFirstLaunchedDesktopValue", "static_instance": "DASH_FIRST_LAUNCHED_DESKTOP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_first_launched_extension": {"fq_name": "team_log.EventTypeArg.dash_first_launched_extension", "param_name": "dashFirstLaunchedExtensionValue", "static_instance": "DASH_FIRST_LAUNCHED_EXTENSION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_first_launched_web_start_page": {"fq_name": "team_log.EventTypeArg.dash_first_launched_web_start_page", "param_name": "dashFirstLaunchedWebStartPageValue", "static_instance": "DASH_FIRST_LAUNCHED_WEB_START_PAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_opened_shared_link_to_stack": {"fq_name": "team_log.EventTypeArg.dash_opened_shared_link_to_stack", "param_name": "dashOpenedSharedLinkToStackValue", "static_instance": "DASH_OPENED_SHARED_LINK_TO_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_opened_stack": {"fq_name": "team_log.EventTypeArg.dash_opened_stack", "param_name": "dashOpenedStackValue", "static_instance": "DASH_OPENED_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_preview_opt_out_status_changed": {"fq_name": "team_log.EventTypeArg.dash_preview_opt_out_status_changed", "param_name": "dashPreviewOptOutStatusChangedValue", "static_instance": "DASH_PREVIEW_OPT_OUT_STATUS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_removed_connector": {"fq_name": "team_log.EventTypeArg.dash_removed_connector", "param_name": "dashRemovedConnectorValue", "static_instance": "DASH_REMOVED_CONNECTOR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_removed_link_from_stack": {"fq_name": "team_log.EventTypeArg.dash_removed_link_from_stack", "param_name": "dashRemovedLinkFromStackValue", "static_instance": "DASH_REMOVED_LINK_FROM_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_removed_shared_link_to_stack": {"fq_name": "team_log.EventTypeArg.dash_removed_shared_link_to_stack", "param_name": "dashRemovedSharedLinkToStackValue", "static_instance": "DASH_REMOVED_SHARED_LINK_TO_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_removed_team_email_domain_allowlist": {"fq_name": "team_log.EventTypeArg.dash_removed_team_email_domain_allowlist", "param_name": "dashRemovedTeamEmailDomainAllowlistValue", "static_instance": "DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_renamed_stack": {"fq_name": "team_log.EventTypeArg.dash_renamed_stack", "param_name": "dashRenamedStackValue", "static_instance": "DASH_RENAMED_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_shared_link_to_stack": {"fq_name": "team_log.EventTypeArg.dash_shared_link_to_stack", "param_name": "dashSharedLinkToStackValue", "static_instance": "DASH_SHARED_LINK_TO_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_unarchived_stack": {"fq_name": "team_log.EventTypeArg.dash_unarchived_stack", "param_name": "dashUnarchivedStackValue", "static_instance": "DASH_UNARCHIVED_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_viewed_company_stack": {"fq_name": "team_log.EventTypeArg.dash_viewed_company_stack", "param_name": "dashViewedCompanyStackValue", "static_instance": "DASH_VIEWED_COMPANY_STACK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_viewed_external_ai_activity_report": {"fq_name": "team_log.EventTypeArg.dash_viewed_external_ai_activity_report", "param_name": "dashViewedExternalAiActivityReportValue", "static_instance": "DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_add_folders": {"fq_name": "team_log.EventTypeArg.governance_policy_add_folders", "param_name": "governancePolicyAddFoldersValue", "static_instance": "GOVERNANCE_POLICY_ADD_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_add_folder_failed": {"fq_name": "team_log.EventTypeArg.governance_policy_add_folder_failed", "param_name": "governancePolicyAddFolderFailedValue", "static_instance": "GOVERNANCE_POLICY_ADD_FOLDER_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_content_disposed": {"fq_name": "team_log.EventTypeArg.governance_policy_content_disposed", "param_name": "governancePolicyContentDisposedValue", "static_instance": "GOVERNANCE_POLICY_CONTENT_DISPOSED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_create": {"fq_name": "team_log.EventTypeArg.governance_policy_create", "param_name": "governancePolicyCreateValue", "static_instance": "GOVERNANCE_POLICY_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_delete": {"fq_name": "team_log.EventTypeArg.governance_policy_delete", "param_name": "governancePolicyDeleteValue", "static_instance": "GOVERNANCE_POLICY_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_edit_details": {"fq_name": "team_log.EventTypeArg.governance_policy_edit_details", "param_name": "governancePolicyEditDetailsValue", "static_instance": "GOVERNANCE_POLICY_EDIT_DETAILS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_edit_duration": {"fq_name": "team_log.EventTypeArg.governance_policy_edit_duration", "param_name": "governancePolicyEditDurationValue", "static_instance": "GOVERNANCE_POLICY_EDIT_DURATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_export_created": {"fq_name": "team_log.EventTypeArg.governance_policy_export_created", "param_name": "governancePolicyExportCreatedValue", "static_instance": "GOVERNANCE_POLICY_EXPORT_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_export_removed": {"fq_name": "team_log.EventTypeArg.governance_policy_export_removed", "param_name": "governancePolicyExportRemovedValue", "static_instance": "GOVERNANCE_POLICY_EXPORT_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_remove_folders": {"fq_name": "team_log.EventTypeArg.governance_policy_remove_folders", "param_name": "governancePolicyRemoveFoldersValue", "static_instance": "GOVERNANCE_POLICY_REMOVE_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_report_created": {"fq_name": "team_log.EventTypeArg.governance_policy_report_created", "param_name": "governancePolicyReportCreatedValue", "static_instance": "GOVERNANCE_POLICY_REPORT_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.governance_policy_zip_part_downloaded": {"fq_name": "team_log.EventTypeArg.governance_policy_zip_part_downloaded", "param_name": "governancePolicyZipPartDownloadedValue", "static_instance": "GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_activate_a_hold": {"fq_name": "team_log.EventTypeArg.legal_holds_activate_a_hold", "param_name": "legalHoldsActivateAHoldValue", "static_instance": "LEGAL_HOLDS_ACTIVATE_A_HOLD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_add_members": {"fq_name": "team_log.EventTypeArg.legal_holds_add_members", "param_name": "legalHoldsAddMembersValue", "static_instance": "LEGAL_HOLDS_ADD_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_change_hold_details": {"fq_name": "team_log.EventTypeArg.legal_holds_change_hold_details", "param_name": "legalHoldsChangeHoldDetailsValue", "static_instance": "LEGAL_HOLDS_CHANGE_HOLD_DETAILS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_change_hold_name": {"fq_name": "team_log.EventTypeArg.legal_holds_change_hold_name", "param_name": "legalHoldsChangeHoldNameValue", "static_instance": "LEGAL_HOLDS_CHANGE_HOLD_NAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_export_a_hold": {"fq_name": "team_log.EventTypeArg.legal_holds_export_a_hold", "param_name": "legalHoldsExportAHoldValue", "static_instance": "LEGAL_HOLDS_EXPORT_A_HOLD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_export_cancelled": {"fq_name": "team_log.EventTypeArg.legal_holds_export_cancelled", "param_name": "legalHoldsExportCancelledValue", "static_instance": "LEGAL_HOLDS_EXPORT_CANCELLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_export_downloaded": {"fq_name": "team_log.EventTypeArg.legal_holds_export_downloaded", "param_name": "legalHoldsExportDownloadedValue", "static_instance": "LEGAL_HOLDS_EXPORT_DOWNLOADED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_export_removed": {"fq_name": "team_log.EventTypeArg.legal_holds_export_removed", "param_name": "legalHoldsExportRemovedValue", "static_instance": "LEGAL_HOLDS_EXPORT_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_release_a_hold": {"fq_name": "team_log.EventTypeArg.legal_holds_release_a_hold", "param_name": "legalHoldsReleaseAHoldValue", "static_instance": "LEGAL_HOLDS_RELEASE_A_HOLD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_remove_members": {"fq_name": "team_log.EventTypeArg.legal_holds_remove_members", "param_name": "legalHoldsRemoveMembersValue", "static_instance": "LEGAL_HOLDS_REMOVE_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.legal_holds_report_a_hold": {"fq_name": "team_log.EventTypeArg.legal_holds_report_a_hold", "param_name": "legalHoldsReportAHoldValue", "static_instance": "LEGAL_HOLDS_REPORT_A_HOLD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_change_ip_desktop": {"fq_name": "team_log.EventTypeArg.device_change_ip_desktop", "param_name": "deviceChangeIpDesktopValue", "static_instance": "DEVICE_CHANGE_IP_DESKTOP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_change_ip_mobile": {"fq_name": "team_log.EventTypeArg.device_change_ip_mobile", "param_name": "deviceChangeIpMobileValue", "static_instance": "DEVICE_CHANGE_IP_MOBILE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_change_ip_web": {"fq_name": "team_log.EventTypeArg.device_change_ip_web", "param_name": "deviceChangeIpWebValue", "static_instance": "DEVICE_CHANGE_IP_WEB", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_delete_on_unlink_fail": {"fq_name": "team_log.EventTypeArg.device_delete_on_unlink_fail", "param_name": "deviceDeleteOnUnlinkFailValue", "static_instance": "DEVICE_DELETE_ON_UNLINK_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_delete_on_unlink_success": {"fq_name": "team_log.EventTypeArg.device_delete_on_unlink_success", "param_name": "deviceDeleteOnUnlinkSuccessValue", "static_instance": "DEVICE_DELETE_ON_UNLINK_SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_link_fail": {"fq_name": "team_log.EventTypeArg.device_link_fail", "param_name": "deviceLinkFailValue", "static_instance": "DEVICE_LINK_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_link_success": {"fq_name": "team_log.EventTypeArg.device_link_success", "param_name": "deviceLinkSuccessValue", "static_instance": "DEVICE_LINK_SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_management_disabled": {"fq_name": "team_log.EventTypeArg.device_management_disabled", "param_name": "deviceManagementDisabledValue", "static_instance": "DEVICE_MANAGEMENT_DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_management_enabled": {"fq_name": "team_log.EventTypeArg.device_management_enabled", "param_name": "deviceManagementEnabledValue", "static_instance": "DEVICE_MANAGEMENT_ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_sync_backup_status_changed": {"fq_name": "team_log.EventTypeArg.device_sync_backup_status_changed", "param_name": "deviceSyncBackupStatusChangedValue", "static_instance": "DEVICE_SYNC_BACKUP_STATUS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_unlink": {"fq_name": "team_log.EventTypeArg.device_unlink", "param_name": "deviceUnlinkValue", "static_instance": "DEVICE_UNLINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dropbox_passwords_exported": {"fq_name": "team_log.EventTypeArg.dropbox_passwords_exported", "param_name": "dropboxPasswordsExportedValue", "static_instance": "DROPBOX_PASSWORDS_EXPORTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dropbox_passwords_new_device_enrolled": {"fq_name": "team_log.EventTypeArg.dropbox_passwords_new_device_enrolled", "param_name": "dropboxPasswordsNewDeviceEnrolledValue", "static_instance": "DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_refresh_auth_token": {"fq_name": "team_log.EventTypeArg.emm_refresh_auth_token", "param_name": "emmRefreshAuthTokenValue", "static_instance": "EMM_REFRESH_AUTH_TOKEN", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.external_drive_backup_eligibility_status_checked": {"fq_name": "team_log.EventTypeArg.external_drive_backup_eligibility_status_checked", "param_name": "externalDriveBackupEligibilityStatusCheckedValue", "static_instance": "EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.external_drive_backup_status_changed": {"fq_name": "team_log.EventTypeArg.external_drive_backup_status_changed", "param_name": "externalDriveBackupStatusChangedValue", "static_instance": "EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_capture_change_availability": {"fq_name": "team_log.EventTypeArg.account_capture_change_availability", "param_name": "accountCaptureChangeAvailabilityValue", "static_instance": "ACCOUNT_CAPTURE_CHANGE_AVAILABILITY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_capture_migrate_account": {"fq_name": "team_log.EventTypeArg.account_capture_migrate_account", "param_name": "accountCaptureMigrateAccountValue", "static_instance": "ACCOUNT_CAPTURE_MIGRATE_ACCOUNT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_capture_notification_emails_sent": {"fq_name": "team_log.EventTypeArg.account_capture_notification_emails_sent", "param_name": "accountCaptureNotificationEmailsSentValue", "static_instance": "ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_capture_relinquish_account": {"fq_name": "team_log.EventTypeArg.account_capture_relinquish_account", "param_name": "accountCaptureRelinquishAccountValue", "static_instance": "ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.disabled_domain_invites": {"fq_name": "team_log.EventTypeArg.disabled_domain_invites", "param_name": "disabledDomainInvitesValue", "static_instance": "DISABLED_DOMAIN_INVITES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_approve_request_to_join_team": {"fq_name": "team_log.EventTypeArg.domain_invites_approve_request_to_join_team", "param_name": "domainInvitesApproveRequestToJoinTeamValue", "static_instance": "DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_decline_request_to_join_team": {"fq_name": "team_log.EventTypeArg.domain_invites_decline_request_to_join_team", "param_name": "domainInvitesDeclineRequestToJoinTeamValue", "static_instance": "DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_email_existing_users": {"fq_name": "team_log.EventTypeArg.domain_invites_email_existing_users", "param_name": "domainInvitesEmailExistingUsersValue", "static_instance": "DOMAIN_INVITES_EMAIL_EXISTING_USERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_request_to_join_team": {"fq_name": "team_log.EventTypeArg.domain_invites_request_to_join_team", "param_name": "domainInvitesRequestToJoinTeamValue", "static_instance": "DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_no": {"fq_name": "team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_no", "param_name": "domainInvitesSetInviteNewUserPrefToNoValue", "static_instance": "DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_yes": {"fq_name": "team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_yes", "param_name": "domainInvitesSetInviteNewUserPrefToYesValue", "static_instance": "DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_verification_add_domain_fail": {"fq_name": "team_log.EventTypeArg.domain_verification_add_domain_fail", "param_name": "domainVerificationAddDomainFailValue", "static_instance": "DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_verification_add_domain_success": {"fq_name": "team_log.EventTypeArg.domain_verification_add_domain_success", "param_name": "domainVerificationAddDomainSuccessValue", "static_instance": "DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.domain_verification_remove_domain": {"fq_name": "team_log.EventTypeArg.domain_verification_remove_domain", "param_name": "domainVerificationRemoveDomainValue", "static_instance": "DOMAIN_VERIFICATION_REMOVE_DOMAIN", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.enabled_domain_invites": {"fq_name": "team_log.EventTypeArg.enabled_domain_invites", "param_name": "enabledDomainInvitesValue", "static_instance": "ENABLED_DOMAIN_INVITES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.encrypted_folder_cancel_team_key_rotation": {"fq_name": "team_log.EventTypeArg.encrypted_folder_cancel_team_key_rotation", "param_name": "encryptedFolderCancelTeamKeyRotationValue", "static_instance": "ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.encrypted_folder_enroll_backup_key": {"fq_name": "team_log.EventTypeArg.encrypted_folder_enroll_backup_key", "param_name": "encryptedFolderEnrollBackupKeyValue", "static_instance": "ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.encrypted_folder_enroll_client": {"fq_name": "team_log.EventTypeArg.encrypted_folder_enroll_client", "param_name": "encryptedFolderEnrollClientValue", "static_instance": "ENCRYPTED_FOLDER_ENROLL_CLIENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.encrypted_folder_enroll_team": {"fq_name": "team_log.EventTypeArg.encrypted_folder_enroll_team", "param_name": "encryptedFolderEnrollTeamValue", "static_instance": "ENCRYPTED_FOLDER_ENROLL_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.encrypted_folder_finish_team_unenrollment": {"fq_name": "team_log.EventTypeArg.encrypted_folder_finish_team_unenrollment", "param_name": "encryptedFolderFinishTeamUnenrollmentValue", "static_instance": "ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.encrypted_folder_init_team_key_rotation": {"fq_name": "team_log.EventTypeArg.encrypted_folder_init_team_key_rotation", "param_name": "encryptedFolderInitTeamKeyRotationValue", "static_instance": "ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.encrypted_folder_init_team_unenrollment": {"fq_name": "team_log.EventTypeArg.encrypted_folder_init_team_unenrollment", "param_name": "encryptedFolderInitTeamUnenrollmentValue", "static_instance": "ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.encrypted_folder_remove_backup_key": {"fq_name": "team_log.EventTypeArg.encrypted_folder_remove_backup_key", "param_name": "encryptedFolderRemoveBackupKeyValue", "static_instance": "ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.encrypted_folder_rotate_team_key": {"fq_name": "team_log.EventTypeArg.encrypted_folder_rotate_team_key", "param_name": "encryptedFolderRotateTeamKeyValue", "static_instance": "ENCRYPTED_FOLDER_ROTATE_TEAM_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.encrypted_folder_unenroll_client": {"fq_name": "team_log.EventTypeArg.encrypted_folder_unenroll_client", "param_name": "encryptedFolderUnenrollClientValue", "static_instance": "ENCRYPTED_FOLDER_UNENROLL_CLIENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_activate_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_activate_key", "param_name": "teamEncryptionKeyActivateKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_ACTIVATE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_cancel_key_deletion": {"fq_name": "team_log.EventTypeArg.team_encryption_key_cancel_key_deletion", "param_name": "teamEncryptionKeyCancelKeyDeletionValue", "static_instance": "TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_create_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_create_key", "param_name": "teamEncryptionKeyCreateKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_CREATE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_deactivate_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_deactivate_key", "param_name": "teamEncryptionKeyDeactivateKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_delete_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_delete_key", "param_name": "teamEncryptionKeyDeleteKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_DELETE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_disable_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_disable_key", "param_name": "teamEncryptionKeyDisableKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_DISABLE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_enable_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_enable_key", "param_name": "teamEncryptionKeyEnableKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_ENABLE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_rotate_key": {"fq_name": "team_log.EventTypeArg.team_encryption_key_rotate_key", "param_name": "teamEncryptionKeyRotateKeyValue", "static_instance": "TEAM_ENCRYPTION_KEY_ROTATE_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_encryption_key_schedule_key_deletion": {"fq_name": "team_log.EventTypeArg.team_encryption_key_schedule_key_deletion", "param_name": "teamEncryptionKeyScheduleKeyDeletionValue", "static_instance": "TEAM_ENCRYPTION_KEY_SCHEDULE_KEY_DELETION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.apply_naming_convention": {"fq_name": "team_log.EventTypeArg.apply_naming_convention", "param_name": "applyNamingConventionValue", "static_instance": "APPLY_NAMING_CONVENTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.create_folder": {"fq_name": "team_log.EventTypeArg.create_folder", "param_name": "createFolderValue", "static_instance": "CREATE_FOLDER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_add": {"fq_name": "team_log.EventTypeArg.file_add", "param_name": "fileAddValue", "static_instance": "FILE_ADD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_add_from_automation": {"fq_name": "team_log.EventTypeArg.file_add_from_automation", "param_name": "fileAddFromAutomationValue", "static_instance": "FILE_ADD_FROM_AUTOMATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_copy": {"fq_name": "team_log.EventTypeArg.file_copy", "param_name": "fileCopyValue", "static_instance": "FILE_COPY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_delete": {"fq_name": "team_log.EventTypeArg.file_delete", "param_name": "fileDeleteValue", "static_instance": "FILE_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_download": {"fq_name": "team_log.EventTypeArg.file_download", "param_name": "fileDownloadValue", "static_instance": "FILE_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_edit": {"fq_name": "team_log.EventTypeArg.file_edit", "param_name": "fileEditValue", "static_instance": "FILE_EDIT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_get_copy_reference": {"fq_name": "team_log.EventTypeArg.file_get_copy_reference", "param_name": "fileGetCopyReferenceValue", "static_instance": "FILE_GET_COPY_REFERENCE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_locking_lock_status_changed": {"fq_name": "team_log.EventTypeArg.file_locking_lock_status_changed", "param_name": "fileLockingLockStatusChangedValue", "static_instance": "FILE_LOCKING_LOCK_STATUS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_move": {"fq_name": "team_log.EventTypeArg.file_move", "param_name": "fileMoveValue", "static_instance": "FILE_MOVE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_permanently_delete": {"fq_name": "team_log.EventTypeArg.file_permanently_delete", "param_name": "filePermanentlyDeleteValue", "static_instance": "FILE_PERMANENTLY_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_preview": {"fq_name": "team_log.EventTypeArg.file_preview", "param_name": "filePreviewValue", "static_instance": "FILE_PREVIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_rename": {"fq_name": "team_log.EventTypeArg.file_rename", "param_name": "fileRenameValue", "static_instance": "FILE_RENAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_restore": {"fq_name": "team_log.EventTypeArg.file_restore", "param_name": "fileRestoreValue", "static_instance": "FILE_RESTORE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_revert": {"fq_name": "team_log.EventTypeArg.file_revert", "param_name": "fileRevertValue", "static_instance": "FILE_REVERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_rollback_changes": {"fq_name": "team_log.EventTypeArg.file_rollback_changes", "param_name": "fileRollbackChangesValue", "static_instance": "FILE_ROLLBACK_CHANGES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_save_copy_reference": {"fq_name": "team_log.EventTypeArg.file_save_copy_reference", "param_name": "fileSaveCopyReferenceValue", "static_instance": "FILE_SAVE_COPY_REFERENCE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.folder_overview_description_changed": {"fq_name": "team_log.EventTypeArg.folder_overview_description_changed", "param_name": "folderOverviewDescriptionChangedValue", "static_instance": "FOLDER_OVERVIEW_DESCRIPTION_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.folder_overview_item_pinned": {"fq_name": "team_log.EventTypeArg.folder_overview_item_pinned", "param_name": "folderOverviewItemPinnedValue", "static_instance": "FOLDER_OVERVIEW_ITEM_PINNED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.folder_overview_item_unpinned": {"fq_name": "team_log.EventTypeArg.folder_overview_item_unpinned", "param_name": "folderOverviewItemUnpinnedValue", "static_instance": "FOLDER_OVERVIEW_ITEM_UNPINNED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.object_label_added": {"fq_name": "team_log.EventTypeArg.object_label_added", "param_name": "objectLabelAddedValue", "static_instance": "OBJECT_LABEL_ADDED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.object_label_removed": {"fq_name": "team_log.EventTypeArg.object_label_removed", "param_name": "objectLabelRemovedValue", "static_instance": "OBJECT_LABEL_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.object_label_updated_value": {"fq_name": "team_log.EventTypeArg.object_label_updated_value", "param_name": "objectLabelUpdatedValueValue", "static_instance": "OBJECT_LABEL_UPDATED_VALUE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.organize_folder_with_tidy": {"fq_name": "team_log.EventTypeArg.organize_folder_with_tidy", "param_name": "organizeFolderWithTidyValue", "static_instance": "ORGANIZE_FOLDER_WITH_TIDY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_file_delete": {"fq_name": "team_log.EventTypeArg.replay_file_delete", "param_name": "replayFileDeleteValue", "static_instance": "REPLAY_FILE_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_file_downloaded": {"fq_name": "team_log.EventTypeArg.replay_file_downloaded", "param_name": "replayFileDownloadedValue", "static_instance": "REPLAY_FILE_DOWNLOADED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_team_project_created": {"fq_name": "team_log.EventTypeArg.replay_team_project_created", "param_name": "replayTeamProjectCreatedValue", "static_instance": "REPLAY_TEAM_PROJECT_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.rewind_folder": {"fq_name": "team_log.EventTypeArg.rewind_folder", "param_name": "rewindFolderValue", "static_instance": "REWIND_FOLDER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.undo_naming_convention": {"fq_name": "team_log.EventTypeArg.undo_naming_convention", "param_name": "undoNamingConventionValue", "static_instance": "UNDO_NAMING_CONVENTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.undo_organize_folder_with_tidy": {"fq_name": "team_log.EventTypeArg.undo_organize_folder_with_tidy", "param_name": "undoOrganizeFolderWithTidyValue", "static_instance": "UNDO_ORGANIZE_FOLDER_WITH_TIDY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.user_tags_added": {"fq_name": "team_log.EventTypeArg.user_tags_added", "param_name": "userTagsAddedValue", "static_instance": "USER_TAGS_ADDED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.user_tags_removed": {"fq_name": "team_log.EventTypeArg.user_tags_removed", "param_name": "userTagsRemovedValue", "static_instance": "USER_TAGS_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.email_ingest_receive_file": {"fq_name": "team_log.EventTypeArg.email_ingest_receive_file", "param_name": "emailIngestReceiveFileValue", "static_instance": "EMAIL_INGEST_RECEIVE_FILE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_auto_close": {"fq_name": "team_log.EventTypeArg.file_request_auto_close", "param_name": "fileRequestAutoCloseValue", "static_instance": "FILE_REQUEST_AUTO_CLOSE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_change": {"fq_name": "team_log.EventTypeArg.file_request_change", "param_name": "fileRequestChangeValue", "static_instance": "FILE_REQUEST_CHANGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_close": {"fq_name": "team_log.EventTypeArg.file_request_close", "param_name": "fileRequestCloseValue", "static_instance": "FILE_REQUEST_CLOSE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_create": {"fq_name": "team_log.EventTypeArg.file_request_create", "param_name": "fileRequestCreateValue", "static_instance": "FILE_REQUEST_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_delete": {"fq_name": "team_log.EventTypeArg.file_request_delete", "param_name": "fileRequestDeleteValue", "static_instance": "FILE_REQUEST_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_request_receive_file": {"fq_name": "team_log.EventTypeArg.file_request_receive_file", "param_name": "fileRequestReceiveFileValue", "static_instance": "FILE_REQUEST_RECEIVE_FILE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_add_external_id": {"fq_name": "team_log.EventTypeArg.group_add_external_id", "param_name": "groupAddExternalIdValue", "static_instance": "GROUP_ADD_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_add_member": {"fq_name": "team_log.EventTypeArg.group_add_member", "param_name": "groupAddMemberValue", "static_instance": "GROUP_ADD_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_change_external_id": {"fq_name": "team_log.EventTypeArg.group_change_external_id", "param_name": "groupChangeExternalIdValue", "static_instance": "GROUP_CHANGE_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_change_management_type": {"fq_name": "team_log.EventTypeArg.group_change_management_type", "param_name": "groupChangeManagementTypeValue", "static_instance": "GROUP_CHANGE_MANAGEMENT_TYPE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_change_member_role": {"fq_name": "team_log.EventTypeArg.group_change_member_role", "param_name": "groupChangeMemberRoleValue", "static_instance": "GROUP_CHANGE_MEMBER_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_create": {"fq_name": "team_log.EventTypeArg.group_create", "param_name": "groupCreateValue", "static_instance": "GROUP_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_delete": {"fq_name": "team_log.EventTypeArg.group_delete", "param_name": "groupDeleteValue", "static_instance": "GROUP_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_description_updated": {"fq_name": "team_log.EventTypeArg.group_description_updated", "param_name": "groupDescriptionUpdatedValue", "static_instance": "GROUP_DESCRIPTION_UPDATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_external_sharing_setting_override_changed": {"fq_name": "team_log.EventTypeArg.group_external_sharing_setting_override_changed", "param_name": "groupExternalSharingSettingOverrideChangedValue", "static_instance": "GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_join_policy_updated": {"fq_name": "team_log.EventTypeArg.group_join_policy_updated", "param_name": "groupJoinPolicyUpdatedValue", "static_instance": "GROUP_JOIN_POLICY_UPDATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_moved": {"fq_name": "team_log.EventTypeArg.group_moved", "param_name": "groupMovedValue", "static_instance": "GROUP_MOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_remove_external_id": {"fq_name": "team_log.EventTypeArg.group_remove_external_id", "param_name": "groupRemoveExternalIdValue", "static_instance": "GROUP_REMOVE_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_remove_member": {"fq_name": "team_log.EventTypeArg.group_remove_member", "param_name": "groupRemoveMemberValue", "static_instance": "GROUP_REMOVE_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_rename": {"fq_name": "team_log.EventTypeArg.group_rename", "param_name": "groupRenameValue", "static_instance": "GROUP_RENAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_lock_or_unlocked": {"fq_name": "team_log.EventTypeArg.account_lock_or_unlocked", "param_name": "accountLockOrUnlockedValue", "static_instance": "ACCOUNT_LOCK_OR_UNLOCKED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_error": {"fq_name": "team_log.EventTypeArg.emm_error", "param_name": "emmErrorValue", "static_instance": "EMM_ERROR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.guest_admin_signed_in_via_trusted_teams": {"fq_name": "team_log.EventTypeArg.guest_admin_signed_in_via_trusted_teams", "param_name": "guestAdminSignedInViaTrustedTeamsValue", "static_instance": "GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.guest_admin_signed_out_via_trusted_teams": {"fq_name": "team_log.EventTypeArg.guest_admin_signed_out_via_trusted_teams", "param_name": "guestAdminSignedOutViaTrustedTeamsValue", "static_instance": "GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.login_fail": {"fq_name": "team_log.EventTypeArg.login_fail", "param_name": "loginFailValue", "static_instance": "LOGIN_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.login_success": {"fq_name": "team_log.EventTypeArg.login_success", "param_name": "loginSuccessValue", "static_instance": "LOGIN_SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.logout": {"fq_name": "team_log.EventTypeArg.logout", "param_name": "logoutValue", "static_instance": "LOGOUT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.reseller_support_session_end": {"fq_name": "team_log.EventTypeArg.reseller_support_session_end", "param_name": "resellerSupportSessionEndValue", "static_instance": "RESELLER_SUPPORT_SESSION_END", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.reseller_support_session_start": {"fq_name": "team_log.EventTypeArg.reseller_support_session_start", "param_name": "resellerSupportSessionStartValue", "static_instance": "RESELLER_SUPPORT_SESSION_START", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_in_as_session_end": {"fq_name": "team_log.EventTypeArg.sign_in_as_session_end", "param_name": "signInAsSessionEndValue", "static_instance": "SIGN_IN_AS_SESSION_END", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_in_as_session_start": {"fq_name": "team_log.EventTypeArg.sign_in_as_session_start", "param_name": "signInAsSessionStartValue", "static_instance": "SIGN_IN_AS_SESSION_START", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_error": {"fq_name": "team_log.EventTypeArg.sso_error", "param_name": "ssoErrorValue", "static_instance": "SSO_ERROR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.addon_assigned": {"fq_name": "team_log.EventTypeArg.addon_assigned", "param_name": "addonAssignedValue", "static_instance": "ADDON_ASSIGNED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.addon_removed": {"fq_name": "team_log.EventTypeArg.addon_removed", "param_name": "addonRemovedValue", "static_instance": "ADDON_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.backup_admin_invitation_sent": {"fq_name": "team_log.EventTypeArg.backup_admin_invitation_sent", "param_name": "backupAdminInvitationSentValue", "static_instance": "BACKUP_ADMIN_INVITATION_SENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.backup_invitation_opened": {"fq_name": "team_log.EventTypeArg.backup_invitation_opened", "param_name": "backupInvitationOpenedValue", "static_instance": "BACKUP_INVITATION_OPENED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.create_team_invite_link": {"fq_name": "team_log.EventTypeArg.create_team_invite_link", "param_name": "createTeamInviteLinkValue", "static_instance": "CREATE_TEAM_INVITE_LINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.delete_team_invite_link": {"fq_name": "team_log.EventTypeArg.delete_team_invite_link", "param_name": "deleteTeamInviteLinkValue", "static_instance": "DELETE_TEAM_INVITE_LINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_add_external_id": {"fq_name": "team_log.EventTypeArg.member_add_external_id", "param_name": "memberAddExternalIdValue", "static_instance": "MEMBER_ADD_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_add_name": {"fq_name": "team_log.EventTypeArg.member_add_name", "param_name": "memberAddNameValue", "static_instance": "MEMBER_ADD_NAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_admin_role": {"fq_name": "team_log.EventTypeArg.member_change_admin_role", "param_name": "memberChangeAdminRoleValue", "static_instance": "MEMBER_CHANGE_ADMIN_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_email": {"fq_name": "team_log.EventTypeArg.member_change_email", "param_name": "memberChangeEmailValue", "static_instance": "MEMBER_CHANGE_EMAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_external_id": {"fq_name": "team_log.EventTypeArg.member_change_external_id", "param_name": "memberChangeExternalIdValue", "static_instance": "MEMBER_CHANGE_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_membership_type": {"fq_name": "team_log.EventTypeArg.member_change_membership_type", "param_name": "memberChangeMembershipTypeValue", "static_instance": "MEMBER_CHANGE_MEMBERSHIP_TYPE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_name": {"fq_name": "team_log.EventTypeArg.member_change_name", "param_name": "memberChangeNameValue", "static_instance": "MEMBER_CHANGE_NAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_reseller_role": {"fq_name": "team_log.EventTypeArg.member_change_reseller_role", "param_name": "memberChangeResellerRoleValue", "static_instance": "MEMBER_CHANGE_RESELLER_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_change_status": {"fq_name": "team_log.EventTypeArg.member_change_status", "param_name": "memberChangeStatusValue", "static_instance": "MEMBER_CHANGE_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_delete_manual_contacts": {"fq_name": "team_log.EventTypeArg.member_delete_manual_contacts", "param_name": "memberDeleteManualContactsValue", "static_instance": "MEMBER_DELETE_MANUAL_CONTACTS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_delete_profile_photo": {"fq_name": "team_log.EventTypeArg.member_delete_profile_photo", "param_name": "memberDeleteProfilePhotoValue", "static_instance": "MEMBER_DELETE_PROFILE_PHOTO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_permanently_delete_account_contents": {"fq_name": "team_log.EventTypeArg.member_permanently_delete_account_contents", "param_name": "memberPermanentlyDeleteAccountContentsValue", "static_instance": "MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_remove_external_id": {"fq_name": "team_log.EventTypeArg.member_remove_external_id", "param_name": "memberRemoveExternalIdValue", "static_instance": "MEMBER_REMOVE_EXTERNAL_ID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_set_profile_photo": {"fq_name": "team_log.EventTypeArg.member_set_profile_photo", "param_name": "memberSetProfilePhotoValue", "static_instance": "MEMBER_SET_PROFILE_PHOTO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_add_custom_quota": {"fq_name": "team_log.EventTypeArg.member_space_limits_add_custom_quota", "param_name": "memberSpaceLimitsAddCustomQuotaValue", "static_instance": "MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_change_custom_quota": {"fq_name": "team_log.EventTypeArg.member_space_limits_change_custom_quota", "param_name": "memberSpaceLimitsChangeCustomQuotaValue", "static_instance": "MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_change_status": {"fq_name": "team_log.EventTypeArg.member_space_limits_change_status", "param_name": "memberSpaceLimitsChangeStatusValue", "static_instance": "MEMBER_SPACE_LIMITS_CHANGE_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_remove_custom_quota": {"fq_name": "team_log.EventTypeArg.member_space_limits_remove_custom_quota", "param_name": "memberSpaceLimitsRemoveCustomQuotaValue", "static_instance": "MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_suggest": {"fq_name": "team_log.EventTypeArg.member_suggest", "param_name": "memberSuggestValue", "static_instance": "MEMBER_SUGGEST", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_transfer_account_contents": {"fq_name": "team_log.EventTypeArg.member_transfer_account_contents", "param_name": "memberTransferAccountContentsValue", "static_instance": "MEMBER_TRANSFER_ACCOUNT_CONTENTS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.pending_secondary_email_added": {"fq_name": "team_log.EventTypeArg.pending_secondary_email_added", "param_name": "pendingSecondaryEmailAddedValue", "static_instance": "PENDING_SECONDARY_EMAIL_ADDED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.product_assigned_to_member": {"fq_name": "team_log.EventTypeArg.product_assigned_to_member", "param_name": "productAssignedToMemberValue", "static_instance": "PRODUCT_ASSIGNED_TO_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.product_removed_from_member": {"fq_name": "team_log.EventTypeArg.product_removed_from_member", "param_name": "productRemovedFromMemberValue", "static_instance": "PRODUCT_REMOVED_FROM_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.secondary_email_deleted": {"fq_name": "team_log.EventTypeArg.secondary_email_deleted", "param_name": "secondaryEmailDeletedValue", "static_instance": "SECONDARY_EMAIL_DELETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.secondary_email_verified": {"fq_name": "team_log.EventTypeArg.secondary_email_verified", "param_name": "secondaryEmailVerifiedValue", "static_instance": "SECONDARY_EMAIL_VERIFIED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.secondary_mails_policy_changed": {"fq_name": "team_log.EventTypeArg.secondary_mails_policy_changed", "param_name": "secondaryMailsPolicyChangedValue", "static_instance": "SECONDARY_MAILS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_add_page": {"fq_name": "team_log.EventTypeArg.binder_add_page", "param_name": "binderAddPageValue", "static_instance": "BINDER_ADD_PAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_add_section": {"fq_name": "team_log.EventTypeArg.binder_add_section", "param_name": "binderAddSectionValue", "static_instance": "BINDER_ADD_SECTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_remove_page": {"fq_name": "team_log.EventTypeArg.binder_remove_page", "param_name": "binderRemovePageValue", "static_instance": "BINDER_REMOVE_PAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_remove_section": {"fq_name": "team_log.EventTypeArg.binder_remove_section", "param_name": "binderRemoveSectionValue", "static_instance": "BINDER_REMOVE_SECTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_rename_page": {"fq_name": "team_log.EventTypeArg.binder_rename_page", "param_name": "binderRenamePageValue", "static_instance": "BINDER_RENAME_PAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_rename_section": {"fq_name": "team_log.EventTypeArg.binder_rename_section", "param_name": "binderRenameSectionValue", "static_instance": "BINDER_RENAME_SECTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_reorder_page": {"fq_name": "team_log.EventTypeArg.binder_reorder_page", "param_name": "binderReorderPageValue", "static_instance": "BINDER_REORDER_PAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.binder_reorder_section": {"fq_name": "team_log.EventTypeArg.binder_reorder_section", "param_name": "binderReorderSectionValue", "static_instance": "BINDER_REORDER_SECTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_add_member": {"fq_name": "team_log.EventTypeArg.paper_content_add_member", "param_name": "paperContentAddMemberValue", "static_instance": "PAPER_CONTENT_ADD_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_add_to_folder": {"fq_name": "team_log.EventTypeArg.paper_content_add_to_folder", "param_name": "paperContentAddToFolderValue", "static_instance": "PAPER_CONTENT_ADD_TO_FOLDER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_archive": {"fq_name": "team_log.EventTypeArg.paper_content_archive", "param_name": "paperContentArchiveValue", "static_instance": "PAPER_CONTENT_ARCHIVE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_create": {"fq_name": "team_log.EventTypeArg.paper_content_create", "param_name": "paperContentCreateValue", "static_instance": "PAPER_CONTENT_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_permanently_delete": {"fq_name": "team_log.EventTypeArg.paper_content_permanently_delete", "param_name": "paperContentPermanentlyDeleteValue", "static_instance": "PAPER_CONTENT_PERMANENTLY_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_remove_from_folder": {"fq_name": "team_log.EventTypeArg.paper_content_remove_from_folder", "param_name": "paperContentRemoveFromFolderValue", "static_instance": "PAPER_CONTENT_REMOVE_FROM_FOLDER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_remove_member": {"fq_name": "team_log.EventTypeArg.paper_content_remove_member", "param_name": "paperContentRemoveMemberValue", "static_instance": "PAPER_CONTENT_REMOVE_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_rename": {"fq_name": "team_log.EventTypeArg.paper_content_rename", "param_name": "paperContentRenameValue", "static_instance": "PAPER_CONTENT_RENAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_content_restore": {"fq_name": "team_log.EventTypeArg.paper_content_restore", "param_name": "paperContentRestoreValue", "static_instance": "PAPER_CONTENT_RESTORE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_add_comment": {"fq_name": "team_log.EventTypeArg.paper_doc_add_comment", "param_name": "paperDocAddCommentValue", "static_instance": "PAPER_DOC_ADD_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_change_member_role": {"fq_name": "team_log.EventTypeArg.paper_doc_change_member_role", "param_name": "paperDocChangeMemberRoleValue", "static_instance": "PAPER_DOC_CHANGE_MEMBER_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_change_sharing_policy": {"fq_name": "team_log.EventTypeArg.paper_doc_change_sharing_policy", "param_name": "paperDocChangeSharingPolicyValue", "static_instance": "PAPER_DOC_CHANGE_SHARING_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_change_subscription": {"fq_name": "team_log.EventTypeArg.paper_doc_change_subscription", "param_name": "paperDocChangeSubscriptionValue", "static_instance": "PAPER_DOC_CHANGE_SUBSCRIPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_deleted": {"fq_name": "team_log.EventTypeArg.paper_doc_deleted", "param_name": "paperDocDeletedValue", "static_instance": "PAPER_DOC_DELETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_delete_comment": {"fq_name": "team_log.EventTypeArg.paper_doc_delete_comment", "param_name": "paperDocDeleteCommentValue", "static_instance": "PAPER_DOC_DELETE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_download": {"fq_name": "team_log.EventTypeArg.paper_doc_download", "param_name": "paperDocDownloadValue", "static_instance": "PAPER_DOC_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_edit": {"fq_name": "team_log.EventTypeArg.paper_doc_edit", "param_name": "paperDocEditValue", "static_instance": "PAPER_DOC_EDIT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_edit_comment": {"fq_name": "team_log.EventTypeArg.paper_doc_edit_comment", "param_name": "paperDocEditCommentValue", "static_instance": "PAPER_DOC_EDIT_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_followed": {"fq_name": "team_log.EventTypeArg.paper_doc_followed", "param_name": "paperDocFollowedValue", "static_instance": "PAPER_DOC_FOLLOWED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_mention": {"fq_name": "team_log.EventTypeArg.paper_doc_mention", "param_name": "paperDocMentionValue", "static_instance": "PAPER_DOC_MENTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_ownership_changed": {"fq_name": "team_log.EventTypeArg.paper_doc_ownership_changed", "param_name": "paperDocOwnershipChangedValue", "static_instance": "PAPER_DOC_OWNERSHIP_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_request_access": {"fq_name": "team_log.EventTypeArg.paper_doc_request_access", "param_name": "paperDocRequestAccessValue", "static_instance": "PAPER_DOC_REQUEST_ACCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_resolve_comment": {"fq_name": "team_log.EventTypeArg.paper_doc_resolve_comment", "param_name": "paperDocResolveCommentValue", "static_instance": "PAPER_DOC_RESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_revert": {"fq_name": "team_log.EventTypeArg.paper_doc_revert", "param_name": "paperDocRevertValue", "static_instance": "PAPER_DOC_REVERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_slack_share": {"fq_name": "team_log.EventTypeArg.paper_doc_slack_share", "param_name": "paperDocSlackShareValue", "static_instance": "PAPER_DOC_SLACK_SHARE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_team_invite": {"fq_name": "team_log.EventTypeArg.paper_doc_team_invite", "param_name": "paperDocTeamInviteValue", "static_instance": "PAPER_DOC_TEAM_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_trashed": {"fq_name": "team_log.EventTypeArg.paper_doc_trashed", "param_name": "paperDocTrashedValue", "static_instance": "PAPER_DOC_TRASHED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_unresolve_comment": {"fq_name": "team_log.EventTypeArg.paper_doc_unresolve_comment", "param_name": "paperDocUnresolveCommentValue", "static_instance": "PAPER_DOC_UNRESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_untrashed": {"fq_name": "team_log.EventTypeArg.paper_doc_untrashed", "param_name": "paperDocUntrashedValue", "static_instance": "PAPER_DOC_UNTRASHED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_doc_view": {"fq_name": "team_log.EventTypeArg.paper_doc_view", "param_name": "paperDocViewValue", "static_instance": "PAPER_DOC_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_external_view_allow": {"fq_name": "team_log.EventTypeArg.paper_external_view_allow", "param_name": "paperExternalViewAllowValue", "static_instance": "PAPER_EXTERNAL_VIEW_ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_external_view_default_team": {"fq_name": "team_log.EventTypeArg.paper_external_view_default_team", "param_name": "paperExternalViewDefaultTeamValue", "static_instance": "PAPER_EXTERNAL_VIEW_DEFAULT_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_external_view_forbid": {"fq_name": "team_log.EventTypeArg.paper_external_view_forbid", "param_name": "paperExternalViewForbidValue", "static_instance": "PAPER_EXTERNAL_VIEW_FORBID", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_folder_change_subscription": {"fq_name": "team_log.EventTypeArg.paper_folder_change_subscription", "param_name": "paperFolderChangeSubscriptionValue", "static_instance": "PAPER_FOLDER_CHANGE_SUBSCRIPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_folder_deleted": {"fq_name": "team_log.EventTypeArg.paper_folder_deleted", "param_name": "paperFolderDeletedValue", "static_instance": "PAPER_FOLDER_DELETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_folder_followed": {"fq_name": "team_log.EventTypeArg.paper_folder_followed", "param_name": "paperFolderFollowedValue", "static_instance": "PAPER_FOLDER_FOLLOWED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_folder_team_invite": {"fq_name": "team_log.EventTypeArg.paper_folder_team_invite", "param_name": "paperFolderTeamInviteValue", "static_instance": "PAPER_FOLDER_TEAM_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_published_link_change_permission": {"fq_name": "team_log.EventTypeArg.paper_published_link_change_permission", "param_name": "paperPublishedLinkChangePermissionValue", "static_instance": "PAPER_PUBLISHED_LINK_CHANGE_PERMISSION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_published_link_create": {"fq_name": "team_log.EventTypeArg.paper_published_link_create", "param_name": "paperPublishedLinkCreateValue", "static_instance": "PAPER_PUBLISHED_LINK_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_published_link_disabled": {"fq_name": "team_log.EventTypeArg.paper_published_link_disabled", "param_name": "paperPublishedLinkDisabledValue", "static_instance": "PAPER_PUBLISHED_LINK_DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_published_link_view": {"fq_name": "team_log.EventTypeArg.paper_published_link_view", "param_name": "paperPublishedLinkViewValue", "static_instance": "PAPER_PUBLISHED_LINK_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.password_change": {"fq_name": "team_log.EventTypeArg.password_change", "param_name": "passwordChangeValue", "static_instance": "PASSWORD_CHANGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.password_reset": {"fq_name": "team_log.EventTypeArg.password_reset", "param_name": "passwordResetValue", "static_instance": "PASSWORD_RESET", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.password_reset_all": {"fq_name": "team_log.EventTypeArg.password_reset_all", "param_name": "passwordResetAllValue", "static_instance": "PASSWORD_RESET_ALL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.classification_create_report": {"fq_name": "team_log.EventTypeArg.classification_create_report", "param_name": "classificationCreateReportValue", "static_instance": "CLASSIFICATION_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.classification_create_report_fail": {"fq_name": "team_log.EventTypeArg.classification_create_report_fail", "param_name": "classificationCreateReportFailValue", "static_instance": "CLASSIFICATION_CREATE_REPORT_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_create_exceptions_report": {"fq_name": "team_log.EventTypeArg.emm_create_exceptions_report", "param_name": "emmCreateExceptionsReportValue", "static_instance": "EMM_CREATE_EXCEPTIONS_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_create_usage_report": {"fq_name": "team_log.EventTypeArg.emm_create_usage_report", "param_name": "emmCreateUsageReportValue", "static_instance": "EMM_CREATE_USAGE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.export_members_report": {"fq_name": "team_log.EventTypeArg.export_members_report", "param_name": "exportMembersReportValue", "static_instance": "EXPORT_MEMBERS_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.export_members_report_fail": {"fq_name": "team_log.EventTypeArg.export_members_report_fail", "param_name": "exportMembersReportFailValue", "static_instance": "EXPORT_MEMBERS_REPORT_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.external_sharing_create_report": {"fq_name": "team_log.EventTypeArg.external_sharing_create_report", "param_name": "externalSharingCreateReportValue", "static_instance": "EXTERNAL_SHARING_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.external_sharing_report_failed": {"fq_name": "team_log.EventTypeArg.external_sharing_report_failed", "param_name": "externalSharingReportFailedValue", "static_instance": "EXTERNAL_SHARING_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_access_details_create_report": {"fq_name": "team_log.EventTypeArg.member_access_details_create_report", "param_name": "memberAccessDetailsCreateReportValue", "static_instance": "MEMBER_ACCESS_DETAILS_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_access_details_create_report_failed": {"fq_name": "team_log.EventTypeArg.member_access_details_create_report_failed", "param_name": "memberAccessDetailsCreateReportFailedValue", "static_instance": "MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_expiration_link_gen_create_report": {"fq_name": "team_log.EventTypeArg.no_expiration_link_gen_create_report", "param_name": "noExpirationLinkGenCreateReportValue", "static_instance": "NO_EXPIRATION_LINK_GEN_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_expiration_link_gen_report_failed": {"fq_name": "team_log.EventTypeArg.no_expiration_link_gen_report_failed", "param_name": "noExpirationLinkGenReportFailedValue", "static_instance": "NO_EXPIRATION_LINK_GEN_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_password_link_gen_create_report": {"fq_name": "team_log.EventTypeArg.no_password_link_gen_create_report", "param_name": "noPasswordLinkGenCreateReportValue", "static_instance": "NO_PASSWORD_LINK_GEN_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_password_link_gen_report_failed": {"fq_name": "team_log.EventTypeArg.no_password_link_gen_report_failed", "param_name": "noPasswordLinkGenReportFailedValue", "static_instance": "NO_PASSWORD_LINK_GEN_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_password_link_view_create_report": {"fq_name": "team_log.EventTypeArg.no_password_link_view_create_report", "param_name": "noPasswordLinkViewCreateReportValue", "static_instance": "NO_PASSWORD_LINK_VIEW_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.no_password_link_view_report_failed": {"fq_name": "team_log.EventTypeArg.no_password_link_view_report_failed", "param_name": "noPasswordLinkViewReportFailedValue", "static_instance": "NO_PASSWORD_LINK_VIEW_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.outdated_link_view_create_report": {"fq_name": "team_log.EventTypeArg.outdated_link_view_create_report", "param_name": "outdatedLinkViewCreateReportValue", "static_instance": "OUTDATED_LINK_VIEW_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.outdated_link_view_report_failed": {"fq_name": "team_log.EventTypeArg.outdated_link_view_report_failed", "param_name": "outdatedLinkViewReportFailedValue", "static_instance": "OUTDATED_LINK_VIEW_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_admin_export_start": {"fq_name": "team_log.EventTypeArg.paper_admin_export_start", "param_name": "paperAdminExportStartValue", "static_instance": "PAPER_ADMIN_EXPORT_START", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ransomware_alert_create_report": {"fq_name": "team_log.EventTypeArg.ransomware_alert_create_report", "param_name": "ransomwareAlertCreateReportValue", "static_instance": "RANSOMWARE_ALERT_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ransomware_alert_create_report_failed": {"fq_name": "team_log.EventTypeArg.ransomware_alert_create_report_failed", "param_name": "ransomwareAlertCreateReportFailedValue", "static_instance": "RANSOMWARE_ALERT_CREATE_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folders_create_report": {"fq_name": "team_log.EventTypeArg.shared_folders_create_report", "param_name": "sharedFoldersCreateReportValue", "static_instance": "SHARED_FOLDERS_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folders_create_report_failed": {"fq_name": "team_log.EventTypeArg.shared_folders_create_report_failed", "param_name": "sharedFoldersCreateReportFailedValue", "static_instance": "SHARED_FOLDERS_CREATE_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.smart_sync_create_admin_privilege_report": {"fq_name": "team_log.EventTypeArg.smart_sync_create_admin_privilege_report", "param_name": "smartSyncCreateAdminPrivilegeReportValue", "static_instance": "SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_activity_create_report": {"fq_name": "team_log.EventTypeArg.team_activity_create_report", "param_name": "teamActivityCreateReportValue", "static_instance": "TEAM_ACTIVITY_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_activity_create_report_fail": {"fq_name": "team_log.EventTypeArg.team_activity_create_report_fail", "param_name": "teamActivityCreateReportFailValue", "static_instance": "TEAM_ACTIVITY_CREATE_REPORT_FAIL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folders_create_report": {"fq_name": "team_log.EventTypeArg.team_folders_create_report", "param_name": "teamFoldersCreateReportValue", "static_instance": "TEAM_FOLDERS_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folders_create_report_failed": {"fq_name": "team_log.EventTypeArg.team_folders_create_report_failed", "param_name": "teamFoldersCreateReportFailedValue", "static_instance": "TEAM_FOLDERS_CREATE_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_storage_create_report": {"fq_name": "team_log.EventTypeArg.team_storage_create_report", "param_name": "teamStorageCreateReportValue", "static_instance": "TEAM_STORAGE_CREATE_REPORT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_storage_create_report_failed": {"fq_name": "team_log.EventTypeArg.team_storage_create_report_failed", "param_name": "teamStorageCreateReportFailedValue", "static_instance": "TEAM_STORAGE_CREATE_REPORT_FAILED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.collection_share": {"fq_name": "team_log.EventTypeArg.collection_share", "param_name": "collectionShareValue", "static_instance": "COLLECTION_SHARE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_file_add": {"fq_name": "team_log.EventTypeArg.file_transfers_file_add", "param_name": "fileTransfersFileAddValue", "static_instance": "FILE_TRANSFERS_FILE_ADD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_transfer_delete": {"fq_name": "team_log.EventTypeArg.file_transfers_transfer_delete", "param_name": "fileTransfersTransferDeleteValue", "static_instance": "FILE_TRANSFERS_TRANSFER_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_transfer_download": {"fq_name": "team_log.EventTypeArg.file_transfers_transfer_download", "param_name": "fileTransfersTransferDownloadValue", "static_instance": "FILE_TRANSFERS_TRANSFER_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_transfer_send": {"fq_name": "team_log.EventTypeArg.file_transfers_transfer_send", "param_name": "fileTransfersTransferSendValue", "static_instance": "FILE_TRANSFERS_TRANSFER_SEND", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_transfer_view": {"fq_name": "team_log.EventTypeArg.file_transfers_transfer_view", "param_name": "fileTransfersTransferViewValue", "static_instance": "FILE_TRANSFERS_TRANSFER_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.note_acl_invite_only": {"fq_name": "team_log.EventTypeArg.note_acl_invite_only", "param_name": "noteAclInviteOnlyValue", "static_instance": "NOTE_ACL_INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.note_acl_link": {"fq_name": "team_log.EventTypeArg.note_acl_link", "param_name": "noteAclLinkValue", "static_instance": "NOTE_ACL_LINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.note_acl_team_link": {"fq_name": "team_log.EventTypeArg.note_acl_team_link", "param_name": "noteAclTeamLinkValue", "static_instance": "NOTE_ACL_TEAM_LINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.note_shared": {"fq_name": "team_log.EventTypeArg.note_shared", "param_name": "noteSharedValue", "static_instance": "NOTE_SHARED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.note_share_receive": {"fq_name": "team_log.EventTypeArg.note_share_receive", "param_name": "noteShareReceiveValue", "static_instance": "NOTE_SHARE_RECEIVE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.open_note_shared": {"fq_name": "team_log.EventTypeArg.open_note_shared", "param_name": "openNoteSharedValue", "static_instance": "OPEN_NOTE_SHARED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_file_shared_link_created": {"fq_name": "team_log.EventTypeArg.replay_file_shared_link_created", "param_name": "replayFileSharedLinkCreatedValue", "static_instance": "REPLAY_FILE_SHARED_LINK_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_file_shared_link_modified": {"fq_name": "team_log.EventTypeArg.replay_file_shared_link_modified", "param_name": "replayFileSharedLinkModifiedValue", "static_instance": "REPLAY_FILE_SHARED_LINK_MODIFIED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_project_team_add": {"fq_name": "team_log.EventTypeArg.replay_project_team_add", "param_name": "replayProjectTeamAddValue", "static_instance": "REPLAY_PROJECT_TEAM_ADD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_project_team_delete": {"fq_name": "team_log.EventTypeArg.replay_project_team_delete", "param_name": "replayProjectTeamDeleteValue", "static_instance": "REPLAY_PROJECT_TEAM_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_and_track_file_added": {"fq_name": "team_log.EventTypeArg.send_and_track_file_added", "param_name": "sendAndTrackFileAddedValue", "static_instance": "SEND_AND_TRACK_FILE_ADDED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_and_track_file_renamed": {"fq_name": "team_log.EventTypeArg.send_and_track_file_renamed", "param_name": "sendAndTrackFileRenamedValue", "static_instance": "SEND_AND_TRACK_FILE_RENAMED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_and_track_file_updated": {"fq_name": "team_log.EventTypeArg.send_and_track_file_updated", "param_name": "sendAndTrackFileUpdatedValue", "static_instance": "SEND_AND_TRACK_FILE_UPDATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_and_track_link_created": {"fq_name": "team_log.EventTypeArg.send_and_track_link_created", "param_name": "sendAndTrackLinkCreatedValue", "static_instance": "SEND_AND_TRACK_LINK_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_and_track_link_deleted": {"fq_name": "team_log.EventTypeArg.send_and_track_link_deleted", "param_name": "sendAndTrackLinkDeletedValue", "static_instance": "SEND_AND_TRACK_LINK_DELETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_and_track_link_updated": {"fq_name": "team_log.EventTypeArg.send_and_track_link_updated", "param_name": "sendAndTrackLinkUpdatedValue", "static_instance": "SEND_AND_TRACK_LINK_UPDATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_and_track_link_viewed": {"fq_name": "team_log.EventTypeArg.send_and_track_link_viewed", "param_name": "sendAndTrackLinkViewedValue", "static_instance": "SEND_AND_TRACK_LINK_VIEWED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_and_track_removed_file_and_associated_links": {"fq_name": "team_log.EventTypeArg.send_and_track_removed_file_and_associated_links", "param_name": "sendAndTrackRemovedFileAndAssociatedLinksValue", "static_instance": "SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_add_group": {"fq_name": "team_log.EventTypeArg.sf_add_group", "param_name": "sfAddGroupValue", "static_instance": "SF_ADD_GROUP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_allow_non_members_to_view_shared_links": {"fq_name": "team_log.EventTypeArg.sf_allow_non_members_to_view_shared_links", "param_name": "sfAllowNonMembersToViewSharedLinksValue", "static_instance": "SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_external_invite_warn": {"fq_name": "team_log.EventTypeArg.sf_external_invite_warn", "param_name": "sfExternalInviteWarnValue", "static_instance": "SF_EXTERNAL_INVITE_WARN", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_fb_invite": {"fq_name": "team_log.EventTypeArg.sf_fb_invite", "param_name": "sfFbInviteValue", "static_instance": "SF_FB_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_fb_invite_change_role": {"fq_name": "team_log.EventTypeArg.sf_fb_invite_change_role", "param_name": "sfFbInviteChangeRoleValue", "static_instance": "SF_FB_INVITE_CHANGE_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_fb_uninvite": {"fq_name": "team_log.EventTypeArg.sf_fb_uninvite", "param_name": "sfFbUninviteValue", "static_instance": "SF_FB_UNINVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_invite_group": {"fq_name": "team_log.EventTypeArg.sf_invite_group", "param_name": "sfInviteGroupValue", "static_instance": "SF_INVITE_GROUP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_grant_access": {"fq_name": "team_log.EventTypeArg.sf_team_grant_access", "param_name": "sfTeamGrantAccessValue", "static_instance": "SF_TEAM_GRANT_ACCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_invite": {"fq_name": "team_log.EventTypeArg.sf_team_invite", "param_name": "sfTeamInviteValue", "static_instance": "SF_TEAM_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_invite_change_role": {"fq_name": "team_log.EventTypeArg.sf_team_invite_change_role", "param_name": "sfTeamInviteChangeRoleValue", "static_instance": "SF_TEAM_INVITE_CHANGE_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_join": {"fq_name": "team_log.EventTypeArg.sf_team_join", "param_name": "sfTeamJoinValue", "static_instance": "SF_TEAM_JOIN", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_join_from_oob_link": {"fq_name": "team_log.EventTypeArg.sf_team_join_from_oob_link", "param_name": "sfTeamJoinFromOobLinkValue", "static_instance": "SF_TEAM_JOIN_FROM_OOB_LINK", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sf_team_uninvite": {"fq_name": "team_log.EventTypeArg.sf_team_uninvite", "param_name": "sfTeamUninviteValue", "static_instance": "SF_TEAM_UNINVITE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_add_invitees": {"fq_name": "team_log.EventTypeArg.shared_content_add_invitees", "param_name": "sharedContentAddInviteesValue", "static_instance": "SHARED_CONTENT_ADD_INVITEES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_add_link_expiry": {"fq_name": "team_log.EventTypeArg.shared_content_add_link_expiry", "param_name": "sharedContentAddLinkExpiryValue", "static_instance": "SHARED_CONTENT_ADD_LINK_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_add_link_password": {"fq_name": "team_log.EventTypeArg.shared_content_add_link_password", "param_name": "sharedContentAddLinkPasswordValue", "static_instance": "SHARED_CONTENT_ADD_LINK_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_add_member": {"fq_name": "team_log.EventTypeArg.shared_content_add_member", "param_name": "sharedContentAddMemberValue", "static_instance": "SHARED_CONTENT_ADD_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_downloads_policy": {"fq_name": "team_log.EventTypeArg.shared_content_change_downloads_policy", "param_name": "sharedContentChangeDownloadsPolicyValue", "static_instance": "SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_invitee_role": {"fq_name": "team_log.EventTypeArg.shared_content_change_invitee_role", "param_name": "sharedContentChangeInviteeRoleValue", "static_instance": "SHARED_CONTENT_CHANGE_INVITEE_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_link_audience": {"fq_name": "team_log.EventTypeArg.shared_content_change_link_audience", "param_name": "sharedContentChangeLinkAudienceValue", "static_instance": "SHARED_CONTENT_CHANGE_LINK_AUDIENCE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_link_expiry": {"fq_name": "team_log.EventTypeArg.shared_content_change_link_expiry", "param_name": "sharedContentChangeLinkExpiryValue", "static_instance": "SHARED_CONTENT_CHANGE_LINK_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_link_password": {"fq_name": "team_log.EventTypeArg.shared_content_change_link_password", "param_name": "sharedContentChangeLinkPasswordValue", "static_instance": "SHARED_CONTENT_CHANGE_LINK_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_member_role": {"fq_name": "team_log.EventTypeArg.shared_content_change_member_role", "param_name": "sharedContentChangeMemberRoleValue", "static_instance": "SHARED_CONTENT_CHANGE_MEMBER_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_change_viewer_info_policy": {"fq_name": "team_log.EventTypeArg.shared_content_change_viewer_info_policy", "param_name": "sharedContentChangeViewerInfoPolicyValue", "static_instance": "SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_claim_invitation": {"fq_name": "team_log.EventTypeArg.shared_content_claim_invitation", "param_name": "sharedContentClaimInvitationValue", "static_instance": "SHARED_CONTENT_CLAIM_INVITATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_copy": {"fq_name": "team_log.EventTypeArg.shared_content_copy", "param_name": "sharedContentCopyValue", "static_instance": "SHARED_CONTENT_COPY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_download": {"fq_name": "team_log.EventTypeArg.shared_content_download", "param_name": "sharedContentDownloadValue", "static_instance": "SHARED_CONTENT_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_relinquish_membership": {"fq_name": "team_log.EventTypeArg.shared_content_relinquish_membership", "param_name": "sharedContentRelinquishMembershipValue", "static_instance": "SHARED_CONTENT_RELINQUISH_MEMBERSHIP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_remove_invitees": {"fq_name": "team_log.EventTypeArg.shared_content_remove_invitees", "param_name": "sharedContentRemoveInviteesValue", "static_instance": "SHARED_CONTENT_REMOVE_INVITEES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_remove_link_expiry": {"fq_name": "team_log.EventTypeArg.shared_content_remove_link_expiry", "param_name": "sharedContentRemoveLinkExpiryValue", "static_instance": "SHARED_CONTENT_REMOVE_LINK_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_remove_link_password": {"fq_name": "team_log.EventTypeArg.shared_content_remove_link_password", "param_name": "sharedContentRemoveLinkPasswordValue", "static_instance": "SHARED_CONTENT_REMOVE_LINK_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_remove_member": {"fq_name": "team_log.EventTypeArg.shared_content_remove_member", "param_name": "sharedContentRemoveMemberValue", "static_instance": "SHARED_CONTENT_REMOVE_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_request_access": {"fq_name": "team_log.EventTypeArg.shared_content_request_access", "param_name": "sharedContentRequestAccessValue", "static_instance": "SHARED_CONTENT_REQUEST_ACCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_restore_invitees": {"fq_name": "team_log.EventTypeArg.shared_content_restore_invitees", "param_name": "sharedContentRestoreInviteesValue", "static_instance": "SHARED_CONTENT_RESTORE_INVITEES", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_restore_member": {"fq_name": "team_log.EventTypeArg.shared_content_restore_member", "param_name": "sharedContentRestoreMemberValue", "static_instance": "SHARED_CONTENT_RESTORE_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_unshare": {"fq_name": "team_log.EventTypeArg.shared_content_unshare", "param_name": "sharedContentUnshareValue", "static_instance": "SHARED_CONTENT_UNSHARE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_content_view": {"fq_name": "team_log.EventTypeArg.shared_content_view", "param_name": "sharedContentViewValue", "static_instance": "SHARED_CONTENT_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_change_link_policy": {"fq_name": "team_log.EventTypeArg.shared_folder_change_link_policy", "param_name": "sharedFolderChangeLinkPolicyValue", "static_instance": "SHARED_FOLDER_CHANGE_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_change_members_inheritance_policy": {"fq_name": "team_log.EventTypeArg.shared_folder_change_members_inheritance_policy", "param_name": "sharedFolderChangeMembersInheritancePolicyValue", "static_instance": "SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_change_members_management_policy": {"fq_name": "team_log.EventTypeArg.shared_folder_change_members_management_policy", "param_name": "sharedFolderChangeMembersManagementPolicyValue", "static_instance": "SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_change_members_policy": {"fq_name": "team_log.EventTypeArg.shared_folder_change_members_policy", "param_name": "sharedFolderChangeMembersPolicyValue", "static_instance": "SHARED_FOLDER_CHANGE_MEMBERS_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_create": {"fq_name": "team_log.EventTypeArg.shared_folder_create", "param_name": "sharedFolderCreateValue", "static_instance": "SHARED_FOLDER_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_decline_invitation": {"fq_name": "team_log.EventTypeArg.shared_folder_decline_invitation", "param_name": "sharedFolderDeclineInvitationValue", "static_instance": "SHARED_FOLDER_DECLINE_INVITATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_mount": {"fq_name": "team_log.EventTypeArg.shared_folder_mount", "param_name": "sharedFolderMountValue", "static_instance": "SHARED_FOLDER_MOUNT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_nest": {"fq_name": "team_log.EventTypeArg.shared_folder_nest", "param_name": "sharedFolderNestValue", "static_instance": "SHARED_FOLDER_NEST", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_transfer_ownership": {"fq_name": "team_log.EventTypeArg.shared_folder_transfer_ownership", "param_name": "sharedFolderTransferOwnershipValue", "static_instance": "SHARED_FOLDER_TRANSFER_OWNERSHIP", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_folder_unmount": {"fq_name": "team_log.EventTypeArg.shared_folder_unmount", "param_name": "sharedFolderUnmountValue", "static_instance": "SHARED_FOLDER_UNMOUNT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_add_expiry": {"fq_name": "team_log.EventTypeArg.shared_link_add_expiry", "param_name": "sharedLinkAddExpiryValue", "static_instance": "SHARED_LINK_ADD_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_change_expiry": {"fq_name": "team_log.EventTypeArg.shared_link_change_expiry", "param_name": "sharedLinkChangeExpiryValue", "static_instance": "SHARED_LINK_CHANGE_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_change_visibility": {"fq_name": "team_log.EventTypeArg.shared_link_change_visibility", "param_name": "sharedLinkChangeVisibilityValue", "static_instance": "SHARED_LINK_CHANGE_VISIBILITY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_copy": {"fq_name": "team_log.EventTypeArg.shared_link_copy", "param_name": "sharedLinkCopyValue", "static_instance": "SHARED_LINK_COPY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_create": {"fq_name": "team_log.EventTypeArg.shared_link_create", "param_name": "sharedLinkCreateValue", "static_instance": "SHARED_LINK_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_disable": {"fq_name": "team_log.EventTypeArg.shared_link_disable", "param_name": "sharedLinkDisableValue", "static_instance": "SHARED_LINK_DISABLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_download": {"fq_name": "team_log.EventTypeArg.shared_link_download", "param_name": "sharedLinkDownloadValue", "static_instance": "SHARED_LINK_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_remove_expiry": {"fq_name": "team_log.EventTypeArg.shared_link_remove_expiry", "param_name": "sharedLinkRemoveExpiryValue", "static_instance": "SHARED_LINK_REMOVE_EXPIRY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_remove_visitor": {"fq_name": "team_log.EventTypeArg.shared_link_remove_visitor", "param_name": "sharedLinkRemoveVisitorValue", "static_instance": "SHARED_LINK_REMOVE_VISITOR", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_add_expiration": {"fq_name": "team_log.EventTypeArg.shared_link_settings_add_expiration", "param_name": "sharedLinkSettingsAddExpirationValue", "static_instance": "SHARED_LINK_SETTINGS_ADD_EXPIRATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_add_password": {"fq_name": "team_log.EventTypeArg.shared_link_settings_add_password", "param_name": "sharedLinkSettingsAddPasswordValue", "static_instance": "SHARED_LINK_SETTINGS_ADD_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_allow_download_disabled": {"fq_name": "team_log.EventTypeArg.shared_link_settings_allow_download_disabled", "param_name": "sharedLinkSettingsAllowDownloadDisabledValue", "static_instance": "SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_allow_download_enabled": {"fq_name": "team_log.EventTypeArg.shared_link_settings_allow_download_enabled", "param_name": "sharedLinkSettingsAllowDownloadEnabledValue", "static_instance": "SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_change_audience": {"fq_name": "team_log.EventTypeArg.shared_link_settings_change_audience", "param_name": "sharedLinkSettingsChangeAudienceValue", "static_instance": "SHARED_LINK_SETTINGS_CHANGE_AUDIENCE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_change_expiration": {"fq_name": "team_log.EventTypeArg.shared_link_settings_change_expiration", "param_name": "sharedLinkSettingsChangeExpirationValue", "static_instance": "SHARED_LINK_SETTINGS_CHANGE_EXPIRATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_change_password": {"fq_name": "team_log.EventTypeArg.shared_link_settings_change_password", "param_name": "sharedLinkSettingsChangePasswordValue", "static_instance": "SHARED_LINK_SETTINGS_CHANGE_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_remove_expiration": {"fq_name": "team_log.EventTypeArg.shared_link_settings_remove_expiration", "param_name": "sharedLinkSettingsRemoveExpirationValue", "static_instance": "SHARED_LINK_SETTINGS_REMOVE_EXPIRATION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_settings_remove_password": {"fq_name": "team_log.EventTypeArg.shared_link_settings_remove_password", "param_name": "sharedLinkSettingsRemovePasswordValue", "static_instance": "SHARED_LINK_SETTINGS_REMOVE_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_share": {"fq_name": "team_log.EventTypeArg.shared_link_share", "param_name": "sharedLinkShareValue", "static_instance": "SHARED_LINK_SHARE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_view": {"fq_name": "team_log.EventTypeArg.shared_link_view", "param_name": "sharedLinkViewValue", "static_instance": "SHARED_LINK_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_note_opened": {"fq_name": "team_log.EventTypeArg.shared_note_opened", "param_name": "sharedNoteOpenedValue", "static_instance": "SHARED_NOTE_OPENED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shmodel_disable_downloads": {"fq_name": "team_log.EventTypeArg.shmodel_disable_downloads", "param_name": "shmodelDisableDownloadsValue", "static_instance": "SHMODEL_DISABLE_DOWNLOADS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shmodel_enable_downloads": {"fq_name": "team_log.EventTypeArg.shmodel_enable_downloads", "param_name": "shmodelEnableDownloadsValue", "static_instance": "SHMODEL_ENABLE_DOWNLOADS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shmodel_group_share": {"fq_name": "team_log.EventTypeArg.shmodel_group_share", "param_name": "shmodelGroupShareValue", "static_instance": "SHMODEL_GROUP_SHARE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_access_granted": {"fq_name": "team_log.EventTypeArg.showcase_access_granted", "param_name": "showcaseAccessGrantedValue", "static_instance": "SHOWCASE_ACCESS_GRANTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_add_member": {"fq_name": "team_log.EventTypeArg.showcase_add_member", "param_name": "showcaseAddMemberValue", "static_instance": "SHOWCASE_ADD_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_archived": {"fq_name": "team_log.EventTypeArg.showcase_archived", "param_name": "showcaseArchivedValue", "static_instance": "SHOWCASE_ARCHIVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_created": {"fq_name": "team_log.EventTypeArg.showcase_created", "param_name": "showcaseCreatedValue", "static_instance": "SHOWCASE_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_delete_comment": {"fq_name": "team_log.EventTypeArg.showcase_delete_comment", "param_name": "showcaseDeleteCommentValue", "static_instance": "SHOWCASE_DELETE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_edited": {"fq_name": "team_log.EventTypeArg.showcase_edited", "param_name": "showcaseEditedValue", "static_instance": "SHOWCASE_EDITED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_edit_comment": {"fq_name": "team_log.EventTypeArg.showcase_edit_comment", "param_name": "showcaseEditCommentValue", "static_instance": "SHOWCASE_EDIT_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_file_added": {"fq_name": "team_log.EventTypeArg.showcase_file_added", "param_name": "showcaseFileAddedValue", "static_instance": "SHOWCASE_FILE_ADDED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_file_download": {"fq_name": "team_log.EventTypeArg.showcase_file_download", "param_name": "showcaseFileDownloadValue", "static_instance": "SHOWCASE_FILE_DOWNLOAD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_file_removed": {"fq_name": "team_log.EventTypeArg.showcase_file_removed", "param_name": "showcaseFileRemovedValue", "static_instance": "SHOWCASE_FILE_REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_file_view": {"fq_name": "team_log.EventTypeArg.showcase_file_view", "param_name": "showcaseFileViewValue", "static_instance": "SHOWCASE_FILE_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_permanently_deleted": {"fq_name": "team_log.EventTypeArg.showcase_permanently_deleted", "param_name": "showcasePermanentlyDeletedValue", "static_instance": "SHOWCASE_PERMANENTLY_DELETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_post_comment": {"fq_name": "team_log.EventTypeArg.showcase_post_comment", "param_name": "showcasePostCommentValue", "static_instance": "SHOWCASE_POST_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_remove_member": {"fq_name": "team_log.EventTypeArg.showcase_remove_member", "param_name": "showcaseRemoveMemberValue", "static_instance": "SHOWCASE_REMOVE_MEMBER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_renamed": {"fq_name": "team_log.EventTypeArg.showcase_renamed", "param_name": "showcaseRenamedValue", "static_instance": "SHOWCASE_RENAMED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_request_access": {"fq_name": "team_log.EventTypeArg.showcase_request_access", "param_name": "showcaseRequestAccessValue", "static_instance": "SHOWCASE_REQUEST_ACCESS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_resolve_comment": {"fq_name": "team_log.EventTypeArg.showcase_resolve_comment", "param_name": "showcaseResolveCommentValue", "static_instance": "SHOWCASE_RESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_restored": {"fq_name": "team_log.EventTypeArg.showcase_restored", "param_name": "showcaseRestoredValue", "static_instance": "SHOWCASE_RESTORED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_trashed": {"fq_name": "team_log.EventTypeArg.showcase_trashed", "param_name": "showcaseTrashedValue", "static_instance": "SHOWCASE_TRASHED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_trashed_deprecated": {"fq_name": "team_log.EventTypeArg.showcase_trashed_deprecated", "param_name": "showcaseTrashedDeprecatedValue", "static_instance": "SHOWCASE_TRASHED_DEPRECATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_unresolve_comment": {"fq_name": "team_log.EventTypeArg.showcase_unresolve_comment", "param_name": "showcaseUnresolveCommentValue", "static_instance": "SHOWCASE_UNRESOLVE_COMMENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_untrashed": {"fq_name": "team_log.EventTypeArg.showcase_untrashed", "param_name": "showcaseUntrashedValue", "static_instance": "SHOWCASE_UNTRASHED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_untrashed_deprecated": {"fq_name": "team_log.EventTypeArg.showcase_untrashed_deprecated", "param_name": "showcaseUntrashedDeprecatedValue", "static_instance": "SHOWCASE_UNTRASHED_DEPRECATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_view": {"fq_name": "team_log.EventTypeArg.showcase_view", "param_name": "showcaseViewValue", "static_instance": "SHOWCASE_VIEW", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_signature_request_canceled": {"fq_name": "team_log.EventTypeArg.sign_signature_request_canceled", "param_name": "signSignatureRequestCanceledValue", "static_instance": "SIGN_SIGNATURE_REQUEST_CANCELED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_signature_request_completed": {"fq_name": "team_log.EventTypeArg.sign_signature_request_completed", "param_name": "signSignatureRequestCompletedValue", "static_instance": "SIGN_SIGNATURE_REQUEST_COMPLETED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_signature_request_declined": {"fq_name": "team_log.EventTypeArg.sign_signature_request_declined", "param_name": "signSignatureRequestDeclinedValue", "static_instance": "SIGN_SIGNATURE_REQUEST_DECLINED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_signature_request_opened": {"fq_name": "team_log.EventTypeArg.sign_signature_request_opened", "param_name": "signSignatureRequestOpenedValue", "static_instance": "SIGN_SIGNATURE_REQUEST_OPENED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_signature_request_reminder_sent": {"fq_name": "team_log.EventTypeArg.sign_signature_request_reminder_sent", "param_name": "signSignatureRequestReminderSentValue", "static_instance": "SIGN_SIGNATURE_REQUEST_REMINDER_SENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_signature_request_sent": {"fq_name": "team_log.EventTypeArg.sign_signature_request_sent", "param_name": "signSignatureRequestSentValue", "static_instance": "SIGN_SIGNATURE_REQUEST_SENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_template_created": {"fq_name": "team_log.EventTypeArg.sign_template_created", "param_name": "signTemplateCreatedValue", "static_instance": "SIGN_TEMPLATE_CREATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_template_shared": {"fq_name": "team_log.EventTypeArg.sign_template_shared", "param_name": "signTemplateSharedValue", "static_instance": "SIGN_TEMPLATE_SHARED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.risc_security_event": {"fq_name": "team_log.EventTypeArg.risc_security_event", "param_name": "riscSecurityEventValue", "static_instance": "RISC_SECURITY_EVENT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_add_cert": {"fq_name": "team_log.EventTypeArg.sso_add_cert", "param_name": "ssoAddCertValue", "static_instance": "SSO_ADD_CERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_add_login_url": {"fq_name": "team_log.EventTypeArg.sso_add_login_url", "param_name": "ssoAddLoginUrlValue", "static_instance": "SSO_ADD_LOGIN_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_add_logout_url": {"fq_name": "team_log.EventTypeArg.sso_add_logout_url", "param_name": "ssoAddLogoutUrlValue", "static_instance": "SSO_ADD_LOGOUT_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_change_cert": {"fq_name": "team_log.EventTypeArg.sso_change_cert", "param_name": "ssoChangeCertValue", "static_instance": "SSO_CHANGE_CERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_change_login_url": {"fq_name": "team_log.EventTypeArg.sso_change_login_url", "param_name": "ssoChangeLoginUrlValue", "static_instance": "SSO_CHANGE_LOGIN_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_change_logout_url": {"fq_name": "team_log.EventTypeArg.sso_change_logout_url", "param_name": "ssoChangeLogoutUrlValue", "static_instance": "SSO_CHANGE_LOGOUT_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_change_saml_identity_mode": {"fq_name": "team_log.EventTypeArg.sso_change_saml_identity_mode", "param_name": "ssoChangeSamlIdentityModeValue", "static_instance": "SSO_CHANGE_SAML_IDENTITY_MODE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_remove_cert": {"fq_name": "team_log.EventTypeArg.sso_remove_cert", "param_name": "ssoRemoveCertValue", "static_instance": "SSO_REMOVE_CERT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_remove_login_url": {"fq_name": "team_log.EventTypeArg.sso_remove_login_url", "param_name": "ssoRemoveLoginUrlValue", "static_instance": "SSO_REMOVE_LOGIN_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_remove_logout_url": {"fq_name": "team_log.EventTypeArg.sso_remove_logout_url", "param_name": "ssoRemoveLogoutUrlValue", "static_instance": "SSO_REMOVE_LOGOUT_URL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folder_change_status": {"fq_name": "team_log.EventTypeArg.team_folder_change_status", "param_name": "teamFolderChangeStatusValue", "static_instance": "TEAM_FOLDER_CHANGE_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folder_create": {"fq_name": "team_log.EventTypeArg.team_folder_create", "param_name": "teamFolderCreateValue", "static_instance": "TEAM_FOLDER_CREATE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folder_downgrade": {"fq_name": "team_log.EventTypeArg.team_folder_downgrade", "param_name": "teamFolderDowngradeValue", "static_instance": "TEAM_FOLDER_DOWNGRADE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folder_permanently_delete": {"fq_name": "team_log.EventTypeArg.team_folder_permanently_delete", "param_name": "teamFolderPermanentlyDeleteValue", "static_instance": "TEAM_FOLDER_PERMANENTLY_DELETE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_folder_rename": {"fq_name": "team_log.EventTypeArg.team_folder_rename", "param_name": "teamFolderRenameValue", "static_instance": "TEAM_FOLDER_RENAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_selective_sync_settings_changed": {"fq_name": "team_log.EventTypeArg.team_selective_sync_settings_changed", "param_name": "teamSelectiveSyncSettingsChangedValue", "static_instance": "TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.account_capture_change_policy": {"fq_name": "team_log.EventTypeArg.account_capture_change_policy", "param_name": "accountCaptureChangePolicyValue", "static_instance": "ACCOUNT_CAPTURE_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.admin_email_reminders_changed": {"fq_name": "team_log.EventTypeArg.admin_email_reminders_changed", "param_name": "adminEmailRemindersChangedValue", "static_instance": "ADMIN_EMAIL_REMINDERS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ai_third_party_sharing_dropbox_base_policy_changed": {"fq_name": "team_log.EventTypeArg.ai_third_party_sharing_dropbox_base_policy_changed", "param_name": "aiThirdPartySharingDropboxBasePolicyChangedValue", "static_instance": "AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.allow_download_disabled": {"fq_name": "team_log.EventTypeArg.allow_download_disabled", "param_name": "allowDownloadDisabledValue", "static_instance": "ALLOW_DOWNLOAD_DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.allow_download_enabled": {"fq_name": "team_log.EventTypeArg.allow_download_enabled", "param_name": "allowDownloadEnabledValue", "static_instance": "ALLOW_DOWNLOAD_ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.apple_login_change_policy": {"fq_name": "team_log.EventTypeArg.apple_login_change_policy", "param_name": "appleLoginChangePolicyValue", "static_instance": "APPLE_LOGIN_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.app_permissions_changed": {"fq_name": "team_log.EventTypeArg.app_permissions_changed", "param_name": "appPermissionsChangedValue", "static_instance": "APP_PERMISSIONS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.camera_uploads_policy_changed": {"fq_name": "team_log.EventTypeArg.camera_uploads_policy_changed", "param_name": "cameraUploadsPolicyChangedValue", "static_instance": "CAMERA_UPLOADS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.capture_team_space_policy_changed": {"fq_name": "team_log.EventTypeArg.capture_team_space_policy_changed", "param_name": "captureTeamSpacePolicyChangedValue", "static_instance": "CAPTURE_TEAM_SPACE_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.capture_transcript_policy_changed": {"fq_name": "team_log.EventTypeArg.capture_transcript_policy_changed", "param_name": "captureTranscriptPolicyChangedValue", "static_instance": "CAPTURE_TRANSCRIPT_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.classification_change_policy": {"fq_name": "team_log.EventTypeArg.classification_change_policy", "param_name": "classificationChangePolicyValue", "static_instance": "CLASSIFICATION_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.computer_backup_policy_changed": {"fq_name": "team_log.EventTypeArg.computer_backup_policy_changed", "param_name": "computerBackupPolicyChangedValue", "static_instance": "COMPUTER_BACKUP_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.content_administration_policy_changed": {"fq_name": "team_log.EventTypeArg.content_administration_policy_changed", "param_name": "contentAdministrationPolicyChangedValue", "static_instance": "CONTENT_ADMINISTRATION_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.content_deletion_protection_change_policy": {"fq_name": "team_log.EventTypeArg.content_deletion_protection_change_policy", "param_name": "contentDeletionProtectionChangePolicyValue", "static_instance": "CONTENT_DELETION_PROTECTION_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dash_external_sharing_policy_changed": {"fq_name": "team_log.EventTypeArg.dash_external_sharing_policy_changed", "param_name": "dashExternalSharingPolicyChangedValue", "static_instance": "DASH_EXTERNAL_SHARING_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.data_placement_restriction_change_policy": {"fq_name": "team_log.EventTypeArg.data_placement_restriction_change_policy", "param_name": "dataPlacementRestrictionChangePolicyValue", "static_instance": "DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.data_placement_restriction_satisfy_policy": {"fq_name": "team_log.EventTypeArg.data_placement_restriction_satisfy_policy", "param_name": "dataPlacementRestrictionSatisfyPolicyValue", "static_instance": "DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_add_exception": {"fq_name": "team_log.EventTypeArg.device_approvals_add_exception", "param_name": "deviceApprovalsAddExceptionValue", "static_instance": "DEVICE_APPROVALS_ADD_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_change_desktop_policy": {"fq_name": "team_log.EventTypeArg.device_approvals_change_desktop_policy", "param_name": "deviceApprovalsChangeDesktopPolicyValue", "static_instance": "DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_change_mobile_policy": {"fq_name": "team_log.EventTypeArg.device_approvals_change_mobile_policy", "param_name": "deviceApprovalsChangeMobilePolicyValue", "static_instance": "DEVICE_APPROVALS_CHANGE_MOBILE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_change_overage_action": {"fq_name": "team_log.EventTypeArg.device_approvals_change_overage_action", "param_name": "deviceApprovalsChangeOverageActionValue", "static_instance": "DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_change_unlink_action": {"fq_name": "team_log.EventTypeArg.device_approvals_change_unlink_action", "param_name": "deviceApprovalsChangeUnlinkActionValue", "static_instance": "DEVICE_APPROVALS_CHANGE_UNLINK_ACTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.device_approvals_remove_exception": {"fq_name": "team_log.EventTypeArg.device_approvals_remove_exception", "param_name": "deviceApprovalsRemoveExceptionValue", "static_instance": "DEVICE_APPROVALS_REMOVE_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.directory_restrictions_add_members": {"fq_name": "team_log.EventTypeArg.directory_restrictions_add_members", "param_name": "directoryRestrictionsAddMembersValue", "static_instance": "DIRECTORY_RESTRICTIONS_ADD_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.directory_restrictions_remove_members": {"fq_name": "team_log.EventTypeArg.directory_restrictions_remove_members", "param_name": "directoryRestrictionsRemoveMembersValue", "static_instance": "DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.dropbox_passwords_policy_changed": {"fq_name": "team_log.EventTypeArg.dropbox_passwords_policy_changed", "param_name": "dropboxPasswordsPolicyChangedValue", "static_instance": "DROPBOX_PASSWORDS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.email_ingest_policy_changed": {"fq_name": "team_log.EventTypeArg.email_ingest_policy_changed", "param_name": "emailIngestPolicyChangedValue", "static_instance": "EMAIL_INGEST_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_add_exception": {"fq_name": "team_log.EventTypeArg.emm_add_exception", "param_name": "emmAddExceptionValue", "static_instance": "EMM_ADD_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_change_policy": {"fq_name": "team_log.EventTypeArg.emm_change_policy", "param_name": "emmChangePolicyValue", "static_instance": "EMM_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.emm_remove_exception": {"fq_name": "team_log.EventTypeArg.emm_remove_exception", "param_name": "emmRemoveExceptionValue", "static_instance": "EMM_REMOVE_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.extended_version_history_change_policy": {"fq_name": "team_log.EventTypeArg.extended_version_history_change_policy", "param_name": "extendedVersionHistoryChangePolicyValue", "static_instance": "EXTENDED_VERSION_HISTORY_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.external_drive_backup_policy_changed": {"fq_name": "team_log.EventTypeArg.external_drive_backup_policy_changed", "param_name": "externalDriveBackupPolicyChangedValue", "static_instance": "EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_comments_change_policy": {"fq_name": "team_log.EventTypeArg.file_comments_change_policy", "param_name": "fileCommentsChangePolicyValue", "static_instance": "FILE_COMMENTS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_locking_policy_changed": {"fq_name": "team_log.EventTypeArg.file_locking_policy_changed", "param_name": "fileLockingPolicyChangedValue", "static_instance": "FILE_LOCKING_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_provider_migration_policy_changed": {"fq_name": "team_log.EventTypeArg.file_provider_migration_policy_changed", "param_name": "fileProviderMigrationPolicyChangedValue", "static_instance": "FILE_PROVIDER_MIGRATION_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_requests_change_policy": {"fq_name": "team_log.EventTypeArg.file_requests_change_policy", "param_name": "fileRequestsChangePolicyValue", "static_instance": "FILE_REQUESTS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_requests_emails_enabled": {"fq_name": "team_log.EventTypeArg.file_requests_emails_enabled", "param_name": "fileRequestsEmailsEnabledValue", "static_instance": "FILE_REQUESTS_EMAILS_ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_requests_emails_restricted_to_team_only": {"fq_name": "team_log.EventTypeArg.file_requests_emails_restricted_to_team_only", "param_name": "fileRequestsEmailsRestrictedToTeamOnlyValue", "static_instance": "FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.file_transfers_policy_changed": {"fq_name": "team_log.EventTypeArg.file_transfers_policy_changed", "param_name": "fileTransfersPolicyChangedValue", "static_instance": "FILE_TRANSFERS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.flexible_file_names_policy_changed": {"fq_name": "team_log.EventTypeArg.flexible_file_names_policy_changed", "param_name": "flexibleFileNamesPolicyChangedValue", "static_instance": "FLEXIBLE_FILE_NAMES_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.folder_link_restriction_policy_changed": {"fq_name": "team_log.EventTypeArg.folder_link_restriction_policy_changed", "param_name": "folderLinkRestrictionPolicyChangedValue", "static_instance": "FOLDER_LINK_RESTRICTION_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.google_sso_change_policy": {"fq_name": "team_log.EventTypeArg.google_sso_change_policy", "param_name": "googleSsoChangePolicyValue", "static_instance": "GOOGLE_SSO_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.group_user_management_change_policy": {"fq_name": "team_log.EventTypeArg.group_user_management_change_policy", "param_name": "groupUserManagementChangePolicyValue", "static_instance": "GROUP_USER_MANAGEMENT_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.integration_policy_changed": {"fq_name": "team_log.EventTypeArg.integration_policy_changed", "param_name": "integrationPolicyChangedValue", "static_instance": "INTEGRATION_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.invite_acceptance_email_policy_changed": {"fq_name": "team_log.EventTypeArg.invite_acceptance_email_policy_changed", "param_name": "inviteAcceptanceEmailPolicyChangedValue", "static_instance": "INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_requests_change_policy": {"fq_name": "team_log.EventTypeArg.member_requests_change_policy", "param_name": "memberRequestsChangePolicyValue", "static_instance": "MEMBER_REQUESTS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_send_invite_policy_changed": {"fq_name": "team_log.EventTypeArg.member_send_invite_policy_changed", "param_name": "memberSendInvitePolicyChangedValue", "static_instance": "MEMBER_SEND_INVITE_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_add_exception": {"fq_name": "team_log.EventTypeArg.member_space_limits_add_exception", "param_name": "memberSpaceLimitsAddExceptionValue", "static_instance": "MEMBER_SPACE_LIMITS_ADD_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_change_caps_type_policy": {"fq_name": "team_log.EventTypeArg.member_space_limits_change_caps_type_policy", "param_name": "memberSpaceLimitsChangeCapsTypePolicyValue", "static_instance": "MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_change_policy": {"fq_name": "team_log.EventTypeArg.member_space_limits_change_policy", "param_name": "memberSpaceLimitsChangePolicyValue", "static_instance": "MEMBER_SPACE_LIMITS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_space_limits_remove_exception": {"fq_name": "team_log.EventTypeArg.member_space_limits_remove_exception", "param_name": "memberSpaceLimitsRemoveExceptionValue", "static_instance": "MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.member_suggestions_change_policy": {"fq_name": "team_log.EventTypeArg.member_suggestions_change_policy", "param_name": "memberSuggestionsChangePolicyValue", "static_instance": "MEMBER_SUGGESTIONS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.microsoft_login_change_policy": {"fq_name": "team_log.EventTypeArg.microsoft_login_change_policy", "param_name": "microsoftLoginChangePolicyValue", "static_instance": "MICROSOFT_LOGIN_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.microsoft_office_addin_change_policy": {"fq_name": "team_log.EventTypeArg.microsoft_office_addin_change_policy", "param_name": "microsoftOfficeAddinChangePolicyValue", "static_instance": "MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.network_control_change_policy": {"fq_name": "team_log.EventTypeArg.network_control_change_policy", "param_name": "networkControlChangePolicyValue", "static_instance": "NETWORK_CONTROL_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_change_deployment_policy": {"fq_name": "team_log.EventTypeArg.paper_change_deployment_policy", "param_name": "paperChangeDeploymentPolicyValue", "static_instance": "PAPER_CHANGE_DEPLOYMENT_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_change_member_link_policy": {"fq_name": "team_log.EventTypeArg.paper_change_member_link_policy", "param_name": "paperChangeMemberLinkPolicyValue", "static_instance": "PAPER_CHANGE_MEMBER_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_change_member_policy": {"fq_name": "team_log.EventTypeArg.paper_change_member_policy", "param_name": "paperChangeMemberPolicyValue", "static_instance": "PAPER_CHANGE_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_change_policy": {"fq_name": "team_log.EventTypeArg.paper_change_policy", "param_name": "paperChangePolicyValue", "static_instance": "PAPER_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_default_folder_policy_changed": {"fq_name": "team_log.EventTypeArg.paper_default_folder_policy_changed", "param_name": "paperDefaultFolderPolicyChangedValue", "static_instance": "PAPER_DEFAULT_FOLDER_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_desktop_policy_changed": {"fq_name": "team_log.EventTypeArg.paper_desktop_policy_changed", "param_name": "paperDesktopPolicyChangedValue", "static_instance": "PAPER_DESKTOP_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_enabled_users_group_addition": {"fq_name": "team_log.EventTypeArg.paper_enabled_users_group_addition", "param_name": "paperEnabledUsersGroupAdditionValue", "static_instance": "PAPER_ENABLED_USERS_GROUP_ADDITION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.paper_enabled_users_group_removal": {"fq_name": "team_log.EventTypeArg.paper_enabled_users_group_removal", "param_name": "paperEnabledUsersGroupRemovalValue", "static_instance": "PAPER_ENABLED_USERS_GROUP_REMOVAL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.passkey_login_policy_changed": {"fq_name": "team_log.EventTypeArg.passkey_login_policy_changed", "param_name": "passkeyLoginPolicyChangedValue", "static_instance": "PASSKEY_LOGIN_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.password_strength_requirements_change_policy": {"fq_name": "team_log.EventTypeArg.password_strength_requirements_change_policy", "param_name": "passwordStrengthRequirementsChangePolicyValue", "static_instance": "PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.permanent_delete_change_policy": {"fq_name": "team_log.EventTypeArg.permanent_delete_change_policy", "param_name": "permanentDeleteChangePolicyValue", "static_instance": "PERMANENT_DELETE_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.previews_ai_policy_changed": {"fq_name": "team_log.EventTypeArg.previews_ai_policy_changed", "param_name": "previewsAiPolicyChangedValue", "static_instance": "PREVIEWS_AI_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_adding_people_policy_changed": {"fq_name": "team_log.EventTypeArg.replay_adding_people_policy_changed", "param_name": "replayAddingPeoplePolicyChangedValue", "static_instance": "REPLAY_ADDING_PEOPLE_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.replay_sharing_policy_changed": {"fq_name": "team_log.EventTypeArg.replay_sharing_policy_changed", "param_name": "replaySharingPolicyChangedValue", "static_instance": "REPLAY_SHARING_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.reseller_support_change_policy": {"fq_name": "team_log.EventTypeArg.reseller_support_change_policy", "param_name": "resellerSupportChangePolicyValue", "static_instance": "RESELLER_SUPPORT_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.rewind_policy_changed": {"fq_name": "team_log.EventTypeArg.rewind_policy_changed", "param_name": "rewindPolicyChangedValue", "static_instance": "REWIND_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_and_track_policy_changed": {"fq_name": "team_log.EventTypeArg.send_and_track_policy_changed", "param_name": "sendAndTrackPolicyChangedValue", "static_instance": "SEND_AND_TRACK_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_external_sharing_policy_changed": {"fq_name": "team_log.EventTypeArg.send_external_sharing_policy_changed", "param_name": "sendExternalSharingPolicyChangedValue", "static_instance": "SEND_EXTERNAL_SHARING_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.send_for_signature_policy_changed": {"fq_name": "team_log.EventTypeArg.send_for_signature_policy_changed", "param_name": "sendForSignaturePolicyChangedValue", "static_instance": "SEND_FOR_SIGNATURE_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.shared_link_default_permissions_policy_changed": {"fq_name": "team_log.EventTypeArg.shared_link_default_permissions_policy_changed", "param_name": "sharedLinkDefaultPermissionsPolicyChangedValue", "static_instance": "SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_folder_join_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_folder_join_policy", "param_name": "sharingChangeFolderJoinPolicyValue", "static_instance": "SHARING_CHANGE_FOLDER_JOIN_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_link_allow_change_expiration_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_link_allow_change_expiration_policy", "param_name": "sharingChangeLinkAllowChangeExpirationPolicyValue", "static_instance": "SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_link_default_expiration_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_link_default_expiration_policy", "param_name": "sharingChangeLinkDefaultExpirationPolicyValue", "static_instance": "SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_link_enforce_password_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_link_enforce_password_policy", "param_name": "sharingChangeLinkEnforcePasswordPolicyValue", "static_instance": "SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_link_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_link_policy", "param_name": "sharingChangeLinkPolicyValue", "static_instance": "SHARING_CHANGE_LINK_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sharing_change_member_policy": {"fq_name": "team_log.EventTypeArg.sharing_change_member_policy", "param_name": "sharingChangeMemberPolicyValue", "static_instance": "SHARING_CHANGE_MEMBER_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_change_download_policy": {"fq_name": "team_log.EventTypeArg.showcase_change_download_policy", "param_name": "showcaseChangeDownloadPolicyValue", "static_instance": "SHOWCASE_CHANGE_DOWNLOAD_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_change_enabled_policy": {"fq_name": "team_log.EventTypeArg.showcase_change_enabled_policy", "param_name": "showcaseChangeEnabledPolicyValue", "static_instance": "SHOWCASE_CHANGE_ENABLED_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.showcase_change_external_sharing_policy": {"fq_name": "team_log.EventTypeArg.showcase_change_external_sharing_policy", "param_name": "showcaseChangeExternalSharingPolicyValue", "static_instance": "SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_external_sharing_policy_changed": {"fq_name": "team_log.EventTypeArg.sign_external_sharing_policy_changed", "param_name": "signExternalSharingPolicyChangedValue", "static_instance": "SIGN_EXTERNAL_SHARING_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sign_template_creation_permission_changed": {"fq_name": "team_log.EventTypeArg.sign_template_creation_permission_changed", "param_name": "signTemplateCreationPermissionChangedValue", "static_instance": "SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.smarter_smart_sync_policy_changed": {"fq_name": "team_log.EventTypeArg.smarter_smart_sync_policy_changed", "param_name": "smarterSmartSyncPolicyChangedValue", "static_instance": "SMARTER_SMART_SYNC_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.smart_sync_change_policy": {"fq_name": "team_log.EventTypeArg.smart_sync_change_policy", "param_name": "smartSyncChangePolicyValue", "static_instance": "SMART_SYNC_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.smart_sync_not_opt_out": {"fq_name": "team_log.EventTypeArg.smart_sync_not_opt_out", "param_name": "smartSyncNotOptOutValue", "static_instance": "SMART_SYNC_NOT_OPT_OUT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.smart_sync_opt_out": {"fq_name": "team_log.EventTypeArg.smart_sync_opt_out", "param_name": "smartSyncOptOutValue", "static_instance": "SMART_SYNC_OPT_OUT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.sso_change_policy": {"fq_name": "team_log.EventTypeArg.sso_change_policy", "param_name": "ssoChangePolicyValue", "static_instance": "SSO_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.stack_cross_team_access_policy_changed": {"fq_name": "team_log.EventTypeArg.stack_cross_team_access_policy_changed", "param_name": "stackCrossTeamAccessPolicyChangedValue", "static_instance": "STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_branding_policy_changed": {"fq_name": "team_log.EventTypeArg.team_branding_policy_changed", "param_name": "teamBrandingPolicyChangedValue", "static_instance": "TEAM_BRANDING_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_extensions_policy_changed": {"fq_name": "team_log.EventTypeArg.team_extensions_policy_changed", "param_name": "teamExtensionsPolicyChangedValue", "static_instance": "TEAM_EXTENSIONS_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_member_storage_request_policy_changed": {"fq_name": "team_log.EventTypeArg.team_member_storage_request_policy_changed", "param_name": "teamMemberStorageRequestPolicyChangedValue", "static_instance": "TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_selective_sync_policy_changed": {"fq_name": "team_log.EventTypeArg.team_selective_sync_policy_changed", "param_name": "teamSelectiveSyncPolicyChangedValue", "static_instance": "TEAM_SELECTIVE_SYNC_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_sharing_whitelist_subjects_changed": {"fq_name": "team_log.EventTypeArg.team_sharing_whitelist_subjects_changed", "param_name": "teamSharingWhitelistSubjectsChangedValue", "static_instance": "TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_add_exception": {"fq_name": "team_log.EventTypeArg.tfa_add_exception", "param_name": "tfaAddExceptionValue", "static_instance": "TFA_ADD_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_change_policy": {"fq_name": "team_log.EventTypeArg.tfa_change_policy", "param_name": "tfaChangePolicyValue", "static_instance": "TFA_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_remove_exception": {"fq_name": "team_log.EventTypeArg.tfa_remove_exception", "param_name": "tfaRemoveExceptionValue", "static_instance": "TFA_REMOVE_EXCEPTION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.top_level_content_policy_changed": {"fq_name": "team_log.EventTypeArg.top_level_content_policy_changed", "param_name": "topLevelContentPolicyChangedValue", "static_instance": "TOP_LEVEL_CONTENT_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.two_account_change_policy": {"fq_name": "team_log.EventTypeArg.two_account_change_policy", "param_name": "twoAccountChangePolicyValue", "static_instance": "TWO_ACCOUNT_CHANGE_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.viewer_info_policy_changed": {"fq_name": "team_log.EventTypeArg.viewer_info_policy_changed", "param_name": "viewerInfoPolicyChangedValue", "static_instance": "VIEWER_INFO_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.watermarking_policy_changed": {"fq_name": "team_log.EventTypeArg.watermarking_policy_changed", "param_name": "watermarkingPolicyChangedValue", "static_instance": "WATERMARKING_POLICY_CHANGED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.web_sessions_change_active_session_limit": {"fq_name": "team_log.EventTypeArg.web_sessions_change_active_session_limit", "param_name": "webSessionsChangeActiveSessionLimitValue", "static_instance": "WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.web_sessions_change_fixed_length_policy": {"fq_name": "team_log.EventTypeArg.web_sessions_change_fixed_length_policy", "param_name": "webSessionsChangeFixedLengthPolicyValue", "static_instance": "WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.web_sessions_change_idle_length_policy": {"fq_name": "team_log.EventTypeArg.web_sessions_change_idle_length_policy", "param_name": "webSessionsChangeIdleLengthPolicyValue", "static_instance": "WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.data_residency_migration_request_successful": {"fq_name": "team_log.EventTypeArg.data_residency_migration_request_successful", "param_name": "dataResidencyMigrationRequestSuccessfulValue", "static_instance": "DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.data_residency_migration_request_unsuccessful": {"fq_name": "team_log.EventTypeArg.data_residency_migration_request_unsuccessful", "param_name": "dataResidencyMigrationRequestUnsuccessfulValue", "static_instance": "DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_from": {"fq_name": "team_log.EventTypeArg.team_merge_from", "param_name": "teamMergeFromValue", "static_instance": "TEAM_MERGE_FROM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_to": {"fq_name": "team_log.EventTypeArg.team_merge_to", "param_name": "teamMergeToValue", "static_instance": "TEAM_MERGE_TO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_add_background": {"fq_name": "team_log.EventTypeArg.team_profile_add_background", "param_name": "teamProfileAddBackgroundValue", "static_instance": "TEAM_PROFILE_ADD_BACKGROUND", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_add_logo": {"fq_name": "team_log.EventTypeArg.team_profile_add_logo", "param_name": "teamProfileAddLogoValue", "static_instance": "TEAM_PROFILE_ADD_LOGO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_change_background": {"fq_name": "team_log.EventTypeArg.team_profile_change_background", "param_name": "teamProfileChangeBackgroundValue", "static_instance": "TEAM_PROFILE_CHANGE_BACKGROUND", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_change_default_language": {"fq_name": "team_log.EventTypeArg.team_profile_change_default_language", "param_name": "teamProfileChangeDefaultLanguageValue", "static_instance": "TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_change_logo": {"fq_name": "team_log.EventTypeArg.team_profile_change_logo", "param_name": "teamProfileChangeLogoValue", "static_instance": "TEAM_PROFILE_CHANGE_LOGO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_change_name": {"fq_name": "team_log.EventTypeArg.team_profile_change_name", "param_name": "teamProfileChangeNameValue", "static_instance": "TEAM_PROFILE_CHANGE_NAME", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_remove_background": {"fq_name": "team_log.EventTypeArg.team_profile_remove_background", "param_name": "teamProfileRemoveBackgroundValue", "static_instance": "TEAM_PROFILE_REMOVE_BACKGROUND", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_profile_remove_logo": {"fq_name": "team_log.EventTypeArg.team_profile_remove_logo", "param_name": "teamProfileRemoveLogoValue", "static_instance": "TEAM_PROFILE_REMOVE_LOGO", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.passkey_add": {"fq_name": "team_log.EventTypeArg.passkey_add", "param_name": "passkeyAddValue", "static_instance": "PASSKEY_ADD", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.passkey_remove": {"fq_name": "team_log.EventTypeArg.passkey_remove", "param_name": "passkeyRemoveValue", "static_instance": "PASSKEY_REMOVE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_add_backup_phone": {"fq_name": "team_log.EventTypeArg.tfa_add_backup_phone", "param_name": "tfaAddBackupPhoneValue", "static_instance": "TFA_ADD_BACKUP_PHONE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_add_security_key": {"fq_name": "team_log.EventTypeArg.tfa_add_security_key", "param_name": "tfaAddSecurityKeyValue", "static_instance": "TFA_ADD_SECURITY_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_change_backup_phone": {"fq_name": "team_log.EventTypeArg.tfa_change_backup_phone", "param_name": "tfaChangeBackupPhoneValue", "static_instance": "TFA_CHANGE_BACKUP_PHONE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_change_status": {"fq_name": "team_log.EventTypeArg.tfa_change_status", "param_name": "tfaChangeStatusValue", "static_instance": "TFA_CHANGE_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_remove_backup_phone": {"fq_name": "team_log.EventTypeArg.tfa_remove_backup_phone", "param_name": "tfaRemoveBackupPhoneValue", "static_instance": "TFA_REMOVE_BACKUP_PHONE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_remove_security_key": {"fq_name": "team_log.EventTypeArg.tfa_remove_security_key", "param_name": "tfaRemoveSecurityKeyValue", "static_instance": "TFA_REMOVE_SECURITY_KEY", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.tfa_reset": {"fq_name": "team_log.EventTypeArg.tfa_reset", "param_name": "tfaResetValue", "static_instance": "TFA_RESET", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.changed_enterprise_admin_role": {"fq_name": "team_log.EventTypeArg.changed_enterprise_admin_role", "param_name": "changedEnterpriseAdminRoleValue", "static_instance": "CHANGED_ENTERPRISE_ADMIN_ROLE", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.changed_enterprise_connected_team_status": {"fq_name": "team_log.EventTypeArg.changed_enterprise_connected_team_status", "param_name": "changedEnterpriseConnectedTeamStatusValue", "static_instance": "CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ended_enterprise_admin_session": {"fq_name": "team_log.EventTypeArg.ended_enterprise_admin_session", "param_name": "endedEnterpriseAdminSessionValue", "static_instance": "ENDED_ENTERPRISE_ADMIN_SESSION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.ended_enterprise_admin_session_deprecated": {"fq_name": "team_log.EventTypeArg.ended_enterprise_admin_session_deprecated", "param_name": "endedEnterpriseAdminSessionDeprecatedValue", "static_instance": "ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.enterprise_settings_locking": {"fq_name": "team_log.EventTypeArg.enterprise_settings_locking", "param_name": "enterpriseSettingsLockingValue", "static_instance": "ENTERPRISE_SETTINGS_LOCKING", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.guest_admin_change_status": {"fq_name": "team_log.EventTypeArg.guest_admin_change_status", "param_name": "guestAdminChangeStatusValue", "static_instance": "GUEST_ADMIN_CHANGE_STATUS", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.started_enterprise_admin_session": {"fq_name": "team_log.EventTypeArg.started_enterprise_admin_session", "param_name": "startedEnterpriseAdminSessionValue", "static_instance": "STARTED_ENTERPRISE_ADMIN_SESSION", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_accepted": {"fq_name": "team_log.EventTypeArg.team_merge_request_accepted", "param_name": "teamMergeRequestAcceptedValue", "static_instance": "TEAM_MERGE_REQUEST_ACCEPTED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_accepted_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_accepted_shown_to_primary_team", "param_name": "teamMergeRequestAcceptedShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_accepted_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_accepted_shown_to_secondary_team", "param_name": "teamMergeRequestAcceptedShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_auto_canceled": {"fq_name": "team_log.EventTypeArg.team_merge_request_auto_canceled", "param_name": "teamMergeRequestAutoCanceledValue", "static_instance": "TEAM_MERGE_REQUEST_AUTO_CANCELED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_canceled": {"fq_name": "team_log.EventTypeArg.team_merge_request_canceled", "param_name": "teamMergeRequestCanceledValue", "static_instance": "TEAM_MERGE_REQUEST_CANCELED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_canceled_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_canceled_shown_to_primary_team", "param_name": "teamMergeRequestCanceledShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_canceled_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_canceled_shown_to_secondary_team", "param_name": "teamMergeRequestCanceledShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_expired": {"fq_name": "team_log.EventTypeArg.team_merge_request_expired", "param_name": "teamMergeRequestExpiredValue", "static_instance": "TEAM_MERGE_REQUEST_EXPIRED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_expired_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_expired_shown_to_primary_team", "param_name": "teamMergeRequestExpiredShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_expired_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_expired_shown_to_secondary_team", "param_name": "teamMergeRequestExpiredShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_rejected_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_rejected_shown_to_primary_team", "param_name": "teamMergeRequestRejectedShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_rejected_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_rejected_shown_to_secondary_team", "param_name": "teamMergeRequestRejectedShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_reminder": {"fq_name": "team_log.EventTypeArg.team_merge_request_reminder", "param_name": "teamMergeRequestReminderValue", "static_instance": "TEAM_MERGE_REQUEST_REMINDER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_reminder_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_reminder_shown_to_primary_team", "param_name": "teamMergeRequestReminderShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_reminder_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_reminder_shown_to_secondary_team", "param_name": "teamMergeRequestReminderShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_revoked": {"fq_name": "team_log.EventTypeArg.team_merge_request_revoked", "param_name": "teamMergeRequestRevokedValue", "static_instance": "TEAM_MERGE_REQUEST_REVOKED", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_sent_shown_to_primary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_sent_shown_to_primary_team", "param_name": "teamMergeRequestSentShownToPrimaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.team_merge_request_sent_shown_to_secondary_team": {"fq_name": "team_log.EventTypeArg.team_merge_request_sent_shown_to_secondary_team", "param_name": "teamMergeRequestSentShownToSecondaryTeamValue", "static_instance": "TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.EventTypeArg.other": {"fq_name": "team_log.EventTypeArg.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.EventTypeArg", "route_refs": [], "_type": "FieldReference"}, "team_log.ExportMembersReportFailDetails.failure_reason": {"fq_name": "team_log.ExportMembersReportFailDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.ExportMembersReportFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExportMembersReportFailType.description": {"fq_name": "team_log.ExportMembersReportFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExportMembersReportFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExportMembersReportType.description": {"fq_name": "team_log.ExportMembersReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExportMembersReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryChangePolicyDetails.new_value": {"fq_name": "team_log.ExtendedVersionHistoryChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ExtendedVersionHistoryChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryChangePolicyDetails.previous_value": {"fq_name": "team_log.ExtendedVersionHistoryChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ExtendedVersionHistoryChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryChangePolicyType.description": {"fq_name": "team_log.ExtendedVersionHistoryChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExtendedVersionHistoryChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryPolicy.explicitly_limited": {"fq_name": "team_log.ExtendedVersionHistoryPolicy.explicitly_limited", "param_name": "explicitlyLimitedValue", "static_instance": "EXPLICITLY_LIMITED", "getter_method": null, "containing_data_type_ref": "team_log.ExtendedVersionHistoryPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryPolicy.explicitly_unlimited": {"fq_name": "team_log.ExtendedVersionHistoryPolicy.explicitly_unlimited", "param_name": "explicitlyUnlimitedValue", "static_instance": "EXPLICITLY_UNLIMITED", "getter_method": null, "containing_data_type_ref": "team_log.ExtendedVersionHistoryPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryPolicy.implicitly_limited": {"fq_name": "team_log.ExtendedVersionHistoryPolicy.implicitly_limited", "param_name": "implicitlyLimitedValue", "static_instance": "IMPLICITLY_LIMITED", "getter_method": null, "containing_data_type_ref": "team_log.ExtendedVersionHistoryPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryPolicy.implicitly_unlimited": {"fq_name": "team_log.ExtendedVersionHistoryPolicy.implicitly_unlimited", "param_name": "implicitlyUnlimitedValue", "static_instance": "IMPLICITLY_UNLIMITED", "getter_method": null, "containing_data_type_ref": "team_log.ExtendedVersionHistoryPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExtendedVersionHistoryPolicy.other": {"fq_name": "team_log.ExtendedVersionHistoryPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ExtendedVersionHistoryPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatus.exceed_license_cap": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatus.exceed_license_cap", "param_name": "exceedLicenseCapValue", "static_instance": "EXCEED_LICENSE_CAP", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatus.skip": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatus.skip", "param_name": "skipValue", "static_instance": "SKIP", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatus.success": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatus.success", "param_name": "successValue", "static_instance": "SUCCESS", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatus.other": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.desktop_device_session_info": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.desktop_device_session_info", "param_name": "desktopDeviceSessionInfo", "static_instance": null, "getter_method": "getDesktopDeviceSessionInfo", "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.status": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.number_of_external_drive_backup": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.number_of_external_drive_backup", "param_name": "numberOfExternalDriveBackup", "static_instance": null, "getter_method": "getNumberOfExternalDriveBackup", "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatusCheckedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupEligibilityStatusCheckedType.description": {"fq_name": "team_log.ExternalDriveBackupEligibilityStatusCheckedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExternalDriveBackupEligibilityStatusCheckedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicy.default": {"fq_name": "team_log.ExternalDriveBackupPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicy.disabled": {"fq_name": "team_log.ExternalDriveBackupPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicy.enabled": {"fq_name": "team_log.ExternalDriveBackupPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicy.other": {"fq_name": "team_log.ExternalDriveBackupPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicyChangedDetails.new_value": {"fq_name": "team_log.ExternalDriveBackupPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ExternalDriveBackupPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicyChangedDetails.previous_value": {"fq_name": "team_log.ExternalDriveBackupPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ExternalDriveBackupPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupPolicyChangedType.description": {"fq_name": "team_log.ExternalDriveBackupPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExternalDriveBackupPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.broken": {"fq_name": "team_log.ExternalDriveBackupStatus.broken", "param_name": "brokenValue", "static_instance": "BROKEN", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.created": {"fq_name": "team_log.ExternalDriveBackupStatus.created", "param_name": "createdValue", "static_instance": "CREATED", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.created_or_broken": {"fq_name": "team_log.ExternalDriveBackupStatus.created_or_broken", "param_name": "createdOrBrokenValue", "static_instance": "CREATED_OR_BROKEN", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.deleted": {"fq_name": "team_log.ExternalDriveBackupStatus.deleted", "param_name": "deletedValue", "static_instance": "DELETED", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.empty": {"fq_name": "team_log.ExternalDriveBackupStatus.empty", "param_name": "emptyValue", "static_instance": "EMPTY", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.unknown": {"fq_name": "team_log.ExternalDriveBackupStatus.unknown", "param_name": "unknownValue", "static_instance": "UNKNOWN", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatus.other": {"fq_name": "team_log.ExternalDriveBackupStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ExternalDriveBackupStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatusChangedDetails.desktop_device_session_info": {"fq_name": "team_log.ExternalDriveBackupStatusChangedDetails.desktop_device_session_info", "param_name": "desktopDeviceSessionInfo", "static_instance": null, "getter_method": "getDesktopDeviceSessionInfo", "containing_data_type_ref": "team_log.ExternalDriveBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatusChangedDetails.previous_value": {"fq_name": "team_log.ExternalDriveBackupStatusChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ExternalDriveBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatusChangedDetails.new_value": {"fq_name": "team_log.ExternalDriveBackupStatusChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ExternalDriveBackupStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalDriveBackupStatusChangedType.description": {"fq_name": "team_log.ExternalDriveBackupStatusChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExternalDriveBackupStatusChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalSharingCreateReportType.description": {"fq_name": "team_log.ExternalSharingCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExternalSharingCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalSharingReportFailedDetails.failure_reason": {"fq_name": "team_log.ExternalSharingReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.ExternalSharingReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalSharingReportFailedType.description": {"fq_name": "team_log.ExternalSharingReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ExternalSharingReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalSharingSetting.allow": {"fq_name": "team_log.ExternalSharingSetting.allow", "param_name": "allowValue", "static_instance": "ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.ExternalSharingSetting", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalSharingSetting.forbid": {"fq_name": "team_log.ExternalSharingSetting.forbid", "param_name": "forbidValue", "static_instance": "FORBID", "getter_method": null, "containing_data_type_ref": "team_log.ExternalSharingSetting", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalSharingSetting.unset": {"fq_name": "team_log.ExternalSharingSetting.unset", "param_name": "unsetValue", "static_instance": "UNSET", "getter_method": null, "containing_data_type_ref": "team_log.ExternalSharingSetting", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalSharingSetting.other": {"fq_name": "team_log.ExternalSharingSetting.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ExternalSharingSetting", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalUserLogInfo.user_identifier": {"fq_name": "team_log.ExternalUserLogInfo.user_identifier", "param_name": "userIdentifier", "static_instance": null, "getter_method": "getUserIdentifier", "containing_data_type_ref": "team_log.ExternalUserLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ExternalUserLogInfo.identifier_type": {"fq_name": "team_log.ExternalUserLogInfo.identifier_type", "param_name": "identifierType", "static_instance": null, "getter_method": "getIdentifierType", "containing_data_type_ref": "team_log.ExternalUserLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FailureDetailsLogInfo.user_friendly_message": {"fq_name": "team_log.FailureDetailsLogInfo.user_friendly_message", "param_name": "userFriendlyMessage", "static_instance": null, "getter_method": "getUserFriendlyMessage", "containing_data_type_ref": "team_log.FailureDetailsLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FailureDetailsLogInfo.technical_error_message": {"fq_name": "team_log.FailureDetailsLogInfo.technical_error_message", "param_name": "technicalErrorMessage", "static_instance": null, "getter_method": "getTechnicalErrorMessage", "containing_data_type_ref": "team_log.FailureDetailsLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FedAdminRole.enterprise_admin": {"fq_name": "team_log.FedAdminRole.enterprise_admin", "param_name": "enterpriseAdminValue", "static_instance": "ENTERPRISE_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.FedAdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.FedAdminRole.not_enterprise_admin": {"fq_name": "team_log.FedAdminRole.not_enterprise_admin", "param_name": "notEnterpriseAdminValue", "static_instance": "NOT_ENTERPRISE_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.FedAdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.FedAdminRole.other": {"fq_name": "team_log.FedAdminRole.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FedAdminRole", "route_refs": [], "_type": "FieldReference"}, "team_log.FedExtraDetails.organization": {"fq_name": "team_log.FedExtraDetails.organization", "param_name": "organizationValue", "static_instance": null, "getter_method": "getOrganizationValue", "containing_data_type_ref": "team_log.FedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FedExtraDetails.team": {"fq_name": "team_log.FedExtraDetails.team", "param_name": "teamValue", "static_instance": null, "getter_method": "getTeamValue", "containing_data_type_ref": "team_log.FedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FedExtraDetails.other": {"fq_name": "team_log.FedExtraDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.accepted_invite": {"fq_name": "team_log.FedHandshakeAction.accepted_invite", "param_name": "acceptedInviteValue", "static_instance": "ACCEPTED_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.canceled_invite": {"fq_name": "team_log.FedHandshakeAction.canceled_invite", "param_name": "canceledInviteValue", "static_instance": "CANCELED_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.invite_expired": {"fq_name": "team_log.FedHandshakeAction.invite_expired", "param_name": "inviteExpiredValue", "static_instance": "INVITE_EXPIRED", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.invited": {"fq_name": "team_log.FedHandshakeAction.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.rejected_invite": {"fq_name": "team_log.FedHandshakeAction.rejected_invite", "param_name": "rejectedInviteValue", "static_instance": "REJECTED_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.removed_team": {"fq_name": "team_log.FedHandshakeAction.removed_team", "param_name": "removedTeamValue", "static_instance": "REMOVED_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FedHandshakeAction.other": {"fq_name": "team_log.FedHandshakeAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FedHandshakeAction", "route_refs": [], "_type": "FieldReference"}, "team_log.FederationStatusChangeAdditionalInfo.connected_team_name": {"fq_name": "team_log.FederationStatusChangeAdditionalInfo.connected_team_name", "param_name": "connectedTeamNameValue", "static_instance": null, "getter_method": "getConnectedTeamNameValue", "containing_data_type_ref": "team_log.FederationStatusChangeAdditionalInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FederationStatusChangeAdditionalInfo.non_trusted_team_details": {"fq_name": "team_log.FederationStatusChangeAdditionalInfo.non_trusted_team_details", "param_name": "nonTrustedTeamDetailsValue", "static_instance": null, "getter_method": "getNonTrustedTeamDetailsValue", "containing_data_type_ref": "team_log.FederationStatusChangeAdditionalInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FederationStatusChangeAdditionalInfo.organization_name": {"fq_name": "team_log.FederationStatusChangeAdditionalInfo.organization_name", "param_name": "organizationNameValue", "static_instance": null, "getter_method": "getOrganizationNameValue", "containing_data_type_ref": "team_log.FederationStatusChangeAdditionalInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FederationStatusChangeAdditionalInfo.other": {"fq_name": "team_log.FederationStatusChangeAdditionalInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FederationStatusChangeAdditionalInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileAddCommentDetails.comment_text": {"fq_name": "team_log.FileAddCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileAddCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileAddCommentType.description": {"fq_name": "team_log.FileAddCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileAddCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileAddFromAutomationType.description": {"fq_name": "team_log.FileAddFromAutomationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileAddFromAutomationType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileAddType.description": {"fq_name": "team_log.FileAddType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileAddType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileChangeCommentSubscriptionDetails.new_value": {"fq_name": "team_log.FileChangeCommentSubscriptionDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileChangeCommentSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileChangeCommentSubscriptionDetails.previous_value": {"fq_name": "team_log.FileChangeCommentSubscriptionDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileChangeCommentSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileChangeCommentSubscriptionType.description": {"fq_name": "team_log.FileChangeCommentSubscriptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileChangeCommentSubscriptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentNotificationPolicy.disabled": {"fq_name": "team_log.FileCommentNotificationPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentNotificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentNotificationPolicy.enabled": {"fq_name": "team_log.FileCommentNotificationPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentNotificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentNotificationPolicy.other": {"fq_name": "team_log.FileCommentNotificationPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentNotificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsChangePolicyDetails.new_value": {"fq_name": "team_log.FileCommentsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileCommentsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsChangePolicyDetails.previous_value": {"fq_name": "team_log.FileCommentsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileCommentsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsChangePolicyType.description": {"fq_name": "team_log.FileCommentsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileCommentsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsPolicy.disabled": {"fq_name": "team_log.FileCommentsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsPolicy.enabled": {"fq_name": "team_log.FileCommentsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCommentsPolicy.other": {"fq_name": "team_log.FileCommentsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FileCommentsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCopyDetails.relocate_action_details": {"fq_name": "team_log.FileCopyDetails.relocate_action_details", "param_name": "relocateActionDetails", "static_instance": null, "getter_method": "getRelocateActionDetails", "containing_data_type_ref": "team_log.FileCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileCopyType.description": {"fq_name": "team_log.FileCopyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileCopyType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileDeleteCommentDetails.comment_text": {"fq_name": "team_log.FileDeleteCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileDeleteCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileDeleteCommentType.description": {"fq_name": "team_log.FileDeleteCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileDeleteCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileDeleteType.description": {"fq_name": "team_log.FileDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileDownloadType.description": {"fq_name": "team_log.FileDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileEditCommentDetails.previous_comment_text": {"fq_name": "team_log.FileEditCommentDetails.previous_comment_text", "param_name": "previousCommentText", "static_instance": null, "getter_method": "getPreviousCommentText", "containing_data_type_ref": "team_log.FileEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileEditCommentDetails.comment_text": {"fq_name": "team_log.FileEditCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileEditCommentType.description": {"fq_name": "team_log.FileEditCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileEditCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileEditType.description": {"fq_name": "team_log.FileEditType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileEditType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileGetCopyReferenceType.description": {"fq_name": "team_log.FileGetCopyReferenceType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileGetCopyReferenceType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLikeCommentDetails.comment_text": {"fq_name": "team_log.FileLikeCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileLikeCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLikeCommentType.description": {"fq_name": "team_log.FileLikeCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileLikeCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingLockStatusChangedDetails.previous_value": {"fq_name": "team_log.FileLockingLockStatusChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileLockingLockStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingLockStatusChangedDetails.new_value": {"fq_name": "team_log.FileLockingLockStatusChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileLockingLockStatusChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingLockStatusChangedType.description": {"fq_name": "team_log.FileLockingLockStatusChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileLockingLockStatusChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingPolicyChangedDetails.new_value": {"fq_name": "team_log.FileLockingPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileLockingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingPolicyChangedDetails.previous_value": {"fq_name": "team_log.FileLockingPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileLockingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLockingPolicyChangedType.description": {"fq_name": "team_log.FileLockingPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileLockingPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLogInfo.path": {"fq_name": "team_log.FileLogInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "team_log.FileLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLogInfo.display_name": {"fq_name": "team_log.FileLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.FileLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLogInfo.file_id": {"fq_name": "team_log.FileLogInfo.file_id", "param_name": "fileId", "static_instance": null, "getter_method": "getFileId", "containing_data_type_ref": "team_log.FileLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileLogInfo.file_size": {"fq_name": "team_log.FileLogInfo.file_size", "param_name": "fileSize", "static_instance": null, "getter_method": "getFileSize", "containing_data_type_ref": "team_log.FileLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileMoveDetails.relocate_action_details": {"fq_name": "team_log.FileMoveDetails.relocate_action_details", "param_name": "relocateActionDetails", "static_instance": null, "getter_method": "getRelocateActionDetails", "containing_data_type_ref": "team_log.FileMoveDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileMoveType.description": {"fq_name": "team_log.FileMoveType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileMoveType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileOrFolderLogInfo.path": {"fq_name": "team_log.FileOrFolderLogInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "team_log.FileOrFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileOrFolderLogInfo.display_name": {"fq_name": "team_log.FileOrFolderLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.FileOrFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileOrFolderLogInfo.file_id": {"fq_name": "team_log.FileOrFolderLogInfo.file_id", "param_name": "fileId", "static_instance": null, "getter_method": "getFileId", "containing_data_type_ref": "team_log.FileOrFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FileOrFolderLogInfo.file_size": {"fq_name": "team_log.FileOrFolderLogInfo.file_size", "param_name": "fileSize", "static_instance": null, "getter_method": "getFileSize", "containing_data_type_ref": "team_log.FileOrFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FilePermanentlyDeleteType.description": {"fq_name": "team_log.FilePermanentlyDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FilePermanentlyDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.FilePreviewType.description": {"fq_name": "team_log.FilePreviewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FilePreviewType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileProviderMigrationPolicyChangedDetails.new_value": {"fq_name": "team_log.FileProviderMigrationPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileProviderMigrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileProviderMigrationPolicyChangedDetails.previous_value": {"fq_name": "team_log.FileProviderMigrationPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileProviderMigrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileProviderMigrationPolicyChangedType.description": {"fq_name": "team_log.FileProviderMigrationPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileProviderMigrationPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRenameDetails.relocate_action_details": {"fq_name": "team_log.FileRenameDetails.relocate_action_details", "param_name": "relocateActionDetails", "static_instance": null, "getter_method": "getRelocateActionDetails", "containing_data_type_ref": "team_log.FileRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRenameType.description": {"fq_name": "team_log.FileRenameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRenameType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestAutoCloseDetails.file_request_id": {"fq_name": "team_log.FileRequestAutoCloseDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestAutoCloseDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestAutoCloseDetails.reason": {"fq_name": "team_log.FileRequestAutoCloseDetails.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "team_log.FileRequestAutoCloseDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestAutoCloseDetails.previous_details": {"fq_name": "team_log.FileRequestAutoCloseDetails.previous_details", "param_name": "previousDetails", "static_instance": null, "getter_method": "getPreviousDetails", "containing_data_type_ref": "team_log.FileRequestAutoCloseDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestAutoCloseType.description": {"fq_name": "team_log.FileRequestAutoCloseType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestAutoCloseType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestChangeDetails.new_details": {"fq_name": "team_log.FileRequestChangeDetails.new_details", "param_name": "newDetails", "static_instance": null, "getter_method": "getNewDetails", "containing_data_type_ref": "team_log.FileRequestChangeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestChangeDetails.file_request_id": {"fq_name": "team_log.FileRequestChangeDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestChangeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestChangeDetails.previous_details": {"fq_name": "team_log.FileRequestChangeDetails.previous_details", "param_name": "previousDetails", "static_instance": null, "getter_method": "getPreviousDetails", "containing_data_type_ref": "team_log.FileRequestChangeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestChangeType.description": {"fq_name": "team_log.FileRequestChangeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestChangeType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCloseDetails.file_request_id": {"fq_name": "team_log.FileRequestCloseDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestCloseDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCloseDetails.previous_details": {"fq_name": "team_log.FileRequestCloseDetails.previous_details", "param_name": "previousDetails", "static_instance": null, "getter_method": "getPreviousDetails", "containing_data_type_ref": "team_log.FileRequestCloseDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCloseType.description": {"fq_name": "team_log.FileRequestCloseType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestCloseType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCreateDetails.file_request_id": {"fq_name": "team_log.FileRequestCreateDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCreateDetails.request_details": {"fq_name": "team_log.FileRequestCreateDetails.request_details", "param_name": "requestDetails", "static_instance": null, "getter_method": "getRequestDetails", "containing_data_type_ref": "team_log.FileRequestCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestCreateType.description": {"fq_name": "team_log.FileRequestCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDeadline.deadline": {"fq_name": "team_log.FileRequestDeadline.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "team_log.FileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDeadline.allow_late_uploads": {"fq_name": "team_log.FileRequestDeadline.allow_late_uploads", "param_name": "allowLateUploads", "static_instance": null, "getter_method": "getAllowLateUploads", "containing_data_type_ref": "team_log.FileRequestDeadline", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDeleteDetails.file_request_id": {"fq_name": "team_log.FileRequestDeleteDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDeleteDetails.previous_details": {"fq_name": "team_log.FileRequestDeleteDetails.previous_details", "param_name": "previousDetails", "static_instance": null, "getter_method": "getPreviousDetails", "containing_data_type_ref": "team_log.FileRequestDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDeleteType.description": {"fq_name": "team_log.FileRequestDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDetails.asset_index": {"fq_name": "team_log.FileRequestDetails.asset_index", "param_name": "assetIndex", "static_instance": null, "getter_method": "getAssetIndex", "containing_data_type_ref": "team_log.FileRequestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDetails.deadline": {"fq_name": "team_log.FileRequestDetails.deadline", "param_name": "deadline", "static_instance": null, "getter_method": "getDeadline", "containing_data_type_ref": "team_log.FileRequestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestDetails.has_password": {"fq_name": "team_log.FileRequestDetails.has_password", "param_name": "hasPassword", "static_instance": null, "getter_method": "getHasPassword", "containing_data_type_ref": "team_log.FileRequestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileDetails.submitted_file_names": {"fq_name": "team_log.FileRequestReceiveFileDetails.submitted_file_names", "param_name": "submittedFileNames", "static_instance": null, "getter_method": "getSubmittedFileNames", "containing_data_type_ref": "team_log.FileRequestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileDetails.file_request_id": {"fq_name": "team_log.FileRequestReceiveFileDetails.file_request_id", "param_name": "fileRequestId", "static_instance": null, "getter_method": "getFileRequestId", "containing_data_type_ref": "team_log.FileRequestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileDetails.file_request_details": {"fq_name": "team_log.FileRequestReceiveFileDetails.file_request_details", "param_name": "fileRequestDetails", "static_instance": null, "getter_method": "getFileRequestDetails", "containing_data_type_ref": "team_log.FileRequestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileDetails.submitter_name": {"fq_name": "team_log.FileRequestReceiveFileDetails.submitter_name", "param_name": "submitterName", "static_instance": null, "getter_method": "getSubmitterName", "containing_data_type_ref": "team_log.FileRequestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileDetails.submitter_email": {"fq_name": "team_log.FileRequestReceiveFileDetails.submitter_email", "param_name": "submitterEmail", "static_instance": null, "getter_method": "getSubmitterEmail", "containing_data_type_ref": "team_log.FileRequestReceiveFileDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestReceiveFileType.description": {"fq_name": "team_log.FileRequestReceiveFileType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestReceiveFileType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsChangePolicyDetails.new_value": {"fq_name": "team_log.FileRequestsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileRequestsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsChangePolicyDetails.previous_value": {"fq_name": "team_log.FileRequestsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileRequestsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsChangePolicyType.description": {"fq_name": "team_log.FileRequestsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsEmailsEnabledType.description": {"fq_name": "team_log.FileRequestsEmailsEnabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestsEmailsEnabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsEmailsRestrictedToTeamOnlyType.description": {"fq_name": "team_log.FileRequestsEmailsRestrictedToTeamOnlyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRequestsEmailsRestrictedToTeamOnlyType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsPolicy.disabled": {"fq_name": "team_log.FileRequestsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsPolicy.enabled": {"fq_name": "team_log.FileRequestsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRequestsPolicy.other": {"fq_name": "team_log.FileRequestsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FileRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileResolveCommentDetails.comment_text": {"fq_name": "team_log.FileResolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileResolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileResolveCommentType.description": {"fq_name": "team_log.FileResolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileResolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRestoreType.description": {"fq_name": "team_log.FileRestoreType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRestoreType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRevertType.description": {"fq_name": "team_log.FileRevertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRevertType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileRollbackChangesType.description": {"fq_name": "team_log.FileRollbackChangesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileRollbackChangesType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileSaveCopyReferenceDetails.relocate_action_details": {"fq_name": "team_log.FileSaveCopyReferenceDetails.relocate_action_details", "param_name": "relocateActionDetails", "static_instance": null, "getter_method": "getRelocateActionDetails", "containing_data_type_ref": "team_log.FileSaveCopyReferenceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileSaveCopyReferenceType.description": {"fq_name": "team_log.FileSaveCopyReferenceType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileSaveCopyReferenceType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersFileAddDetails.file_transfer_id": {"fq_name": "team_log.FileTransfersFileAddDetails.file_transfer_id", "param_name": "fileTransferId", "static_instance": null, "getter_method": "getFileTransferId", "containing_data_type_ref": "team_log.FileTransfersFileAddDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersFileAddType.description": {"fq_name": "team_log.FileTransfersFileAddType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersFileAddType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicy.disabled": {"fq_name": "team_log.FileTransfersPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileTransfersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicy.enabled": {"fq_name": "team_log.FileTransfersPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.FileTransfersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicy.other": {"fq_name": "team_log.FileTransfersPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FileTransfersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicyChangedDetails.new_value": {"fq_name": "team_log.FileTransfersPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FileTransfersPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicyChangedDetails.previous_value": {"fq_name": "team_log.FileTransfersPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FileTransfersPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersPolicyChangedType.description": {"fq_name": "team_log.FileTransfersPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferDeleteDetails.file_transfer_id": {"fq_name": "team_log.FileTransfersTransferDeleteDetails.file_transfer_id", "param_name": "fileTransferId", "static_instance": null, "getter_method": "getFileTransferId", "containing_data_type_ref": "team_log.FileTransfersTransferDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferDeleteType.description": {"fq_name": "team_log.FileTransfersTransferDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersTransferDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferDownloadDetails.file_transfer_id": {"fq_name": "team_log.FileTransfersTransferDownloadDetails.file_transfer_id", "param_name": "fileTransferId", "static_instance": null, "getter_method": "getFileTransferId", "containing_data_type_ref": "team_log.FileTransfersTransferDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferDownloadType.description": {"fq_name": "team_log.FileTransfersTransferDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersTransferDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferSendDetails.file_transfer_id": {"fq_name": "team_log.FileTransfersTransferSendDetails.file_transfer_id", "param_name": "fileTransferId", "static_instance": null, "getter_method": "getFileTransferId", "containing_data_type_ref": "team_log.FileTransfersTransferSendDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferSendType.description": {"fq_name": "team_log.FileTransfersTransferSendType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersTransferSendType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferViewDetails.file_transfer_id": {"fq_name": "team_log.FileTransfersTransferViewDetails.file_transfer_id", "param_name": "fileTransferId", "static_instance": null, "getter_method": "getFileTransferId", "containing_data_type_ref": "team_log.FileTransfersTransferViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileTransfersTransferViewType.description": {"fq_name": "team_log.FileTransfersTransferViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileTransfersTransferViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileUnlikeCommentDetails.comment_text": {"fq_name": "team_log.FileUnlikeCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileUnlikeCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileUnlikeCommentType.description": {"fq_name": "team_log.FileUnlikeCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileUnlikeCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FileUnresolveCommentDetails.comment_text": {"fq_name": "team_log.FileUnresolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.FileUnresolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FileUnresolveCommentType.description": {"fq_name": "team_log.FileUnresolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FileUnresolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.FlexibleFileNamesPolicy.off": {"fq_name": "team_log.FlexibleFileNamesPolicy.off", "param_name": "offValue", "static_instance": "OFF", "getter_method": null, "containing_data_type_ref": "team_log.FlexibleFileNamesPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FlexibleFileNamesPolicy.off_default": {"fq_name": "team_log.FlexibleFileNamesPolicy.off_default", "param_name": "offDefaultValue", "static_instance": "OFF_DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.FlexibleFileNamesPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FlexibleFileNamesPolicy.optional": {"fq_name": "team_log.FlexibleFileNamesPolicy.optional", "param_name": "optionalValue", "static_instance": "OPTIONAL", "getter_method": null, "containing_data_type_ref": "team_log.FlexibleFileNamesPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FlexibleFileNamesPolicy.optional_default": {"fq_name": "team_log.FlexibleFileNamesPolicy.optional_default", "param_name": "optionalDefaultValue", "static_instance": "OPTIONAL_DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.FlexibleFileNamesPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FlexibleFileNamesPolicy.required": {"fq_name": "team_log.FlexibleFileNamesPolicy.required", "param_name": "requiredValue", "static_instance": "REQUIRED", "getter_method": null, "containing_data_type_ref": "team_log.FlexibleFileNamesPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FlexibleFileNamesPolicy.required_default": {"fq_name": "team_log.FlexibleFileNamesPolicy.required_default", "param_name": "requiredDefaultValue", "static_instance": "REQUIRED_DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.FlexibleFileNamesPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FlexibleFileNamesPolicy.other": {"fq_name": "team_log.FlexibleFileNamesPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FlexibleFileNamesPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FlexibleFileNamesPolicyChangedDetails.new_value": {"fq_name": "team_log.FlexibleFileNamesPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FlexibleFileNamesPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FlexibleFileNamesPolicyChangedDetails.previous_value": {"fq_name": "team_log.FlexibleFileNamesPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FlexibleFileNamesPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FlexibleFileNamesPolicyChangedType.description": {"fq_name": "team_log.FlexibleFileNamesPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FlexibleFileNamesPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicy.disabled": {"fq_name": "team_log.FolderLinkRestrictionPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicy.enabled": {"fq_name": "team_log.FolderLinkRestrictionPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicy.other": {"fq_name": "team_log.FolderLinkRestrictionPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicyChangedDetails.new_value": {"fq_name": "team_log.FolderLinkRestrictionPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicyChangedDetails.previous_value": {"fq_name": "team_log.FolderLinkRestrictionPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLinkRestrictionPolicyChangedType.description": {"fq_name": "team_log.FolderLinkRestrictionPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FolderLinkRestrictionPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLogInfo.path": {"fq_name": "team_log.FolderLogInfo.path", "param_name": "path", "static_instance": null, "getter_method": "getPath", "containing_data_type_ref": "team_log.FolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLogInfo.display_name": {"fq_name": "team_log.FolderLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.FolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLogInfo.file_id": {"fq_name": "team_log.FolderLogInfo.file_id", "param_name": "fileId", "static_instance": null, "getter_method": "getFileId", "containing_data_type_ref": "team_log.FolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLogInfo.file_size": {"fq_name": "team_log.FolderLogInfo.file_size", "param_name": "fileSize", "static_instance": null, "getter_method": "getFileSize", "containing_data_type_ref": "team_log.FolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderLogInfo.file_count": {"fq_name": "team_log.FolderLogInfo.file_count", "param_name": "fileCount", "static_instance": null, "getter_method": "getFileCount", "containing_data_type_ref": "team_log.FolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewDescriptionChangedDetails.folder_overview_location_asset": {"fq_name": "team_log.FolderOverviewDescriptionChangedDetails.folder_overview_location_asset", "param_name": "folderOverviewLocationAsset", "static_instance": null, "getter_method": "getFolderOverviewLocationAsset", "containing_data_type_ref": "team_log.FolderOverviewDescriptionChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewDescriptionChangedType.description": {"fq_name": "team_log.FolderOverviewDescriptionChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FolderOverviewDescriptionChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemPinnedDetails.folder_overview_location_asset": {"fq_name": "team_log.FolderOverviewItemPinnedDetails.folder_overview_location_asset", "param_name": "folderOverviewLocationAsset", "static_instance": null, "getter_method": "getFolderOverviewLocationAsset", "containing_data_type_ref": "team_log.FolderOverviewItemPinnedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemPinnedDetails.pinned_items_asset_indices": {"fq_name": "team_log.FolderOverviewItemPinnedDetails.pinned_items_asset_indices", "param_name": "pinnedItemsAssetIndices", "static_instance": null, "getter_method": "getPinnedItemsAssetIndices", "containing_data_type_ref": "team_log.FolderOverviewItemPinnedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemPinnedType.description": {"fq_name": "team_log.FolderOverviewItemPinnedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FolderOverviewItemPinnedType", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemUnpinnedDetails.folder_overview_location_asset": {"fq_name": "team_log.FolderOverviewItemUnpinnedDetails.folder_overview_location_asset", "param_name": "folderOverviewLocationAsset", "static_instance": null, "getter_method": "getFolderOverviewLocationAsset", "containing_data_type_ref": "team_log.FolderOverviewItemUnpinnedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemUnpinnedDetails.pinned_items_asset_indices": {"fq_name": "team_log.FolderOverviewItemUnpinnedDetails.pinned_items_asset_indices", "param_name": "pinnedItemsAssetIndices", "static_instance": null, "getter_method": "getPinnedItemsAssetIndices", "containing_data_type_ref": "team_log.FolderOverviewItemUnpinnedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.FolderOverviewItemUnpinnedType.description": {"fq_name": "team_log.FolderOverviewItemUnpinnedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.FolderOverviewItemUnpinnedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GeoLocationLogInfo.ip_address": {"fq_name": "team_log.GeoLocationLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.GeoLocationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GeoLocationLogInfo.city": {"fq_name": "team_log.GeoLocationLogInfo.city", "param_name": "city", "static_instance": null, "getter_method": "getCity", "containing_data_type_ref": "team_log.GeoLocationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GeoLocationLogInfo.region": {"fq_name": "team_log.GeoLocationLogInfo.region", "param_name": "region", "static_instance": null, "getter_method": "getRegion", "containing_data_type_ref": "team_log.GeoLocationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GeoLocationLogInfo.country": {"fq_name": "team_log.GeoLocationLogInfo.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "team_log.GeoLocationLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsArg.limit": {"fq_name": "team_log.GetTeamEventsArg.limit", "param_name": "limit", "static_instance": null, "getter_method": "getLimit", "containing_data_type_ref": "team_log.GetTeamEventsArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsArg.account_id": {"fq_name": "team_log.GetTeamEventsArg.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team_log.GetTeamEventsArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsArg.time": {"fq_name": "team_log.GetTeamEventsArg.time", "param_name": "time", "static_instance": null, "getter_method": "getTime", "containing_data_type_ref": "team_log.GetTeamEventsArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsArg.category": {"fq_name": "team_log.GetTeamEventsArg.category", "param_name": "category", "static_instance": null, "getter_method": "getCategory", "containing_data_type_ref": "team_log.GetTeamEventsArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsArg.event_type": {"fq_name": "team_log.GetTeamEventsArg.event_type", "param_name": "eventType", "static_instance": null, "getter_method": "getEventType", "containing_data_type_ref": "team_log.GetTeamEventsArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsContinueArg.cursor": {"fq_name": "team_log.GetTeamEventsContinueArg.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team_log.GetTeamEventsContinueArg", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsContinueError.bad_cursor": {"fq_name": "team_log.GetTeamEventsContinueError.bad_cursor", "param_name": "badCursorValue", "static_instance": "BAD_CURSOR", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsContinueError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsContinueError.reset": {"fq_name": "team_log.GetTeamEventsContinueError.reset", "param_name": "resetValue", "static_instance": null, "getter_method": "getResetValue", "containing_data_type_ref": "team_log.GetTeamEventsContinueError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsContinueError.other": {"fq_name": "team_log.GetTeamEventsContinueError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsContinueError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsError.account_id_not_found": {"fq_name": "team_log.GetTeamEventsError.account_id_not_found", "param_name": "accountIdNotFoundValue", "static_instance": "ACCOUNT_ID_NOT_FOUND", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsError.invalid_time_range": {"fq_name": "team_log.GetTeamEventsError.invalid_time_range", "param_name": "invalidTimeRangeValue", "static_instance": "INVALID_TIME_RANGE", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsError.invalid_filters": {"fq_name": "team_log.GetTeamEventsError.invalid_filters", "param_name": "invalidFiltersValue", "static_instance": "INVALID_FILTERS", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsError.other": {"fq_name": "team_log.GetTeamEventsError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.GetTeamEventsError", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsResult.events": {"fq_name": "team_log.GetTeamEventsResult.events", "param_name": "events", "static_instance": null, "getter_method": "getEvents", "containing_data_type_ref": "team_log.GetTeamEventsResult", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsResult.cursor": {"fq_name": "team_log.GetTeamEventsResult.cursor", "param_name": "cursor", "static_instance": null, "getter_method": "getCursor", "containing_data_type_ref": "team_log.GetTeamEventsResult", "route_refs": [], "_type": "FieldReference"}, "team_log.GetTeamEventsResult.has_more": {"fq_name": "team_log.GetTeamEventsResult.has_more", "param_name": "hasMore", "static_instance": null, "getter_method": "getHasMore", "containing_data_type_ref": "team_log.GetTeamEventsResult", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoChangePolicyDetails.new_value": {"fq_name": "team_log.GoogleSsoChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GoogleSsoChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoChangePolicyDetails.previous_value": {"fq_name": "team_log.GoogleSsoChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GoogleSsoChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoChangePolicyType.description": {"fq_name": "team_log.GoogleSsoChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GoogleSsoChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoPolicy.disabled": {"fq_name": "team_log.GoogleSsoPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.GoogleSsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoPolicy.enabled": {"fq_name": "team_log.GoogleSsoPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.GoogleSsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GoogleSsoPolicy.other": {"fq_name": "team_log.GoogleSsoPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.GoogleSsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedDetails.name": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedDetails.folder": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails.folder", "param_name": "folder", "static_instance": null, "getter_method": "getFolder", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedDetails.reason": {"fq_name": "team_log.GovernancePolicyAddFolderFailedDetails.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFolderFailedType.description": {"fq_name": "team_log.GovernancePolicyAddFolderFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyAddFolderFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFoldersDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyAddFoldersDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyAddFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFoldersDetails.name": {"fq_name": "team_log.GovernancePolicyAddFoldersDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyAddFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFoldersDetails.policy_type": {"fq_name": "team_log.GovernancePolicyAddFoldersDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyAddFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFoldersDetails.folders": {"fq_name": "team_log.GovernancePolicyAddFoldersDetails.folders", "param_name": "folders", "static_instance": null, "getter_method": "getFolders", "containing_data_type_ref": "team_log.GovernancePolicyAddFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyAddFoldersType.description": {"fq_name": "team_log.GovernancePolicyAddFoldersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyAddFoldersType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyContentDisposedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyContentDisposedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyContentDisposedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyContentDisposedDetails.name": {"fq_name": "team_log.GovernancePolicyContentDisposedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyContentDisposedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyContentDisposedDetails.disposition_type": {"fq_name": "team_log.GovernancePolicyContentDisposedDetails.disposition_type", "param_name": "dispositionType", "static_instance": null, "getter_method": "getDispositionType", "containing_data_type_ref": "team_log.GovernancePolicyContentDisposedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyContentDisposedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyContentDisposedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyContentDisposedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyContentDisposedType.description": {"fq_name": "team_log.GovernancePolicyContentDisposedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyContentDisposedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyCreateDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateDetails.name": {"fq_name": "team_log.GovernancePolicyCreateDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateDetails.duration": {"fq_name": "team_log.GovernancePolicyCreateDetails.duration", "param_name": "duration", "static_instance": null, "getter_method": "getDuration", "containing_data_type_ref": "team_log.GovernancePolicyCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateDetails.policy_type": {"fq_name": "team_log.GovernancePolicyCreateDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateDetails.folders": {"fq_name": "team_log.GovernancePolicyCreateDetails.folders", "param_name": "folders", "static_instance": null, "getter_method": "getFolders", "containing_data_type_ref": "team_log.GovernancePolicyCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyCreateType.description": {"fq_name": "team_log.GovernancePolicyCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyDeleteDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyDeleteDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyDeleteDetails.name": {"fq_name": "team_log.GovernancePolicyDeleteDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyDeleteDetails.policy_type": {"fq_name": "team_log.GovernancePolicyDeleteDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyDeleteType.description": {"fq_name": "team_log.GovernancePolicyDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.name": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.attribute": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.attribute", "param_name": "attribute", "static_instance": null, "getter_method": "getAttribute", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.previous_value": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.new_value": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsDetails.policy_type": {"fq_name": "team_log.GovernancePolicyEditDetailsDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDetailsType.description": {"fq_name": "team_log.GovernancePolicyEditDetailsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyEditDetailsType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyEditDurationDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationDetails.name": {"fq_name": "team_log.GovernancePolicyEditDurationDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationDetails.previous_value": {"fq_name": "team_log.GovernancePolicyEditDurationDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationDetails.new_value": {"fq_name": "team_log.GovernancePolicyEditDurationDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationDetails.policy_type": {"fq_name": "team_log.GovernancePolicyEditDurationDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyEditDurationType.description": {"fq_name": "team_log.GovernancePolicyEditDurationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyEditDurationType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportCreatedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyExportCreatedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyExportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportCreatedDetails.name": {"fq_name": "team_log.GovernancePolicyExportCreatedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyExportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportCreatedDetails.export_name": {"fq_name": "team_log.GovernancePolicyExportCreatedDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.GovernancePolicyExportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportCreatedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyExportCreatedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyExportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportCreatedType.description": {"fq_name": "team_log.GovernancePolicyExportCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyExportCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportRemovedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyExportRemovedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportRemovedDetails.name": {"fq_name": "team_log.GovernancePolicyExportRemovedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportRemovedDetails.export_name": {"fq_name": "team_log.GovernancePolicyExportRemovedDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.GovernancePolicyExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportRemovedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyExportRemovedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyExportRemovedType.description": {"fq_name": "team_log.GovernancePolicyExportRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyExportRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersDetails.name": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersDetails.policy_type": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersDetails.folders": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails.folders", "param_name": "folders", "static_instance": null, "getter_method": "getFolders", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersDetails.reason": {"fq_name": "team_log.GovernancePolicyRemoveFoldersDetails.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyRemoveFoldersType.description": {"fq_name": "team_log.GovernancePolicyRemoveFoldersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyRemoveFoldersType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyReportCreatedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyReportCreatedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyReportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyReportCreatedDetails.name": {"fq_name": "team_log.GovernancePolicyReportCreatedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyReportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyReportCreatedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyReportCreatedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyReportCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyReportCreatedType.description": {"fq_name": "team_log.GovernancePolicyReportCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyReportCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails.governance_policy_id": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails.governance_policy_id", "param_name": "governancePolicyId", "static_instance": null, "getter_method": "getGovernancePolicyId", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails.name": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails.export_name": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails.policy_type": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails.policy_type", "param_name": "policyType", "static_instance": null, "getter_method": "getPolicyType", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedDetails.part": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedDetails.part", "param_name": "part", "static_instance": null, "getter_method": "getPart", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GovernancePolicyZipPartDownloadedType.description": {"fq_name": "team_log.GovernancePolicyZipPartDownloadedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GovernancePolicyZipPartDownloadedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupAddExternalIdDetails.new_value": {"fq_name": "team_log.GroupAddExternalIdDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupAddExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupAddExternalIdType.description": {"fq_name": "team_log.GroupAddExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupAddExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupAddMemberDetails.is_group_owner": {"fq_name": "team_log.GroupAddMemberDetails.is_group_owner", "param_name": "isGroupOwner", "static_instance": null, "getter_method": "getIsGroupOwner", "containing_data_type_ref": "team_log.GroupAddMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupAddMemberType.description": {"fq_name": "team_log.GroupAddMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupAddMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeExternalIdDetails.new_value": {"fq_name": "team_log.GroupChangeExternalIdDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupChangeExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeExternalIdDetails.previous_value": {"fq_name": "team_log.GroupChangeExternalIdDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupChangeExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeExternalIdType.description": {"fq_name": "team_log.GroupChangeExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupChangeExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeManagementTypeDetails.new_value": {"fq_name": "team_log.GroupChangeManagementTypeDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupChangeManagementTypeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeManagementTypeDetails.previous_value": {"fq_name": "team_log.GroupChangeManagementTypeDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupChangeManagementTypeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeManagementTypeType.description": {"fq_name": "team_log.GroupChangeManagementTypeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupChangeManagementTypeType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeMemberRoleDetails.is_group_owner": {"fq_name": "team_log.GroupChangeMemberRoleDetails.is_group_owner", "param_name": "isGroupOwner", "static_instance": null, "getter_method": "getIsGroupOwner", "containing_data_type_ref": "team_log.GroupChangeMemberRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupChangeMemberRoleType.description": {"fq_name": "team_log.GroupChangeMemberRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupChangeMemberRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupCreateDetails.is_company_managed": {"fq_name": "team_log.GroupCreateDetails.is_company_managed", "param_name": "isCompanyManaged", "static_instance": null, "getter_method": "getIsCompanyManaged", "containing_data_type_ref": "team_log.GroupCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupCreateDetails.join_policy": {"fq_name": "team_log.GroupCreateDetails.join_policy", "param_name": "joinPolicy", "static_instance": null, "getter_method": "getJoinPolicy", "containing_data_type_ref": "team_log.GroupCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupCreateType.description": {"fq_name": "team_log.GroupCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupDeleteDetails.is_company_managed": {"fq_name": "team_log.GroupDeleteDetails.is_company_managed", "param_name": "isCompanyManaged", "static_instance": null, "getter_method": "getIsCompanyManaged", "containing_data_type_ref": "team_log.GroupDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupDeleteType.description": {"fq_name": "team_log.GroupDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupDescriptionUpdatedType.description": {"fq_name": "team_log.GroupDescriptionUpdatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupDescriptionUpdatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupExternalSharingSettingOverrideChangedDetails.new_value": {"fq_name": "team_log.GroupExternalSharingSettingOverrideChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupExternalSharingSettingOverrideChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupExternalSharingSettingOverrideChangedDetails.previous_value": {"fq_name": "team_log.GroupExternalSharingSettingOverrideChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupExternalSharingSettingOverrideChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupExternalSharingSettingOverrideChangedType.description": {"fq_name": "team_log.GroupExternalSharingSettingOverrideChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupExternalSharingSettingOverrideChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicy.open": {"fq_name": "team_log.GroupJoinPolicy.open", "param_name": "openValue", "static_instance": "OPEN", "getter_method": null, "containing_data_type_ref": "team_log.GroupJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicy.request_to_join": {"fq_name": "team_log.GroupJoinPolicy.request_to_join", "param_name": "requestToJoinValue", "static_instance": "REQUEST_TO_JOIN", "getter_method": null, "containing_data_type_ref": "team_log.GroupJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicy.other": {"fq_name": "team_log.GroupJoinPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.GroupJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicyUpdatedDetails.is_company_managed": {"fq_name": "team_log.GroupJoinPolicyUpdatedDetails.is_company_managed", "param_name": "isCompanyManaged", "static_instance": null, "getter_method": "getIsCompanyManaged", "containing_data_type_ref": "team_log.GroupJoinPolicyUpdatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicyUpdatedDetails.join_policy": {"fq_name": "team_log.GroupJoinPolicyUpdatedDetails.join_policy", "param_name": "joinPolicy", "static_instance": null, "getter_method": "getJoinPolicy", "containing_data_type_ref": "team_log.GroupJoinPolicyUpdatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupJoinPolicyUpdatedType.description": {"fq_name": "team_log.GroupJoinPolicyUpdatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupJoinPolicyUpdatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupLogInfo.display_name": {"fq_name": "team_log.GroupLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.GroupLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupLogInfo.group_id": {"fq_name": "team_log.GroupLogInfo.group_id", "param_name": "groupId", "static_instance": null, "getter_method": "getGroupId", "containing_data_type_ref": "team_log.GroupLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupLogInfo.external_id": {"fq_name": "team_log.GroupLogInfo.external_id", "param_name": "externalId", "static_instance": null, "getter_method": "getExternalId", "containing_data_type_ref": "team_log.GroupLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupMovedType.description": {"fq_name": "team_log.GroupMovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupMovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRemoveExternalIdDetails.previous_value": {"fq_name": "team_log.GroupRemoveExternalIdDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupRemoveExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRemoveExternalIdType.description": {"fq_name": "team_log.GroupRemoveExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupRemoveExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRemoveMemberType.description": {"fq_name": "team_log.GroupRemoveMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupRemoveMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRenameDetails.previous_value": {"fq_name": "team_log.GroupRenameDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRenameDetails.new_value": {"fq_name": "team_log.GroupRenameDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupRenameType.description": {"fq_name": "team_log.GroupRenameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupRenameType", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupUserManagementChangePolicyDetails.new_value": {"fq_name": "team_log.GroupUserManagementChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GroupUserManagementChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupUserManagementChangePolicyDetails.previous_value": {"fq_name": "team_log.GroupUserManagementChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GroupUserManagementChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GroupUserManagementChangePolicyType.description": {"fq_name": "team_log.GroupUserManagementChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GroupUserManagementChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.is_guest": {"fq_name": "team_log.GuestAdminChangeStatusDetails.is_guest", "param_name": "isGuest", "static_instance": null, "getter_method": "getIsGuest", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.previous_value": {"fq_name": "team_log.GuestAdminChangeStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.new_value": {"fq_name": "team_log.GuestAdminChangeStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.action_details": {"fq_name": "team_log.GuestAdminChangeStatusDetails.action_details", "param_name": "actionDetails", "static_instance": null, "getter_method": "getActionDetails", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.guest_team_name": {"fq_name": "team_log.GuestAdminChangeStatusDetails.guest_team_name", "param_name": "guestTeamName", "static_instance": null, "getter_method": "getGuestTeamName", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusDetails.host_team_name": {"fq_name": "team_log.GuestAdminChangeStatusDetails.host_team_name", "param_name": "hostTeamName", "static_instance": null, "getter_method": "getHostTeamName", "containing_data_type_ref": "team_log.GuestAdminChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminChangeStatusType.description": {"fq_name": "team_log.GuestAdminChangeStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GuestAdminChangeStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedInViaTrustedTeamsDetails.team_name": {"fq_name": "team_log.GuestAdminSignedInViaTrustedTeamsDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.GuestAdminSignedInViaTrustedTeamsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedInViaTrustedTeamsDetails.trusted_team_name": {"fq_name": "team_log.GuestAdminSignedInViaTrustedTeamsDetails.trusted_team_name", "param_name": "trustedTeamName", "static_instance": null, "getter_method": "getTrustedTeamName", "containing_data_type_ref": "team_log.GuestAdminSignedInViaTrustedTeamsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedInViaTrustedTeamsType.description": {"fq_name": "team_log.GuestAdminSignedInViaTrustedTeamsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GuestAdminSignedInViaTrustedTeamsType", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedOutViaTrustedTeamsDetails.team_name": {"fq_name": "team_log.GuestAdminSignedOutViaTrustedTeamsDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.GuestAdminSignedOutViaTrustedTeamsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedOutViaTrustedTeamsDetails.trusted_team_name": {"fq_name": "team_log.GuestAdminSignedOutViaTrustedTeamsDetails.trusted_team_name", "param_name": "trustedTeamName", "static_instance": null, "getter_method": "getTrustedTeamName", "containing_data_type_ref": "team_log.GuestAdminSignedOutViaTrustedTeamsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.GuestAdminSignedOutViaTrustedTeamsType.description": {"fq_name": "team_log.GuestAdminSignedOutViaTrustedTeamsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.GuestAdminSignedOutViaTrustedTeamsType", "route_refs": [], "_type": "FieldReference"}, "team_log.IdentifierType.email": {"fq_name": "team_log.IdentifierType.email", "param_name": "emailValue", "static_instance": "EMAIL", "getter_method": null, "containing_data_type_ref": "team_log.IdentifierType", "route_refs": [], "_type": "FieldReference"}, "team_log.IdentifierType.facebook_profile_name": {"fq_name": "team_log.IdentifierType.facebook_profile_name", "param_name": "facebookProfileNameValue", "static_instance": "FACEBOOK_PROFILE_NAME", "getter_method": null, "containing_data_type_ref": "team_log.IdentifierType", "route_refs": [], "_type": "FieldReference"}, "team_log.IdentifierType.other": {"fq_name": "team_log.IdentifierType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.IdentifierType", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationConnectedDetails.integration_name": {"fq_name": "team_log.IntegrationConnectedDetails.integration_name", "param_name": "integrationName", "static_instance": null, "getter_method": "getIntegrationName", "containing_data_type_ref": "team_log.IntegrationConnectedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationConnectedType.description": {"fq_name": "team_log.IntegrationConnectedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.IntegrationConnectedType", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationDisconnectedDetails.integration_name": {"fq_name": "team_log.IntegrationDisconnectedDetails.integration_name", "param_name": "integrationName", "static_instance": null, "getter_method": "getIntegrationName", "containing_data_type_ref": "team_log.IntegrationDisconnectedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationDisconnectedType.description": {"fq_name": "team_log.IntegrationDisconnectedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.IntegrationDisconnectedType", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicy.disabled": {"fq_name": "team_log.IntegrationPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.IntegrationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicy.enabled": {"fq_name": "team_log.IntegrationPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.IntegrationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicy.other": {"fq_name": "team_log.IntegrationPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.IntegrationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicyChangedDetails.integration_name": {"fq_name": "team_log.IntegrationPolicyChangedDetails.integration_name", "param_name": "integrationName", "static_instance": null, "getter_method": "getIntegrationName", "containing_data_type_ref": "team_log.IntegrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicyChangedDetails.new_value": {"fq_name": "team_log.IntegrationPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.IntegrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicyChangedDetails.previous_value": {"fq_name": "team_log.IntegrationPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.IntegrationPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.IntegrationPolicyChangedType.description": {"fq_name": "team_log.IntegrationPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.IntegrationPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicy.disabled": {"fq_name": "team_log.InviteAcceptanceEmailPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicy.enabled": {"fq_name": "team_log.InviteAcceptanceEmailPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicy.other": {"fq_name": "team_log.InviteAcceptanceEmailPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicyChangedDetails.new_value": {"fq_name": "team_log.InviteAcceptanceEmailPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicyChangedDetails.previous_value": {"fq_name": "team_log.InviteAcceptanceEmailPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteAcceptanceEmailPolicyChangedType.description": {"fq_name": "team_log.InviteAcceptanceEmailPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.InviteAcceptanceEmailPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteMethod.auto_approve": {"fq_name": "team_log.InviteMethod.auto_approve", "param_name": "autoApproveValue", "static_instance": "AUTO_APPROVE", "getter_method": null, "containing_data_type_ref": "team_log.InviteMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteMethod.invite_link": {"fq_name": "team_log.InviteMethod.invite_link", "param_name": "inviteLinkValue", "static_instance": "INVITE_LINK", "getter_method": null, "containing_data_type_ref": "team_log.InviteMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteMethod.member_invite": {"fq_name": "team_log.InviteMethod.member_invite", "param_name": "memberInviteValue", "static_instance": "MEMBER_INVITE", "getter_method": null, "containing_data_type_ref": "team_log.InviteMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteMethod.moved_from_another_team": {"fq_name": "team_log.InviteMethod.moved_from_another_team", "param_name": "movedFromAnotherTeamValue", "static_instance": "MOVED_FROM_ANOTHER_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.InviteMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.InviteMethod.other": {"fq_name": "team_log.InviteMethod.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.InviteMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.linked_apps": {"fq_name": "team_log.JoinTeamDetails.linked_apps", "param_name": "linkedApps", "static_instance": null, "getter_method": "getLinkedApps", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.linked_devices": {"fq_name": "team_log.JoinTeamDetails.linked_devices", "param_name": "linkedDevices", "static_instance": null, "getter_method": "getLinkedDevices", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.linked_shared_folders": {"fq_name": "team_log.JoinTeamDetails.linked_shared_folders", "param_name": "linkedSharedFolders", "static_instance": null, "getter_method": "getLinkedSharedFolders", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.was_linked_apps_truncated": {"fq_name": "team_log.JoinTeamDetails.was_linked_apps_truncated", "param_name": "wasLinkedAppsTruncated", "static_instance": null, "getter_method": "getWasLinkedAppsTruncated", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.was_linked_devices_truncated": {"fq_name": "team_log.JoinTeamDetails.was_linked_devices_truncated", "param_name": "wasLinkedDevicesTruncated", "static_instance": null, "getter_method": "getWasLinkedDevicesTruncated", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.was_linked_shared_folders_truncated": {"fq_name": "team_log.JoinTeamDetails.was_linked_shared_folders_truncated", "param_name": "wasLinkedSharedFoldersTruncated", "static_instance": null, "getter_method": "getWasLinkedSharedFoldersTruncated", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.has_linked_apps": {"fq_name": "team_log.JoinTeamDetails.has_linked_apps", "param_name": "hasLinkedApps", "static_instance": null, "getter_method": "getHasLinkedApps", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.has_linked_devices": {"fq_name": "team_log.JoinTeamDetails.has_linked_devices", "param_name": "hasLinkedDevices", "static_instance": null, "getter_method": "getHasLinkedDevices", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.JoinTeamDetails.has_linked_shared_folders": {"fq_name": "team_log.JoinTeamDetails.has_linked_shared_folders", "param_name": "hasLinkedSharedFolders", "static_instance": null, "getter_method": "getHasLinkedSharedFolders", "containing_data_type_ref": "team_log.JoinTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LabelType.personal_information": {"fq_name": "team_log.LabelType.personal_information", "param_name": "personalInformationValue", "static_instance": "PERSONAL_INFORMATION", "getter_method": null, "containing_data_type_ref": "team_log.LabelType", "route_refs": [], "_type": "FieldReference"}, "team_log.LabelType.test_only": {"fq_name": "team_log.LabelType.test_only", "param_name": "testOnlyValue", "static_instance": "TEST_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.LabelType", "route_refs": [], "_type": "FieldReference"}, "team_log.LabelType.user_defined_tag": {"fq_name": "team_log.LabelType.user_defined_tag", "param_name": "userDefinedTagValue", "static_instance": "USER_DEFINED_TAG", "getter_method": null, "containing_data_type_ref": "team_log.LabelType", "route_refs": [], "_type": "FieldReference"}, "team_log.LabelType.other": {"fq_name": "team_log.LabelType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.LabelType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.ip_address": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.created": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.updated": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.session_info": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.display_name": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.is_emm_managed": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.is_emm_managed", "param_name": "isEmmManaged", "static_instance": null, "getter_method": "getIsEmmManaged", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.platform": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.platform", "param_name": "platform", "static_instance": null, "getter_method": "getPlatform", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.mac_address": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.mac_address", "param_name": "macAddress", "static_instance": null, "getter_method": "getMacAddress", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.os_version": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.os_version", "param_name": "osVersion", "static_instance": null, "getter_method": "getOsVersion", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.device_type": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.device_type", "param_name": "deviceType", "static_instance": null, "getter_method": "getDeviceType", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.client_version": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.client_version", "param_name": "clientVersion", "static_instance": null, "getter_method": "getClientVersion", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegacyDeviceSessionLogInfo.legacy_uniq_id": {"fq_name": "team_log.LegacyDeviceSessionLogInfo.legacy_uniq_id", "param_name": "legacyUniqId", "static_instance": null, "getter_method": "getLegacyUniqId", "containing_data_type_ref": "team_log.LegacyDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsActivateAHoldDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsActivateAHoldDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsActivateAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsActivateAHoldDetails.name": {"fq_name": "team_log.LegalHoldsActivateAHoldDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsActivateAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsActivateAHoldDetails.start_date": {"fq_name": "team_log.LegalHoldsActivateAHoldDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.LegalHoldsActivateAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsActivateAHoldDetails.end_date": {"fq_name": "team_log.LegalHoldsActivateAHoldDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.LegalHoldsActivateAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsActivateAHoldType.description": {"fq_name": "team_log.LegalHoldsActivateAHoldType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsActivateAHoldType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsAddMembersDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsAddMembersDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsAddMembersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsAddMembersDetails.name": {"fq_name": "team_log.LegalHoldsAddMembersDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsAddMembersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsAddMembersType.description": {"fq_name": "team_log.LegalHoldsAddMembersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsAddMembersType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldDetailsDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldDetailsDetails.name": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldDetailsDetails.previous_value": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldDetailsDetails.new_value": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldDetailsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldDetailsType.description": {"fq_name": "team_log.LegalHoldsChangeHoldDetailsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldDetailsType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldNameDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsChangeHoldNameDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldNameDetails.previous_value": {"fq_name": "team_log.LegalHoldsChangeHoldNameDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldNameDetails.new_value": {"fq_name": "team_log.LegalHoldsChangeHoldNameDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsChangeHoldNameType.description": {"fq_name": "team_log.LegalHoldsChangeHoldNameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsChangeHoldNameType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportAHoldDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsExportAHoldDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsExportAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportAHoldDetails.name": {"fq_name": "team_log.LegalHoldsExportAHoldDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsExportAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportAHoldDetails.export_name": {"fq_name": "team_log.LegalHoldsExportAHoldDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.LegalHoldsExportAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportAHoldType.description": {"fq_name": "team_log.LegalHoldsExportAHoldType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsExportAHoldType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportCancelledDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsExportCancelledDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsExportCancelledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportCancelledDetails.name": {"fq_name": "team_log.LegalHoldsExportCancelledDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsExportCancelledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportCancelledDetails.export_name": {"fq_name": "team_log.LegalHoldsExportCancelledDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.LegalHoldsExportCancelledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportCancelledType.description": {"fq_name": "team_log.LegalHoldsExportCancelledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsExportCancelledType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedDetails.name": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedDetails.export_name": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedDetails.part": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails.part", "param_name": "part", "static_instance": null, "getter_method": "getPart", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedDetails.file_name": {"fq_name": "team_log.LegalHoldsExportDownloadedDetails.file_name", "param_name": "fileName", "static_instance": null, "getter_method": "getFileName", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportDownloadedType.description": {"fq_name": "team_log.LegalHoldsExportDownloadedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsExportDownloadedType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportRemovedDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsExportRemovedDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportRemovedDetails.name": {"fq_name": "team_log.LegalHoldsExportRemovedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportRemovedDetails.export_name": {"fq_name": "team_log.LegalHoldsExportRemovedDetails.export_name", "param_name": "exportName", "static_instance": null, "getter_method": "getExportName", "containing_data_type_ref": "team_log.LegalHoldsExportRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsExportRemovedType.description": {"fq_name": "team_log.LegalHoldsExportRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsExportRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReleaseAHoldDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsReleaseAHoldDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsReleaseAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReleaseAHoldDetails.name": {"fq_name": "team_log.LegalHoldsReleaseAHoldDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsReleaseAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReleaseAHoldType.description": {"fq_name": "team_log.LegalHoldsReleaseAHoldType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsReleaseAHoldType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsRemoveMembersDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsRemoveMembersDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsRemoveMembersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsRemoveMembersDetails.name": {"fq_name": "team_log.LegalHoldsRemoveMembersDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsRemoveMembersDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsRemoveMembersType.description": {"fq_name": "team_log.LegalHoldsRemoveMembersType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsRemoveMembersType", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReportAHoldDetails.legal_hold_id": {"fq_name": "team_log.LegalHoldsReportAHoldDetails.legal_hold_id", "param_name": "legalHoldId", "static_instance": null, "getter_method": "getLegalHoldId", "containing_data_type_ref": "team_log.LegalHoldsReportAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReportAHoldDetails.name": {"fq_name": "team_log.LegalHoldsReportAHoldDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LegalHoldsReportAHoldDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LegalHoldsReportAHoldType.description": {"fq_name": "team_log.LegalHoldsReportAHoldType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LegalHoldsReportAHoldType", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkSettingsLogInfo.name": {"fq_name": "team_log.LinkSettingsLogInfo.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.LinkSettingsLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkSettingsLogInfo.require_email": {"fq_name": "team_log.LinkSettingsLogInfo.require_email", "param_name": "requireEmail", "static_instance": null, "getter_method": "getRequireEmail", "containing_data_type_ref": "team_log.LinkSettingsLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkSettingsLogInfo.downloadable": {"fq_name": "team_log.LinkSettingsLogInfo.downloadable", "param_name": "downloadable", "static_instance": null, "getter_method": "getDownloadable", "containing_data_type_ref": "team_log.LinkSettingsLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkSettingsLogInfo.password_required": {"fq_name": "team_log.LinkSettingsLogInfo.password_required", "param_name": "passwordRequired", "static_instance": null, "getter_method": "getPasswordRequired", "containing_data_type_ref": "team_log.LinkSettingsLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkSettingsLogInfo.url": {"fq_name": "team_log.LinkSettingsLogInfo.url", "param_name": "url", "static_instance": null, "getter_method": "getUrl", "containing_data_type_ref": "team_log.LinkSettingsLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkSettingsLogInfo.expire_at": {"fq_name": "team_log.LinkSettingsLogInfo.expire_at", "param_name": "expireAt", "static_instance": null, "getter_method": "getExpireAt", "containing_data_type_ref": "team_log.LinkSettingsLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkedDeviceLogInfo.desktop_device_session": {"fq_name": "team_log.LinkedDeviceLogInfo.desktop_device_session", "param_name": "desktopDeviceSessionValue", "static_instance": null, "getter_method": "getDesktopDeviceSessionValue", "containing_data_type_ref": "team_log.LinkedDeviceLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkedDeviceLogInfo.legacy_device_session": {"fq_name": "team_log.LinkedDeviceLogInfo.legacy_device_session", "param_name": "legacyDeviceSessionValue", "static_instance": null, "getter_method": "getLegacyDeviceSessionValue", "containing_data_type_ref": "team_log.LinkedDeviceLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkedDeviceLogInfo.mobile_device_session": {"fq_name": "team_log.LinkedDeviceLogInfo.mobile_device_session", "param_name": "mobileDeviceSessionValue", "static_instance": null, "getter_method": "getMobileDeviceSessionValue", "containing_data_type_ref": "team_log.LinkedDeviceLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkedDeviceLogInfo.web_device_session": {"fq_name": "team_log.LinkedDeviceLogInfo.web_device_session", "param_name": "webDeviceSessionValue", "static_instance": null, "getter_method": "getWebDeviceSessionValue", "containing_data_type_ref": "team_log.LinkedDeviceLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LinkedDeviceLogInfo.other": {"fq_name": "team_log.LinkedDeviceLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.LinkedDeviceLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.LockStatus.locked": {"fq_name": "team_log.LockStatus.locked", "param_name": "lockedValue", "static_instance": "LOCKED", "getter_method": null, "containing_data_type_ref": "team_log.LockStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.LockStatus.unlocked": {"fq_name": "team_log.LockStatus.unlocked", "param_name": "unlockedValue", "static_instance": "UNLOCKED", "getter_method": null, "containing_data_type_ref": "team_log.LockStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.LockStatus.other": {"fq_name": "team_log.LockStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.LockStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginFailDetails.login_method": {"fq_name": "team_log.LoginFailDetails.login_method", "param_name": "loginMethod", "static_instance": null, "getter_method": "getLoginMethod", "containing_data_type_ref": "team_log.LoginFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginFailDetails.error_details": {"fq_name": "team_log.LoginFailDetails.error_details", "param_name": "errorDetails", "static_instance": null, "getter_method": "getErrorDetails", "containing_data_type_ref": "team_log.LoginFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginFailDetails.is_emm_managed": {"fq_name": "team_log.LoginFailDetails.is_emm_managed", "param_name": "isEmmManaged", "static_instance": null, "getter_method": "getIsEmmManaged", "containing_data_type_ref": "team_log.LoginFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginFailType.description": {"fq_name": "team_log.LoginFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LoginFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.apple_oauth": {"fq_name": "team_log.LoginMethod.apple_oauth", "param_name": "appleOauthValue", "static_instance": "APPLE_OAUTH", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.first_party_token_exchange": {"fq_name": "team_log.LoginMethod.first_party_token_exchange", "param_name": "firstPartyTokenExchangeValue", "static_instance": "FIRST_PARTY_TOKEN_EXCHANGE", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.google_oauth": {"fq_name": "team_log.LoginMethod.google_oauth", "param_name": "googleOauthValue", "static_instance": "GOOGLE_OAUTH", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.kakao_oauth": {"fq_name": "team_log.LoginMethod.kakao_oauth", "param_name": "kakaoOauthValue", "static_instance": "KAKAO_OAUTH", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.lenovo_oauth": {"fq_name": "team_log.LoginMethod.lenovo_oauth", "param_name": "lenovoOauthValue", "static_instance": "LENOVO_OAUTH", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.passkey": {"fq_name": "team_log.LoginMethod.passkey", "param_name": "passkeyValue", "static_instance": "PASSKEY", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.password": {"fq_name": "team_log.LoginMethod.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.qr_code": {"fq_name": "team_log.LoginMethod.qr_code", "param_name": "qrCodeValue", "static_instance": "QR_CODE", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.saml": {"fq_name": "team_log.LoginMethod.saml", "param_name": "samlValue", "static_instance": "SAML", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.two_factor_authentication": {"fq_name": "team_log.LoginMethod.two_factor_authentication", "param_name": "twoFactorAuthenticationValue", "static_instance": "TWO_FACTOR_AUTHENTICATION", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.web_session": {"fq_name": "team_log.LoginMethod.web_session", "param_name": "webSessionValue", "static_instance": "WEB_SESSION", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.microsoft_oauth": {"fq_name": "team_log.LoginMethod.microsoft_oauth", "param_name": "microsoftOauthValue", "static_instance": "MICROSOFT_OAUTH", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginMethod.other": {"fq_name": "team_log.LoginMethod.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.LoginMethod", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginSuccessDetails.login_method": {"fq_name": "team_log.LoginSuccessDetails.login_method", "param_name": "loginMethod", "static_instance": null, "getter_method": "getLoginMethod", "containing_data_type_ref": "team_log.LoginSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginSuccessDetails.is_emm_managed": {"fq_name": "team_log.LoginSuccessDetails.is_emm_managed", "param_name": "isEmmManaged", "static_instance": null, "getter_method": "getIsEmmManaged", "containing_data_type_ref": "team_log.LoginSuccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LoginSuccessType.description": {"fq_name": "team_log.LoginSuccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LoginSuccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.LogoutDetails.login_id": {"fq_name": "team_log.LogoutDetails.login_id", "param_name": "loginId", "static_instance": null, "getter_method": "getLoginId", "containing_data_type_ref": "team_log.LogoutDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.LogoutType.description": {"fq_name": "team_log.LogoutType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.LogoutType", "route_refs": [], "_type": "FieldReference"}, "team_log.MalwareExclusionState.excluded_file_hashes_count": {"fq_name": "team_log.MalwareExclusionState.excluded_file_hashes_count", "param_name": "excludedFileHashesCount", "static_instance": null, "getter_method": "getExcludedFileHashesCount", "containing_data_type_ref": "team_log.MalwareExclusionState", "route_refs": [], "_type": "FieldReference"}, "team_log.MalwareExclusionState.file_path_from_last_exclusion": {"fq_name": "team_log.MalwareExclusionState.file_path_from_last_exclusion", "param_name": "filePathFromLastExclusion", "static_instance": null, "getter_method": "getFilePathFromLastExclusion", "containing_data_type_ref": "team_log.MalwareExclusionState", "route_refs": [], "_type": "FieldReference"}, "team_log.MalwareExclusionState.file_path_from_last_inclusion": {"fq_name": "team_log.MalwareExclusionState.file_path_from_last_inclusion", "param_name": "filePathFromLastInclusion", "static_instance": null, "getter_method": "getFilePathFromLastInclusion", "containing_data_type_ref": "team_log.MalwareExclusionState", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAccessDetailsCreateReportFailedDetails.failure_reason": {"fq_name": "team_log.MemberAccessDetailsCreateReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.MemberAccessDetailsCreateReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAccessDetailsCreateReportFailedType.description": {"fq_name": "team_log.MemberAccessDetailsCreateReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberAccessDetailsCreateReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAccessDetailsCreateReportType.description": {"fq_name": "team_log.MemberAccessDetailsCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberAccessDetailsCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAddExternalIdDetails.new_value": {"fq_name": "team_log.MemberAddExternalIdDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberAddExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAddExternalIdType.description": {"fq_name": "team_log.MemberAddExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberAddExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAddNameDetails.new_value": {"fq_name": "team_log.MemberAddNameDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberAddNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberAddNameType.description": {"fq_name": "team_log.MemberAddNameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberAddNameType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeAdminRoleDetails.new_value": {"fq_name": "team_log.MemberChangeAdminRoleDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeAdminRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeAdminRoleDetails.previous_value": {"fq_name": "team_log.MemberChangeAdminRoleDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeAdminRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeAdminRoleType.description": {"fq_name": "team_log.MemberChangeAdminRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeAdminRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeEmailDetails.new_value": {"fq_name": "team_log.MemberChangeEmailDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeEmailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeEmailDetails.previous_value": {"fq_name": "team_log.MemberChangeEmailDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeEmailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeEmailType.description": {"fq_name": "team_log.MemberChangeEmailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeEmailType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeExternalIdDetails.new_value": {"fq_name": "team_log.MemberChangeExternalIdDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeExternalIdDetails.previous_value": {"fq_name": "team_log.MemberChangeExternalIdDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeExternalIdType.description": {"fq_name": "team_log.MemberChangeExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeMembershipTypeDetails.prev_value": {"fq_name": "team_log.MemberChangeMembershipTypeDetails.prev_value", "param_name": "prevValue", "static_instance": null, "getter_method": "getPrevValue", "containing_data_type_ref": "team_log.MemberChangeMembershipTypeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeMembershipTypeDetails.new_value": {"fq_name": "team_log.MemberChangeMembershipTypeDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeMembershipTypeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeMembershipTypeType.description": {"fq_name": "team_log.MemberChangeMembershipTypeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeMembershipTypeType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeNameDetails.new_value": {"fq_name": "team_log.MemberChangeNameDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeNameDetails.previous_value": {"fq_name": "team_log.MemberChangeNameDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeNameType.description": {"fq_name": "team_log.MemberChangeNameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeNameType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeResellerRoleDetails.new_value": {"fq_name": "team_log.MemberChangeResellerRoleDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeResellerRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeResellerRoleDetails.previous_value": {"fq_name": "team_log.MemberChangeResellerRoleDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeResellerRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeResellerRoleType.description": {"fq_name": "team_log.MemberChangeResellerRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeResellerRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusDetails.new_value": {"fq_name": "team_log.MemberChangeStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusDetails.previous_value": {"fq_name": "team_log.MemberChangeStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusDetails.action": {"fq_name": "team_log.MemberChangeStatusDetails.action", "param_name": "action", "static_instance": null, "getter_method": "getAction", "containing_data_type_ref": "team_log.MemberChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusDetails.new_team": {"fq_name": "team_log.MemberChangeStatusDetails.new_team", "param_name": "newTeam", "static_instance": null, "getter_method": "getNewTeam", "containing_data_type_ref": "team_log.MemberChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusDetails.previous_team": {"fq_name": "team_log.MemberChangeStatusDetails.previous_team", "param_name": "previousTeam", "static_instance": null, "getter_method": "getPreviousTeam", "containing_data_type_ref": "team_log.MemberChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberChangeStatusType.description": {"fq_name": "team_log.MemberChangeStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberChangeStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberDeleteManualContactsType.description": {"fq_name": "team_log.MemberDeleteManualContactsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberDeleteManualContactsType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberDeleteProfilePhotoType.description": {"fq_name": "team_log.MemberDeleteProfilePhotoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberDeleteProfilePhotoType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberPermanentlyDeleteAccountContentsType.description": {"fq_name": "team_log.MemberPermanentlyDeleteAccountContentsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberPermanentlyDeleteAccountContentsType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveActionType.delete": {"fq_name": "team_log.MemberRemoveActionType.delete", "param_name": "deleteValue", "static_instance": "DELETE", "getter_method": null, "containing_data_type_ref": "team_log.MemberRemoveActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveActionType.leave": {"fq_name": "team_log.MemberRemoveActionType.leave", "param_name": "leaveValue", "static_instance": "LEAVE", "getter_method": null, "containing_data_type_ref": "team_log.MemberRemoveActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveActionType.offboard": {"fq_name": "team_log.MemberRemoveActionType.offboard", "param_name": "offboardValue", "static_instance": "OFFBOARD", "getter_method": null, "containing_data_type_ref": "team_log.MemberRemoveActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveActionType.offboard_and_retain_team_folders": {"fq_name": "team_log.MemberRemoveActionType.offboard_and_retain_team_folders", "param_name": "offboardAndRetainTeamFoldersValue", "static_instance": "OFFBOARD_AND_RETAIN_TEAM_FOLDERS", "getter_method": null, "containing_data_type_ref": "team_log.MemberRemoveActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveActionType.other": {"fq_name": "team_log.MemberRemoveActionType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MemberRemoveActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveExternalIdDetails.previous_value": {"fq_name": "team_log.MemberRemoveExternalIdDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberRemoveExternalIdDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRemoveExternalIdType.description": {"fq_name": "team_log.MemberRemoveExternalIdType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberRemoveExternalIdType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsChangePolicyDetails.new_value": {"fq_name": "team_log.MemberRequestsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberRequestsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsChangePolicyDetails.previous_value": {"fq_name": "team_log.MemberRequestsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberRequestsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsChangePolicyType.description": {"fq_name": "team_log.MemberRequestsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberRequestsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsPolicy.auto_accept": {"fq_name": "team_log.MemberRequestsPolicy.auto_accept", "param_name": "autoAcceptValue", "static_instance": "AUTO_ACCEPT", "getter_method": null, "containing_data_type_ref": "team_log.MemberRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsPolicy.disabled": {"fq_name": "team_log.MemberRequestsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.MemberRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsPolicy.require_approval": {"fq_name": "team_log.MemberRequestsPolicy.require_approval", "param_name": "requireApprovalValue", "static_instance": "REQUIRE_APPROVAL", "getter_method": null, "containing_data_type_ref": "team_log.MemberRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberRequestsPolicy.other": {"fq_name": "team_log.MemberRequestsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MemberRequestsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicy.disabled": {"fq_name": "team_log.MemberSendInvitePolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.MemberSendInvitePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicy.everyone": {"fq_name": "team_log.MemberSendInvitePolicy.everyone", "param_name": "everyoneValue", "static_instance": "EVERYONE", "getter_method": null, "containing_data_type_ref": "team_log.MemberSendInvitePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicy.specific_members": {"fq_name": "team_log.MemberSendInvitePolicy.specific_members", "param_name": "specificMembersValue", "static_instance": "SPECIFIC_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.MemberSendInvitePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicy.other": {"fq_name": "team_log.MemberSendInvitePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MemberSendInvitePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicyChangedDetails.new_value": {"fq_name": "team_log.MemberSendInvitePolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSendInvitePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicyChangedDetails.previous_value": {"fq_name": "team_log.MemberSendInvitePolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSendInvitePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSendInvitePolicyChangedType.description": {"fq_name": "team_log.MemberSendInvitePolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSendInvitePolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSetProfilePhotoType.description": {"fq_name": "team_log.MemberSetProfilePhotoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSetProfilePhotoType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsAddCustomQuotaDetails.new_value": {"fq_name": "team_log.MemberSpaceLimitsAddCustomQuotaDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsAddCustomQuotaDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsAddCustomQuotaType.description": {"fq_name": "team_log.MemberSpaceLimitsAddCustomQuotaType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsAddCustomQuotaType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsAddExceptionType.description": {"fq_name": "team_log.MemberSpaceLimitsAddExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsAddExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails.previous_value": {"fq_name": "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails.new_value": {"fq_name": "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCapsTypePolicyType.description": {"fq_name": "team_log.MemberSpaceLimitsChangeCapsTypePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCapsTypePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCustomQuotaDetails.previous_value": {"fq_name": "team_log.MemberSpaceLimitsChangeCustomQuotaDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCustomQuotaDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCustomQuotaDetails.new_value": {"fq_name": "team_log.MemberSpaceLimitsChangeCustomQuotaDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCustomQuotaDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeCustomQuotaType.description": {"fq_name": "team_log.MemberSpaceLimitsChangeCustomQuotaType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeCustomQuotaType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangePolicyDetails.previous_value": {"fq_name": "team_log.MemberSpaceLimitsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangePolicyDetails.new_value": {"fq_name": "team_log.MemberSpaceLimitsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangePolicyType.description": {"fq_name": "team_log.MemberSpaceLimitsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeStatusDetails.previous_value": {"fq_name": "team_log.MemberSpaceLimitsChangeStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeStatusDetails.new_value": {"fq_name": "team_log.MemberSpaceLimitsChangeStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsChangeStatusType.description": {"fq_name": "team_log.MemberSpaceLimitsChangeStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsChangeStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsRemoveCustomQuotaType.description": {"fq_name": "team_log.MemberSpaceLimitsRemoveCustomQuotaType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsRemoveCustomQuotaType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSpaceLimitsRemoveExceptionType.description": {"fq_name": "team_log.MemberSpaceLimitsRemoveExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSpaceLimitsRemoveExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.active": {"fq_name": "team_log.MemberStatus.active", "param_name": "activeValue", "static_instance": "ACTIVE", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.invited": {"fq_name": "team_log.MemberStatus.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.moved_to_another_team": {"fq_name": "team_log.MemberStatus.moved_to_another_team", "param_name": "movedToAnotherTeamValue", "static_instance": "MOVED_TO_ANOTHER_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.not_joined": {"fq_name": "team_log.MemberStatus.not_joined", "param_name": "notJoinedValue", "static_instance": "NOT_JOINED", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.removed": {"fq_name": "team_log.MemberStatus.removed", "param_name": "removedValue", "static_instance": "REMOVED", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.suspended": {"fq_name": "team_log.MemberStatus.suspended", "param_name": "suspendedValue", "static_instance": "SUSPENDED", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberStatus.other": {"fq_name": "team_log.MemberStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MemberStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestDetails.suggested_members": {"fq_name": "team_log.MemberSuggestDetails.suggested_members", "param_name": "suggestedMembers", "static_instance": null, "getter_method": "getSuggestedMembers", "containing_data_type_ref": "team_log.MemberSuggestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestType.description": {"fq_name": "team_log.MemberSuggestType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSuggestType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsChangePolicyDetails.new_value": {"fq_name": "team_log.MemberSuggestionsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MemberSuggestionsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsChangePolicyDetails.previous_value": {"fq_name": "team_log.MemberSuggestionsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MemberSuggestionsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsChangePolicyType.description": {"fq_name": "team_log.MemberSuggestionsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberSuggestionsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsPolicy.disabled": {"fq_name": "team_log.MemberSuggestionsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.MemberSuggestionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsPolicy.enabled": {"fq_name": "team_log.MemberSuggestionsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.MemberSuggestionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberSuggestionsPolicy.other": {"fq_name": "team_log.MemberSuggestionsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MemberSuggestionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberTransferAccountContentsType.description": {"fq_name": "team_log.MemberTransferAccountContentsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MemberTransferAccountContentsType", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberTransferredInternalFields.source_team_id": {"fq_name": "team_log.MemberTransferredInternalFields.source_team_id", "param_name": "sourceTeamId", "static_instance": null, "getter_method": "getSourceTeamId", "containing_data_type_ref": "team_log.MemberTransferredInternalFields", "route_refs": [], "_type": "FieldReference"}, "team_log.MemberTransferredInternalFields.target_team_id": {"fq_name": "team_log.MemberTransferredInternalFields.target_team_id", "param_name": "targetTeamId", "static_instance": null, "getter_method": "getTargetTeamId", "containing_data_type_ref": "team_log.MemberTransferredInternalFields", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftLoginChangePolicyDetails.new_value": {"fq_name": "team_log.MicrosoftLoginChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MicrosoftLoginChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftLoginChangePolicyDetails.previous_value": {"fq_name": "team_log.MicrosoftLoginChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MicrosoftLoginChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftLoginChangePolicyType.description": {"fq_name": "team_log.MicrosoftLoginChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MicrosoftLoginChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftLoginPolicy.default": {"fq_name": "team_log.MicrosoftLoginPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.MicrosoftLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftLoginPolicy.disabled": {"fq_name": "team_log.MicrosoftLoginPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.MicrosoftLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftLoginPolicy.enabled": {"fq_name": "team_log.MicrosoftLoginPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.MicrosoftLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftLoginPolicy.other": {"fq_name": "team_log.MicrosoftLoginPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MicrosoftLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinChangePolicyDetails.new_value": {"fq_name": "team_log.MicrosoftOfficeAddinChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.MicrosoftOfficeAddinChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinChangePolicyDetails.previous_value": {"fq_name": "team_log.MicrosoftOfficeAddinChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.MicrosoftOfficeAddinChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinChangePolicyType.description": {"fq_name": "team_log.MicrosoftOfficeAddinChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.MicrosoftOfficeAddinChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinPolicy.disabled": {"fq_name": "team_log.MicrosoftOfficeAddinPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.MicrosoftOfficeAddinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinPolicy.enabled": {"fq_name": "team_log.MicrosoftOfficeAddinPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.MicrosoftOfficeAddinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MicrosoftOfficeAddinPolicy.other": {"fq_name": "team_log.MicrosoftOfficeAddinPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.MicrosoftOfficeAddinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.MissingDetails.source_event_fields": {"fq_name": "team_log.MissingDetails.source_event_fields", "param_name": "sourceEventFields", "static_instance": null, "getter_method": "getSourceEventFields", "containing_data_type_ref": "team_log.MissingDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.device_name": {"fq_name": "team_log.MobileDeviceSessionLogInfo.device_name", "param_name": "deviceName", "static_instance": null, "getter_method": "getDeviceName", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.client_type": {"fq_name": "team_log.MobileDeviceSessionLogInfo.client_type", "param_name": "clientType", "static_instance": null, "getter_method": "getClientType", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.ip_address": {"fq_name": "team_log.MobileDeviceSessionLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.created": {"fq_name": "team_log.MobileDeviceSessionLogInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.updated": {"fq_name": "team_log.MobileDeviceSessionLogInfo.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.session_info": {"fq_name": "team_log.MobileDeviceSessionLogInfo.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.client_version": {"fq_name": "team_log.MobileDeviceSessionLogInfo.client_version", "param_name": "clientVersion", "static_instance": null, "getter_method": "getClientVersion", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.os_version": {"fq_name": "team_log.MobileDeviceSessionLogInfo.os_version", "param_name": "osVersion", "static_instance": null, "getter_method": "getOsVersion", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileDeviceSessionLogInfo.last_carrier": {"fq_name": "team_log.MobileDeviceSessionLogInfo.last_carrier", "param_name": "lastCarrier", "static_instance": null, "getter_method": "getLastCarrier", "containing_data_type_ref": "team_log.MobileDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.MobileSessionLogInfo.session_id": {"fq_name": "team_log.MobileSessionLogInfo.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team_log.MobileSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NamespaceRelativePathLogInfo.ns_id": {"fq_name": "team_log.NamespaceRelativePathLogInfo.ns_id", "param_name": "nsId", "static_instance": null, "getter_method": "getNsId", "containing_data_type_ref": "team_log.NamespaceRelativePathLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NamespaceRelativePathLogInfo.relative_path": {"fq_name": "team_log.NamespaceRelativePathLogInfo.relative_path", "param_name": "relativePath", "static_instance": null, "getter_method": "getRelativePath", "containing_data_type_ref": "team_log.NamespaceRelativePathLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NamespaceRelativePathLogInfo.is_shared_namespace": {"fq_name": "team_log.NamespaceRelativePathLogInfo.is_shared_namespace", "param_name": "isSharedNamespace", "static_instance": null, "getter_method": "getIsSharedNamespace", "containing_data_type_ref": "team_log.NamespaceRelativePathLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlChangePolicyDetails.new_value": {"fq_name": "team_log.NetworkControlChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.NetworkControlChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlChangePolicyDetails.previous_value": {"fq_name": "team_log.NetworkControlChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.NetworkControlChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlChangePolicyType.description": {"fq_name": "team_log.NetworkControlChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NetworkControlChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlPolicy.disabled": {"fq_name": "team_log.NetworkControlPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.NetworkControlPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlPolicy.enabled": {"fq_name": "team_log.NetworkControlPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.NetworkControlPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.NetworkControlPolicy.other": {"fq_name": "team_log.NetworkControlPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.NetworkControlPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.NoExpirationLinkGenCreateReportDetails.start_date": {"fq_name": "team_log.NoExpirationLinkGenCreateReportDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.NoExpirationLinkGenCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoExpirationLinkGenCreateReportDetails.end_date": {"fq_name": "team_log.NoExpirationLinkGenCreateReportDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.NoExpirationLinkGenCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoExpirationLinkGenCreateReportType.description": {"fq_name": "team_log.NoExpirationLinkGenCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoExpirationLinkGenCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoExpirationLinkGenReportFailedDetails.failure_reason": {"fq_name": "team_log.NoExpirationLinkGenReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.NoExpirationLinkGenReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoExpirationLinkGenReportFailedType.description": {"fq_name": "team_log.NoExpirationLinkGenReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoExpirationLinkGenReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkGenCreateReportDetails.start_date": {"fq_name": "team_log.NoPasswordLinkGenCreateReportDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.NoPasswordLinkGenCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkGenCreateReportDetails.end_date": {"fq_name": "team_log.NoPasswordLinkGenCreateReportDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.NoPasswordLinkGenCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkGenCreateReportType.description": {"fq_name": "team_log.NoPasswordLinkGenCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoPasswordLinkGenCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkGenReportFailedDetails.failure_reason": {"fq_name": "team_log.NoPasswordLinkGenReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.NoPasswordLinkGenReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkGenReportFailedType.description": {"fq_name": "team_log.NoPasswordLinkGenReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoPasswordLinkGenReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkViewCreateReportDetails.start_date": {"fq_name": "team_log.NoPasswordLinkViewCreateReportDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.NoPasswordLinkViewCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkViewCreateReportDetails.end_date": {"fq_name": "team_log.NoPasswordLinkViewCreateReportDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.NoPasswordLinkViewCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkViewCreateReportType.description": {"fq_name": "team_log.NoPasswordLinkViewCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoPasswordLinkViewCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkViewReportFailedDetails.failure_reason": {"fq_name": "team_log.NoPasswordLinkViewReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.NoPasswordLinkViewReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoPasswordLinkViewReportFailedType.description": {"fq_name": "team_log.NoPasswordLinkViewReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoPasswordLinkViewReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.NonTeamMemberLogInfo.account_id": {"fq_name": "team_log.NonTeamMemberLogInfo.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team_log.NonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NonTeamMemberLogInfo.display_name": {"fq_name": "team_log.NonTeamMemberLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.NonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NonTeamMemberLogInfo.email": {"fq_name": "team_log.NonTeamMemberLogInfo.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team_log.NonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.NonTrustedTeamDetails.team": {"fq_name": "team_log.NonTrustedTeamDetails.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.NonTrustedTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.NoteAclInviteOnlyType.description": {"fq_name": "team_log.NoteAclInviteOnlyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoteAclInviteOnlyType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoteAclLinkType.description": {"fq_name": "team_log.NoteAclLinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoteAclLinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoteAclTeamLinkType.description": {"fq_name": "team_log.NoteAclTeamLinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoteAclTeamLinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoteShareReceiveType.description": {"fq_name": "team_log.NoteShareReceiveType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoteShareReceiveType", "route_refs": [], "_type": "FieldReference"}, "team_log.NoteSharedType.description": {"fq_name": "team_log.NoteSharedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.NoteSharedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelAddedDetails.label_type": {"fq_name": "team_log.ObjectLabelAddedDetails.label_type", "param_name": "labelType", "static_instance": null, "getter_method": "getLabelType", "containing_data_type_ref": "team_log.ObjectLabelAddedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelAddedType.description": {"fq_name": "team_log.ObjectLabelAddedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ObjectLabelAddedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelRemovedDetails.label_type": {"fq_name": "team_log.ObjectLabelRemovedDetails.label_type", "param_name": "labelType", "static_instance": null, "getter_method": "getLabelType", "containing_data_type_ref": "team_log.ObjectLabelRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelRemovedType.description": {"fq_name": "team_log.ObjectLabelRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ObjectLabelRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelUpdatedValueDetails.label_type": {"fq_name": "team_log.ObjectLabelUpdatedValueDetails.label_type", "param_name": "labelType", "static_instance": null, "getter_method": "getLabelType", "containing_data_type_ref": "team_log.ObjectLabelUpdatedValueDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ObjectLabelUpdatedValueType.description": {"fq_name": "team_log.ObjectLabelUpdatedValueType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ObjectLabelUpdatedValueType", "route_refs": [], "_type": "FieldReference"}, "team_log.OpenNoteSharedType.description": {"fq_name": "team_log.OpenNoteSharedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.OpenNoteSharedType", "route_refs": [], "_type": "FieldReference"}, "team_log.OrganizationDetails.organization": {"fq_name": "team_log.OrganizationDetails.organization", "param_name": "organization", "static_instance": null, "getter_method": "getOrganization", "containing_data_type_ref": "team_log.OrganizationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.OrganizationName.organization": {"fq_name": "team_log.OrganizationName.organization", "param_name": "organization", "static_instance": null, "getter_method": "getOrganization", "containing_data_type_ref": "team_log.OrganizationName", "route_refs": [], "_type": "FieldReference"}, "team_log.OrganizeFolderWithTidyType.description": {"fq_name": "team_log.OrganizeFolderWithTidyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.OrganizeFolderWithTidyType", "route_refs": [], "_type": "FieldReference"}, "team_log.OriginLogInfo.access_method": {"fq_name": "team_log.OriginLogInfo.access_method", "param_name": "accessMethod", "static_instance": null, "getter_method": "getAccessMethod", "containing_data_type_ref": "team_log.OriginLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.OriginLogInfo.geo_location": {"fq_name": "team_log.OriginLogInfo.geo_location", "param_name": "geoLocation", "static_instance": null, "getter_method": "getGeoLocation", "containing_data_type_ref": "team_log.OriginLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.OutdatedLinkViewCreateReportDetails.start_date": {"fq_name": "team_log.OutdatedLinkViewCreateReportDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.OutdatedLinkViewCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.OutdatedLinkViewCreateReportDetails.end_date": {"fq_name": "team_log.OutdatedLinkViewCreateReportDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.OutdatedLinkViewCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.OutdatedLinkViewCreateReportType.description": {"fq_name": "team_log.OutdatedLinkViewCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.OutdatedLinkViewCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.OutdatedLinkViewReportFailedDetails.failure_reason": {"fq_name": "team_log.OutdatedLinkViewReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.OutdatedLinkViewReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.OutdatedLinkViewReportFailedType.description": {"fq_name": "team_log.OutdatedLinkViewReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.OutdatedLinkViewReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperAccessType.commenter": {"fq_name": "team_log.PaperAccessType.commenter", "param_name": "commenterValue", "static_instance": "COMMENTER", "getter_method": null, "containing_data_type_ref": "team_log.PaperAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperAccessType.editor": {"fq_name": "team_log.PaperAccessType.editor", "param_name": "editorValue", "static_instance": "EDITOR", "getter_method": null, "containing_data_type_ref": "team_log.PaperAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperAccessType.viewer": {"fq_name": "team_log.PaperAccessType.viewer", "param_name": "viewerValue", "static_instance": "VIEWER", "getter_method": null, "containing_data_type_ref": "team_log.PaperAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperAccessType.other": {"fq_name": "team_log.PaperAccessType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PaperAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperAdminExportStartType.description": {"fq_name": "team_log.PaperAdminExportStartType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperAdminExportStartType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeDeploymentPolicyDetails.new_value": {"fq_name": "team_log.PaperChangeDeploymentPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperChangeDeploymentPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeDeploymentPolicyDetails.previous_value": {"fq_name": "team_log.PaperChangeDeploymentPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PaperChangeDeploymentPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeDeploymentPolicyType.description": {"fq_name": "team_log.PaperChangeDeploymentPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperChangeDeploymentPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeMemberLinkPolicyDetails.new_value": {"fq_name": "team_log.PaperChangeMemberLinkPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperChangeMemberLinkPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeMemberLinkPolicyType.description": {"fq_name": "team_log.PaperChangeMemberLinkPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperChangeMemberLinkPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeMemberPolicyDetails.new_value": {"fq_name": "team_log.PaperChangeMemberPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperChangeMemberPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeMemberPolicyDetails.previous_value": {"fq_name": "team_log.PaperChangeMemberPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PaperChangeMemberPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangeMemberPolicyType.description": {"fq_name": "team_log.PaperChangeMemberPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperChangeMemberPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangePolicyDetails.new_value": {"fq_name": "team_log.PaperChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangePolicyDetails.previous_value": {"fq_name": "team_log.PaperChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PaperChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperChangePolicyType.description": {"fq_name": "team_log.PaperChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddMemberDetails.event_uuid": {"fq_name": "team_log.PaperContentAddMemberDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentAddMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddMemberType.description": {"fq_name": "team_log.PaperContentAddMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentAddMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddToFolderDetails.event_uuid": {"fq_name": "team_log.PaperContentAddToFolderDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentAddToFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddToFolderDetails.target_asset_index": {"fq_name": "team_log.PaperContentAddToFolderDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.PaperContentAddToFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddToFolderDetails.parent_asset_index": {"fq_name": "team_log.PaperContentAddToFolderDetails.parent_asset_index", "param_name": "parentAssetIndex", "static_instance": null, "getter_method": "getParentAssetIndex", "containing_data_type_ref": "team_log.PaperContentAddToFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentAddToFolderType.description": {"fq_name": "team_log.PaperContentAddToFolderType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentAddToFolderType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentArchiveDetails.event_uuid": {"fq_name": "team_log.PaperContentArchiveDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentArchiveDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentArchiveType.description": {"fq_name": "team_log.PaperContentArchiveType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentArchiveType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentCreateDetails.event_uuid": {"fq_name": "team_log.PaperContentCreateDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentCreateType.description": {"fq_name": "team_log.PaperContentCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentPermanentlyDeleteDetails.event_uuid": {"fq_name": "team_log.PaperContentPermanentlyDeleteDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentPermanentlyDeleteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentPermanentlyDeleteType.description": {"fq_name": "team_log.PaperContentPermanentlyDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentPermanentlyDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveFromFolderDetails.event_uuid": {"fq_name": "team_log.PaperContentRemoveFromFolderDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentRemoveFromFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveFromFolderDetails.target_asset_index": {"fq_name": "team_log.PaperContentRemoveFromFolderDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.PaperContentRemoveFromFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveFromFolderDetails.parent_asset_index": {"fq_name": "team_log.PaperContentRemoveFromFolderDetails.parent_asset_index", "param_name": "parentAssetIndex", "static_instance": null, "getter_method": "getParentAssetIndex", "containing_data_type_ref": "team_log.PaperContentRemoveFromFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveFromFolderType.description": {"fq_name": "team_log.PaperContentRemoveFromFolderType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentRemoveFromFolderType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveMemberDetails.event_uuid": {"fq_name": "team_log.PaperContentRemoveMemberDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentRemoveMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRemoveMemberType.description": {"fq_name": "team_log.PaperContentRemoveMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentRemoveMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRenameDetails.event_uuid": {"fq_name": "team_log.PaperContentRenameDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRenameType.description": {"fq_name": "team_log.PaperContentRenameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentRenameType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRestoreDetails.event_uuid": {"fq_name": "team_log.PaperContentRestoreDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperContentRestoreDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperContentRestoreType.description": {"fq_name": "team_log.PaperContentRestoreType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperContentRestoreType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicy.everyone_in_team": {"fq_name": "team_log.PaperDefaultFolderPolicy.everyone_in_team", "param_name": "everyoneInTeamValue", "static_instance": "EVERYONE_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicy.invite_only": {"fq_name": "team_log.PaperDefaultFolderPolicy.invite_only", "param_name": "inviteOnlyValue", "static_instance": "INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicy.other": {"fq_name": "team_log.PaperDefaultFolderPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicyChangedDetails.new_value": {"fq_name": "team_log.PaperDefaultFolderPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperDefaultFolderPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicyChangedDetails.previous_value": {"fq_name": "team_log.PaperDefaultFolderPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PaperDefaultFolderPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDefaultFolderPolicyChangedType.description": {"fq_name": "team_log.PaperDefaultFolderPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDefaultFolderPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicy.disabled": {"fq_name": "team_log.PaperDesktopPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicy.enabled": {"fq_name": "team_log.PaperDesktopPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicy.other": {"fq_name": "team_log.PaperDesktopPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicyChangedDetails.new_value": {"fq_name": "team_log.PaperDesktopPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PaperDesktopPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicyChangedDetails.previous_value": {"fq_name": "team_log.PaperDesktopPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PaperDesktopPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDesktopPolicyChangedType.description": {"fq_name": "team_log.PaperDesktopPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDesktopPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocAddCommentDetails.event_uuid": {"fq_name": "team_log.PaperDocAddCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocAddCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocAddCommentDetails.comment_text": {"fq_name": "team_log.PaperDocAddCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.PaperDocAddCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocAddCommentType.description": {"fq_name": "team_log.PaperDocAddCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocAddCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeMemberRoleDetails.event_uuid": {"fq_name": "team_log.PaperDocChangeMemberRoleDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocChangeMemberRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeMemberRoleDetails.access_type": {"fq_name": "team_log.PaperDocChangeMemberRoleDetails.access_type", "param_name": "accessType", "static_instance": null, "getter_method": "getAccessType", "containing_data_type_ref": "team_log.PaperDocChangeMemberRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeMemberRoleType.description": {"fq_name": "team_log.PaperDocChangeMemberRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocChangeMemberRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSharingPolicyDetails.event_uuid": {"fq_name": "team_log.PaperDocChangeSharingPolicyDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocChangeSharingPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSharingPolicyDetails.public_sharing_policy": {"fq_name": "team_log.PaperDocChangeSharingPolicyDetails.public_sharing_policy", "param_name": "publicSharingPolicy", "static_instance": null, "getter_method": "getPublicSharingPolicy", "containing_data_type_ref": "team_log.PaperDocChangeSharingPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSharingPolicyDetails.team_sharing_policy": {"fq_name": "team_log.PaperDocChangeSharingPolicyDetails.team_sharing_policy", "param_name": "teamSharingPolicy", "static_instance": null, "getter_method": "getTeamSharingPolicy", "containing_data_type_ref": "team_log.PaperDocChangeSharingPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSharingPolicyType.description": {"fq_name": "team_log.PaperDocChangeSharingPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocChangeSharingPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSubscriptionDetails.event_uuid": {"fq_name": "team_log.PaperDocChangeSubscriptionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSubscriptionDetails.new_subscription_level": {"fq_name": "team_log.PaperDocChangeSubscriptionDetails.new_subscription_level", "param_name": "newSubscriptionLevel", "static_instance": null, "getter_method": "getNewSubscriptionLevel", "containing_data_type_ref": "team_log.PaperDocChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSubscriptionDetails.previous_subscription_level": {"fq_name": "team_log.PaperDocChangeSubscriptionDetails.previous_subscription_level", "param_name": "previousSubscriptionLevel", "static_instance": null, "getter_method": "getPreviousSubscriptionLevel", "containing_data_type_ref": "team_log.PaperDocChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocChangeSubscriptionType.description": {"fq_name": "team_log.PaperDocChangeSubscriptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocChangeSubscriptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDeleteCommentDetails.event_uuid": {"fq_name": "team_log.PaperDocDeleteCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocDeleteCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDeleteCommentDetails.comment_text": {"fq_name": "team_log.PaperDocDeleteCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.PaperDocDeleteCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDeleteCommentType.description": {"fq_name": "team_log.PaperDocDeleteCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocDeleteCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDeletedDetails.event_uuid": {"fq_name": "team_log.PaperDocDeletedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocDeletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDeletedType.description": {"fq_name": "team_log.PaperDocDeletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocDeletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDownloadDetails.event_uuid": {"fq_name": "team_log.PaperDocDownloadDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDownloadDetails.export_file_format": {"fq_name": "team_log.PaperDocDownloadDetails.export_file_format", "param_name": "exportFileFormat", "static_instance": null, "getter_method": "getExportFileFormat", "containing_data_type_ref": "team_log.PaperDocDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocDownloadType.description": {"fq_name": "team_log.PaperDocDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocEditCommentDetails.event_uuid": {"fq_name": "team_log.PaperDocEditCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocEditCommentDetails.comment_text": {"fq_name": "team_log.PaperDocEditCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.PaperDocEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocEditCommentType.description": {"fq_name": "team_log.PaperDocEditCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocEditCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocEditDetails.event_uuid": {"fq_name": "team_log.PaperDocEditDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocEditDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocEditType.description": {"fq_name": "team_log.PaperDocEditType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocEditType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocFollowedDetails.event_uuid": {"fq_name": "team_log.PaperDocFollowedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocFollowedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocFollowedType.description": {"fq_name": "team_log.PaperDocFollowedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocFollowedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocMentionDetails.event_uuid": {"fq_name": "team_log.PaperDocMentionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocMentionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocMentionType.description": {"fq_name": "team_log.PaperDocMentionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocMentionType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocOwnershipChangedDetails.event_uuid": {"fq_name": "team_log.PaperDocOwnershipChangedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocOwnershipChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocOwnershipChangedDetails.new_owner_user_id": {"fq_name": "team_log.PaperDocOwnershipChangedDetails.new_owner_user_id", "param_name": "newOwnerUserId", "static_instance": null, "getter_method": "getNewOwnerUserId", "containing_data_type_ref": "team_log.PaperDocOwnershipChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocOwnershipChangedDetails.old_owner_user_id": {"fq_name": "team_log.PaperDocOwnershipChangedDetails.old_owner_user_id", "param_name": "oldOwnerUserId", "static_instance": null, "getter_method": "getOldOwnerUserId", "containing_data_type_ref": "team_log.PaperDocOwnershipChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocOwnershipChangedType.description": {"fq_name": "team_log.PaperDocOwnershipChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocOwnershipChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocRequestAccessDetails.event_uuid": {"fq_name": "team_log.PaperDocRequestAccessDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocRequestAccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocRequestAccessType.description": {"fq_name": "team_log.PaperDocRequestAccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocRequestAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocResolveCommentDetails.event_uuid": {"fq_name": "team_log.PaperDocResolveCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocResolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocResolveCommentDetails.comment_text": {"fq_name": "team_log.PaperDocResolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.PaperDocResolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocResolveCommentType.description": {"fq_name": "team_log.PaperDocResolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocResolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocRevertDetails.event_uuid": {"fq_name": "team_log.PaperDocRevertDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocRevertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocRevertType.description": {"fq_name": "team_log.PaperDocRevertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocRevertType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocSlackShareDetails.event_uuid": {"fq_name": "team_log.PaperDocSlackShareDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocSlackShareDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocSlackShareType.description": {"fq_name": "team_log.PaperDocSlackShareType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocSlackShareType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocTeamInviteDetails.event_uuid": {"fq_name": "team_log.PaperDocTeamInviteDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocTeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocTeamInviteType.description": {"fq_name": "team_log.PaperDocTeamInviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocTeamInviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocTrashedDetails.event_uuid": {"fq_name": "team_log.PaperDocTrashedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocTrashedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocTrashedType.description": {"fq_name": "team_log.PaperDocTrashedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocTrashedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocUnresolveCommentDetails.event_uuid": {"fq_name": "team_log.PaperDocUnresolveCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocUnresolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocUnresolveCommentDetails.comment_text": {"fq_name": "team_log.PaperDocUnresolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.PaperDocUnresolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocUnresolveCommentType.description": {"fq_name": "team_log.PaperDocUnresolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocUnresolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocUntrashedDetails.event_uuid": {"fq_name": "team_log.PaperDocUntrashedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocUntrashedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocUntrashedType.description": {"fq_name": "team_log.PaperDocUntrashedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocUntrashedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocViewDetails.event_uuid": {"fq_name": "team_log.PaperDocViewDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperDocViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocViewType.description": {"fq_name": "team_log.PaperDocViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperDocViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocumentLogInfo.doc_id": {"fq_name": "team_log.PaperDocumentLogInfo.doc_id", "param_name": "docId", "static_instance": null, "getter_method": "getDocId", "containing_data_type_ref": "team_log.PaperDocumentLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDocumentLogInfo.doc_title": {"fq_name": "team_log.PaperDocumentLogInfo.doc_title", "param_name": "docTitle", "static_instance": null, "getter_method": "getDocTitle", "containing_data_type_ref": "team_log.PaperDocumentLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDownloadFormat.docx": {"fq_name": "team_log.PaperDownloadFormat.docx", "param_name": "docxValue", "static_instance": "DOCX", "getter_method": null, "containing_data_type_ref": "team_log.PaperDownloadFormat", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDownloadFormat.html": {"fq_name": "team_log.PaperDownloadFormat.html", "param_name": "htmlValue", "static_instance": "HTML", "getter_method": null, "containing_data_type_ref": "team_log.PaperDownloadFormat", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDownloadFormat.markdown": {"fq_name": "team_log.PaperDownloadFormat.markdown", "param_name": "markdownValue", "static_instance": "MARKDOWN", "getter_method": null, "containing_data_type_ref": "team_log.PaperDownloadFormat", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDownloadFormat.pdf": {"fq_name": "team_log.PaperDownloadFormat.pdf", "param_name": "pdfValue", "static_instance": "PDF", "getter_method": null, "containing_data_type_ref": "team_log.PaperDownloadFormat", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperDownloadFormat.other": {"fq_name": "team_log.PaperDownloadFormat.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PaperDownloadFormat", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperEnabledUsersGroupAdditionType.description": {"fq_name": "team_log.PaperEnabledUsersGroupAdditionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperEnabledUsersGroupAdditionType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperEnabledUsersGroupRemovalType.description": {"fq_name": "team_log.PaperEnabledUsersGroupRemovalType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperEnabledUsersGroupRemovalType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewAllowDetails.event_uuid": {"fq_name": "team_log.PaperExternalViewAllowDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperExternalViewAllowDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewAllowType.description": {"fq_name": "team_log.PaperExternalViewAllowType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperExternalViewAllowType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewDefaultTeamDetails.event_uuid": {"fq_name": "team_log.PaperExternalViewDefaultTeamDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperExternalViewDefaultTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewDefaultTeamType.description": {"fq_name": "team_log.PaperExternalViewDefaultTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperExternalViewDefaultTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewForbidDetails.event_uuid": {"fq_name": "team_log.PaperExternalViewForbidDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperExternalViewForbidDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperExternalViewForbidType.description": {"fq_name": "team_log.PaperExternalViewForbidType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperExternalViewForbidType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderChangeSubscriptionDetails.event_uuid": {"fq_name": "team_log.PaperFolderChangeSubscriptionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperFolderChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderChangeSubscriptionDetails.new_subscription_level": {"fq_name": "team_log.PaperFolderChangeSubscriptionDetails.new_subscription_level", "param_name": "newSubscriptionLevel", "static_instance": null, "getter_method": "getNewSubscriptionLevel", "containing_data_type_ref": "team_log.PaperFolderChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderChangeSubscriptionDetails.previous_subscription_level": {"fq_name": "team_log.PaperFolderChangeSubscriptionDetails.previous_subscription_level", "param_name": "previousSubscriptionLevel", "static_instance": null, "getter_method": "getPreviousSubscriptionLevel", "containing_data_type_ref": "team_log.PaperFolderChangeSubscriptionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderChangeSubscriptionType.description": {"fq_name": "team_log.PaperFolderChangeSubscriptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperFolderChangeSubscriptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderDeletedDetails.event_uuid": {"fq_name": "team_log.PaperFolderDeletedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperFolderDeletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderDeletedType.description": {"fq_name": "team_log.PaperFolderDeletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperFolderDeletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderFollowedDetails.event_uuid": {"fq_name": "team_log.PaperFolderFollowedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperFolderFollowedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderFollowedType.description": {"fq_name": "team_log.PaperFolderFollowedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperFolderFollowedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderLogInfo.folder_id": {"fq_name": "team_log.PaperFolderLogInfo.folder_id", "param_name": "folderId", "static_instance": null, "getter_method": "getFolderId", "containing_data_type_ref": "team_log.PaperFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderLogInfo.folder_name": {"fq_name": "team_log.PaperFolderLogInfo.folder_name", "param_name": "folderName", "static_instance": null, "getter_method": "getFolderName", "containing_data_type_ref": "team_log.PaperFolderLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderTeamInviteDetails.event_uuid": {"fq_name": "team_log.PaperFolderTeamInviteDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperFolderTeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperFolderTeamInviteType.description": {"fq_name": "team_log.PaperFolderTeamInviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperFolderTeamInviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperMemberPolicy.anyone_with_link": {"fq_name": "team_log.PaperMemberPolicy.anyone_with_link", "param_name": "anyoneWithLinkValue", "static_instance": "ANYONE_WITH_LINK", "getter_method": null, "containing_data_type_ref": "team_log.PaperMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperMemberPolicy.only_team": {"fq_name": "team_log.PaperMemberPolicy.only_team", "param_name": "onlyTeamValue", "static_instance": "ONLY_TEAM", "getter_method": null, "containing_data_type_ref": "team_log.PaperMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperMemberPolicy.team_and_explicitly_shared": {"fq_name": "team_log.PaperMemberPolicy.team_and_explicitly_shared", "param_name": "teamAndExplicitlySharedValue", "static_instance": "TEAM_AND_EXPLICITLY_SHARED", "getter_method": null, "containing_data_type_ref": "team_log.PaperMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperMemberPolicy.other": {"fq_name": "team_log.PaperMemberPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PaperMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkChangePermissionDetails.event_uuid": {"fq_name": "team_log.PaperPublishedLinkChangePermissionDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperPublishedLinkChangePermissionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkChangePermissionDetails.new_permission_level": {"fq_name": "team_log.PaperPublishedLinkChangePermissionDetails.new_permission_level", "param_name": "newPermissionLevel", "static_instance": null, "getter_method": "getNewPermissionLevel", "containing_data_type_ref": "team_log.PaperPublishedLinkChangePermissionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkChangePermissionDetails.previous_permission_level": {"fq_name": "team_log.PaperPublishedLinkChangePermissionDetails.previous_permission_level", "param_name": "previousPermissionLevel", "static_instance": null, "getter_method": "getPreviousPermissionLevel", "containing_data_type_ref": "team_log.PaperPublishedLinkChangePermissionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkChangePermissionType.description": {"fq_name": "team_log.PaperPublishedLinkChangePermissionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperPublishedLinkChangePermissionType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkCreateDetails.event_uuid": {"fq_name": "team_log.PaperPublishedLinkCreateDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperPublishedLinkCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkCreateType.description": {"fq_name": "team_log.PaperPublishedLinkCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperPublishedLinkCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkDisabledDetails.event_uuid": {"fq_name": "team_log.PaperPublishedLinkDisabledDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperPublishedLinkDisabledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkDisabledType.description": {"fq_name": "team_log.PaperPublishedLinkDisabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperPublishedLinkDisabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkViewDetails.event_uuid": {"fq_name": "team_log.PaperPublishedLinkViewDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.PaperPublishedLinkViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PaperPublishedLinkViewType.description": {"fq_name": "team_log.PaperPublishedLinkViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PaperPublishedLinkViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.ParticipantLogInfo.group": {"fq_name": "team_log.ParticipantLogInfo.group", "param_name": "groupValue", "static_instance": null, "getter_method": "getGroupValue", "containing_data_type_ref": "team_log.ParticipantLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ParticipantLogInfo.user": {"fq_name": "team_log.ParticipantLogInfo.user", "param_name": "userValue", "static_instance": null, "getter_method": "getUserValue", "containing_data_type_ref": "team_log.ParticipantLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ParticipantLogInfo.other": {"fq_name": "team_log.ParticipantLogInfo.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ParticipantLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PassPolicy.allow": {"fq_name": "team_log.PassPolicy.allow", "param_name": "allowValue", "static_instance": "ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.PassPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PassPolicy.disabled": {"fq_name": "team_log.PassPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.PassPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PassPolicy.enabled": {"fq_name": "team_log.PassPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.PassPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PassPolicy.other": {"fq_name": "team_log.PassPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PassPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PasskeyAddType.description": {"fq_name": "team_log.PasskeyAddType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasskeyAddType", "route_refs": [], "_type": "FieldReference"}, "team_log.PasskeyLoginPolicy.default": {"fq_name": "team_log.PasskeyLoginPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.PasskeyLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PasskeyLoginPolicy.disabled": {"fq_name": "team_log.PasskeyLoginPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.PasskeyLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PasskeyLoginPolicy.enabled": {"fq_name": "team_log.PasskeyLoginPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.PasskeyLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PasskeyLoginPolicy.other": {"fq_name": "team_log.PasskeyLoginPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PasskeyLoginPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PasskeyLoginPolicyChangedDetails.new_value": {"fq_name": "team_log.PasskeyLoginPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PasskeyLoginPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PasskeyLoginPolicyChangedDetails.previous_value": {"fq_name": "team_log.PasskeyLoginPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PasskeyLoginPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PasskeyLoginPolicyChangedType.description": {"fq_name": "team_log.PasskeyLoginPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasskeyLoginPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PasskeyRemoveType.description": {"fq_name": "team_log.PasskeyRemoveType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasskeyRemoveType", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordChangeType.description": {"fq_name": "team_log.PasswordChangeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasswordChangeType", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordResetAllType.description": {"fq_name": "team_log.PasswordResetAllType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasswordResetAllType", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordResetType.description": {"fq_name": "team_log.PasswordResetType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasswordResetType", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordStrengthRequirementsChangePolicyDetails.previous_value": {"fq_name": "team_log.PasswordStrengthRequirementsChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PasswordStrengthRequirementsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordStrengthRequirementsChangePolicyDetails.new_value": {"fq_name": "team_log.PasswordStrengthRequirementsChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PasswordStrengthRequirementsChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PasswordStrengthRequirementsChangePolicyType.description": {"fq_name": "team_log.PasswordStrengthRequirementsChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PasswordStrengthRequirementsChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PathLogInfo.namespace_relative": {"fq_name": "team_log.PathLogInfo.namespace_relative", "param_name": "namespaceRelative", "static_instance": null, "getter_method": "getNamespaceRelative", "containing_data_type_ref": "team_log.PathLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PathLogInfo.contextual": {"fq_name": "team_log.PathLogInfo.contextual", "param_name": "contextual", "static_instance": null, "getter_method": "getContextual", "containing_data_type_ref": "team_log.PathLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.PendingSecondaryEmailAddedDetails.secondary_email": {"fq_name": "team_log.PendingSecondaryEmailAddedDetails.secondary_email", "param_name": "secondaryEmail", "static_instance": null, "getter_method": "getSecondaryEmail", "containing_data_type_ref": "team_log.PendingSecondaryEmailAddedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PendingSecondaryEmailAddedType.description": {"fq_name": "team_log.PendingSecondaryEmailAddedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PendingSecondaryEmailAddedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PermanentDeleteChangePolicyDetails.new_value": {"fq_name": "team_log.PermanentDeleteChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PermanentDeleteChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PermanentDeleteChangePolicyDetails.previous_value": {"fq_name": "team_log.PermanentDeleteChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PermanentDeleteChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PermanentDeleteChangePolicyType.description": {"fq_name": "team_log.PermanentDeleteChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PermanentDeleteChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.australia_only": {"fq_name": "team_log.PlacementRestriction.australia_only", "param_name": "australiaOnlyValue", "static_instance": "AUSTRALIA_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.canada_only": {"fq_name": "team_log.PlacementRestriction.canada_only", "param_name": "canadaOnlyValue", "static_instance": "CANADA_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.europe_only": {"fq_name": "team_log.PlacementRestriction.europe_only", "param_name": "europeOnlyValue", "static_instance": "EUROPE_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.japan_only": {"fq_name": "team_log.PlacementRestriction.japan_only", "param_name": "japanOnlyValue", "static_instance": "JAPAN_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.none": {"fq_name": "team_log.PlacementRestriction.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.uk_only": {"fq_name": "team_log.PlacementRestriction.uk_only", "param_name": "ukOnlyValue", "static_instance": "UK_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.us_s3_only": {"fq_name": "team_log.PlacementRestriction.us_s3_only", "param_name": "usS3OnlyValue", "static_instance": "US_S3_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PlacementRestriction.other": {"fq_name": "team_log.PlacementRestriction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PlacementRestriction", "route_refs": [], "_type": "FieldReference"}, "team_log.PolicyType.disposition": {"fq_name": "team_log.PolicyType.disposition", "param_name": "dispositionValue", "static_instance": "DISPOSITION", "getter_method": null, "containing_data_type_ref": "team_log.PolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PolicyType.retention": {"fq_name": "team_log.PolicyType.retention", "param_name": "retentionValue", "static_instance": "RETENTION", "getter_method": null, "containing_data_type_ref": "team_log.PolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PolicyType.other": {"fq_name": "team_log.PolicyType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.PreviewsAiPolicy.default": {"fq_name": "team_log.PreviewsAiPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.PreviewsAiPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PreviewsAiPolicy.disabled": {"fq_name": "team_log.PreviewsAiPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.PreviewsAiPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PreviewsAiPolicy.enabled": {"fq_name": "team_log.PreviewsAiPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.PreviewsAiPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PreviewsAiPolicy.other": {"fq_name": "team_log.PreviewsAiPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.PreviewsAiPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.PreviewsAiPolicyChangedDetails.new_value": {"fq_name": "team_log.PreviewsAiPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.PreviewsAiPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PreviewsAiPolicyChangedDetails.previous_value": {"fq_name": "team_log.PreviewsAiPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.PreviewsAiPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PreviewsAiPolicyChangedType.description": {"fq_name": "team_log.PreviewsAiPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.PreviewsAiPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestAcceptedDetails.secondary_team": {"fq_name": "team_log.PrimaryTeamRequestAcceptedDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.PrimaryTeamRequestAcceptedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestAcceptedDetails.sent_by": {"fq_name": "team_log.PrimaryTeamRequestAcceptedDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.PrimaryTeamRequestAcceptedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestCanceledDetails.secondary_team": {"fq_name": "team_log.PrimaryTeamRequestCanceledDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.PrimaryTeamRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestCanceledDetails.sent_by": {"fq_name": "team_log.PrimaryTeamRequestCanceledDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.PrimaryTeamRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestExpiredDetails.secondary_team": {"fq_name": "team_log.PrimaryTeamRequestExpiredDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.PrimaryTeamRequestExpiredDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestExpiredDetails.sent_by": {"fq_name": "team_log.PrimaryTeamRequestExpiredDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.PrimaryTeamRequestExpiredDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestReminderDetails.secondary_team": {"fq_name": "team_log.PrimaryTeamRequestReminderDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.PrimaryTeamRequestReminderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.PrimaryTeamRequestReminderDetails.sent_to": {"fq_name": "team_log.PrimaryTeamRequestReminderDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.PrimaryTeamRequestReminderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ProductAssignedToMemberDetails.user_name": {"fq_name": "team_log.ProductAssignedToMemberDetails.user_name", "param_name": "userName", "static_instance": null, "getter_method": "getUserName", "containing_data_type_ref": "team_log.ProductAssignedToMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ProductAssignedToMemberDetails.product_name": {"fq_name": "team_log.ProductAssignedToMemberDetails.product_name", "param_name": "productName", "static_instance": null, "getter_method": "getProductName", "containing_data_type_ref": "team_log.ProductAssignedToMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ProductAssignedToMemberType.description": {"fq_name": "team_log.ProductAssignedToMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ProductAssignedToMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.ProductLogInfo.product_name": {"fq_name": "team_log.ProductLogInfo.product_name", "param_name": "productName", "static_instance": null, "getter_method": "getProductName", "containing_data_type_ref": "team_log.ProductLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ProductRemovedFromMemberDetails.user_name": {"fq_name": "team_log.ProductRemovedFromMemberDetails.user_name", "param_name": "userName", "static_instance": null, "getter_method": "getUserName", "containing_data_type_ref": "team_log.ProductRemovedFromMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ProductRemovedFromMemberDetails.product_name": {"fq_name": "team_log.ProductRemovedFromMemberDetails.product_name", "param_name": "productName", "static_instance": null, "getter_method": "getProductName", "containing_data_type_ref": "team_log.ProductRemovedFromMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ProductRemovedFromMemberType.description": {"fq_name": "team_log.ProductRemovedFromMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ProductRemovedFromMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.delete_shared_link": {"fq_name": "team_log.QuickActionType.delete_shared_link", "param_name": "deleteSharedLinkValue", "static_instance": "DELETE_SHARED_LINK", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.reset_password": {"fq_name": "team_log.QuickActionType.reset_password", "param_name": "resetPasswordValue", "static_instance": "RESET_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.restore_file_or_folder": {"fq_name": "team_log.QuickActionType.restore_file_or_folder", "param_name": "restoreFileOrFolderValue", "static_instance": "RESTORE_FILE_OR_FOLDER", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.unlink_app": {"fq_name": "team_log.QuickActionType.unlink_app", "param_name": "unlinkAppValue", "static_instance": "UNLINK_APP", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.unlink_device": {"fq_name": "team_log.QuickActionType.unlink_device", "param_name": "unlinkDeviceValue", "static_instance": "UNLINK_DEVICE", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.unlink_session": {"fq_name": "team_log.QuickActionType.unlink_session", "param_name": "unlinkSessionValue", "static_instance": "UNLINK_SESSION", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.QuickActionType.other": {"fq_name": "team_log.QuickActionType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.QuickActionType", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareAlertCreateReportFailedDetails.failure_reason": {"fq_name": "team_log.RansomwareAlertCreateReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.RansomwareAlertCreateReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareAlertCreateReportFailedType.description": {"fq_name": "team_log.RansomwareAlertCreateReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RansomwareAlertCreateReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareAlertCreateReportType.description": {"fq_name": "team_log.RansomwareAlertCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RansomwareAlertCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessCompletedDetails.status": {"fq_name": "team_log.RansomwareRestoreProcessCompletedDetails.status", "param_name": "status", "static_instance": null, "getter_method": "getStatus", "containing_data_type_ref": "team_log.RansomwareRestoreProcessCompletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessCompletedDetails.restored_files_count": {"fq_name": "team_log.RansomwareRestoreProcessCompletedDetails.restored_files_count", "param_name": "restoredFilesCount", "static_instance": null, "getter_method": "getRestoredFilesCount", "containing_data_type_ref": "team_log.RansomwareRestoreProcessCompletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessCompletedDetails.restored_files_failed_count": {"fq_name": "team_log.RansomwareRestoreProcessCompletedDetails.restored_files_failed_count", "param_name": "restoredFilesFailedCount", "static_instance": null, "getter_method": "getRestoredFilesFailedCount", "containing_data_type_ref": "team_log.RansomwareRestoreProcessCompletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessCompletedType.description": {"fq_name": "team_log.RansomwareRestoreProcessCompletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RansomwareRestoreProcessCompletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessStartedDetails.extension": {"fq_name": "team_log.RansomwareRestoreProcessStartedDetails.extension", "param_name": "extension", "static_instance": null, "getter_method": "getExtension", "containing_data_type_ref": "team_log.RansomwareRestoreProcessStartedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RansomwareRestoreProcessStartedType.description": {"fq_name": "team_log.RansomwareRestoreProcessStartedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RansomwareRestoreProcessStartedType", "route_refs": [], "_type": "FieldReference"}, "team_log.RecipientsConfiguration.recipient_setting_type": {"fq_name": "team_log.RecipientsConfiguration.recipient_setting_type", "param_name": "recipientSettingType", "static_instance": null, "getter_method": "getRecipientSettingType", "containing_data_type_ref": "team_log.RecipientsConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.RecipientsConfiguration.emails": {"fq_name": "team_log.RecipientsConfiguration.emails", "param_name": "emails", "static_instance": null, "getter_method": "getEmails", "containing_data_type_ref": "team_log.RecipientsConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.RecipientsConfiguration.groups": {"fq_name": "team_log.RecipientsConfiguration.groups", "param_name": "groups", "static_instance": null, "getter_method": "getGroups", "containing_data_type_ref": "team_log.RecipientsConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.RelocateAssetReferencesLogInfo.src_asset_index": {"fq_name": "team_log.RelocateAssetReferencesLogInfo.src_asset_index", "param_name": "srcAssetIndex", "static_instance": null, "getter_method": "getSrcAssetIndex", "containing_data_type_ref": "team_log.RelocateAssetReferencesLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.RelocateAssetReferencesLogInfo.dest_asset_index": {"fq_name": "team_log.RelocateAssetReferencesLogInfo.dest_asset_index", "param_name": "destAssetIndex", "static_instance": null, "getter_method": "getDestAssetIndex", "containing_data_type_ref": "team_log.RelocateAssetReferencesLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayAddingPeoplePolicy.anyone": {"fq_name": "team_log.ReplayAddingPeoplePolicy.anyone", "param_name": "anyoneValue", "static_instance": "ANYONE", "getter_method": null, "containing_data_type_ref": "team_log.ReplayAddingPeoplePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayAddingPeoplePolicy.team_and_allowlist": {"fq_name": "team_log.ReplayAddingPeoplePolicy.team_and_allowlist", "param_name": "teamAndAllowlistValue", "static_instance": "TEAM_AND_ALLOWLIST", "getter_method": null, "containing_data_type_ref": "team_log.ReplayAddingPeoplePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayAddingPeoplePolicy.team_only": {"fq_name": "team_log.ReplayAddingPeoplePolicy.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.ReplayAddingPeoplePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayAddingPeoplePolicy.other": {"fq_name": "team_log.ReplayAddingPeoplePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ReplayAddingPeoplePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayAddingPeoplePolicyChangedDetails.new_value": {"fq_name": "team_log.ReplayAddingPeoplePolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ReplayAddingPeoplePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayAddingPeoplePolicyChangedDetails.previous_value": {"fq_name": "team_log.ReplayAddingPeoplePolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ReplayAddingPeoplePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayAddingPeoplePolicyChangedType.description": {"fq_name": "team_log.ReplayAddingPeoplePolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayAddingPeoplePolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileDeleteType.description": {"fq_name": "team_log.ReplayFileDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayFileDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileDownloadedType.description": {"fq_name": "team_log.ReplayFileDownloadedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayFileDownloadedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileSharedLinkCreatedDetails.is_watermarked": {"fq_name": "team_log.ReplayFileSharedLinkCreatedDetails.is_watermarked", "param_name": "isWatermarked", "static_instance": null, "getter_method": "getIsWatermarked", "containing_data_type_ref": "team_log.ReplayFileSharedLinkCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileSharedLinkCreatedDetails.access": {"fq_name": "team_log.ReplayFileSharedLinkCreatedDetails.access", "param_name": "access", "static_instance": null, "getter_method": "getAccess", "containing_data_type_ref": "team_log.ReplayFileSharedLinkCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileSharedLinkCreatedType.description": {"fq_name": "team_log.ReplayFileSharedLinkCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayFileSharedLinkCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileSharedLinkModifiedDetails.is_watermarked": {"fq_name": "team_log.ReplayFileSharedLinkModifiedDetails.is_watermarked", "param_name": "isWatermarked", "static_instance": null, "getter_method": "getIsWatermarked", "containing_data_type_ref": "team_log.ReplayFileSharedLinkModifiedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileSharedLinkModifiedDetails.access": {"fq_name": "team_log.ReplayFileSharedLinkModifiedDetails.access", "param_name": "access", "static_instance": null, "getter_method": "getAccess", "containing_data_type_ref": "team_log.ReplayFileSharedLinkModifiedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayFileSharedLinkModifiedType.description": {"fq_name": "team_log.ReplayFileSharedLinkModifiedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayFileSharedLinkModifiedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayLinkAccess.anyone_logged_in": {"fq_name": "team_log.ReplayLinkAccess.anyone_logged_in", "param_name": "anyoneLoggedInValue", "static_instance": "ANYONE_LOGGED_IN", "getter_method": null, "containing_data_type_ref": "team_log.ReplayLinkAccess", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayLinkAccess.no_login_required": {"fq_name": "team_log.ReplayLinkAccess.no_login_required", "param_name": "noLoginRequiredValue", "static_instance": "NO_LOGIN_REQUIRED", "getter_method": null, "containing_data_type_ref": "team_log.ReplayLinkAccess", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayLinkAccess.team_and_approved": {"fq_name": "team_log.ReplayLinkAccess.team_and_approved", "param_name": "teamAndApprovedValue", "static_instance": "TEAM_AND_APPROVED", "getter_method": null, "containing_data_type_ref": "team_log.ReplayLinkAccess", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayLinkAccess.team_only": {"fq_name": "team_log.ReplayLinkAccess.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.ReplayLinkAccess", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayLinkAccess.other": {"fq_name": "team_log.ReplayLinkAccess.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ReplayLinkAccess", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayProjectTeamAddType.description": {"fq_name": "team_log.ReplayProjectTeamAddType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayProjectTeamAddType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayProjectTeamDeleteType.description": {"fq_name": "team_log.ReplayProjectTeamDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayProjectTeamDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplaySharingPolicy.anyone": {"fq_name": "team_log.ReplaySharingPolicy.anyone", "param_name": "anyoneValue", "static_instance": "ANYONE", "getter_method": null, "containing_data_type_ref": "team_log.ReplaySharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplaySharingPolicy.team_and_allowlist": {"fq_name": "team_log.ReplaySharingPolicy.team_and_allowlist", "param_name": "teamAndAllowlistValue", "static_instance": "TEAM_AND_ALLOWLIST", "getter_method": null, "containing_data_type_ref": "team_log.ReplaySharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplaySharingPolicy.team_only": {"fq_name": "team_log.ReplaySharingPolicy.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.ReplaySharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplaySharingPolicy.other": {"fq_name": "team_log.ReplaySharingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ReplaySharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplaySharingPolicyChangedDetails.new_value": {"fq_name": "team_log.ReplaySharingPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ReplaySharingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplaySharingPolicyChangedDetails.previous_value": {"fq_name": "team_log.ReplaySharingPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ReplaySharingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplaySharingPolicyChangedType.description": {"fq_name": "team_log.ReplaySharingPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplaySharingPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayTeamProjectCreatedDetails.name": {"fq_name": "team_log.ReplayTeamProjectCreatedDetails.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "team_log.ReplayTeamProjectCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ReplayTeamProjectCreatedType.description": {"fq_name": "team_log.ReplayTeamProjectCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ReplayTeamProjectCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerLogInfo.reseller_name": {"fq_name": "team_log.ResellerLogInfo.reseller_name", "param_name": "resellerName", "static_instance": null, "getter_method": "getResellerName", "containing_data_type_ref": "team_log.ResellerLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerLogInfo.reseller_email": {"fq_name": "team_log.ResellerLogInfo.reseller_email", "param_name": "resellerEmail", "static_instance": null, "getter_method": "getResellerEmail", "containing_data_type_ref": "team_log.ResellerLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerRole.not_reseller": {"fq_name": "team_log.ResellerRole.not_reseller", "param_name": "notResellerValue", "static_instance": "NOT_RESELLER", "getter_method": null, "containing_data_type_ref": "team_log.ResellerRole", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerRole.reseller_admin": {"fq_name": "team_log.ResellerRole.reseller_admin", "param_name": "resellerAdminValue", "static_instance": "RESELLER_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.ResellerRole", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerRole.other": {"fq_name": "team_log.ResellerRole.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ResellerRole", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportChangePolicyDetails.new_value": {"fq_name": "team_log.ResellerSupportChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ResellerSupportChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportChangePolicyDetails.previous_value": {"fq_name": "team_log.ResellerSupportChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ResellerSupportChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportChangePolicyType.description": {"fq_name": "team_log.ResellerSupportChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ResellerSupportChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportPolicy.disabled": {"fq_name": "team_log.ResellerSupportPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ResellerSupportPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportPolicy.enabled": {"fq_name": "team_log.ResellerSupportPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ResellerSupportPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportPolicy.other": {"fq_name": "team_log.ResellerSupportPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ResellerSupportPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportSessionEndType.description": {"fq_name": "team_log.ResellerSupportSessionEndType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ResellerSupportSessionEndType", "route_refs": [], "_type": "FieldReference"}, "team_log.ResellerSupportSessionStartType.description": {"fq_name": "team_log.ResellerSupportSessionStartType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ResellerSupportSessionStartType", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindFolderDetails.rewind_folder_target_ts_ms": {"fq_name": "team_log.RewindFolderDetails.rewind_folder_target_ts_ms", "param_name": "rewindFolderTargetTsMs", "static_instance": null, "getter_method": "getRewindFolderTargetTsMs", "containing_data_type_ref": "team_log.RewindFolderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindFolderType.description": {"fq_name": "team_log.RewindFolderType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RewindFolderType", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicy.admins_only": {"fq_name": "team_log.RewindPolicy.admins_only", "param_name": "adminsOnlyValue", "static_instance": "ADMINS_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.RewindPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicy.everyone": {"fq_name": "team_log.RewindPolicy.everyone", "param_name": "everyoneValue", "static_instance": "EVERYONE", "getter_method": null, "containing_data_type_ref": "team_log.RewindPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicy.other": {"fq_name": "team_log.RewindPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.RewindPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicyChangedDetails.new_value": {"fq_name": "team_log.RewindPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.RewindPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicyChangedDetails.previous_value": {"fq_name": "team_log.RewindPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.RewindPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RewindPolicyChangedType.description": {"fq_name": "team_log.RewindPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RewindPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.RiscSecurityEventDetails.event_type": {"fq_name": "team_log.RiscSecurityEventDetails.event_type", "param_name": "eventType", "static_instance": null, "getter_method": "getEventType", "containing_data_type_ref": "team_log.RiscSecurityEventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RiscSecurityEventDetails.reason": {"fq_name": "team_log.RiscSecurityEventDetails.reason", "param_name": "reason", "static_instance": null, "getter_method": "getReason", "containing_data_type_ref": "team_log.RiscSecurityEventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RiscSecurityEventDetails.issuer": {"fq_name": "team_log.RiscSecurityEventDetails.issuer", "param_name": "issuer", "static_instance": null, "getter_method": "getIssuer", "containing_data_type_ref": "team_log.RiscSecurityEventDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.RiscSecurityEventType.description": {"fq_name": "team_log.RiscSecurityEventType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.RiscSecurityEventType", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryEmailDeletedDetails.secondary_email": {"fq_name": "team_log.SecondaryEmailDeletedDetails.secondary_email", "param_name": "secondaryEmail", "static_instance": null, "getter_method": "getSecondaryEmail", "containing_data_type_ref": "team_log.SecondaryEmailDeletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryEmailDeletedType.description": {"fq_name": "team_log.SecondaryEmailDeletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SecondaryEmailDeletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryEmailVerifiedDetails.secondary_email": {"fq_name": "team_log.SecondaryEmailVerifiedDetails.secondary_email", "param_name": "secondaryEmail", "static_instance": null, "getter_method": "getSecondaryEmail", "containing_data_type_ref": "team_log.SecondaryEmailVerifiedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryEmailVerifiedType.description": {"fq_name": "team_log.SecondaryEmailVerifiedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SecondaryEmailVerifiedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicy.disabled": {"fq_name": "team_log.SecondaryMailsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.SecondaryMailsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicy.enabled": {"fq_name": "team_log.SecondaryMailsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.SecondaryMailsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicy.other": {"fq_name": "team_log.SecondaryMailsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SecondaryMailsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicyChangedDetails.previous_value": {"fq_name": "team_log.SecondaryMailsPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SecondaryMailsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicyChangedDetails.new_value": {"fq_name": "team_log.SecondaryMailsPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SecondaryMailsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryMailsPolicyChangedType.description": {"fq_name": "team_log.SecondaryMailsPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SecondaryMailsPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestAcceptedDetails.primary_team": {"fq_name": "team_log.SecondaryTeamRequestAcceptedDetails.primary_team", "param_name": "primaryTeam", "static_instance": null, "getter_method": "getPrimaryTeam", "containing_data_type_ref": "team_log.SecondaryTeamRequestAcceptedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestAcceptedDetails.sent_by": {"fq_name": "team_log.SecondaryTeamRequestAcceptedDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.SecondaryTeamRequestAcceptedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestCanceledDetails.sent_to": {"fq_name": "team_log.SecondaryTeamRequestCanceledDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.SecondaryTeamRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestCanceledDetails.sent_by": {"fq_name": "team_log.SecondaryTeamRequestCanceledDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.SecondaryTeamRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestExpiredDetails.sent_to": {"fq_name": "team_log.SecondaryTeamRequestExpiredDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.SecondaryTeamRequestExpiredDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SecondaryTeamRequestReminderDetails.sent_to": {"fq_name": "team_log.SecondaryTeamRequestReminderDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.SecondaryTeamRequestReminderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackFileAddedType.description": {"fq_name": "team_log.SendAndTrackFileAddedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendAndTrackFileAddedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackFileRenamedDetails.previous_value": {"fq_name": "team_log.SendAndTrackFileRenamedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SendAndTrackFileRenamedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackFileRenamedType.description": {"fq_name": "team_log.SendAndTrackFileRenamedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendAndTrackFileRenamedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackFileUpdatedType.description": {"fq_name": "team_log.SendAndTrackFileUpdatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendAndTrackFileUpdatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkCreatedDetails.link_settings": {"fq_name": "team_log.SendAndTrackLinkCreatedDetails.link_settings", "param_name": "linkSettings", "static_instance": null, "getter_method": "getLinkSettings", "containing_data_type_ref": "team_log.SendAndTrackLinkCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkCreatedType.description": {"fq_name": "team_log.SendAndTrackLinkCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendAndTrackLinkCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkDeletedDetails.shared_content_link": {"fq_name": "team_log.SendAndTrackLinkDeletedDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SendAndTrackLinkDeletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkDeletedType.description": {"fq_name": "team_log.SendAndTrackLinkDeletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendAndTrackLinkDeletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkUpdatedDetails.link_settings": {"fq_name": "team_log.SendAndTrackLinkUpdatedDetails.link_settings", "param_name": "linkSettings", "static_instance": null, "getter_method": "getLinkSettings", "containing_data_type_ref": "team_log.SendAndTrackLinkUpdatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkUpdatedDetails.previous_link_name": {"fq_name": "team_log.SendAndTrackLinkUpdatedDetails.previous_link_name", "param_name": "previousLinkName", "static_instance": null, "getter_method": "getPreviousLinkName", "containing_data_type_ref": "team_log.SendAndTrackLinkUpdatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkUpdatedType.description": {"fq_name": "team_log.SendAndTrackLinkUpdatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendAndTrackLinkUpdatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkViewedDetails.link_settings": {"fq_name": "team_log.SendAndTrackLinkViewedDetails.link_settings", "param_name": "linkSettings", "static_instance": null, "getter_method": "getLinkSettings", "containing_data_type_ref": "team_log.SendAndTrackLinkViewedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkViewedDetails.email_address": {"fq_name": "team_log.SendAndTrackLinkViewedDetails.email_address", "param_name": "emailAddress", "static_instance": null, "getter_method": "getEmailAddress", "containing_data_type_ref": "team_log.SendAndTrackLinkViewedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkViewedDetails.link_owner": {"fq_name": "team_log.SendAndTrackLinkViewedDetails.link_owner", "param_name": "linkOwner", "static_instance": null, "getter_method": "getLinkOwner", "containing_data_type_ref": "team_log.SendAndTrackLinkViewedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackLinkViewedType.description": {"fq_name": "team_log.SendAndTrackLinkViewedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendAndTrackLinkViewedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackPolicy.default": {"fq_name": "team_log.SendAndTrackPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.SendAndTrackPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackPolicy.disabled": {"fq_name": "team_log.SendAndTrackPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.SendAndTrackPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackPolicy.enabled": {"fq_name": "team_log.SendAndTrackPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.SendAndTrackPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackPolicy.other": {"fq_name": "team_log.SendAndTrackPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SendAndTrackPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackPolicyChangedDetails.new_value": {"fq_name": "team_log.SendAndTrackPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SendAndTrackPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackPolicyChangedDetails.previous_value": {"fq_name": "team_log.SendAndTrackPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SendAndTrackPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackPolicyChangedType.description": {"fq_name": "team_log.SendAndTrackPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendAndTrackPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SendAndTrackRemovedFileAndAssociatedLinksType.description": {"fq_name": "team_log.SendAndTrackRemovedFileAndAssociatedLinksType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendAndTrackRemovedFileAndAssociatedLinksType", "route_refs": [], "_type": "FieldReference"}, "team_log.SendExternalSharingPolicy.default": {"fq_name": "team_log.SendExternalSharingPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.SendExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendExternalSharingPolicy.disabled": {"fq_name": "team_log.SendExternalSharingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.SendExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendExternalSharingPolicy.enabled": {"fq_name": "team_log.SendExternalSharingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.SendExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendExternalSharingPolicy.other": {"fq_name": "team_log.SendExternalSharingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SendExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendExternalSharingPolicyChangedDetails.new_value": {"fq_name": "team_log.SendExternalSharingPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SendExternalSharingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendExternalSharingPolicyChangedDetails.previous_value": {"fq_name": "team_log.SendExternalSharingPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SendExternalSharingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendExternalSharingPolicyChangedType.description": {"fq_name": "team_log.SendExternalSharingPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendExternalSharingPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicy.disabled": {"fq_name": "team_log.SendForSignaturePolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.SendForSignaturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicy.enabled": {"fq_name": "team_log.SendForSignaturePolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.SendForSignaturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicy.other": {"fq_name": "team_log.SendForSignaturePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SendForSignaturePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicyChangedDetails.new_value": {"fq_name": "team_log.SendForSignaturePolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SendForSignaturePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicyChangedDetails.previous_value": {"fq_name": "team_log.SendForSignaturePolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SendForSignaturePolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SendForSignaturePolicyChangedType.description": {"fq_name": "team_log.SendForSignaturePolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SendForSignaturePolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SessionLogInfo.session_id": {"fq_name": "team_log.SessionLogInfo.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team_log.SessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAddGroupDetails.target_asset_index": {"fq_name": "team_log.SfAddGroupDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfAddGroupDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAddGroupDetails.original_folder_name": {"fq_name": "team_log.SfAddGroupDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfAddGroupDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAddGroupDetails.team_name": {"fq_name": "team_log.SfAddGroupDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.SfAddGroupDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAddGroupDetails.sharing_permission": {"fq_name": "team_log.SfAddGroupDetails.sharing_permission", "param_name": "sharingPermission", "static_instance": null, "getter_method": "getSharingPermission", "containing_data_type_ref": "team_log.SfAddGroupDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAddGroupType.description": {"fq_name": "team_log.SfAddGroupType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfAddGroupType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAllowNonMembersToViewSharedLinksDetails.target_asset_index": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfAllowNonMembersToViewSharedLinksDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAllowNonMembersToViewSharedLinksDetails.original_folder_name": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfAllowNonMembersToViewSharedLinksDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAllowNonMembersToViewSharedLinksDetails.shared_folder_type": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksDetails.shared_folder_type", "param_name": "sharedFolderType", "static_instance": null, "getter_method": "getSharedFolderType", "containing_data_type_ref": "team_log.SfAllowNonMembersToViewSharedLinksDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfAllowNonMembersToViewSharedLinksType.description": {"fq_name": "team_log.SfAllowNonMembersToViewSharedLinksType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfAllowNonMembersToViewSharedLinksType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfExternalInviteWarnDetails.target_asset_index": {"fq_name": "team_log.SfExternalInviteWarnDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfExternalInviteWarnDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfExternalInviteWarnDetails.original_folder_name": {"fq_name": "team_log.SfExternalInviteWarnDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfExternalInviteWarnDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfExternalInviteWarnDetails.new_sharing_permission": {"fq_name": "team_log.SfExternalInviteWarnDetails.new_sharing_permission", "param_name": "newSharingPermission", "static_instance": null, "getter_method": "getNewSharingPermission", "containing_data_type_ref": "team_log.SfExternalInviteWarnDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfExternalInviteWarnDetails.previous_sharing_permission": {"fq_name": "team_log.SfExternalInviteWarnDetails.previous_sharing_permission", "param_name": "previousSharingPermission", "static_instance": null, "getter_method": "getPreviousSharingPermission", "containing_data_type_ref": "team_log.SfExternalInviteWarnDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfExternalInviteWarnType.description": {"fq_name": "team_log.SfExternalInviteWarnType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfExternalInviteWarnType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteChangeRoleDetails.target_asset_index": {"fq_name": "team_log.SfFbInviteChangeRoleDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfFbInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteChangeRoleDetails.original_folder_name": {"fq_name": "team_log.SfFbInviteChangeRoleDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfFbInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteChangeRoleDetails.previous_sharing_permission": {"fq_name": "team_log.SfFbInviteChangeRoleDetails.previous_sharing_permission", "param_name": "previousSharingPermission", "static_instance": null, "getter_method": "getPreviousSharingPermission", "containing_data_type_ref": "team_log.SfFbInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteChangeRoleDetails.new_sharing_permission": {"fq_name": "team_log.SfFbInviteChangeRoleDetails.new_sharing_permission", "param_name": "newSharingPermission", "static_instance": null, "getter_method": "getNewSharingPermission", "containing_data_type_ref": "team_log.SfFbInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteChangeRoleType.description": {"fq_name": "team_log.SfFbInviteChangeRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfFbInviteChangeRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteDetails.target_asset_index": {"fq_name": "team_log.SfFbInviteDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfFbInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteDetails.original_folder_name": {"fq_name": "team_log.SfFbInviteDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfFbInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteDetails.sharing_permission": {"fq_name": "team_log.SfFbInviteDetails.sharing_permission", "param_name": "sharingPermission", "static_instance": null, "getter_method": "getSharingPermission", "containing_data_type_ref": "team_log.SfFbInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbInviteType.description": {"fq_name": "team_log.SfFbInviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfFbInviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbUninviteDetails.target_asset_index": {"fq_name": "team_log.SfFbUninviteDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfFbUninviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbUninviteDetails.original_folder_name": {"fq_name": "team_log.SfFbUninviteDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfFbUninviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfFbUninviteType.description": {"fq_name": "team_log.SfFbUninviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfFbUninviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfInviteGroupDetails.target_asset_index": {"fq_name": "team_log.SfInviteGroupDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfInviteGroupDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfInviteGroupType.description": {"fq_name": "team_log.SfInviteGroupType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfInviteGroupType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamGrantAccessDetails.target_asset_index": {"fq_name": "team_log.SfTeamGrantAccessDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamGrantAccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamGrantAccessDetails.original_folder_name": {"fq_name": "team_log.SfTeamGrantAccessDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamGrantAccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamGrantAccessType.description": {"fq_name": "team_log.SfTeamGrantAccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamGrantAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteChangeRoleDetails.target_asset_index": {"fq_name": "team_log.SfTeamInviteChangeRoleDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteChangeRoleDetails.original_folder_name": {"fq_name": "team_log.SfTeamInviteChangeRoleDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteChangeRoleDetails.new_sharing_permission": {"fq_name": "team_log.SfTeamInviteChangeRoleDetails.new_sharing_permission", "param_name": "newSharingPermission", "static_instance": null, "getter_method": "getNewSharingPermission", "containing_data_type_ref": "team_log.SfTeamInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteChangeRoleDetails.previous_sharing_permission": {"fq_name": "team_log.SfTeamInviteChangeRoleDetails.previous_sharing_permission", "param_name": "previousSharingPermission", "static_instance": null, "getter_method": "getPreviousSharingPermission", "containing_data_type_ref": "team_log.SfTeamInviteChangeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteChangeRoleType.description": {"fq_name": "team_log.SfTeamInviteChangeRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamInviteChangeRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteDetails.target_asset_index": {"fq_name": "team_log.SfTeamInviteDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteDetails.original_folder_name": {"fq_name": "team_log.SfTeamInviteDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteDetails.sharing_permission": {"fq_name": "team_log.SfTeamInviteDetails.sharing_permission", "param_name": "sharingPermission", "static_instance": null, "getter_method": "getSharingPermission", "containing_data_type_ref": "team_log.SfTeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamInviteType.description": {"fq_name": "team_log.SfTeamInviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamInviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinDetails.target_asset_index": {"fq_name": "team_log.SfTeamJoinDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamJoinDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinDetails.original_folder_name": {"fq_name": "team_log.SfTeamJoinDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamJoinDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinFromOobLinkDetails.target_asset_index": {"fq_name": "team_log.SfTeamJoinFromOobLinkDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamJoinFromOobLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinFromOobLinkDetails.original_folder_name": {"fq_name": "team_log.SfTeamJoinFromOobLinkDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamJoinFromOobLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinFromOobLinkDetails.token_key": {"fq_name": "team_log.SfTeamJoinFromOobLinkDetails.token_key", "param_name": "tokenKey", "static_instance": null, "getter_method": "getTokenKey", "containing_data_type_ref": "team_log.SfTeamJoinFromOobLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinFromOobLinkDetails.sharing_permission": {"fq_name": "team_log.SfTeamJoinFromOobLinkDetails.sharing_permission", "param_name": "sharingPermission", "static_instance": null, "getter_method": "getSharingPermission", "containing_data_type_ref": "team_log.SfTeamJoinFromOobLinkDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinFromOobLinkType.description": {"fq_name": "team_log.SfTeamJoinFromOobLinkType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamJoinFromOobLinkType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamJoinType.description": {"fq_name": "team_log.SfTeamJoinType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamJoinType", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamUninviteDetails.target_asset_index": {"fq_name": "team_log.SfTeamUninviteDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.SfTeamUninviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamUninviteDetails.original_folder_name": {"fq_name": "team_log.SfTeamUninviteDetails.original_folder_name", "param_name": "originalFolderName", "static_instance": null, "getter_method": "getOriginalFolderName", "containing_data_type_ref": "team_log.SfTeamUninviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SfTeamUninviteType.description": {"fq_name": "team_log.SfTeamUninviteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SfTeamUninviteType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddInviteesDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentAddInviteesDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentAddInviteesDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddInviteesDetails.invitees": {"fq_name": "team_log.SharedContentAddInviteesDetails.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "team_log.SharedContentAddInviteesDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddInviteesType.description": {"fq_name": "team_log.SharedContentAddInviteesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentAddInviteesType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddLinkExpiryDetails.new_value": {"fq_name": "team_log.SharedContentAddLinkExpiryDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedContentAddLinkExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddLinkExpiryType.description": {"fq_name": "team_log.SharedContentAddLinkExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentAddLinkExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddLinkPasswordType.description": {"fq_name": "team_log.SharedContentAddLinkPasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentAddLinkPasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddMemberDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentAddMemberDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentAddMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentAddMemberType.description": {"fq_name": "team_log.SharedContentAddMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentAddMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeDownloadsPolicyDetails.new_value": {"fq_name": "team_log.SharedContentChangeDownloadsPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedContentChangeDownloadsPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeDownloadsPolicyDetails.previous_value": {"fq_name": "team_log.SharedContentChangeDownloadsPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedContentChangeDownloadsPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeDownloadsPolicyType.description": {"fq_name": "team_log.SharedContentChangeDownloadsPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeDownloadsPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeInviteeRoleDetails.new_access_level": {"fq_name": "team_log.SharedContentChangeInviteeRoleDetails.new_access_level", "param_name": "newAccessLevel", "static_instance": null, "getter_method": "getNewAccessLevel", "containing_data_type_ref": "team_log.SharedContentChangeInviteeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeInviteeRoleDetails.invitee": {"fq_name": "team_log.SharedContentChangeInviteeRoleDetails.invitee", "param_name": "invitee", "static_instance": null, "getter_method": "getInvitee", "containing_data_type_ref": "team_log.SharedContentChangeInviteeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeInviteeRoleDetails.previous_access_level": {"fq_name": "team_log.SharedContentChangeInviteeRoleDetails.previous_access_level", "param_name": "previousAccessLevel", "static_instance": null, "getter_method": "getPreviousAccessLevel", "containing_data_type_ref": "team_log.SharedContentChangeInviteeRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeInviteeRoleType.description": {"fq_name": "team_log.SharedContentChangeInviteeRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeInviteeRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkAudienceDetails.new_value": {"fq_name": "team_log.SharedContentChangeLinkAudienceDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedContentChangeLinkAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkAudienceDetails.previous_value": {"fq_name": "team_log.SharedContentChangeLinkAudienceDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedContentChangeLinkAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkAudienceType.description": {"fq_name": "team_log.SharedContentChangeLinkAudienceType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeLinkAudienceType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkExpiryDetails.new_value": {"fq_name": "team_log.SharedContentChangeLinkExpiryDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedContentChangeLinkExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkExpiryDetails.previous_value": {"fq_name": "team_log.SharedContentChangeLinkExpiryDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedContentChangeLinkExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkExpiryType.description": {"fq_name": "team_log.SharedContentChangeLinkExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeLinkExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeLinkPasswordType.description": {"fq_name": "team_log.SharedContentChangeLinkPasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeLinkPasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeMemberRoleDetails.new_access_level": {"fq_name": "team_log.SharedContentChangeMemberRoleDetails.new_access_level", "param_name": "newAccessLevel", "static_instance": null, "getter_method": "getNewAccessLevel", "containing_data_type_ref": "team_log.SharedContentChangeMemberRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeMemberRoleDetails.previous_access_level": {"fq_name": "team_log.SharedContentChangeMemberRoleDetails.previous_access_level", "param_name": "previousAccessLevel", "static_instance": null, "getter_method": "getPreviousAccessLevel", "containing_data_type_ref": "team_log.SharedContentChangeMemberRoleDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeMemberRoleType.description": {"fq_name": "team_log.SharedContentChangeMemberRoleType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeMemberRoleType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeViewerInfoPolicyDetails.new_value": {"fq_name": "team_log.SharedContentChangeViewerInfoPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedContentChangeViewerInfoPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeViewerInfoPolicyDetails.previous_value": {"fq_name": "team_log.SharedContentChangeViewerInfoPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedContentChangeViewerInfoPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentChangeViewerInfoPolicyType.description": {"fq_name": "team_log.SharedContentChangeViewerInfoPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentChangeViewerInfoPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentClaimInvitationDetails.shared_content_link": {"fq_name": "team_log.SharedContentClaimInvitationDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedContentClaimInvitationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentClaimInvitationType.description": {"fq_name": "team_log.SharedContentClaimInvitationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentClaimInvitationType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentCopyDetails.shared_content_link": {"fq_name": "team_log.SharedContentCopyDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedContentCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentCopyDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentCopyDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentCopyDetails.destination_path": {"fq_name": "team_log.SharedContentCopyDetails.destination_path", "param_name": "destinationPath", "static_instance": null, "getter_method": "getDestinationPath", "containing_data_type_ref": "team_log.SharedContentCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentCopyDetails.shared_content_owner": {"fq_name": "team_log.SharedContentCopyDetails.shared_content_owner", "param_name": "sharedContentOwner", "static_instance": null, "getter_method": "getSharedContentOwner", "containing_data_type_ref": "team_log.SharedContentCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentCopyType.description": {"fq_name": "team_log.SharedContentCopyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentCopyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentDownloadDetails.shared_content_link": {"fq_name": "team_log.SharedContentDownloadDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedContentDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentDownloadDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentDownloadDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentDownloadDetails.shared_content_owner": {"fq_name": "team_log.SharedContentDownloadDetails.shared_content_owner", "param_name": "sharedContentOwner", "static_instance": null, "getter_method": "getSharedContentOwner", "containing_data_type_ref": "team_log.SharedContentDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentDownloadType.description": {"fq_name": "team_log.SharedContentDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRelinquishMembershipType.description": {"fq_name": "team_log.SharedContentRelinquishMembershipType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRelinquishMembershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveInviteesDetails.invitees": {"fq_name": "team_log.SharedContentRemoveInviteesDetails.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "team_log.SharedContentRemoveInviteesDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveInviteesType.description": {"fq_name": "team_log.SharedContentRemoveInviteesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRemoveInviteesType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveLinkExpiryDetails.previous_value": {"fq_name": "team_log.SharedContentRemoveLinkExpiryDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedContentRemoveLinkExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveLinkExpiryType.description": {"fq_name": "team_log.SharedContentRemoveLinkExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRemoveLinkExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveLinkPasswordType.description": {"fq_name": "team_log.SharedContentRemoveLinkPasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRemoveLinkPasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveMemberDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentRemoveMemberDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentRemoveMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRemoveMemberType.description": {"fq_name": "team_log.SharedContentRemoveMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRemoveMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRequestAccessDetails.shared_content_link": {"fq_name": "team_log.SharedContentRequestAccessDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedContentRequestAccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRequestAccessType.description": {"fq_name": "team_log.SharedContentRequestAccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRequestAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRestoreInviteesDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentRestoreInviteesDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentRestoreInviteesDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRestoreInviteesDetails.invitees": {"fq_name": "team_log.SharedContentRestoreInviteesDetails.invitees", "param_name": "invitees", "static_instance": null, "getter_method": "getInvitees", "containing_data_type_ref": "team_log.SharedContentRestoreInviteesDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRestoreInviteesType.description": {"fq_name": "team_log.SharedContentRestoreInviteesType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRestoreInviteesType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRestoreMemberDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentRestoreMemberDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentRestoreMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentRestoreMemberType.description": {"fq_name": "team_log.SharedContentRestoreMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentRestoreMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentUnshareType.description": {"fq_name": "team_log.SharedContentUnshareType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentUnshareType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentViewDetails.shared_content_link": {"fq_name": "team_log.SharedContentViewDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedContentViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentViewDetails.shared_content_access_level": {"fq_name": "team_log.SharedContentViewDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedContentViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentViewDetails.shared_content_owner": {"fq_name": "team_log.SharedContentViewDetails.shared_content_owner", "param_name": "sharedContentOwner", "static_instance": null, "getter_method": "getSharedContentOwner", "containing_data_type_ref": "team_log.SharedContentViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedContentViewType.description": {"fq_name": "team_log.SharedContentViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedContentViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeLinkPolicyDetails.new_value": {"fq_name": "team_log.SharedFolderChangeLinkPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedFolderChangeLinkPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeLinkPolicyDetails.previous_value": {"fq_name": "team_log.SharedFolderChangeLinkPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedFolderChangeLinkPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeLinkPolicyType.description": {"fq_name": "team_log.SharedFolderChangeLinkPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderChangeLinkPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersInheritancePolicyDetails.new_value": {"fq_name": "team_log.SharedFolderChangeMembersInheritancePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersInheritancePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersInheritancePolicyDetails.previous_value": {"fq_name": "team_log.SharedFolderChangeMembersInheritancePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersInheritancePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersInheritancePolicyType.description": {"fq_name": "team_log.SharedFolderChangeMembersInheritancePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderChangeMembersInheritancePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersManagementPolicyDetails.new_value": {"fq_name": "team_log.SharedFolderChangeMembersManagementPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersManagementPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersManagementPolicyDetails.previous_value": {"fq_name": "team_log.SharedFolderChangeMembersManagementPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersManagementPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersManagementPolicyType.description": {"fq_name": "team_log.SharedFolderChangeMembersManagementPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderChangeMembersManagementPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersPolicyDetails.new_value": {"fq_name": "team_log.SharedFolderChangeMembersPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersPolicyDetails.previous_value": {"fq_name": "team_log.SharedFolderChangeMembersPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedFolderChangeMembersPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderChangeMembersPolicyType.description": {"fq_name": "team_log.SharedFolderChangeMembersPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderChangeMembersPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderCreateDetails.target_ns_id": {"fq_name": "team_log.SharedFolderCreateDetails.target_ns_id", "param_name": "targetNsId", "static_instance": null, "getter_method": "getTargetNsId", "containing_data_type_ref": "team_log.SharedFolderCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderCreateType.description": {"fq_name": "team_log.SharedFolderCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderDeclineInvitationType.description": {"fq_name": "team_log.SharedFolderDeclineInvitationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderDeclineInvitationType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderMembersInheritancePolicy.dont_inherit_members": {"fq_name": "team_log.SharedFolderMembersInheritancePolicy.dont_inherit_members", "param_name": "dontInheritMembersValue", "static_instance": "DONT_INHERIT_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.SharedFolderMembersInheritancePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderMembersInheritancePolicy.inherit_members": {"fq_name": "team_log.SharedFolderMembersInheritancePolicy.inherit_members", "param_name": "inheritMembersValue", "static_instance": "INHERIT_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_log.SharedFolderMembersInheritancePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderMembersInheritancePolicy.other": {"fq_name": "team_log.SharedFolderMembersInheritancePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharedFolderMembersInheritancePolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderMountType.description": {"fq_name": "team_log.SharedFolderMountType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderMountType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderNestDetails.previous_parent_ns_id": {"fq_name": "team_log.SharedFolderNestDetails.previous_parent_ns_id", "param_name": "previousParentNsId", "static_instance": null, "getter_method": "getPreviousParentNsId", "containing_data_type_ref": "team_log.SharedFolderNestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderNestDetails.new_parent_ns_id": {"fq_name": "team_log.SharedFolderNestDetails.new_parent_ns_id", "param_name": "newParentNsId", "static_instance": null, "getter_method": "getNewParentNsId", "containing_data_type_ref": "team_log.SharedFolderNestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderNestDetails.previous_ns_path": {"fq_name": "team_log.SharedFolderNestDetails.previous_ns_path", "param_name": "previousNsPath", "static_instance": null, "getter_method": "getPreviousNsPath", "containing_data_type_ref": "team_log.SharedFolderNestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderNestDetails.new_ns_path": {"fq_name": "team_log.SharedFolderNestDetails.new_ns_path", "param_name": "newNsPath", "static_instance": null, "getter_method": "getNewNsPath", "containing_data_type_ref": "team_log.SharedFolderNestDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderNestType.description": {"fq_name": "team_log.SharedFolderNestType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderNestType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderTransferOwnershipDetails.new_owner_email": {"fq_name": "team_log.SharedFolderTransferOwnershipDetails.new_owner_email", "param_name": "newOwnerEmail", "static_instance": null, "getter_method": "getNewOwnerEmail", "containing_data_type_ref": "team_log.SharedFolderTransferOwnershipDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderTransferOwnershipDetails.previous_owner_email": {"fq_name": "team_log.SharedFolderTransferOwnershipDetails.previous_owner_email", "param_name": "previousOwnerEmail", "static_instance": null, "getter_method": "getPreviousOwnerEmail", "containing_data_type_ref": "team_log.SharedFolderTransferOwnershipDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderTransferOwnershipType.description": {"fq_name": "team_log.SharedFolderTransferOwnershipType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderTransferOwnershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFolderUnmountType.description": {"fq_name": "team_log.SharedFolderUnmountType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFolderUnmountType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFoldersCreateReportFailedDetails.failure_reason": {"fq_name": "team_log.SharedFoldersCreateReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.SharedFoldersCreateReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFoldersCreateReportFailedType.description": {"fq_name": "team_log.SharedFoldersCreateReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFoldersCreateReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedFoldersCreateReportType.description": {"fq_name": "team_log.SharedFoldersCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedFoldersCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAccessLevel.none": {"fq_name": "team_log.SharedLinkAccessLevel.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAccessLevel.reader": {"fq_name": "team_log.SharedLinkAccessLevel.reader", "param_name": "readerValue", "static_instance": "READER", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAccessLevel.writer": {"fq_name": "team_log.SharedLinkAccessLevel.writer", "param_name": "writerValue", "static_instance": "WRITER", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAccessLevel.other": {"fq_name": "team_log.SharedLinkAccessLevel.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkAccessLevel", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAddExpiryDetails.new_value": {"fq_name": "team_log.SharedLinkAddExpiryDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkAddExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAddExpiryDetails.is_consolidation_action": {"fq_name": "team_log.SharedLinkAddExpiryDetails.is_consolidation_action", "param_name": "isConsolidationAction", "static_instance": null, "getter_method": "getIsConsolidationAction", "containing_data_type_ref": "team_log.SharedLinkAddExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkAddExpiryType.description": {"fq_name": "team_log.SharedLinkAddExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkAddExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeExpiryDetails.new_value": {"fq_name": "team_log.SharedLinkChangeExpiryDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkChangeExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeExpiryDetails.previous_value": {"fq_name": "team_log.SharedLinkChangeExpiryDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkChangeExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeExpiryDetails.is_consolidation_action": {"fq_name": "team_log.SharedLinkChangeExpiryDetails.is_consolidation_action", "param_name": "isConsolidationAction", "static_instance": null, "getter_method": "getIsConsolidationAction", "containing_data_type_ref": "team_log.SharedLinkChangeExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeExpiryType.description": {"fq_name": "team_log.SharedLinkChangeExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkChangeExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeVisibilityDetails.new_value": {"fq_name": "team_log.SharedLinkChangeVisibilityDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkChangeVisibilityDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeVisibilityDetails.previous_value": {"fq_name": "team_log.SharedLinkChangeVisibilityDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkChangeVisibilityDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeVisibilityDetails.is_consolidation_action": {"fq_name": "team_log.SharedLinkChangeVisibilityDetails.is_consolidation_action", "param_name": "isConsolidationAction", "static_instance": null, "getter_method": "getIsConsolidationAction", "containing_data_type_ref": "team_log.SharedLinkChangeVisibilityDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkChangeVisibilityType.description": {"fq_name": "team_log.SharedLinkChangeVisibilityType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkChangeVisibilityType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkCopyDetails.shared_link_owner": {"fq_name": "team_log.SharedLinkCopyDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.SharedLinkCopyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkCopyType.description": {"fq_name": "team_log.SharedLinkCopyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkCopyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkCreateDetails.shared_link_access_level": {"fq_name": "team_log.SharedLinkCreateDetails.shared_link_access_level", "param_name": "sharedLinkAccessLevel", "static_instance": null, "getter_method": "getSharedLinkAccessLevel", "containing_data_type_ref": "team_log.SharedLinkCreateDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkCreateType.description": {"fq_name": "team_log.SharedLinkCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDefaultPermissionsPolicy.default": {"fq_name": "team_log.SharedLinkDefaultPermissionsPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkDefaultPermissionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDefaultPermissionsPolicy.edit": {"fq_name": "team_log.SharedLinkDefaultPermissionsPolicy.edit", "param_name": "editValue", "static_instance": "EDIT", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkDefaultPermissionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDefaultPermissionsPolicy.view": {"fq_name": "team_log.SharedLinkDefaultPermissionsPolicy.view", "param_name": "viewValue", "static_instance": "VIEW", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkDefaultPermissionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDefaultPermissionsPolicy.other": {"fq_name": "team_log.SharedLinkDefaultPermissionsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkDefaultPermissionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDefaultPermissionsPolicyChangedDetails.new_value": {"fq_name": "team_log.SharedLinkDefaultPermissionsPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkDefaultPermissionsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDefaultPermissionsPolicyChangedDetails.previous_value": {"fq_name": "team_log.SharedLinkDefaultPermissionsPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkDefaultPermissionsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDefaultPermissionsPolicyChangedType.description": {"fq_name": "team_log.SharedLinkDefaultPermissionsPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkDefaultPermissionsPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDisableDetails.shared_link_owner": {"fq_name": "team_log.SharedLinkDisableDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.SharedLinkDisableDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDisableType.description": {"fq_name": "team_log.SharedLinkDisableType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkDisableType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDownloadDetails.shared_link_owner": {"fq_name": "team_log.SharedLinkDownloadDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.SharedLinkDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkDownloadType.description": {"fq_name": "team_log.SharedLinkDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkRemoveExpiryDetails.previous_value": {"fq_name": "team_log.SharedLinkRemoveExpiryDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkRemoveExpiryDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkRemoveExpiryType.description": {"fq_name": "team_log.SharedLinkRemoveExpiryType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkRemoveExpiryType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkRemoveVisitorType.description": {"fq_name": "team_log.SharedLinkRemoveVisitorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkRemoveVisitorType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddExpirationDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsAddExpirationDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsAddExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddExpirationDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsAddExpirationDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsAddExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddExpirationDetails.new_value": {"fq_name": "team_log.SharedLinkSettingsAddExpirationDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkSettingsAddExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddExpirationType.description": {"fq_name": "team_log.SharedLinkSettingsAddExpirationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsAddExpirationType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddPasswordDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsAddPasswordDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsAddPasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddPasswordDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsAddPasswordDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsAddPasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAddPasswordType.description": {"fq_name": "team_log.SharedLinkSettingsAddPasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsAddPasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadDisabledDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadDisabledDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadDisabledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadDisabledDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadDisabledDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadDisabledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadDisabledType.description": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadDisabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadDisabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadEnabledDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadEnabledDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadEnabledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadEnabledDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadEnabledDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadEnabledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsAllowDownloadEnabledType.description": {"fq_name": "team_log.SharedLinkSettingsAllowDownloadEnabledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsAllowDownloadEnabledType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeAudienceDetails.new_value": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeAudienceDetails.previous_value": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeAudienceDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeAudienceType.description": {"fq_name": "team_log.SharedLinkSettingsChangeAudienceType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeAudienceType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeExpirationDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeExpirationDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeExpirationDetails.new_value": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeExpirationDetails.previous_value": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangeExpirationType.description": {"fq_name": "team_log.SharedLinkSettingsChangeExpirationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsChangeExpirationType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangePasswordDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsChangePasswordDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsChangePasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangePasswordDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsChangePasswordDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsChangePasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsChangePasswordType.description": {"fq_name": "team_log.SharedLinkSettingsChangePasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsChangePasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemoveExpirationDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsRemoveExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemoveExpirationDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsRemoveExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemoveExpirationDetails.previous_value": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharedLinkSettingsRemoveExpirationDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemoveExpirationType.description": {"fq_name": "team_log.SharedLinkSettingsRemoveExpirationType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsRemoveExpirationType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_access_level": {"fq_name": "team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_access_level", "param_name": "sharedContentAccessLevel", "static_instance": null, "getter_method": "getSharedContentAccessLevel", "containing_data_type_ref": "team_log.SharedLinkSettingsRemovePasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_link": {"fq_name": "team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_link", "param_name": "sharedContentLink", "static_instance": null, "getter_method": "getSharedContentLink", "containing_data_type_ref": "team_log.SharedLinkSettingsRemovePasswordDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkSettingsRemovePasswordType.description": {"fq_name": "team_log.SharedLinkSettingsRemovePasswordType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkSettingsRemovePasswordType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkShareDetails.shared_link_owner": {"fq_name": "team_log.SharedLinkShareDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.SharedLinkShareDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkShareDetails.external_users": {"fq_name": "team_log.SharedLinkShareDetails.external_users", "param_name": "externalUsers", "static_instance": null, "getter_method": "getExternalUsers", "containing_data_type_ref": "team_log.SharedLinkShareDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkShareType.description": {"fq_name": "team_log.SharedLinkShareType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkShareType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkViewDetails.shared_link_owner": {"fq_name": "team_log.SharedLinkViewDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.SharedLinkViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkViewType.description": {"fq_name": "team_log.SharedLinkViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedLinkViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkVisibility.no_one": {"fq_name": "team_log.SharedLinkVisibility.no_one", "param_name": "noOneValue", "static_instance": "NO_ONE", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkVisibility", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkVisibility.password": {"fq_name": "team_log.SharedLinkVisibility.password", "param_name": "passwordValue", "static_instance": "PASSWORD", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkVisibility", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkVisibility.public": {"fq_name": "team_log.SharedLinkVisibility.public", "param_name": "publicValue", "static_instance": "PUBLIC", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkVisibility", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkVisibility.team_only": {"fq_name": "team_log.SharedLinkVisibility.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkVisibility", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedLinkVisibility.other": {"fq_name": "team_log.SharedLinkVisibility.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharedLinkVisibility", "route_refs": [], "_type": "FieldReference"}, "team_log.SharedNoteOpenedType.description": {"fq_name": "team_log.SharedNoteOpenedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharedNoteOpenedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeFolderJoinPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeFolderJoinPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeFolderJoinPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeFolderJoinPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeFolderJoinPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeFolderJoinPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeFolderJoinPolicyType.description": {"fq_name": "team_log.SharingChangeFolderJoinPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeFolderJoinPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkAllowChangeExpirationPolicyType.description": {"fq_name": "team_log.SharingChangeLinkAllowChangeExpirationPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeLinkAllowChangeExpirationPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkDefaultExpirationPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeLinkDefaultExpirationPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeLinkDefaultExpirationPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkDefaultExpirationPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeLinkDefaultExpirationPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeLinkDefaultExpirationPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkDefaultExpirationPolicyType.description": {"fq_name": "team_log.SharingChangeLinkDefaultExpirationPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeLinkDefaultExpirationPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkEnforcePasswordPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeLinkEnforcePasswordPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeLinkEnforcePasswordPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkEnforcePasswordPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeLinkEnforcePasswordPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeLinkEnforcePasswordPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkEnforcePasswordPolicyType.description": {"fq_name": "team_log.SharingChangeLinkEnforcePasswordPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeLinkEnforcePasswordPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeLinkPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeLinkPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeLinkPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeLinkPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeLinkPolicyType.description": {"fq_name": "team_log.SharingChangeLinkPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeLinkPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeMemberPolicyDetails.new_value": {"fq_name": "team_log.SharingChangeMemberPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SharingChangeMemberPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeMemberPolicyDetails.previous_value": {"fq_name": "team_log.SharingChangeMemberPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SharingChangeMemberPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingChangeMemberPolicyType.description": {"fq_name": "team_log.SharingChangeMemberPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SharingChangeMemberPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingFolderJoinPolicy.from_anyone": {"fq_name": "team_log.SharingFolderJoinPolicy.from_anyone", "param_name": "fromAnyoneValue", "static_instance": "FROM_ANYONE", "getter_method": null, "containing_data_type_ref": "team_log.SharingFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingFolderJoinPolicy.from_team_only": {"fq_name": "team_log.SharingFolderJoinPolicy.from_team_only", "param_name": "fromTeamOnlyValue", "static_instance": "FROM_TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.SharingFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingFolderJoinPolicy.other": {"fq_name": "team_log.SharingFolderJoinPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharingFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingLinkPolicy.default_no_one": {"fq_name": "team_log.SharingLinkPolicy.default_no_one", "param_name": "defaultNoOneValue", "static_instance": "DEFAULT_NO_ONE", "getter_method": null, "containing_data_type_ref": "team_log.SharingLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingLinkPolicy.default_private": {"fq_name": "team_log.SharingLinkPolicy.default_private", "param_name": "defaultPrivateValue", "static_instance": "DEFAULT_PRIVATE", "getter_method": null, "containing_data_type_ref": "team_log.SharingLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingLinkPolicy.default_public": {"fq_name": "team_log.SharingLinkPolicy.default_public", "param_name": "defaultPublicValue", "static_instance": "DEFAULT_PUBLIC", "getter_method": null, "containing_data_type_ref": "team_log.SharingLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingLinkPolicy.only_private": {"fq_name": "team_log.SharingLinkPolicy.only_private", "param_name": "onlyPrivateValue", "static_instance": "ONLY_PRIVATE", "getter_method": null, "containing_data_type_ref": "team_log.SharingLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingLinkPolicy.other": {"fq_name": "team_log.SharingLinkPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharingLinkPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingMemberPolicy.allow": {"fq_name": "team_log.SharingMemberPolicy.allow", "param_name": "allowValue", "static_instance": "ALLOW", "getter_method": null, "containing_data_type_ref": "team_log.SharingMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingMemberPolicy.forbid": {"fq_name": "team_log.SharingMemberPolicy.forbid", "param_name": "forbidValue", "static_instance": "FORBID", "getter_method": null, "containing_data_type_ref": "team_log.SharingMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingMemberPolicy.forbid_with_exclusions": {"fq_name": "team_log.SharingMemberPolicy.forbid_with_exclusions", "param_name": "forbidWithExclusionsValue", "static_instance": "FORBID_WITH_EXCLUSIONS", "getter_method": null, "containing_data_type_ref": "team_log.SharingMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SharingMemberPolicy.other": {"fq_name": "team_log.SharingMemberPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SharingMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShmodelDisableDownloadsDetails.shared_link_owner": {"fq_name": "team_log.ShmodelDisableDownloadsDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.ShmodelDisableDownloadsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShmodelDisableDownloadsType.description": {"fq_name": "team_log.ShmodelDisableDownloadsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShmodelDisableDownloadsType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShmodelEnableDownloadsDetails.shared_link_owner": {"fq_name": "team_log.ShmodelEnableDownloadsDetails.shared_link_owner", "param_name": "sharedLinkOwner", "static_instance": null, "getter_method": "getSharedLinkOwner", "containing_data_type_ref": "team_log.ShmodelEnableDownloadsDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShmodelEnableDownloadsType.description": {"fq_name": "team_log.ShmodelEnableDownloadsType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShmodelEnableDownloadsType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShmodelGroupShareType.description": {"fq_name": "team_log.ShmodelGroupShareType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShmodelGroupShareType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseAccessGrantedDetails.event_uuid": {"fq_name": "team_log.ShowcaseAccessGrantedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseAccessGrantedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseAccessGrantedType.description": {"fq_name": "team_log.ShowcaseAccessGrantedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseAccessGrantedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseAddMemberDetails.event_uuid": {"fq_name": "team_log.ShowcaseAddMemberDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseAddMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseAddMemberType.description": {"fq_name": "team_log.ShowcaseAddMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseAddMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseArchivedDetails.event_uuid": {"fq_name": "team_log.ShowcaseArchivedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseArchivedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseArchivedType.description": {"fq_name": "team_log.ShowcaseArchivedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseArchivedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeDownloadPolicyDetails.new_value": {"fq_name": "team_log.ShowcaseChangeDownloadPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ShowcaseChangeDownloadPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeDownloadPolicyDetails.previous_value": {"fq_name": "team_log.ShowcaseChangeDownloadPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ShowcaseChangeDownloadPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeDownloadPolicyType.description": {"fq_name": "team_log.ShowcaseChangeDownloadPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseChangeDownloadPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeEnabledPolicyDetails.new_value": {"fq_name": "team_log.ShowcaseChangeEnabledPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ShowcaseChangeEnabledPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeEnabledPolicyDetails.previous_value": {"fq_name": "team_log.ShowcaseChangeEnabledPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ShowcaseChangeEnabledPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeEnabledPolicyType.description": {"fq_name": "team_log.ShowcaseChangeEnabledPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseChangeEnabledPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeExternalSharingPolicyDetails.new_value": {"fq_name": "team_log.ShowcaseChangeExternalSharingPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ShowcaseChangeExternalSharingPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeExternalSharingPolicyDetails.previous_value": {"fq_name": "team_log.ShowcaseChangeExternalSharingPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ShowcaseChangeExternalSharingPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseChangeExternalSharingPolicyType.description": {"fq_name": "team_log.ShowcaseChangeExternalSharingPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseChangeExternalSharingPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseCreatedDetails.event_uuid": {"fq_name": "team_log.ShowcaseCreatedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseCreatedType.description": {"fq_name": "team_log.ShowcaseCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDeleteCommentDetails.event_uuid": {"fq_name": "team_log.ShowcaseDeleteCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseDeleteCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDeleteCommentDetails.comment_text": {"fq_name": "team_log.ShowcaseDeleteCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.ShowcaseDeleteCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDeleteCommentType.description": {"fq_name": "team_log.ShowcaseDeleteCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseDeleteCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDocumentLogInfo.showcase_id": {"fq_name": "team_log.ShowcaseDocumentLogInfo.showcase_id", "param_name": "showcaseId", "static_instance": null, "getter_method": "getShowcaseId", "containing_data_type_ref": "team_log.ShowcaseDocumentLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDocumentLogInfo.showcase_title": {"fq_name": "team_log.ShowcaseDocumentLogInfo.showcase_title", "param_name": "showcaseTitle", "static_instance": null, "getter_method": "getShowcaseTitle", "containing_data_type_ref": "team_log.ShowcaseDocumentLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDownloadPolicy.disabled": {"fq_name": "team_log.ShowcaseDownloadPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDownloadPolicy.enabled": {"fq_name": "team_log.ShowcaseDownloadPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseDownloadPolicy.other": {"fq_name": "team_log.ShowcaseDownloadPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEditCommentDetails.event_uuid": {"fq_name": "team_log.ShowcaseEditCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEditCommentDetails.comment_text": {"fq_name": "team_log.ShowcaseEditCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.ShowcaseEditCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEditCommentType.description": {"fq_name": "team_log.ShowcaseEditCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseEditCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEditedDetails.event_uuid": {"fq_name": "team_log.ShowcaseEditedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseEditedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEditedType.description": {"fq_name": "team_log.ShowcaseEditedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseEditedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEnabledPolicy.disabled": {"fq_name": "team_log.ShowcaseEnabledPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEnabledPolicy.enabled": {"fq_name": "team_log.ShowcaseEnabledPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseEnabledPolicy.other": {"fq_name": "team_log.ShowcaseEnabledPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseExternalSharingPolicy.disabled": {"fq_name": "team_log.ShowcaseExternalSharingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseExternalSharingPolicy.enabled": {"fq_name": "team_log.ShowcaseExternalSharingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseExternalSharingPolicy.other": {"fq_name": "team_log.ShowcaseExternalSharingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileAddedDetails.event_uuid": {"fq_name": "team_log.ShowcaseFileAddedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseFileAddedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileAddedType.description": {"fq_name": "team_log.ShowcaseFileAddedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseFileAddedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileDownloadDetails.event_uuid": {"fq_name": "team_log.ShowcaseFileDownloadDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseFileDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileDownloadDetails.download_type": {"fq_name": "team_log.ShowcaseFileDownloadDetails.download_type", "param_name": "downloadType", "static_instance": null, "getter_method": "getDownloadType", "containing_data_type_ref": "team_log.ShowcaseFileDownloadDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileDownloadType.description": {"fq_name": "team_log.ShowcaseFileDownloadType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseFileDownloadType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileRemovedDetails.event_uuid": {"fq_name": "team_log.ShowcaseFileRemovedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseFileRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileRemovedType.description": {"fq_name": "team_log.ShowcaseFileRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseFileRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileViewDetails.event_uuid": {"fq_name": "team_log.ShowcaseFileViewDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseFileViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseFileViewType.description": {"fq_name": "team_log.ShowcaseFileViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseFileViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcasePermanentlyDeletedDetails.event_uuid": {"fq_name": "team_log.ShowcasePermanentlyDeletedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcasePermanentlyDeletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcasePermanentlyDeletedType.description": {"fq_name": "team_log.ShowcasePermanentlyDeletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcasePermanentlyDeletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcasePostCommentDetails.event_uuid": {"fq_name": "team_log.ShowcasePostCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcasePostCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcasePostCommentDetails.comment_text": {"fq_name": "team_log.ShowcasePostCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.ShowcasePostCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcasePostCommentType.description": {"fq_name": "team_log.ShowcasePostCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcasePostCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRemoveMemberDetails.event_uuid": {"fq_name": "team_log.ShowcaseRemoveMemberDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseRemoveMemberDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRemoveMemberType.description": {"fq_name": "team_log.ShowcaseRemoveMemberType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseRemoveMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRenamedDetails.event_uuid": {"fq_name": "team_log.ShowcaseRenamedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseRenamedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRenamedType.description": {"fq_name": "team_log.ShowcaseRenamedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseRenamedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRequestAccessDetails.event_uuid": {"fq_name": "team_log.ShowcaseRequestAccessDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseRequestAccessDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRequestAccessType.description": {"fq_name": "team_log.ShowcaseRequestAccessType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseRequestAccessType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseResolveCommentDetails.event_uuid": {"fq_name": "team_log.ShowcaseResolveCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseResolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseResolveCommentDetails.comment_text": {"fq_name": "team_log.ShowcaseResolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.ShowcaseResolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseResolveCommentType.description": {"fq_name": "team_log.ShowcaseResolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseResolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRestoredDetails.event_uuid": {"fq_name": "team_log.ShowcaseRestoredDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseRestoredDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseRestoredType.description": {"fq_name": "team_log.ShowcaseRestoredType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseRestoredType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseTrashedDeprecatedDetails.event_uuid": {"fq_name": "team_log.ShowcaseTrashedDeprecatedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseTrashedDeprecatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseTrashedDeprecatedType.description": {"fq_name": "team_log.ShowcaseTrashedDeprecatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseTrashedDeprecatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseTrashedDetails.event_uuid": {"fq_name": "team_log.ShowcaseTrashedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseTrashedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseTrashedType.description": {"fq_name": "team_log.ShowcaseTrashedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseTrashedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUnresolveCommentDetails.event_uuid": {"fq_name": "team_log.ShowcaseUnresolveCommentDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseUnresolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUnresolveCommentDetails.comment_text": {"fq_name": "team_log.ShowcaseUnresolveCommentDetails.comment_text", "param_name": "commentText", "static_instance": null, "getter_method": "getCommentText", "containing_data_type_ref": "team_log.ShowcaseUnresolveCommentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUnresolveCommentType.description": {"fq_name": "team_log.ShowcaseUnresolveCommentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseUnresolveCommentType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUntrashedDeprecatedDetails.event_uuid": {"fq_name": "team_log.ShowcaseUntrashedDeprecatedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseUntrashedDeprecatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUntrashedDeprecatedType.description": {"fq_name": "team_log.ShowcaseUntrashedDeprecatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseUntrashedDeprecatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUntrashedDetails.event_uuid": {"fq_name": "team_log.ShowcaseUntrashedDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseUntrashedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseUntrashedType.description": {"fq_name": "team_log.ShowcaseUntrashedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseUntrashedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseViewDetails.event_uuid": {"fq_name": "team_log.ShowcaseViewDetails.event_uuid", "param_name": "eventUuid", "static_instance": null, "getter_method": "getEventUuid", "containing_data_type_ref": "team_log.ShowcaseViewDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ShowcaseViewType.description": {"fq_name": "team_log.ShowcaseViewType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ShowcaseViewType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignExternalSharingPolicy.default": {"fq_name": "team_log.SignExternalSharingPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.SignExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SignExternalSharingPolicy.disabled": {"fq_name": "team_log.SignExternalSharingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.SignExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SignExternalSharingPolicy.enabled": {"fq_name": "team_log.SignExternalSharingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.SignExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SignExternalSharingPolicy.other": {"fq_name": "team_log.SignExternalSharingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SignExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SignExternalSharingPolicyChangedDetails.new_value": {"fq_name": "team_log.SignExternalSharingPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SignExternalSharingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignExternalSharingPolicyChangedDetails.previous_value": {"fq_name": "team_log.SignExternalSharingPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SignExternalSharingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignExternalSharingPolicyChangedType.description": {"fq_name": "team_log.SignExternalSharingPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignExternalSharingPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignInAsSessionEndType.description": {"fq_name": "team_log.SignInAsSessionEndType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignInAsSessionEndType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignInAsSessionStartType.description": {"fq_name": "team_log.SignInAsSessionStartType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignInAsSessionStartType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestCanceledDetails.recipient": {"fq_name": "team_log.SignSignatureRequestCanceledDetails.recipient", "param_name": "recipient", "static_instance": null, "getter_method": "getRecipient", "containing_data_type_ref": "team_log.SignSignatureRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestCanceledDetails.file_name": {"fq_name": "team_log.SignSignatureRequestCanceledDetails.file_name", "param_name": "fileName", "static_instance": null, "getter_method": "getFileName", "containing_data_type_ref": "team_log.SignSignatureRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestCanceledType.description": {"fq_name": "team_log.SignSignatureRequestCanceledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignSignatureRequestCanceledType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestCompletedDetails.recipient": {"fq_name": "team_log.SignSignatureRequestCompletedDetails.recipient", "param_name": "recipient", "static_instance": null, "getter_method": "getRecipient", "containing_data_type_ref": "team_log.SignSignatureRequestCompletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestCompletedDetails.file_name": {"fq_name": "team_log.SignSignatureRequestCompletedDetails.file_name", "param_name": "fileName", "static_instance": null, "getter_method": "getFileName", "containing_data_type_ref": "team_log.SignSignatureRequestCompletedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestCompletedType.description": {"fq_name": "team_log.SignSignatureRequestCompletedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignSignatureRequestCompletedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestDeclinedDetails.recipient": {"fq_name": "team_log.SignSignatureRequestDeclinedDetails.recipient", "param_name": "recipient", "static_instance": null, "getter_method": "getRecipient", "containing_data_type_ref": "team_log.SignSignatureRequestDeclinedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestDeclinedDetails.file_name": {"fq_name": "team_log.SignSignatureRequestDeclinedDetails.file_name", "param_name": "fileName", "static_instance": null, "getter_method": "getFileName", "containing_data_type_ref": "team_log.SignSignatureRequestDeclinedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestDeclinedType.description": {"fq_name": "team_log.SignSignatureRequestDeclinedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignSignatureRequestDeclinedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestOpenedDetails.recipient": {"fq_name": "team_log.SignSignatureRequestOpenedDetails.recipient", "param_name": "recipient", "static_instance": null, "getter_method": "getRecipient", "containing_data_type_ref": "team_log.SignSignatureRequestOpenedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestOpenedDetails.file_name": {"fq_name": "team_log.SignSignatureRequestOpenedDetails.file_name", "param_name": "fileName", "static_instance": null, "getter_method": "getFileName", "containing_data_type_ref": "team_log.SignSignatureRequestOpenedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestOpenedType.description": {"fq_name": "team_log.SignSignatureRequestOpenedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignSignatureRequestOpenedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestReminderSentDetails.recipient": {"fq_name": "team_log.SignSignatureRequestReminderSentDetails.recipient", "param_name": "recipient", "static_instance": null, "getter_method": "getRecipient", "containing_data_type_ref": "team_log.SignSignatureRequestReminderSentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestReminderSentDetails.file_name": {"fq_name": "team_log.SignSignatureRequestReminderSentDetails.file_name", "param_name": "fileName", "static_instance": null, "getter_method": "getFileName", "containing_data_type_ref": "team_log.SignSignatureRequestReminderSentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestReminderSentType.description": {"fq_name": "team_log.SignSignatureRequestReminderSentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignSignatureRequestReminderSentType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestSentDetails.recipient": {"fq_name": "team_log.SignSignatureRequestSentDetails.recipient", "param_name": "recipient", "static_instance": null, "getter_method": "getRecipient", "containing_data_type_ref": "team_log.SignSignatureRequestSentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestSentDetails.file_name": {"fq_name": "team_log.SignSignatureRequestSentDetails.file_name", "param_name": "fileName", "static_instance": null, "getter_method": "getFileName", "containing_data_type_ref": "team_log.SignSignatureRequestSentDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignSignatureRequestSentType.description": {"fq_name": "team_log.SignSignatureRequestSentType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignSignatureRequestSentType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateCreatedDetails.access_level": {"fq_name": "team_log.SignTemplateCreatedDetails.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "team_log.SignTemplateCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateCreatedDetails.file_name": {"fq_name": "team_log.SignTemplateCreatedDetails.file_name", "param_name": "fileName", "static_instance": null, "getter_method": "getFileName", "containing_data_type_ref": "team_log.SignTemplateCreatedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateCreatedType.description": {"fq_name": "team_log.SignTemplateCreatedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignTemplateCreatedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateCreationPermissionChangedDetails.new_value": {"fq_name": "team_log.SignTemplateCreationPermissionChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SignTemplateCreationPermissionChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateCreationPermissionChangedDetails.previous_value": {"fq_name": "team_log.SignTemplateCreationPermissionChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SignTemplateCreationPermissionChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateCreationPermissionChangedType.description": {"fq_name": "team_log.SignTemplateCreationPermissionChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignTemplateCreationPermissionChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateCreationPermissionPolicy.disabled": {"fq_name": "team_log.SignTemplateCreationPermissionPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.SignTemplateCreationPermissionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateCreationPermissionPolicy.enabled": {"fq_name": "team_log.SignTemplateCreationPermissionPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.SignTemplateCreationPermissionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateCreationPermissionPolicy.other": {"fq_name": "team_log.SignTemplateCreationPermissionPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SignTemplateCreationPermissionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateSharedDetails.access_level": {"fq_name": "team_log.SignTemplateSharedDetails.access_level", "param_name": "accessLevel", "static_instance": null, "getter_method": "getAccessLevel", "containing_data_type_ref": "team_log.SignTemplateSharedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateSharedDetails.file_name": {"fq_name": "team_log.SignTemplateSharedDetails.file_name", "param_name": "fileName", "static_instance": null, "getter_method": "getFileName", "containing_data_type_ref": "team_log.SignTemplateSharedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SignTemplateSharedType.description": {"fq_name": "team_log.SignTemplateSharedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SignTemplateSharedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncChangePolicyDetails.new_value": {"fq_name": "team_log.SmartSyncChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SmartSyncChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncChangePolicyDetails.previous_value": {"fq_name": "team_log.SmartSyncChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SmartSyncChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncChangePolicyType.description": {"fq_name": "team_log.SmartSyncChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SmartSyncChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncCreateAdminPrivilegeReportType.description": {"fq_name": "team_log.SmartSyncCreateAdminPrivilegeReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SmartSyncCreateAdminPrivilegeReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncNotOptOutDetails.previous_value": {"fq_name": "team_log.SmartSyncNotOptOutDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SmartSyncNotOptOutDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncNotOptOutDetails.new_value": {"fq_name": "team_log.SmartSyncNotOptOutDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SmartSyncNotOptOutDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncNotOptOutType.description": {"fq_name": "team_log.SmartSyncNotOptOutType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SmartSyncNotOptOutType", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutDetails.previous_value": {"fq_name": "team_log.SmartSyncOptOutDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SmartSyncOptOutDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutDetails.new_value": {"fq_name": "team_log.SmartSyncOptOutDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SmartSyncOptOutDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutPolicy.default": {"fq_name": "team_log.SmartSyncOptOutPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.SmartSyncOptOutPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutPolicy.opted_out": {"fq_name": "team_log.SmartSyncOptOutPolicy.opted_out", "param_name": "optedOutValue", "static_instance": "OPTED_OUT", "getter_method": null, "containing_data_type_ref": "team_log.SmartSyncOptOutPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutPolicy.other": {"fq_name": "team_log.SmartSyncOptOutPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SmartSyncOptOutPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.SmartSyncOptOutType.description": {"fq_name": "team_log.SmartSyncOptOutType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SmartSyncOptOutType", "route_refs": [], "_type": "FieldReference"}, "team_log.SmarterSmartSyncPolicyChangedDetails.previous_value": {"fq_name": "team_log.SmarterSmartSyncPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SmarterSmartSyncPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmarterSmartSyncPolicyChangedDetails.new_value": {"fq_name": "team_log.SmarterSmartSyncPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SmarterSmartSyncPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SmarterSmartSyncPolicyChangedType.description": {"fq_name": "team_log.SmarterSmartSyncPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SmarterSmartSyncPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceCapsType.hard": {"fq_name": "team_log.SpaceCapsType.hard", "param_name": "hardValue", "static_instance": "HARD", "getter_method": null, "containing_data_type_ref": "team_log.SpaceCapsType", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceCapsType.off": {"fq_name": "team_log.SpaceCapsType.off", "param_name": "offValue", "static_instance": "OFF", "getter_method": null, "containing_data_type_ref": "team_log.SpaceCapsType", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceCapsType.soft": {"fq_name": "team_log.SpaceCapsType.soft", "param_name": "softValue", "static_instance": "SOFT", "getter_method": null, "containing_data_type_ref": "team_log.SpaceCapsType", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceCapsType.other": {"fq_name": "team_log.SpaceCapsType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SpaceCapsType", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceLimitsStatus.near_quota": {"fq_name": "team_log.SpaceLimitsStatus.near_quota", "param_name": "nearQuotaValue", "static_instance": "NEAR_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.SpaceLimitsStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceLimitsStatus.over_quota": {"fq_name": "team_log.SpaceLimitsStatus.over_quota", "param_name": "overQuotaValue", "static_instance": "OVER_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.SpaceLimitsStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceLimitsStatus.within_quota": {"fq_name": "team_log.SpaceLimitsStatus.within_quota", "param_name": "withinQuotaValue", "static_instance": "WITHIN_QUOTA", "getter_method": null, "containing_data_type_ref": "team_log.SpaceLimitsStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.SpaceLimitsStatus.other": {"fq_name": "team_log.SpaceLimitsStatus.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.SpaceLimitsStatus", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddCertDetails.certificate_details": {"fq_name": "team_log.SsoAddCertDetails.certificate_details", "param_name": "certificateDetails", "static_instance": null, "getter_method": "getCertificateDetails", "containing_data_type_ref": "team_log.SsoAddCertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddCertType.description": {"fq_name": "team_log.SsoAddCertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoAddCertType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddLoginUrlDetails.new_value": {"fq_name": "team_log.SsoAddLoginUrlDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoAddLoginUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddLoginUrlType.description": {"fq_name": "team_log.SsoAddLoginUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoAddLoginUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddLogoutUrlDetails.new_value": {"fq_name": "team_log.SsoAddLogoutUrlDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoAddLogoutUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoAddLogoutUrlType.description": {"fq_name": "team_log.SsoAddLogoutUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoAddLogoutUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeCertDetails.new_certificate_details": {"fq_name": "team_log.SsoChangeCertDetails.new_certificate_details", "param_name": "newCertificateDetails", "static_instance": null, "getter_method": "getNewCertificateDetails", "containing_data_type_ref": "team_log.SsoChangeCertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeCertDetails.previous_certificate_details": {"fq_name": "team_log.SsoChangeCertDetails.previous_certificate_details", "param_name": "previousCertificateDetails", "static_instance": null, "getter_method": "getPreviousCertificateDetails", "containing_data_type_ref": "team_log.SsoChangeCertDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeCertType.description": {"fq_name": "team_log.SsoChangeCertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoChangeCertType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLoginUrlDetails.previous_value": {"fq_name": "team_log.SsoChangeLoginUrlDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoChangeLoginUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLoginUrlDetails.new_value": {"fq_name": "team_log.SsoChangeLoginUrlDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoChangeLoginUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLoginUrlType.description": {"fq_name": "team_log.SsoChangeLoginUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoChangeLoginUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLogoutUrlDetails.previous_value": {"fq_name": "team_log.SsoChangeLogoutUrlDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoChangeLogoutUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLogoutUrlDetails.new_value": {"fq_name": "team_log.SsoChangeLogoutUrlDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoChangeLogoutUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeLogoutUrlType.description": {"fq_name": "team_log.SsoChangeLogoutUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoChangeLogoutUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangePolicyDetails.new_value": {"fq_name": "team_log.SsoChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangePolicyDetails.previous_value": {"fq_name": "team_log.SsoChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangePolicyType.description": {"fq_name": "team_log.SsoChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeSamlIdentityModeDetails.previous_value": {"fq_name": "team_log.SsoChangeSamlIdentityModeDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoChangeSamlIdentityModeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeSamlIdentityModeDetails.new_value": {"fq_name": "team_log.SsoChangeSamlIdentityModeDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.SsoChangeSamlIdentityModeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoChangeSamlIdentityModeType.description": {"fq_name": "team_log.SsoChangeSamlIdentityModeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoChangeSamlIdentityModeType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoErrorDetails.error_details": {"fq_name": "team_log.SsoErrorDetails.error_details", "param_name": "errorDetails", "static_instance": null, "getter_method": "getErrorDetails", "containing_data_type_ref": "team_log.SsoErrorDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoErrorType.description": {"fq_name": "team_log.SsoErrorType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoErrorType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoRemoveCertType.description": {"fq_name": "team_log.SsoRemoveCertType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoRemoveCertType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoRemoveLoginUrlDetails.previous_value": {"fq_name": "team_log.SsoRemoveLoginUrlDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoRemoveLoginUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoRemoveLoginUrlType.description": {"fq_name": "team_log.SsoRemoveLoginUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoRemoveLoginUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoRemoveLogoutUrlDetails.previous_value": {"fq_name": "team_log.SsoRemoveLogoutUrlDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.SsoRemoveLogoutUrlDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.SsoRemoveLogoutUrlType.description": {"fq_name": "team_log.SsoRemoveLogoutUrlType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.SsoRemoveLogoutUrlType", "route_refs": [], "_type": "FieldReference"}, "team_log.StackCrossTeamAccessPolicy.allowed": {"fq_name": "team_log.StackCrossTeamAccessPolicy.allowed", "param_name": "allowedValue", "static_instance": "ALLOWED", "getter_method": null, "containing_data_type_ref": "team_log.StackCrossTeamAccessPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.StackCrossTeamAccessPolicy.default": {"fq_name": "team_log.StackCrossTeamAccessPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.StackCrossTeamAccessPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.StackCrossTeamAccessPolicy.disallowed": {"fq_name": "team_log.StackCrossTeamAccessPolicy.disallowed", "param_name": "disallowedValue", "static_instance": "DISALLOWED", "getter_method": null, "containing_data_type_ref": "team_log.StackCrossTeamAccessPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.StackCrossTeamAccessPolicy.other": {"fq_name": "team_log.StackCrossTeamAccessPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.StackCrossTeamAccessPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.StackCrossTeamAccessPolicyChangedDetails.new_value": {"fq_name": "team_log.StackCrossTeamAccessPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.StackCrossTeamAccessPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.StackCrossTeamAccessPolicyChangedDetails.previous_value": {"fq_name": "team_log.StackCrossTeamAccessPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.StackCrossTeamAccessPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.StackCrossTeamAccessPolicyChangedType.description": {"fq_name": "team_log.StackCrossTeamAccessPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.StackCrossTeamAccessPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.StartedEnterpriseAdminSessionDetails.federation_extra_details": {"fq_name": "team_log.StartedEnterpriseAdminSessionDetails.federation_extra_details", "param_name": "federationExtraDetails", "static_instance": null, "getter_method": "getFederationExtraDetails", "containing_data_type_ref": "team_log.StartedEnterpriseAdminSessionDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.StartedEnterpriseAdminSessionType.description": {"fq_name": "team_log.StartedEnterpriseAdminSessionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.StartedEnterpriseAdminSessionType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamActivityCreateReportDetails.start_date": {"fq_name": "team_log.TeamActivityCreateReportDetails.start_date", "param_name": "startDate", "static_instance": null, "getter_method": "getStartDate", "containing_data_type_ref": "team_log.TeamActivityCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamActivityCreateReportDetails.end_date": {"fq_name": "team_log.TeamActivityCreateReportDetails.end_date", "param_name": "endDate", "static_instance": null, "getter_method": "getEndDate", "containing_data_type_ref": "team_log.TeamActivityCreateReportDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamActivityCreateReportFailDetails.failure_reason": {"fq_name": "team_log.TeamActivityCreateReportFailDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.TeamActivityCreateReportFailDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamActivityCreateReportFailType.description": {"fq_name": "team_log.TeamActivityCreateReportFailType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamActivityCreateReportFailType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamActivityCreateReportType.description": {"fq_name": "team_log.TeamActivityCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamActivityCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicy.disabled": {"fq_name": "team_log.TeamBrandingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamBrandingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicy.enabled": {"fq_name": "team_log.TeamBrandingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamBrandingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicy.other": {"fq_name": "team_log.TeamBrandingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamBrandingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicyChangedDetails.new_value": {"fq_name": "team_log.TeamBrandingPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamBrandingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicyChangedDetails.previous_value": {"fq_name": "team_log.TeamBrandingPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamBrandingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamBrandingPolicyChangedType.description": {"fq_name": "team_log.TeamBrandingPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamBrandingPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamDetails.team": {"fq_name": "team_log.TeamDetails.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.TeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyActivateKeyDetails.key_management_type": {"fq_name": "team_log.TeamEncryptionKeyActivateKeyDetails.key_management_type", "param_name": "keyManagementType", "static_instance": null, "getter_method": "getKeyManagementType", "containing_data_type_ref": "team_log.TeamEncryptionKeyActivateKeyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyActivateKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyActivateKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyActivateKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyCancelKeyDeletionType.description": {"fq_name": "team_log.TeamEncryptionKeyCancelKeyDeletionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyCancelKeyDeletionType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyCreateKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyCreateKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyCreateKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyDeactivateKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyDeactivateKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyDeactivateKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyDeleteKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyDeleteKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyDeleteKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyDisableKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyDisableKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyDisableKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyEnableKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyEnableKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyEnableKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyRotateKeyType.description": {"fq_name": "team_log.TeamEncryptionKeyRotateKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyRotateKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEncryptionKeyScheduleKeyDeletionType.description": {"fq_name": "team_log.TeamEncryptionKeyScheduleKeyDeletionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamEncryptionKeyScheduleKeyDeletionType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.timestamp": {"fq_name": "team_log.TeamEvent.timestamp", "param_name": "timestamp", "static_instance": null, "getter_method": "getTimestamp", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.event_category": {"fq_name": "team_log.TeamEvent.event_category", "param_name": "eventCategory", "static_instance": null, "getter_method": "getEventCategory", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.event_type": {"fq_name": "team_log.TeamEvent.event_type", "param_name": "eventType", "static_instance": null, "getter_method": "getEventType", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.details": {"fq_name": "team_log.TeamEvent.details", "param_name": "details", "static_instance": null, "getter_method": "getDetails", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.actor": {"fq_name": "team_log.TeamEvent.actor", "param_name": "actor", "static_instance": null, "getter_method": "getActor", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.origin": {"fq_name": "team_log.TeamEvent.origin", "param_name": "origin", "static_instance": null, "getter_method": "getOrigin", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.involve_non_team_member": {"fq_name": "team_log.TeamEvent.involve_non_team_member", "param_name": "involveNonTeamMember", "static_instance": null, "getter_method": "getInvolveNonTeamMember", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.context": {"fq_name": "team_log.TeamEvent.context", "param_name": "context", "static_instance": null, "getter_method": "getContext", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.participants": {"fq_name": "team_log.TeamEvent.participants", "param_name": "participants", "static_instance": null, "getter_method": "getParticipants", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamEvent.assets": {"fq_name": "team_log.TeamEvent.assets", "param_name": "assets", "static_instance": null, "getter_method": "getAssets", "containing_data_type_ref": "team_log.TeamEvent", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicy.disabled": {"fq_name": "team_log.TeamExtensionsPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamExtensionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicy.enabled": {"fq_name": "team_log.TeamExtensionsPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamExtensionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicy.other": {"fq_name": "team_log.TeamExtensionsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamExtensionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicyChangedDetails.new_value": {"fq_name": "team_log.TeamExtensionsPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamExtensionsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicyChangedDetails.previous_value": {"fq_name": "team_log.TeamExtensionsPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamExtensionsPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamExtensionsPolicyChangedType.description": {"fq_name": "team_log.TeamExtensionsPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamExtensionsPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderChangeStatusDetails.new_value": {"fq_name": "team_log.TeamFolderChangeStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamFolderChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderChangeStatusDetails.previous_value": {"fq_name": "team_log.TeamFolderChangeStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamFolderChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderChangeStatusType.description": {"fq_name": "team_log.TeamFolderChangeStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFolderChangeStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderCreateType.description": {"fq_name": "team_log.TeamFolderCreateType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFolderCreateType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderDowngradeDetails.target_asset_index": {"fq_name": "team_log.TeamFolderDowngradeDetails.target_asset_index", "param_name": "targetAssetIndex", "static_instance": null, "getter_method": "getTargetAssetIndex", "containing_data_type_ref": "team_log.TeamFolderDowngradeDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderDowngradeType.description": {"fq_name": "team_log.TeamFolderDowngradeType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFolderDowngradeType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderPermanentlyDeleteType.description": {"fq_name": "team_log.TeamFolderPermanentlyDeleteType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFolderPermanentlyDeleteType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderRenameDetails.previous_folder_name": {"fq_name": "team_log.TeamFolderRenameDetails.previous_folder_name", "param_name": "previousFolderName", "static_instance": null, "getter_method": "getPreviousFolderName", "containing_data_type_ref": "team_log.TeamFolderRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderRenameDetails.new_folder_name": {"fq_name": "team_log.TeamFolderRenameDetails.new_folder_name", "param_name": "newFolderName", "static_instance": null, "getter_method": "getNewFolderName", "containing_data_type_ref": "team_log.TeamFolderRenameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFolderRenameType.description": {"fq_name": "team_log.TeamFolderRenameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFolderRenameType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFoldersCreateReportFailedDetails.failure_reason": {"fq_name": "team_log.TeamFoldersCreateReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.TeamFoldersCreateReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFoldersCreateReportFailedType.description": {"fq_name": "team_log.TeamFoldersCreateReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFoldersCreateReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamFoldersCreateReportType.description": {"fq_name": "team_log.TeamFoldersCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamFoldersCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamInviteDetails.invite_method": {"fq_name": "team_log.TeamInviteDetails.invite_method", "param_name": "inviteMethod", "static_instance": null, "getter_method": "getInviteMethod", "containing_data_type_ref": "team_log.TeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamInviteDetails.additional_license_purchase": {"fq_name": "team_log.TeamInviteDetails.additional_license_purchase", "param_name": "additionalLicensePurchase", "static_instance": null, "getter_method": "getAdditionalLicensePurchase", "containing_data_type_ref": "team_log.TeamInviteDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamLinkedAppLogInfo.app_id": {"fq_name": "team_log.TeamLinkedAppLogInfo.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team_log.TeamLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamLinkedAppLogInfo.display_name": {"fq_name": "team_log.TeamLinkedAppLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.TeamLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamLogInfo.display_name": {"fq_name": "team_log.TeamLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.TeamLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.account_id": {"fq_name": "team_log.TeamMemberLogInfo.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.display_name": {"fq_name": "team_log.TeamMemberLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.email": {"fq_name": "team_log.TeamMemberLogInfo.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.team_member_id": {"fq_name": "team_log.TeamMemberLogInfo.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.member_external_id": {"fq_name": "team_log.TeamMemberLogInfo.member_external_id", "param_name": "memberExternalId", "static_instance": null, "getter_method": "getMemberExternalId", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberLogInfo.team": {"fq_name": "team_log.TeamMemberLogInfo.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.TeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberStorageRequestPolicy.default": {"fq_name": "team_log.TeamMemberStorageRequestPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_log.TeamMemberStorageRequestPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberStorageRequestPolicy.disabled": {"fq_name": "team_log.TeamMemberStorageRequestPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamMemberStorageRequestPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberStorageRequestPolicy.enabled": {"fq_name": "team_log.TeamMemberStorageRequestPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamMemberStorageRequestPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberStorageRequestPolicy.other": {"fq_name": "team_log.TeamMemberStorageRequestPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMemberStorageRequestPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberStorageRequestPolicyChangedDetails.new_value": {"fq_name": "team_log.TeamMemberStorageRequestPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamMemberStorageRequestPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberStorageRequestPolicyChangedDetails.previous_value": {"fq_name": "team_log.TeamMemberStorageRequestPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamMemberStorageRequestPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMemberStorageRequestPolicyChangedType.description": {"fq_name": "team_log.TeamMemberStorageRequestPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMemberStorageRequestPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMembershipType.free": {"fq_name": "team_log.TeamMembershipType.free", "param_name": "freeValue", "static_instance": "FREE", "getter_method": null, "containing_data_type_ref": "team_log.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMembershipType.full": {"fq_name": "team_log.TeamMembershipType.full", "param_name": "fullValue", "static_instance": "FULL", "getter_method": null, "containing_data_type_ref": "team_log.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMembershipType.guest": {"fq_name": "team_log.TeamMembershipType.guest", "param_name": "guestValue", "static_instance": "GUEST", "getter_method": null, "containing_data_type_ref": "team_log.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMembershipType.other": {"fq_name": "team_log.TeamMembershipType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMembershipType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeFromDetails.team_name": {"fq_name": "team_log.TeamMergeFromDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.TeamMergeFromDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeFromType.description": {"fq_name": "team_log.TeamMergeFromType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeFromType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedDetails.request_accepted_details": {"fq_name": "team_log.TeamMergeRequestAcceptedDetails.request_accepted_details", "param_name": "requestAcceptedDetails", "static_instance": null, "getter_method": "getRequestAcceptedDetails", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedExtraDetails.primary_team": {"fq_name": "team_log.TeamMergeRequestAcceptedExtraDetails.primary_team", "param_name": "primaryTeamValue", "static_instance": null, "getter_method": "getPrimaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedExtraDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestAcceptedExtraDetails.secondary_team", "param_name": "secondaryTeamValue", "static_instance": null, "getter_method": "getSecondaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedExtraDetails.other": {"fq_name": "team_log.TeamMergeRequestAcceptedExtraDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails.primary_team": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails.primary_team", "param_name": "primaryTeam", "static_instance": null, "getter_method": "getPrimaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAcceptedType.description": {"fq_name": "team_log.TeamMergeRequestAcceptedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestAcceptedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAutoCanceledDetails.details": {"fq_name": "team_log.TeamMergeRequestAutoCanceledDetails.details", "param_name": "details", "static_instance": null, "getter_method": "getDetails", "containing_data_type_ref": "team_log.TeamMergeRequestAutoCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestAutoCanceledType.description": {"fq_name": "team_log.TeamMergeRequestAutoCanceledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestAutoCanceledType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledDetails.request_canceled_details": {"fq_name": "team_log.TeamMergeRequestCanceledDetails.request_canceled_details", "param_name": "requestCanceledDetails", "static_instance": null, "getter_method": "getRequestCanceledDetails", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledExtraDetails.primary_team": {"fq_name": "team_log.TeamMergeRequestCanceledExtraDetails.primary_team", "param_name": "primaryTeamValue", "static_instance": null, "getter_method": "getPrimaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledExtraDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestCanceledExtraDetails.secondary_team", "param_name": "secondaryTeamValue", "static_instance": null, "getter_method": "getSecondaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledExtraDetails.other": {"fq_name": "team_log.TeamMergeRequestCanceledExtraDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMergeRequestCanceledExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestCanceledType.description": {"fq_name": "team_log.TeamMergeRequestCanceledType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestCanceledType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredDetails.request_expired_details": {"fq_name": "team_log.TeamMergeRequestExpiredDetails.request_expired_details", "param_name": "requestExpiredDetails", "static_instance": null, "getter_method": "getRequestExpiredDetails", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredExtraDetails.primary_team": {"fq_name": "team_log.TeamMergeRequestExpiredExtraDetails.primary_team", "param_name": "primaryTeamValue", "static_instance": null, "getter_method": "getPrimaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredExtraDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestExpiredExtraDetails.secondary_team", "param_name": "secondaryTeamValue", "static_instance": null, "getter_method": "getSecondaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredExtraDetails.other": {"fq_name": "team_log.TeamMergeRequestExpiredExtraDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMergeRequestExpiredExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestExpiredType.description": {"fq_name": "team_log.TeamMergeRequestExpiredType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestExpiredType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRejectedShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestRejectedShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails.sent_by": {"fq_name": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails.sent_by", "param_name": "sentBy", "static_instance": null, "getter_method": "getSentBy", "containing_data_type_ref": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRejectedShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestRejectedShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderDetails.request_reminder_details": {"fq_name": "team_log.TeamMergeRequestReminderDetails.request_reminder_details", "param_name": "requestReminderDetails", "static_instance": null, "getter_method": "getRequestReminderDetails", "containing_data_type_ref": "team_log.TeamMergeRequestReminderDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderExtraDetails.primary_team": {"fq_name": "team_log.TeamMergeRequestReminderExtraDetails.primary_team", "param_name": "primaryTeamValue", "static_instance": null, "getter_method": "getPrimaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestReminderExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderExtraDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestReminderExtraDetails.secondary_team", "param_name": "secondaryTeamValue", "static_instance": null, "getter_method": "getSecondaryTeamValue", "containing_data_type_ref": "team_log.TeamMergeRequestReminderExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderExtraDetails.other": {"fq_name": "team_log.TeamMergeRequestReminderExtraDetails.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamMergeRequestReminderExtraDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestReminderShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestReminderShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestReminderShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestReminderShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestReminderType.description": {"fq_name": "team_log.TeamMergeRequestReminderType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestReminderType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRevokedDetails.team": {"fq_name": "team_log.TeamMergeRequestRevokedDetails.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.TeamMergeRequestRevokedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestRevokedType.description": {"fq_name": "team_log.TeamMergeRequestRevokedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestRevokedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails.secondary_team": {"fq_name": "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails.secondary_team", "param_name": "secondaryTeam", "static_instance": null, "getter_method": "getSecondaryTeam", "containing_data_type_ref": "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestSentShownToPrimaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestSentShownToPrimaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestSentShownToPrimaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestSentShownToPrimaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestSentShownToSecondaryTeamDetails.sent_to": {"fq_name": "team_log.TeamMergeRequestSentShownToSecondaryTeamDetails.sent_to", "param_name": "sentTo", "static_instance": null, "getter_method": "getSentTo", "containing_data_type_ref": "team_log.TeamMergeRequestSentShownToSecondaryTeamDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeRequestSentShownToSecondaryTeamType.description": {"fq_name": "team_log.TeamMergeRequestSentShownToSecondaryTeamType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeRequestSentShownToSecondaryTeamType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeToDetails.team_name": {"fq_name": "team_log.TeamMergeToDetails.team_name", "param_name": "teamName", "static_instance": null, "getter_method": "getTeamName", "containing_data_type_ref": "team_log.TeamMergeToDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamMergeToType.description": {"fq_name": "team_log.TeamMergeToType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamMergeToType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamName.team_display_name": {"fq_name": "team_log.TeamName.team_display_name", "param_name": "teamDisplayName", "static_instance": null, "getter_method": "getTeamDisplayName", "containing_data_type_ref": "team_log.TeamName", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamName.team_legal_name": {"fq_name": "team_log.TeamName.team_legal_name", "param_name": "teamLegalName", "static_instance": null, "getter_method": "getTeamLegalName", "containing_data_type_ref": "team_log.TeamName", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileAddBackgroundType.description": {"fq_name": "team_log.TeamProfileAddBackgroundType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileAddBackgroundType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileAddLogoType.description": {"fq_name": "team_log.TeamProfileAddLogoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileAddLogoType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeBackgroundType.description": {"fq_name": "team_log.TeamProfileChangeBackgroundType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileChangeBackgroundType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeDefaultLanguageDetails.new_value": {"fq_name": "team_log.TeamProfileChangeDefaultLanguageDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamProfileChangeDefaultLanguageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeDefaultLanguageDetails.previous_value": {"fq_name": "team_log.TeamProfileChangeDefaultLanguageDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamProfileChangeDefaultLanguageDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeDefaultLanguageType.description": {"fq_name": "team_log.TeamProfileChangeDefaultLanguageType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileChangeDefaultLanguageType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeLogoType.description": {"fq_name": "team_log.TeamProfileChangeLogoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileChangeLogoType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeNameDetails.new_value": {"fq_name": "team_log.TeamProfileChangeNameDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamProfileChangeNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeNameDetails.previous_value": {"fq_name": "team_log.TeamProfileChangeNameDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamProfileChangeNameDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileChangeNameType.description": {"fq_name": "team_log.TeamProfileChangeNameType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileChangeNameType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileRemoveBackgroundType.description": {"fq_name": "team_log.TeamProfileRemoveBackgroundType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileRemoveBackgroundType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamProfileRemoveLogoType.description": {"fq_name": "team_log.TeamProfileRemoveLogoType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamProfileRemoveLogoType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicy.disabled": {"fq_name": "team_log.TeamSelectiveSyncPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicy.enabled": {"fq_name": "team_log.TeamSelectiveSyncPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicy.other": {"fq_name": "team_log.TeamSelectiveSyncPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicyChangedDetails.new_value": {"fq_name": "team_log.TeamSelectiveSyncPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicyChangedDetails.previous_value": {"fq_name": "team_log.TeamSelectiveSyncPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncPolicyChangedType.description": {"fq_name": "team_log.TeamSelectiveSyncPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamSelectiveSyncPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncSettingsChangedDetails.previous_value": {"fq_name": "team_log.TeamSelectiveSyncSettingsChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TeamSelectiveSyncSettingsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncSettingsChangedDetails.new_value": {"fq_name": "team_log.TeamSelectiveSyncSettingsChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TeamSelectiveSyncSettingsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSelectiveSyncSettingsChangedType.description": {"fq_name": "team_log.TeamSelectiveSyncSettingsChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamSelectiveSyncSettingsChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSharingWhitelistSubjectsChangedDetails.added_whitelist_subjects": {"fq_name": "team_log.TeamSharingWhitelistSubjectsChangedDetails.added_whitelist_subjects", "param_name": "addedWhitelistSubjects", "static_instance": null, "getter_method": "getAddedWhitelistSubjects", "containing_data_type_ref": "team_log.TeamSharingWhitelistSubjectsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSharingWhitelistSubjectsChangedDetails.removed_whitelist_subjects": {"fq_name": "team_log.TeamSharingWhitelistSubjectsChangedDetails.removed_whitelist_subjects", "param_name": "removedWhitelistSubjects", "static_instance": null, "getter_method": "getRemovedWhitelistSubjects", "containing_data_type_ref": "team_log.TeamSharingWhitelistSubjectsChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamSharingWhitelistSubjectsChangedType.description": {"fq_name": "team_log.TeamSharingWhitelistSubjectsChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamSharingWhitelistSubjectsChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamStorageCreateReportFailedDetails.failure_reason": {"fq_name": "team_log.TeamStorageCreateReportFailedDetails.failure_reason", "param_name": "failureReason", "static_instance": null, "getter_method": "getFailureReason", "containing_data_type_ref": "team_log.TeamStorageCreateReportFailedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamStorageCreateReportFailedType.description": {"fq_name": "team_log.TeamStorageCreateReportFailedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamStorageCreateReportFailedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TeamStorageCreateReportType.description": {"fq_name": "team_log.TeamStorageCreateReportType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TeamStorageCreateReportType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaAddBackupPhoneType.description": {"fq_name": "team_log.TfaAddBackupPhoneType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaAddBackupPhoneType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaAddExceptionType.description": {"fq_name": "team_log.TfaAddExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaAddExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaAddSecurityKeyType.description": {"fq_name": "team_log.TfaAddSecurityKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaAddSecurityKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangeBackupPhoneType.description": {"fq_name": "team_log.TfaChangeBackupPhoneType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaChangeBackupPhoneType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangePolicyDetails.new_value": {"fq_name": "team_log.TfaChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TfaChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangePolicyDetails.previous_value": {"fq_name": "team_log.TfaChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TfaChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangePolicyType.description": {"fq_name": "team_log.TfaChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangeStatusDetails.new_value": {"fq_name": "team_log.TfaChangeStatusDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TfaChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangeStatusDetails.previous_value": {"fq_name": "team_log.TfaChangeStatusDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TfaChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangeStatusDetails.used_rescue_code": {"fq_name": "team_log.TfaChangeStatusDetails.used_rescue_code", "param_name": "usedRescueCode", "static_instance": null, "getter_method": "getUsedRescueCode", "containing_data_type_ref": "team_log.TfaChangeStatusDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaChangeStatusType.description": {"fq_name": "team_log.TfaChangeStatusType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaChangeStatusType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaConfiguration.authenticator": {"fq_name": "team_log.TfaConfiguration.authenticator", "param_name": "authenticatorValue", "static_instance": "AUTHENTICATOR", "getter_method": null, "containing_data_type_ref": "team_log.TfaConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaConfiguration.disabled": {"fq_name": "team_log.TfaConfiguration.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TfaConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaConfiguration.enabled": {"fq_name": "team_log.TfaConfiguration.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TfaConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaConfiguration.sms": {"fq_name": "team_log.TfaConfiguration.sms", "param_name": "smsValue", "static_instance": "SMS", "getter_method": null, "containing_data_type_ref": "team_log.TfaConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaConfiguration.other": {"fq_name": "team_log.TfaConfiguration.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TfaConfiguration", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaRemoveBackupPhoneType.description": {"fq_name": "team_log.TfaRemoveBackupPhoneType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaRemoveBackupPhoneType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaRemoveExceptionType.description": {"fq_name": "team_log.TfaRemoveExceptionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaRemoveExceptionType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaRemoveSecurityKeyType.description": {"fq_name": "team_log.TfaRemoveSecurityKeyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaRemoveSecurityKeyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TfaResetType.description": {"fq_name": "team_log.TfaResetType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TfaResetType", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.days": {"fq_name": "team_log.TimeUnit.days", "param_name": "daysValue", "static_instance": "DAYS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.hours": {"fq_name": "team_log.TimeUnit.hours", "param_name": "hoursValue", "static_instance": "HOURS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.milliseconds": {"fq_name": "team_log.TimeUnit.milliseconds", "param_name": "millisecondsValue", "static_instance": "MILLISECONDS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.minutes": {"fq_name": "team_log.TimeUnit.minutes", "param_name": "minutesValue", "static_instance": "MINUTES", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.months": {"fq_name": "team_log.TimeUnit.months", "param_name": "monthsValue", "static_instance": "MONTHS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.seconds": {"fq_name": "team_log.TimeUnit.seconds", "param_name": "secondsValue", "static_instance": "SECONDS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.weeks": {"fq_name": "team_log.TimeUnit.weeks", "param_name": "weeksValue", "static_instance": "WEEKS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.years": {"fq_name": "team_log.TimeUnit.years", "param_name": "yearsValue", "static_instance": "YEARS", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TimeUnit.other": {"fq_name": "team_log.TimeUnit.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TimeUnit", "route_refs": [], "_type": "FieldReference"}, "team_log.TopLevelContentPolicy.admins_only": {"fq_name": "team_log.TopLevelContentPolicy.admins_only", "param_name": "adminsOnlyValue", "static_instance": "ADMINS_ONLY", "getter_method": null, "containing_data_type_ref": "team_log.TopLevelContentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TopLevelContentPolicy.everyone": {"fq_name": "team_log.TopLevelContentPolicy.everyone", "param_name": "everyoneValue", "static_instance": "EVERYONE", "getter_method": null, "containing_data_type_ref": "team_log.TopLevelContentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TopLevelContentPolicy.other": {"fq_name": "team_log.TopLevelContentPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TopLevelContentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TopLevelContentPolicyChangedDetails.new_value": {"fq_name": "team_log.TopLevelContentPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TopLevelContentPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TopLevelContentPolicyChangedDetails.previous_value": {"fq_name": "team_log.TopLevelContentPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TopLevelContentPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TopLevelContentPolicyChangedType.description": {"fq_name": "team_log.TopLevelContentPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TopLevelContentPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberLogInfo.trusted_non_team_member_type": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo.trusted_non_team_member_type", "param_name": "trustedNonTeamMemberType", "static_instance": null, "getter_method": "getTrustedNonTeamMemberType", "containing_data_type_ref": "team_log.TrustedNonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberLogInfo.account_id": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team_log.TrustedNonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberLogInfo.display_name": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.TrustedNonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberLogInfo.email": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team_log.TrustedNonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberLogInfo.team": {"fq_name": "team_log.TrustedNonTeamMemberLogInfo.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "team_log.TrustedNonTeamMemberLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberType.enterprise_admin": {"fq_name": "team_log.TrustedNonTeamMemberType.enterprise_admin", "param_name": "enterpriseAdminValue", "static_instance": "ENTERPRISE_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.TrustedNonTeamMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberType.multi_instance_admin": {"fq_name": "team_log.TrustedNonTeamMemberType.multi_instance_admin", "param_name": "multiInstanceAdminValue", "static_instance": "MULTI_INSTANCE_ADMIN", "getter_method": null, "containing_data_type_ref": "team_log.TrustedNonTeamMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedNonTeamMemberType.other": {"fq_name": "team_log.TrustedNonTeamMemberType.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TrustedNonTeamMemberType", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.accepted": {"fq_name": "team_log.TrustedTeamsRequestAction.accepted", "param_name": "acceptedValue", "static_instance": "ACCEPTED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.declined": {"fq_name": "team_log.TrustedTeamsRequestAction.declined", "param_name": "declinedValue", "static_instance": "DECLINED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.expired": {"fq_name": "team_log.TrustedTeamsRequestAction.expired", "param_name": "expiredValue", "static_instance": "EXPIRED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.invited": {"fq_name": "team_log.TrustedTeamsRequestAction.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.revoked": {"fq_name": "team_log.TrustedTeamsRequestAction.revoked", "param_name": "revokedValue", "static_instance": "REVOKED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestAction.other": {"fq_name": "team_log.TrustedTeamsRequestAction.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestAction", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestState.invited": {"fq_name": "team_log.TrustedTeamsRequestState.invited", "param_name": "invitedValue", "static_instance": "INVITED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestState", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestState.linked": {"fq_name": "team_log.TrustedTeamsRequestState.linked", "param_name": "linkedValue", "static_instance": "LINKED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestState", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestState.unlinked": {"fq_name": "team_log.TrustedTeamsRequestState.unlinked", "param_name": "unlinkedValue", "static_instance": "UNLINKED", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestState", "route_refs": [], "_type": "FieldReference"}, "team_log.TrustedTeamsRequestState.other": {"fq_name": "team_log.TrustedTeamsRequestState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TrustedTeamsRequestState", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountChangePolicyDetails.new_value": {"fq_name": "team_log.TwoAccountChangePolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.TwoAccountChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountChangePolicyDetails.previous_value": {"fq_name": "team_log.TwoAccountChangePolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.TwoAccountChangePolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountChangePolicyType.description": {"fq_name": "team_log.TwoAccountChangePolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.TwoAccountChangePolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountPolicy.disabled": {"fq_name": "team_log.TwoAccountPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.TwoAccountPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountPolicy.enabled": {"fq_name": "team_log.TwoAccountPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.TwoAccountPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.TwoAccountPolicy.other": {"fq_name": "team_log.TwoAccountPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.TwoAccountPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.UndoNamingConventionType.description": {"fq_name": "team_log.UndoNamingConventionType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.UndoNamingConventionType", "route_refs": [], "_type": "FieldReference"}, "team_log.UndoOrganizeFolderWithTidyType.description": {"fq_name": "team_log.UndoOrganizeFolderWithTidyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.UndoOrganizeFolderWithTidyType", "route_refs": [], "_type": "FieldReference"}, "team_log.UserLinkedAppLogInfo.app_id": {"fq_name": "team_log.UserLinkedAppLogInfo.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team_log.UserLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserLinkedAppLogInfo.display_name": {"fq_name": "team_log.UserLinkedAppLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.UserLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserLogInfo.account_id": {"fq_name": "team_log.UserLogInfo.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "team_log.UserLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserLogInfo.display_name": {"fq_name": "team_log.UserLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.UserLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserLogInfo.email": {"fq_name": "team_log.UserLogInfo.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "team_log.UserLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserNameLogInfo.given_name": {"fq_name": "team_log.UserNameLogInfo.given_name", "param_name": "givenName", "static_instance": null, "getter_method": "getGivenName", "containing_data_type_ref": "team_log.UserNameLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserNameLogInfo.surname": {"fq_name": "team_log.UserNameLogInfo.surname", "param_name": "surname", "static_instance": null, "getter_method": "getSurname", "containing_data_type_ref": "team_log.UserNameLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserNameLogInfo.locale": {"fq_name": "team_log.UserNameLogInfo.locale", "param_name": "locale", "static_instance": null, "getter_method": "getLocale", "containing_data_type_ref": "team_log.UserNameLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserOrTeamLinkedAppLogInfo.app_id": {"fq_name": "team_log.UserOrTeamLinkedAppLogInfo.app_id", "param_name": "appId", "static_instance": null, "getter_method": "getAppId", "containing_data_type_ref": "team_log.UserOrTeamLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserOrTeamLinkedAppLogInfo.display_name": {"fq_name": "team_log.UserOrTeamLinkedAppLogInfo.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "team_log.UserOrTeamLinkedAppLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.UserTagsAddedDetails.values": {"fq_name": "team_log.UserTagsAddedDetails.values", "param_name": "values", "static_instance": null, "getter_method": "getValues", "containing_data_type_ref": "team_log.UserTagsAddedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.UserTagsAddedType.description": {"fq_name": "team_log.UserTagsAddedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.UserTagsAddedType", "route_refs": [], "_type": "FieldReference"}, "team_log.UserTagsRemovedDetails.values": {"fq_name": "team_log.UserTagsRemovedDetails.values", "param_name": "values", "static_instance": null, "getter_method": "getValues", "containing_data_type_ref": "team_log.UserTagsRemovedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.UserTagsRemovedType.description": {"fq_name": "team_log.UserTagsRemovedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.UserTagsRemovedType", "route_refs": [], "_type": "FieldReference"}, "team_log.ViewerInfoPolicyChangedDetails.previous_value": {"fq_name": "team_log.ViewerInfoPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.ViewerInfoPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ViewerInfoPolicyChangedDetails.new_value": {"fq_name": "team_log.ViewerInfoPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.ViewerInfoPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.ViewerInfoPolicyChangedType.description": {"fq_name": "team_log.ViewerInfoPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.ViewerInfoPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicy.disabled": {"fq_name": "team_log.WatermarkingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_log.WatermarkingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicy.enabled": {"fq_name": "team_log.WatermarkingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_log.WatermarkingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicy.other": {"fq_name": "team_log.WatermarkingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.WatermarkingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicyChangedDetails.new_value": {"fq_name": "team_log.WatermarkingPolicyChangedDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.WatermarkingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicyChangedDetails.previous_value": {"fq_name": "team_log.WatermarkingPolicyChangedDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.WatermarkingPolicyChangedDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WatermarkingPolicyChangedType.description": {"fq_name": "team_log.WatermarkingPolicyChangedType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.WatermarkingPolicyChangedType", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.user_agent": {"fq_name": "team_log.WebDeviceSessionLogInfo.user_agent", "param_name": "userAgent", "static_instance": null, "getter_method": "getUserAgent", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.os": {"fq_name": "team_log.WebDeviceSessionLogInfo.os", "param_name": "os", "static_instance": null, "getter_method": "getOs", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.browser": {"fq_name": "team_log.WebDeviceSessionLogInfo.browser", "param_name": "browser", "static_instance": null, "getter_method": "getBrowser", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.ip_address": {"fq_name": "team_log.WebDeviceSessionLogInfo.ip_address", "param_name": "ipAddress", "static_instance": null, "getter_method": "getIpAddress", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.created": {"fq_name": "team_log.WebDeviceSessionLogInfo.created", "param_name": "created", "static_instance": null, "getter_method": "getCreated", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.updated": {"fq_name": "team_log.WebDeviceSessionLogInfo.updated", "param_name": "updated", "static_instance": null, "getter_method": "getUpdated", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebDeviceSessionLogInfo.session_info": {"fq_name": "team_log.WebDeviceSessionLogInfo.session_info", "param_name": "sessionInfo", "static_instance": null, "getter_method": "getSessionInfo", "containing_data_type_ref": "team_log.WebDeviceSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionLogInfo.session_id": {"fq_name": "team_log.WebSessionLogInfo.session_id", "param_name": "sessionId", "static_instance": null, "getter_method": "getSessionId", "containing_data_type_ref": "team_log.WebSessionLogInfo", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeActiveSessionLimitDetails.previous_value": {"fq_name": "team_log.WebSessionsChangeActiveSessionLimitDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.WebSessionsChangeActiveSessionLimitDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeActiveSessionLimitDetails.new_value": {"fq_name": "team_log.WebSessionsChangeActiveSessionLimitDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.WebSessionsChangeActiveSessionLimitDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeActiveSessionLimitType.description": {"fq_name": "team_log.WebSessionsChangeActiveSessionLimitType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.WebSessionsChangeActiveSessionLimitType", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeFixedLengthPolicyDetails.new_value": {"fq_name": "team_log.WebSessionsChangeFixedLengthPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.WebSessionsChangeFixedLengthPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeFixedLengthPolicyDetails.previous_value": {"fq_name": "team_log.WebSessionsChangeFixedLengthPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.WebSessionsChangeFixedLengthPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeFixedLengthPolicyType.description": {"fq_name": "team_log.WebSessionsChangeFixedLengthPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.WebSessionsChangeFixedLengthPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeIdleLengthPolicyDetails.new_value": {"fq_name": "team_log.WebSessionsChangeIdleLengthPolicyDetails.new_value", "param_name": "newValue", "static_instance": null, "getter_method": "getNewValue", "containing_data_type_ref": "team_log.WebSessionsChangeIdleLengthPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeIdleLengthPolicyDetails.previous_value": {"fq_name": "team_log.WebSessionsChangeIdleLengthPolicyDetails.previous_value", "param_name": "previousValue", "static_instance": null, "getter_method": "getPreviousValue", "containing_data_type_ref": "team_log.WebSessionsChangeIdleLengthPolicyDetails", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsChangeIdleLengthPolicyType.description": {"fq_name": "team_log.WebSessionsChangeIdleLengthPolicyType.description", "param_name": "description", "static_instance": null, "getter_method": "getDescription", "containing_data_type_ref": "team_log.WebSessionsChangeIdleLengthPolicyType", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsFixedLengthPolicy.defined": {"fq_name": "team_log.WebSessionsFixedLengthPolicy.defined", "param_name": "definedValue", "static_instance": null, "getter_method": "getDefinedValue", "containing_data_type_ref": "team_log.WebSessionsFixedLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsFixedLengthPolicy.undefined": {"fq_name": "team_log.WebSessionsFixedLengthPolicy.undefined", "param_name": "undefinedValue", "static_instance": "UNDEFINED", "getter_method": null, "containing_data_type_ref": "team_log.WebSessionsFixedLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsFixedLengthPolicy.other": {"fq_name": "team_log.WebSessionsFixedLengthPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.WebSessionsFixedLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsIdleLengthPolicy.defined": {"fq_name": "team_log.WebSessionsIdleLengthPolicy.defined", "param_name": "definedValue", "static_instance": null, "getter_method": "getDefinedValue", "containing_data_type_ref": "team_log.WebSessionsIdleLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsIdleLengthPolicy.undefined": {"fq_name": "team_log.WebSessionsIdleLengthPolicy.undefined", "param_name": "undefinedValue", "static_instance": "UNDEFINED", "getter_method": null, "containing_data_type_ref": "team_log.WebSessionsIdleLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_log.WebSessionsIdleLengthPolicy.other": {"fq_name": "team_log.WebSessionsIdleLengthPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_log.WebSessionsIdleLengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.CameraUploadsPolicyState.disabled": {"fq_name": "team_policies.CameraUploadsPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.CameraUploadsPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.CameraUploadsPolicyState.enabled": {"fq_name": "team_policies.CameraUploadsPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.CameraUploadsPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.CameraUploadsPolicyState.other": {"fq_name": "team_policies.CameraUploadsPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.CameraUploadsPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ComputerBackupPolicyState.disabled": {"fq_name": "team_policies.ComputerBackupPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ComputerBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ComputerBackupPolicyState.enabled": {"fq_name": "team_policies.ComputerBackupPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ComputerBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ComputerBackupPolicyState.default": {"fq_name": "team_policies.ComputerBackupPolicyState.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_policies.ComputerBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ComputerBackupPolicyState.other": {"fq_name": "team_policies.ComputerBackupPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.ComputerBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.DefaultLinkExpirationDaysPolicy.none": {"fq_name": "team_policies.DefaultLinkExpirationDaysPolicy.none", "param_name": "noneValue", "static_instance": "NONE", "getter_method": null, "containing_data_type_ref": "team_policies.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.DefaultLinkExpirationDaysPolicy.day_1": {"fq_name": "team_policies.DefaultLinkExpirationDaysPolicy.day_1", "param_name": "day1Value", "static_instance": "DAY_1", "getter_method": null, "containing_data_type_ref": "team_policies.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.DefaultLinkExpirationDaysPolicy.day_3": {"fq_name": "team_policies.DefaultLinkExpirationDaysPolicy.day_3", "param_name": "day3Value", "static_instance": "DAY_3", "getter_method": null, "containing_data_type_ref": "team_policies.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.DefaultLinkExpirationDaysPolicy.day_7": {"fq_name": "team_policies.DefaultLinkExpirationDaysPolicy.day_7", "param_name": "day7Value", "static_instance": "DAY_7", "getter_method": null, "containing_data_type_ref": "team_policies.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.DefaultLinkExpirationDaysPolicy.day_30": {"fq_name": "team_policies.DefaultLinkExpirationDaysPolicy.day_30", "param_name": "day30Value", "static_instance": "DAY_30", "getter_method": null, "containing_data_type_ref": "team_policies.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.DefaultLinkExpirationDaysPolicy.day_90": {"fq_name": "team_policies.DefaultLinkExpirationDaysPolicy.day_90", "param_name": "day90Value", "static_instance": "DAY_90", "getter_method": null, "containing_data_type_ref": "team_policies.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.DefaultLinkExpirationDaysPolicy.day_180": {"fq_name": "team_policies.DefaultLinkExpirationDaysPolicy.day_180", "param_name": "day180Value", "static_instance": "DAY_180", "getter_method": null, "containing_data_type_ref": "team_policies.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.DefaultLinkExpirationDaysPolicy.year_1": {"fq_name": "team_policies.DefaultLinkExpirationDaysPolicy.year_1", "param_name": "year1Value", "static_instance": "YEAR_1", "getter_method": null, "containing_data_type_ref": "team_policies.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.DefaultLinkExpirationDaysPolicy.other": {"fq_name": "team_policies.DefaultLinkExpirationDaysPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.DefaultLinkExpirationDaysPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.EmmState.disabled": {"fq_name": "team_policies.EmmState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.EmmState", "route_refs": [], "_type": "FieldReference"}, "team_policies.EmmState.optional": {"fq_name": "team_policies.EmmState.optional", "param_name": "optionalValue", "static_instance": "OPTIONAL", "getter_method": null, "containing_data_type_ref": "team_policies.EmmState", "route_refs": [], "_type": "FieldReference"}, "team_policies.EmmState.required": {"fq_name": "team_policies.EmmState.required", "param_name": "requiredValue", "static_instance": "REQUIRED", "getter_method": null, "containing_data_type_ref": "team_policies.EmmState", "route_refs": [], "_type": "FieldReference"}, "team_policies.EmmState.other": {"fq_name": "team_policies.EmmState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.EmmState", "route_refs": [], "_type": "FieldReference"}, "team_policies.EnforceLinkPasswordPolicy.optional": {"fq_name": "team_policies.EnforceLinkPasswordPolicy.optional", "param_name": "optionalValue", "static_instance": "OPTIONAL", "getter_method": null, "containing_data_type_ref": "team_policies.EnforceLinkPasswordPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.EnforceLinkPasswordPolicy.required": {"fq_name": "team_policies.EnforceLinkPasswordPolicy.required", "param_name": "requiredValue", "static_instance": "REQUIRED", "getter_method": null, "containing_data_type_ref": "team_policies.EnforceLinkPasswordPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.EnforceLinkPasswordPolicy.other": {"fq_name": "team_policies.EnforceLinkPasswordPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.EnforceLinkPasswordPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ExternalDriveBackupPolicyState.disabled": {"fq_name": "team_policies.ExternalDriveBackupPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ExternalDriveBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ExternalDriveBackupPolicyState.enabled": {"fq_name": "team_policies.ExternalDriveBackupPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ExternalDriveBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ExternalDriveBackupPolicyState.default": {"fq_name": "team_policies.ExternalDriveBackupPolicyState.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_policies.ExternalDriveBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.ExternalDriveBackupPolicyState.other": {"fq_name": "team_policies.ExternalDriveBackupPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.ExternalDriveBackupPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileLockingPolicyState.disabled": {"fq_name": "team_policies.FileLockingPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.FileLockingPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileLockingPolicyState.enabled": {"fq_name": "team_policies.FileLockingPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.FileLockingPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileLockingPolicyState.other": {"fq_name": "team_policies.FileLockingPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.FileLockingPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileProviderMigrationPolicyState.disabled": {"fq_name": "team_policies.FileProviderMigrationPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.FileProviderMigrationPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileProviderMigrationPolicyState.enabled": {"fq_name": "team_policies.FileProviderMigrationPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.FileProviderMigrationPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileProviderMigrationPolicyState.default": {"fq_name": "team_policies.FileProviderMigrationPolicyState.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_policies.FileProviderMigrationPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileProviderMigrationPolicyState.immediate": {"fq_name": "team_policies.FileProviderMigrationPolicyState.immediate", "param_name": "immediateValue", "static_instance": "IMMEDIATE", "getter_method": null, "containing_data_type_ref": "team_policies.FileProviderMigrationPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.FileProviderMigrationPolicyState.other": {"fq_name": "team_policies.FileProviderMigrationPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.FileProviderMigrationPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.GroupCreation.admins_and_members": {"fq_name": "team_policies.GroupCreation.admins_and_members", "param_name": "adminsAndMembersValue", "static_instance": "ADMINS_AND_MEMBERS", "getter_method": null, "containing_data_type_ref": "team_policies.GroupCreation", "route_refs": [], "_type": "FieldReference"}, "team_policies.GroupCreation.admins_only": {"fq_name": "team_policies.GroupCreation.admins_only", "param_name": "adminsOnlyValue", "static_instance": "ADMINS_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.GroupCreation", "route_refs": [], "_type": "FieldReference"}, "team_policies.OfficeAddInPolicy.disabled": {"fq_name": "team_policies.OfficeAddInPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.OfficeAddInPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.OfficeAddInPolicy.enabled": {"fq_name": "team_policies.OfficeAddInPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.OfficeAddInPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.OfficeAddInPolicy.other": {"fq_name": "team_policies.OfficeAddInPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.OfficeAddInPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDefaultFolderPolicy.everyone_in_team": {"fq_name": "team_policies.PaperDefaultFolderPolicy.everyone_in_team", "param_name": "everyoneInTeamValue", "static_instance": "EVERYONE_IN_TEAM", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDefaultFolderPolicy.invite_only": {"fq_name": "team_policies.PaperDefaultFolderPolicy.invite_only", "param_name": "inviteOnlyValue", "static_instance": "INVITE_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDefaultFolderPolicy.other": {"fq_name": "team_policies.PaperDefaultFolderPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDefaultFolderPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDeploymentPolicy.full": {"fq_name": "team_policies.PaperDeploymentPolicy.full", "param_name": "fullValue", "static_instance": "FULL", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDeploymentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDeploymentPolicy.partial": {"fq_name": "team_policies.PaperDeploymentPolicy.partial", "param_name": "partialValue", "static_instance": "PARTIAL", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDeploymentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDeploymentPolicy.other": {"fq_name": "team_policies.PaperDeploymentPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDeploymentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDesktopPolicy.disabled": {"fq_name": "team_policies.PaperDesktopPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDesktopPolicy.enabled": {"fq_name": "team_policies.PaperDesktopPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperDesktopPolicy.other": {"fq_name": "team_policies.PaperDesktopPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PaperDesktopPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperEnabledPolicy.disabled": {"fq_name": "team_policies.PaperEnabledPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PaperEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperEnabledPolicy.enabled": {"fq_name": "team_policies.PaperEnabledPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PaperEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperEnabledPolicy.unspecified": {"fq_name": "team_policies.PaperEnabledPolicy.unspecified", "param_name": "unspecifiedValue", "static_instance": "UNSPECIFIED", "getter_method": null, "containing_data_type_ref": "team_policies.PaperEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PaperEnabledPolicy.other": {"fq_name": "team_policies.PaperEnabledPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PaperEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordControlMode.disabled": {"fq_name": "team_policies.PasswordControlMode.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordControlMode", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordControlMode.enabled": {"fq_name": "team_policies.PasswordControlMode.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordControlMode", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordControlMode.other": {"fq_name": "team_policies.PasswordControlMode.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordControlMode", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordStrengthPolicy.minimal_requirements": {"fq_name": "team_policies.PasswordStrengthPolicy.minimal_requirements", "param_name": "minimalRequirementsValue", "static_instance": "MINIMAL_REQUIREMENTS", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordStrengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordStrengthPolicy.moderate_password": {"fq_name": "team_policies.PasswordStrengthPolicy.moderate_password", "param_name": "moderatePasswordValue", "static_instance": "MODERATE_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordStrengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordStrengthPolicy.strong_password": {"fq_name": "team_policies.PasswordStrengthPolicy.strong_password", "param_name": "strongPasswordValue", "static_instance": "STRONG_PASSWORD", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordStrengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.PasswordStrengthPolicy.other": {"fq_name": "team_policies.PasswordStrengthPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.PasswordStrengthPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.RolloutMethod.unlink_all": {"fq_name": "team_policies.RolloutMethod.unlink_all", "param_name": "unlinkAllValue", "static_instance": "UNLINK_ALL", "getter_method": null, "containing_data_type_ref": "team_policies.RolloutMethod", "route_refs": [], "_type": "FieldReference"}, "team_policies.RolloutMethod.unlink_most_inactive": {"fq_name": "team_policies.RolloutMethod.unlink_most_inactive", "param_name": "unlinkMostInactiveValue", "static_instance": "UNLINK_MOST_INACTIVE", "getter_method": null, "containing_data_type_ref": "team_policies.RolloutMethod", "route_refs": [], "_type": "FieldReference"}, "team_policies.RolloutMethod.add_member_to_exceptions": {"fq_name": "team_policies.RolloutMethod.add_member_to_exceptions", "param_name": "addMemberToExceptionsValue", "static_instance": "ADD_MEMBER_TO_EXCEPTIONS", "getter_method": null, "containing_data_type_ref": "team_policies.RolloutMethod", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderBlanketLinkRestrictionPolicy.members": {"fq_name": "team_policies.SharedFolderBlanketLinkRestrictionPolicy.members", "param_name": "membersValue", "static_instance": "MEMBERS", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderBlanketLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderBlanketLinkRestrictionPolicy.anyone": {"fq_name": "team_policies.SharedFolderBlanketLinkRestrictionPolicy.anyone", "param_name": "anyoneValue", "static_instance": "ANYONE", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderBlanketLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderBlanketLinkRestrictionPolicy.other": {"fq_name": "team_policies.SharedFolderBlanketLinkRestrictionPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderBlanketLinkRestrictionPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderJoinPolicy.from_team_only": {"fq_name": "team_policies.SharedFolderJoinPolicy.from_team_only", "param_name": "fromTeamOnlyValue", "static_instance": "FROM_TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderJoinPolicy.from_anyone": {"fq_name": "team_policies.SharedFolderJoinPolicy.from_anyone", "param_name": "fromAnyoneValue", "static_instance": "FROM_ANYONE", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderJoinPolicy.other": {"fq_name": "team_policies.SharedFolderJoinPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderJoinPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderMemberPolicy.team": {"fq_name": "team_policies.SharedFolderMemberPolicy.team", "param_name": "teamValue", "static_instance": "TEAM", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderMemberPolicy.anyone": {"fq_name": "team_policies.SharedFolderMemberPolicy.anyone", "param_name": "anyoneValue", "static_instance": "ANYONE", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderMemberPolicy.team_and_approved": {"fq_name": "team_policies.SharedFolderMemberPolicy.team_and_approved", "param_name": "teamAndApprovedValue", "static_instance": "TEAM_AND_APPROVED", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedFolderMemberPolicy.other": {"fq_name": "team_policies.SharedFolderMemberPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SharedFolderMemberPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkCreatePolicy.default_public": {"fq_name": "team_policies.SharedLinkCreatePolicy.default_public", "param_name": "defaultPublicValue", "static_instance": "DEFAULT_PUBLIC", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkCreatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkCreatePolicy.default_team_only": {"fq_name": "team_policies.SharedLinkCreatePolicy.default_team_only", "param_name": "defaultTeamOnlyValue", "static_instance": "DEFAULT_TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkCreatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkCreatePolicy.team_only": {"fq_name": "team_policies.SharedLinkCreatePolicy.team_only", "param_name": "teamOnlyValue", "static_instance": "TEAM_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkCreatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkCreatePolicy.default_no_one": {"fq_name": "team_policies.SharedLinkCreatePolicy.default_no_one", "param_name": "defaultNoOneValue", "static_instance": "DEFAULT_NO_ONE", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkCreatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkCreatePolicy.other": {"fq_name": "team_policies.SharedLinkCreatePolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkCreatePolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkDefaultPermissionsPolicy.default": {"fq_name": "team_policies.SharedLinkDefaultPermissionsPolicy.default", "param_name": "defaultValue", "static_instance": "DEFAULT", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkDefaultPermissionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkDefaultPermissionsPolicy.edit": {"fq_name": "team_policies.SharedLinkDefaultPermissionsPolicy.edit", "param_name": "editValue", "static_instance": "EDIT", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkDefaultPermissionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkDefaultPermissionsPolicy.view": {"fq_name": "team_policies.SharedLinkDefaultPermissionsPolicy.view", "param_name": "viewValue", "static_instance": "VIEW", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkDefaultPermissionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SharedLinkDefaultPermissionsPolicy.other": {"fq_name": "team_policies.SharedLinkDefaultPermissionsPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SharedLinkDefaultPermissionsPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseDownloadPolicy.disabled": {"fq_name": "team_policies.ShowcaseDownloadPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseDownloadPolicy.enabled": {"fq_name": "team_policies.ShowcaseDownloadPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseDownloadPolicy.other": {"fq_name": "team_policies.ShowcaseDownloadPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseDownloadPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseEnabledPolicy.disabled": {"fq_name": "team_policies.ShowcaseEnabledPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseEnabledPolicy.enabled": {"fq_name": "team_policies.ShowcaseEnabledPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseEnabledPolicy.other": {"fq_name": "team_policies.ShowcaseEnabledPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseEnabledPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseExternalSharingPolicy.disabled": {"fq_name": "team_policies.ShowcaseExternalSharingPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseExternalSharingPolicy.enabled": {"fq_name": "team_policies.ShowcaseExternalSharingPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.ShowcaseExternalSharingPolicy.other": {"fq_name": "team_policies.ShowcaseExternalSharingPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.ShowcaseExternalSharingPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmartSyncPolicy.local": {"fq_name": "team_policies.SmartSyncPolicy.local", "param_name": "localValue", "static_instance": "LOCAL", "getter_method": null, "containing_data_type_ref": "team_policies.SmartSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmartSyncPolicy.on_demand": {"fq_name": "team_policies.SmartSyncPolicy.on_demand", "param_name": "onDemandValue", "static_instance": "ON_DEMAND", "getter_method": null, "containing_data_type_ref": "team_policies.SmartSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmartSyncPolicy.other": {"fq_name": "team_policies.SmartSyncPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SmartSyncPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmarterSmartSyncPolicyState.disabled": {"fq_name": "team_policies.SmarterSmartSyncPolicyState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.SmarterSmartSyncPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmarterSmartSyncPolicyState.enabled": {"fq_name": "team_policies.SmarterSmartSyncPolicyState.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.SmarterSmartSyncPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.SmarterSmartSyncPolicyState.other": {"fq_name": "team_policies.SmarterSmartSyncPolicyState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SmarterSmartSyncPolicyState", "route_refs": [], "_type": "FieldReference"}, "team_policies.SsoPolicy.disabled": {"fq_name": "team_policies.SsoPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.SsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SsoPolicy.optional": {"fq_name": "team_policies.SsoPolicy.optional", "param_name": "optionalValue", "static_instance": "OPTIONAL", "getter_method": null, "containing_data_type_ref": "team_policies.SsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SsoPolicy.required": {"fq_name": "team_policies.SsoPolicy.required", "param_name": "requiredValue", "static_instance": "REQUIRED", "getter_method": null, "containing_data_type_ref": "team_policies.SsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SsoPolicy.other": {"fq_name": "team_policies.SsoPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SsoPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SuggestMembersPolicy.disabled": {"fq_name": "team_policies.SuggestMembersPolicy.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.SuggestMembersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SuggestMembersPolicy.enabled": {"fq_name": "team_policies.SuggestMembersPolicy.enabled", "param_name": "enabledValue", "static_instance": "ENABLED", "getter_method": null, "containing_data_type_ref": "team_policies.SuggestMembersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.SuggestMembersPolicy.other": {"fq_name": "team_policies.SuggestMembersPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.SuggestMembersPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamMemberPolicies.sharing": {"fq_name": "team_policies.TeamMemberPolicies.sharing", "param_name": "sharing", "static_instance": null, "getter_method": "getSharing", "containing_data_type_ref": "team_policies.TeamMemberPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamMemberPolicies.emm_state": {"fq_name": "team_policies.TeamMemberPolicies.emm_state", "param_name": "emmState", "static_instance": null, "getter_method": "getEmmState", "containing_data_type_ref": "team_policies.TeamMemberPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamMemberPolicies.office_addin": {"fq_name": "team_policies.TeamMemberPolicies.office_addin", "param_name": "officeAddin", "static_instance": null, "getter_method": "getOfficeAddin", "containing_data_type_ref": "team_policies.TeamMemberPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamMemberPolicies.suggest_members_policy": {"fq_name": "team_policies.TeamMemberPolicies.suggest_members_policy", "param_name": "suggestMembersPolicy", "static_instance": null, "getter_method": "getSuggestMembersPolicy", "containing_data_type_ref": "team_policies.TeamMemberPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamMemberPolicies.top_level_content_policy": {"fq_name": "team_policies.TeamMemberPolicies.top_level_content_policy", "param_name": "topLevelContentPolicy", "static_instance": null, "getter_method": "getTopLevelContentPolicy", "containing_data_type_ref": "team_policies.TeamMemberPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.shared_folder_member_policy": {"fq_name": "team_policies.TeamSharingPolicies.shared_folder_member_policy", "param_name": "sharedFolderMemberPolicy", "static_instance": null, "getter_method": "getSharedFolderMemberPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.shared_folder_join_policy": {"fq_name": "team_policies.TeamSharingPolicies.shared_folder_join_policy", "param_name": "sharedFolderJoinPolicy", "static_instance": null, "getter_method": "getSharedFolderJoinPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.shared_link_create_policy": {"fq_name": "team_policies.TeamSharingPolicies.shared_link_create_policy", "param_name": "sharedLinkCreatePolicy", "static_instance": null, "getter_method": "getSharedLinkCreatePolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.group_creation_policy": {"fq_name": "team_policies.TeamSharingPolicies.group_creation_policy", "param_name": "groupCreationPolicy", "static_instance": null, "getter_method": "getGroupCreationPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.shared_folder_link_restriction_policy": {"fq_name": "team_policies.TeamSharingPolicies.shared_folder_link_restriction_policy", "param_name": "sharedFolderLinkRestrictionPolicy", "static_instance": null, "getter_method": "getSharedFolderLinkRestrictionPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.enforce_link_password_policy": {"fq_name": "team_policies.TeamSharingPolicies.enforce_link_password_policy", "param_name": "enforceLinkPasswordPolicy", "static_instance": null, "getter_method": "getEnforceLinkPasswordPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.default_link_expiration_days_policy": {"fq_name": "team_policies.TeamSharingPolicies.default_link_expiration_days_policy", "param_name": "defaultLinkExpirationDaysPolicy", "static_instance": null, "getter_method": "getDefaultLinkExpirationDaysPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TeamSharingPolicies.shared_link_default_permissions_policy": {"fq_name": "team_policies.TeamSharingPolicies.shared_link_default_permissions_policy", "param_name": "sharedLinkDefaultPermissionsPolicy", "static_instance": null, "getter_method": "getSharedLinkDefaultPermissionsPolicy", "containing_data_type_ref": "team_policies.TeamSharingPolicies", "route_refs": [], "_type": "FieldReference"}, "team_policies.TopLevelContentPolicy.admin_only": {"fq_name": "team_policies.TopLevelContentPolicy.admin_only", "param_name": "adminOnlyValue", "static_instance": "ADMIN_ONLY", "getter_method": null, "containing_data_type_ref": "team_policies.TopLevelContentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TopLevelContentPolicy.everyone": {"fq_name": "team_policies.TopLevelContentPolicy.everyone", "param_name": "everyoneValue", "static_instance": "EVERYONE", "getter_method": null, "containing_data_type_ref": "team_policies.TopLevelContentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TopLevelContentPolicy.other": {"fq_name": "team_policies.TopLevelContentPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.TopLevelContentPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationPolicy.require_tfa_enable": {"fq_name": "team_policies.TwoStepVerificationPolicy.require_tfa_enable", "param_name": "requireTfaEnableValue", "static_instance": "REQUIRE_TFA_ENABLE", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationPolicy.require_tfa_disable": {"fq_name": "team_policies.TwoStepVerificationPolicy.require_tfa_disable", "param_name": "requireTfaDisableValue", "static_instance": "REQUIRE_TFA_DISABLE", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationPolicy.other": {"fq_name": "team_policies.TwoStepVerificationPolicy.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationPolicy", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationState.required": {"fq_name": "team_policies.TwoStepVerificationState.required", "param_name": "requiredValue", "static_instance": "REQUIRED", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationState", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationState.optional": {"fq_name": "team_policies.TwoStepVerificationState.optional", "param_name": "optionalValue", "static_instance": "OPTIONAL", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationState", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationState.disabled": {"fq_name": "team_policies.TwoStepVerificationState.disabled", "param_name": "disabledValue", "static_instance": "DISABLED", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationState", "route_refs": [], "_type": "FieldReference"}, "team_policies.TwoStepVerificationState.other": {"fq_name": "team_policies.TwoStepVerificationState.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "team_policies.TwoStepVerificationState", "route_refs": [], "_type": "FieldReference"}, "users.Account.account_id": {"fq_name": "users.Account.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.Account.name": {"fq_name": "users.Account.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.Account.email": {"fq_name": "users.Account.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.Account.email_verified": {"fq_name": "users.Account.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.Account.disabled": {"fq_name": "users.Account.disabled", "param_name": "disabled", "static_instance": null, "getter_method": "getDisabled", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.Account.profile_photo_url": {"fq_name": "users.Account.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "users.Account", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.account_id": {"fq_name": "users.BasicAccount.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.name": {"fq_name": "users.BasicAccount.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.email": {"fq_name": "users.BasicAccount.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.email_verified": {"fq_name": "users.BasicAccount.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.disabled": {"fq_name": "users.BasicAccount.disabled", "param_name": "disabled", "static_instance": null, "getter_method": "getDisabled", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.is_teammate": {"fq_name": "users.BasicAccount.is_teammate", "param_name": "isTeammate", "static_instance": null, "getter_method": "getIsTeammate", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.profile_photo_url": {"fq_name": "users.BasicAccount.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.BasicAccount.team_member_id": {"fq_name": "users.BasicAccount.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "users.BasicAccount", "route_refs": [], "_type": "FieldReference"}, "users.DistinctMemberHomeValue.enabled": {"fq_name": "users.DistinctMemberHomeValue.enabled", "param_name": "enabledValue", "static_instance": null, "getter_method": "getEnabledValue", "containing_data_type_ref": "users.DistinctMemberHomeValue", "route_refs": [], "_type": "FieldReference"}, "users.DistinctMemberHomeValue.other": {"fq_name": "users.DistinctMemberHomeValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.DistinctMemberHomeValue", "route_refs": [], "_type": "FieldReference"}, "users.FileLockingValue.enabled": {"fq_name": "users.FileLockingValue.enabled", "param_name": "enabledValue", "static_instance": null, "getter_method": "getEnabledValue", "containing_data_type_ref": "users.FileLockingValue", "route_refs": [], "_type": "FieldReference"}, "users.FileLockingValue.other": {"fq_name": "users.FileLockingValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.FileLockingValue", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.account_id": {"fq_name": "users.FullAccount.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.name": {"fq_name": "users.FullAccount.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.email": {"fq_name": "users.FullAccount.email", "param_name": "email", "static_instance": null, "getter_method": "getEmail", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.email_verified": {"fq_name": "users.FullAccount.email_verified", "param_name": "emailVerified", "static_instance": null, "getter_method": "getEmailVerified", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.disabled": {"fq_name": "users.FullAccount.disabled", "param_name": "disabled", "static_instance": null, "getter_method": "getDisabled", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.locale": {"fq_name": "users.FullAccount.locale", "param_name": "locale", "static_instance": null, "getter_method": "getLocale", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.referral_link": {"fq_name": "users.FullAccount.referral_link", "param_name": "referralLink", "static_instance": null, "getter_method": "getReferralLink", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.is_paired": {"fq_name": "users.FullAccount.is_paired", "param_name": "isPaired", "static_instance": null, "getter_method": "getIsPaired", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.account_type": {"fq_name": "users.FullAccount.account_type", "param_name": "accountType", "static_instance": null, "getter_method": "getAccountType", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.root_info": {"fq_name": "users.FullAccount.root_info", "param_name": "rootInfo", "static_instance": null, "getter_method": "getRootInfo", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.profile_photo_url": {"fq_name": "users.FullAccount.profile_photo_url", "param_name": "profilePhotoUrl", "static_instance": null, "getter_method": "getProfilePhotoUrl", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.country": {"fq_name": "users.FullAccount.country", "param_name": "country", "static_instance": null, "getter_method": "getCountry", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.team": {"fq_name": "users.FullAccount.team", "param_name": "team", "static_instance": null, "getter_method": "getTeam", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullAccount.team_member_id": {"fq_name": "users.FullAccount.team_member_id", "param_name": "teamMemberId", "static_instance": null, "getter_method": "getTeamMemberId", "containing_data_type_ref": "users.FullAccount", "route_refs": [], "_type": "FieldReference"}, "users.FullTeam.id": {"fq_name": "users.FullTeam.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "users.FullTeam", "route_refs": [], "_type": "FieldReference"}, "users.FullTeam.name": {"fq_name": "users.FullTeam.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "users.FullTeam", "route_refs": [], "_type": "FieldReference"}, "users.FullTeam.sharing_policies": {"fq_name": "users.FullTeam.sharing_policies", "param_name": "sharingPolicies", "static_instance": null, "getter_method": "getSharingPolicies", "containing_data_type_ref": "users.FullTeam", "route_refs": [], "_type": "FieldReference"}, "users.FullTeam.office_addin_policy": {"fq_name": "users.FullTeam.office_addin_policy", "param_name": "officeAddinPolicy", "static_instance": null, "getter_method": "getOfficeAddinPolicy", "containing_data_type_ref": "users.FullTeam", "route_refs": [], "_type": "FieldReference"}, "users.FullTeam.top_level_content_policy": {"fq_name": "users.FullTeam.top_level_content_policy", "param_name": "topLevelContentPolicy", "static_instance": null, "getter_method": "getTopLevelContentPolicy", "containing_data_type_ref": "users.FullTeam", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountArg.account_id": {"fq_name": "users.GetAccountArg.account_id", "param_name": "accountId", "static_instance": null, "getter_method": "getAccountId", "containing_data_type_ref": "users.GetAccountArg", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountBatchArg.account_ids": {"fq_name": "users.GetAccountBatchArg.account_ids", "param_name": "accountIds", "static_instance": null, "getter_method": "getAccountIds", "containing_data_type_ref": "users.GetAccountBatchArg", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountBatchError.no_account": {"fq_name": "users.GetAccountBatchError.no_account", "param_name": "noAccountValue", "static_instance": null, "getter_method": "getNoAccountValue", "containing_data_type_ref": "users.GetAccountBatchError", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountBatchError.other": {"fq_name": "users.GetAccountBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.GetAccountBatchError", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountError.no_account": {"fq_name": "users.GetAccountError.no_account", "param_name": "noAccountValue", "static_instance": "NO_ACCOUNT", "getter_method": null, "containing_data_type_ref": "users.GetAccountError", "route_refs": [], "_type": "FieldReference"}, "users.GetAccountError.other": {"fq_name": "users.GetAccountError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.GetAccountError", "route_refs": [], "_type": "FieldReference"}, "users.IndividualSpaceAllocation.allocated": {"fq_name": "users.IndividualSpaceAllocation.allocated", "param_name": "allocated", "static_instance": null, "getter_method": "getAllocated", "containing_data_type_ref": "users.IndividualSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.Name.given_name": {"fq_name": "users.Name.given_name", "param_name": "givenName", "static_instance": null, "getter_method": "getGivenName", "containing_data_type_ref": "users.Name", "route_refs": [], "_type": "FieldReference"}, "users.Name.surname": {"fq_name": "users.Name.surname", "param_name": "surname", "static_instance": null, "getter_method": "getSurname", "containing_data_type_ref": "users.Name", "route_refs": [], "_type": "FieldReference"}, "users.Name.familiar_name": {"fq_name": "users.Name.familiar_name", "param_name": "familiarName", "static_instance": null, "getter_method": "getFamiliarName", "containing_data_type_ref": "users.Name", "route_refs": [], "_type": "FieldReference"}, "users.Name.display_name": {"fq_name": "users.Name.display_name", "param_name": "displayName", "static_instance": null, "getter_method": "getDisplayName", "containing_data_type_ref": "users.Name", "route_refs": [], "_type": "FieldReference"}, "users.Name.abbreviated_name": {"fq_name": "users.Name.abbreviated_name", "param_name": "abbreviatedName", "static_instance": null, "getter_method": "getAbbreviatedName", "containing_data_type_ref": "users.Name", "route_refs": [], "_type": "FieldReference"}, "users.PaperAsFilesValue.enabled": {"fq_name": "users.PaperAsFilesValue.enabled", "param_name": "enabledValue", "static_instance": null, "getter_method": "getEnabledValue", "containing_data_type_ref": "users.PaperAsFilesValue", "route_refs": [], "_type": "FieldReference"}, "users.PaperAsFilesValue.other": {"fq_name": "users.PaperAsFilesValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.PaperAsFilesValue", "route_refs": [], "_type": "FieldReference"}, "users.SpaceAllocation.individual": {"fq_name": "users.SpaceAllocation.individual", "param_name": "individualValue", "static_instance": null, "getter_method": "getIndividualValue", "containing_data_type_ref": "users.SpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.SpaceAllocation.team": {"fq_name": "users.SpaceAllocation.team", "param_name": "teamValue", "static_instance": null, "getter_method": "getTeamValue", "containing_data_type_ref": "users.SpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.SpaceAllocation.other": {"fq_name": "users.SpaceAllocation.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.SpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.SpaceUsage.used": {"fq_name": "users.SpaceUsage.used", "param_name": "used", "static_instance": null, "getter_method": "getUsed", "containing_data_type_ref": "users.SpaceUsage", "route_refs": [], "_type": "FieldReference"}, "users.SpaceUsage.allocation": {"fq_name": "users.SpaceUsage.allocation", "param_name": "allocation", "static_instance": null, "getter_method": "getAllocation", "containing_data_type_ref": "users.SpaceUsage", "route_refs": [], "_type": "FieldReference"}, "users.Team.id": {"fq_name": "users.Team.id", "param_name": "id", "static_instance": null, "getter_method": "getId", "containing_data_type_ref": "users.Team", "route_refs": [], "_type": "FieldReference"}, "users.Team.name": {"fq_name": "users.Team.name", "param_name": "name", "static_instance": null, "getter_method": "getName", "containing_data_type_ref": "users.Team", "route_refs": [], "_type": "FieldReference"}, "users.TeamSharedDropboxValue.enabled": {"fq_name": "users.TeamSharedDropboxValue.enabled", "param_name": "enabledValue", "static_instance": null, "getter_method": "getEnabledValue", "containing_data_type_ref": "users.TeamSharedDropboxValue", "route_refs": [], "_type": "FieldReference"}, "users.TeamSharedDropboxValue.other": {"fq_name": "users.TeamSharedDropboxValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.TeamSharedDropboxValue", "route_refs": [], "_type": "FieldReference"}, "users.TeamSpaceAllocation.used": {"fq_name": "users.TeamSpaceAllocation.used", "param_name": "used", "static_instance": null, "getter_method": "getUsed", "containing_data_type_ref": "users.TeamSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.TeamSpaceAllocation.allocated": {"fq_name": "users.TeamSpaceAllocation.allocated", "param_name": "allocated", "static_instance": null, "getter_method": "getAllocated", "containing_data_type_ref": "users.TeamSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.TeamSpaceAllocation.user_within_team_space_allocated": {"fq_name": "users.TeamSpaceAllocation.user_within_team_space_allocated", "param_name": "userWithinTeamSpaceAllocated", "static_instance": null, "getter_method": "getUserWithinTeamSpaceAllocated", "containing_data_type_ref": "users.TeamSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.TeamSpaceAllocation.user_within_team_space_limit_type": {"fq_name": "users.TeamSpaceAllocation.user_within_team_space_limit_type", "param_name": "userWithinTeamSpaceLimitType", "static_instance": null, "getter_method": "getUserWithinTeamSpaceLimitType", "containing_data_type_ref": "users.TeamSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.TeamSpaceAllocation.user_within_team_space_used_cached": {"fq_name": "users.TeamSpaceAllocation.user_within_team_space_used_cached", "param_name": "userWithinTeamSpaceUsedCached", "static_instance": null, "getter_method": "getUserWithinTeamSpaceUsedCached", "containing_data_type_ref": "users.TeamSpaceAllocation", "route_refs": [], "_type": "FieldReference"}, "users.UserFeature.paper_as_files": {"fq_name": "users.UserFeature.paper_as_files", "param_name": "paperAsFilesValue", "static_instance": "PAPER_AS_FILES", "getter_method": null, "containing_data_type_ref": "users.UserFeature", "route_refs": [], "_type": "FieldReference"}, "users.UserFeature.file_locking": {"fq_name": "users.UserFeature.file_locking", "param_name": "fileLockingValue", "static_instance": "FILE_LOCKING", "getter_method": null, "containing_data_type_ref": "users.UserFeature", "route_refs": [], "_type": "FieldReference"}, "users.UserFeature.team_shared_dropbox": {"fq_name": "users.UserFeature.team_shared_dropbox", "param_name": "teamSharedDropboxValue", "static_instance": "TEAM_SHARED_DROPBOX", "getter_method": null, "containing_data_type_ref": "users.UserFeature", "route_refs": [], "_type": "FieldReference"}, "users.UserFeature.distinct_member_home": {"fq_name": "users.UserFeature.distinct_member_home", "param_name": "distinctMemberHomeValue", "static_instance": "DISTINCT_MEMBER_HOME", "getter_method": null, "containing_data_type_ref": "users.UserFeature", "route_refs": [], "_type": "FieldReference"}, "users.UserFeature.other": {"fq_name": "users.UserFeature.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.UserFeature", "route_refs": [], "_type": "FieldReference"}, "users.UserFeatureValue.paper_as_files": {"fq_name": "users.UserFeatureValue.paper_as_files", "param_name": "paperAsFilesValue", "static_instance": null, "getter_method": "getPaperAsFilesValue", "containing_data_type_ref": "users.UserFeatureValue", "route_refs": [], "_type": "FieldReference"}, "users.UserFeatureValue.file_locking": {"fq_name": "users.UserFeatureValue.file_locking", "param_name": "fileLockingValue", "static_instance": null, "getter_method": "getFileLockingValue", "containing_data_type_ref": "users.UserFeatureValue", "route_refs": [], "_type": "FieldReference"}, "users.UserFeatureValue.team_shared_dropbox": {"fq_name": "users.UserFeatureValue.team_shared_dropbox", "param_name": "teamSharedDropboxValue", "static_instance": null, "getter_method": "getTeamSharedDropboxValue", "containing_data_type_ref": "users.UserFeatureValue", "route_refs": [], "_type": "FieldReference"}, "users.UserFeatureValue.distinct_member_home": {"fq_name": "users.UserFeatureValue.distinct_member_home", "param_name": "distinctMemberHomeValue", "static_instance": null, "getter_method": "getDistinctMemberHomeValue", "containing_data_type_ref": "users.UserFeatureValue", "route_refs": [], "_type": "FieldReference"}, "users.UserFeatureValue.other": {"fq_name": "users.UserFeatureValue.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.UserFeatureValue", "route_refs": [], "_type": "FieldReference"}, "users.UserFeaturesGetValuesBatchArg.features": {"fq_name": "users.UserFeaturesGetValuesBatchArg.features", "param_name": "features", "static_instance": null, "getter_method": "getFeatures", "containing_data_type_ref": "users.UserFeaturesGetValuesBatchArg", "route_refs": [], "_type": "FieldReference"}, "users.UserFeaturesGetValuesBatchError.empty_features_list": {"fq_name": "users.UserFeaturesGetValuesBatchError.empty_features_list", "param_name": "emptyFeaturesListValue", "static_instance": "EMPTY_FEATURES_LIST", "getter_method": null, "containing_data_type_ref": "users.UserFeaturesGetValuesBatchError", "route_refs": [], "_type": "FieldReference"}, "users.UserFeaturesGetValuesBatchError.other": {"fq_name": "users.UserFeaturesGetValuesBatchError.other", "param_name": "otherValue", "static_instance": "OTHER", "getter_method": null, "containing_data_type_ref": "users.UserFeaturesGetValuesBatchError", "route_refs": [], "_type": "FieldReference"}, "users.UserFeaturesGetValuesBatchResult.values": {"fq_name": "users.UserFeaturesGetValuesBatchResult.values", "param_name": "values", "static_instance": null, "getter_method": "getValues", "containing_data_type_ref": "users.UserFeaturesGetValuesBatchResult", "route_refs": [], "_type": "FieldReference"}, "users_common.AccountType.basic": {"fq_name": "users_common.AccountType.basic", "param_name": "basicValue", "static_instance": "BASIC", "getter_method": null, "containing_data_type_ref": "users_common.AccountType", "route_refs": [], "_type": "FieldReference"}, "users_common.AccountType.pro": {"fq_name": "users_common.AccountType.pro", "param_name": "proValue", "static_instance": "PRO", "getter_method": null, "containing_data_type_ref": "users_common.AccountType", "route_refs": [], "_type": "FieldReference"}, "users_common.AccountType.business": {"fq_name": "users_common.AccountType.business", "param_name": "businessValue", "static_instance": "BUSINESS", "getter_method": null, "containing_data_type_ref": "users_common.AccountType", "route_refs": [], "_type": "FieldReference"}, "files.UploadSessionAppendError.not_closed": {"fq_name": "files.UploadSessionAppendError.not_closed", "param_name": "notClosedValue", "static_instance": "NOT_CLOSED", "getter_method": null, "containing_data_type_ref": "files.UploadSessionAppendError", "route_refs": [], "_type": "FieldReference"}, "team_log.AccountCapturePolicy.prevent_personal_creation": {"fq_name": "team_log.AccountCapturePolicy.prevent_personal_creation", "param_name": "preventPersonalCreationValue", "static_instance": "PREVENT_PERSONAL_CREATION", "getter_method": null, "containing_data_type_ref": "team_log.AccountCapturePolicy", "route_refs": [], "_type": "FieldReference"}}} \ No newline at end of file diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/DbxAppClientV2Base.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/DbxAppClientV2Base.java index 2a76ea2bb..7a5dd3561 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/DbxAppClientV2Base.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/DbxAppClientV2Base.java @@ -6,6 +6,7 @@ import com.dropbox.core.v2.auth.DbxAppAuthRequests; import com.dropbox.core.v2.check.DbxAppCheckRequests; import com.dropbox.core.v2.files.DbxAppFilesRequests; +import com.dropbox.core.v2.riviera.DbxAppRivieraRequests; import com.dropbox.core.v2.sharing.DbxAppSharingRequests; /** @@ -17,6 +18,7 @@ public class DbxAppClientV2Base { private final DbxAppAuthRequests auth; private final DbxAppCheckRequests check; private final DbxAppFilesRequests files; + private final DbxAppRivieraRequests riviera; private final DbxAppSharingRequests sharing; /** @@ -29,6 +31,7 @@ protected DbxAppClientV2Base(DbxRawClientV2 _client) { this.auth = new DbxAppAuthRequests(_client); this.check = new DbxAppCheckRequests(_client); this.files = new DbxAppFilesRequests(_client); + this.riviera = new DbxAppRivieraRequests(_client); this.sharing = new DbxAppSharingRequests(_client); } @@ -59,6 +62,15 @@ public DbxAppFilesRequests files() { return files; } + /** + * Returns client for issuing requests in the {@code "riviera"} namespace. + * + * @return Dropbox riviera client + */ + public DbxAppRivieraRequests riviera() { + return riviera; + } + /** * Returns client for issuing requests in the {@code "sharing"} namespace. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/DbxClientV2Base.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/DbxClientV2Base.java index 0dd031ae4..9f95e4875 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/DbxClientV2Base.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/DbxClientV2Base.java @@ -12,6 +12,7 @@ import com.dropbox.core.v2.files.DbxUserFilesRequests; import com.dropbox.core.v2.openid.DbxUserOpenidRequests; import com.dropbox.core.v2.paper.DbxUserPaperRequests; +import com.dropbox.core.v2.riviera.DbxUserRivieraRequests; import com.dropbox.core.v2.sharing.DbxUserSharingRequests; import com.dropbox.core.v2.users.DbxUserUsersRequests; @@ -30,6 +31,7 @@ public class DbxClientV2Base { private final DbxUserFilesRequests files; private final DbxUserOpenidRequests openid; private final DbxUserPaperRequests paper; + private final DbxUserRivieraRequests riviera; private final DbxUserSharingRequests sharing; private final DbxUserUsersRequests users; @@ -49,6 +51,7 @@ protected DbxClientV2Base(DbxRawClientV2 _client) { this.files = new DbxUserFilesRequests(_client); this.openid = new DbxUserOpenidRequests(_client); this.paper = new DbxUserPaperRequests(_client); + this.riviera = new DbxUserRivieraRequests(_client); this.sharing = new DbxUserSharingRequests(_client); this.users = new DbxUserUsersRequests(_client); } @@ -136,6 +139,15 @@ public DbxUserPaperRequests paper() { return paper; } + /** + * Returns client for issuing requests in the {@code "riviera"} namespace. + * + * @return Dropbox riviera client + */ + public DbxUserRivieraRequests riviera() { + return riviera; + } + /** * Returns client for issuing requests in the {@code "sharing"} namespace. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/DbxUserAccountRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/DbxUserAccountRequests.java index 0e76367af..4df405bd3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/DbxUserAccountRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/DbxUserAccountRequests.java @@ -1,21 +1,25 @@ /* DO NOT EDIT */ -/* This file was generated from account.stone */ +/* This file was generated from account_account_photo.stone, account_account_photo_block.stone */ package com.dropbox.core.v2.account; +import com.dropbox.core.DbxDownloader; import com.dropbox.core.DbxException; import com.dropbox.core.DbxWrappedException; import com.dropbox.core.http.HttpRequestor; +import com.dropbox.core.v2.DbxDownloadStyleBuilder; import com.dropbox.core.v2.DbxRawClientV2; +import java.util.Collections; import java.util.HashMap; +import java.util.List; import java.util.Map; /** * Routes in namespace "account". */ public class DbxUserAccountRequests { - // namespace account (account.stone) + // namespace account (account_account_photo.stone, account_account_photo_block.stone) private final DbxRawClientV2 client; @@ -23,6 +27,77 @@ public DbxUserAccountRequests(DbxRawClientV2 client) { this.client = client; } + // + // route 2/account/get_photo + // + + /** + * This lovely endpoint gets the account photo of a given user. + * + * @param _headers Extra headers to send with request. + * + * @return Downloader used to download the response body and view the server + * response. + */ + DbxDownloader getPhoto(AccountPhotoGetArg arg, List _headers) throws AccountPhotoGetErrorException, DbxException { + try { + return this.client.downloadStyle(this.client.getHost().getContent(), + "2/account/get_photo", + arg, + false, + _headers, + AccountPhotoGetArg.Serializer.INSTANCE, + AccountPhotoGetResult.Serializer.INSTANCE, + AccountPhotoGetError.Serializer.INSTANCE); + } + catch (DbxWrappedException ex) { + throw new AccountPhotoGetErrorException("2/account/get_photo", ex.getRequestId(), ex.getUserMessage(), (AccountPhotoGetError) ex.getErrorValue()); + } + } + + /** + * This lovely endpoint gets the account photo of a given user. + * + * @param dbxAccountId Encoded ID of the user. Must start either with + * 'dbid:' or 'dbaphid:'. Must not be {@code null}. + * @param size A string representing the size of the photo. Must not be + * {@code null}. + * @param circleCrop True if the photo should be cropped and false + * otherwise. + * @param expectAccountPhoto True if we expect account photo to exist. + * + * @return Downloader used to download the response body and view the server + * response. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public DbxDownloader getPhoto(String dbxAccountId, String size, boolean circleCrop, boolean expectAccountPhoto) throws AccountPhotoGetErrorException, DbxException { + AccountPhotoGetArg _arg = new AccountPhotoGetArg(dbxAccountId, size, circleCrop, expectAccountPhoto); + return getPhoto(_arg, Collections.emptyList()); + } + + /** + * This lovely endpoint gets the account photo of a given user. + * + * @param dbxAccountId Encoded ID of the user. Must start either with + * 'dbid:' or 'dbaphid:'. Must not be {@code null}. + * @param size A string representing the size of the photo. Must not be + * {@code null}. + * @param circleCrop True if the photo should be cropped and false + * otherwise. + * @param expectAccountPhoto True if we expect account photo to exist. + * + * @return Downloader builder for configuring the request parameters and + * instantiating a downloader. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public GetPhotoBuilder getPhotoBuilder(String dbxAccountId, String size, boolean circleCrop, boolean expectAccountPhoto) { + return new GetPhotoBuilder(this, dbxAccountId, size, circleCrop, expectAccountPhoto); + } + // // route 2/account/set_profile_photo // diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/PhotoSourceArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/PhotoSourceArg.java index 6fe3665c2..fe91faf53 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/PhotoSourceArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/PhotoSourceArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from account.stone */ +/* This file was generated from account_account_photo.stone */ package com.dropbox.core.v2.account; @@ -27,7 +27,7 @@ * will be used.

*/ public final class PhotoSourceArg { - // union account.PhotoSourceArg (account.stone) + // union account.PhotoSourceArg (account_account_photo.stone) /** * Discriminating tag type for {@link PhotoSourceArg}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoArg.java index 9907d7a13..3675fb57d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from account.stone */ +/* This file was generated from account_account_photo.stone */ package com.dropbox.core.v2.account; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class SetProfilePhotoArg { - // struct account.SetProfilePhotoArg (account.stone) + // struct account.SetProfilePhotoArg (account_account_photo.stone) @Nonnull protected final PhotoSourceArg photo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoError.java index a7dd74f85..8954fbbe5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from account.stone */ +/* This file was generated from account_account_photo.stone */ package com.dropbox.core.v2.account; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SetProfilePhotoError { - // union account.SetProfilePhotoError (account.stone) + // union account.SetProfilePhotoError (account_account_photo.stone) /** * File cannot be set as profile photo. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoResult.java index f0cea6fbd..7d7918dd6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/account/SetProfilePhotoResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from account.stone */ +/* This file was generated from account_account_photo.stone */ package com.dropbox.core.v2.account; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SetProfilePhotoResult { - // struct account.SetProfilePhotoResult (account.stone) + // struct account.SetProfilePhotoResult (account_account_photo.stone) @Nonnull protected final String profilePhotoUrl; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/LaunchEmptyResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/LaunchEmptyResult.java index 747bbe37e..fde37913e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/LaunchEmptyResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/LaunchEmptyResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from async.stone */ +/* This file was generated from async_common_async.stone */ package com.dropbox.core.v2.async; @@ -27,7 +27,7 @@ * tag associated with this instance.

*/ public final class LaunchEmptyResult { - // union async.LaunchEmptyResult (async.stone) + // union async.LaunchEmptyResult (async_common_async.stone) /** * Discriminating tag type for {@link LaunchEmptyResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/LaunchResultBase.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/LaunchResultBase.java index 701e14869..fda5c8aed 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/LaunchResultBase.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/LaunchResultBase.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from async.stone */ +/* This file was generated from async_common_async.stone */ package com.dropbox.core.v2.async; @@ -28,7 +28,7 @@ * tag associated with this instance.

*/ public final class LaunchResultBase { - // union async.LaunchResultBase (async.stone) + // union async.LaunchResultBase (async_common_async.stone) /** * Discriminating tag type for {@link LaunchResultBase}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollArg.java index 380f2b217..eab662d6f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from async.stone */ +/* This file was generated from async_common_async.stone */ package com.dropbox.core.v2.async; @@ -22,7 +22,7 @@ * Arguments for methods that poll the status of an asynchronous job. */ public class PollArg { - // struct async.PollArg (async.stone) + // struct async.PollArg (async_common_async.stone) @Nonnull protected final String asyncJobId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollEmptyResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollEmptyResult.java index 270b21c51..9384a692f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollEmptyResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollEmptyResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from async.stone */ +/* This file was generated from async_common_async.stone */ package com.dropbox.core.v2.async; @@ -21,7 +21,7 @@ * Upon completion of the job, no additional information is returned. */ public enum PollEmptyResult { - // union async.PollEmptyResult (async.stone) + // union async.PollEmptyResult (async_common_async.stone) /** * The asynchronous job is still in progress. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollError.java index 03203784f..e714fe887 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from async.stone */ +/* This file was generated from async_common_async.stone */ package com.dropbox.core.v2.async; @@ -20,7 +20,7 @@ * Error returned by methods for polling the status of asynchronous job. */ public enum PollError { - // union async.PollError (async.stone) + // union async.PollError (async_common_async.stone) /** * The job ID is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollErrorException.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollErrorException.java index 86e0e646c..09c2910a4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollErrorException.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/async/PollErrorException.java @@ -10,6 +10,8 @@ * Exception thrown when the server responds with a {@link PollError} error. * *

This exception is raised by {@link + * com.dropbox.core.v2.riviera.DbxAppRivieraRequests#getTranscriptAsyncCheck(String)}, + * {@link * com.dropbox.core.v2.team.DbxTeamTeamRequests#membersAddJobStatusGet(String)}, * {@link * com.dropbox.core.v2.team.DbxTeamTeamRequests#membersAddJobStatusGetV2(String)}, @@ -45,6 +47,7 @@ */ public class PollErrorException extends DbxApiException { // exception for routes: + // 2/riviera/get_transcript_async/check // 2/team/members/add/job_status/get // 2/team/members/add/job_status/get_v2 // 2/team/members/move_former_member_files/job_status/check @@ -66,6 +69,8 @@ public class PollErrorException extends DbxApiException { /** * The error reported by {@link + * com.dropbox.core.v2.riviera.DbxAppRivieraRequests#getTranscriptAsyncCheck(String)}, + * {@link * com.dropbox.core.v2.team.DbxTeamTeamRequests#membersAddJobStatusGet(String)}, * {@link * com.dropbox.core.v2.team.DbxTeamTeamRequests#membersAddJobStatusGetV2(String)}, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/AccessError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/AccessError.java index 0a44c5d68..38fab2e1a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/AccessError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/AccessError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -30,7 +30,7 @@ * will be used.

*/ public final class AccessError { - // union auth.AccessError (auth.stone) + // union auth.AccessError (auth_apiv2_auth.stone) /** * Discriminating tag type for {@link AccessError}. @@ -44,6 +44,14 @@ public enum Tag { * Current account cannot access Paper. */ PAPER_ACCESS_DENIED, // PaperAccessError + /** + * Team doesn't have permission to access. + */ + TEAM_ACCESS_DENIED, + /** + * Caller does not have permission to access the resource. + */ + NO_PERMISSION, // NoPermissionError /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -55,6 +63,10 @@ public enum Tag { OTHER; // *catch_all } + /** + * Team doesn't have permission to access. + */ + public static final AccessError TEAM_ACCESS_DENIED = new AccessError().withTag(Tag.TEAM_ACCESS_DENIED); /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -67,6 +79,7 @@ public enum Tag { private Tag _tag; private InvalidAccountTypeError invalidAccountTypeValue; private PaperAccessError paperAccessDeniedValue; + private NoPermissionError noPermissionValue; /** * Private default constructor, so that object is uninitializable publicly. @@ -123,6 +136,24 @@ private AccessError withTagAndPaperAccessDenied(Tag _tag, PaperAccessError paper return result; } + /** + * Error occurred because the account doesn't have permission to access the + * resource. + * + * @param noPermissionValue Caller does not have permission to access the + * resource. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private AccessError withTagAndNoPermission(Tag _tag, NoPermissionError noPermissionValue) { + AccessError result = new AccessError(); + result._tag = _tag; + result.noPermissionValue = noPermissionValue; + return result; + } + /** * Returns the tag for this instance. * @@ -240,6 +271,66 @@ public PaperAccessError getPaperAccessDeniedValue() { return paperAccessDeniedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_ACCESS_DENIED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_ACCESS_DENIED}, {@code false} otherwise. + */ + public boolean isTeamAccessDenied() { + return this._tag == Tag.TEAM_ACCESS_DENIED; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#NO_PERMISSION}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#NO_PERMISSION}, {@code false} otherwise. + */ + public boolean isNoPermission() { + return this._tag == Tag.NO_PERMISSION; + } + + /** + * Returns an instance of {@code AccessError} that has its tag set to {@link + * Tag#NO_PERMISSION}. + * + *

Caller does not have permission to access the resource.

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code AccessError} with its tag set to {@link + * Tag#NO_PERMISSION}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static AccessError noPermission(NoPermissionError value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new AccessError().withTagAndNoPermission(Tag.NO_PERMISSION, value); + } + + /** + * Caller does not have permission to access the resource. + * + *

This instance must be tagged as {@link Tag#NO_PERMISSION}.

+ * + * @return The {@link NoPermissionError} value associated with this instance + * if {@link #isNoPermission} is {@code true}. + * + * @throws IllegalStateException If {@link #isNoPermission} is {@code + * false}. + */ + public NoPermissionError getNoPermissionValue() { + if (this._tag != Tag.NO_PERMISSION) { + throw new IllegalStateException("Invalid tag: required Tag.NO_PERMISSION, but was Tag." + this._tag.name()); + } + return noPermissionValue; + } + /** * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, * {@code false} otherwise. @@ -256,7 +347,8 @@ public int hashCode() { int hash = Arrays.hashCode(new Object [] { this._tag, this.invalidAccountTypeValue, - this.paperAccessDeniedValue + this.paperAccessDeniedValue, + this.noPermissionValue }); return hash; } @@ -279,6 +371,10 @@ else if (obj instanceof AccessError) { return (this.invalidAccountTypeValue == other.invalidAccountTypeValue) || (this.invalidAccountTypeValue.equals(other.invalidAccountTypeValue)); case PAPER_ACCESS_DENIED: return (this.paperAccessDeniedValue == other.paperAccessDeniedValue) || (this.paperAccessDeniedValue.equals(other.paperAccessDeniedValue)); + case TEAM_ACCESS_DENIED: + return true; + case NO_PERMISSION: + return (this.noPermissionValue == other.noPermissionValue) || (this.noPermissionValue.equals(other.noPermissionValue)); case OTHER: return true; default: @@ -332,6 +428,18 @@ public void serialize(AccessError value, JsonGenerator g) throws IOException, Js g.writeEndObject(); break; } + case TEAM_ACCESS_DENIED: { + g.writeString("team_access_denied"); + break; + } + case NO_PERMISSION: { + g.writeStartObject(); + writeTag("no_permission", g); + g.writeFieldName("no_permission"); + NoPermissionError.Serializer.INSTANCE.serialize(value.noPermissionValue, g); + g.writeEndObject(); + break; + } default: { g.writeString("other"); } @@ -368,6 +476,15 @@ else if ("paper_access_denied".equals(tag)) { fieldValue = PaperAccessError.Serializer.INSTANCE.deserialize(p); value = AccessError.paperAccessDenied(fieldValue); } + else if ("team_access_denied".equals(tag)) { + value = AccessError.TEAM_ACCESS_DENIED; + } + else if ("no_permission".equals(tag)) { + NoPermissionError fieldValue = null; + expectField("no_permission", p); + fieldValue = NoPermissionError.Serializer.INSTANCE.deserialize(p); + value = AccessError.noPermission(fieldValue); + } else { value = AccessError.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/AuthError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/AuthError.java index e4f05773a..ed31e098b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/AuthError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/AuthError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -29,7 +29,7 @@ * will be used.

*/ public final class AuthError { - // union auth.AuthError (auth.stone) + // union auth.AuthError (auth_apiv2_auth.stone) /** * Discriminating tag type for {@link AuthError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/DbxAppAuthRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/DbxAppAuthRequests.java index f314c2b1c..8b00510d3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/DbxAppAuthRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/DbxAppAuthRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -15,7 +15,7 @@ * Routes in namespace "auth". */ public class DbxAppAuthRequests { - // namespace auth (auth.stone) + // namespace auth (auth_apiv2_auth.stone) private final DbxRawClientV2 client; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/DbxUserAuthRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/DbxUserAuthRequests.java index 6cd7a3a7f..9a1621b7c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/DbxUserAuthRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/DbxUserAuthRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -16,7 +16,7 @@ * Routes in namespace "auth". */ public class DbxUserAuthRequests { - // namespace auth (auth.stone) + // namespace auth (auth_apiv2_auth.stone) private final DbxRawClientV2 client; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/InvalidAccountTypeError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/InvalidAccountTypeError.java index 7d20f8331..ea1fb7a34 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/InvalidAccountTypeError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/InvalidAccountTypeError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum InvalidAccountTypeError { - // union auth.InvalidAccountTypeError (auth.stone) + // union auth.InvalidAccountTypeError (auth_apiv2_auth.stone) /** * Current account type doesn't have permission to access this route * endpoint. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/PaperAccessError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/PaperAccessError.java index 519b6cd83..2eb52c69a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/PaperAccessError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/PaperAccessError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperAccessError { - // union auth.PaperAccessError (auth.stone) + // union auth.PaperAccessError (auth_apiv2_auth.stone) /** * Paper is disabled. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/RateLimitError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/RateLimitError.java index 09559ab49..02cdb6c68 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/RateLimitError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/RateLimitError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -22,7 +22,7 @@ * Error occurred because the app is being rate limited. */ public class RateLimitError { - // struct auth.RateLimitError (auth.stone) + // struct auth.RateLimitError (auth_apiv2_auth.stone) @Nonnull protected final RateLimitReason reason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/RateLimitReason.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/RateLimitReason.java index 86eb321ec..ddc52a30f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/RateLimitReason.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/RateLimitReason.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum RateLimitReason { - // union auth.RateLimitReason (auth.stone) + // union auth.RateLimitReason (auth_apiv2_auth.stone) /** * You are making too many requests in the past few minutes. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Arg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Arg.java index fd1135049..6aed181b8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Arg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Arg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class TokenFromOAuth1Arg { - // struct auth.TokenFromOAuth1Arg (auth.stone) + // struct auth.TokenFromOAuth1Arg (auth_apiv2_auth.stone) @Nonnull protected final String oauth1Token; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Error.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Error.java index d011332f5..13dc92df3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Error.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Error.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TokenFromOAuth1Error { - // union auth.TokenFromOAuth1Error (auth.stone) + // union auth.TokenFromOAuth1Error (auth_apiv2_auth.stone) /** * Part or all of the OAuth 1.0 access token info is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Result.java index 471e4c859..309364122 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenFromOAuth1Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TokenFromOAuth1Result { - // struct auth.TokenFromOAuth1Result (auth.stone) + // struct auth.TokenFromOAuth1Result (auth_apiv2_auth.stone) @Nonnull protected final String oauth2Token; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenScopeError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenScopeError.java index 4e5042833..8d3a127fe 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenScopeError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/auth/TokenScopeError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from auth.stone */ +/* This file was generated from auth_apiv2_auth.stone */ package com.dropbox.core.v2.auth; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TokenScopeError { - // struct auth.TokenScopeError (auth.stone) + // struct auth.TokenScopeError (auth_apiv2_auth.stone) @Nonnull protected final String requiredScope; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/check/DbxAppCheckRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/check/DbxAppCheckRequests.java index c003821a2..4d4761d86 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/check/DbxAppCheckRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/check/DbxAppCheckRequests.java @@ -3,7 +3,6 @@ package com.dropbox.core.v2.check; -import com.dropbox.core.DbxApiException; import com.dropbox.core.DbxException; import com.dropbox.core.DbxWrappedException; import com.dropbox.core.http.HttpRequestor; @@ -40,7 +39,7 @@ public DbxAppCheckRequests(DbxRawClientV2 client) { * * @return EchoResult contains the result returned from the Dropbox servers. */ - EchoResult app(EchoArg arg) throws DbxApiException, DbxException { + EchoResult app(EchoArg arg) throws EchoErrorException, DbxException { try { return this.client.rpcStyle(this.client.getHost().getApi(), "2/check/app", @@ -48,10 +47,10 @@ EchoResult app(EchoArg arg) throws DbxApiException, DbxException { false, EchoArg.Serializer.INSTANCE, EchoResult.Serializer.INSTANCE, - com.dropbox.core.stone.StoneSerializers.void_()); + EchoError.Serializer.INSTANCE); } catch (DbxWrappedException ex) { - throw new DbxApiException(ex.getRequestId(), ex.getUserMessage(), "Unexpected error response for \"app\":" + ex.getErrorValue()); + throw new EchoErrorException("2/check/app", ex.getRequestId(), ex.getUserMessage(), (EchoError) ex.getErrorValue()); } } @@ -68,7 +67,7 @@ EchoResult app(EchoArg arg) throws DbxApiException, DbxException { * * @return EchoResult contains the result returned from the Dropbox servers. */ - public EchoResult app() throws DbxApiException, DbxException { + public EchoResult app() throws EchoErrorException, DbxException { EchoArg _arg = new EchoArg(); return app(_arg); } @@ -89,7 +88,7 @@ public EchoResult app() throws DbxApiException, DbxException { * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public EchoResult app(String query) throws DbxApiException, DbxException { + public EchoResult app(String query) throws EchoErrorException, DbxException { if (query == null) { throw new IllegalArgumentException("Required value for 'query' is null"); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/check/DbxUserCheckRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/check/DbxUserCheckRequests.java index 4cf74c4f1..25e8737b5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/check/DbxUserCheckRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/check/DbxUserCheckRequests.java @@ -3,7 +3,6 @@ package com.dropbox.core.v2.check; -import com.dropbox.core.DbxApiException; import com.dropbox.core.DbxException; import com.dropbox.core.DbxWrappedException; import com.dropbox.core.http.HttpRequestor; @@ -40,7 +39,7 @@ public DbxUserCheckRequests(DbxRawClientV2 client) { * * @return EchoResult contains the result returned from the Dropbox servers. */ - EchoResult user(EchoArg arg) throws DbxApiException, DbxException { + EchoResult user(EchoArg arg) throws EchoErrorException, DbxException { try { return this.client.rpcStyle(this.client.getHost().getApi(), "2/check/user", @@ -48,10 +47,10 @@ EchoResult user(EchoArg arg) throws DbxApiException, DbxException { false, EchoArg.Serializer.INSTANCE, EchoResult.Serializer.INSTANCE, - com.dropbox.core.stone.StoneSerializers.void_()); + EchoError.Serializer.INSTANCE); } catch (DbxWrappedException ex) { - throw new DbxApiException(ex.getRequestId(), ex.getUserMessage(), "Unexpected error response for \"user\":" + ex.getErrorValue()); + throw new EchoErrorException("2/check/user", ex.getRequestId(), ex.getUserMessage(), (EchoError) ex.getErrorValue()); } } @@ -68,7 +67,7 @@ EchoResult user(EchoArg arg) throws DbxApiException, DbxException { * * @return EchoResult contains the result returned from the Dropbox servers. */ - public EchoResult user() throws DbxApiException, DbxException { + public EchoResult user() throws EchoErrorException, DbxException { EchoArg _arg = new EchoArg(); return user(_arg); } @@ -89,7 +88,7 @@ public EchoResult user() throws DbxApiException, DbxException { * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public EchoResult user(String query) throws DbxApiException, DbxException { + public EchoResult user(String query) throws EchoErrorException, DbxException { if (query == null) { throw new IllegalArgumentException("Required value for 'query' is null"); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/PathRoot.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/PathRoot.java index 3dd207439..810965899 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/PathRoot.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/PathRoot.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from common.stone */ +/* This file was generated from common_common.stone */ package com.dropbox.core.v2.common; @@ -28,7 +28,7 @@ * will be used.

*/ public final class PathRoot { - // union common.PathRoot (common.stone) + // union common.PathRoot (common_common.stone) /** * Discriminating tag type for {@link PathRoot}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/PathRootError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/PathRootError.java index 612f1ebfb..eb84bf14b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/PathRootError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/PathRootError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from common.stone */ +/* This file was generated from common_common.stone */ package com.dropbox.core.v2.common; @@ -27,7 +27,7 @@ * will be used.

*/ public final class PathRootError { - // union common.PathRootError (common.stone) + // union common.PathRootError (common_common.stone) /** * Discriminating tag type for {@link PathRootError}. @@ -40,7 +40,7 @@ public enum Tag { INVALID_ROOT, // RootInfo /** * You don't have permission to access the namespace id in - * Dropbox-API-Path-Root header. + * Dropbox-API-Path-Root header. */ NO_PERMISSION, /** @@ -56,7 +56,7 @@ public enum Tag { /** * You don't have permission to access the namespace id in - * Dropbox-API-Path-Root header. + * Dropbox-API-Path-Root header. */ public static final PathRootError NO_PERMISSION = new PathRootError().withTag(Tag.NO_PERMISSION); /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/RootInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/RootInfo.java index 271b381ac..52460ac9c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/RootInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/RootInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from common.stone */ +/* This file was generated from common_common.stone */ package com.dropbox.core.v2.common; @@ -23,7 +23,7 @@ * Information about current user's root. */ public class RootInfo { - // struct common.RootInfo (common.stone) + // struct common.RootInfo (common_common.stone) @Nonnull protected final String rootNamespaceId; @@ -35,9 +35,10 @@ public class RootInfo { * * @param rootNamespaceId The namespace ID for user's root namespace. It * will be the namespace ID of the shared team root if the user is - * member of a team with a separate team root. Otherwise it will be same - * as {@link RootInfo#getHomeNamespaceId}. Must match pattern "{@code - * [-_0-9a-zA-Z:]+}" and not be {@code null}. + * member of a team with a separate team root, or the user root if user + * is member of a team with separate distinct roots for users. Otherwise + * it will be the same as {@link RootInfo#getHomeNamespaceId}. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * @param homeNamespaceId The namespace ID for user's home namespace. Must * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * @@ -64,7 +65,8 @@ public RootInfo(@Nonnull String rootNamespaceId, @Nonnull String homeNamespaceId /** * The namespace ID for user's root namespace. It will be the namespace ID * of the shared team root if the user is member of a team with a separate - * team root. Otherwise it will be same as {@link + * team root, or the user root if user is member of a team with separate + * distinct roots for users. Otherwise it will be the same as {@link * RootInfo#getHomeNamespaceId}. * * @return value for this field, never {@code null}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/TeamRootInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/TeamRootInfo.java index 95e086e6b..b099414be 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/TeamRootInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/TeamRootInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from common.stone */ +/* This file was generated from common_common.stone */ package com.dropbox.core.v2.common; @@ -23,7 +23,7 @@ * Root info when user is member of a team with a separate root namespace ID. */ public class TeamRootInfo extends RootInfo { - // struct common.TeamRootInfo (common.stone) + // struct common.TeamRootInfo (common_common.stone) @Nonnull protected final String homePath; @@ -34,9 +34,10 @@ public class TeamRootInfo extends RootInfo { * * @param rootNamespaceId The namespace ID for user's root namespace. It * will be the namespace ID of the shared team root if the user is - * member of a team with a separate team root. Otherwise it will be same - * as {@link RootInfo#getHomeNamespaceId}. Must match pattern "{@code - * [-_0-9a-zA-Z:]+}" and not be {@code null}. + * member of a team with a separate team root, or the user root if user + * is member of a team with separate distinct roots for users. Otherwise + * it will be the same as {@link RootInfo#getHomeNamespaceId}. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * @param homeNamespaceId The namespace ID for user's home namespace. Must * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * @param homePath The path for user's home directory under the shared team @@ -56,7 +57,8 @@ public TeamRootInfo(@Nonnull String rootNamespaceId, @Nonnull String homeNamespa /** * The namespace ID for user's root namespace. It will be the namespace ID * of the shared team root if the user is member of a team with a separate - * team root. Otherwise it will be same as {@link + * team root, or the user root if user is member of a team with separate + * distinct roots for users. Otherwise it will be the same as {@link * RootInfo#getHomeNamespaceId}. * * @return value for this field, never {@code null}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/UserRootInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/UserRootInfo.java index e74644ba7..a505dd9e8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/UserRootInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/common/UserRootInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from common.stone */ +/* This file was generated from common_common.stone */ package com.dropbox.core.v2.common; @@ -14,17 +14,21 @@ import com.fasterxml.jackson.core.JsonToken; import java.io.IOException; +import java.util.Arrays; import java.util.regex.Pattern; import javax.annotation.Nonnull; +import javax.annotation.Nullable; /** * Root info when user is not member of a team or the user is a member of a team * and the team does not have a separate root namespace. */ public class UserRootInfo extends RootInfo { - // struct common.UserRootInfo (common.stone) + // struct common.UserRootInfo (common_common.stone) + @Nullable + protected final String homePath; /** * Root info when user is not member of a team or the user is a member of a @@ -32,23 +36,50 @@ public class UserRootInfo extends RootInfo { * * @param rootNamespaceId The namespace ID for user's root namespace. It * will be the namespace ID of the shared team root if the user is - * member of a team with a separate team root. Otherwise it will be same - * as {@link RootInfo#getHomeNamespaceId}. Must match pattern "{@code - * [-_0-9a-zA-Z:]+}" and not be {@code null}. + * member of a team with a separate team root, or the user root if user + * is member of a team with separate distinct roots for users. Otherwise + * it will be the same as {@link RootInfo#getHomeNamespaceId}. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * @param homeNamespaceId The namespace ID for user's home namespace. Must * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param homePath The path for user's home directory under the distinct + * user root. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public UserRootInfo(@Nonnull String rootNamespaceId, @Nonnull String homeNamespaceId) { + public UserRootInfo(@Nonnull String rootNamespaceId, @Nonnull String homeNamespaceId, @Nullable String homePath) { super(rootNamespaceId, homeNamespaceId); + this.homePath = homePath; + } + + /** + * Root info when user is not member of a team or the user is a member of a + * team and the team does not have a separate root namespace. + * + *

The default values for unset fields will be used.

+ * + * @param rootNamespaceId The namespace ID for user's root namespace. It + * will be the namespace ID of the shared team root if the user is + * member of a team with a separate team root, or the user root if user + * is member of a team with separate distinct roots for users. Otherwise + * it will be the same as {@link RootInfo#getHomeNamespaceId}. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param homeNamespaceId The namespace ID for user's home namespace. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public UserRootInfo(@Nonnull String rootNamespaceId, @Nonnull String homeNamespaceId) { + this(rootNamespaceId, homeNamespaceId, null); } /** * The namespace ID for user's root namespace. It will be the namespace ID * of the shared team root if the user is member of a team with a separate - * team root. Otherwise it will be same as {@link + * team root, or the user root if user is member of a team with separate + * distinct roots for users. Otherwise it will be the same as {@link * RootInfo#getHomeNamespaceId}. * * @return value for this field, never {@code null}. @@ -68,10 +99,23 @@ public String getHomeNamespaceId() { return homeNamespaceId; } + /** + * The path for user's home directory under the distinct user root. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public String getHomePath() { + return homePath; + } + @Override public int hashCode() { - // attempt to deal with inheritance - return getClass().toString().hashCode(); + int hash = Arrays.hashCode(new Object [] { + this.homePath + }); + hash = (31 * super.hashCode()) + hash; + return hash; } @Override @@ -87,6 +131,7 @@ else if (obj.getClass().equals(this.getClass())) { UserRootInfo other = (UserRootInfo) obj; return ((this.rootNamespaceId == other.rootNamespaceId) || (this.rootNamespaceId.equals(other.rootNamespaceId))) && ((this.homeNamespaceId == other.homeNamespaceId) || (this.homeNamespaceId.equals(other.homeNamespaceId))) + && ((this.homePath == other.homePath) || (this.homePath != null && this.homePath.equals(other.homePath))) ; } else { @@ -127,6 +172,10 @@ public void serialize(UserRootInfo value, JsonGenerator g, boolean collapse) thr StoneSerializers.string().serialize(value.rootNamespaceId, g); g.writeFieldName("home_namespace_id"); StoneSerializers.string().serialize(value.homeNamespaceId, g); + if (value.homePath != null) { + g.writeFieldName("home_path"); + StoneSerializers.nullable(StoneSerializers.string()).serialize(value.homePath, g); + } if (!collapse) { g.writeEndObject(); } @@ -146,6 +195,7 @@ public UserRootInfo deserialize(JsonParser p, boolean collapsed) throws IOExcept if (tag == null) { String f_rootNamespaceId = null; String f_homeNamespaceId = null; + String f_homePath = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -155,6 +205,9 @@ public UserRootInfo deserialize(JsonParser p, boolean collapsed) throws IOExcept else if ("home_namespace_id".equals(field)) { f_homeNamespaceId = StoneSerializers.string().deserialize(p); } + else if ("home_path".equals(field)) { + f_homePath = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); + } else { skipValue(p); } @@ -165,7 +218,7 @@ else if ("home_namespace_id".equals(field)) { if (f_homeNamespaceId == null) { throw new JsonParseException(p, "Required field \"home_namespace_id\" missing."); } - value = new UserRootInfo(f_rootNamespaceId, f_homeNamespaceId); + value = new UserRootInfo(f_rootNamespaceId, f_homeNamespaceId, f_homePath); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DbxUserContactsRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DbxUserContactsRequests.java index 9fe518d99..1835da381 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DbxUserContactsRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DbxUserContactsRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from contacts.stone */ +/* This file was generated from contacts_apiv2_contacts.stone */ package com.dropbox.core.v2.contacts; @@ -17,7 +17,7 @@ * Routes in namespace "contacts". */ public class DbxUserContactsRequests { - // namespace contacts (contacts.stone) + // namespace contacts (contacts_apiv2_contacts.stone) private final DbxRawClientV2 client; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DeleteManualContactsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DeleteManualContactsArg.java index 04a55ea86..514a0ace5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DeleteManualContactsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DeleteManualContactsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from contacts.stone */ +/* This file was generated from contacts_apiv2_contacts.stone */ package com.dropbox.core.v2.contacts; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class DeleteManualContactsArg { - // struct contacts.DeleteManualContactsArg (contacts.stone) + // struct contacts.DeleteManualContactsArg (contacts_apiv2_contacts.stone) @Nonnull protected final List emailAddresses; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DeleteManualContactsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DeleteManualContactsError.java index a95303eab..18c8e3874 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DeleteManualContactsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/contacts/DeleteManualContactsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from contacts.stone */ +/* This file was generated from contacts_apiv2_contacts.stone */ package com.dropbox.core.v2.contacts; @@ -28,7 +28,7 @@ * will be used.

*/ public final class DeleteManualContactsError { - // union contacts.DeleteManualContactsError (contacts.stone) + // union contacts.DeleteManualContactsError (contacts_apiv2_contacts.stone) /** * Discriminating tag type for {@link DeleteManualContactsError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddPropertiesArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddPropertiesArg.java index 7c4412324..19b9e10d5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddPropertiesArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddPropertiesArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -21,7 +21,7 @@ import javax.annotation.Nonnull; public class AddPropertiesArg { - // struct file_properties.AddPropertiesArg (file_properties.stone) + // struct file_properties.AddPropertiesArg (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String path; @@ -34,7 +34,7 @@ public class AddPropertiesArg { * pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and not be * {@code null}. * @param propertyGroups The property groups which are to be added to a - * Dropbox file. No two groups in the input should refer to the same + * Dropbox file. No two groups in the input should refer to the same * template. Must not contain a {@code null} item and not be {@code * null}. * @@ -72,7 +72,7 @@ public String getPath() { /** * The property groups which are to be added to a Dropbox file. No two - * groups in the input should refer to the same template. + * groups in the input should refer to the same template. * * @return value for this field, never {@code null}. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddPropertiesError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddPropertiesError.java index ff5187e1b..2153c591d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddPropertiesError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddPropertiesError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class AddPropertiesError { - // union file_properties.AddPropertiesError (file_properties.stone) + // union file_properties.AddPropertiesError (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link AddPropertiesError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddTemplateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddTemplateArg.java index 3f455e477..44c7c01c4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddTemplateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddTemplateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AddTemplateArg extends PropertyGroupTemplate { - // struct file_properties.AddTemplateArg (file_properties.stone) + // struct file_properties.AddTemplateArg (file_properties_apiv2_file_properties_types.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddTemplateResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddTemplateResult.java index 9dd768181..28bbd063f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddTemplateResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/AddTemplateResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class AddTemplateResult { - // struct file_properties.AddTemplateResult (file_properties.stone) + // struct file_properties.AddTemplateResult (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String templateId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/DbxTeamFilePropertiesRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/DbxTeamFilePropertiesRequests.java index 5bdcf5abb..29a304c80 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/DbxTeamFilePropertiesRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/DbxTeamFilePropertiesRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -16,7 +16,7 @@ * Routes in namespace "file_properties". */ public class DbxTeamFilePropertiesRequests { - // namespace file_properties (file_properties.stone) + // namespace file_properties (file_properties_apiv2_file_properties_types.stone) private final DbxRawClientV2 client; @@ -53,9 +53,8 @@ AddTemplateResult templatesAddForTeam(AddTemplateArg arg) throws ModifyTemplateE /** * Add a template associated with a team. See {@link * DbxUserFilePropertiesRequests#propertiesAdd(String,List)} to add - * properties to a file or folder. - * - *

Note: this endpoint will create team-owned templates.

+ * properties to a file or folder. Note: this endpoint will create + * team-owned templates. * * @param name Display name for the template. Template names can be up to * 256 bytes. Must not be {@code null}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/DbxUserFilePropertiesRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/DbxUserFilePropertiesRequests.java index 73c518814..fc535c88f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/DbxUserFilePropertiesRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/DbxUserFilePropertiesRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -16,7 +16,7 @@ * Routes in namespace "file_properties". */ public class DbxUserFilePropertiesRequests { - // namespace file_properties (file_properties.stone) + // namespace file_properties (file_properties_apiv2_file_properties_types.stone) private final DbxRawClientV2 client; @@ -62,7 +62,7 @@ void propertiesAdd(AddPropertiesArg arg) throws AddPropertiesErrorException, Dbx * pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and not be * {@code null}. * @param propertyGroups The property groups which are to be added to a - * Dropbox file. No two groups in the input should refer to the same + * Dropbox file. No two groups in the input should refer to the same * template. Must not contain a {@code null} item and not be {@code * null}. * @@ -118,7 +118,7 @@ void propertiesOverwrite(OverwritePropertyGroupArg arg) throws InvalidPropertyGr * pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and not be * {@code null}. * @param propertyGroups The property groups "snapshot" updates to force - * apply. No two groups in the input should refer to the same template. + * apply. No two groups in the input should refer to the same template. * Must contain at least 1 items, not contain a {@code null} item, and * not be {@code null}. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/GetTemplateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/GetTemplateArg.java index 240a43f0a..068b027fa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/GetTemplateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/GetTemplateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class GetTemplateArg { - // struct file_properties.GetTemplateArg (file_properties.stone) + // struct file_properties.GetTemplateArg (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String templateId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/GetTemplateResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/GetTemplateResult.java index c63de38fa..db7edf697 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/GetTemplateResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/GetTemplateResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GetTemplateResult extends PropertyGroupTemplate { - // struct file_properties.GetTemplateResult (file_properties.stone) + // struct file_properties.GetTemplateResult (file_properties_apiv2_file_properties_types.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/InvalidPropertyGroupError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/InvalidPropertyGroupError.java index b0f8d8e12..a0ec846dc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/InvalidPropertyGroupError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/InvalidPropertyGroupError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class InvalidPropertyGroupError { - // union file_properties.InvalidPropertyGroupError (file_properties.stone) + // union file_properties.InvalidPropertyGroupError (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link InvalidPropertyGroupError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ListTemplateResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ListTemplateResult.java index 373bcf793..5ea98252b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ListTemplateResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ListTemplateResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class ListTemplateResult { - // struct file_properties.ListTemplateResult (file_properties.stone) + // struct file_properties.ListTemplateResult (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final List templateIds; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LogicalOperator.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LogicalOperator.java index e21bec9af..a98e39394 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LogicalOperator.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LogicalOperator.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -20,7 +20,7 @@ * Logical operator to join search queries together. */ public enum LogicalOperator { - // union file_properties.LogicalOperator (file_properties.stone) + // union file_properties.LogicalOperator (file_properties_apiv2_file_properties_types.stone) /** * Append a query with an "or" operator. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LookUpPropertiesError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LookUpPropertiesError.java index 613bb6233..05d1328dd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LookUpPropertiesError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LookUpPropertiesError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum LookUpPropertiesError { - // union file_properties.LookUpPropertiesError (file_properties.stone) + // union file_properties.LookUpPropertiesError (file_properties_apiv2_file_properties_types.stone) /** * No property group was found. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LookupError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LookupError.java index 2d30e3c5e..5723a557b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LookupError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/LookupError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -27,7 +27,7 @@ * will be used.

*/ public final class LookupError { - // union file_properties.LookupError (file_properties.stone) + // union file_properties.LookupError (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link LookupError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ModifyTemplateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ModifyTemplateError.java index 80ba84914..223b31ee1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ModifyTemplateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ModifyTemplateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class ModifyTemplateError { - // union file_properties.ModifyTemplateError (file_properties.stone) + // union file_properties.ModifyTemplateError (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link ModifyTemplateError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ModifyTemplateErrorException.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ModifyTemplateErrorException.java index a0886439e..7cbeac068 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ModifyTemplateErrorException.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/ModifyTemplateErrorException.java @@ -15,10 +15,10 @@ * {@link DbxTeamFilePropertiesRequests#templatesUpdateForTeam(String)}, {@link * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateAdd(String,String,java.util.List)}, * {@link - * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateUpdate(String)}, - * {@link * DbxUserFilePropertiesRequests#templatesAddForUser(String,String,java.util.List)}, - * and {@link DbxUserFilePropertiesRequests#templatesUpdateForUser(String)}. + * {@link DbxUserFilePropertiesRequests#templatesUpdateForUser(String)}, and + * {@link + * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateUpdate(String)}. *

*/ public class ModifyTemplateErrorException extends DbxApiException { @@ -26,9 +26,9 @@ public class ModifyTemplateErrorException extends DbxApiException { // 2/file_properties/templates/add_for_team // 2/file_properties/templates/update_for_team // 2/team/properties/template/add - // 2/team/properties/template/update // 2/file_properties/templates/add_for_user // 2/file_properties/templates/update_for_user + // 2/team/properties/template/update private static final long serialVersionUID = 0L; @@ -39,10 +39,10 @@ public class ModifyTemplateErrorException extends DbxApiException { * {@link * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateAdd(String,String,java.util.List)}, * {@link - * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateUpdate(String)}, - * {@link * DbxUserFilePropertiesRequests#templatesAddForUser(String,String,java.util.List)}, - * and {@link DbxUserFilePropertiesRequests#templatesUpdateForUser(String)}. + * {@link DbxUserFilePropertiesRequests#templatesUpdateForUser(String)}, and + * {@link + * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateUpdate(String)}. */ public final ModifyTemplateError errorValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/OverwritePropertyGroupArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/OverwritePropertyGroupArg.java index ab3ab0573..53dce3bf6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/OverwritePropertyGroupArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/OverwritePropertyGroupArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -21,7 +21,7 @@ import javax.annotation.Nonnull; public class OverwritePropertyGroupArg { - // struct file_properties.OverwritePropertyGroupArg (file_properties.stone) + // struct file_properties.OverwritePropertyGroupArg (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String path; @@ -34,7 +34,7 @@ public class OverwritePropertyGroupArg { * pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and not be * {@code null}. * @param propertyGroups The property groups "snapshot" updates to force - * apply. No two groups in the input should refer to the same template. + * apply. No two groups in the input should refer to the same template. * Must contain at least 1 items, not contain a {@code null} item, and * not be {@code null}. * @@ -75,7 +75,7 @@ public String getPath() { /** * The property groups "snapshot" updates to force apply. No two groups in - * the input should refer to the same template. + * the input should refer to the same template. * * @return value for this field, never {@code null}. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchArg.java index 80ca6abd8..66ca89e98 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class PropertiesSearchArg { - // struct file_properties.PropertiesSearchArg (file_properties.stone) + // struct file_properties.PropertiesSearchArg (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final List queries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchContinueArg.java index 57af1572f..5f4b31700 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class PropertiesSearchContinueArg { - // struct file_properties.PropertiesSearchContinueArg (file_properties.stone) + // struct file_properties.PropertiesSearchContinueArg (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchContinueError.java index c76e9ce32..a2a351016 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PropertiesSearchContinueError { - // union file_properties.PropertiesSearchContinueError (file_properties.stone) + // union file_properties.PropertiesSearchContinueError (file_properties_apiv2_file_properties_types.stone) /** * Indicates that the cursor has been invalidated. Call {@link * DbxUserFilePropertiesRequests#propertiesSearch(java.util.List,TemplateFilter)} diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchError.java index bcae2d531..1d4b8dd4b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -27,7 +27,7 @@ * will be used.

*/ public final class PropertiesSearchError { - // union file_properties.PropertiesSearchError (file_properties.stone) + // union file_properties.PropertiesSearchError (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link PropertiesSearchError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchMatch.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchMatch.java index 2d14a161f..1e5de322e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchMatch.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchMatch.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class PropertiesSearchMatch { - // struct file_properties.PropertiesSearchMatch (file_properties.stone) + // struct file_properties.PropertiesSearchMatch (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchMode.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchMode.java index 8a2cafe97..14e8a8410 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchMode.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchMode.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -27,7 +27,7 @@ * will be used.

*/ public final class PropertiesSearchMode { - // union file_properties.PropertiesSearchMode (file_properties.stone) + // union file_properties.PropertiesSearchMode (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link PropertiesSearchMode}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchQuery.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchQuery.java index 9031aa372..6af87ef49 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchQuery.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchQuery.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PropertiesSearchQuery { - // struct file_properties.PropertiesSearchQuery (file_properties.stone) + // struct file_properties.PropertiesSearchQuery (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String query; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchResult.java index e15251041..b0f16f068 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertiesSearchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class PropertiesSearchResult { - // struct file_properties.PropertiesSearchResult (file_properties.stone) + // struct file_properties.PropertiesSearchResult (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final List matches; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyField.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyField.java index fe219e15e..422258681 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyField.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyField.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -23,7 +23,7 @@ * added to Dropbox files as a {@link PropertyGroup}. */ public class PropertyField { - // struct file_properties.PropertyField (file_properties.stone) + // struct file_properties.PropertyField (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyFieldTemplate.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyFieldTemplate.java index dcbea56e1..9b3e1c76f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyFieldTemplate.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyFieldTemplate.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -23,7 +23,7 @@ * {@link PropertyGroupTemplate}. */ public class PropertyFieldTemplate { - // struct file_properties.PropertyFieldTemplate (file_properties.stone) + // struct file_properties.PropertyFieldTemplate (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String name; @@ -40,9 +40,7 @@ public class PropertyFieldTemplate { * keys can be up to 256 bytes. Must not be {@code null}. * @param description Description of the property field. Property field * descriptions can be up to 1024 bytes. Must not be {@code null}. - * @param type Data type of the value of this property field. This type - * will be enforced upon property creation and modifications. Must not - * be {@code null}. + * @param type Must not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -85,8 +83,6 @@ public String getDescription() { } /** - * Data type of the value of this property field. This type will be enforced - * upon property creation and modifications. * * @return value for this field, never {@code null}. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroup.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroup.java index 6e4b17463..9225291bf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroup.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroup.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -27,7 +27,7 @@ * are defined by the corresponding {@link PropertyGroupTemplate}. */ public class PropertyGroup { - // struct file_properties.PropertyGroup (file_properties.stone) + // struct file_properties.PropertyGroup (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String templateId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroupTemplate.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroupTemplate.java index c4febd3e7..d17538a3a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroupTemplate.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroupTemplate.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -23,7 +23,7 @@ * Defines how a property group may be structured. */ public class PropertyGroupTemplate { - // struct file_properties.PropertyGroupTemplate (file_properties.stone) + // struct file_properties.PropertyGroupTemplate (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroupUpdate.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroupUpdate.java index bf0a88162..bd0f98268 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroupUpdate.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyGroupUpdate.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -21,8 +21,11 @@ import javax.annotation.Nonnull; import javax.annotation.Nullable; +/** + * Property routes + */ public class PropertyGroupUpdate { - // struct file_properties.PropertyGroupUpdate (file_properties.stone) + // struct file_properties.PropertyGroupUpdate (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String templateId; @@ -32,16 +35,18 @@ public class PropertyGroupUpdate { protected final List removeFields; /** - * Use {@link newBuilder} to create instances of this class without - * specifying values for all optional fields. + * Property routes + * + *

Use {@link newBuilder} to create instances of this class without + * specifying values for all optional fields.

* * @param templateId A unique identifier for a property template. Must have * length of at least 1, match pattern "{@code (/|ptid:).*}", and not be * {@code null}. * @param addOrUpdateFields Property fields to update. If the property * field already exists, it is updated. If the property field doesn't - * exist, the property group is added. Must not contain a {@code null} - * item. + * exist, it will be created as long as the property group already + * exists. Must not contain a {@code null} item. * @param removeFields Property fields to remove (by name), provided they * exist. Must not contain a {@code null} item. * @@ -78,7 +83,7 @@ public PropertyGroupUpdate(@Nonnull String templateId, @Nullable List The default values for unset fields will be used.

* @@ -105,8 +110,8 @@ public String getTemplateId() { /** * Property fields to update. If the property field already exists, it is - * updated. If the property field doesn't exist, the property group is - * added. + * updated. If the property field doesn't exist, it will be created as long + * as the property group already exists. * * @return value for this field, or {@code null} if not present. */ @@ -170,8 +175,8 @@ protected Builder(String templateId) { * * @param addOrUpdateFields Property fields to update. If the property * field already exists, it is updated. If the property field - * doesn't exist, the property group is added. Must not contain a - * {@code null} item. + * doesn't exist, it will be created as long as the property group + * already exists. Must not contain a {@code null} item. * * @return this builder * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyType.java index 7834c862a..839d8160e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/PropertyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -20,7 +20,7 @@ * Data type of the given property field added. */ public enum PropertyType { - // union file_properties.PropertyType (file_properties.stone) + // union file_properties.PropertyType (file_properties_apiv2_file_properties_types.stone) /** * The associated property field will be of type string. Unicode is * supported. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemovePropertiesArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemovePropertiesArg.java index bf518cdfb..360427072 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemovePropertiesArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemovePropertiesArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -21,7 +21,7 @@ import javax.annotation.Nonnull; public class RemovePropertiesArg { - // struct file_properties.RemovePropertiesArg (file_properties.stone) + // struct file_properties.RemovePropertiesArg (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemovePropertiesError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemovePropertiesError.java index e4b9e52e0..3efa2b524 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemovePropertiesError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemovePropertiesError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class RemovePropertiesError { - // union file_properties.RemovePropertiesError (file_properties.stone) + // union file_properties.RemovePropertiesError (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link RemovePropertiesError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemoveTemplateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemoveTemplateArg.java index 63d8db49b..80a84b749 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemoveTemplateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/RemoveTemplateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RemoveTemplateArg { - // struct file_properties.RemoveTemplateArg (file_properties.stone) + // struct file_properties.RemoveTemplateArg (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String templateId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateError.java index d7f44605e..f258d1cd6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -28,7 +28,7 @@ * will be used.

*/ public final class TemplateError { - // union file_properties.TemplateError (file_properties.stone) + // union file_properties.TemplateError (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link TemplateError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateErrorException.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateErrorException.java index 006097b76..0e1304728 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateErrorException.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateErrorException.java @@ -14,10 +14,10 @@ * DbxTeamFilePropertiesRequests#templatesListForTeam}, {@link * DbxTeamFilePropertiesRequests#templatesRemoveForTeam(String)}, {@link * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateGet(String)}, - * {@link com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateList}, * {@link DbxUserFilePropertiesRequests#templatesGetForUser(String)}, {@link * DbxUserFilePropertiesRequests#templatesListForUser}, {@link * DbxUserFilePropertiesRequests#templatesRemoveForUser(String)}, {@link + * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateList}, {@link * com.dropbox.core.v2.files.DbxUserFilesRequests#propertiesTemplateGet(String)}, * and {@link * com.dropbox.core.v2.files.DbxUserFilesRequests#propertiesTemplateList}.

@@ -28,10 +28,10 @@ public class TemplateErrorException extends DbxApiException { // 2/file_properties/templates/list_for_team // 2/file_properties/templates/remove_for_team // 2/team/properties/template/get - // 2/team/properties/template/list // 2/file_properties/templates/get_for_user // 2/file_properties/templates/list_for_user // 2/file_properties/templates/remove_for_user + // 2/team/properties/template/list // 2/files/properties/template/get // 2/files/properties/template/list @@ -43,11 +43,11 @@ public class TemplateErrorException extends DbxApiException { * DbxTeamFilePropertiesRequests#templatesListForTeam}, {@link * DbxTeamFilePropertiesRequests#templatesRemoveForTeam(String)}, {@link * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateGet(String)}, - * {@link - * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateList}, * {@link DbxUserFilePropertiesRequests#templatesGetForUser(String)}, {@link * DbxUserFilePropertiesRequests#templatesListForUser}, {@link * DbxUserFilePropertiesRequests#templatesRemoveForUser(String)}, {@link + * com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateList}, + * {@link * com.dropbox.core.v2.files.DbxUserFilesRequests#propertiesTemplateGet(String)}, * and {@link * com.dropbox.core.v2.files.DbxUserFilesRequests#propertiesTemplateList}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateFilter.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateFilter.java index d5c23efdb..0156f736f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateFilter.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateFilter.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class TemplateFilter { - // union file_properties.TemplateFilter (file_properties.stone) + // union file_properties.TemplateFilter (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link TemplateFilter}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateFilterBase.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateFilterBase.java index 5954b797a..c24a34a66 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateFilterBase.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/TemplateFilterBase.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -28,7 +28,7 @@ * will be used.

*/ public final class TemplateFilterBase { - // union file_properties.TemplateFilterBase (file_properties.stone) + // union file_properties.TemplateFilterBase (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link TemplateFilterBase}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdatePropertiesArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdatePropertiesArg.java index baa51df88..711f835ff 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdatePropertiesArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdatePropertiesArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -21,7 +21,7 @@ import javax.annotation.Nonnull; public class UpdatePropertiesArg { - // struct file_properties.UpdatePropertiesArg (file_properties.stone) + // struct file_properties.UpdatePropertiesArg (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdatePropertiesError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdatePropertiesError.java index 16f0a2e9d..66c57700d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdatePropertiesError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdatePropertiesError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class UpdatePropertiesError { - // union file_properties.UpdatePropertiesError (file_properties.stone) + // union file_properties.UpdatePropertiesError (file_properties_apiv2_file_properties_types.stone) /** * Discriminating tag type for {@link UpdatePropertiesError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdateTemplateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdateTemplateArg.java index 94479fb06..3b3f9b54e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdateTemplateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdateTemplateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; public class UpdateTemplateArg { - // struct file_properties.UpdateTemplateArg (file_properties.stone) + // struct file_properties.UpdateTemplateArg (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String templateId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdateTemplateResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdateTemplateResult.java index 8c1432519..89f69c041 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdateTemplateResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/UpdateTemplateResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_properties.stone */ +/* This file was generated from file_properties_apiv2_file_properties_types.stone */ package com.dropbox.core.v2.fileproperties; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class UpdateTemplateResult { - // struct file_properties.UpdateTemplateResult (file_properties.stone) + // struct file_properties.UpdateTemplateResult (file_properties_apiv2_file_properties_types.stone) @Nonnull protected final String templateId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/package-info.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/package-info.java index 884513dc3..3331fdbbf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/package-info.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/fileproperties/package-info.java @@ -4,41 +4,6 @@ /** * This namespace contains helpers for property and template metadata endpoints. * - *

These endpoints enable you to tag arbitrary key/value data to Dropbox - * files.

- * - *

The most basic unit in this namespace is the {@code propertyField}. These - * fields encapsulate the actual key/value data.

- * - *

Fields are added to a Dropbox file using a {@code propertyGroup}. - * Property groups contain a reference to a Dropbox file and a {@code - * propertyGroupTemplate}. Property groups are uniquely identified by the - * combination of their associated Dropbox file and template.

- * - *

The {@code propertyGroupTemplate} is a way of restricting the possible - * key names and value types of the data within a property group. The possible - * key names and value types are explicitly enumerated using {@code - * propertyFieldTemplate} objects.

- * - *

You can think of a property group template as a class definition for a - * particular key/value metadata object, and the property groups themselves as - * the instantiations of these objects.

- * - *

Templates are owned either by a user/app pair or team/app pair. Templates - * and their associated properties can't be accessed by any app other than the - * app that created them, and even then, only when the app is linked with the - * owner of the template (either a user or team).

- * - *

User-owned templates are accessed via the user-auth - * file_properties/templates/*_for_user endpoints, while team-owned templates - * are accessed via the team-auth file_properties/templates/*_for_team - * endpoints. Properties associated with either type of template can be accessed - * via the user-auth properties/* endpoints.

- * - *

Finally, properties can be accessed from a number of endpoints that - * return metadata, including `files/get_metadata`, and `files/list_folder`. - * Properties can also be added during upload, using `files/upload`.

- * *

See {@link * com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests}, {@link * com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests} for a list diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CountFileRequestsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CountFileRequestsError.java index 40bed4ce8..3829691aa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CountFileRequestsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CountFileRequestsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -19,7 +19,7 @@ * There was an error counting the file requests. */ public enum CountFileRequestsError { - // union file_requests.CountFileRequestsError (file_requests.stone) + // union file_requests.CountFileRequestsError (file_requests_apiv2_file_requests_public.stone) /** * This user's Dropbox Business team doesn't allow file requests. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CountFileRequestsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CountFileRequestsResult.java index 352d34cfc..c402341ff 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CountFileRequestsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CountFileRequestsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -20,7 +20,7 @@ * Result for {@link DbxUserFileRequestsRequests#count}. */ public class CountFileRequestsResult { - // struct file_requests.CountFileRequestsResult (file_requests.stone) + // struct file_requests.CountFileRequestsResult (file_requests_apiv2_file_requests_public.stone) protected final long fileRequestCount; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateBuilder.java index fc8b3d11b..60de23882 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateBuilder.java @@ -78,6 +78,19 @@ public CreateBuilder withDescription(String description) { return this; } + /** + * Set value for optional field. + * + * @param videoProjectId If this request was created from video project, + * its id. + * + * @return this builder + */ + public CreateBuilder withVideoProjectId(String videoProjectId) { + this._builder.withVideoProjectId(videoProjectId); + return this; + } + /** * Issues the request. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateFileRequestArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateFileRequestArgs.java index caddbd698..daf5a1826 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateFileRequestArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateFileRequestArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -24,7 +24,7 @@ * Arguments for {@link DbxUserFileRequestsRequests#create(String,String)}. */ class CreateFileRequestArgs { - // struct file_requests.CreateFileRequestArgs (file_requests.stone) + // struct file_requests.CreateFileRequestArgs (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final String title; @@ -35,6 +35,8 @@ class CreateFileRequestArgs { protected final boolean open; @Nullable protected final String description; + @Nullable + protected final String videoProjectId; /** * Arguments for {@link DbxUserFileRequestsRequests#create(String,String)}. @@ -54,11 +56,13 @@ class CreateFileRequestArgs { * request is closed, it will not accept any file submissions, but it * can be opened later. * @param description A description of the file request. + * @param videoProjectId If this request was created from video project, + * its id. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public CreateFileRequestArgs(@Nonnull String title, @Nonnull String destination, @Nullable FileRequestDeadline deadline, boolean open, @Nullable String description) { + public CreateFileRequestArgs(@Nonnull String title, @Nonnull String destination, @Nullable FileRequestDeadline deadline, boolean open, @Nullable String description, @Nullable String videoProjectId) { if (title == null) { throw new IllegalArgumentException("Required value for 'title' is null"); } @@ -76,6 +80,7 @@ public CreateFileRequestArgs(@Nonnull String title, @Nonnull String destination, this.deadline = deadline; this.open = open; this.description = description; + this.videoProjectId = videoProjectId; } /** @@ -94,7 +99,7 @@ public CreateFileRequestArgs(@Nonnull String title, @Nonnull String destination, * preconditions. */ public CreateFileRequestArgs(@Nonnull String title, @Nonnull String destination) { - this(title, destination, null, true, null); + this(title, destination, null, true, null, null); } /** @@ -152,6 +157,16 @@ public String getDescription() { return description; } + /** + * If this request was created from video project, its id. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public String getVideoProjectId() { + return videoProjectId; + } + /** * Returns a new builder for creating an instance of this class. * @@ -181,6 +196,7 @@ public static class Builder { protected FileRequestDeadline deadline; protected boolean open; protected String description; + protected String videoProjectId; protected Builder(String title, String destination) { if (title == null) { @@ -200,6 +216,7 @@ protected Builder(String title, String destination) { this.deadline = null; this.open = true; this.description = null; + this.videoProjectId = null; } /** @@ -250,6 +267,19 @@ public Builder withDescription(String description) { return this; } + /** + * Set value for optional field. + * + * @param videoProjectId If this request was created from video + * project, its id. + * + * @return this builder + */ + public Builder withVideoProjectId(String videoProjectId) { + this.videoProjectId = videoProjectId; + return this; + } + /** * Builds an instance of {@link CreateFileRequestArgs} configured with * this builder's values @@ -257,7 +287,7 @@ public Builder withDescription(String description) { * @return new instance of {@link CreateFileRequestArgs} */ public CreateFileRequestArgs build() { - return new CreateFileRequestArgs(title, destination, deadline, open, description); + return new CreateFileRequestArgs(title, destination, deadline, open, description, videoProjectId); } } @@ -268,7 +298,8 @@ public int hashCode() { this.destination, this.deadline, this.open, - this.description + this.description, + this.videoProjectId }); return hash; } @@ -289,6 +320,7 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.deadline == other.deadline) || (this.deadline != null && this.deadline.equals(other.deadline))) && (this.open == other.open) && ((this.description == other.description) || (this.description != null && this.description.equals(other.description))) + && ((this.videoProjectId == other.videoProjectId) || (this.videoProjectId != null && this.videoProjectId.equals(other.videoProjectId))) ; } else { @@ -338,6 +370,10 @@ public void serialize(CreateFileRequestArgs value, JsonGenerator g, boolean coll g.writeFieldName("description"); StoneSerializers.nullable(StoneSerializers.string()).serialize(value.description, g); } + if (value.videoProjectId != null) { + g.writeFieldName("video_project_id"); + StoneSerializers.nullable(StoneSerializers.string()).serialize(value.videoProjectId, g); + } if (!collapse) { g.writeEndObject(); } @@ -357,6 +393,7 @@ public CreateFileRequestArgs deserialize(JsonParser p, boolean collapsed) throws FileRequestDeadline f_deadline = null; Boolean f_open = true; String f_description = null; + String f_videoProjectId = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -375,6 +412,9 @@ else if ("open".equals(field)) { else if ("description".equals(field)) { f_description = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); } + else if ("video_project_id".equals(field)) { + f_videoProjectId = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); + } else { skipValue(p); } @@ -385,7 +425,7 @@ else if ("description".equals(field)) { if (f_destination == null) { throw new JsonParseException(p, "Required field \"destination\" missing."); } - value = new CreateFileRequestArgs(f_title, f_destination, f_deadline, f_open, f_description); + value = new CreateFileRequestArgs(f_title, f_destination, f_deadline, f_open, f_description, f_videoProjectId); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateFileRequestError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateFileRequestError.java index b09432dc2..872222665 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateFileRequestError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/CreateFileRequestError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -20,7 +20,7 @@ * There was an error creating the file request. */ public enum CreateFileRequestError { - // union file_requests.CreateFileRequestError (file_requests.stone) + // union file_requests.CreateFileRequestError (file_requests_apiv2_file_requests_public.stone) /** * This user's Dropbox Business team doesn't allow file requests. */ @@ -61,6 +61,10 @@ public enum CreateFileRequestError { * invalid, or there were disallowed characters in the destination path. */ VALIDATION_ERROR, + /** + * This user doesn't have permission to edit files in a destination folder + */ + NO_WRITE_PERMISSION, /** * File requests are not available on the specified folder. */ @@ -112,6 +116,10 @@ public void serialize(CreateFileRequestError value, JsonGenerator g) throws IOEx g.writeString("validation_error"); break; } + case NO_WRITE_PERMISSION: { + g.writeString("no_write_permission"); + break; + } case INVALID_LOCATION: { g.writeString("invalid_location"); break; @@ -168,6 +176,9 @@ else if ("email_unverified".equals(tag)) { else if ("validation_error".equals(tag)) { value = CreateFileRequestError.VALIDATION_ERROR; } + else if ("no_write_permission".equals(tag)) { + value = CreateFileRequestError.NO_WRITE_PERMISSION; + } else if ("invalid_location".equals(tag)) { value = CreateFileRequestError.INVALID_LOCATION; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DbxUserFileRequestsRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DbxUserFileRequestsRequests.java index d87105ab7..e26fdd45b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DbxUserFileRequestsRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DbxUserFileRequestsRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -16,7 +16,7 @@ * Routes in namespace "file_requests". */ public class DbxUserFileRequestsRequests { - // namespace file_requests (file_requests.stone) + // namespace file_requests (file_requests_apiv2_file_requests_public.stone) private final DbxRawClientV2 client; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteAllClosedFileRequestsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteAllClosedFileRequestsError.java index a402793ed..9d6fc1624 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteAllClosedFileRequestsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteAllClosedFileRequestsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -19,7 +19,7 @@ * There was an error deleting all closed file requests. */ public enum DeleteAllClosedFileRequestsError { - // union file_requests.DeleteAllClosedFileRequestsError (file_requests.stone) + // union file_requests.DeleteAllClosedFileRequestsError (file_requests_apiv2_file_requests_public.stone) /** * This user's Dropbox Business team doesn't allow file requests. */ @@ -59,7 +59,11 @@ public enum DeleteAllClosedFileRequestsError { * There was an error validating the request. For example, the title was * invalid, or there were disallowed characters in the destination path. */ - VALIDATION_ERROR; + VALIDATION_ERROR, + /** + * This user doesn't have permission to edit files in a destination folder + */ + NO_WRITE_PERMISSION; /** * For internal use only. @@ -102,6 +106,10 @@ public void serialize(DeleteAllClosedFileRequestsError value, JsonGenerator g) t g.writeString("validation_error"); break; } + case NO_WRITE_PERMISSION: { + g.writeString("no_write_permission"); + break; + } default: { throw new IllegalArgumentException("Unrecognized tag: " + value); } @@ -150,6 +158,9 @@ else if ("email_unverified".equals(tag)) { else if ("validation_error".equals(tag)) { value = DeleteAllClosedFileRequestsError.VALIDATION_ERROR; } + else if ("no_write_permission".equals(tag)) { + value = DeleteAllClosedFileRequestsError.NO_WRITE_PERMISSION; + } else { throw new JsonParseException(p, "Unknown tag: " + tag); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteAllClosedFileRequestsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteAllClosedFileRequestsResult.java index 92c07e815..431a14586 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteAllClosedFileRequestsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteAllClosedFileRequestsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -23,7 +23,7 @@ * Result for {@link DbxUserFileRequestsRequests#deleteAllClosed}. */ public class DeleteAllClosedFileRequestsResult { - // struct file_requests.DeleteAllClosedFileRequestsResult (file_requests.stone) + // struct file_requests.DeleteAllClosedFileRequestsResult (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final List fileRequests; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestArgs.java index 02b826219..5b16b72c4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -23,7 +23,7 @@ * Arguments for {@link DbxUserFileRequestsRequests#delete(List)}. */ class DeleteFileRequestArgs { - // struct file_requests.DeleteFileRequestArgs (file_requests.stone) + // struct file_requests.DeleteFileRequestArgs (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final List ids; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestError.java index 5dfcc2e53..8ecdd086f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -20,7 +20,7 @@ * There was an error deleting these file requests. */ public enum DeleteFileRequestError { - // union file_requests.DeleteFileRequestError (file_requests.stone) + // union file_requests.DeleteFileRequestError (file_requests_apiv2_file_requests_public.stone) /** * This user's Dropbox Business team doesn't allow file requests. */ @@ -61,6 +61,10 @@ public enum DeleteFileRequestError { * invalid, or there were disallowed characters in the destination path. */ VALIDATION_ERROR, + /** + * This user doesn't have permission to edit files in a destination folder + */ + NO_WRITE_PERMISSION, /** * One or more file requests currently open. */ @@ -107,6 +111,10 @@ public void serialize(DeleteFileRequestError value, JsonGenerator g) throws IOEx g.writeString("validation_error"); break; } + case NO_WRITE_PERMISSION: { + g.writeString("no_write_permission"); + break; + } case FILE_REQUEST_OPEN: { g.writeString("file_request_open"); break; @@ -159,6 +167,9 @@ else if ("email_unverified".equals(tag)) { else if ("validation_error".equals(tag)) { value = DeleteFileRequestError.VALIDATION_ERROR; } + else if ("no_write_permission".equals(tag)) { + value = DeleteFileRequestError.NO_WRITE_PERMISSION; + } else if ("file_request_open".equals(tag)) { value = DeleteFileRequestError.FILE_REQUEST_OPEN; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestsResult.java index 4fefc56c4..686b140e7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/DeleteFileRequestsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -23,7 +23,7 @@ * Result for {@link DbxUserFileRequestsRequests#delete(List)}. */ public class DeleteFileRequestsResult { - // struct file_requests.DeleteFileRequestsResult (file_requests.stone) + // struct file_requests.DeleteFileRequestsResult (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final List fileRequests; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/FileRequest.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/FileRequest.java index 55bb72810..25352d511 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/FileRequest.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/FileRequest.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -27,7 +27,7 @@ * files into the user's Dropbox account. */ public class FileRequest { - // struct file_requests.FileRequest (file_requests.stone) + // struct file_requests.FileRequest (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final String id; @@ -45,6 +45,8 @@ public class FileRequest { protected final long fileCount; @Nullable protected final String description; + @Nullable + protected final String videoProjectId; /** * A file request for @@ -72,11 +74,13 @@ public class FileRequest { * @param deadline The deadline for this file request. Only set if the * request has a deadline. * @param description A description of the file request. + * @param videoProjectId If this request was created from video project, + * its id. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public FileRequest(@Nonnull String id, @Nonnull String url, @Nonnull String title, @Nonnull Date created, boolean isOpen, long fileCount, @Nullable String destination, @Nullable FileRequestDeadline deadline, @Nullable String description) { + public FileRequest(@Nonnull String id, @Nonnull String url, @Nonnull String title, @Nonnull Date created, boolean isOpen, long fileCount, @Nullable String destination, @Nullable FileRequestDeadline deadline, @Nullable String description, @Nullable String videoProjectId) { if (id == null) { throw new IllegalArgumentException("Required value for 'id' is null"); } @@ -115,6 +119,7 @@ public FileRequest(@Nonnull String id, @Nonnull String url, @Nonnull String titl this.isOpen = isOpen; this.fileCount = fileCount; this.description = description; + this.videoProjectId = videoProjectId; } /** @@ -139,7 +144,7 @@ public FileRequest(@Nonnull String id, @Nonnull String url, @Nonnull String titl * preconditions. */ public FileRequest(@Nonnull String id, @Nonnull String url, @Nonnull String title, @Nonnull Date created, boolean isOpen, long fileCount) { - this(id, url, title, created, isOpen, fileCount, null, null, null); + this(id, url, title, created, isOpen, fileCount, null, null, null, null); } /** @@ -234,6 +239,16 @@ public String getDescription() { return description; } + /** + * If this request was created from video project, its id. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public String getVideoProjectId() { + return videoProjectId; + } + /** * Returns a new builder for creating an instance of this class. * @@ -272,6 +287,7 @@ public static class Builder { protected String destination; protected FileRequestDeadline deadline; protected String description; + protected String videoProjectId; protected Builder(String id, String url, String title, Date created, boolean isOpen, long fileCount) { if (id == null) { @@ -307,6 +323,7 @@ protected Builder(String id, String url, String title, Date created, boolean isO this.destination = null; this.deadline = null; this.description = null; + this.videoProjectId = null; } /** @@ -358,6 +375,19 @@ public Builder withDescription(String description) { return this; } + /** + * Set value for optional field. + * + * @param videoProjectId If this request was created from video + * project, its id. + * + * @return this builder + */ + public Builder withVideoProjectId(String videoProjectId) { + this.videoProjectId = videoProjectId; + return this; + } + /** * Builds an instance of {@link FileRequest} configured with this * builder's values @@ -365,7 +395,7 @@ public Builder withDescription(String description) { * @return new instance of {@link FileRequest} */ public FileRequest build() { - return new FileRequest(id, url, title, created, isOpen, fileCount, destination, deadline, description); + return new FileRequest(id, url, title, created, isOpen, fileCount, destination, deadline, description, videoProjectId); } } @@ -380,7 +410,8 @@ public int hashCode() { this.deadline, this.isOpen, this.fileCount, - this.description + this.description, + this.videoProjectId }); return hash; } @@ -405,6 +436,7 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.destination == other.destination) || (this.destination != null && this.destination.equals(other.destination))) && ((this.deadline == other.deadline) || (this.deadline != null && this.deadline.equals(other.deadline))) && ((this.description == other.description) || (this.description != null && this.description.equals(other.description))) + && ((this.videoProjectId == other.videoProjectId) || (this.videoProjectId != null && this.videoProjectId.equals(other.videoProjectId))) ; } else { @@ -464,6 +496,10 @@ public void serialize(FileRequest value, JsonGenerator g, boolean collapse) thro g.writeFieldName("description"); StoneSerializers.nullable(StoneSerializers.string()).serialize(value.description, g); } + if (value.videoProjectId != null) { + g.writeFieldName("video_project_id"); + StoneSerializers.nullable(StoneSerializers.string()).serialize(value.videoProjectId, g); + } if (!collapse) { g.writeEndObject(); } @@ -487,6 +523,7 @@ public FileRequest deserialize(JsonParser p, boolean collapsed) throws IOExcepti String f_destination = null; FileRequestDeadline f_deadline = null; String f_description = null; + String f_videoProjectId = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -517,6 +554,9 @@ else if ("deadline".equals(field)) { else if ("description".equals(field)) { f_description = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); } + else if ("video_project_id".equals(field)) { + f_videoProjectId = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); + } else { skipValue(p); } @@ -539,7 +579,7 @@ else if ("description".equals(field)) { if (f_fileCount == null) { throw new JsonParseException(p, "Required field \"file_count\" missing."); } - value = new FileRequest(f_id, f_url, f_title, f_created, f_isOpen, f_fileCount, f_destination, f_deadline, f_description); + value = new FileRequest(f_id, f_url, f_title, f_created, f_isOpen, f_fileCount, f_destination, f_deadline, f_description, f_videoProjectId); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/FileRequestDeadline.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/FileRequestDeadline.java index 24ec6e518..bc0a07121 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/FileRequestDeadline.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/FileRequestDeadline.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; public class FileRequestDeadline { - // struct file_requests.FileRequestDeadline (file_requests.stone) + // struct file_requests.FileRequestDeadline (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final Date deadline; @@ -34,7 +34,7 @@ public class FileRequestDeadline { * @param deadline The deadline for this file request. Must not be {@code * null}. * @param allowLateUploads If set, allow uploads after the deadline has - * passed. These uploads will be marked overdue. + * passed. These uploads will be marked overdue. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -73,8 +73,8 @@ public Date getDeadline() { } /** - * If set, allow uploads after the deadline has passed. These uploads - * will be marked overdue. + * If set, allow uploads after the deadline has passed. These uploads will + * be marked overdue. * * @return value for this field, or {@code null} if not present. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GetFileRequestArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GetFileRequestArgs.java index a2b511ac9..76a273158 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GetFileRequestArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GetFileRequestArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -23,7 +23,7 @@ * Arguments for {@link DbxUserFileRequestsRequests#get(String)}. */ class GetFileRequestArgs { - // struct file_requests.GetFileRequestArgs (file_requests.stone) + // struct file_requests.GetFileRequestArgs (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GetFileRequestError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GetFileRequestError.java index dbd870c09..4e54de270 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GetFileRequestError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GetFileRequestError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -19,7 +19,7 @@ * There was an error retrieving the specified file request. */ public enum GetFileRequestError { - // union file_requests.GetFileRequestError (file_requests.stone) + // union file_requests.GetFileRequestError (file_requests_apiv2_file_requests_public.stone) /** * This user's Dropbox Business team doesn't allow file requests. */ @@ -59,7 +59,11 @@ public enum GetFileRequestError { * There was an error validating the request. For example, the title was * invalid, or there were disallowed characters in the destination path. */ - VALIDATION_ERROR; + VALIDATION_ERROR, + /** + * This user doesn't have permission to edit files in a destination folder + */ + NO_WRITE_PERMISSION; /** * For internal use only. @@ -102,6 +106,10 @@ public void serialize(GetFileRequestError value, JsonGenerator g) throws IOExcep g.writeString("validation_error"); break; } + case NO_WRITE_PERMISSION: { + g.writeString("no_write_permission"); + break; + } default: { throw new IllegalArgumentException("Unrecognized tag: " + value); } @@ -150,6 +158,9 @@ else if ("email_unverified".equals(tag)) { else if ("validation_error".equals(tag)) { value = GetFileRequestError.VALIDATION_ERROR; } + else if ("no_write_permission".equals(tag)) { + value = GetFileRequestError.NO_WRITE_PERMISSION; + } else { throw new JsonParseException(p, "Unknown tag: " + tag); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GracePeriod.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GracePeriod.java index a4d6df999..881003229 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GracePeriod.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/GracePeriod.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GracePeriod { - // union file_requests.GracePeriod (file_requests.stone) + // union file_requests.GracePeriod (file_requests_apiv2_file_requests_public.stone) ONE_DAY, TWO_DAYS, SEVEN_DAYS, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsArg.java index 525f7765a..b13cb90f3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -20,7 +20,7 @@ * Arguments for {@link DbxUserFileRequestsRequests#listV2(long)}. */ class ListFileRequestsArg { - // struct file_requests.ListFileRequestsArg (file_requests.stone) + // struct file_requests.ListFileRequestsArg (file_requests_apiv2_file_requests_public.stone) protected final long limit; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsContinueArg.java index d2583d229..50dabe7e9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListFileRequestsContinueArg { - // struct file_requests.ListFileRequestsContinueArg (file_requests.stone) + // struct file_requests.ListFileRequestsContinueArg (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsContinueError.java index 694d0e4d3..efe7bce8a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -20,7 +20,7 @@ * There was an error retrieving the file requests. */ public enum ListFileRequestsContinueError { - // union file_requests.ListFileRequestsContinueError (file_requests.stone) + // union file_requests.ListFileRequestsContinueError (file_requests_apiv2_file_requests_public.stone) /** * This user's Dropbox Business team doesn't allow file requests. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsError.java index b8c0b93ca..81ebd2165 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -19,7 +19,7 @@ * There was an error retrieving the file requests. */ public enum ListFileRequestsError { - // union file_requests.ListFileRequestsError (file_requests.stone) + // union file_requests.ListFileRequestsError (file_requests_apiv2_file_requests_public.stone) /** * This user's Dropbox Business team doesn't allow file requests. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsResult.java index 01bc372b2..7a5b3c95e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -23,7 +23,7 @@ * Result for {@link DbxUserFileRequestsRequests#list}. */ public class ListFileRequestsResult { - // struct file_requests.ListFileRequestsResult (file_requests.stone) + // struct file_requests.ListFileRequestsResult (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final List fileRequests; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsV2Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsV2Result.java index e7735810f..5fbe855da 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsV2Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/ListFileRequestsV2Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -24,7 +24,7 @@ * DbxUserFileRequestsRequests#listContinue(String)}. */ public class ListFileRequestsV2Result { - // struct file_requests.ListFileRequestsV2Result (file_requests.stone) + // struct file_requests.ListFileRequestsV2Result (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final List fileRequests; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestArgs.java index 6b36f8db7..9c6357f94 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -24,7 +24,7 @@ * Arguments for {@link DbxUserFileRequestsRequests#update(String)}. */ class UpdateFileRequestArgs { - // struct file_requests.UpdateFileRequestArgs (file_requests.stone) + // struct file_requests.UpdateFileRequestArgs (file_requests_apiv2_file_requests_public.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestDeadline.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestDeadline.java index be65702cf..50b4cb518 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestDeadline.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestDeadline.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -27,7 +27,7 @@ * will be used.

*/ public final class UpdateFileRequestDeadline { - // union file_requests.UpdateFileRequestDeadline (file_requests.stone) + // union file_requests.UpdateFileRequestDeadline (file_requests_apiv2_file_requests_public.stone) /** * Discriminating tag type for {@link UpdateFileRequestDeadline}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestError.java index 6cd546f1b..932005706 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/filerequests/UpdateFileRequestError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_requests.stone */ +/* This file was generated from file_requests_apiv2_file_requests_public.stone */ package com.dropbox.core.v2.filerequests; @@ -19,7 +19,7 @@ * There is an error updating the file request. */ public enum UpdateFileRequestError { - // union file_requests.UpdateFileRequestError (file_requests.stone) + // union file_requests.UpdateFileRequestError (file_requests_apiv2_file_requests_public.stone) /** * This user's Dropbox Business team doesn't allow file requests. */ @@ -59,7 +59,11 @@ public enum UpdateFileRequestError { * There was an error validating the request. For example, the title was * invalid, or there were disallowed characters in the destination path. */ - VALIDATION_ERROR; + VALIDATION_ERROR, + /** + * This user doesn't have permission to edit files in a destination folder + */ + NO_WRITE_PERMISSION; /** * For internal use only. @@ -102,6 +106,10 @@ public void serialize(UpdateFileRequestError value, JsonGenerator g) throws IOEx g.writeString("validation_error"); break; } + case NO_WRITE_PERMISSION: { + g.writeString("no_write_permission"); + break; + } default: { throw new IllegalArgumentException("Unrecognized tag: " + value); } @@ -150,6 +158,9 @@ else if ("email_unverified".equals(tag)) { else if ("validation_error".equals(tag)) { value = UpdateFileRequestError.VALIDATION_ERROR; } + else if ("no_write_permission".equals(tag)) { + value = UpdateFileRequestError.NO_WRITE_PERMISSION; + } else { throw new JsonParseException(p, "Unknown tag: " + tag); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AddTagArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AddTagArg.java index 273b89248..d8c589438 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AddTagArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AddTagArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone */ +/* This file was generated from file_tagging_file_tagging.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class AddTagArg { - // struct files.AddTagArg (file_tagging.stone) + // struct files.AddTagArg (file_tagging_file_tagging.stone) @Nonnull protected final String path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AddTagError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AddTagError.java index 48a3d273c..c0f3e65b5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AddTagError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AddTagError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone */ +/* This file was generated from file_tagging_file_tagging.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class AddTagError { - // union files.AddTagError (file_tagging.stone) + // union files.AddTagError (file_tagging_file_tagging.stone) /** * Discriminating tag type for {@link AddTagError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataArg.java index ba1a02d45..417d60ac2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ import javax.annotation.Nullable; class AlphaGetMetadataArg extends GetMetadataArg { - // struct files.AlphaGetMetadataArg (files.stone) + // struct files.AlphaGetMetadataArg (files_files_public_types.stone) @Nullable protected final List includePropertyTemplates; @@ -33,7 +33,8 @@ class AlphaGetMetadataArg extends GetMetadataArg { * specifying values for all optional fields. * * @param path The path of a file or folder on Dropbox. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * @param includeMediaInfo If true, {@link FileMetadata#getMediaInfo} is * set for photo and video. @@ -41,7 +42,7 @@ class AlphaGetMetadataArg extends GetMetadataArg { * for deleted file or folder, otherwise {@link LookupError#NOT_FOUND} * will be returned. * @param includeHasExplicitSharedMembers If true, the results will include - * a flag for each file indicating whether or not that file has any + * a flag for each file indicating whether or not that file has any * explicit members. * @param includePropertyGroups If set to a valid list of template IDs, * {@link FileMetadata#getPropertyGroups} is set if there exists @@ -78,7 +79,8 @@ public AlphaGetMetadataArg(@Nonnull String path, boolean includeMediaInfo, boole *

The default values for unset fields will be used.

* * @param path The path of a file or folder on Dropbox. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its @@ -121,7 +123,7 @@ public boolean getIncludeDeleted() { /** * If true, the results will include a flag for each file indicating whether - * or not that file has any explicit members. + * or not that file has any explicit members. * * @return value for this field, or {@code null} if not present. Defaults to * false. @@ -157,7 +159,8 @@ public List getIncludePropertyTemplates() { * Returns a new builder for creating an instance of this class. * * @param path The path of a file or folder on Dropbox. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return builder for this class. @@ -253,7 +256,7 @@ public Builder withIncludeDeleted(Boolean includeDeleted) { *

* * @param includeHasExplicitSharedMembers If true, the results will - * include a flag for each file indicating whether or not that file + * include a flag for each file indicating whether or not that file * has any explicit members. Defaults to {@code false} when set to * {@code null}. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataBuilder.java index a23a2e7af..13f10c24c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataBuilder.java @@ -77,7 +77,7 @@ public AlphaGetMetadataBuilder withIncludeDeleted(Boolean includeDeleted) { *

If left unset or set to {@code null}, defaults to {@code false}.

* * @param includeHasExplicitSharedMembers If true, the results will include - * a flag for each file indicating whether or not that file has any + * a flag for each file indicating whether or not that file has any * explicit members. Defaults to {@code false} when set to {@code null}. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataError.java index 5b2169287..751b7daf8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaGetMetadataError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class AlphaGetMetadataError { - // union files.AlphaGetMetadataError (files.stone) + // union files.AlphaGetMetadataError (files_files_public_types.stone) /** * Discriminating tag type for {@link AlphaGetMetadataError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/BaseTagError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/BaseTagError.java index f64d2fa02..49d1fc837 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/BaseTagError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/BaseTagError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone */ +/* This file was generated from file_tagging_file_tagging.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class BaseTagError { - // union files.BaseTagError (file_tagging.stone) + // union files.BaseTagError (file_tagging_file_tagging.stone) /** * Discriminating tag type for {@link BaseTagError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CommitInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CommitInfo.java index 2b0494951..4b6da2763 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CommitInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CommitInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -25,7 +25,7 @@ import javax.annotation.Nullable; public class CommitInfo { - // struct files.CommitInfo (files.stone) + // struct files.CommitInfo (files_files_public_base.stone) @Nonnull protected final String path; @@ -44,8 +44,9 @@ public class CommitInfo { * specifying values for all optional fields. * * @param path Path in the user's Dropbox to save the file. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param mode Selects what to do if the file already exists. Must not be * {@code null}. * @param autorename If there's a conflict, as determined by {@link @@ -77,7 +78,7 @@ public CommitInfo(@Nonnull String path, @Nonnull WriteMode mode, boolean autoren if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -105,8 +106,9 @@ public CommitInfo(@Nonnull String path, @Nonnull WriteMode mode, boolean autoren *

The default values for unset fields will be used.

* * @param path Path in the user's Dropbox to save the file. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -203,8 +205,9 @@ public boolean getStrictConflict() { * Returns a new builder for creating an instance of this class. * * @param path Path in the user's Dropbox to save the file. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return builder for this class. * @@ -232,7 +235,7 @@ protected Builder(String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ContentSyncSetting.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ContentSyncSetting.java index 03c1b9439..3f671bef0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ContentSyncSetting.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ContentSyncSetting.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class ContentSyncSetting { - // struct files.ContentSyncSetting (files.stone) + // struct files.ContentSyncSetting (files_files_public_types.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ContentSyncSettingArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ContentSyncSettingArg.java index 03bb5effd..f5d6207e9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ContentSyncSettingArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ContentSyncSettingArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class ContentSyncSettingArg { - // struct files.ContentSyncSettingArg (files.stone) + // struct files.ContentSyncSettingArg (files_files_public_types.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderArg.java index 472faab60..07b94a941 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class CreateFolderArg { - // struct files.CreateFolderArg (files.stone) + // struct files.CreateFolderArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -29,7 +29,8 @@ class CreateFolderArg { /** * * @param path Path in the user's Dropbox to create. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param autorename If there's a conflict, have the Dropbox server try to * autorename the folder to avoid the conflict. * @@ -40,7 +41,7 @@ public CreateFolderArg(@Nonnull String path, boolean autorename) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -53,7 +54,8 @@ public CreateFolderArg(@Nonnull String path, boolean autorename) { *

The default values for unset fields will be used.

* * @param path Path in the user's Dropbox to create. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchArg.java index 41df886bb..b710244d1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class CreateFolderBatchArg { - // struct files.CreateFolderBatchArg (files.stone) + // struct files.CreateFolderBatchArg (files_files_public_types.stone) @Nonnull protected final List paths; @@ -53,7 +53,7 @@ public CreateFolderBatchArg(@Nonnull List paths, boolean autorename, boo if (x == null) { throw new IllegalArgumentException("An item in list 'paths' is null"); } - if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)", x)) { + if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)", x)) { throw new IllegalArgumentException("Stringan item in list 'paths' does not match pattern"); } } @@ -148,7 +148,7 @@ protected Builder(List paths) { if (x == null) { throw new IllegalArgumentException("An item in list 'paths' is null"); } - if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)", x)) { + if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)", x)) { throw new IllegalArgumentException("Stringan item in list 'paths' does not match pattern"); } } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchError.java index c912daa42..2a0337fcf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum CreateFolderBatchError { - // union files.CreateFolderBatchError (files.stone) + // union files.CreateFolderBatchError (files_files_public_types.stone) /** * The operation would involve too many files or folders. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchJobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchJobStatus.java index 528f5ee7d..586bf4cdd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchJobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchJobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class CreateFolderBatchJobStatus { - // union files.CreateFolderBatchJobStatus (files.stone) + // union files.CreateFolderBatchJobStatus (files_files_public_types.stone) /** * Discriminating tag type for {@link CreateFolderBatchJobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchLaunch.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchLaunch.java index 1a4cbd338..2b57bf684 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchLaunch.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchLaunch.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -31,7 +31,7 @@ * will be used.

*/ public final class CreateFolderBatchLaunch { - // union files.CreateFolderBatchLaunch (files.stone) + // union files.CreateFolderBatchLaunch (files_files_public_types.stone) /** * Discriminating tag type for {@link CreateFolderBatchLaunch}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchResult.java index a137620db..4eb1d1114 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class CreateFolderBatchResult extends FileOpsResult { - // struct files.CreateFolderBatchResult (files.stone) + // struct files.CreateFolderBatchResult (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchResultEntry.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchResultEntry.java index 38e46c310..7b851e307 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchResultEntry.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderBatchResultEntry.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class CreateFolderBatchResultEntry { - // union files.CreateFolderBatchResultEntry (files.stone) + // union files.CreateFolderBatchResultEntry (files_files_public_types.stone) /** * Discriminating tag type for {@link CreateFolderBatchResultEntry}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderEntryError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderEntryError.java index b1d6e8c41..111a3a2a1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderEntryError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderEntryError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class CreateFolderEntryError { - // union files.CreateFolderEntryError (files.stone) + // union files.CreateFolderEntryError (files_files_public_types.stone) /** * Discriminating tag type for {@link CreateFolderEntryError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderEntryResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderEntryResult.java index aa95cf829..f40a66c5c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderEntryResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderEntryResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class CreateFolderEntryResult { - // struct files.CreateFolderEntryResult (files.stone) + // struct files.CreateFolderEntryResult (files_files_public_types.stone) @Nonnull protected final FolderMetadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderError.java index 0ff3968fa..9dd36b6df 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class CreateFolderError { - // union files.CreateFolderError (files.stone) + // union files.CreateFolderError (files_files_public_types.stone) /** * Discriminating tag type for {@link CreateFolderError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderResult.java index 55de452e4..ded91dd61 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/CreateFolderResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class CreateFolderResult extends FileOpsResult { - // struct files.CreateFolderResult (files.stone) + // struct files.CreateFolderResult (files_files_public_types.stone) @Nonnull protected final FolderMetadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppFilesRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppFilesRequests.java index 8da340e3c..ac52d0e12 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppFilesRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppFilesRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone, files.stone */ +/* This file was generated from file_tagging_file_tagging.stone, files_files_public_types.stone, files_files_public_base.stone, files_files_public_primitives.stone, files_apiv2_files_previews_apiv2.stone, files_apiv2_files_metadata_apiv2.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ * Routes in namespace "files". */ public class DbxAppFilesRequests { - // namespace files (file_tagging.stone, files.stone) + // namespace files (file_tagging_file_tagging.stone, files_files_public_types.stone, files_files_public_base.stone, files_files_public_primitives.stone, files_apiv2_files_previews_apiv2.stone, files_apiv2_files_metadata_apiv2.stone) private final DbxRawClientV2 client; @@ -59,11 +59,10 @@ DbxDownloader getThumbnailV2(ThumbnailV2Arg arg, List This method currently supports files with the following file - * extensions: jpg, jpeg, png, tiff, tif, gif, webp, ppm and bmp. Photos - * that are larger than 20MB in size won't be converted to a thumbnail.

+ * Get a thumbnail for an image. This method currently supports files with + * the following file extensions: jpg, jpeg, png, tiff, tif, gif, webp, ppm + * and bmp. Photos that are larger than 20MB in size won't be converted to a + * thumbnail. * *

The default values for the optional request parameters will be used. * See {@link DbxAppGetThumbnailV2Builder} for more details.

@@ -112,25 +111,24 @@ public DbxAppGetThumbnailV2Builder getThumbnailV2Builder(PathOrLink resource) { /** * Starts returning the contents of a folder. If the result's {@link - * ListFolderResult#getHasMore} field is {@code true}, call {@link - * DbxAppFilesRequests#listFolderContinue(String)} with the returned {@link - * ListFolderResult#getCursor} to retrieve more entries. If you're using - * {@link ListFolderArg#getRecursive} set to {@code true} to keep a local - * cache of the contents of a Dropbox account, iterate through each entry in - * order and process them as follows to keep your local state in sync: For - * each {@link FileMetadata}, store the new entry at the given path in your + * ListFolderResult#getHasMore} field is true, call {@link + * DbxAppFilesRequests#listFolderContinue(String)} with the returned + * ListFolderResult.cursor to retrieve more entries. If you're using + * ListFolderArg.recursive set to true to keep a local cache of the contents + * of a Dropbox account, iterate through each entry in order and process + * them as follows to keep your local state in sync: For each FileMetadata, + * store the new entry at the given path in your local state. If the + * required parent folders don't exist yet, create them. If there's already + * something else at the given path, replace it and remove all its children. + * For each FolderMetadata, store the new entry at the given path in your * local state. If the required parent folders don't exist yet, create them. - * If there's already something else at the given path, replace it and - * remove all its children. For each {@link FolderMetadata}, store the new - * entry at the given path in your local state. If the required parent - * folders don't exist yet, create them. If there's already something else - * at the given path, replace it but leave the children as they are. Check - * the new entry's {@link FolderSharingInfo#getReadOnly} and set all its - * children's read-only statuses to match. For each {@link DeletedMetadata}, - * if your local state has something at the given path, remove it and all - * its children. If there's nothing at the given path, ignore this entry. - * Note: {@link com.dropbox.core.v2.auth.RateLimitError} may be returned if - * multiple {@link DbxAppFilesRequests#listFolder(String)} or {@link + * If there's already something else at the given path, replace it but leave + * the children as they are. Check the new entry's + * FolderSharingInfo.read_only and set all its children's read-only statuses + * to match. For each DeletedMetadata, if your local state has something at + * the given path, remove it and all its children. If there's nothing at the + * given path, ignore this entry. Note: auth.RateLimitError may be returned + * if multiple {@link DbxAppFilesRequests#listFolder(String)} or {@link * DbxAppFilesRequests#listFolderContinue(String)} calls with same * parameters are made simultaneously by same API app for same user. If your * app implements retry logic, please hold off the retry until the previous @@ -154,43 +152,35 @@ ListFolderResult listFolder(ListFolderArg arg) throws ListFolderErrorException, /** * Starts returning the contents of a folder. If the result's {@link - * ListFolderResult#getHasMore} field is {@code true}, call {@link - * DbxAppFilesRequests#listFolderContinue(String)} with the returned {@link - * ListFolderResult#getCursor} to retrieve more entries. - * - *

If you're using {@link ListFolderArg#getRecursive} set to {@code - * true} to keep a local cache of the contents of a Dropbox account, iterate - * through each entry in order and process them as follows to keep your - * local state in sync:

- * - *

For each {@link FileMetadata}, store the new entry at the given path - * in your local state. If the required parent folders don't exist yet, - * create them. If there's already something else at the given path, replace - * it and remove all its children.

- * - *

For each {@link FolderMetadata}, store the new entry at the given - * path in your local state. If the required parent folders don't exist yet, - * create them. If there's already something else at the given path, replace - * it but leave the children as they are. Check the new entry's {@link - * FolderSharingInfo#getReadOnly} and set all its children's read-only - * statuses to match.

- * - *

For each {@link DeletedMetadata}, if your local state has something - * at the given path, remove it and all its children. If there's nothing at - * the given path, ignore this entry.

- * - *

Note: {@link com.dropbox.core.v2.auth.RateLimitError} may be returned + * ListFolderResult#getHasMore} field is true, call {@link + * DbxAppFilesRequests#listFolderContinue(String)} with the returned + * ListFolderResult.cursor to retrieve more entries. If you're using + * ListFolderArg.recursive set to true to keep a local cache of the contents + * of a Dropbox account, iterate through each entry in order and process + * them as follows to keep your local state in sync: For each FileMetadata, + * store the new entry at the given path in your local state. If the + * required parent folders don't exist yet, create them. If there's already + * something else at the given path, replace it and remove all its children. + * For each FolderMetadata, store the new entry at the given path in your + * local state. If the required parent folders don't exist yet, create them. + * If there's already something else at the given path, replace it but leave + * the children as they are. Check the new entry's + * FolderSharingInfo.read_only and set all its children's read-only statuses + * to match. For each DeletedMetadata, if your local state has something at + * the given path, remove it and all its children. If there's nothing at the + * given path, ignore this entry. Note: auth.RateLimitError may be returned * if multiple {@link DbxAppFilesRequests#listFolder(String)} or {@link * DbxAppFilesRequests#listFolderContinue(String)} calls with same * parameters are made simultaneously by same API app for same user. If your * app implements retry logic, please hold off the retry until the previous - * request finishes.

+ * request finishes. * *

The default values for the optional request parameters will be used. * See {@link DbxAppListFolderBuilder} for more details.

* * @param path A unique identifier for the file. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -202,32 +192,32 @@ public ListFolderResult listFolder(String path) throws ListFolderErrorException, /** * Starts returning the contents of a folder. If the result's {@link - * ListFolderResult#getHasMore} field is {@code true}, call {@link - * DbxAppFilesRequests#listFolderContinue(String)} with the returned {@link - * ListFolderResult#getCursor} to retrieve more entries. If you're using - * {@link ListFolderArg#getRecursive} set to {@code true} to keep a local - * cache of the contents of a Dropbox account, iterate through each entry in - * order and process them as follows to keep your local state in sync: For - * each {@link FileMetadata}, store the new entry at the given path in your + * ListFolderResult#getHasMore} field is true, call {@link + * DbxAppFilesRequests#listFolderContinue(String)} with the returned + * ListFolderResult.cursor to retrieve more entries. If you're using + * ListFolderArg.recursive set to true to keep a local cache of the contents + * of a Dropbox account, iterate through each entry in order and process + * them as follows to keep your local state in sync: For each FileMetadata, + * store the new entry at the given path in your local state. If the + * required parent folders don't exist yet, create them. If there's already + * something else at the given path, replace it and remove all its children. + * For each FolderMetadata, store the new entry at the given path in your * local state. If the required parent folders don't exist yet, create them. - * If there's already something else at the given path, replace it and - * remove all its children. For each {@link FolderMetadata}, store the new - * entry at the given path in your local state. If the required parent - * folders don't exist yet, create them. If there's already something else - * at the given path, replace it but leave the children as they are. Check - * the new entry's {@link FolderSharingInfo#getReadOnly} and set all its - * children's read-only statuses to match. For each {@link DeletedMetadata}, - * if your local state has something at the given path, remove it and all - * its children. If there's nothing at the given path, ignore this entry. - * Note: {@link com.dropbox.core.v2.auth.RateLimitError} may be returned if - * multiple {@link DbxAppFilesRequests#listFolder(String)} or {@link + * If there's already something else at the given path, replace it but leave + * the children as they are. Check the new entry's + * FolderSharingInfo.read_only and set all its children's read-only statuses + * to match. For each DeletedMetadata, if your local state has something at + * the given path, remove it and all its children. If there's nothing at the + * given path, ignore this entry. Note: auth.RateLimitError may be returned + * if multiple {@link DbxAppFilesRequests#listFolder(String)} or {@link * DbxAppFilesRequests#listFolderContinue(String)} calls with same * parameters are made simultaneously by same API app for same user. If your * app implements retry logic, please hold off the retry until the previous * request finishes. * * @param path A unique identifier for the file. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @return Request builder for configuring request parameters and completing * the request. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppGetThumbnailV2Builder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppGetThumbnailV2Builder.java index 93fe900f9..2eee93751 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppGetThumbnailV2Builder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppGetThumbnailV2Builder.java @@ -44,10 +44,11 @@ public class DbxAppGetThumbnailV2Builder extends DbxDownloadStyleBuilder If left unset or set to {@code null}, defaults to {@code * ThumbnailFormat.JPEG}.

* - * @param format The format for the thumbnail image, jpeg (default) or png. - * For images that are photos, jpeg should be preferred, while png is - * better for screenshots and digital arts. Must not be {@code null}. - * Defaults to {@code ThumbnailFormat.JPEG} when set to {@code null}. + * @param format The format for the thumbnail image, jpeg (default), png, + * or webp. For images that are photos, jpeg should be preferred, while + * png is better for screenshots and digital arts, and web for + * compression. Must not be {@code null}. Defaults to {@code + * ThumbnailFormat.JPEG} when set to {@code null}. * * @return this builder * @@ -98,6 +99,41 @@ public DbxAppGetThumbnailV2Builder withMode(ThumbnailMode mode) { return this; } + /** + * Set value for optional field. + * + *

If left unset or set to {@code null}, defaults to {@code + * ThumbnailQuality.QUALITY_80}.

+ * + * @param quality Quality of the thumbnail image. Must not be {@code null}. + * Defaults to {@code ThumbnailQuality.QUALITY_80} when set to {@code + * null}. + * + * @return this builder + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public DbxAppGetThumbnailV2Builder withQuality(ThumbnailQuality quality) { + this._builder.withQuality(quality); + return this; + } + + /** + * Set value for optional field. + * + * @param excludeMediaInfo Normally, {@link FileMetadata#getMediaInfo} is + * set for photo and video. When this flag is true, {@link + * FileMetadata#getMediaInfo} is not populated. This improves latency + * for use cases where `media_info` is not needed. + * + * @return this builder + */ + public DbxAppGetThumbnailV2Builder withExcludeMediaInfo(Boolean excludeMediaInfo) { + this._builder.withExcludeMediaInfo(excludeMediaInfo); + return this; + } + @Override public DbxDownloader start() throws ThumbnailV2ErrorException, DbxException { ThumbnailV2Arg arg_ = this._builder.build(); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppListFolderBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppListFolderBuilder.java index b8277727b..2b2a906d4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppListFolderBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxAppListFolderBuilder.java @@ -44,8 +44,12 @@ public class DbxAppListFolderBuilder { * * @param recursive If true, the list folder operation will be applied * recursively to all subfolders and the response will contain contents - * of all subfolders. Defaults to {@code false} when set to {@code - * null}. + * of all subfolders. In some cases, setting {@link + * ListFolderArg#getRecursive} to {@code true} may lead to performance + * issues or errors, especially when traversing folder structures with a + * large number of items. A workaround for such cases is to set {@link + * ListFolderArg#getRecursive} to {@code false} and traverse subfolders + * one at a time. Defaults to {@code false} when set to {@code null}. * * @return this builder */ @@ -93,7 +97,7 @@ public DbxAppListFolderBuilder withIncludeDeleted(Boolean includeDeleted) { *

If left unset or set to {@code null}, defaults to {@code false}.

* * @param includeHasExplicitSharedMembers If true, the results will include - * a flag for each file indicating whether or not that file has any + * a flag for each file indicating whether or not that file has any * explicit members. Defaults to {@code false} when set to {@code null}. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java index 03c799c65..9f7fb1806 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone, files.stone */ +/* This file was generated from file_tagging_file_tagging.stone, files_files_public_types.stone, files_files_public_base.stone, files_files_public_primitives.stone, files_apiv2_files_metadata_apiv2.stone, files_apiv2_files_upload_apiv2.stone, files_apiv2_fileops_apiv2.stone, files_apiv2_files_copyref_apiv2.stone, files_apiv2_fileops_cdm_apiv2.stone, files_apiv2_files_download_apiv2.stone, files_apiv2_files_download_zip_apiv2.stone, files_apiv2_files_export_apiv2.stone, files_apiv2_files_locking_apiv2.stone, files_apiv2_files_previews_apiv2.stone, files_apiv2_files_content_apiv2.stone, files_apiv2_files_extensions_apiv2.stone, files_apiv2_revisions_apiv2.stone, files_apiv2_files_paper_apiv2.stone, files_apiv2_files_properties_deprecated_apiv2.stone, files_apiv2_files_saveurl_apiv2.stone, files_search.stone, files_apiv2_files_upload_batch_apiv2.stone, files_apiv2_files_upload_async_apiv2.stone */ package com.dropbox.core.v2.files; @@ -18,19 +18,11 @@ import com.dropbox.core.v2.fileproperties.AddPropertiesArg; import com.dropbox.core.v2.fileproperties.AddPropertiesError; import com.dropbox.core.v2.fileproperties.AddPropertiesErrorException; -import com.dropbox.core.v2.fileproperties.GetTemplateArg; -import com.dropbox.core.v2.fileproperties.GetTemplateResult; import com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError; import com.dropbox.core.v2.fileproperties.InvalidPropertyGroupErrorException; -import com.dropbox.core.v2.fileproperties.ListTemplateResult; import com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg; import com.dropbox.core.v2.fileproperties.PropertyGroup; import com.dropbox.core.v2.fileproperties.PropertyGroupUpdate; -import com.dropbox.core.v2.fileproperties.RemovePropertiesArg; -import com.dropbox.core.v2.fileproperties.RemovePropertiesError; -import com.dropbox.core.v2.fileproperties.RemovePropertiesErrorException; -import com.dropbox.core.v2.fileproperties.TemplateError; -import com.dropbox.core.v2.fileproperties.TemplateErrorException; import com.dropbox.core.v2.fileproperties.UpdatePropertiesArg; import com.dropbox.core.v2.fileproperties.UpdatePropertiesError; import com.dropbox.core.v2.fileproperties.UpdatePropertiesErrorException; @@ -44,7 +36,7 @@ * Routes in namespace "files". */ public class DbxUserFilesRequests { - // namespace files (file_tagging.stone, files.stone) + // namespace files (file_tagging_file_tagging.stone, files_files_public_types.stone, files_files_public_base.stone, files_files_public_primitives.stone, files_apiv2_files_metadata_apiv2.stone, files_apiv2_files_upload_apiv2.stone, files_apiv2_fileops_apiv2.stone, files_apiv2_files_copyref_apiv2.stone, files_apiv2_fileops_cdm_apiv2.stone, files_apiv2_files_download_apiv2.stone, files_apiv2_files_download_zip_apiv2.stone, files_apiv2_files_export_apiv2.stone, files_apiv2_files_locking_apiv2.stone, files_apiv2_files_previews_apiv2.stone, files_apiv2_files_content_apiv2.stone, files_apiv2_files_extensions_apiv2.stone, files_apiv2_revisions_apiv2.stone, files_apiv2_files_paper_apiv2.stone, files_apiv2_files_properties_deprecated_apiv2.stone, files_apiv2_files_saveurl_apiv2.stone, files_search.stone, files_apiv2_files_upload_batch_apiv2.stone, files_apiv2_files_upload_async_apiv2.stone) private final DbxRawClientV2 client; @@ -81,15 +73,15 @@ Metadata alphaGetMetadata(AlphaGetMetadataArg arg) throws AlphaGetMetadataErrorE /** * Returns the metadata for a file or folder. This is an alpha endpoint - * compatible with the properties API. - * - *

Note: Metadata for the root folder is unsupported.

+ * compatible with the properties API. Note: Metadata for the root folder is + * unsupported. * *

The default values for the optional request parameters will be used. * See {@link AlphaGetMetadataBuilder} for more details.

* * @param path The path of a file or folder on Dropbox. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return Metadata for a file or folder. @@ -97,7 +89,7 @@ Metadata alphaGetMetadata(AlphaGetMetadataArg arg) throws AlphaGetMetadataErrorE * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#getMetadata(String)} instead. + * @deprecated */ @Deprecated public Metadata alphaGetMetadata(String path) throws AlphaGetMetadataErrorException, DbxException { @@ -111,7 +103,8 @@ public Metadata alphaGetMetadata(String path) throws AlphaGetMetadataErrorExcept * unsupported. * * @param path The path of a file or folder on Dropbox. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return Request builder for configuring request parameters and completing @@ -120,7 +113,7 @@ public Metadata alphaGetMetadata(String path) throws AlphaGetMetadataErrorExcept * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#getMetadata(String)} instead. + * @deprecated */ @Deprecated public AlphaGetMetadataBuilder alphaGetMetadataBuilder(String path) { @@ -135,7 +128,7 @@ public AlphaGetMetadataBuilder alphaGetMetadataBuilder(String path) { /** * Create a new file with the contents provided in the request. Note that * the behavior of this alpha endpoint is unstable and subject to change. Do - * not use this to upload a file larger than 150 MB. Instead, create an + * not use this to upload a file larger than 150 MiB. Instead, create an * upload session with {@link DbxUserFilesRequests#uploadSessionStart}. * * @@ -152,25 +145,24 @@ AlphaUploadUploader alphaUpload(UploadArg arg) throws DbxException { /** * Create a new file with the contents provided in the request. Note that - * the behavior of this alpha endpoint is unstable and subject to change. - * - *

Do not use this to upload a file larger than 150 MB. Instead, create - * an upload session with {@link DbxUserFilesRequests#uploadSessionStart}. - *

+ * the behavior of this alpha endpoint is unstable and subject to change. Do + * not use this to upload a file larger than 150 MiB. Instead, create an + * upload session with {@link DbxUserFilesRequests#uploadSessionStart}. * *

The default values for the optional request parameters will be used. * See {@link AlphaUploadBuilder} for more details.

* * @param path Path in the user's Dropbox to save the file. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Uploader used to upload the request body and finish request. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#upload(String)} instead. + * @deprecated */ @Deprecated public AlphaUploadUploader alphaUpload(String path) throws DbxException { @@ -181,12 +173,13 @@ public AlphaUploadUploader alphaUpload(String path) throws DbxException { /** * Create a new file with the contents provided in the request. Note that * the behavior of this alpha endpoint is unstable and subject to change. Do - * not use this to upload a file larger than 150 MB. Instead, create an + * not use this to upload a file larger than 150 MiB. Instead, create an * upload session with {@link DbxUserFilesRequests#uploadSessionStart}. * * @param path Path in the user's Dropbox to save the file. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Uploader builder for configuring request parameters and * instantiating an uploader. @@ -194,7 +187,7 @@ public AlphaUploadUploader alphaUpload(String path) throws DbxException { * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#upload(String)} instead. + * @deprecated */ @Deprecated public AlphaUploadBuilder alphaUploadBuilder(String path) { @@ -229,27 +222,27 @@ Metadata copy(RelocationArg arg) throws RelocationErrorException, DbxException { } /** - * Copy a file or folder to a different location in the user's Dropbox. - * - *

If the source path is a folder all its contents will be copied.

+ * Copy a file or folder to a different location in the user's Dropbox. If + * the source path is a folder all its contents will be copied. * *

The default values for the optional request parameters will be used. * See {@link CopyBuilder} for more details.

* * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Metadata for a file or folder. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#copyV2(String,String)} - * instead. + * @deprecated */ @Deprecated public Metadata copy(String fromPath, String toPath) throws RelocationErrorException, DbxException { @@ -262,11 +255,13 @@ public Metadata copy(String fromPath, String toPath) throws RelocationErrorExcep * the source path is a folder all its contents will be copied. * * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Request builder for configuring request parameters and completing * the request. @@ -274,8 +269,7 @@ public Metadata copy(String fromPath, String toPath) throws RelocationErrorExcep * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#copyV2(String,String)} - * instead. + * @deprecated */ @Deprecated public CopyBuilder copyBuilder(String fromPath, String toPath) { @@ -308,19 +302,20 @@ RelocationResult copyV2(RelocationArg arg) throws RelocationErrorException, DbxE } /** - * Copy a file or folder to a different location in the user's Dropbox. - * - *

If the source path is a folder all its contents will be copied.

+ * Copy a file or folder to a different location in the user's Dropbox. If + * the source path is a folder all its contents will be copied. * *

The default values for the optional request parameters will be used. * See {@link CopyV2Builder} for more details.

* * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -335,11 +330,13 @@ public RelocationResult copyV2(String fromPath, String toPath) throws Relocation * the source path is a folder all its contents will be copied. * * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Request builder for configuring request parameters and completing * the request. @@ -359,8 +356,8 @@ public CopyV2Builder copyV2Builder(String fromPath, String toPath) { /** * Copy multiple files or folders to different locations at once in the * user's Dropbox. This route will return job ID immediately and do the - * async copy job in background. Please use {@code copyBatchCheck:1} to - * check the job status. + * async copy job in background. Please use {@link + * DbxUserFilesRequests#copyBatchCheck(String)} to check the job status. * * * @return Result returned by {@link DbxUserFilesRequests#copyBatch(List)} @@ -384,11 +381,9 @@ RelocationBatchLaunch copyBatch(RelocationBatchArg arg) throws DbxApiException, /** * Copy multiple files or folders to different locations at once in the - * user's Dropbox. - * - *

This route will return job ID immediately and do the async copy job - * in background. Please use {@code copyBatchCheck:1} to check the job - * status.

+ * user's Dropbox. This route will return job ID immediately and do the + * async copy job in background. Please use {@link + * DbxUserFilesRequests#copyBatchCheck(String)} to check the job status. * *

The default values for the optional request parameters will be used. * See {@link CopyBatchBuilder} for more details.

@@ -405,8 +400,7 @@ RelocationBatchLaunch copyBatch(RelocationBatchArg arg) throws DbxApiException, * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#copyBatchV2(List,boolean)} - * instead. + * @deprecated */ @Deprecated public RelocationBatchLaunch copyBatch(List entries) throws DbxApiException, DbxException { @@ -417,8 +411,8 @@ public RelocationBatchLaunch copyBatch(List entries) throws DbxA /** * Copy multiple files or folders to different locations at once in the * user's Dropbox. This route will return job ID immediately and do the - * async copy job in background. Please use {@code copyBatchCheck:1} to - * check the job status. + * async copy job in background. Please use {@link + * DbxUserFilesRequests#copyBatchCheck(String)} to check the job status. * * @param entries List of entries to be moved or copied. Each entry is * {@link RelocationPath}. Must contain at least 1 items, contain at @@ -431,8 +425,7 @@ public RelocationBatchLaunch copyBatch(List entries) throws DbxA * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#copyBatchV2(List,boolean)} - * instead. + * @deprecated */ @Deprecated public CopyBatchBuilder copyBatchBuilder(List entries) { @@ -446,11 +439,12 @@ public CopyBatchBuilder copyBatchBuilder(List entries) { /** * Copy multiple files or folders to different locations at once in the - * user's Dropbox. This route will replace {@code copyBatch:1}. The main - * difference is this route will return status for each entry, while {@code - * copyBatch:1} raises failure if any entry fails. This route will either - * finish synchronously, or return a job ID and do the async copy job in - * background. Please use {@link + * user's Dropbox. This route will replace {@link + * DbxUserFilesRequests#copyBatch(List)}. The main difference is this route + * will return status for each entry, while {@link + * DbxUserFilesRequests#copyBatch(List)} raises failure if any entry fails. + * This route will either finish synchronously, or return a job ID and do + * the async copy job in background. Please use {@link * DbxUserFilesRequests#copyBatchCheckV2(String)} to check the job status. * * @@ -476,16 +470,13 @@ RelocationBatchV2Launch copyBatchV2(RelocationBatchArgBase arg) throws DbxApiExc /** * Copy multiple files or folders to different locations at once in the - * user's Dropbox. - * - *

This route will replace {@code copyBatch:1}. The main difference is - * this route will return status for each entry, while {@code copyBatch:1} - * raises failure if any entry fails.

- * - *

This route will either finish synchronously, or return a job ID and - * do the async copy job in background. Please use {@link + * user's Dropbox. This route will replace {@link + * DbxUserFilesRequests#copyBatch(List)}. The main difference is this route + * will return status for each entry, while {@link + * DbxUserFilesRequests#copyBatch(List)} raises failure if any entry fails. + * This route will either finish synchronously, or return a job ID and do + * the async copy job in background. Please use {@link * DbxUserFilesRequests#copyBatchCheckV2(String)} to check the job status. - *

* *

The {@code autorename} request parameter will default to {@code * false} (see {@link #copyBatchV2(List,boolean)}).

@@ -510,16 +501,13 @@ public RelocationBatchV2Launch copyBatchV2(List entries) throws /** * Copy multiple files or folders to different locations at once in the - * user's Dropbox. - * - *

This route will replace {@code copyBatch:1}. The main difference is - * this route will return status for each entry, while {@code copyBatch:1} - * raises failure if any entry fails.

- * - *

This route will either finish synchronously, or return a job ID and - * do the async copy job in background. Please use {@link + * user's Dropbox. This route will replace {@link + * DbxUserFilesRequests#copyBatch(List)}. The main difference is this route + * will return status for each entry, while {@link + * DbxUserFilesRequests#copyBatch(List)} raises failure if any entry fails. + * This route will either finish synchronously, or return a job ID and do + * the async copy job in background. Please use {@link * DbxUserFilesRequests#copyBatchCheckV2(String)} to check the job status. - *

* * @param entries List of entries to be moved or copied. Each entry is * {@link RelocationPath}. Must contain at least 1 items, contain at @@ -578,8 +566,7 @@ RelocationBatchJobStatus copyBatchCheck(PollArg arg) throws PollErrorException, * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#copyBatchCheckV2(String)} - * instead. + * @deprecated */ @Deprecated public RelocationBatchJobStatus copyBatchCheck(String asyncJobId) throws PollErrorException, DbxException { @@ -673,8 +660,8 @@ GetCopyReferenceResult copyReferenceGet(GetCopyReferenceArg arg) throws GetCopyR * * @param path The path to the file or folder you want to get a copy * reference to. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -756,13 +743,13 @@ FolderMetadata createFolder(CreateFolderArg arg) throws CreateFolderErrorExcepti * false} (see {@link #createFolder(String,boolean)}).

* * @param path Path in the user's Dropbox to create. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link - * DbxUserFilesRequests#createFolderV2(String,boolean)} instead. + * @deprecated */ @Deprecated public FolderMetadata createFolder(String path) throws CreateFolderErrorException, DbxException { @@ -774,15 +761,15 @@ public FolderMetadata createFolder(String path) throws CreateFolderErrorExceptio * Create a folder at a given path. * * @param path Path in the user's Dropbox to create. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param autorename If there's a conflict, have the Dropbox server try to * autorename the folder to avoid the conflict. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link - * DbxUserFilesRequests#createFolderV2(String,boolean)} instead. + * @deprecated */ @Deprecated public FolderMetadata createFolder(String path, boolean autorename) throws CreateFolderErrorException, DbxException { @@ -820,7 +807,8 @@ CreateFolderResult createFolderV2(CreateFolderArg arg) throws CreateFolderErrorE * false} (see {@link #createFolderV2(String,boolean)}).

* * @param path Path in the user's Dropbox to create. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -834,7 +822,8 @@ public CreateFolderResult createFolderV2(String path) throws CreateFolderErrorEx * Create a folder at a given path. * * @param path Path in the user's Dropbox to create. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param autorename If there's a conflict, have the Dropbox server try to * autorename the folder to avoid the conflict. * @@ -855,9 +844,9 @@ public CreateFolderResult createFolderV2(String path, boolean autorename) throws * batches, which returns a job ID immediately and runs the create folder * batch asynchronously. Otherwise, creates the folders and returns the * result synchronously for smaller inputs. You can force asynchronous - * behaviour by using the {@link CreateFolderBatchArg#getForceAsync} flag. - * Use {@link DbxUserFilesRequests#createFolderBatchCheck(String)} to check - * the job status. + * behaviour by using the CreateFolderBatchArg.force_async flag. Use {@link + * DbxUserFilesRequests#createFolderBatchCheck(String)} to check the job + * status. * * * @return Result returned by {@link @@ -880,15 +869,13 @@ CreateFolderBatchLaunch createFolderBatch(CreateFolderBatchArg arg) throws DbxAp } /** - * Create multiple folders at once. - * - *

This route is asynchronous for large batches, which returns a job ID - * immediately and runs the create folder batch asynchronously. Otherwise, - * creates the folders and returns the result synchronously for smaller - * inputs. You can force asynchronous behaviour by using the {@link - * CreateFolderBatchArg#getForceAsync} flag. Use {@link + * Create multiple folders at once. This route is asynchronous for large + * batches, which returns a job ID immediately and runs the create folder + * batch asynchronously. Otherwise, creates the folders and returns the + * result synchronously for smaller inputs. You can force asynchronous + * behaviour by using the CreateFolderBatchArg.force_async flag. Use {@link * DbxUserFilesRequests#createFolderBatchCheck(String)} to check the job - * status.

+ * status. * *

The default values for the optional request parameters will be used. * See {@link CreateFolderBatchBuilder} for more details.

@@ -915,9 +902,9 @@ public CreateFolderBatchLaunch createFolderBatch(List paths) throws DbxA * batches, which returns a job ID immediately and runs the create folder * batch asynchronously. Otherwise, creates the folders and returns the * result synchronously for smaller inputs. You can force asynchronous - * behaviour by using the {@link CreateFolderBatchArg#getForceAsync} flag. - * Use {@link DbxUserFilesRequests#createFolderBatchCheck(String)} to check - * the job status. + * behaviour by using the CreateFolderBatchArg.force_async flag. Use {@link + * DbxUserFilesRequests#createFolderBatchCheck(String)} to check the job + * status. * * @param paths List of paths to be created in the user's Dropbox. * Duplicate path arguments in the batch are considered only once. Must @@ -987,8 +974,8 @@ public CreateFolderBatchJobStatus createFolderBatchCheck(String asyncJobId) thro * Delete the file or folder at a given path. If the path is a folder, all * its contents will be deleted too. A successful response indicates that * the file or folder was deleted. The returned metadata will be the - * corresponding {@link FileMetadata} or {@link FolderMetadata} for the item - * at time of deletion, and not a {@link DeletedMetadata} object. + * corresponding FileMetadata or FolderMetadata for the item at time of + * deletion, and not a DeletedMetadata object. * * * @return Metadata for a file or folder. @@ -1009,26 +996,22 @@ Metadata delete(DeleteArg arg) throws DeleteErrorException, DbxException { } /** - * Delete the file or folder at a given path. - * - *

If the path is a folder, all its contents will be deleted too.

- * - *

A successful response indicates that the file or folder was deleted. - * The returned metadata will be the corresponding {@link FileMetadata} or - * {@link FolderMetadata} for the item at time of deletion, and not a {@link - * DeletedMetadata} object.

+ * Delete the file or folder at a given path. If the path is a folder, all + * its contents will be deleted too. A successful response indicates that + * the file or folder was deleted. The returned metadata will be the + * corresponding FileMetadata or FolderMetadata for the item at time of + * deletion, and not a DeletedMetadata object. * * @param path Path in the user's Dropbox to delete. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be - * {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and + * not be {@code null}. * * @return Metadata for a file or folder. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#deleteV2(String,String)} - * instead. + * @deprecated */ @Deprecated public Metadata delete(String path) throws DeleteErrorException, DbxException { @@ -1037,18 +1020,15 @@ public Metadata delete(String path) throws DeleteErrorException, DbxException { } /** - * Delete the file or folder at a given path. - * - *

If the path is a folder, all its contents will be deleted too.

- * - *

A successful response indicates that the file or folder was deleted. - * The returned metadata will be the corresponding {@link FileMetadata} or - * {@link FolderMetadata} for the item at time of deletion, and not a {@link - * DeletedMetadata} object.

+ * Delete the file or folder at a given path. If the path is a folder, all + * its contents will be deleted too. A successful response indicates that + * the file or folder was deleted. The returned metadata will be the + * corresponding FileMetadata or FolderMetadata for the item at time of + * deletion, and not a DeletedMetadata object. * * @param path Path in the user's Dropbox to delete. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be - * {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and + * not be {@code null}. * @param parentRev Perform delete if given "rev" matches the existing * file's latest "rev". This field does not support deleting a folder. * Must have length of at least 9 and match pattern "{@code [0-9a-f]+}". @@ -1058,8 +1038,7 @@ public Metadata delete(String path) throws DeleteErrorException, DbxException { * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#deleteV2(String,String)} - * instead. + * @deprecated */ @Deprecated public Metadata delete(String path, String parentRev) throws DeleteErrorException, DbxException { @@ -1083,8 +1062,8 @@ public Metadata delete(String path, String parentRev) throws DeleteErrorExceptio * Delete the file or folder at a given path. If the path is a folder, all * its contents will be deleted too. A successful response indicates that * the file or folder was deleted. The returned metadata will be the - * corresponding {@link FileMetadata} or {@link FolderMetadata} for the item - * at time of deletion, and not a {@link DeletedMetadata} object. + * corresponding FileMetadata or FolderMetadata for the item at time of + * deletion, and not a DeletedMetadata object. * */ DeleteResult deleteV2(DeleteArg arg) throws DeleteErrorException, DbxException { @@ -1103,18 +1082,15 @@ DeleteResult deleteV2(DeleteArg arg) throws DeleteErrorException, DbxException { } /** - * Delete the file or folder at a given path. - * - *

If the path is a folder, all its contents will be deleted too.

- * - *

A successful response indicates that the file or folder was deleted. - * The returned metadata will be the corresponding {@link FileMetadata} or - * {@link FolderMetadata} for the item at time of deletion, and not a {@link - * DeletedMetadata} object.

+ * Delete the file or folder at a given path. If the path is a folder, all + * its contents will be deleted too. A successful response indicates that + * the file or folder was deleted. The returned metadata will be the + * corresponding FileMetadata or FolderMetadata for the item at time of + * deletion, and not a DeletedMetadata object. * * @param path Path in the user's Dropbox to delete. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be - * {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and + * not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -1125,18 +1101,15 @@ public DeleteResult deleteV2(String path) throws DeleteErrorException, DbxExcept } /** - * Delete the file or folder at a given path. - * - *

If the path is a folder, all its contents will be deleted too.

- * - *

A successful response indicates that the file or folder was deleted. - * The returned metadata will be the corresponding {@link FileMetadata} or - * {@link FolderMetadata} for the item at time of deletion, and not a {@link - * DeletedMetadata} object.

+ * Delete the file or folder at a given path. If the path is a folder, all + * its contents will be deleted too. A successful response indicates that + * the file or folder was deleted. The returned metadata will be the + * corresponding FileMetadata or FolderMetadata for the item at time of + * deletion, and not a DeletedMetadata object. * * @param path Path in the user's Dropbox to delete. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be - * {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and + * not be {@code null}. * @param parentRev Perform delete if given "rev" matches the existing * file's latest "rev". This field does not support deleting a folder. * Must have length of at least 9 and match pattern "{@code [0-9a-f]+}". @@ -1187,12 +1160,10 @@ DeleteBatchLaunch deleteBatch(DeleteBatchArg arg) throws DbxApiException, DbxExc } /** - * Delete multiple files/folders at once. - * - *

This route is asynchronous, which returns a job ID immediately and - * runs the delete batch asynchronously. Use {@link - * DbxUserFilesRequests#deleteBatchCheck(String)} to check the job status. - *

+ * Delete multiple files/folders at once. This route is asynchronous, which + * returns a job ID immediately and runs the delete batch asynchronously. + * Use {@link DbxUserFilesRequests#deleteBatchCheck(String)} to check the + * job status. * * @param entries Must contain at most 1000 items, not contain a {@code * null} item, and not be {@code null}. @@ -1284,8 +1255,8 @@ DbxDownloader download(DownloadArg arg, List * Download a file from a user's Dropbox. * * @param path The path of the file to download. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @return Downloader used to download the response body and view the server * response. @@ -1302,8 +1273,8 @@ public DbxDownloader download(String path) throws DownloadErrorExc * Download a file from a user's Dropbox. * * @param path The path of the file to download. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * @param rev Please specify revision in the {@code path} argument to * {@link DbxUserFilesRequests#download(String,String)} instead. Must * have length of at least 9 and match pattern "{@code [0-9a-f]+}". @@ -1331,8 +1302,8 @@ public DbxDownloader download(String path, String rev) throws Down * Download a file from a user's Dropbox. * * @param path The path of the file to download. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @return Downloader builder for configuring the request parameters and * instantiating a downloader. @@ -1381,12 +1352,11 @@ DbxDownloader downloadZip(DownloadZipArg arg, List Note: this endpoint does not support HTTP range requests.

+ * single file. Note: this endpoint does not support HTTP range requests. * * @param path The path of the folder to download. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return Downloader used to download the response body and view the server @@ -1408,7 +1378,8 @@ public DbxDownloader downloadZip(String path) throws Download * single file. Note: this endpoint does not support HTTP range requests. * * @param path The path of the folder to download. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return Downloader builder for configuring the request parameters and @@ -1427,9 +1398,8 @@ public DownloadZipBuilder downloadZipBuilder(String path) { /** * Export a file from a user's Dropbox. This route only supports exporting - * files that cannot be downloaded directly and whose {@link - * ExportResult#getFileMetadata} has {@link ExportInfo#getExportAs} - * populated. + * files that cannot be downloaded directly and whose + * ExportResult.file_metadata has ExportInfo.export_as populated. * * @param _headers Extra headers to send with request. * @@ -1454,12 +1424,12 @@ DbxDownloader export(ExportArg arg, List _he /** * Export a file from a user's Dropbox. This route only supports exporting - * files that cannot be downloaded directly and whose {@link - * ExportResult#getFileMetadata} has {@link ExportInfo#getExportAs} - * populated. + * files that cannot be downloaded directly and whose + * ExportResult.file_metadata has ExportInfo.export_as populated. * * @param path The path of the file to be exported. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return Downloader used to download the response body and view the server @@ -1475,12 +1445,12 @@ public DbxDownloader export(String path) throws ExportErrorExcepti /** * Export a file from a user's Dropbox. This route only supports exporting - * files that cannot be downloaded directly and whose {@link - * ExportResult#getFileMetadata} has {@link ExportInfo#getExportAs} - * populated. + * files that cannot be downloaded directly and whose + * ExportResult.file_metadata has ExportInfo.export_as populated. * * @param path The path of the file to be exported. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * @param exportFormat The file format to which the file should be * exported. This must be one of the formats listed in the file's @@ -1502,12 +1472,12 @@ public DbxDownloader export(String path, String exportFormat) thro /** * Export a file from a user's Dropbox. This route only supports exporting - * files that cannot be downloaded directly and whose {@link - * ExportResult#getFileMetadata} has {@link ExportInfo#getExportAs} - * populated. + * files that cannot be downloaded directly and whose + * ExportResult.file_metadata has ExportInfo.export_as populated. * * @param path The path of the file to be exported. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return Downloader builder for configuring the request parameters and @@ -1586,15 +1556,15 @@ Metadata getMetadata(GetMetadataArg arg) throws GetMetadataErrorException, DbxEx } /** - * Returns the metadata for a file or folder. - * - *

Note: Metadata for the root folder is unsupported.

+ * Returns the metadata for a file or folder. Note: Metadata for the root + * folder is unsupported. * *

The default values for the optional request parameters will be used. * See {@link GetMetadataBuilder} for more details.

* * @param path The path of a file or folder on Dropbox. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return Metadata for a file or folder. @@ -1612,7 +1582,8 @@ public Metadata getMetadata(String path) throws GetMetadataErrorException, DbxEx * folder is unsupported. * * @param path The path of a file or folder on Dropbox. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return Request builder for configuring request parameters and completing @@ -1634,9 +1605,8 @@ public GetMetadataBuilder getMetadataBuilder(String path) { * Get a preview for a file. Currently, PDF previews are generated for files * with the following extensions: .ai, .doc, .docm, .docx, .eps, .gdoc, * .gslides, .odp, .odt, .pps, .ppsm, .ppsx, .ppt, .pptm, .pptx, .rtf. HTML - * previews are generated for files with the following extensions: .csv, - * .ods, .xls, .xlsm, .gsheet, .xlsx. Other formats will return an - * unsupported extension error. + * previews are generated for .csv, .ods, .xls, .xlsm, .gsheet, .xlsx. Other + * formats will return an unsupported extension error. * * @param _headers Extra headers to send with request. * @@ -1660,20 +1630,15 @@ DbxDownloader getPreview(PreviewArg arg, List Currently, PDF previews are generated for files with the following - * extensions: .ai, .doc, .docm, .docx, .eps, .gdoc, .gslides, .odp, .odt, - * .pps, .ppsm, .ppsx, .ppt, .pptm, .pptx, .rtf.

- * - *

HTML previews are generated for files with the following extensions: - * .csv, .ods, .xls, .xlsm, .gsheet, .xlsx.

- * - *

Other formats will return an unsupported extension error.

+ * Get a preview for a file. Currently, PDF previews are generated for files + * with the following extensions: .ai, .doc, .docm, .docx, .eps, .gdoc, + * .gslides, .odp, .odt, .pps, .ppsm, .ppsx, .ppt, .pptm, .pptx, .rtf. HTML + * previews are generated for .csv, .ods, .xls, .xlsm, .gsheet, .xlsx. Other + * formats will return an unsupported extension error. * * @param path The path of the file to preview. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @return Downloader used to download the response body and view the server * response. @@ -1687,20 +1652,15 @@ public DbxDownloader getPreview(String path) throws PreviewErrorEx } /** - * Get a preview for a file. - * - *

Currently, PDF previews are generated for files with the following - * extensions: .ai, .doc, .docm, .docx, .eps, .gdoc, .gslides, .odp, .odt, - * .pps, .ppsm, .ppsx, .ppt, .pptm, .pptx, .rtf.

- * - *

HTML previews are generated for files with the following extensions: - * .csv, .ods, .xls, .xlsm, .gsheet, .xlsx.

- * - *

Other formats will return an unsupported extension error.

+ * Get a preview for a file. Currently, PDF previews are generated for files + * with the following extensions: .ai, .doc, .docm, .docx, .eps, .gdoc, + * .gslides, .odp, .odt, .pps, .ppsm, .ppsx, .ppt, .pptm, .pptx, .rtf. HTML + * previews are generated for .csv, .ods, .xls, .xlsm, .gsheet, .xlsx. Other + * formats will return an unsupported extension error. * * @param path The path of the file to preview. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * @param rev Please specify revision in the {@code path} argument to * {@link DbxUserFilesRequests#getPreview(String,String)} instead. Must * have length of at least 9 and match pattern "{@code [0-9a-f]+}". @@ -1728,13 +1688,12 @@ public DbxDownloader getPreview(String path, String rev) throws Pr * Get a preview for a file. Currently, PDF previews are generated for files * with the following extensions: .ai, .doc, .docm, .docx, .eps, .gdoc, * .gslides, .odp, .odt, .pps, .ppsm, .ppsx, .ppt, .pptm, .pptx, .rtf. HTML - * previews are generated for files with the following extensions: .csv, - * .ods, .xls, .xlsm, .gsheet, .xlsx. Other formats will return an - * unsupported extension error. + * previews are generated for .csv, .ods, .xls, .xlsm, .gsheet, .xlsx. Other + * formats will return an unsupported extension error. * * @param path The path of the file to preview. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @return Downloader builder for configuring the request parameters and * instantiating a downloader. @@ -1780,8 +1739,8 @@ GetTemporaryLinkResult getTemporaryLink(GetTemporaryLinkArg arg) throws GetTempo * * @param path The path to the file you want a temporary link to. Must * match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -1797,48 +1756,34 @@ public GetTemporaryLinkResult getTemporaryLink(String path) throws GetTemporaryL /** * Get a one-time use temporary upload link to upload a file to a Dropbox - * location. - * - *

This endpoint acts as a delayed {@link - * DbxUserFilesRequests#upload(String)}. The returned temporary upload link - * may be used to make a POST request with the data to be uploaded. The - * upload will then be perfomed with the {@link CommitInfo} previously - * provided to {@link - * DbxUserFilesRequests#getTemporaryUploadLink(CommitInfo,double)} but - * evaluated only upon consumption. Hence, errors stemming from invalid - * {@link CommitInfo} with respect to the state of the user's Dropbox will - * only be communicated at consumption time. Additionally, these errors are - * surfaced as generic HTTP 409 Conflict responses, potentially hiding issue - * details. The maximum temporary upload link duration is 4 hours. Upon - * consumption or expiration, a new link will have to be generated. Multiple - * links may exist for a specific upload path at any given time.

- * - *

The POST request on the temporary upload link must have its - * Content-Type set to "application/octet-stream".

- * - *

Example temporary upload link consumption request:

- * - *

curl -X POST https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND - * --header "Content-Type: application/octet-stream" --data-binary - * @local_file.txt

- * - *

A successful temporary upload link consumption request returns the - * content hash of the uploaded data in JSON format.

- * - *

Example successful temporary upload link consumption response: - * {"content-hash": "599d71033d700ac892a0e48fa61b125d2f5994"}

- * - *

An unsuccessful temporary upload link consumption request returns any - * of the following status codes:

- * - *

HTTP 400 Bad Request: Content-Type is not one of + * location. This endpoint acts as a delayed upload(). The returned + * temporary upload link may be used to make a POST request with the data to + * be uploaded. The upload will then be perfomed with the CommitInfo + * previously provided to getTemporaryUploadLink() but evaluated only upon + * consumption. Hence, errors stemming from invalid CommitInfo with respect + * to the state of the user's Dropbox will only be communicated at + * consumption time. Additionally, these errors are surfaced as generic HTTP + * 409 Conflict responses, potentially hiding issue details. The maximum + * temporary upload link duration is 4 hours. Upon consumption or + * expiration, a new link will have to be generated. Multiple links may + * exist for a specific upload path at any given time. The POST request on + * the temporary upload link must have its Content-Type set to + * "application/octet-stream". Example temporary upload link consumption + * request: curl -X POST + * https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND --header + * "Content-Type: application/octet-stream" --data-binary @local_file.txt A + * successful temporary upload link consumption request returns the content + * hash of the uploaded data in JSON format. Example successful temporary + * upload link consumption response: {"content-hash": + * "599d71033d700ac892a0e48fa61b125d2f5994"} An unsuccessful temporary + * upload link consumption request returns any of the following status + * codes: HTTP 400 Bad Request: Content-Type is not one of * application/octet-stream and text/plain or request is invalid. HTTP 409 * Conflict: The temporary upload link does not exist or is currently * unavailable, the upload failed, or another error happened. HTTP 410 Gone: - * The temporary upload link is expired or consumed.

- * - *

Example unsuccessful temporary upload link consumption response: - * Temporary upload link has been recently consumed.

+ * The temporary upload link is expired or consumed. Example unsuccessful + * temporary upload link consumption response: Temporary upload link has + * been recently consumed. * */ GetTemporaryUploadLinkResult getTemporaryUploadLink(GetTemporaryUploadLinkArg arg) throws DbxApiException, DbxException { @@ -1858,55 +1803,34 @@ GetTemporaryUploadLinkResult getTemporaryUploadLink(GetTemporaryUploadLinkArg ar /** * Get a one-time use temporary upload link to upload a file to a Dropbox - * location. - * - *

This endpoint acts as a delayed {@link - * DbxUserFilesRequests#upload(String)}. The returned temporary upload link - * may be used to make a POST request with the data to be uploaded. The - * upload will then be perfomed with the {@link CommitInfo} previously - * provided to {@link - * DbxUserFilesRequests#getTemporaryUploadLink(CommitInfo,double)} but - * evaluated only upon consumption. Hence, errors stemming from invalid - * {@link CommitInfo} with respect to the state of the user's Dropbox will - * only be communicated at consumption time. Additionally, these errors are - * surfaced as generic HTTP 409 Conflict responses, potentially hiding issue - * details. The maximum temporary upload link duration is 4 hours. Upon - * consumption or expiration, a new link will have to be generated. Multiple - * links may exist for a specific upload path at any given time.

- * - *

The POST request on the temporary upload link must have its - * Content-Type set to "application/octet-stream".

- * - *

Example temporary upload link consumption request:

- * - *

curl -X POST https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND - *

- * - *

--header "Content-Type: application/octet-stream"

- * - *

--data-binary @local_file.txt

- * - *

A successful temporary upload link consumption request returns the - * content hash of the uploaded data in JSON format.

- * - *

Example successful temporary upload link consumption response:

- * - *

{"content-hash": "599d71033d700ac892a0e48fa61b125d2f5994"}

- * - *

An unsuccessful temporary upload link consumption request returns any - * of the following status codes:

- * - *

HTTP 400 Bad Request: Content-Type is not one of - * application/octet-stream and text/plain or request is invalid.

- * - *

HTTP 409 Conflict: The temporary upload link does not exist or is - * currently unavailable, the upload failed, or another error happened.

- * - *

HTTP 410 Gone: The temporary upload link is expired or consumed.

- * - *

Example unsuccessful temporary upload link consumption response:

- * - *

Temporary upload link has been recently consumed.

+ * location. This endpoint acts as a delayed upload(). The returned + * temporary upload link may be used to make a POST request with the data to + * be uploaded. The upload will then be perfomed with the CommitInfo + * previously provided to getTemporaryUploadLink() but evaluated only upon + * consumption. Hence, errors stemming from invalid CommitInfo with respect + * to the state of the user's Dropbox will only be communicated at + * consumption time. Additionally, these errors are surfaced as generic HTTP + * 409 Conflict responses, potentially hiding issue details. The maximum + * temporary upload link duration is 4 hours. Upon consumption or + * expiration, a new link will have to be generated. Multiple links may + * exist for a specific upload path at any given time. The POST request on + * the temporary upload link must have its Content-Type set to + * "application/octet-stream". Example temporary upload link consumption + * request: curl -X POST + * https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND --header + * "Content-Type: application/octet-stream" --data-binary @local_file.txt A + * successful temporary upload link consumption request returns the content + * hash of the uploaded data in JSON format. Example successful temporary + * upload link consumption response: {"content-hash": + * "599d71033d700ac892a0e48fa61b125d2f5994"} An unsuccessful temporary + * upload link consumption request returns any of the following status + * codes: HTTP 400 Bad Request: Content-Type is not one of + * application/octet-stream and text/plain or request is invalid. HTTP 409 + * Conflict: The temporary upload link does not exist or is currently + * unavailable, the upload failed, or another error happened. HTTP 410 Gone: + * The temporary upload link is expired or consumed. Example unsuccessful + * temporary upload link consumption response: Temporary upload link has + * been recently consumed. * *

The {@code duration} request parameter will default to {@code * 14400.0} (see {@link #getTemporaryUploadLink(CommitInfo,double)}).

@@ -1925,55 +1849,34 @@ public GetTemporaryUploadLinkResult getTemporaryUploadLink(CommitInfo commitInfo /** * Get a one-time use temporary upload link to upload a file to a Dropbox - * location. - * - *

This endpoint acts as a delayed {@link - * DbxUserFilesRequests#upload(String)}. The returned temporary upload link - * may be used to make a POST request with the data to be uploaded. The - * upload will then be perfomed with the {@link CommitInfo} previously - * provided to {@link - * DbxUserFilesRequests#getTemporaryUploadLink(CommitInfo,double)} but - * evaluated only upon consumption. Hence, errors stemming from invalid - * {@link CommitInfo} with respect to the state of the user's Dropbox will - * only be communicated at consumption time. Additionally, these errors are - * surfaced as generic HTTP 409 Conflict responses, potentially hiding issue - * details. The maximum temporary upload link duration is 4 hours. Upon - * consumption or expiration, a new link will have to be generated. Multiple - * links may exist for a specific upload path at any given time.

- * - *

The POST request on the temporary upload link must have its - * Content-Type set to "application/octet-stream".

- * - *

Example temporary upload link consumption request:

- * - *

curl -X POST https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND - *

- * - *

--header "Content-Type: application/octet-stream"

- * - *

--data-binary @local_file.txt

- * - *

A successful temporary upload link consumption request returns the - * content hash of the uploaded data in JSON format.

- * - *

Example successful temporary upload link consumption response:

- * - *

{"content-hash": "599d71033d700ac892a0e48fa61b125d2f5994"}

- * - *

An unsuccessful temporary upload link consumption request returns any - * of the following status codes:

- * - *

HTTP 400 Bad Request: Content-Type is not one of - * application/octet-stream and text/plain or request is invalid.

- * - *

HTTP 409 Conflict: The temporary upload link does not exist or is - * currently unavailable, the upload failed, or another error happened.

- * - *

HTTP 410 Gone: The temporary upload link is expired or consumed.

- * - *

Example unsuccessful temporary upload link consumption response:

- * - *

Temporary upload link has been recently consumed.

+ * location. This endpoint acts as a delayed upload(). The returned + * temporary upload link may be used to make a POST request with the data to + * be uploaded. The upload will then be perfomed with the CommitInfo + * previously provided to getTemporaryUploadLink() but evaluated only upon + * consumption. Hence, errors stemming from invalid CommitInfo with respect + * to the state of the user's Dropbox will only be communicated at + * consumption time. Additionally, these errors are surfaced as generic HTTP + * 409 Conflict responses, potentially hiding issue details. The maximum + * temporary upload link duration is 4 hours. Upon consumption or + * expiration, a new link will have to be generated. Multiple links may + * exist for a specific upload path at any given time. The POST request on + * the temporary upload link must have its Content-Type set to + * "application/octet-stream". Example temporary upload link consumption + * request: curl -X POST + * https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND --header + * "Content-Type: application/octet-stream" --data-binary @local_file.txt A + * successful temporary upload link consumption request returns the content + * hash of the uploaded data in JSON format. Example successful temporary + * upload link consumption response: {"content-hash": + * "599d71033d700ac892a0e48fa61b125d2f5994"} An unsuccessful temporary + * upload link consumption request returns any of the following status + * codes: HTTP 400 Bad Request: Content-Type is not one of + * application/octet-stream and text/plain or request is invalid. HTTP 409 + * Conflict: The temporary upload link does not exist or is currently + * unavailable, the upload failed, or another error happened. HTTP 410 Gone: + * The temporary upload link is expired or consumed. Example unsuccessful + * temporary upload link consumption response: Temporary upload link has + * been recently consumed. * * @param commitInfo Contains the path and other optional modifiers for the * future upload commit. Equivalent to the parameters provided to {@link @@ -2029,19 +1932,18 @@ DbxDownloader getThumbnail(ThumbnailArg arg, List This method currently supports files with the following file - * extensions: jpg, jpeg, png, tiff, tif, gif, webp, ppm and bmp. Photos - * that are larger than 20MB in size won't be converted to a thumbnail.

+ * Get a thumbnail for an image. This method currently supports files with + * the following file extensions: jpg, jpeg, png, tiff, tif, gif, webp, ppm + * and bmp. Photos that are larger than 20MB in size won't be converted to a + * thumbnail. * *

The default values for the optional request parameters will be used. * See {@link GetThumbnailBuilder} for more details.

* * @param path The path to the image file you want to thumbnail. Must match * pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @return Downloader used to download the response body and view the server * response. @@ -2062,8 +1964,8 @@ public DbxDownloader getThumbnail(String path) throws ThumbnailErr * * @param path The path to the image file you want to thumbnail. Must match * pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @return Downloader builder for configuring the request parameters and * instantiating a downloader. @@ -2108,11 +2010,10 @@ DbxDownloader getThumbnailV2(ThumbnailV2Arg arg, List This method currently supports files with the following file - * extensions: jpg, jpeg, png, tiff, tif, gif, webp, ppm and bmp. Photos - * that are larger than 20MB in size won't be converted to a thumbnail.

+ * Get a thumbnail for an image. This method currently supports files with + * the following file extensions: jpg, jpeg, png, tiff, tif, gif, webp, ppm + * and bmp. Photos that are larger than 20MB in size won't be converted to a + * thumbnail. * *

The default values for the optional request parameters will be used. * See {@link DbxUserGetThumbnailV2Builder} for more details.

@@ -2186,11 +2087,10 @@ GetThumbnailBatchResult getThumbnailBatch(GetThumbnailBatchArg arg) throws GetTh /** * Get thumbnails for a list of images. We allow up to 25 thumbnails in a - * single batch. - * - *

This method currently supports files with the following file - * extensions: jpg, jpeg, png, tiff, tif, gif, webp, ppm and bmp. Photos - * that are larger than 20MB in size won't be converted to a thumbnail.

+ * single batch. This method currently supports files with the following + * file extensions: jpg, jpeg, png, tiff, tif, gif, webp, ppm and bmp. + * Photos that are larger than 20MB in size won't be converted to a + * thumbnail. * * @param entries List of files to get thumbnails. Must not contain a * {@code null} item and not be {@code null}. @@ -2209,25 +2109,24 @@ public GetThumbnailBatchResult getThumbnailBatch(List entries) thr /** * Starts returning the contents of a folder. If the result's {@link - * ListFolderResult#getHasMore} field is {@code true}, call {@link - * DbxUserFilesRequests#listFolderContinue(String)} with the returned {@link - * ListFolderResult#getCursor} to retrieve more entries. If you're using - * {@link ListFolderArg#getRecursive} set to {@code true} to keep a local - * cache of the contents of a Dropbox account, iterate through each entry in - * order and process them as follows to keep your local state in sync: For - * each {@link FileMetadata}, store the new entry at the given path in your + * ListFolderResult#getHasMore} field is true, call {@link + * DbxUserFilesRequests#listFolderContinue(String)} with the returned + * ListFolderResult.cursor to retrieve more entries. If you're using + * ListFolderArg.recursive set to true to keep a local cache of the contents + * of a Dropbox account, iterate through each entry in order and process + * them as follows to keep your local state in sync: For each FileMetadata, + * store the new entry at the given path in your local state. If the + * required parent folders don't exist yet, create them. If there's already + * something else at the given path, replace it and remove all its children. + * For each FolderMetadata, store the new entry at the given path in your * local state. If the required parent folders don't exist yet, create them. - * If there's already something else at the given path, replace it and - * remove all its children. For each {@link FolderMetadata}, store the new - * entry at the given path in your local state. If the required parent - * folders don't exist yet, create them. If there's already something else - * at the given path, replace it but leave the children as they are. Check - * the new entry's {@link FolderSharingInfo#getReadOnly} and set all its - * children's read-only statuses to match. For each {@link DeletedMetadata}, - * if your local state has something at the given path, remove it and all - * its children. If there's nothing at the given path, ignore this entry. - * Note: {@link com.dropbox.core.v2.auth.RateLimitError} may be returned if - * multiple {@link DbxUserFilesRequests#listFolder(String)} or {@link + * If there's already something else at the given path, replace it but leave + * the children as they are. Check the new entry's + * FolderSharingInfo.read_only and set all its children's read-only statuses + * to match. For each DeletedMetadata, if your local state has something at + * the given path, remove it and all its children. If there's nothing at the + * given path, ignore this entry. Note: auth.RateLimitError may be returned + * if multiple {@link DbxUserFilesRequests#listFolder(String)} or {@link * DbxUserFilesRequests#listFolderContinue(String)} calls with same * parameters are made simultaneously by same API app for same user. If your * app implements retry logic, please hold off the retry until the previous @@ -2251,43 +2150,35 @@ ListFolderResult listFolder(ListFolderArg arg) throws ListFolderErrorException, /** * Starts returning the contents of a folder. If the result's {@link - * ListFolderResult#getHasMore} field is {@code true}, call {@link - * DbxUserFilesRequests#listFolderContinue(String)} with the returned {@link - * ListFolderResult#getCursor} to retrieve more entries. - * - *

If you're using {@link ListFolderArg#getRecursive} set to {@code - * true} to keep a local cache of the contents of a Dropbox account, iterate - * through each entry in order and process them as follows to keep your - * local state in sync:

- * - *

For each {@link FileMetadata}, store the new entry at the given path - * in your local state. If the required parent folders don't exist yet, - * create them. If there's already something else at the given path, replace - * it and remove all its children.

- * - *

For each {@link FolderMetadata}, store the new entry at the given - * path in your local state. If the required parent folders don't exist yet, - * create them. If there's already something else at the given path, replace - * it but leave the children as they are. Check the new entry's {@link - * FolderSharingInfo#getReadOnly} and set all its children's read-only - * statuses to match.

- * - *

For each {@link DeletedMetadata}, if your local state has something - * at the given path, remove it and all its children. If there's nothing at - * the given path, ignore this entry.

- * - *

Note: {@link com.dropbox.core.v2.auth.RateLimitError} may be returned + * ListFolderResult#getHasMore} field is true, call {@link + * DbxUserFilesRequests#listFolderContinue(String)} with the returned + * ListFolderResult.cursor to retrieve more entries. If you're using + * ListFolderArg.recursive set to true to keep a local cache of the contents + * of a Dropbox account, iterate through each entry in order and process + * them as follows to keep your local state in sync: For each FileMetadata, + * store the new entry at the given path in your local state. If the + * required parent folders don't exist yet, create them. If there's already + * something else at the given path, replace it and remove all its children. + * For each FolderMetadata, store the new entry at the given path in your + * local state. If the required parent folders don't exist yet, create them. + * If there's already something else at the given path, replace it but leave + * the children as they are. Check the new entry's + * FolderSharingInfo.read_only and set all its children's read-only statuses + * to match. For each DeletedMetadata, if your local state has something at + * the given path, remove it and all its children. If there's nothing at the + * given path, ignore this entry. Note: auth.RateLimitError may be returned * if multiple {@link DbxUserFilesRequests#listFolder(String)} or {@link * DbxUserFilesRequests#listFolderContinue(String)} calls with same * parameters are made simultaneously by same API app for same user. If your * app implements retry logic, please hold off the retry until the previous - * request finishes.

+ * request finishes. * *

The default values for the optional request parameters will be used. * See {@link DbxUserListFolderBuilder} for more details.

* * @param path A unique identifier for the file. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -2299,32 +2190,32 @@ public ListFolderResult listFolder(String path) throws ListFolderErrorException, /** * Starts returning the contents of a folder. If the result's {@link - * ListFolderResult#getHasMore} field is {@code true}, call {@link - * DbxUserFilesRequests#listFolderContinue(String)} with the returned {@link - * ListFolderResult#getCursor} to retrieve more entries. If you're using - * {@link ListFolderArg#getRecursive} set to {@code true} to keep a local - * cache of the contents of a Dropbox account, iterate through each entry in - * order and process them as follows to keep your local state in sync: For - * each {@link FileMetadata}, store the new entry at the given path in your + * ListFolderResult#getHasMore} field is true, call {@link + * DbxUserFilesRequests#listFolderContinue(String)} with the returned + * ListFolderResult.cursor to retrieve more entries. If you're using + * ListFolderArg.recursive set to true to keep a local cache of the contents + * of a Dropbox account, iterate through each entry in order and process + * them as follows to keep your local state in sync: For each FileMetadata, + * store the new entry at the given path in your local state. If the + * required parent folders don't exist yet, create them. If there's already + * something else at the given path, replace it and remove all its children. + * For each FolderMetadata, store the new entry at the given path in your * local state. If the required parent folders don't exist yet, create them. - * If there's already something else at the given path, replace it and - * remove all its children. For each {@link FolderMetadata}, store the new - * entry at the given path in your local state. If the required parent - * folders don't exist yet, create them. If there's already something else - * at the given path, replace it but leave the children as they are. Check - * the new entry's {@link FolderSharingInfo#getReadOnly} and set all its - * children's read-only statuses to match. For each {@link DeletedMetadata}, - * if your local state has something at the given path, remove it and all - * its children. If there's nothing at the given path, ignore this entry. - * Note: {@link com.dropbox.core.v2.auth.RateLimitError} may be returned if - * multiple {@link DbxUserFilesRequests#listFolder(String)} or {@link + * If there's already something else at the given path, replace it but leave + * the children as they are. Check the new entry's + * FolderSharingInfo.read_only and set all its children's read-only statuses + * to match. For each DeletedMetadata, if your local state has something at + * the given path, remove it and all its children. If there's nothing at the + * given path, ignore this entry. Note: auth.RateLimitError may be returned + * if multiple {@link DbxUserFilesRequests#listFolder(String)} or {@link * DbxUserFilesRequests#listFolderContinue(String)} calls with same * parameters are made simultaneously by same API app for same user. If your * app implements retry logic, please hold off the retry until the previous * request finishes. * * @param path A unique identifier for the file. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @return Request builder for configuring request parameters and completing * the request. @@ -2422,7 +2313,8 @@ ListFolderGetLatestCursorResult listFolderGetLatestCursor(ListFolderArg arg) thr * See {@link ListFolderGetLatestCursorBuilder} for more details.

* * @param path A unique identifier for the file. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -2441,7 +2333,8 @@ public ListFolderGetLatestCursorResult listFolderGetLatestCursor(String path) th * exist in Dropbox. * * @param path A unique identifier for the file. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @return Request builder for configuring request parameters and completing * the request. @@ -2463,10 +2356,7 @@ public ListFolderGetLatestCursorBuilder listFolderGetLatestCursorBuilder(String * with {@link DbxUserFilesRequests#listFolderContinue(String)}, this call * gives you a low-latency way to monitor an account for file changes. The * connection will block until there are changes available or a timeout - * occurs. This endpoint is useful mostly for client-side apps. If you're - * looking for server-side notifications, check out our webhooks - * documentation. + * occurs. This endpoint is useful mostly for client-side apps. * */ ListFolderLongpollResult listFolderLongpoll(ListFolderLongpollArg arg) throws ListFolderLongpollErrorException, DbxException { @@ -2489,10 +2379,7 @@ ListFolderLongpollResult listFolderLongpoll(ListFolderLongpollArg arg) throws Li * with {@link DbxUserFilesRequests#listFolderContinue(String)}, this call * gives you a low-latency way to monitor an account for file changes. The * connection will block until there are changes available or a timeout - * occurs. This endpoint is useful mostly for client-side apps. If you're - * looking for server-side notifications, check out our webhooks - * documentation. + * occurs. This endpoint is useful mostly for client-side apps. * *

The {@code timeout} request parameter will default to {@code 30L} * (see {@link #listFolderLongpoll(String,long)}).

@@ -2517,10 +2404,7 @@ public ListFolderLongpollResult listFolderLongpoll(String cursor) throws ListFol * with {@link DbxUserFilesRequests#listFolderContinue(String)}, this call * gives you a low-latency way to monitor an account for file changes. The * connection will block until there are changes available or a timeout - * occurs. This endpoint is useful mostly for client-side apps. If you're - * looking for server-side notifications, check out our webhooks - * documentation. + * occurs. This endpoint is useful mostly for client-side apps. * * @param cursor A cursor as returned by {@link * DbxUserFilesRequests#listFolder(String)} or {@link @@ -2558,11 +2442,11 @@ public ListFolderLongpollResult listFolderLongpoll(String cursor, long timeout) * path or file id is identified from the latest file entry at the given * file path or id. This end point allows your app to query either by file * path or file id by setting the mode parameter appropriately. In the - * {@link ListRevisionsMode#PATH} (default) mode, all revisions at the same - * file path as the latest file entry are returned. If revisions with the - * same file id are desired, then mode must be set to {@link - * ListRevisionsMode#ID}. The {@link ListRevisionsMode#ID} mode is useful to - * retrieve revisions for a given file across moves or renames. + * ListRevisionsMode.path (default) mode, all revisions at the same file + * path as the latest file entry are returned. If revisions with the same + * file id are desired, then mode must be set to ListRevisionsMode.id. The + * ListRevisionsMode.id mode is useful to retrieve revisions for a given + * file across moves or renames. * */ ListRevisionsResult listRevisions(ListRevisionsArg arg) throws ListRevisionsErrorException, DbxException { @@ -2584,20 +2468,20 @@ ListRevisionsResult listRevisions(ListRevisionsArg arg) throws ListRevisionsErro * Returns revisions for files based on a file path or a file id. The file * path or file id is identified from the latest file entry at the given * file path or id. This end point allows your app to query either by file - * path or file id by setting the mode parameter appropriately. - * - *

In the {@link ListRevisionsMode#PATH} (default) mode, all revisions - * at the same file path as the latest file entry are returned. If revisions - * with the same file id are desired, then mode must be set to {@link - * ListRevisionsMode#ID}. The {@link ListRevisionsMode#ID} mode is useful to - * retrieve revisions for a given file across moves or renames.

+ * path or file id by setting the mode parameter appropriately. In the + * ListRevisionsMode.path (default) mode, all revisions at the same file + * path as the latest file entry are returned. If revisions with the same + * file id are desired, then mode must be set to ListRevisionsMode.id. The + * ListRevisionsMode.id mode is useful to retrieve revisions for a given + * file across moves or renames. * *

The default values for the optional request parameters will be used. * See {@link ListRevisionsBuilder} for more details.

* * @param path The path to the file you want to see the revisions of. Must - * match pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and - * not be {@code null}. + * match pattern "{@code + * /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be {@code + * null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -2612,15 +2496,16 @@ public ListRevisionsResult listRevisions(String path) throws ListRevisionsErrorE * path or file id is identified from the latest file entry at the given * file path or id. This end point allows your app to query either by file * path or file id by setting the mode parameter appropriately. In the - * {@link ListRevisionsMode#PATH} (default) mode, all revisions at the same - * file path as the latest file entry are returned. If revisions with the - * same file id are desired, then mode must be set to {@link - * ListRevisionsMode#ID}. The {@link ListRevisionsMode#ID} mode is useful to - * retrieve revisions for a given file across moves or renames. + * ListRevisionsMode.path (default) mode, all revisions at the same file + * path as the latest file entry are returned. If revisions with the same + * file id are desired, then mode must be set to ListRevisionsMode.id. The + * ListRevisionsMode.id mode is useful to retrieve revisions for a given + * file across moves or renames. * * @param path The path to the file you want to see the revisions of. Must - * match pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and - * not be {@code null}. + * match pattern "{@code + * /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be {@code + * null}. * * @return Request builder for configuring request parameters and completing * the request. @@ -2705,27 +2590,27 @@ Metadata move(RelocationArg arg) throws RelocationErrorException, DbxException { } /** - * Move a file or folder to a different location in the user's Dropbox. - * - *

If the source path is a folder all its contents will be moved.

+ * Move a file or folder to a different location in the user's Dropbox. If + * the source path is a folder all its contents will be moved. * *

The default values for the optional request parameters will be used. * See {@link MoveBuilder} for more details.

* * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Metadata for a file or folder. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#moveV2(String,String)} - * instead. + * @deprecated */ @Deprecated public Metadata move(String fromPath, String toPath) throws RelocationErrorException, DbxException { @@ -2738,11 +2623,13 @@ public Metadata move(String fromPath, String toPath) throws RelocationErrorExcep * the source path is a folder all its contents will be moved. * * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Request builder for configuring request parameters and completing * the request. @@ -2750,8 +2637,7 @@ public Metadata move(String fromPath, String toPath) throws RelocationErrorExcep * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#moveV2(String,String)} - * instead. + * @deprecated */ @Deprecated public MoveBuilder moveBuilder(String fromPath, String toPath) { @@ -2785,21 +2671,21 @@ RelocationResult moveV2(RelocationArg arg) throws RelocationErrorException, DbxE } /** - * Move a file or folder to a different location in the user's Dropbox. - * - *

If the source path is a folder all its contents will be moved.

- * - *

Note that we do not currently support case-only renaming.

+ * Move a file or folder to a different location in the user's Dropbox. If + * the source path is a folder all its contents will be moved. Note that we + * do not currently support case-only renaming. * *

The default values for the optional request parameters will be used. * See {@link MoveV2Builder} for more details.

* * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -2815,11 +2701,13 @@ public RelocationResult moveV2(String fromPath, String toPath) throws Relocation * do not currently support case-only renaming. * * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Request builder for configuring request parameters and completing * the request. @@ -2839,8 +2727,8 @@ public MoveV2Builder moveV2Builder(String fromPath, String toPath) { /** * Move multiple files or folders to different locations at once in the * user's Dropbox. This route will return job ID immediately and do the - * async moving job in background. Please use {@code moveBatchCheck:1} to - * check the job status. + * async moving job in background. Please use {@link + * DbxUserFilesRequests#moveBatchCheck(String)} to check the job status. * * * @return Result returned by {@link DbxUserFilesRequests#copyBatch(List)} @@ -2864,11 +2752,9 @@ RelocationBatchLaunch moveBatch(RelocationBatchArg arg) throws DbxApiException, /** * Move multiple files or folders to different locations at once in the - * user's Dropbox. - * - *

This route will return job ID immediately and do the async moving job - * in background. Please use {@code moveBatchCheck:1} to check the job - * status.

+ * user's Dropbox. This route will return job ID immediately and do the + * async moving job in background. Please use {@link + * DbxUserFilesRequests#moveBatchCheck(String)} to check the job status. * *

The default values for the optional request parameters will be used. * See {@link MoveBatchBuilder} for more details.

@@ -2885,7 +2771,7 @@ RelocationBatchLaunch moveBatch(RelocationBatchArg arg) throws DbxApiException, * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#moveBatchV2(List)} instead. + * @deprecated */ @Deprecated public RelocationBatchLaunch moveBatch(List entries) throws DbxApiException, DbxException { @@ -2896,8 +2782,8 @@ public RelocationBatchLaunch moveBatch(List entries) throws DbxA /** * Move multiple files or folders to different locations at once in the * user's Dropbox. This route will return job ID immediately and do the - * async moving job in background. Please use {@code moveBatchCheck:1} to - * check the job status. + * async moving job in background. Please use {@link + * DbxUserFilesRequests#moveBatchCheck(String)} to check the job status. * * @param entries List of entries to be moved or copied. Each entry is * {@link RelocationPath}. Must contain at least 1 items, contain at @@ -2910,7 +2796,7 @@ public RelocationBatchLaunch moveBatch(List entries) throws DbxA * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#moveBatchV2(List)} instead. + * @deprecated */ @Deprecated public MoveBatchBuilder moveBatchBuilder(List entries) { @@ -2925,12 +2811,12 @@ public MoveBatchBuilder moveBatchBuilder(List entries) { /** * Move multiple files or folders to different locations at once in the * user's Dropbox. Note that we do not currently support case-only renaming. - * This route will replace {@code moveBatch:1}. The main difference is this - * route will return status for each entry, while {@code moveBatch:1} raises - * failure if any entry fails. This route will either finish synchronously, - * or return a job ID and do the async move job in background. Please use - * {@link DbxUserFilesRequests#moveBatchCheckV2(String)} to check the job - * status. + * This route will replace {@link DbxUserFilesRequests#moveBatch(List)}. The + * main difference is this route will return status for each entry, while + * {@link DbxUserFilesRequests#moveBatch(List)} raises failure if any entry + * fails. This route will either finish synchronously, or return a job ID + * and do the async move job in background. Please use {@link + * DbxUserFilesRequests#moveBatchCheckV2(String)} to check the job status. * * * @return Result returned by {@link @@ -2956,15 +2842,12 @@ RelocationBatchV2Launch moveBatchV2(MoveBatchArg arg) throws DbxApiException, Db /** * Move multiple files or folders to different locations at once in the * user's Dropbox. Note that we do not currently support case-only renaming. - * - *

This route will replace {@code moveBatch:1}. The main difference is - * this route will return status for each entry, while {@code moveBatch:1} - * raises failure if any entry fails.

- * - *

This route will either finish synchronously, or return a job ID and - * do the async move job in background. Please use {@link + * This route will replace {@link DbxUserFilesRequests#moveBatch(List)}. The + * main difference is this route will return status for each entry, while + * {@link DbxUserFilesRequests#moveBatch(List)} raises failure if any entry + * fails. This route will either finish synchronously, or return a job ID + * and do the async move job in background. Please use {@link * DbxUserFilesRequests#moveBatchCheckV2(String)} to check the job status. - *

* *

The default values for the optional request parameters will be used. * See {@link MoveBatchV2Builder} for more details.

@@ -2990,12 +2873,12 @@ public RelocationBatchV2Launch moveBatchV2(List entries) throws /** * Move multiple files or folders to different locations at once in the * user's Dropbox. Note that we do not currently support case-only renaming. - * This route will replace {@code moveBatch:1}. The main difference is this - * route will return status for each entry, while {@code moveBatch:1} raises - * failure if any entry fails. This route will either finish synchronously, - * or return a job ID and do the async move job in background. Please use - * {@link DbxUserFilesRequests#moveBatchCheckV2(String)} to check the job - * status. + * This route will replace {@link DbxUserFilesRequests#moveBatch(List)}. The + * main difference is this route will return status for each entry, while + * {@link DbxUserFilesRequests#moveBatch(List)} raises failure if any entry + * fails. This route will either finish synchronously, or return a job ID + * and do the async move job in background. Please use {@link + * DbxUserFilesRequests#moveBatchCheckV2(String)} to check the job status. * * @param entries List of entries to be moved or copied. Each entry is * {@link RelocationPath}. Must contain at least 1 items, contain at @@ -3050,8 +2933,7 @@ RelocationBatchJobStatus moveBatchCheck(PollArg arg) throws PollErrorException, * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link DbxUserFilesRequests#moveBatchCheckV2(String)} - * instead. + * @deprecated */ @Deprecated public RelocationBatchJobStatus moveBatchCheck(String asyncJobId) throws PollErrorException, DbxException { @@ -3176,8 +3058,9 @@ PaperUpdateUploader paperUpdate(PaperUpdateArg arg) throws DbxException { * * @param path Path in the user's Dropbox to update. The path must * correspond to a Paper doc or an error will be returned. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param importFormat The format of the provided data. Must not be {@code * null}. * @param docUpdatePolicy How the provided content should be applied to the @@ -3198,8 +3081,9 @@ public PaperUpdateUploader paperUpdate(String path, ImportFormat importFormat, P * * @param path Path in the user's Dropbox to update. The path must * correspond to a Paper doc or an error will be returned. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param importFormat The format of the provided data. Must not be {@code * null}. * @param docUpdatePolicy How the provided content should be applied to the @@ -3247,17 +3131,14 @@ void permanentlyDelete(DeleteArg arg) throws DeleteErrorException, DbxException /** * Permanently delete the file or folder at a given path (see - * https://www.dropbox.com/en/help/40). - * - *

If the given file or folder is not yet deleted, this route will first - * delete it. It is possible for this route to successfully delete, then - * fail to permanently delete.

- * - *

Note: This endpoint is only available for Dropbox Business apps.

+ * https://www.dropbox.com/en/help/40). If the given file or folder is not + * yet deleted, this route will first delete it. It is possible for this + * route to successfully delete, then fail to permanently delete. Note: This + * endpoint is only available for Dropbox Business apps. * * @param path Path in the user's Dropbox to delete. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be - * {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and + * not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -3269,17 +3150,14 @@ public void permanentlyDelete(String path) throws DeleteErrorException, DbxExcep /** * Permanently delete the file or folder at a given path (see - * https://www.dropbox.com/en/help/40). - * - *

If the given file or folder is not yet deleted, this route will first - * delete it. It is possible for this route to successfully delete, then - * fail to permanently delete.

- * - *

Note: This endpoint is only available for Dropbox Business apps.

+ * https://www.dropbox.com/en/help/40). If the given file or folder is not + * yet deleted, this route will first delete it. It is possible for this + * route to successfully delete, then fail to permanently delete. Note: This + * endpoint is only available for Dropbox Business apps. * * @param path Path in the user's Dropbox to delete. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be - * {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and + * not be {@code null}. * @param parentRev Perform delete if given "rev" matches the existing * file's latest "rev". This field does not support deleting a folder. * Must have length of at least 9 and match pattern "{@code [0-9a-f]+}". @@ -3305,6 +3183,8 @@ public void permanentlyDelete(String path, String parentRev) throws DeleteErrorE // /** + * Add property groups to a Dropbox file. See templates/add_for_user or + * templates/add_for_team to create new templates. * */ void propertiesAdd(AddPropertiesArg arg) throws AddPropertiesErrorException, DbxException { @@ -3323,12 +3203,14 @@ void propertiesAdd(AddPropertiesArg arg) throws AddPropertiesErrorException, Dbx } /** + * Add property groups to a Dropbox file. See templates/add_for_user or + * templates/add_for_team to create new templates. * * @param path A unique identifier for the file or folder. Must match * pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and not be * {@code null}. * @param propertyGroups The property groups which are to be added to a - * Dropbox file. No two groups in the input should refer to the same + * Dropbox file. No two groups in the input should refer to the same * template. Must not contain a {@code null} item and not be {@code * null}. * @@ -3348,6 +3230,9 @@ public void propertiesAdd(String path, List propertyGroups) throw // /** + * Overwrite property groups associated with a file. This endpoint should be + * used instead of properties/update when property groups are being + * overwritten rather than updated via a "delta". * */ void propertiesOverwrite(OverwritePropertyGroupArg arg) throws InvalidPropertyGroupErrorException, DbxException { @@ -3366,12 +3251,15 @@ void propertiesOverwrite(OverwritePropertyGroupArg arg) throws InvalidPropertyGr } /** + * Overwrite property groups associated with a file. This endpoint should be + * used instead of properties/update when property groups are being + * overwritten rather than updated via a "delta". * * @param path A unique identifier for the file or folder. Must match * pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and not be * {@code null}. * @param propertyGroups The property groups "snapshot" updates to force - * apply. No two groups in the input should refer to the same template. + * apply. No two groups in the input should refer to the same template. * Must contain at least 1 items, not contain a {@code null} item, and * not be {@code null}. * @@ -3386,122 +3274,15 @@ public void propertiesOverwrite(String path, List propertyGroups) propertiesOverwrite(_arg); } - // - // route 2/files/properties/remove - // - - /** - * - */ - void propertiesRemove(RemovePropertiesArg arg) throws RemovePropertiesErrorException, DbxException { - try { - this.client.rpcStyle(this.client.getHost().getApi(), - "2/files/properties/remove", - arg, - false, - RemovePropertiesArg.Serializer.INSTANCE, - com.dropbox.core.stone.StoneSerializers.void_(), - RemovePropertiesError.Serializer.INSTANCE); - } - catch (DbxWrappedException ex) { - throw new RemovePropertiesErrorException("2/files/properties/remove", ex.getRequestId(), ex.getUserMessage(), (RemovePropertiesError) ex.getErrorValue()); - } - } - - /** - * - * @param path A unique identifier for the file or folder. Must match - * pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and not be - * {@code null}. - * @param propertyTemplateIds A list of identifiers for a template created - * by {@link - * com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests#templatesAddForUser(String,String,List)} - * or {@link - * com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests#templatesAddForTeam(String,String,List)}. - * Must not contain a {@code null} item and not be {@code null}. - * - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. - * - * @deprecated - */ - @Deprecated - public void propertiesRemove(String path, List propertyTemplateIds) throws RemovePropertiesErrorException, DbxException { - RemovePropertiesArg _arg = new RemovePropertiesArg(path, propertyTemplateIds); - propertiesRemove(_arg); - } - - // - // route 2/files/properties/template/get - // - - /** - * - */ - GetTemplateResult propertiesTemplateGet(GetTemplateArg arg) throws TemplateErrorException, DbxException { - try { - return this.client.rpcStyle(this.client.getHost().getApi(), - "2/files/properties/template/get", - arg, - false, - GetTemplateArg.Serializer.INSTANCE, - GetTemplateResult.Serializer.INSTANCE, - TemplateError.Serializer.INSTANCE); - } - catch (DbxWrappedException ex) { - throw new TemplateErrorException("2/files/properties/template/get", ex.getRequestId(), ex.getUserMessage(), (TemplateError) ex.getErrorValue()); - } - } - - /** - * - * @param templateId An identifier for template added by route See {@link - * com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests#templatesAddForUser(String,String,List)} - * or {@link - * com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests#templatesAddForTeam(String,String,List)}. - * Must have length of at least 1, match pattern "{@code (/|ptid:).*}", - * and not be {@code null}. - * - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. - * - * @deprecated - */ - @Deprecated - public GetTemplateResult propertiesTemplateGet(String templateId) throws TemplateErrorException, DbxException { - GetTemplateArg _arg = new GetTemplateArg(templateId); - return propertiesTemplateGet(_arg); - } - - // - // route 2/files/properties/template/list - // - - /** - * - * @deprecated - */ - @Deprecated - public ListTemplateResult propertiesTemplateList() throws TemplateErrorException, DbxException { - try { - return this.client.rpcStyle(this.client.getHost().getApi(), - "2/files/properties/template/list", - null, - false, - com.dropbox.core.stone.StoneSerializers.void_(), - ListTemplateResult.Serializer.INSTANCE, - TemplateError.Serializer.INSTANCE); - } - catch (DbxWrappedException ex) { - throw new TemplateErrorException("2/files/properties/template/list", ex.getRequestId(), ex.getUserMessage(), (TemplateError) ex.getErrorValue()); - } - } - // // route 2/files/properties/update // /** + * Add, update or remove properties associated with the supplied file and + * templates. This endpoint should be used instead of properties/overwrite + * when property groups are being updated via a "delta" instead of + * overwriting all properties of a file. * */ void propertiesUpdate(UpdatePropertiesArg arg) throws UpdatePropertiesErrorException, DbxException { @@ -3520,6 +3301,10 @@ void propertiesUpdate(UpdatePropertiesArg arg) throws UpdatePropertiesErrorExcep } /** + * Add, update or remove properties associated with the supplied file and + * templates. This endpoint should be used instead of properties/overwrite + * when property groups are being updated via a "delta" instead of + * overwriting all properties of a file. * * @param path A unique identifier for the file or folder. Must match * pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and not be @@ -3565,7 +3350,8 @@ FileMetadata restore(RestoreArg arg) throws RestoreErrorException, DbxException * Restore a specific revision of a file to the given path. * * @param path The path to save the restored file. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param rev The revision to restore. Must have length of at least 9, * match pattern "{@code [0-9a-f]+}", and not be {@code null}. * @@ -3584,9 +3370,7 @@ public FileMetadata restore(String path, String rev) throws RestoreErrorExceptio /** * Save the data from a specified URL into a file in user's Dropbox. Note * that the transfer from the URL must complete within 15 minutes, or the - * operation will time out and the job will fail. If the given path already - * exists, the file will be renamed to avoid the conflict (e.g. myfile - * (1).txt). + * operation will time out and the job will fail. * */ SaveUrlResult saveUrl(SaveUrlArg arg) throws SaveUrlErrorException, DbxException { @@ -3605,13 +3389,9 @@ SaveUrlResult saveUrl(SaveUrlArg arg) throws SaveUrlErrorException, DbxException } /** - * Save the data from a specified URL into a file in user's Dropbox. - * - *

Note that the transfer from the URL must complete within 15 minutes, - * or the operation will time out and the job will fail.

- * - *

If the given path already exists, the file will be renamed to avoid - * the conflict (e.g. myfile (1).txt).

+ * Save the data from a specified URL into a file in user's Dropbox. Note + * that the transfer from the URL must complete within 15 minutes, or the + * operation will time out and the job will fail. * * @param path The path in Dropbox where the URL will be saved to. Must * match pattern "{@code /(.|[\\r\\n])*}" and not be {@code null}. @@ -3704,7 +3484,8 @@ SearchResult search(SearchArg arg) throws SearchErrorException, DbxException { * * @param path The path in the user's Dropbox to search. Should probably be * a folder. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param query The string to search for. Query string may be rewritten to * improve relevance of results. The string is split on spaces into * multiple tokens. For file name searching, the last token is used for @@ -3729,7 +3510,8 @@ public SearchResult search(String path, String query) throws SearchErrorExceptio * * @param path The path in the user's Dropbox to search. Should probably be * a folder. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param query The string to search for. Query string may be rewritten to * improve relevance of results. The string is split on spaces into * multiple tokens. For file name searching, the last token is used for @@ -4053,13 +3835,12 @@ public LockFileBatchResult unlockFileBatch(List entries) throws L /** * Create a new file with the contents provided in the request. Do not use - * this to upload a file larger than 150 MB. Instead, create an upload + * this to upload a file larger than 150 MiB. Instead, create an upload * session with {@link DbxUserFilesRequests#uploadSessionStart}. Calls to * this endpoint will count as data transport calls for any Dropbox Business * teams with a limit on the number of data transport calls allowed per - * month. For more information, see the Data - * transport limit page. + * month. For more information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * * @return Uploader used to upload the request body and finish request. @@ -4074,24 +3855,21 @@ UploadUploader upload(UploadArg arg) throws DbxException { } /** - * Create a new file with the contents provided in the request. - * - *

Do not use this to upload a file larger than 150 MB. Instead, create - * an upload session with {@link DbxUserFilesRequests#uploadSessionStart}. - *

- * - *

Calls to this endpoint will count as data transport calls for any - * Dropbox Business teams with a limit on the number of data transport calls - * allowed per month. For more information, see the Data - * transport limit page.

+ * Create a new file with the contents provided in the request. Do not use + * this to upload a file larger than 150 MiB. Instead, create an upload + * session with {@link DbxUserFilesRequests#uploadSessionStart}. Calls to + * this endpoint will count as data transport calls for any Dropbox Business + * teams with a limit on the number of data transport calls allowed per + * month. For more information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * *

The default values for the optional request parameters will be used. * See {@link UploadBuilder} for more details.

* * @param path Path in the user's Dropbox to save the file. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Uploader used to upload the request body and finish request. * @@ -4105,17 +3883,17 @@ public UploadUploader upload(String path) throws DbxException { /** * Create a new file with the contents provided in the request. Do not use - * this to upload a file larger than 150 MB. Instead, create an upload + * this to upload a file larger than 150 MiB. Instead, create an upload * session with {@link DbxUserFilesRequests#uploadSessionStart}. Calls to * this endpoint will count as data transport calls for any Dropbox Business * teams with a limit on the number of data transport calls allowed per - * month. For more information, see the Data - * transport limit page. + * month. For more information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * @param path Path in the user's Dropbox to save the file. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Uploader builder for configuring request parameters and * instantiating an uploader. @@ -4134,12 +3912,12 @@ public UploadBuilder uploadBuilder(String path) { /** * Append more data to an upload session. A single request should not upload - * more than 150 MB. The maximum size of a file one can upload to an upload - * session is 350 GB. Calls to this endpoint will count as data transport - * calls for any Dropbox Business teams with a limit on the number of data - * transport calls allowed per month. For more information, see the Data - * transport limit page. + * more than 150 MiB. The maximum size of a file one can upload to an upload + * session is 2^41 - 2^22 (2,199,019,061,248) bytes. Calls to this endpoint + * will count as data transport calls for any Dropbox Business teams with a + * limit on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * * @return Uploader used to upload the request body and finish request. @@ -4154,16 +3932,13 @@ UploadSessionAppendUploader uploadSessionAppend(UploadSessionCursor arg) throws } /** - * Append more data to an upload session. - * - *

A single request should not upload more than 150 MB. The maximum size - * of a file one can upload to an upload session is 350 GB.

- * - *

Calls to this endpoint will count as data transport calls for any - * Dropbox Business teams with a limit on the number of data transport calls - * allowed per month. For more information, see the Data - * transport limit page.

+ * Append more data to an upload session. A single request should not upload + * more than 150 MiB. The maximum size of a file one can upload to an upload + * session is 2^41 - 2^22 (2,199,019,061,248) bytes. Calls to this endpoint + * will count as data transport calls for any Dropbox Business teams with a + * limit on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * @param sessionId The upload session ID (returned by {@link * DbxUserFilesRequests#uploadSessionStart}). Must not be {@code null}. @@ -4176,9 +3951,7 @@ UploadSessionAppendUploader uploadSessionAppend(UploadSessionCursor arg) throws * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} - * instead. + * @deprecated */ @Deprecated public UploadSessionAppendUploader uploadSessionAppend(String sessionId, long offset) throws DbxException { @@ -4193,12 +3966,12 @@ public UploadSessionAppendUploader uploadSessionAppend(String sessionId, long of /** * Append more data to an upload session. When the parameter close is set, * this call will close the session. A single request should not upload more - * than 150 MB. The maximum size of a file one can upload to an upload - * session is 350 GB. Calls to this endpoint will count as data transport - * calls for any Dropbox Business teams with a limit on the number of data - * transport calls allowed per month. For more information, see the Data - * transport limit page. + * than 150 MiB. The maximum size of a file one can upload to an upload + * session is 2^41 - 2^22 (2,199,019,061,248) bytes. Calls to this endpoint + * will count as data transport calls for any Dropbox Business teams with a + * limit on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * * @return Uploader used to upload the request body and finish request. @@ -4213,19 +3986,14 @@ UploadSessionAppendV2Uploader uploadSessionAppendV2(UploadSessionAppendArg arg) } /** - * Append more data to an upload session. - * - *

When the parameter close is set, this call will close the session. - *

- * - *

A single request should not upload more than 150 MB. The maximum size - * of a file one can upload to an upload session is 350 GB.

- * - *

Calls to this endpoint will count as data transport calls for any - * Dropbox Business teams with a limit on the number of data transport calls - * allowed per month. For more information, see the Data - * transport limit page.

+ * Append more data to an upload session. When the parameter close is set, + * this call will close the session. A single request should not upload more + * than 150 MiB. The maximum size of a file one can upload to an upload + * session is 2^41 - 2^22 (2,199,019,061,248) bytes. Calls to this endpoint + * will count as data transport calls for any Dropbox Business teams with a + * limit on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * *

The default values for the optional request parameters will be used. * See {@link UploadSessionAppendV2Builder} for more details.

@@ -4246,12 +4014,12 @@ public UploadSessionAppendV2Uploader uploadSessionAppendV2(UploadSessionCursor c /** * Append more data to an upload session. When the parameter close is set, * this call will close the session. A single request should not upload more - * than 150 MB. The maximum size of a file one can upload to an upload - * session is 350 GB. Calls to this endpoint will count as data transport - * calls for any Dropbox Business teams with a limit on the number of data - * transport calls allowed per month. For more information, see the Data - * transport limit page. + * than 150 MiB. The maximum size of a file one can upload to an upload + * session is 2^41 - 2^22 (2,199,019,061,248) bytes. Calls to this endpoint + * will count as data transport calls for any Dropbox Business teams with a + * limit on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * @param cursor Contains the upload session ID and the offset. Must not be * {@code null}. @@ -4267,19 +4035,120 @@ public UploadSessionAppendV2Builder uploadSessionAppendV2Builder(UploadSessionCu return new UploadSessionAppendV2Builder(this, argBuilder_); } + // + // route 2/files/upload_session/append_batch + // + + /** + * Append more data to multiple upload sessions. Each piece of file content + * to append to each upload session should be concatenated in the request + * body, in the order delineated by the {@code entries} argument to {@link + * DbxUserFilesRequests#uploadSessionAppendBatch(List,String)} and their + * individual lengths indicated by {@link + * UploadSessionAppendBatchArgEntry#getLength}. A single request should not + * upload more than 150 MiB. The maximum size of a file one can upload to an + * upload session is 2^41 - 2^22 (2,199,019,061,248) bytes. Calls to this + * endpoint will count as data transport calls for any Dropbox Business + * teams with a limit on the number of data transport calls allowed per + * month. For more information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. + * + * + * @return Uploader used to upload the request body and finish request. + */ + UploadSessionAppendBatchUploader uploadSessionAppendBatch(UploadSessionAppendBatchArg arg) throws DbxException { + HttpRequestor.Uploader _uploader = this.client.uploadStyle(this.client.getHost().getContent(), + "2/files/upload_session/append_batch", + arg, + false, + UploadSessionAppendBatchArg.Serializer.INSTANCE); + return new UploadSessionAppendBatchUploader(_uploader, this.client.getUserId()); + } + + /** + * Append more data to multiple upload sessions. Each piece of file content + * to append to each upload session should be concatenated in the request + * body, in the order delineated by the {@code entries} argument to {@link + * DbxUserFilesRequests#uploadSessionAppendBatch(List,String)} and their + * individual lengths indicated by {@link + * UploadSessionAppendBatchArgEntry#getLength}. A single request should not + * upload more than 150 MiB. The maximum size of a file one can upload to an + * upload session is 2^41 - 2^22 (2,199,019,061,248) bytes. Calls to this + * endpoint will count as data transport calls for any Dropbox Business + * teams with a limit on the number of data transport calls allowed per + * month. For more information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. + * + * @param entries Append information for each file in the batch. Must + * contain at most 1000 items, not contain a {@code null} item, and not + * be {@code null}. + * + * @return Uploader used to upload the request body and finish request. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public UploadSessionAppendBatchUploader uploadSessionAppendBatch(List entries) throws DbxException { + UploadSessionAppendBatchArg _arg = new UploadSessionAppendBatchArg(entries); + return uploadSessionAppendBatch(_arg); + } + + /** + * Append more data to multiple upload sessions. Each piece of file content + * to append to each upload session should be concatenated in the request + * body, in the order delineated by the {@code entries} argument to {@link + * DbxUserFilesRequests#uploadSessionAppendBatch(List,String)} and their + * individual lengths indicated by {@link + * UploadSessionAppendBatchArgEntry#getLength}. A single request should not + * upload more than 150 MiB. The maximum size of a file one can upload to an + * upload session is 2^41 - 2^22 (2,199,019,061,248) bytes. Calls to this + * endpoint will count as data transport calls for any Dropbox Business + * teams with a limit on the number of data transport calls allowed per + * month. For more information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. + * + * @param entries Append information for each file in the batch. Must + * contain at most 1000 items, not contain a {@code null} item, and not + * be {@code null}. + * @param contentHash A hash of the entire request body which is all the + * concatenated pieces of file content that were uploaded in this call. + * If provided and the uploaded content does not match this hash, an + * error will be returned. For more information see our Content + * hash page. Must have length of at least 64 and have length of at + * most 64. + * + * @return Uploader used to upload the request body and finish request. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public UploadSessionAppendBatchUploader uploadSessionAppendBatch(List entries, String contentHash) throws DbxException { + if (contentHash != null) { + if (contentHash.length() < 64) { + throw new IllegalArgumentException("String 'contentHash' is shorter than 64"); + } + if (contentHash.length() > 64) { + throw new IllegalArgumentException("String 'contentHash' is longer than 64"); + } + } + UploadSessionAppendBatchArg _arg = new UploadSessionAppendBatchArg(entries, contentHash); + return uploadSessionAppendBatch(_arg); + } + // // route 2/files/upload_session/finish // /** * Finish an upload session and save the uploaded data to the given file - * path. A single request should not upload more than 150 MB. The maximum - * size of a file one can upload to an upload session is 350 GB. Calls to - * this endpoint will count as data transport calls for any Dropbox Business - * teams with a limit on the number of data transport calls allowed per - * month. For more information, see the Data - * transport limit page. + * path. A single request should not upload more than 150 MiB. The maximum + * size of a file one can upload to an upload session is 2^41 - 2^22 + * (2,199,019,061,248) bytes. Calls to this endpoint will count as data + * transport calls for any Dropbox Business teams with a limit on the number + * of data transport calls allowed per month. For more information, see the + * Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * * @return Uploader used to upload the request body and finish request. @@ -4295,16 +4164,13 @@ UploadSessionFinishUploader uploadSessionFinish(UploadSessionFinishArg arg) thro /** * Finish an upload session and save the uploaded data to the given file - * path. - * - *

A single request should not upload more than 150 MB. The maximum size - * of a file one can upload to an upload session is 350 GB.

- * - *

Calls to this endpoint will count as data transport calls for any - * Dropbox Business teams with a limit on the number of data transport calls - * allowed per month. For more information, see the Data - * transport limit page.

+ * path. A single request should not upload more than 150 MiB. The maximum + * size of a file one can upload to an upload session is 2^41 - 2^22 + * (2,199,019,061,248) bytes. Calls to this endpoint will count as data + * transport calls for any Dropbox Business teams with a limit on the number + * of data transport calls allowed per month. For more information, see the + * Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * @param cursor Contains the upload session ID and the offset. Must not be * {@code null}. @@ -4323,16 +4189,13 @@ public UploadSessionFinishUploader uploadSessionFinish(UploadSessionCursor curso /** * Finish an upload session and save the uploaded data to the given file - * path. - * - *

A single request should not upload more than 150 MB. The maximum size - * of a file one can upload to an upload session is 350 GB.

- * - *

Calls to this endpoint will count as data transport calls for any - * Dropbox Business teams with a limit on the number of data transport calls - * allowed per month. For more information, see the Data - * transport limit page.

+ * path. A single request should not upload more than 150 MiB. The maximum + * size of a file one can upload to an upload session is 2^41 - 2^22 + * (2,199,019,061,248) bytes. Calls to this endpoint will count as data + * transport calls for any Dropbox Business teams with a limit on the number + * of data transport calls allowed per month. For more information, see the + * Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * @param cursor Contains the upload session ID and the offset. Must not be * {@code null}. @@ -4380,18 +4243,17 @@ public UploadSessionFinishUploader uploadSessionFinish(UploadSessionCursor curso * UploadSessionAppendArg#getClose} needs to be true for the last {@link * DbxUserFilesRequests#uploadSessionStart} or {@link * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} call. - * The maximum size of a file one can upload to an upload session is 350 GB. - * This route will return a job_id immediately and do the async commit job - * in background. Use {@link + * The maximum size of a file one can upload to an upload session is 2^41 - + * 2^22 (2,199,019,061,248) bytes. This route will return a job_id + * immediately and do the async commit job in background. Use {@link * DbxUserFilesRequests#uploadSessionFinishBatchCheck(String)} to check the * job status. For the same account, this route should be executed serially. * That means you should not start the next job before current job finishes. * We allow up to 1000 entries in a single request. Calls to this endpoint * will count as data transport calls for any Dropbox Business teams with a * limit on the number of data transport calls allowed per month. For more - * information, see the Data - * transport limit page. + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * * @return Result returned by {@link @@ -4422,28 +4284,21 @@ UploadSessionFinishBatchLaunch uploadSessionFinishBatch(UploadSessionFinishBatch * than calling {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)}, * use this route to finish all your upload sessions in a single request. - * - *

{@link UploadSessionStartArg#getClose} or {@link + * {@link UploadSessionStartArg#getClose} or {@link * UploadSessionAppendArg#getClose} needs to be true for the last {@link * DbxUserFilesRequests#uploadSessionStart} or {@link * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} call. - * The maximum size of a file one can upload to an upload session is 350 GB. - *

- * - *

This route will return a job_id immediately and do the async commit - * job in background. Use {@link + * The maximum size of a file one can upload to an upload session is 2^41 - + * 2^22 (2,199,019,061,248) bytes. This route will return a job_id + * immediately and do the async commit job in background. Use {@link * DbxUserFilesRequests#uploadSessionFinishBatchCheck(String)} to check the - * job status.

- * - *

For the same account, this route should be executed serially. That - * means you should not start the next job before current job finishes. We - * allow up to 1000 entries in a single request.

- * - *

Calls to this endpoint will count as data transport calls for any - * Dropbox Business teams with a limit on the number of data transport calls - * allowed per month. For more information, see the Data - * transport limit page.

+ * job status. For the same account, this route should be executed serially. + * That means you should not start the next job before current job finishes. + * We allow up to 1000 entries in a single request. Calls to this endpoint + * will count as data transport calls for any Dropbox Business teams with a + * limit on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * @param entries Commit information for each file in the batch. Must * contain at most 1000 items, not contain a {@code null} item, and not @@ -4456,8 +4311,7 @@ UploadSessionFinishBatchLaunch uploadSessionFinishBatch(UploadSessionFinishBatch * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link - * DbxUserFilesRequests#uploadSessionFinishBatchV2(List)} instead. + * @deprecated */ @Deprecated public UploadSessionFinishBatchLaunch uploadSessionFinishBatch(List entries) throws DbxApiException, DbxException { @@ -4483,12 +4337,12 @@ public UploadSessionFinishBatchLaunch uploadSessionFinishBatch(ListData - * transport limit page. + * upload session is 2^41 - 2^22 (2,199,019,061,248) bytes. We allow up to + * 1000 entries in a single request. Calls to this endpoint will count as + * data transport calls for any Dropbox Business teams with a limit on the + * number of data transport calls allowed per month. For more information, + * see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * */ UploadSessionFinishBatchResult uploadSessionFinishBatchV2(UploadSessionFinishBatchArg arg) throws DbxApiException, DbxException { @@ -4515,21 +4369,17 @@ UploadSessionFinishBatchResult uploadSessionFinishBatchV2(UploadSessionFinishBat * than calling {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)}, * use this route to finish all your upload sessions in a single request. - * - *

{@link UploadSessionStartArg#getClose} or {@link + * {@link UploadSessionStartArg#getClose} or {@link * UploadSessionAppendArg#getClose} needs to be true for the last {@link * DbxUserFilesRequests#uploadSessionStart} or {@link * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} call of * each upload session. The maximum size of a file one can upload to an - * upload session is 350 GB.

- * - *

We allow up to 1000 entries in a single request.

- * - *

Calls to this endpoint will count as data transport calls for any - * Dropbox Business teams with a limit on the number of data transport calls - * allowed per month. For more information, see the Data - * transport limit page.

+ * upload session is 2^41 - 2^22 (2,199,019,061,248) bytes. We allow up to + * 1000 entries in a single request. Calls to this endpoint will count as + * data transport calls for any Dropbox Business teams with a limit on the + * number of data transport calls allowed per month. For more information, + * see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * @param entries Commit information for each file in the batch. Must * contain at most 1000 items, not contain a {@code null} item, and not @@ -4593,51 +4443,53 @@ public UploadSessionFinishBatchJobStatus uploadSessionFinishBatchCheck(String as /** * Upload sessions allow you to upload a single file in one or more - * requests, for example where the size of the file is greater than 150 MB. + * requests, for example where the size of the file is greater than 150 MiB. * This call starts a new upload session with the given data. You can then * use {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} to add - * more data and {@link - * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} - * to save all the data to a file in Dropbox. A single request should not - * upload more than 150 MB. The maximum size of a file one can upload to an - * upload session is 350 GB. An upload session can be used for a maximum of - * 7 days. Attempting to use an {@link - * UploadSessionStartResult#getSessionId} with {@link * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or - * {@link + * {@link DbxUserFilesRequests#uploadSessionAppendBatch(List,String)} to add + * more data, then {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} - * more than 7 days after its creation will return a {@link - * UploadSessionLookupError#NOT_FOUND}. Calls to this endpoint will count as - * data transport calls for any Dropbox Business teams with a limit on the - * number of data transport calls allowed per month. For more information, - * see the Data - * transport limit page. By default, upload sessions require you to send - * content of the file in sequential order via consecutive {@link + * or {@link DbxUserFilesRequests#uploadSessionFinishBatchV2(List)} to save + * all the data to a file in Dropbox. A single request should not upload + * more than 150 MiB. The maximum size of a file one can upload to an upload + * session is 2^41 - 2^22 (2,199,019,061,248) bytes. An upload session can + * be used for a maximum of 7 days. Attempting to use a {@link + * UploadSessionStartResult#getSessionId} with {@link + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or other + * upload session routes more than 7 days after its creation will return + * {@link UploadSessionLookupError#NOT_FOUND}. Calls to this endpoint will + * count as data transport calls for any Dropbox Business teams with a limit + * on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. By + * default, upload sessions require you to send content of the file in + * sequential order via consecutive {@link * DbxUserFilesRequests#uploadSessionStart}, {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)}, {@link + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)}, and + * {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} - * calls. For better performance, you can instead optionally use a {@link - * UploadSessionType#CONCURRENT} upload session. To start a new concurrent - * session, set {@link UploadSessionStartArg#getSessionType} to {@link - * UploadSessionType#CONCURRENT}. After that, you can send file data in - * concurrent {@link + * calls (or their batch variants). For better performance, you can + * optionally set {@link UploadSessionStartArg#getSessionType} to {@link + * UploadSessionType#CONCURRENT} to start a concurrent upload session. + * Concurrent upload sessions may upload file data in concurrent {@link * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} - * requests. Finally finish the session with {@link - * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)}. - * There are couple of constraints with concurrent sessions to make them - * work. You can not send data with {@link + * requests, with a few caveats. After all of the requests are complete, + * finish the session with {@link + * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} + * as normal. You can not send data in a {@link * DbxUserFilesRequests#uploadSessionStart} or {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} * call, only with {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} call. - * Also data uploaded in {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} call - * must be multiple of 4194304 bytes (except for last {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} with - * {@link UploadSessionStartArg#getClose} to {@code true}, that may contain - * any remaining data). + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or + * {@link DbxUserFilesRequests#uploadSessionAppendBatch(List,String)}. Also, + * the length of the uploaded data in a call to {@link + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or + * {@link DbxUserFilesRequests#uploadSessionAppendBatch(List,String)} must + * be a multiple of 2^22 (4,194,304) bytes, except for the final append + * request with {@link UploadSessionAppendArg#getClose} or {@link + * UploadSessionAppendBatchArgEntry#getClose} set to true that may contain + * any remaining data. * * * @return Uploader used to upload the request body and finish request. @@ -4653,58 +4505,53 @@ UploadSessionStartUploader uploadSessionStart(UploadSessionStartArg arg) throws /** * Upload sessions allow you to upload a single file in one or more - * requests, for example where the size of the file is greater than 150 MB. + * requests, for example where the size of the file is greater than 150 MiB. * This call starts a new upload session with the given data. You can then * use {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} to add - * more data and {@link - * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} - * to save all the data to a file in Dropbox. - * - *

A single request should not upload more than 150 MB. The maximum size - * of a file one can upload to an upload session is 350 GB.

- * - *

An upload session can be used for a maximum of 7 days. Attempting to - * use an {@link UploadSessionStartResult#getSessionId} with {@link * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or - * {@link + * {@link DbxUserFilesRequests#uploadSessionAppendBatch(List,String)} to add + * more data, then {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} - * more than 7 days after its creation will return a {@link - * UploadSessionLookupError#NOT_FOUND}.

- * - *

Calls to this endpoint will count as data transport calls for any - * Dropbox Business teams with a limit on the number of data transport calls - * allowed per month. For more information, see the :link:`Data transport - * limit page - * https://www.dropbox.com/developers/reference/data-transport-limit`.

- * - *

By default, upload sessions require you to send content of the file - * in sequential order via consecutive {@link + * or {@link DbxUserFilesRequests#uploadSessionFinishBatchV2(List)} to save + * all the data to a file in Dropbox. A single request should not upload + * more than 150 MiB. The maximum size of a file one can upload to an upload + * session is 2^41 - 2^22 (2,199,019,061,248) bytes. An upload session can + * be used for a maximum of 7 days. Attempting to use a {@link + * UploadSessionStartResult#getSessionId} with {@link + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or other + * upload session routes more than 7 days after its creation will return + * {@link UploadSessionLookupError#NOT_FOUND}. Calls to this endpoint will + * count as data transport calls for any Dropbox Business teams with a limit + * on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. By + * default, upload sessions require you to send content of the file in + * sequential order via consecutive {@link * DbxUserFilesRequests#uploadSessionStart}, {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)}, {@link + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)}, and + * {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} - * calls. For better performance, you can instead optionally use a {@link - * UploadSessionType#CONCURRENT} upload session. To start a new concurrent - * session, set {@link UploadSessionStartArg#getSessionType} to {@link - * UploadSessionType#CONCURRENT}. After that, you can send file data in - * concurrent {@link + * calls (or their batch variants). For better performance, you can + * optionally set {@link UploadSessionStartArg#getSessionType} to {@link + * UploadSessionType#CONCURRENT} to start a concurrent upload session. + * Concurrent upload sessions may upload file data in concurrent {@link * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} - * requests. Finally finish the session with {@link - * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)}. - *

- * - *

There are couple of constraints with concurrent sessions to make them - * work. You can not send data with {@link + * requests, with a few caveats. After all of the requests are complete, + * finish the session with {@link + * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} + * as normal. You can not send data in a {@link * DbxUserFilesRequests#uploadSessionStart} or {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} * call, only with {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} call. - * Also data uploaded in {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} call - * must be multiple of 4194304 bytes (except for last {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} with - * {@link UploadSessionStartArg#getClose} to {@code true}, that may contain - * any remaining data).

+ * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or + * {@link DbxUserFilesRequests#uploadSessionAppendBatch(List,String)}. Also, + * the length of the uploaded data in a call to {@link + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or + * {@link DbxUserFilesRequests#uploadSessionAppendBatch(List,String)} must + * be a multiple of 2^22 (4,194,304) bytes, except for the final append + * request with {@link UploadSessionAppendArg#getClose} or {@link + * UploadSessionAppendBatchArgEntry#getClose} set to true that may contain + * any remaining data. * *

The default values for the optional request parameters will be used. * See {@link UploadSessionStartBuilder} for more details.

@@ -4718,51 +4565,53 @@ public UploadSessionStartUploader uploadSessionStart() throws DbxException { /** * Upload sessions allow you to upload a single file in one or more - * requests, for example where the size of the file is greater than 150 MB. + * requests, for example where the size of the file is greater than 150 MiB. * This call starts a new upload session with the given data. You can then * use {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} to add - * more data and {@link - * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} - * to save all the data to a file in Dropbox. A single request should not - * upload more than 150 MB. The maximum size of a file one can upload to an - * upload session is 350 GB. An upload session can be used for a maximum of - * 7 days. Attempting to use an {@link - * UploadSessionStartResult#getSessionId} with {@link * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or - * {@link + * {@link DbxUserFilesRequests#uploadSessionAppendBatch(List,String)} to add + * more data, then {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} - * more than 7 days after its creation will return a {@link - * UploadSessionLookupError#NOT_FOUND}. Calls to this endpoint will count as - * data transport calls for any Dropbox Business teams with a limit on the - * number of data transport calls allowed per month. For more information, - * see the Data - * transport limit page. By default, upload sessions require you to send - * content of the file in sequential order via consecutive {@link + * or {@link DbxUserFilesRequests#uploadSessionFinishBatchV2(List)} to save + * all the data to a file in Dropbox. A single request should not upload + * more than 150 MiB. The maximum size of a file one can upload to an upload + * session is 2^41 - 2^22 (2,199,019,061,248) bytes. An upload session can + * be used for a maximum of 7 days. Attempting to use a {@link + * UploadSessionStartResult#getSessionId} with {@link + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or other + * upload session routes more than 7 days after its creation will return + * {@link UploadSessionLookupError#NOT_FOUND}. Calls to this endpoint will + * count as data transport calls for any Dropbox Business teams with a limit + * on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. By + * default, upload sessions require you to send content of the file in + * sequential order via consecutive {@link * DbxUserFilesRequests#uploadSessionStart}, {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)}, {@link + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)}, and + * {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} - * calls. For better performance, you can instead optionally use a {@link - * UploadSessionType#CONCURRENT} upload session. To start a new concurrent - * session, set {@link UploadSessionStartArg#getSessionType} to {@link - * UploadSessionType#CONCURRENT}. After that, you can send file data in - * concurrent {@link + * calls (or their batch variants). For better performance, you can + * optionally set {@link UploadSessionStartArg#getSessionType} to {@link + * UploadSessionType#CONCURRENT} to start a concurrent upload session. + * Concurrent upload sessions may upload file data in concurrent {@link * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} - * requests. Finally finish the session with {@link - * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)}. - * There are couple of constraints with concurrent sessions to make them - * work. You can not send data with {@link + * requests, with a few caveats. After all of the requests are complete, + * finish the session with {@link + * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} + * as normal. You can not send data in a {@link * DbxUserFilesRequests#uploadSessionStart} or {@link * DbxUserFilesRequests#uploadSessionFinish(UploadSessionCursor,CommitInfo,String)} * call, only with {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} call. - * Also data uploaded in {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} call - * must be multiple of 4194304 bytes (except for last {@link - * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} with - * {@link UploadSessionStartArg#getClose} to {@code true}, that may contain - * any remaining data). + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or + * {@link DbxUserFilesRequests#uploadSessionAppendBatch(List,String)}. Also, + * the length of the uploaded data in a call to {@link + * DbxUserFilesRequests#uploadSessionAppendV2(UploadSessionCursor)} or + * {@link DbxUserFilesRequests#uploadSessionAppendBatch(List,String)} must + * be a multiple of 2^22 (4,194,304) bytes, except for the final append + * request with {@link UploadSessionAppendArg#getClose} or {@link + * UploadSessionAppendBatchArgEntry#getClose} set to true that may contain + * any remaining data. * * @return Uploader builder for configuring request parameters and * instantiating an uploader. @@ -4777,13 +4626,12 @@ public UploadSessionStartBuilder uploadSessionStartBuilder() { // /** - * This route starts batch of upload_sessions. Please refer to - * `upload_session/start` usage. Calls to this endpoint will count as data - * transport calls for any Dropbox Business teams with a limit on the number - * of data transport calls allowed per month. For more information, see the - * Data - * transport limit page. + * Start a batch of upload sessions. See {@link + * DbxUserFilesRequests#uploadSessionStart}. Calls to this endpoint will + * count as data transport calls for any Dropbox Business teams with a limit + * on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * */ UploadSessionStartBatchResult uploadSessionStartBatch(UploadSessionStartBatchArg arg) throws DbxApiException, DbxException { @@ -4802,14 +4650,12 @@ UploadSessionStartBatchResult uploadSessionStartBatch(UploadSessionStartBatchArg } /** - * This route starts batch of upload_sessions. Please refer to - * `upload_session/start` usage. - * - *

Calls to this endpoint will count as data transport calls for any - * Dropbox Business teams with a limit on the number of data transport calls - * allowed per month. For more information, see the :link:`Data transport - * limit page - * https://www.dropbox.com/developers/reference/data-transport-limit`.

+ * Start a batch of upload sessions. See {@link + * DbxUserFilesRequests#uploadSessionStart}. Calls to this endpoint will + * count as data transport calls for any Dropbox Business teams with a limit + * on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * @param numSessions The number of upload sessions to start. Must be * greater than or equal to 1 and be less than or equal to 1000. @@ -4823,14 +4669,12 @@ public UploadSessionStartBatchResult uploadSessionStartBatch(long numSessions) t } /** - * This route starts batch of upload_sessions. Please refer to - * `upload_session/start` usage. - * - *

Calls to this endpoint will count as data transport calls for any - * Dropbox Business teams with a limit on the number of data transport calls - * allowed per month. For more information, see the :link:`Data transport - * limit page - * https://www.dropbox.com/developers/reference/data-transport-limit`.

+ * Start a batch of upload sessions. See {@link + * DbxUserFilesRequests#uploadSessionStart}. Calls to this endpoint will + * count as data transport calls for any Dropbox Business teams with a limit + * on the number of data transport calls allowed per month. For more + * information, see the Data transport limit page + * https://www.dropbox.com/developers/reference/data-transport-limit. * * @param numSessions The number of upload sessions to start. Must be * greater than or equal to 1 and be less than or equal to 1000. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserGetThumbnailV2Builder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserGetThumbnailV2Builder.java index 938a51838..287313d8f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserGetThumbnailV2Builder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserGetThumbnailV2Builder.java @@ -44,10 +44,11 @@ public class DbxUserGetThumbnailV2Builder extends DbxDownloadStyleBuilder If left unset or set to {@code null}, defaults to {@code * ThumbnailFormat.JPEG}.

* - * @param format The format for the thumbnail image, jpeg (default) or png. - * For images that are photos, jpeg should be preferred, while png is - * better for screenshots and digital arts. Must not be {@code null}. - * Defaults to {@code ThumbnailFormat.JPEG} when set to {@code null}. + * @param format The format for the thumbnail image, jpeg (default), png, + * or webp. For images that are photos, jpeg should be preferred, while + * png is better for screenshots and digital arts, and web for + * compression. Must not be {@code null}. Defaults to {@code + * ThumbnailFormat.JPEG} when set to {@code null}. * * @return this builder * @@ -98,6 +99,41 @@ public DbxUserGetThumbnailV2Builder withMode(ThumbnailMode mode) { return this; } + /** + * Set value for optional field. + * + *

If left unset or set to {@code null}, defaults to {@code + * ThumbnailQuality.QUALITY_80}.

+ * + * @param quality Quality of the thumbnail image. Must not be {@code null}. + * Defaults to {@code ThumbnailQuality.QUALITY_80} when set to {@code + * null}. + * + * @return this builder + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public DbxUserGetThumbnailV2Builder withQuality(ThumbnailQuality quality) { + this._builder.withQuality(quality); + return this; + } + + /** + * Set value for optional field. + * + * @param excludeMediaInfo Normally, {@link FileMetadata#getMediaInfo} is + * set for photo and video. When this flag is true, {@link + * FileMetadata#getMediaInfo} is not populated. This improves latency + * for use cases where `media_info` is not needed. + * + * @return this builder + */ + public DbxUserGetThumbnailV2Builder withExcludeMediaInfo(Boolean excludeMediaInfo) { + this._builder.withExcludeMediaInfo(excludeMediaInfo); + return this; + } + @Override public DbxDownloader start() throws ThumbnailV2ErrorException, DbxException { ThumbnailV2Arg arg_ = this._builder.build(); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserListFolderBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserListFolderBuilder.java index ed28afbde..496301b44 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserListFolderBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserListFolderBuilder.java @@ -44,8 +44,12 @@ public class DbxUserListFolderBuilder { * * @param recursive If true, the list folder operation will be applied * recursively to all subfolders and the response will contain contents - * of all subfolders. Defaults to {@code false} when set to {@code - * null}. + * of all subfolders. In some cases, setting {@link + * ListFolderArg#getRecursive} to {@code true} may lead to performance + * issues or errors, especially when traversing folder structures with a + * large number of items. A workaround for such cases is to set {@link + * ListFolderArg#getRecursive} to {@code false} and traverse subfolders + * one at a time. Defaults to {@code false} when set to {@code null}. * * @return this builder */ @@ -93,7 +97,7 @@ public DbxUserListFolderBuilder withIncludeDeleted(Boolean includeDeleted) { *

If left unset or set to {@code null}, defaults to {@code false}.

* * @param includeHasExplicitSharedMembers If true, the results will include - * a flag for each file indicating whether or not that file has any + * a flag for each file indicating whether or not that file has any * explicit members. Defaults to {@code false} when set to {@code null}. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteArg.java index 7970f76df..dacb822c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class DeleteArg { - // struct files.DeleteArg (files.stone) + // struct files.DeleteArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -31,8 +31,8 @@ public class DeleteArg { /** * * @param path Path in the user's Dropbox to delete. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be - * {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and + * not be {@code null}. * @param parentRev Perform delete if given "rev" matches the existing * file's latest "rev". This field does not support deleting a folder. * Must have length of at least 9 and match pattern "{@code [0-9a-f]+}". @@ -44,7 +44,7 @@ public DeleteArg(@Nonnull String path, @Nullable String parentRev) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -65,8 +65,8 @@ public DeleteArg(@Nonnull String path, @Nullable String parentRev) { *

The default values for unset fields will be used.

* * @param path Path in the user's Dropbox to delete. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be - * {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and + * not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchArg.java index e4d2efabb..4affd0af8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class DeleteBatchArg { - // struct files.DeleteBatchArg (files.stone) + // struct files.DeleteBatchArg (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchError.java index 8e57d4f97..7f8963c4b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum DeleteBatchError { - // union files.DeleteBatchError (files.stone) + // union files.DeleteBatchError (files_files_public_types.stone) /** * Use {@link DeleteError#TOO_MANY_WRITE_OPERATIONS}. {@link * DbxUserFilesRequests#deleteBatch(java.util.List)} now provides smaller diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchJobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchJobStatus.java index 670270a77..20c0f411b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchJobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchJobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class DeleteBatchJobStatus { - // union files.DeleteBatchJobStatus (files.stone) + // union files.DeleteBatchJobStatus (files_files_public_types.stone) /** * Discriminating tag type for {@link DeleteBatchJobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchLaunch.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchLaunch.java index 43a10829c..f231f6fc0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchLaunch.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchLaunch.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -30,7 +30,7 @@ * will be used.

*/ public final class DeleteBatchLaunch { - // union files.DeleteBatchLaunch (files.stone) + // union files.DeleteBatchLaunch (files_files_public_types.stone) /** * Discriminating tag type for {@link DeleteBatchLaunch}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResult.java index aa489ed94..4591e7f54 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class DeleteBatchResult extends FileOpsResult { - // struct files.DeleteBatchResult (files.stone) + // struct files.DeleteBatchResult (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResultData.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResultData.java index fe99cf25b..a1238566a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResultData.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResultData.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeleteBatchResultData { - // struct files.DeleteBatchResultData (files.stone) + // struct files.DeleteBatchResultData (files_files_public_base.stone) @Nonnull protected final Metadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResultEntry.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResultEntry.java index 097375b17..b6487adc8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResultEntry.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteBatchResultEntry.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class DeleteBatchResultEntry { - // union files.DeleteBatchResultEntry (files.stone) + // union files.DeleteBatchResultEntry (files_files_public_base.stone) /** * Discriminating tag type for {@link DeleteBatchResultEntry}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteError.java index 2a9936874..e190c8b64 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class DeleteError { - // union files.DeleteError (files.stone) + // union files.DeleteError (files_files_public_base.stone) /** * Discriminating tag type for {@link DeleteError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteResult.java index 5d66a1e6b..064fa6ec2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeleteResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeleteResult extends FileOpsResult { - // struct files.DeleteResult (files.stone) + // struct files.DeleteResult (files_files_public_types.stone) @Nonnull protected final Metadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeletedMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeletedMetadata.java index d1bf351b3..3f7a1ff6b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeletedMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DeletedMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * longer exists. */ public class DeletedMetadata extends Metadata { - // struct files.DeletedMetadata (files.stone) + // struct files.DeletedMetadata (files_files_public_base.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/Dimensions.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/Dimensions.java index b59482542..450cc5da7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/Dimensions.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/Dimensions.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ * Dimensions for a photo or video. */ public class Dimensions { - // struct files.Dimensions (files.stone) + // struct files.Dimensions (files_files_public_base.stone) protected final long height; protected final long width; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadArg.java index f647b08b7..27dde1535 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class DownloadArg { - // struct files.DownloadArg (files.stone) + // struct files.DownloadArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -31,8 +31,8 @@ class DownloadArg { /** * * @param path The path of the file to download. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * @param rev Please specify revision in the {@code path} argument to * {@link DbxUserFilesRequests#download(String,String)} instead. Must * have length of at least 9 and match pattern "{@code [0-9a-f]+}". @@ -44,7 +44,7 @@ public DownloadArg(@Nonnull String path, @Nullable String rev) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -65,8 +65,8 @@ public DownloadArg(@Nonnull String path, @Nullable String rev) { *

The default values for unset fields will be used.

* * @param path The path of the file to download. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadBuilder.java index eeb3152de..29664474b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadBuilder.java @@ -22,8 +22,8 @@ public class DownloadBuilder extends DbxDownloadStyleBuilder { * Creates a new instance of this builder. * * @param path The path of the file to download. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * @param _client Dropbox namespace-specific client used to issue files * requests. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadError.java index 7aa677582..6a63c66ce 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class DownloadError { - // union files.DownloadError (files.stone) + // union files.DownloadError (files_files_public_types.stone) /** * Discriminating tag type for {@link DownloadError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipArg.java index 1d895445e..b97a247c2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class DownloadZipArg { - // struct files.DownloadZipArg (files.stone) + // struct files.DownloadZipArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -28,7 +28,8 @@ class DownloadZipArg { /** * * @param path The path of the folder to download. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its @@ -38,7 +39,7 @@ public DownloadZipArg(@Nonnull String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipBuilder.java index 25dd34ba7..b668d4ed1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipBuilder.java @@ -22,7 +22,8 @@ public class DownloadZipBuilder extends DbxDownloadStyleBuilder */ public final class DownloadZipError { - // union files.DownloadZipError (files.stone) + // union files.DownloadZipError (files_files_public_types.stone) /** * Discriminating tag type for {@link DownloadZipError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipResult.java index ad3bff1e3..5695e66aa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DownloadZipResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DownloadZipResult { - // struct files.DownloadZipResult (files.stone) + // struct files.DownloadZipResult (files_files_public_types.stone) @Nonnull protected final FolderMetadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportArg.java index 8bdec4890..9ae566c37 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class ExportArg { - // struct files.ExportArg (files.stone) + // struct files.ExportArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -31,7 +31,8 @@ public class ExportArg { /** * * @param path The path of the file to be exported. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * @param exportFormat The file format to which the file should be * exported. This must be one of the formats listed in the file's @@ -47,7 +48,7 @@ public ExportArg(@Nonnull String path, @Nullable String exportFormat) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -60,7 +61,8 @@ public ExportArg(@Nonnull String path, @Nullable String exportFormat) { *

The default values for unset fields will be used.

* * @param path The path of the file to be exported. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportBuilder.java index d6d8e5cb6..24a2c7747 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportBuilder.java @@ -22,7 +22,8 @@ public class ExportBuilder extends DbxDownloadStyleBuilder { * Creates a new instance of this builder. * * @param path The path of the file to be exported. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * @param _client Dropbox namespace-specific client used to issue files * requests. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportError.java index d2dd4f60a..c3be998a7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class ExportError { - // union files.ExportError (files.stone) + // union files.ExportError (files_files_public_types.stone) /** * Discriminating tag type for {@link ExportError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportInfo.java index f27a437db..0fcf8407b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -24,7 +24,7 @@ * Export information for a file. */ public class ExportInfo { - // struct files.ExportInfo (files.stone) + // struct files.ExportInfo (files_files_public_base.stone) @Nullable protected final String exportAs; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportMetadata.java index c02441162..28876a248 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class ExportMetadata { - // struct files.ExportMetadata (files.stone) + // struct files.ExportMetadata (files_files_public_types.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportResult.java index dcade47e9..7ac52ab33 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ExportResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ExportResult { - // struct files.ExportResult (files.stone) + // struct files.ExportResult (files_files_public_types.stone) @Nonnull protected final ExportMetadata exportMetadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileCategory.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileCategory.java index 2cefa0315..840e05c54 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileCategory.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileCategory.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum FileCategory { - // union files.FileCategory (files.stone) + // union files.FileCategory (files_files_public_types.stone) /** * jpg, png, gif, and more. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLock.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLock.java index c0de1a246..e4b9b98c4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLock.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLock.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileLock { - // struct files.FileLock (files.stone) + // struct files.FileLock (files_files_public_base.stone) @Nonnull protected final FileLockContent content; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLockContent.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLockContent.java index a4868377e..5805f5512 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLockContent.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLockContent.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class FileLockContent { - // union files.FileLockContent (files.stone) + // union files.FileLockContent (files_files_public_base.stone) /** * Discriminating tag type for {@link FileLockContent}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLockMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLockMetadata.java index 11f3f2376..9db4a824a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLockMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileLockMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; public class FileLockMetadata { - // struct files.FileLockMetadata (files.stone) + // struct files.FileLockMetadata (files_files_public_base.stone) @Nullable protected final Boolean isLockholder; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileMetadata.java index 5805519ed..3da1c8416 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -25,7 +25,7 @@ import javax.annotation.Nullable; public class FileMetadata extends Metadata { - // struct files.FileMetadata (files.stone) + // struct files.FileMetadata (files_files_public_base.stone) @Nonnull protected final String id; @@ -107,12 +107,12 @@ public class FileMetadata extends Metadata { * properties with the property template specified. Must not contain a * {@code null} item. * @param hasExplicitSharedMembers This flag will only be present if - * include_has_explicit_shared_members is true in {@link + * include_has_explicit_shared_members is true in {@link * DbxAppFilesRequests#listFolder(String)} or {@link - * DbxUserFilesRequests#getMetadata(String)}. If this flag is present, - * it will be true if this file has any explicit shared members. This - * is different from sharing_info in that this could be true in the - * case where a file has explicit members but is not contained within a + * DbxUserFilesRequests#getMetadata(String)}. If this flag is present, + * it will be true if this file has any explicit shared members. This is + * different from sharing_info in that this could be true in the case + * where a file has explicit members but is not contained within a * shared folder. * @param contentHash A hash of the file content. This field can be used to * verify data integrity. For more information see our getPropertyGroups() { } /** - * This flag will only be present if include_has_explicit_shared_members is + * This flag will only be present if include_has_explicit_shared_members is * true in {@link DbxAppFilesRequests#listFolder(String)} or {@link - * DbxUserFilesRequests#getMetadata(String)}. If this flag is present, it - * will be true if this file has any explicit shared members. This is - * different from sharing_info in that this could be true in the case where - * a file has explicit members but is not contained within a shared folder. + * DbxUserFilesRequests#getMetadata(String)}. If this flag is present, it + * will be true if this file has any explicit shared members. This is + * different from sharing_info in that this could be true in the case where + * a file has explicit members but is not contained within a shared folder. * * @return value for this field, or {@code null} if not present. */ @@ -621,13 +621,13 @@ public Builder withPropertyGroups(List propertyGroups) { * Set value for optional field. * * @param hasExplicitSharedMembers This flag will only be present if - * include_has_explicit_shared_members is true in {@link + * include_has_explicit_shared_members is true in {@link * DbxAppFilesRequests#listFolder(String)} or {@link - * DbxUserFilesRequests#getMetadata(String)}. If this flag is + * DbxUserFilesRequests#getMetadata(String)}. If this flag is * present, it will be true if this file has any explicit shared * members. This is different from sharing_info in that this could - * be true in the case where a file has explicit members but is not - * contained within a shared folder. + * be true in the case where a file has explicit members but is not + * contained within a shared folder. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileOpsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileOpsResult.java index 4badce71a..1693f5e8d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileOpsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileOpsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -15,10 +15,16 @@ import java.io.IOException; +/** + * Result for File Operations + */ public class FileOpsResult { - // struct files.FileOpsResult (files.stone) + // struct files.FileOpsResult (files_files_public_types.stone) + /** + * Result for File Operations + */ public FileOpsResult() { } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileSharingInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileSharingInfo.java index 219bf7bd6..868c9d75c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileSharingInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileSharingInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -24,7 +24,7 @@ * Sharing info for a file which is contained by a shared folder. */ public class FileSharingInfo extends SharingInfo { - // struct files.FileSharingInfo (files.stone) + // struct files.FileSharingInfo (files_files_public_base.stone) @Nonnull protected final String parentSharedFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileStatus.java index fa0f693f9..794596ba5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FileStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum FileStatus { - // union files.FileStatus (files.stone) + // union files.FileStatus (files_files_public_types.stone) ACTIVE, DELETED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FolderMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FolderMetadata.java index afd643db2..3e2fb97cd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FolderMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FolderMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; public class FolderMetadata extends Metadata { - // struct files.FolderMetadata (files.stone) + // struct files.FolderMetadata (files_files_public_base.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FolderSharingInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FolderSharingInfo.java index 343ddb9f6..c726758a0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FolderSharingInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/FolderSharingInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -24,7 +24,7 @@ * shared folder mount point. */ public class FolderSharingInfo extends SharingInfo { - // struct files.FolderSharingInfo (files.stone) + // struct files.FolderSharingInfo (files_files_public_base.stone) @Nullable protected final String parentSharedFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceArg.java index 08de23eb7..86d263e04 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class GetCopyReferenceArg { - // struct files.GetCopyReferenceArg (files.stone) + // struct files.GetCopyReferenceArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -29,8 +29,8 @@ class GetCopyReferenceArg { * * @param path The path to the file or folder you want to get a copy * reference to. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -39,7 +39,7 @@ public GetCopyReferenceArg(@Nonnull String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceError.java index e17d73fc9..3d0462f2c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class GetCopyReferenceError { - // union files.GetCopyReferenceError (files.stone) + // union files.GetCopyReferenceError (files_files_public_types.stone) /** * Discriminating tag type for {@link GetCopyReferenceError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceResult.java index a6420c778..a6821940a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetCopyReferenceResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nonnull; public class GetCopyReferenceResult { - // struct files.GetCopyReferenceResult (files.stone) + // struct files.GetCopyReferenceResult (files_files_public_types.stone) @Nonnull protected final Metadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataArg.java index e134a1bcd..d7fb61588 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; class GetMetadataArg { - // struct files.GetMetadataArg (files.stone) + // struct files.GetMetadataArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -37,7 +37,8 @@ class GetMetadataArg { * specifying values for all optional fields. * * @param path The path of a file or folder on Dropbox. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * @param includeMediaInfo If true, {@link FileMetadata#getMediaInfo} is * set for photo and video. @@ -45,7 +46,7 @@ class GetMetadataArg { * for deleted file or folder, otherwise {@link LookupError#NOT_FOUND} * will be returned. * @param includeHasExplicitSharedMembers If true, the results will include - * a flag for each file indicating whether or not that file has any + * a flag for each file indicating whether or not that file has any * explicit members. * @param includePropertyGroups If set to a valid list of template IDs, * {@link FileMetadata#getPropertyGroups} is set if there exists @@ -59,7 +60,7 @@ public GetMetadataArg(@Nonnull String path, boolean includeMediaInfo, boolean in if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -75,7 +76,8 @@ public GetMetadataArg(@Nonnull String path, boolean includeMediaInfo, boolean in *

The default values for unset fields will be used.

* * @param path The path of a file or folder on Dropbox. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its @@ -118,7 +120,7 @@ public boolean getIncludeDeleted() { /** * If true, the results will include a flag for each file indicating whether - * or not that file has any explicit members. + * or not that file has any explicit members. * * @return value for this field, or {@code null} if not present. Defaults to * false. @@ -143,7 +145,8 @@ public TemplateFilterBase getIncludePropertyGroups() { * Returns a new builder for creating an instance of this class. * * @param path The path of a file or folder on Dropbox. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return builder for this class. @@ -170,7 +173,7 @@ protected Builder(String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -232,7 +235,7 @@ public Builder withIncludeDeleted(Boolean includeDeleted) { *

* * @param includeHasExplicitSharedMembers If true, the results will - * include a flag for each file indicating whether or not that file + * include a flag for each file indicating whether or not that file * has any explicit members. Defaults to {@code false} when set to * {@code null}. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataBuilder.java index f00b5ef5f..57814959d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataBuilder.java @@ -75,7 +75,7 @@ public GetMetadataBuilder withIncludeDeleted(Boolean includeDeleted) { *

If left unset or set to {@code null}, defaults to {@code false}.

* * @param includeHasExplicitSharedMembers If true, the results will include - * a flag for each file indicating whether or not that file has any + * a flag for each file indicating whether or not that file has any * explicit members. Defaults to {@code false} when set to {@code null}. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataError.java index 1696951ab..a3450b2e2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetMetadataError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class GetMetadataError { - // union files.GetMetadataError (files.stone) + // union files.GetMetadataError (files_files_public_types.stone) /** * Discriminating tag type for {@link GetMetadataError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetPreviewBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetPreviewBuilder.java index b56a4a6ce..537df13c6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetPreviewBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetPreviewBuilder.java @@ -23,8 +23,8 @@ public class GetPreviewBuilder extends DbxDownloadStyleBuilder { * Creates a new instance of this builder. * * @param path The path of the file to preview. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * @param _client Dropbox namespace-specific client used to issue files * requests. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTagsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTagsArg.java index bd1a21bba..155ae207f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTagsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTagsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone */ +/* This file was generated from file_tagging_file_tagging.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class GetTagsArg { - // struct files.GetTagsArg (file_tagging.stone) + // struct files.GetTagsArg (file_tagging_file_tagging.stone) @Nonnull protected final List paths; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTagsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTagsResult.java index 2b27ca91c..13764e8a2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTagsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTagsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone */ +/* This file was generated from file_tagging_file_tagging.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class GetTagsResult { - // struct files.GetTagsResult (file_tagging.stone) + // struct files.GetTagsResult (file_tagging_file_tagging.stone) @Nonnull protected final List pathsToTags; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkArg.java index 260a4cb28..500ea418b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class GetTemporaryLinkArg { - // struct files.GetTemporaryLinkArg (files.stone) + // struct files.GetTemporaryLinkArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -29,8 +29,8 @@ class GetTemporaryLinkArg { * * @param path The path to the file you want a temporary link to. Must * match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -39,7 +39,7 @@ public GetTemporaryLinkArg(@Nonnull String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkError.java index 18ac5d5c3..cc9546ce0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class GetTemporaryLinkError { - // union files.GetTemporaryLinkError (files.stone) + // union files.GetTemporaryLinkError (files_files_public_types.stone) /** * Discriminating tag type for {@link GetTemporaryLinkError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkResult.java index 12045b253..5d3544465 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryLinkResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GetTemporaryLinkResult { - // struct files.GetTemporaryLinkResult (files.stone) + // struct files.GetTemporaryLinkResult (files_files_public_types.stone) @Nonnull protected final FileMetadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryUploadLinkArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryUploadLinkArg.java index 61d5619f0..cfc5f5c02 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryUploadLinkArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryUploadLinkArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class GetTemporaryUploadLinkArg { - // struct files.GetTemporaryUploadLinkArg (files.stone) + // struct files.GetTemporaryUploadLinkArg (files_files_public_types.stone) @Nonnull protected final CommitInfo commitInfo; @@ -81,9 +81,9 @@ public CommitInfo getCommitInfo() { } /** - * How long before this link expires, in seconds. Attempting to start an - * upload with this link longer than this period of time after link - * creation will result in an error. + * How long before this link expires, in seconds. Attempting to start an + * upload with this link longer than this period of time after link creation + * will result in an error. * * @return value for this field, or {@code null} if not present. Defaults to * 14400.0. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryUploadLinkResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryUploadLinkResult.java index 26c999d47..634700ecf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryUploadLinkResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetTemporaryUploadLinkResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GetTemporaryUploadLinkResult { - // struct files.GetTemporaryUploadLinkResult (files.stone) + // struct files.GetTemporaryUploadLinkResult (files_files_public_types.stone) @Nonnull protected final String link; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchArg.java index 2f174fcd6..1908e7272 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * Arguments for {@link DbxUserFilesRequests#getThumbnailBatch(List)}. */ class GetThumbnailBatchArg { - // struct files.GetThumbnailBatchArg (files.stone) + // struct files.GetThumbnailBatchArg (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchError.java index 656c5ccbb..1010c501c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GetThumbnailBatchError { - // union files.GetThumbnailBatchError (files.stone) + // union files.GetThumbnailBatchError (files_files_public_types.stone) /** * The operation involves more than 25 files. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResult.java index a68ee3256..7404e9a24 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class GetThumbnailBatchResult { - // struct files.GetThumbnailBatchResult (files.stone) + // struct files.GetThumbnailBatchResult (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResultData.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResultData.java index 0c02ccd54..0862340e6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResultData.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResultData.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GetThumbnailBatchResultData { - // struct files.GetThumbnailBatchResultData (files.stone) + // struct files.GetThumbnailBatchResultData (files_files_public_types.stone) @Nonnull protected final FileMetadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResultEntry.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResultEntry.java index d8ccbaccd..41706f4b6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResultEntry.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBatchResultEntry.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class GetThumbnailBatchResultEntry { - // union files.GetThumbnailBatchResultEntry (files.stone) + // union files.GetThumbnailBatchResultEntry (files_files_public_types.stone) /** * Discriminating tag type for {@link GetThumbnailBatchResultEntry}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBuilder.java index 3fc7667ac..6a4bcf144 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GetThumbnailBuilder.java @@ -44,10 +44,11 @@ public class GetThumbnailBuilder extends DbxDownloadStyleBuilder { *

If left unset or set to {@code null}, defaults to {@code * ThumbnailFormat.JPEG}.

* - * @param format The format for the thumbnail image, jpeg (default) or png. - * For images that are photos, jpeg should be preferred, while png is - * better for screenshots and digital arts. Must not be {@code null}. - * Defaults to {@code ThumbnailFormat.JPEG} when set to {@code null}. + * @param format The format for the thumbnail image, jpeg (default), png, + * or webp. For images that are photos, jpeg should be preferred, while + * png is better for screenshots and digital arts, and web for + * compression. Must not be {@code null}. Defaults to {@code + * ThumbnailFormat.JPEG} when set to {@code null}. * * @return this builder * @@ -98,6 +99,41 @@ public GetThumbnailBuilder withMode(ThumbnailMode mode) { return this; } + /** + * Set value for optional field. + * + *

If left unset or set to {@code null}, defaults to {@code + * ThumbnailQuality.QUALITY_80}.

+ * + * @param quality Quality of the thumbnail image. Must not be {@code null}. + * Defaults to {@code ThumbnailQuality.QUALITY_80} when set to {@code + * null}. + * + * @return this builder + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public GetThumbnailBuilder withQuality(ThumbnailQuality quality) { + this._builder.withQuality(quality); + return this; + } + + /** + * Set value for optional field. + * + * @param excludeMediaInfo Normally, {@link FileMetadata#getMediaInfo} is + * set for photo and video. When this flag is true, {@link + * FileMetadata#getMediaInfo} is not populated. This improves latency + * for use cases where `media_info` is not needed. + * + * @return this builder + */ + public GetThumbnailBuilder withExcludeMediaInfo(Boolean excludeMediaInfo) { + this._builder.withExcludeMediaInfo(excludeMediaInfo); + return this; + } + @Override public DbxDownloader start() throws ThumbnailErrorException, DbxException { ThumbnailArg arg_ = this._builder.build(); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GpsCoordinates.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GpsCoordinates.java index 172608287..bd59679dd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GpsCoordinates.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/GpsCoordinates.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ * GPS coordinates for a photo or video. */ public class GpsCoordinates { - // struct files.GpsCoordinates (files.stone) + // struct files.GpsCoordinates (files_files_public_base.stone) protected final double latitude; protected final double longitude; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/HighlightSpan.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/HighlightSpan.java index b0b1d62f5..40c59086e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/HighlightSpan.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/HighlightSpan.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_primitives.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class HighlightSpan { - // struct files.HighlightSpan (files.stone) + // struct files.HighlightSpan (files_files_public_primitives.stone) @Nonnull protected final String highlightStr; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ImportFormat.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ImportFormat.java index 6a8fdb6a9..489fb730c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ImportFormat.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ImportFormat.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ * The import format of the incoming Paper doc content. */ public enum ImportFormat { - // union files.ImportFormat (files.stone) + // union files.ImportFormat (files_files_public_types.stone) /** * The provided data is interpreted as standard HTML. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderArg.java index c6987c4a4..a0d9e503a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; class ListFolderArg { - // struct files.ListFolderArg (files.stone) + // struct files.ListFolderArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -44,17 +44,23 @@ class ListFolderArg { * specifying values for all optional fields. * * @param path A unique identifier for the file. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param recursive If true, the list folder operation will be applied * recursively to all subfolders and the response will contain contents - * of all subfolders. + * of all subfolders. In some cases, setting {@link + * ListFolderArg#getRecursive} to {@code true} may lead to performance + * issues or errors, especially when traversing folder structures with a + * large number of items. A workaround for such cases is to set {@link + * ListFolderArg#getRecursive} to {@code false} and traverse subfolders + * one at a time. * @param includeMediaInfo If true, {@link FileMetadata#getMediaInfo} is * set for photo and video. This parameter will no longer have an effect * starting December 2, 2019. * @param includeDeleted If true, the results will include entries for * files and folders that used to exist but were deleted. * @param includeHasExplicitSharedMembers If true, the results will include - * a flag for each file indicating whether or not that file has any + * a flag for each file indicating whether or not that file has any * explicit members. * @param includeMountedFolders If true, the results will include entries * under mounted folders which includes app folder, shared folder and @@ -82,7 +88,7 @@ public ListFolderArg(@Nonnull String path, boolean recursive, boolean includeMed if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -111,7 +117,8 @@ public ListFolderArg(@Nonnull String path, boolean recursive, boolean includeMed *

The default values for unset fields will be used.

* * @param path A unique identifier for the file. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -132,7 +139,12 @@ public String getPath() { /** * If true, the list folder operation will be applied recursively to all - * subfolders and the response will contain contents of all subfolders. + * subfolders and the response will contain contents of all subfolders. In + * some cases, setting {@link ListFolderArg#getRecursive} to {@code true} + * may lead to performance issues or errors, especially when traversing + * folder structures with a large number of items. A workaround for such + * cases is to set {@link ListFolderArg#getRecursive} to {@code false} and + * traverse subfolders one at a time. * * @return value for this field, or {@code null} if not present. Defaults to * false. @@ -165,7 +177,7 @@ public boolean getIncludeDeleted() { /** * If true, the results will include a flag for each file indicating whether - * or not that file has any explicit members. + * or not that file has any explicit members. * * @return value for this field, or {@code null} if not present. Defaults to * false. @@ -236,7 +248,8 @@ public boolean getIncludeNonDownloadableFiles() { * Returns a new builder for creating an instance of this class. * * @param path A unique identifier for the file. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * * @return builder for this class. * @@ -267,7 +280,7 @@ protected Builder(String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -290,8 +303,13 @@ protected Builder(String path) { * * @param recursive If true, the list folder operation will be applied * recursively to all subfolders and the response will contain - * contents of all subfolders. Defaults to {@code false} when set to - * {@code null}. + * contents of all subfolders. In some cases, setting {@link + * ListFolderArg#getRecursive} to {@code true} may lead to + * performance issues or errors, especially when traversing folder + * structures with a large number of items. A workaround for such + * cases is to set {@link ListFolderArg#getRecursive} to {@code + * false} and traverse subfolders one at a time. Defaults to {@code + * false} when set to {@code null}. * * @return this builder */ @@ -357,7 +375,7 @@ public Builder withIncludeDeleted(Boolean includeDeleted) { *

* * @param includeHasExplicitSharedMembers If true, the results will - * include a flag for each file indicating whether or not that file + * include a flag for each file indicating whether or not that file * has any explicit members. Defaults to {@code false} when set to * {@code null}. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderContinueArg.java index 7353c26e8..789cfc742 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListFolderContinueArg { - // struct files.ListFolderContinueArg (files.stone) + // struct files.ListFolderContinueArg (files_files_public_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderContinueError.java index e57a49b25..73ba5ec7d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class ListFolderContinueError { - // union files.ListFolderContinueError (files.stone) + // union files.ListFolderContinueError (files_files_public_types.stone) /** * Discriminating tag type for {@link ListFolderContinueError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderError.java index 2c40a2bc0..872ea4218 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -28,7 +28,7 @@ * will be used.

*/ public final class ListFolderError { - // union files.ListFolderError (files.stone) + // union files.ListFolderError (files_files_public_types.stone) /** * Discriminating tag type for {@link ListFolderError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderGetLatestCursorBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderGetLatestCursorBuilder.java index 9a10005d8..95eb0c912 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderGetLatestCursorBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderGetLatestCursorBuilder.java @@ -44,8 +44,12 @@ public class ListFolderGetLatestCursorBuilder { * * @param recursive If true, the list folder operation will be applied * recursively to all subfolders and the response will contain contents - * of all subfolders. Defaults to {@code false} when set to {@code - * null}. + * of all subfolders. In some cases, setting {@link + * ListFolderArg#getRecursive} to {@code true} may lead to performance + * issues or errors, especially when traversing folder structures with a + * large number of items. A workaround for such cases is to set {@link + * ListFolderArg#getRecursive} to {@code false} and traverse subfolders + * one at a time. Defaults to {@code false} when set to {@code null}. * * @return this builder */ @@ -93,7 +97,7 @@ public ListFolderGetLatestCursorBuilder withIncludeDeleted(Boolean includeDelete *

If left unset or set to {@code null}, defaults to {@code false}.

* * @param includeHasExplicitSharedMembers If true, the results will include - * a flag for each file indicating whether or not that file has any + * a flag for each file indicating whether or not that file has any * explicit members. Defaults to {@code false} when set to {@code null}. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderGetLatestCursorResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderGetLatestCursorResult.java index be4a5aaca..5abf8d5ba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderGetLatestCursorResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderGetLatestCursorResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ListFolderGetLatestCursorResult { - // struct files.ListFolderGetLatestCursorResult (files.stone) + // struct files.ListFolderGetLatestCursorResult (files_files_public_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollArg.java index c846333eb..34bad3f53 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListFolderLongpollArg { - // struct files.ListFolderLongpollArg (files.stone) + // struct files.ListFolderLongpollArg (files_files_public_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollError.java index 1c8512f19..0944b1afb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ListFolderLongpollError { - // union files.ListFolderLongpollError (files.stone) + // union files.ListFolderLongpollError (files_files_public_types.stone) /** * Indicates that the cursor has been invalidated. Call {@link * DbxUserFilesRequests#listFolder(String)} to obtain a new cursor. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollResult.java index d3b8ee850..9c5f2290f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderLongpollResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class ListFolderLongpollResult { - // struct files.ListFolderLongpollResult (files.stone) + // struct files.ListFolderLongpollResult (files_files_public_types.stone) protected final boolean changes; @Nullable diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderResult.java index 13fe34eac..3d02e7b46 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListFolderResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class ListFolderResult { - // struct files.ListFolderResult (files.stone) + // struct files.ListFolderResult (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsArg.java index 09980e0bb..e81ac185a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -18,36 +18,45 @@ import java.util.regex.Pattern; import javax.annotation.Nonnull; +import javax.annotation.Nullable; class ListRevisionsArg { - // struct files.ListRevisionsArg (files.stone) + // struct files.ListRevisionsArg (files_files_public_types.stone) @Nonnull protected final String path; @Nonnull protected final ListRevisionsMode mode; protected final long limit; + @Nullable + protected final String beforeRev; /** * Use {@link newBuilder} to create instances of this class without * specifying values for all optional fields. * * @param path The path to the file you want to see the revisions of. Must - * match pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and - * not be {@code null}. + * match pattern "{@code + * /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be {@code + * null}. * @param mode Determines the behavior of the API in listing the revisions * for a given file path or id. Must not be {@code null}. * @param limit The maximum number of revision entries returned. Must be * greater than or equal to 1 and be less than or equal to 100. + * @param beforeRev If set, ListRevisions will only return revisions prior + * to before_rev. Can be set using the last revision from a previous + * call to list_revisions to fetch the next page of revisions. Only + * supported in path mode. Must have length of at least 9 and match + * pattern "{@code [0-9a-f]+}". * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public ListRevisionsArg(@Nonnull String path, @Nonnull ListRevisionsMode mode, long limit) { + public ListRevisionsArg(@Nonnull String path, @Nonnull ListRevisionsMode mode, long limit, @Nullable String beforeRev) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -62,6 +71,15 @@ public ListRevisionsArg(@Nonnull String path, @Nonnull ListRevisionsMode mode, l throw new IllegalArgumentException("Number 'limit' is larger than 100L"); } this.limit = limit; + if (beforeRev != null) { + if (beforeRev.length() < 9) { + throw new IllegalArgumentException("String 'beforeRev' is shorter than 9"); + } + if (!Pattern.matches("[0-9a-f]+", beforeRev)) { + throw new IllegalArgumentException("String 'beforeRev' does not match pattern"); + } + } + this.beforeRev = beforeRev; } /** @@ -70,14 +88,15 @@ public ListRevisionsArg(@Nonnull String path, @Nonnull ListRevisionsMode mode, l *

The default values for unset fields will be used.

* * @param path The path to the file you want to see the revisions of. Must - * match pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and - * not be {@code null}. + * match pattern "{@code + * /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be {@code + * null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ public ListRevisionsArg(@Nonnull String path) { - this(path, ListRevisionsMode.PATH, 10L); + this(path, ListRevisionsMode.PATH, 10L, null); } /** @@ -112,12 +131,25 @@ public long getLimit() { return limit; } + /** + * If set, ListRevisions will only return revisions prior to before_rev. Can + * be set using the last revision from a previous call to list_revisions to + * fetch the next page of revisions. Only supported in path mode. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public String getBeforeRev() { + return beforeRev; + } + /** * Returns a new builder for creating an instance of this class. * * @param path The path to the file you want to see the revisions of. Must - * match pattern "{@code /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)}" and - * not be {@code null}. + * match pattern "{@code + * /(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be {@code + * null}. * * @return builder for this class. * @@ -136,17 +168,19 @@ public static class Builder { protected ListRevisionsMode mode; protected long limit; + protected String beforeRev; protected Builder(String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; this.mode = ListRevisionsMode.PATH; this.limit = 10L; + this.beforeRev = null; } /** @@ -206,6 +240,33 @@ public Builder withLimit(Long limit) { return this; } + /** + * Set value for optional field. + * + * @param beforeRev If set, ListRevisions will only return revisions + * prior to before_rev. Can be set using the last revision from a + * previous call to list_revisions to fetch the next page of + * revisions. Only supported in path mode. Must have length of at + * least 9 and match pattern "{@code [0-9a-f]+}". + * + * @return this builder + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public Builder withBeforeRev(String beforeRev) { + if (beforeRev != null) { + if (beforeRev.length() < 9) { + throw new IllegalArgumentException("String 'beforeRev' is shorter than 9"); + } + if (!Pattern.matches("[0-9a-f]+", beforeRev)) { + throw new IllegalArgumentException("String 'beforeRev' does not match pattern"); + } + } + this.beforeRev = beforeRev; + return this; + } + /** * Builds an instance of {@link ListRevisionsArg} configured with this * builder's values @@ -213,7 +274,7 @@ public Builder withLimit(Long limit) { * @return new instance of {@link ListRevisionsArg} */ public ListRevisionsArg build() { - return new ListRevisionsArg(path, mode, limit); + return new ListRevisionsArg(path, mode, limit, beforeRev); } } @@ -222,7 +283,8 @@ public int hashCode() { int hash = Arrays.hashCode(new Object [] { this.path, this.mode, - this.limit + this.limit, + this.beforeRev }); return hash; } @@ -241,6 +303,7 @@ else if (obj.getClass().equals(this.getClass())) { return ((this.path == other.path) || (this.path.equals(other.path))) && ((this.mode == other.mode) || (this.mode.equals(other.mode))) && (this.limit == other.limit) + && ((this.beforeRev == other.beforeRev) || (this.beforeRev != null && this.beforeRev.equals(other.beforeRev))) ; } else { @@ -282,6 +345,10 @@ public void serialize(ListRevisionsArg value, JsonGenerator g, boolean collapse) ListRevisionsMode.Serializer.INSTANCE.serialize(value.mode, g); g.writeFieldName("limit"); StoneSerializers.uInt64().serialize(value.limit, g); + if (value.beforeRev != null) { + g.writeFieldName("before_rev"); + StoneSerializers.nullable(StoneSerializers.string()).serialize(value.beforeRev, g); + } if (!collapse) { g.writeEndObject(); } @@ -299,6 +366,7 @@ public ListRevisionsArg deserialize(JsonParser p, boolean collapsed) throws IOEx String f_path = null; ListRevisionsMode f_mode = ListRevisionsMode.PATH; Long f_limit = 10L; + String f_beforeRev = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -311,6 +379,9 @@ else if ("mode".equals(field)) { else if ("limit".equals(field)) { f_limit = StoneSerializers.uInt64().deserialize(p); } + else if ("before_rev".equals(field)) { + f_beforeRev = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); + } else { skipValue(p); } @@ -318,7 +389,7 @@ else if ("limit".equals(field)) { if (f_path == null) { throw new JsonParseException(p, "Required field \"path\" missing."); } - value = new ListRevisionsArg(f_path, f_mode, f_limit); + value = new ListRevisionsArg(f_path, f_mode, f_limit, f_beforeRev); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsBuilder.java index 85fed694e..9577f384c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsBuilder.java @@ -75,6 +75,25 @@ public ListRevisionsBuilder withLimit(Long limit) { return this; } + /** + * Set value for optional field. + * + * @param beforeRev If set, ListRevisions will only return revisions prior + * to before_rev. Can be set using the last revision from a previous + * call to list_revisions to fetch the next page of revisions. Only + * supported in path mode. Must have length of at least 9 and match + * pattern "{@code [0-9a-f]+}". + * + * @return this builder + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public ListRevisionsBuilder withBeforeRev(String beforeRev) { + this._builder.withBeforeRev(beforeRev); + return this; + } + /** * Issues the request. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsError.java index 219706354..a9ab6c58b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,13 +27,21 @@ * will be used.

*/ public final class ListRevisionsError { - // union files.ListRevisionsError (files.stone) + // union files.ListRevisionsError (files_files_public_types.stone) /** * Discriminating tag type for {@link ListRevisionsError}. */ public enum Tag { PATH, // LookupError + /** + * The revision in before_rev is invalid. + */ + INVALID_BEFORE_REV, + /** + * The before_rev argument is only supported in path mode. + */ + BEFORE_REV_NOT_SUPPORTED, /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -45,6 +53,14 @@ public enum Tag { OTHER; // *catch_all } + /** + * The revision in before_rev is invalid. + */ + public static final ListRevisionsError INVALID_BEFORE_REV = new ListRevisionsError().withTag(Tag.INVALID_BEFORE_REV); + /** + * The before_rev argument is only supported in path mode. + */ + public static final ListRevisionsError BEFORE_REV_NOT_SUPPORTED = new ListRevisionsError().withTag(Tag.BEFORE_REV_NOT_SUPPORTED); /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -153,6 +169,28 @@ public LookupError getPathValue() { return pathValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#INVALID_BEFORE_REV}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#INVALID_BEFORE_REV}, {@code false} otherwise. + */ + public boolean isInvalidBeforeRev() { + return this._tag == Tag.INVALID_BEFORE_REV; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#BEFORE_REV_NOT_SUPPORTED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#BEFORE_REV_NOT_SUPPORTED}, {@code false} otherwise. + */ + public boolean isBeforeRevNotSupported() { + return this._tag == Tag.BEFORE_REV_NOT_SUPPORTED; + } + /** * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, * {@code false} otherwise. @@ -189,6 +227,10 @@ else if (obj instanceof ListRevisionsError) { switch (_tag) { case PATH: return (this.pathValue == other.pathValue) || (this.pathValue.equals(other.pathValue)); + case INVALID_BEFORE_REV: + return true; + case BEFORE_REV_NOT_SUPPORTED: + return true; case OTHER: return true; default: @@ -234,6 +276,14 @@ public void serialize(ListRevisionsError value, JsonGenerator g) throws IOExcept g.writeEndObject(); break; } + case INVALID_BEFORE_REV: { + g.writeString("invalid_before_rev"); + break; + } + case BEFORE_REV_NOT_SUPPORTED: { + g.writeString("before_rev_not_supported"); + break; + } default: { g.writeString("other"); } @@ -264,6 +314,12 @@ else if ("path".equals(tag)) { fieldValue = LookupError.Serializer.INSTANCE.deserialize(p); value = ListRevisionsError.path(fieldValue); } + else if ("invalid_before_rev".equals(tag)) { + value = ListRevisionsError.INVALID_BEFORE_REV; + } + else if ("before_rev_not_supported".equals(tag)) { + value = ListRevisionsError.BEFORE_REV_NOT_SUPPORTED; + } else { value = ListRevisionsError.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsMode.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsMode.java index 1272b4917..934e2ab90 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsMode.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsMode.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ListRevisionsMode { - // union files.ListRevisionsMode (files.stone) + // union files.ListRevisionsMode (files_files_public_types.stone) /** * Returns revisions with the same file path as identified by the latest * file entry at the given file path or id. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsResult.java index ef81789d0..6d99433ab 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ListRevisionsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,27 +23,32 @@ import javax.annotation.Nullable; public class ListRevisionsResult { - // struct files.ListRevisionsResult (files.stone) + // struct files.ListRevisionsResult (files_files_public_types.stone) protected final boolean isDeleted; @Nullable protected final Date serverDeleted; @Nonnull protected final List entries; + protected final boolean hasMore; /** * * @param isDeleted If the file identified by the latest revision in the - * response is either deleted or moved. + * response is either deleted or moved. If before_rev is set, this + * refers to the latest revision of the file older than before_rev. * @param entries The revisions for the file. Only revisions that are not * deleted will show up here. Must not contain a {@code null} item and * not be {@code null}. + * @param hasMore If true, then there are more entries available. Call + * list_revisions again with before_rev equal to the revision of the + * last returned entry to retrieve the rest. * @param serverDeleted The time of deletion if the file was deleted. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public ListRevisionsResult(boolean isDeleted, @Nonnull List entries, @Nullable Date serverDeleted) { + public ListRevisionsResult(boolean isDeleted, @Nonnull List entries, boolean hasMore, @Nullable Date serverDeleted) { this.isDeleted = isDeleted; this.serverDeleted = LangUtil.truncateMillis(serverDeleted); if (entries == null) { @@ -55,6 +60,7 @@ public ListRevisionsResult(boolean isDeleted, @Nonnull List entrie } } this.entries = entries; + this.hasMore = hasMore; } /** @@ -63,21 +69,26 @@ public ListRevisionsResult(boolean isDeleted, @Nonnull List entrie *

The default values for unset fields will be used.

* * @param isDeleted If the file identified by the latest revision in the - * response is either deleted or moved. + * response is either deleted or moved. If before_rev is set, this + * refers to the latest revision of the file older than before_rev. * @param entries The revisions for the file. Only revisions that are not * deleted will show up here. Must not contain a {@code null} item and * not be {@code null}. + * @param hasMore If true, then there are more entries available. Call + * list_revisions again with before_rev equal to the revision of the + * last returned entry to retrieve the rest. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public ListRevisionsResult(boolean isDeleted, @Nonnull List entries) { - this(isDeleted, entries, null); + public ListRevisionsResult(boolean isDeleted, @Nonnull List entries, boolean hasMore) { + this(isDeleted, entries, hasMore, null); } /** * If the file identified by the latest revision in the response is either - * deleted or moved. + * deleted or moved. If before_rev is set, this refers to the latest + * revision of the file older than before_rev. * * @return value for this field. */ @@ -96,6 +107,17 @@ public List getEntries() { return entries; } + /** + * If true, then there are more entries available. Call list_revisions again + * with before_rev equal to the revision of the last returned entry to + * retrieve the rest. + * + * @return value for this field. + */ + public boolean getHasMore() { + return hasMore; + } + /** * The time of deletion if the file was deleted. * @@ -111,7 +133,8 @@ public int hashCode() { int hash = Arrays.hashCode(new Object [] { this.isDeleted, this.serverDeleted, - this.entries + this.entries, + this.hasMore }); return hash; } @@ -129,6 +152,7 @@ else if (obj.getClass().equals(this.getClass())) { ListRevisionsResult other = (ListRevisionsResult) obj; return (this.isDeleted == other.isDeleted) && ((this.entries == other.entries) || (this.entries.equals(other.entries))) + && (this.hasMore == other.hasMore) && ((this.serverDeleted == other.serverDeleted) || (this.serverDeleted != null && this.serverDeleted.equals(other.serverDeleted))) ; } @@ -169,6 +193,8 @@ public void serialize(ListRevisionsResult value, JsonGenerator g, boolean collap StoneSerializers.boolean_().serialize(value.isDeleted, g); g.writeFieldName("entries"); StoneSerializers.list(FileMetadata.Serializer.INSTANCE).serialize(value.entries, g); + g.writeFieldName("has_more"); + StoneSerializers.boolean_().serialize(value.hasMore, g); if (value.serverDeleted != null) { g.writeFieldName("server_deleted"); StoneSerializers.nullable(StoneSerializers.timestamp()).serialize(value.serverDeleted, g); @@ -189,6 +215,7 @@ public ListRevisionsResult deserialize(JsonParser p, boolean collapsed) throws I if (tag == null) { Boolean f_isDeleted = null; List f_entries = null; + Boolean f_hasMore = null; Date f_serverDeleted = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); @@ -199,6 +226,9 @@ public ListRevisionsResult deserialize(JsonParser p, boolean collapsed) throws I else if ("entries".equals(field)) { f_entries = StoneSerializers.list(FileMetadata.Serializer.INSTANCE).deserialize(p); } + else if ("has_more".equals(field)) { + f_hasMore = StoneSerializers.boolean_().deserialize(p); + } else if ("server_deleted".equals(field)) { f_serverDeleted = StoneSerializers.nullable(StoneSerializers.timestamp()).deserialize(p); } @@ -212,7 +242,10 @@ else if ("server_deleted".equals(field)) { if (f_entries == null) { throw new JsonParseException(p, "Required field \"entries\" missing."); } - value = new ListRevisionsResult(f_isDeleted, f_entries, f_serverDeleted); + if (f_hasMore == null) { + throw new JsonParseException(p, "Required field \"has_more\" missing."); + } + value = new ListRevisionsResult(f_isDeleted, f_entries, f_hasMore, f_serverDeleted); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockConflictError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockConflictError.java index 050f0ce94..dbf6d5494 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockConflictError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockConflictError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LockConflictError { - // struct files.LockConflictError (files.stone) + // struct files.LockConflictError (files_files_public_base.stone) @Nonnull protected final FileLock lock; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileArg.java index 84080351c..063bbb81e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class LockFileArg { - // struct files.LockFileArg (files.stone) + // struct files.LockFileArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -28,8 +28,8 @@ public class LockFileArg { /** * * @param path Path in the user's Dropbox to a file. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be - * {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and + * not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -38,7 +38,7 @@ public LockFileArg(@Nonnull String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileBatchArg.java index 292d62cfd..1ad7b0603 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class LockFileBatchArg { - // struct files.LockFileBatchArg (files.stone) + // struct files.LockFileBatchArg (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileBatchResult.java index 53cda83a2..0ac833ca3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class LockFileBatchResult extends FileOpsResult { - // struct files.LockFileBatchResult (files.stone) + // struct files.LockFileBatchResult (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileError.java index 9a6e57ab6..3ee6c4db6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class LockFileError { - // union files.LockFileError (files.stone) + // union files.LockFileError (files_files_public_base.stone) /** * Discriminating tag type for {@link LockFileError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileResult.java index 0117cbfd3..8ae394215 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LockFileResult { - // struct files.LockFileResult (files.stone) + // struct files.LockFileResult (files_files_public_base.stone) @Nonnull protected final Metadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileResultEntry.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileResultEntry.java index 91922ea19..9b1405bae 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileResultEntry.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LockFileResultEntry.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class LockFileResultEntry { - // union files.LockFileResultEntry (files.stone) + // union files.LockFileResultEntry (files_files_public_types.stone) /** * Discriminating tag type for {@link LockFileResultEntry}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LookupError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LookupError.java index 5b3a3c08e..f27b91eb4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LookupError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/LookupError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class LookupError { - // union files.LookupError (files.stone) + // union files.LookupError (files_files_public_base.stone) /** * Discriminating tag type for {@link LookupError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MediaInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MediaInfo.java index 73ad5c5aa..e2b509995 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MediaInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MediaInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class MediaInfo { - // union files.MediaInfo (files.stone) + // union files.MediaInfo (files_files_public_base.stone) /** * Discriminating tag type for {@link MediaInfo}. @@ -35,7 +35,8 @@ public enum Tag { */ PENDING, /** - * The metadata for the photo/video. + * The metadata for the photo/video. Uses MediaMetadataAbstract to + * preserve photo/video subtypes (e.g. VideoMetadata.duration). */ METADATA; // MediaMetadata } @@ -68,8 +69,9 @@ private MediaInfo withTag(Tag _tag) { /** * - * @param metadataValue The metadata for the photo/video. Must not be - * {@code null}. + * @param metadataValue The metadata for the photo/video. Uses + * MediaMetadataAbstract to preserve photo/video subtypes (e.g. + * VideoMetadata.duration). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its @@ -123,7 +125,8 @@ public boolean isMetadata() { * Returns an instance of {@code MediaInfo} that has its tag set to {@link * Tag#METADATA}. * - *

The metadata for the photo/video.

+ *

The metadata for the photo/video. Uses MediaMetadataAbstract to + * preserve photo/video subtypes (e.g. VideoMetadata.duration).

* * @param value value to assign to this instance. * @@ -140,7 +143,8 @@ public static MediaInfo metadata(MediaMetadata value) { } /** - * The metadata for the photo/video. + * The metadata for the photo/video. Uses MediaMetadataAbstract to preserve + * photo/video subtypes (e.g. VideoMetadata.duration). * *

This instance must be tagged as {@link Tag#METADATA}.

* diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MediaMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MediaMetadata.java index e2c12f387..582e55dc7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MediaMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MediaMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -25,7 +25,7 @@ * Metadata for a photo or video. */ public class MediaMetadata { - // struct files.MediaMetadata (files.stone) + // struct files.MediaMetadata (files_files_public_base.stone) @Nullable protected final Dimensions dimensions; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/Metadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/Metadata.java index 5e1d762d9..790cbb37d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/Metadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/Metadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * Metadata for a file or folder. */ public class Metadata { - // struct files.Metadata (files.stone) + // struct files.Metadata (files_files_public_base.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MetadataV2.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MetadataV2.java index c60b1754b..d8cc95667 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MetadataV2.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MetadataV2.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -29,7 +29,7 @@ * will be used.

*/ public final class MetadataV2 { - // union files.MetadataV2 (files.stone) + // union files.MetadataV2 (files_files_public_types.stone) /** * Discriminating tag type for {@link MetadataV2}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MinimalFileLinkMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MinimalFileLinkMetadata.java index e8181a9e8..a97ddcace 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MinimalFileLinkMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MinimalFileLinkMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class MinimalFileLinkMetadata { - // struct files.MinimalFileLinkMetadata (files.stone) + // struct files.MinimalFileLinkMetadata (files_files_public_types.stone) @Nonnull protected final String url; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveBatchArg.java index 33ce745fa..26eac0f65 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class MoveBatchArg extends RelocationBatchArgBase { - // struct files.MoveBatchArg (files.stone) + // struct files.MoveBatchArg (files_files_public_types.stone) protected final boolean allowOwnershipTransfer; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveIntoFamilyError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveIntoFamilyError.java index e4cbe8602..57d5f1b9a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveIntoFamilyError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveIntoFamilyError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MoveIntoFamilyError { - // union files.MoveIntoFamilyError (files.stone) + // union files.MoveIntoFamilyError (files_files_public_types.stone) /** * Moving shared folder into Family Room folder is not allowed. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveIntoVaultError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveIntoVaultError.java index 43866016b..4af951bba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveIntoVaultError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/MoveIntoVaultError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MoveIntoVaultError { - // union files.MoveIntoVaultError (files.stone) + // union files.MoveIntoVaultError (files_files_public_types.stone) /** * Moving shared folder into Vault is not allowed. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateArg.java index c864f9a98..ce85fa909 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class PaperCreateArg { - // struct files.PaperCreateArg (files.stone) + // struct files.PaperCreateArg (files_files_public_types.stone) @Nonnull protected final String path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateError.java index 62d7ad8ae..894dd582c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperCreateError { - // union files.PaperCreateError (files.stone) + // union files.PaperCreateError (files_files_public_types.stone) /** * Your account does not have permissions to edit Paper docs. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateResult.java index 5d4ec4973..b96b50949 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperCreateResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class PaperCreateResult { - // struct files.PaperCreateResult (files.stone) + // struct files.PaperCreateResult (files_files_public_types.stone) @Nonnull protected final String url; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperDocUpdatePolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperDocUpdatePolicy.java index 6fcf818f7..42bbff742 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperDocUpdatePolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperDocUpdatePolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperDocUpdatePolicy { - // union files.PaperDocUpdatePolicy (files.stone) + // union files.PaperDocUpdatePolicy (files_files_public_types.stone) /** * Sets the doc content to the provided content if the provided * paper_revision matches the latest doc revision. Otherwise, returns an diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateArg.java index d1754ab36..98b7e3ad6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class PaperUpdateArg { - // struct files.PaperUpdateArg (files.stone) + // struct files.PaperUpdateArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -36,8 +36,9 @@ class PaperUpdateArg { * * @param path Path in the user's Dropbox to update. The path must * correspond to a Paper doc or an error will be returned. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param importFormat The format of the provided data. Must not be {@code * null}. * @param docUpdatePolicy How the provided content should be applied to the @@ -53,7 +54,7 @@ public PaperUpdateArg(@Nonnull String path, @Nonnull ImportFormat importFormat, if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -75,8 +76,9 @@ public PaperUpdateArg(@Nonnull String path, @Nonnull ImportFormat importFormat, * * @param path Path in the user's Dropbox to update. The path must * correspond to a Paper doc or an error will be returned. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param importFormat The format of the provided data. Must not be {@code * null}. * @param docUpdatePolicy How the provided content should be applied to the diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateError.java index 95b27abd8..d582ed574 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class PaperUpdateError { - // union files.PaperUpdateError (files.stone) + // union files.PaperUpdateError (files_files_public_types.stone) /** * Discriminating tag type for {@link PaperUpdateError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateResult.java index 64fc47d2f..bbf050eca 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PaperUpdateResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public class PaperUpdateResult { - // struct files.PaperUpdateResult (files.stone) + // struct files.PaperUpdateResult (files_files_public_types.stone) protected final long paperRevision; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PathOrLink.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PathOrLink.java index 2ee42a85d..1e2ee81a9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PathOrLink.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PathOrLink.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -28,7 +28,7 @@ * will be used.

*/ public final class PathOrLink { - // union files.PathOrLink (files.stone) + // union files.PathOrLink (files_files_public_base.stone) /** * Discriminating tag type for {@link PathOrLink}. @@ -80,8 +80,8 @@ private PathOrLink withTag(Tag _tag) { /** * * @param pathValue Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its @@ -150,14 +150,15 @@ public boolean isPath() { * Tag#PATH}. * * @throws IllegalArgumentException if {@code value} does not match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * or is {@code null}. */ public static PathOrLink path(String value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", value)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", value)) { throw new IllegalArgumentException("String does not match pattern"); } return new PathOrLink().withTagAndPath(Tag.PATH, value); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PathToTags.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PathToTags.java index 8c8c10ce0..d4f482168 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PathToTags.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PathToTags.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone */ +/* This file was generated from file_tagging_file_tagging.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nonnull; public class PathToTags { - // struct files.PathToTags (file_tagging.stone) + // struct files.PathToTags (file_tagging_file_tagging.stone) @Nonnull protected final String path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PhotoMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PhotoMetadata.java index b641a6f4e..6d5909591 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PhotoMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PhotoMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -24,7 +24,7 @@ * Metadata for a photo. */ public class PhotoMetadata extends MediaMetadata { - // struct files.PhotoMetadata (files.stone) + // struct files.PhotoMetadata (files_files_public_base.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewArg.java index 68da56a46..6b184a04d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class PreviewArg { - // struct files.PreviewArg (files.stone) + // struct files.PreviewArg (files_files_public_base.stone) @Nonnull protected final String path; @@ -31,8 +31,8 @@ class PreviewArg { /** * * @param path The path of the file to preview. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * @param rev Please specify revision in the {@code path} argument to * {@link DbxUserFilesRequests#getPreview(String,String)} instead. Must * have length of at least 9 and match pattern "{@code [0-9a-f]+}". @@ -44,7 +44,7 @@ public PreviewArg(@Nonnull String path, @Nullable String rev) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -65,8 +65,8 @@ public PreviewArg(@Nonnull String path, @Nullable String rev) { *

The default values for unset fields will be used.

* * @param path The path of the file to preview. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewError.java index 5b5fd74df..9fcd03d4c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class PreviewError { - // union files.PreviewError (files.stone) + // union files.PreviewError (files_files_public_types.stone) /** * Discriminating tag type for {@link PreviewError}. @@ -35,7 +35,7 @@ public enum Tag { PATH, // LookupError /** * This preview generation is still in progress and the file is not - * ready for preview yet. + * ready for preview yet. */ IN_PROGRESS, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewResult.java index 05261068f..d74cf4574 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/PreviewResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class PreviewResult { - // struct files.PreviewResult (files.stone) + // struct files.PreviewResult (files_files_public_types.stone) @Nullable protected final FileMetadata fileMetadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationArg.java index 34becdf05..108cae75b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RelocationArg extends RelocationPath { - // struct files.RelocationArg (files.stone) + // struct files.RelocationArg (files_files_public_types.stone) protected final boolean allowSharedFolder; protected final boolean autorename; @@ -31,11 +31,13 @@ class RelocationArg extends RelocationPath { * specifying values for all optional fields. * * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param allowSharedFolder This flag has no effect. * @param autorename If there's a conflict, have the Dropbox server try to * autorename the file to avoid the conflict. @@ -59,11 +61,13 @@ public RelocationArg(@Nonnull String fromPath, @Nonnull String toPath, boolean a *

The default values for unset fields will be used.

* * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -128,11 +132,13 @@ public boolean getAllowOwnershipTransfer() { * Returns a new builder for creating an instance of this class. * * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return builder for this class. * @@ -158,14 +164,14 @@ protected Builder(String fromPath, String toPath) { if (fromPath == null) { throw new IllegalArgumentException("Required value for 'fromPath' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", fromPath)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", fromPath)) { throw new IllegalArgumentException("String 'fromPath' does not match pattern"); } this.fromPath = fromPath; if (toPath == null) { throw new IllegalArgumentException("Required value for 'toPath' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", toPath)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", toPath)) { throw new IllegalArgumentException("String 'toPath' does not match pattern"); } this.toPath = toPath; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchArg.java index b8f39a2c3..6259f760a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RelocationBatchArg extends RelocationBatchArgBase { - // struct files.RelocationBatchArg (files.stone) + // struct files.RelocationBatchArg (files_files_public_types.stone) protected final boolean allowSharedFolder; protected final boolean allowOwnershipTransfer; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchArgBase.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchArgBase.java index 1842e45aa..0f9e721da 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchArgBase.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchArgBase.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RelocationBatchArgBase { - // struct files.RelocationBatchArgBase (files.stone) + // struct files.RelocationBatchArgBase (files_files_public_base.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchError.java index 78a1e8146..7b07078b0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class RelocationBatchError { - // union files.RelocationBatchError (files.stone) + // union files.RelocationBatchError (files_files_public_types.stone) /** * Discriminating tag type for {@link RelocationBatchError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchErrorEntry.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchErrorEntry.java index 39ba99d25..af51eee74 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchErrorEntry.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchErrorEntry.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class RelocationBatchErrorEntry { - // union files.RelocationBatchErrorEntry (files.stone) + // union files.RelocationBatchErrorEntry (files_files_public_types.stone) /** * Discriminating tag type for {@link RelocationBatchErrorEntry}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchJobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchJobStatus.java index afee5b137..fcf2b4d01 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchJobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchJobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class RelocationBatchJobStatus { - // union files.RelocationBatchJobStatus (files.stone) + // union files.RelocationBatchJobStatus (files_files_public_types.stone) /** * Discriminating tag type for {@link RelocationBatchJobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchLaunch.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchLaunch.java index 71de9c450..10349bda3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchLaunch.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchLaunch.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -31,7 +31,7 @@ * will be used.

*/ public final class RelocationBatchLaunch { - // union files.RelocationBatchLaunch (files.stone) + // union files.RelocationBatchLaunch (files_files_public_types.stone) /** * Discriminating tag type for {@link RelocationBatchLaunch}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResult.java index 710da375c..6797a56a0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class RelocationBatchResult extends FileOpsResult { - // struct files.RelocationBatchResult (files.stone) + // struct files.RelocationBatchResult (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResultData.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResultData.java index d2efbb190..08fc9af81 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResultData.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResultData.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class RelocationBatchResultData { - // struct files.RelocationBatchResultData (files.stone) + // struct files.RelocationBatchResultData (files_files_public_types.stone) @Nonnull protected final Metadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResultEntry.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResultEntry.java index 810b28697..c897979df 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResultEntry.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchResultEntry.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class RelocationBatchResultEntry { - // union files.RelocationBatchResultEntry (files.stone) + // union files.RelocationBatchResultEntry (files_files_public_types.stone) /** * Discriminating tag type for {@link RelocationBatchResultEntry}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2JobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2JobStatus.java index b9c1f341c..fcfee91b3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2JobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2JobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * tag associated with this instance.

*/ public final class RelocationBatchV2JobStatus { - // union files.RelocationBatchV2JobStatus (files.stone) + // union files.RelocationBatchV2JobStatus (files_files_public_types.stone) /** * Discriminating tag type for {@link RelocationBatchV2JobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2Launch.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2Launch.java index 4659b2d44..d40ba8018 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2Launch.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2Launch.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -28,7 +28,7 @@ * tag associated with this instance.

*/ public final class RelocationBatchV2Launch { - // union files.RelocationBatchV2Launch (files.stone) + // union files.RelocationBatchV2Launch (files_files_public_types.stone) /** * Discriminating tag type for {@link RelocationBatchV2Launch}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2Result.java index 5bf816417..9b5b719a1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationBatchV2Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class RelocationBatchV2Result extends FileOpsResult { - // struct files.RelocationBatchV2Result (files.stone) + // struct files.RelocationBatchV2Result (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationError.java index d84d5186c..ba1885213 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class RelocationError { - // union files.RelocationError (files.stone) + // union files.RelocationError (files_files_public_types.stone) /** * Discriminating tag type for {@link RelocationError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationPath.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationPath.java index f5501e3fa..4b36d7cef 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationPath.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationPath.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class RelocationPath { - // struct files.RelocationPath (files.stone) + // struct files.RelocationPath (files_files_public_base.stone) @Nonnull protected final String fromPath; @@ -30,11 +30,13 @@ public class RelocationPath { /** * * @param fromPath Path in the user's Dropbox to be copied or moved. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param toPath Path in the user's Dropbox that is the destination. Must - * match pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" - * and not be {@code null}. + * match pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -43,14 +45,14 @@ public RelocationPath(@Nonnull String fromPath, @Nonnull String toPath) { if (fromPath == null) { throw new IllegalArgumentException("Required value for 'fromPath' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", fromPath)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", fromPath)) { throw new IllegalArgumentException("String 'fromPath' does not match pattern"); } this.fromPath = fromPath; if (toPath == null) { throw new IllegalArgumentException("Required value for 'toPath' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", toPath)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", toPath)) { throw new IllegalArgumentException("String 'toPath' does not match pattern"); } this.toPath = toPath; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationResult.java index 47643aa15..2d16a8bce 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RelocationResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class RelocationResult extends FileOpsResult { - // struct files.RelocationResult (files.stone) + // struct files.RelocationResult (files_files_public_types.stone) @Nonnull protected final Metadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RemoveTagArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RemoveTagArg.java index 6aa89ae9b..6d2a95157 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RemoveTagArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RemoveTagArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone */ +/* This file was generated from file_tagging_file_tagging.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RemoveTagArg { - // struct files.RemoveTagArg (file_tagging.stone) + // struct files.RemoveTagArg (file_tagging_file_tagging.stone) @Nonnull protected final String path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RemoveTagError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RemoveTagError.java index 7709f61fd..dedd01ddb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RemoveTagError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RemoveTagError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone */ +/* This file was generated from file_tagging_file_tagging.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class RemoveTagError { - // union files.RemoveTagError (file_tagging.stone) + // union files.RemoveTagError (file_tagging_file_tagging.stone) /** * Discriminating tag type for {@link RemoveTagError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RestoreArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RestoreArg.java index 1448e39ed..00c24e058 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RestoreArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RestoreArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RestoreArg { - // struct files.RestoreArg (files.stone) + // struct files.RestoreArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -30,7 +30,8 @@ class RestoreArg { /** * * @param path The path to save the restored file. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param rev The revision to restore. Must have length of at least 9, * match pattern "{@code [0-9a-f]+}", and not be {@code null}. * @@ -41,7 +42,7 @@ public RestoreArg(@Nonnull String path, @Nonnull String rev) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RestoreError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RestoreError.java index 8b79a4cbb..1edbd95af 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RestoreError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/RestoreError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class RestoreError { - // union files.RestoreError (files.stone) + // union files.RestoreError (files_files_public_types.stone) /** * Discriminating tag type for {@link RestoreError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceArg.java index 7c9974a5d..6c3222fea 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class SaveCopyReferenceArg { - // struct files.SaveCopyReferenceArg (files.stone) + // struct files.SaveCopyReferenceArg (files_files_public_types.stone) @Nonnull protected final String copyReference; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceError.java index 4883e8b76..6deb8e585 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class SaveCopyReferenceError { - // union files.SaveCopyReferenceError (files.stone) + // union files.SaveCopyReferenceError (files_files_public_types.stone) /** * Discriminating tag type for {@link SaveCopyReferenceError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceResult.java index cb5469bd5..64c192f0a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveCopyReferenceResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SaveCopyReferenceResult { - // struct files.SaveCopyReferenceResult (files.stone) + // struct files.SaveCopyReferenceResult (files_files_public_types.stone) @Nonnull protected final Metadata metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlArg.java index e355141a9..d08bed1b0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class SaveUrlArg { - // struct files.SaveUrlArg (files.stone) + // struct files.SaveUrlArg (files_files_public_types.stone) @Nonnull protected final String path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlError.java index 451f8e3b8..1a164b16a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class SaveUrlError { - // union files.SaveUrlError (files.stone) + // union files.SaveUrlError (files_files_public_types.stone) /** * Discriminating tag type for {@link SaveUrlError}. @@ -35,9 +35,8 @@ public final class SaveUrlError { public enum Tag { PATH, // WriteError /** - * Failed downloading the given URL. The URL may be password-protected - * and the password provided was incorrect, or the link may be - * disabled. + * Failed downloading the given URL. The URL may be password-protected + * and the password provided was incorrect, or the link may be disabled. */ DOWNLOAD_FAILED, /** @@ -60,8 +59,8 @@ public enum Tag { } /** - * Failed downloading the given URL. The URL may be password-protected and - * the password provided was incorrect, or the link may be disabled. + * Failed downloading the given URL. The URL may be password-protected and + * the password provided was incorrect, or the link may be disabled. */ public static final SaveUrlError DOWNLOAD_FAILED = new SaveUrlError().withTag(Tag.DOWNLOAD_FAILED); /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlJobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlJobStatus.java index e94cb7bf2..a4139f239 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlJobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlJobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class SaveUrlJobStatus { - // union files.SaveUrlJobStatus (files.stone) + // union files.SaveUrlJobStatus (files_files_public_types.stone) /** * Discriminating tag type for {@link SaveUrlJobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlResult.java index afa7cd172..ca3bea309 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SaveUrlResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class SaveUrlResult { - // union files.SaveUrlResult (files.stone) + // union files.SaveUrlResult (files_files_public_types.stone) /** * Discriminating tag type for {@link SaveUrlResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchArg.java index 4983ecad3..19c7244a2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class SearchArg { - // struct files.SearchArg (files.stone) + // struct files.SearchArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -37,7 +37,8 @@ class SearchArg { * * @param path The path in the user's Dropbox to search. Should probably be * a folder. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param query The string to search for. Query string may be rewritten to * improve relevance of results. The string is split on spaces into * multiple tokens. For file name searching, the last token is used for @@ -58,7 +59,7 @@ public SearchArg(@Nonnull String path, @Nonnull String query, long start, long m if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -93,7 +94,8 @@ public SearchArg(@Nonnull String path, @Nonnull String query, long start, long m * * @param path The path in the user's Dropbox to search. Should probably be * a folder. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param query The string to search for. Query string may be rewritten to * improve relevance of results. The string is split on spaces into * multiple tokens. For file name searching, the last token is used for @@ -168,7 +170,8 @@ public SearchMode getMode() { * * @param path The path in the user's Dropbox to search. Should probably be * a folder. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}" and not be {@code null}. + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" and not be + * {@code null}. * @param query The string to search for. Query string may be rewritten to * improve relevance of results. The string is split on spaces into * multiple tokens. For file name searching, the last token is used for @@ -199,7 +202,7 @@ protected Builder(String path, String query) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchError.java index 4ee4f025d..2d27eb8c6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class SearchError { - // union files.SearchError (files.stone) + // union files.SearchError (files_files_public_types.stone) /** * Discriminating tag type for {@link SearchError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatch.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatch.java index c35e3ae81..d5e910d7b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatch.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatch.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SearchMatch { - // struct files.SearchMatch (files.stone) + // struct files.SearchMatch (files_files_public_types.stone) @Nonnull protected final SearchMatchType matchType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchFieldOptions.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchFieldOptions.java index 0b41abf6a..3a7127f62 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchFieldOptions.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchFieldOptions.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public class SearchMatchFieldOptions { - // struct files.SearchMatchFieldOptions (files.stone) + // struct files.SearchMatchFieldOptions (files_files_public_types.stone) protected final boolean includeHighlights; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchType.java index 4381d195c..053afb593 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ * Indicates what type of match was found for a given item. */ public enum SearchMatchType { - // union files.SearchMatchType (files.stone) + // union files.SearchMatchType (files_files_public_base.stone) /** * This item was matched on its file or folder name. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchTypeV2.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchTypeV2.java index e28844322..749ec8263 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchTypeV2.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchTypeV2.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ * Indicates what type of match was found for a given item. */ public enum SearchMatchTypeV2 { - // union files.SearchMatchTypeV2 (files.stone) + // union files.SearchMatchTypeV2 (files_files_public_types.stone) /** * This item was matched on its file or folder name. */ @@ -37,6 +37,10 @@ public enum SearchMatchTypeV2 { * This item was matched on image content. */ IMAGE_CONTENT, + /** + * This item was matched based on its metadata. + */ + METADATA, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -71,6 +75,10 @@ public void serialize(SearchMatchTypeV2 value, JsonGenerator g) throws IOExcepti g.writeString("image_content"); break; } + case METADATA: { + g.writeString("metadata"); + break; + } default: { g.writeString("other"); } @@ -107,6 +115,9 @@ else if ("filename_and_content".equals(tag)) { else if ("image_content".equals(tag)) { value = SearchMatchTypeV2.IMAGE_CONTENT; } + else if ("metadata".equals(tag)) { + value = SearchMatchTypeV2.METADATA; + } else { value = SearchMatchTypeV2.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchV2.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchV2.java index dc33be803..dab7d1980 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchV2.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMatchV2.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class SearchMatchV2 { - // struct files.SearchMatchV2 (files.stone) + // struct files.SearchMatchV2 (files_files_public_types.stone) @Nonnull protected final MetadataV2 metadata; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMode.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMode.java index d4deb6e1c..5e29963a5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMode.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchMode.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SearchMode { - // union files.SearchMode (files.stone) + // union files.SearchMode (files_files_public_types.stone) /** * Search file and folder names. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchOptions.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchOptions.java index ac7a332ee..4a1764acf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchOptions.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchOptions.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class SearchOptions { - // struct files.SearchOptions (files.stone) + // struct files.SearchOptions (files_files_public_types.stone) @Nullable protected final String path; @@ -44,7 +44,7 @@ public class SearchOptions { * * @param path Scopes the search to a path in the user's Dropbox. Searches * the entire Dropbox if not specified. Must match pattern "{@code - * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}". + * (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}". * @param maxResults The maximum number of search results to return. Must * be greater than or equal to 1 and be less than or equal to 1000. * @param orderBy Specified property of the order of search results. By @@ -66,7 +66,7 @@ public class SearchOptions { */ public SearchOptions(@Nullable String path, long maxResults, @Nullable SearchOrderBy orderBy, @Nonnull FileStatus fileStatus, boolean filenameOnly, @Nullable List fileExtensions, @Nullable List fileCategories, @Nullable String accountId) { if (path != null) { - if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)", path)) { + if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } } @@ -244,7 +244,7 @@ protected Builder() { * * @param path Scopes the search to a path in the user's Dropbox. * Searches the entire Dropbox if not specified. Must match pattern - * "{@code (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)}". + * "{@code (/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)}". * * @return this builder * @@ -253,7 +253,7 @@ protected Builder() { */ public Builder withPath(String path) { if (path != null) { - if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)", path)) { + if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchOrderBy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchOrderBy.java index c442a3353..415b84bb8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchOrderBy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchOrderBy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SearchOrderBy { - // union files.SearchOrderBy (files.stone) + // union files.SearchOrderBy (files_files_public_types.stone) RELEVANCE, LAST_MODIFIED_TIME, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchResult.java index 0854faff7..cfb764476 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class SearchResult { - // struct files.SearchResult (files.stone) + // struct files.SearchResult (files_files_public_types.stone) @Nonnull protected final List matches; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2Arg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2Arg.java index c9bce7956..67ec74422 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2Arg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2Arg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class SearchV2Arg { - // struct files.SearchV2Arg (files.stone) + // struct files.SearchV2Arg (files_files_public_types.stone) @Nonnull protected final String query; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2ContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2ContinueArg.java index e4c0129f7..a42580746 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2ContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2ContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class SearchV2ContinueArg { - // struct files.SearchV2ContinueArg (files.stone) + // struct files.SearchV2ContinueArg (files_files_public_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2Result.java index 8c76a5548..ffd9a4427 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SearchV2Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class SearchV2Result { - // struct files.SearchV2Result (files.stone) + // struct files.SearchV2Result (files_files_public_types.stone) @Nonnull protected final List matches; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharedLink.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharedLink.java index 4442664b9..ed6edd9ec 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharedLink.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharedLink.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class SharedLink { - // struct files.SharedLink (files.stone) + // struct files.SharedLink (files_files_public_base.stone) @Nonnull protected final String url; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharedLinkFileInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharedLinkFileInfo.java index 22b82c9ed..804ce28e7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharedLinkFileInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharedLinkFileInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class SharedLinkFileInfo { - // struct files.SharedLinkFileInfo (files.stone) + // struct files.SharedLinkFileInfo (files_files_public_base.stone) @Nonnull protected final String url; @@ -40,8 +40,8 @@ public class SharedLinkFileInfo { * @param path The path corresponding to a file in a shared link to a * folder. Required for shared links to folders. * @param password Password for the shared link. Required for - * password-protected shared links to files unless it can be read from - * a cookie. + * password-protected shared links to files unless it can be read from a + * cookie. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -97,7 +97,7 @@ public String getPath() { /** * Password for the shared link. Required for password-protected shared - * links to files unless it can be read from a cookie. + * links to files unless it can be read from a cookie. * * @return value for this field, or {@code null} if not present. */ @@ -158,7 +158,7 @@ public Builder withPath(String path) { * Set value for optional field. * * @param password Password for the shared link. Required for - * password-protected shared links to files unless it can be read + * password-protected shared links to files unless it can be read * from a cookie. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharingInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharingInfo.java index f77ac788f..589b745dd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharingInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SharingInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ * Sharing info for a file or folder. */ public class SharingInfo { - // struct files.SharingInfo (files.stone) + // struct files.SharingInfo (files_files_public_base.stone) protected final boolean readOnly; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SingleUserLock.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SingleUserLock.java index f4f805f67..e8bae8595 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SingleUserLock.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SingleUserLock.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; public class SingleUserLock { - // struct files.SingleUserLock (files.stone) + // struct files.SingleUserLock (files_files_public_base.stone) @Nonnull protected final Date created; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SymlinkInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SymlinkInfo.java index 0adbf773b..4dc90652c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SymlinkInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SymlinkInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SymlinkInfo { - // struct files.SymlinkInfo (files.stone) + // struct files.SymlinkInfo (files_files_public_base.stone) @Nonnull protected final String target; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSetting.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSetting.java index c4e56f050..bd60a10aa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSetting.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSetting.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SyncSetting { - // union files.SyncSetting (files.stone) + // union files.SyncSetting (files_files_public_base.stone) /** * On first sync to members' computers, the specified folder will follow its * parent folder's setting or otherwise follow default sync behavior. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSettingArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSettingArg.java index c8f44ed8f..e523e14d3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSettingArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSettingArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SyncSettingArg { - // union files.SyncSettingArg (files.stone) + // union files.SyncSettingArg (files_files_public_base.stone) /** * On first sync to members' computers, the specified folder will follow its * parent folder's setting or otherwise follow default sync behavior. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSettingsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSettingsError.java index f8fb91d0e..527698295 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSettingsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/SyncSettingsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class SyncSettingsError { - // union files.SyncSettingsError (files.stone) + // union files.SyncSettingsError (files_files_public_types.stone) /** * Discriminating tag type for {@link SyncSettingsError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/TagObject.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/TagObject.java index a4d7c108c..8bc22e44d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/TagObject.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/TagObject.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone */ +/* This file was generated from file_tagging_file_tagging.stone */ package com.dropbox.core.v2.files; @@ -29,7 +29,7 @@ * will be used.

*/ public final class TagObject { - // union files.Tag (file_tagging.stone) + // union files.Tag (file_tagging_file_tagging.stone) /** * Discriminating tag type for {@link TagObject}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailArg.java index a75f9151c..b7f6686a3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -18,9 +18,10 @@ import java.util.regex.Pattern; import javax.annotation.Nonnull; +import javax.annotation.Nullable; public class ThumbnailArg { - // struct files.ThumbnailArg (files.stone) + // struct files.ThumbnailArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -30,6 +31,10 @@ public class ThumbnailArg { protected final ThumbnailSize size; @Nonnull protected final ThumbnailMode mode; + @Nonnull + protected final ThumbnailQuality quality; + @Nullable + protected final Boolean excludeMediaInfo; /** * Use {@link newBuilder} to create instances of this class without @@ -37,23 +42,29 @@ public class ThumbnailArg { * * @param path The path to the image file you want to thumbnail. Must match * pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. - * @param format The format for the thumbnail image, jpeg (default) or png. - * For images that are photos, jpeg should be preferred, while png is - * better for screenshots and digital arts. Must not be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. + * @param format The format for the thumbnail image, jpeg (default), png, + * or webp. For images that are photos, jpeg should be preferred, while + * png is better for screenshots and digital arts, and web for + * compression. Must not be {@code null}. * @param size The size for the thumbnail image. Must not be {@code null}. * @param mode How to resize and crop the image to achieve the desired * size. Must not be {@code null}. + * @param quality Quality of the thumbnail image. Must not be {@code null}. + * @param excludeMediaInfo Normally, {@link FileMetadata#getMediaInfo} is + * set for photo and video. When this flag is true, {@link + * FileMetadata#getMediaInfo} is not populated. This improves latency + * for use cases where `media_info` is not needed. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public ThumbnailArg(@Nonnull String path, @Nonnull ThumbnailFormat format, @Nonnull ThumbnailSize size, @Nonnull ThumbnailMode mode) { + public ThumbnailArg(@Nonnull String path, @Nonnull ThumbnailFormat format, @Nonnull ThumbnailSize size, @Nonnull ThumbnailMode mode, @Nonnull ThumbnailQuality quality, @Nullable Boolean excludeMediaInfo) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -69,6 +80,11 @@ public ThumbnailArg(@Nonnull String path, @Nonnull ThumbnailFormat format, @Nonn throw new IllegalArgumentException("Required value for 'mode' is null"); } this.mode = mode; + if (quality == null) { + throw new IllegalArgumentException("Required value for 'quality' is null"); + } + this.quality = quality; + this.excludeMediaInfo = excludeMediaInfo; } /** @@ -78,14 +94,14 @@ public ThumbnailArg(@Nonnull String path, @Nonnull ThumbnailFormat format, @Nonn * * @param path The path to the image file you want to thumbnail. Must match * pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ public ThumbnailArg(@Nonnull String path) { - this(path, ThumbnailFormat.JPEG, ThumbnailSize.W64H64, ThumbnailMode.STRICT); + this(path, ThumbnailFormat.JPEG, ThumbnailSize.W64H64, ThumbnailMode.STRICT, ThumbnailQuality.QUALITY_80, null); } /** @@ -99,9 +115,9 @@ public String getPath() { } /** - * The format for the thumbnail image, jpeg (default) or png. For images - * that are photos, jpeg should be preferred, while png is better for - * screenshots and digital arts. + * The format for the thumbnail image, jpeg (default), png, or webp. For + * images that are photos, jpeg should be preferred, while png is better for + * screenshots and digital arts, and web for compression. * * @return value for this field, or {@code null} if not present. Defaults to * ThumbnailFormat.JPEG. @@ -133,13 +149,37 @@ public ThumbnailMode getMode() { return mode; } + /** + * Quality of the thumbnail image. + * + * @return value for this field, or {@code null} if not present. Defaults to + * ThumbnailQuality.QUALITY_80. + */ + @Nonnull + public ThumbnailQuality getQuality() { + return quality; + } + + /** + * Normally, {@link FileMetadata#getMediaInfo} is set for photo and video. + * When this flag is true, {@link FileMetadata#getMediaInfo} is not + * populated. This improves latency for use cases where `media_info` is not + * needed. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Boolean getExcludeMediaInfo() { + return excludeMediaInfo; + } + /** * Returns a new builder for creating an instance of this class. * * @param path The path to the image file you want to thumbnail. Must match * pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" and not - * be {@code null}. + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" + * and not be {@code null}. * * @return builder for this class. * @@ -159,18 +199,22 @@ public static class Builder { protected ThumbnailFormat format; protected ThumbnailSize size; protected ThumbnailMode mode; + protected ThumbnailQuality quality; + protected Boolean excludeMediaInfo; protected Builder(String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; this.format = ThumbnailFormat.JPEG; this.size = ThumbnailSize.W64H64; this.mode = ThumbnailMode.STRICT; + this.quality = ThumbnailQuality.QUALITY_80; + this.excludeMediaInfo = null; } /** @@ -179,11 +223,11 @@ protected Builder(String path) { *

If left unset or set to {@code null}, defaults to {@code * ThumbnailFormat.JPEG}.

* - * @param format The format for the thumbnail image, jpeg (default) or - * png. For images that are photos, jpeg should be preferred, while - * png is better for screenshots and digital arts. Must not be - * {@code null}. Defaults to {@code ThumbnailFormat.JPEG} when set - * to {@code null}. + * @param format The format for the thumbnail image, jpeg (default), + * png, or webp. For images that are photos, jpeg should be + * preferred, while png is better for screenshots and digital arts, + * and web for compression. Must not be {@code null}. Defaults to + * {@code ThumbnailFormat.JPEG} when set to {@code null}. * * @return this builder * @@ -250,6 +294,46 @@ public Builder withMode(ThumbnailMode mode) { return this; } + /** + * Set value for optional field. + * + *

If left unset or set to {@code null}, defaults to {@code + * ThumbnailQuality.QUALITY_80}.

+ * + * @param quality Quality of the thumbnail image. Must not be {@code + * null}. Defaults to {@code ThumbnailQuality.QUALITY_80} when set + * to {@code null}. + * + * @return this builder + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public Builder withQuality(ThumbnailQuality quality) { + if (quality != null) { + this.quality = quality; + } + else { + this.quality = ThumbnailQuality.QUALITY_80; + } + return this; + } + + /** + * Set value for optional field. + * + * @param excludeMediaInfo Normally, {@link FileMetadata#getMediaInfo} + * is set for photo and video. When this flag is true, {@link + * FileMetadata#getMediaInfo} is not populated. This improves + * latency for use cases where `media_info` is not needed. + * + * @return this builder + */ + public Builder withExcludeMediaInfo(Boolean excludeMediaInfo) { + this.excludeMediaInfo = excludeMediaInfo; + return this; + } + /** * Builds an instance of {@link ThumbnailArg} configured with this * builder's values @@ -257,7 +341,7 @@ public Builder withMode(ThumbnailMode mode) { * @return new instance of {@link ThumbnailArg} */ public ThumbnailArg build() { - return new ThumbnailArg(path, format, size, mode); + return new ThumbnailArg(path, format, size, mode, quality, excludeMediaInfo); } } @@ -267,7 +351,9 @@ public int hashCode() { this.path, this.format, this.size, - this.mode + this.mode, + this.quality, + this.excludeMediaInfo }); return hash; } @@ -287,6 +373,8 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.format == other.format) || (this.format.equals(other.format))) && ((this.size == other.size) || (this.size.equals(other.size))) && ((this.mode == other.mode) || (this.mode.equals(other.mode))) + && ((this.quality == other.quality) || (this.quality.equals(other.quality))) + && ((this.excludeMediaInfo == other.excludeMediaInfo) || (this.excludeMediaInfo != null && this.excludeMediaInfo.equals(other.excludeMediaInfo))) ; } else { @@ -330,6 +418,12 @@ public void serialize(ThumbnailArg value, JsonGenerator g, boolean collapse) thr ThumbnailSize.Serializer.INSTANCE.serialize(value.size, g); g.writeFieldName("mode"); ThumbnailMode.Serializer.INSTANCE.serialize(value.mode, g); + g.writeFieldName("quality"); + ThumbnailQuality.Serializer.INSTANCE.serialize(value.quality, g); + if (value.excludeMediaInfo != null) { + g.writeFieldName("exclude_media_info"); + StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.excludeMediaInfo, g); + } if (!collapse) { g.writeEndObject(); } @@ -348,6 +442,8 @@ public ThumbnailArg deserialize(JsonParser p, boolean collapsed) throws IOExcept ThumbnailFormat f_format = ThumbnailFormat.JPEG; ThumbnailSize f_size = ThumbnailSize.W64H64; ThumbnailMode f_mode = ThumbnailMode.STRICT; + ThumbnailQuality f_quality = ThumbnailQuality.QUALITY_80; + Boolean f_excludeMediaInfo = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -363,6 +459,12 @@ else if ("size".equals(field)) { else if ("mode".equals(field)) { f_mode = ThumbnailMode.Serializer.INSTANCE.deserialize(p); } + else if ("quality".equals(field)) { + f_quality = ThumbnailQuality.Serializer.INSTANCE.deserialize(p); + } + else if ("exclude_media_info".equals(field)) { + f_excludeMediaInfo = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); + } else { skipValue(p); } @@ -370,7 +472,7 @@ else if ("mode".equals(field)) { if (f_path == null) { throw new JsonParseException(p, "Required field \"path\" missing."); } - value = new ThumbnailArg(f_path, f_format, f_size, f_mode); + value = new ThumbnailArg(f_path, f_format, f_size, f_mode, f_quality, f_excludeMediaInfo); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailError.java index 02002c3b4..1709d25a0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class ThumbnailError { - // union files.ThumbnailError (files.stone) + // union files.ThumbnailError (files_files_public_base.stone) /** * Discriminating tag type for {@link ThumbnailError}. @@ -41,6 +41,10 @@ public enum Tag { * The image cannot be converted to a thumbnail. */ UNSUPPORTED_IMAGE, + /** + * Encrypted content cannot be converted to a thumbnail. + */ + ENCRYPTED_CONTENT, /** * An error occurs during thumbnail conversion. */ @@ -55,6 +59,10 @@ public enum Tag { * The image cannot be converted to a thumbnail. */ public static final ThumbnailError UNSUPPORTED_IMAGE = new ThumbnailError().withTag(Tag.UNSUPPORTED_IMAGE); + /** + * Encrypted content cannot be converted to a thumbnail. + */ + public static final ThumbnailError ENCRYPTED_CONTENT = new ThumbnailError().withTag(Tag.ENCRYPTED_CONTENT); /** * An error occurs during thumbnail conversion. */ @@ -181,6 +189,17 @@ public boolean isUnsupportedImage() { return this._tag == Tag.UNSUPPORTED_IMAGE; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_CONTENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_CONTENT}, {@code false} otherwise. + */ + public boolean isEncryptedContent() { + return this._tag == Tag.ENCRYPTED_CONTENT; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#CONVERSION_ERROR}, {@code false} otherwise. @@ -221,6 +240,8 @@ else if (obj instanceof ThumbnailError) { return true; case UNSUPPORTED_IMAGE: return true; + case ENCRYPTED_CONTENT: + return true; case CONVERSION_ERROR: return true; default: @@ -274,6 +295,10 @@ public void serialize(ThumbnailError value, JsonGenerator g) throws IOException, g.writeString("unsupported_image"); break; } + case ENCRYPTED_CONTENT: { + g.writeString("encrypted_content"); + break; + } case CONVERSION_ERROR: { g.writeString("conversion_error"); break; @@ -314,6 +339,9 @@ else if ("unsupported_extension".equals(tag)) { else if ("unsupported_image".equals(tag)) { value = ThumbnailError.UNSUPPORTED_IMAGE; } + else if ("encrypted_content".equals(tag)) { + value = ThumbnailError.ENCRYPTED_CONTENT; + } else if ("conversion_error".equals(tag)) { value = ThumbnailError.CONVERSION_ERROR; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailFormat.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailFormat.java index 4ba34b091..420b38249 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailFormat.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailFormat.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -17,9 +17,10 @@ import java.util.Arrays; public enum ThumbnailFormat { - // union files.ThumbnailFormat (files.stone) + // union files.ThumbnailFormat (files_files_public_base.stone) JPEG, - PNG; + PNG, + WEBP; /** * For internal use only. @@ -38,6 +39,10 @@ public void serialize(ThumbnailFormat value, JsonGenerator g) throws IOException g.writeString("png"); break; } + case WEBP: { + g.writeString("webp"); + break; + } default: { throw new IllegalArgumentException("Unrecognized tag: " + value); } @@ -68,6 +73,9 @@ else if ("jpeg".equals(tag)) { else if ("png".equals(tag)) { value = ThumbnailFormat.PNG; } + else if ("webp".equals(tag)) { + value = ThumbnailFormat.WEBP; + } else { throw new JsonParseException(p, "Unknown tag: " + tag); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailMode.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailMode.java index 946feb17c..7fe9f1647 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailMode.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailMode.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ThumbnailMode { - // union files.ThumbnailMode (files.stone) + // union files.ThumbnailMode (files_files_public_base.stone) /** * Scale down the image to fit within the given size. */ @@ -29,7 +29,11 @@ public enum ThumbnailMode { /** * Scale down the image to completely cover the given size or its transpose. */ - FITONE_BESTFIT; + FITONE_BESTFIT, + /** + * Don't resize the image at all. + */ + ORIGINAL; /** * For internal use only. @@ -52,6 +56,10 @@ public void serialize(ThumbnailMode value, JsonGenerator g) throws IOException, g.writeString("fitone_bestfit"); break; } + case ORIGINAL: { + g.writeString("original"); + break; + } default: { throw new IllegalArgumentException("Unrecognized tag: " + value); } @@ -85,6 +93,9 @@ else if ("bestfit".equals(tag)) { else if ("fitone_bestfit".equals(tag)) { value = ThumbnailMode.FITONE_BESTFIT; } + else if ("original".equals(tag)) { + value = ThumbnailMode.ORIGINAL; + } else { throw new JsonParseException(p, "Unknown tag: " + tag); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailSize.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailSize.java index ff47adbd2..5d0a30148 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailSize.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailSize.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ThumbnailSize { - // union files.ThumbnailSize (files.stone) + // union files.ThumbnailSize (files_files_public_base.stone) /** * 32 by 32 px. */ @@ -53,7 +53,11 @@ public enum ThumbnailSize { /** * 2048 by 1536 px. */ - W2048H1536; + W2048H1536, + /** + * 3200 by 2400 px. + */ + W3200H2400; /** * For internal use only. @@ -100,6 +104,10 @@ public void serialize(ThumbnailSize value, JsonGenerator g) throws IOException, g.writeString("w2048h1536"); break; } + case W3200H2400: { + g.writeString("w3200h2400"); + break; + } default: { throw new IllegalArgumentException("Unrecognized tag: " + value); } @@ -151,6 +159,9 @@ else if ("w1024h768".equals(tag)) { else if ("w2048h1536".equals(tag)) { value = ThumbnailSize.W2048H1536; } + else if ("w3200h2400".equals(tag)) { + value = ThumbnailSize.W3200H2400; + } else { throw new JsonParseException(p, "Unknown tag: " + tag); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailV2Arg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailV2Arg.java index 09a4391b5..6665ee386 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailV2Arg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailV2Arg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,9 +17,10 @@ import java.util.Arrays; import javax.annotation.Nonnull; +import javax.annotation.Nullable; class ThumbnailV2Arg { - // struct files.ThumbnailV2Arg (files.stone) + // struct files.ThumbnailV2Arg (files_files_public_types.stone) @Nonnull protected final PathOrLink resource; @@ -29,6 +30,10 @@ class ThumbnailV2Arg { protected final ThumbnailSize size; @Nonnull protected final ThumbnailMode mode; + @Nonnull + protected final ThumbnailQuality quality; + @Nullable + protected final Boolean excludeMediaInfo; /** * Use {@link newBuilder} to create instances of this class without @@ -38,17 +43,23 @@ class ThumbnailV2Arg { * be a path to a file, a shared link pointing to a file, or a shared * link pointing to a folder, with a relative path. Must not be {@code * null}. - * @param format The format for the thumbnail image, jpeg (default) or png. - * For images that are photos, jpeg should be preferred, while png is - * better for screenshots and digital arts. Must not be {@code null}. + * @param format The format for the thumbnail image, jpeg (default), png, + * or webp. For images that are photos, jpeg should be preferred, while + * png is better for screenshots and digital arts, and web for + * compression. Must not be {@code null}. * @param size The size for the thumbnail image. Must not be {@code null}. * @param mode How to resize and crop the image to achieve the desired * size. Must not be {@code null}. + * @param quality Quality of the thumbnail image. Must not be {@code null}. + * @param excludeMediaInfo Normally, {@link FileMetadata#getMediaInfo} is + * set for photo and video. When this flag is true, {@link + * FileMetadata#getMediaInfo} is not populated. This improves latency + * for use cases where `media_info` is not needed. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public ThumbnailV2Arg(@Nonnull PathOrLink resource, @Nonnull ThumbnailFormat format, @Nonnull ThumbnailSize size, @Nonnull ThumbnailMode mode) { + public ThumbnailV2Arg(@Nonnull PathOrLink resource, @Nonnull ThumbnailFormat format, @Nonnull ThumbnailSize size, @Nonnull ThumbnailMode mode, @Nonnull ThumbnailQuality quality, @Nullable Boolean excludeMediaInfo) { if (resource == null) { throw new IllegalArgumentException("Required value for 'resource' is null"); } @@ -65,6 +76,11 @@ public ThumbnailV2Arg(@Nonnull PathOrLink resource, @Nonnull ThumbnailFormat for throw new IllegalArgumentException("Required value for 'mode' is null"); } this.mode = mode; + if (quality == null) { + throw new IllegalArgumentException("Required value for 'quality' is null"); + } + this.quality = quality; + this.excludeMediaInfo = excludeMediaInfo; } /** @@ -81,7 +97,7 @@ public ThumbnailV2Arg(@Nonnull PathOrLink resource, @Nonnull ThumbnailFormat for * preconditions. */ public ThumbnailV2Arg(@Nonnull PathOrLink resource) { - this(resource, ThumbnailFormat.JPEG, ThumbnailSize.W64H64, ThumbnailMode.STRICT); + this(resource, ThumbnailFormat.JPEG, ThumbnailSize.W64H64, ThumbnailMode.STRICT, ThumbnailQuality.QUALITY_80, null); } /** @@ -97,9 +113,9 @@ public PathOrLink getResource() { } /** - * The format for the thumbnail image, jpeg (default) or png. For images - * that are photos, jpeg should be preferred, while png is better for - * screenshots and digital arts. + * The format for the thumbnail image, jpeg (default), png, or webp. For + * images that are photos, jpeg should be preferred, while png is better for + * screenshots and digital arts, and web for compression. * * @return value for this field, or {@code null} if not present. Defaults to * ThumbnailFormat.JPEG. @@ -131,6 +147,30 @@ public ThumbnailMode getMode() { return mode; } + /** + * Quality of the thumbnail image. + * + * @return value for this field, or {@code null} if not present. Defaults to + * ThumbnailQuality.QUALITY_80. + */ + @Nonnull + public ThumbnailQuality getQuality() { + return quality; + } + + /** + * Normally, {@link FileMetadata#getMediaInfo} is set for photo and video. + * When this flag is true, {@link FileMetadata#getMediaInfo} is not + * populated. This improves latency for use cases where `media_info` is not + * needed. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Boolean getExcludeMediaInfo() { + return excludeMediaInfo; + } + /** * Returns a new builder for creating an instance of this class. * @@ -157,6 +197,8 @@ public static class Builder { protected ThumbnailFormat format; protected ThumbnailSize size; protected ThumbnailMode mode; + protected ThumbnailQuality quality; + protected Boolean excludeMediaInfo; protected Builder(PathOrLink resource) { if (resource == null) { @@ -166,6 +208,8 @@ protected Builder(PathOrLink resource) { this.format = ThumbnailFormat.JPEG; this.size = ThumbnailSize.W64H64; this.mode = ThumbnailMode.STRICT; + this.quality = ThumbnailQuality.QUALITY_80; + this.excludeMediaInfo = null; } /** @@ -174,11 +218,11 @@ protected Builder(PathOrLink resource) { *

If left unset or set to {@code null}, defaults to {@code * ThumbnailFormat.JPEG}.

* - * @param format The format for the thumbnail image, jpeg (default) or - * png. For images that are photos, jpeg should be preferred, while - * png is better for screenshots and digital arts. Must not be - * {@code null}. Defaults to {@code ThumbnailFormat.JPEG} when set - * to {@code null}. + * @param format The format for the thumbnail image, jpeg (default), + * png, or webp. For images that are photos, jpeg should be + * preferred, while png is better for screenshots and digital arts, + * and web for compression. Must not be {@code null}. Defaults to + * {@code ThumbnailFormat.JPEG} when set to {@code null}. * * @return this builder * @@ -245,6 +289,46 @@ public Builder withMode(ThumbnailMode mode) { return this; } + /** + * Set value for optional field. + * + *

If left unset or set to {@code null}, defaults to {@code + * ThumbnailQuality.QUALITY_80}.

+ * + * @param quality Quality of the thumbnail image. Must not be {@code + * null}. Defaults to {@code ThumbnailQuality.QUALITY_80} when set + * to {@code null}. + * + * @return this builder + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public Builder withQuality(ThumbnailQuality quality) { + if (quality != null) { + this.quality = quality; + } + else { + this.quality = ThumbnailQuality.QUALITY_80; + } + return this; + } + + /** + * Set value for optional field. + * + * @param excludeMediaInfo Normally, {@link FileMetadata#getMediaInfo} + * is set for photo and video. When this flag is true, {@link + * FileMetadata#getMediaInfo} is not populated. This improves + * latency for use cases where `media_info` is not needed. + * + * @return this builder + */ + public Builder withExcludeMediaInfo(Boolean excludeMediaInfo) { + this.excludeMediaInfo = excludeMediaInfo; + return this; + } + /** * Builds an instance of {@link ThumbnailV2Arg} configured with this * builder's values @@ -252,7 +336,7 @@ public Builder withMode(ThumbnailMode mode) { * @return new instance of {@link ThumbnailV2Arg} */ public ThumbnailV2Arg build() { - return new ThumbnailV2Arg(resource, format, size, mode); + return new ThumbnailV2Arg(resource, format, size, mode, quality, excludeMediaInfo); } } @@ -262,7 +346,9 @@ public int hashCode() { this.resource, this.format, this.size, - this.mode + this.mode, + this.quality, + this.excludeMediaInfo }); return hash; } @@ -282,6 +368,8 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.format == other.format) || (this.format.equals(other.format))) && ((this.size == other.size) || (this.size.equals(other.size))) && ((this.mode == other.mode) || (this.mode.equals(other.mode))) + && ((this.quality == other.quality) || (this.quality.equals(other.quality))) + && ((this.excludeMediaInfo == other.excludeMediaInfo) || (this.excludeMediaInfo != null && this.excludeMediaInfo.equals(other.excludeMediaInfo))) ; } else { @@ -325,6 +413,12 @@ public void serialize(ThumbnailV2Arg value, JsonGenerator g, boolean collapse) t ThumbnailSize.Serializer.INSTANCE.serialize(value.size, g); g.writeFieldName("mode"); ThumbnailMode.Serializer.INSTANCE.serialize(value.mode, g); + g.writeFieldName("quality"); + ThumbnailQuality.Serializer.INSTANCE.serialize(value.quality, g); + if (value.excludeMediaInfo != null) { + g.writeFieldName("exclude_media_info"); + StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.excludeMediaInfo, g); + } if (!collapse) { g.writeEndObject(); } @@ -343,6 +437,8 @@ public ThumbnailV2Arg deserialize(JsonParser p, boolean collapsed) throws IOExce ThumbnailFormat f_format = ThumbnailFormat.JPEG; ThumbnailSize f_size = ThumbnailSize.W64H64; ThumbnailMode f_mode = ThumbnailMode.STRICT; + ThumbnailQuality f_quality = ThumbnailQuality.QUALITY_80; + Boolean f_excludeMediaInfo = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -358,6 +454,12 @@ else if ("size".equals(field)) { else if ("mode".equals(field)) { f_mode = ThumbnailMode.Serializer.INSTANCE.deserialize(p); } + else if ("quality".equals(field)) { + f_quality = ThumbnailQuality.Serializer.INSTANCE.deserialize(p); + } + else if ("exclude_media_info".equals(field)) { + f_excludeMediaInfo = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); + } else { skipValue(p); } @@ -365,7 +467,7 @@ else if ("mode".equals(field)) { if (f_resource == null) { throw new JsonParseException(p, "Required field \"resource\" missing."); } - value = new ThumbnailV2Arg(f_resource, f_format, f_size, f_mode); + value = new ThumbnailV2Arg(f_resource, f_format, f_size, f_mode, f_quality, f_excludeMediaInfo); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailV2Error.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailV2Error.java index 6a5688411..0ae3086fa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailV2Error.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/ThumbnailV2Error.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class ThumbnailV2Error { - // union files.ThumbnailV2Error (files.stone) + // union files.ThumbnailV2Error (files_files_public_base.stone) /** * Discriminating tag type for {@link ThumbnailV2Error}. @@ -45,6 +45,10 @@ public enum Tag { * The image cannot be converted to a thumbnail. */ UNSUPPORTED_IMAGE, + /** + * Encrypted content cannot be converted to a thumbnail. + */ + ENCRYPTED_CONTENT, /** * An error occurred during thumbnail conversion. */ @@ -76,6 +80,10 @@ public enum Tag { * The image cannot be converted to a thumbnail. */ public static final ThumbnailV2Error UNSUPPORTED_IMAGE = new ThumbnailV2Error().withTag(Tag.UNSUPPORTED_IMAGE); + /** + * Encrypted content cannot be converted to a thumbnail. + */ + public static final ThumbnailV2Error ENCRYPTED_CONTENT = new ThumbnailV2Error().withTag(Tag.ENCRYPTED_CONTENT); /** * An error occurred during thumbnail conversion. */ @@ -221,6 +229,17 @@ public boolean isUnsupportedImage() { return this._tag == Tag.UNSUPPORTED_IMAGE; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_CONTENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_CONTENT}, {@code false} otherwise. + */ + public boolean isEncryptedContent() { + return this._tag == Tag.ENCRYPTED_CONTENT; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#CONVERSION_ERROR}, {@code false} otherwise. @@ -294,6 +313,8 @@ else if (obj instanceof ThumbnailV2Error) { return true; case UNSUPPORTED_IMAGE: return true; + case ENCRYPTED_CONTENT: + return true; case CONVERSION_ERROR: return true; case ACCESS_DENIED: @@ -353,6 +374,10 @@ public void serialize(ThumbnailV2Error value, JsonGenerator g) throws IOExceptio g.writeString("unsupported_image"); break; } + case ENCRYPTED_CONTENT: { + g.writeString("encrypted_content"); + break; + } case CONVERSION_ERROR: { g.writeString("conversion_error"); break; @@ -401,6 +426,9 @@ else if ("unsupported_extension".equals(tag)) { else if ("unsupported_image".equals(tag)) { value = ThumbnailV2Error.UNSUPPORTED_IMAGE; } + else if ("encrypted_content".equals(tag)) { + value = ThumbnailV2Error.ENCRYPTED_CONTENT; + } else if ("conversion_error".equals(tag)) { value = ThumbnailV2Error.CONVERSION_ERROR; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UnlockFileArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UnlockFileArg.java index 0b619ea2f..e98e832fd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UnlockFileArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UnlockFileArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class UnlockFileArg { - // struct files.UnlockFileArg (files.stone) + // struct files.UnlockFileArg (files_files_public_types.stone) @Nonnull protected final String path; @@ -28,8 +28,8 @@ public class UnlockFileArg { /** * * @param path Path in the user's Dropbox to a file. Must match pattern - * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be - * {@code null}. + * "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and + * not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -38,7 +38,7 @@ public UnlockFileArg(@Nonnull String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UnlockFileBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UnlockFileBatchArg.java index bbaa29134..666f6dc53 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UnlockFileBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UnlockFileBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class UnlockFileBatchArg { - // struct files.UnlockFileBatchArg (files.stone) + // struct files.UnlockFileBatchArg (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadArg.java index 4419408f2..33aadcdc7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -25,7 +25,7 @@ import javax.annotation.Nullable; class UploadArg extends CommitInfo { - // struct files.UploadArg (files.stone) + // struct files.UploadArg (files_files_public_types.stone) @Nullable protected final String contentHash; @@ -35,8 +35,9 @@ class UploadArg extends CommitInfo { * specifying values for all optional fields. * * @param path Path in the user's Dropbox to save the file. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param mode Selects what to do if the file already exists. Must not be * {@code null}. * @param autorename If there's a conflict, as determined by {@link @@ -89,8 +90,9 @@ public UploadArg(@Nonnull String path, @Nonnull WriteMode mode, boolean autorena *

The default values for unset fields will be used.

* * @param path Path in the user's Dropbox to save the file. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -201,8 +203,9 @@ public String getContentHash() { * Returns a new builder for creating an instance of this class. * * @param path Path in the user's Dropbox to save the file. Must match - * pattern "{@code (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not - * be {@code null}. + * pattern "{@code + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return builder for this class. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadError.java index 12f9f3472..45ef18ec6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -28,7 +28,7 @@ * will be used.

*/ public final class UploadError { - // union files.UploadError (files.stone) + // union files.UploadError (files_files_public_types.stone) /** * Discriminating tag type for {@link UploadError}. @@ -44,7 +44,7 @@ public enum Tag { */ PROPERTIES_ERROR, // InvalidPropertyGroupError /** - * The request payload must be at most 150 MB. + * The request payload must be at most 150 MiB. */ PAYLOAD_TOO_LARGE, /** @@ -52,6 +52,11 @@ public enum Tag { * match the provided content hash. */ CONTENT_HASH_MISMATCH, + /** + * The file is required to be encrypted, which is not supported in our + * public API. + */ + ENCRYPTION_NOT_SUPPORTED, /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -64,7 +69,7 @@ public enum Tag { } /** - * The request payload must be at most 150 MB. + * The request payload must be at most 150 MiB. */ public static final UploadError PAYLOAD_TOO_LARGE = new UploadError().withTag(Tag.PAYLOAD_TOO_LARGE); /** @@ -72,6 +77,11 @@ public enum Tag { * the provided content hash. */ public static final UploadError CONTENT_HASH_MISMATCH = new UploadError().withTag(Tag.CONTENT_HASH_MISMATCH); + /** + * The file is required to be encrypted, which is not supported in our + * public API. + */ + public static final UploadError ENCRYPTION_NOT_SUPPORTED = new UploadError().withTag(Tag.ENCRYPTION_NOT_SUPPORTED); /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -273,6 +283,17 @@ public boolean isContentHashMismatch() { return this._tag == Tag.CONTENT_HASH_MISMATCH; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTION_NOT_SUPPORTED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTION_NOT_SUPPORTED}, {@code false} otherwise. + */ + public boolean isEncryptionNotSupported() { + return this._tag == Tag.ENCRYPTION_NOT_SUPPORTED; + } + /** * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, * {@code false} otherwise. @@ -316,6 +337,8 @@ else if (obj instanceof UploadError) { return true; case CONTENT_HASH_MISMATCH: return true; + case ENCRYPTION_NOT_SUPPORTED: + return true; case OTHER: return true; default: @@ -376,6 +399,10 @@ public void serialize(UploadError value, JsonGenerator g) throws IOException, Js g.writeString("content_hash_mismatch"); break; } + case ENCRYPTION_NOT_SUPPORTED: { + g.writeString("encryption_not_supported"); + break; + } default: { g.writeString("other"); } @@ -417,6 +444,9 @@ else if ("payload_too_large".equals(tag)) { else if ("content_hash_mismatch".equals(tag)) { value = UploadError.CONTENT_HASH_MISMATCH; } + else if ("encryption_not_supported".equals(tag)) { + value = UploadError.ENCRYPTION_NOT_SUPPORTED; + } else { value = UploadError.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendArg.java index d2e507fb9..bccc3ded8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class UploadSessionAppendArg { - // struct files.UploadSessionAppendArg (files.stone) + // struct files.UploadSessionAppendArg (files_files_public_types.stone) @Nonnull protected final UploadSessionCursor cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendError.java index dedef64cd..b491499f3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,13 +17,17 @@ import java.util.Arrays; /** - * This class is a tagged union. Tagged unions instances are always associated - * to a specific tag. This means only one of the {@code isAbc()} methods will - * return {@code true}. You can use {@link #tag()} to determine the tag - * associated with this instance. + * This class is an open tagged union. Tagged unions instances are always + * associated to a specific tag. This means only one of the {@code isAbc()} + * methods will return {@code true}. You can use {@link #tag()} to determine the + * tag associated with this instance. + * + *

Open unions may be extended in the future with additional tags. If a new + * tag is introduced that this SDK does not recognized, the {@link #OTHER} value + * will be used.

*/ public final class UploadSessionAppendError { - // union files.UploadSessionAppendError (files.stone) + // union files.UploadSessionAppendError (files_files_public_types.stone) /** * Discriminating tag type for {@link UploadSessionAppendError}. @@ -46,30 +50,31 @@ public enum Tag { * already been closed (i.e. committed). */ CLOSED, - /** - * The session must be closed before calling - * upload_session/finish_batch. - */ - NOT_CLOSED, /** * You can not append to the upload session because the size of a file - * should not reach the max file size limit (i.e. 350GB). + * should not exceed the max file size limit (i.e. 2^41 - 2^22 or + * 2,199,019,061,248 bytes). */ TOO_LARGE, /** - * For concurrent upload sessions, offset needs to be multiple of - * 4194304 bytes. + * For concurrent upload sessions, offset needs to be multiple of 2^22 + * (4,194,304) bytes. */ CONCURRENT_SESSION_INVALID_OFFSET, /** * For concurrent upload sessions, only chunks with size multiple of - * 4194304 bytes can be uploaded. + * 2^22 (4,194,304) bytes can be uploaded. */ CONCURRENT_SESSION_INVALID_DATA_SIZE, /** - * The request payload must be at most 150 MB. + * The request payload must be at most 150 MiB. */ PAYLOAD_TOO_LARGE, + /** + * The content received by the Dropbox server in this call does not + * match the provided content hash. + */ + CONTENT_HASH_MISMATCH, /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -78,12 +83,7 @@ public enum Tag { * is not up to date. Consider updating your SDK version to handle the * new tags.

*/ - OTHER, - /** - * The content received by the Dropbox server in this call does not - * match the provided content hash. - */ - CONTENT_HASH_MISMATCH; + OTHER; // *catch_all } /** @@ -96,29 +96,31 @@ public enum Tag { * been closed (i.e. committed). */ public static final UploadSessionAppendError CLOSED = new UploadSessionAppendError().withTag(Tag.CLOSED); - /** - * The session must be closed before calling upload_session/finish_batch. - */ - public static final UploadSessionAppendError NOT_CLOSED = new UploadSessionAppendError().withTag(Tag.NOT_CLOSED); /** * You can not append to the upload session because the size of a file - * should not reach the max file size limit (i.e. 350GB). + * should not exceed the max file size limit (i.e. 2^41 - 2^22 or + * 2,199,019,061,248 bytes). */ public static final UploadSessionAppendError TOO_LARGE = new UploadSessionAppendError().withTag(Tag.TOO_LARGE); /** - * For concurrent upload sessions, offset needs to be multiple of 4194304 - * bytes. + * For concurrent upload sessions, offset needs to be multiple of 2^22 + * (4,194,304) bytes. */ public static final UploadSessionAppendError CONCURRENT_SESSION_INVALID_OFFSET = new UploadSessionAppendError().withTag(Tag.CONCURRENT_SESSION_INVALID_OFFSET); /** - * For concurrent upload sessions, only chunks with size multiple of 4194304 - * bytes can be uploaded. + * For concurrent upload sessions, only chunks with size multiple of 2^22 + * (4,194,304) bytes can be uploaded. */ public static final UploadSessionAppendError CONCURRENT_SESSION_INVALID_DATA_SIZE = new UploadSessionAppendError().withTag(Tag.CONCURRENT_SESSION_INVALID_DATA_SIZE); /** - * The request payload must be at most 150 MB. + * The request payload must be at most 150 MiB. */ public static final UploadSessionAppendError PAYLOAD_TOO_LARGE = new UploadSessionAppendError().withTag(Tag.PAYLOAD_TOO_LARGE); + /** + * The content received by the Dropbox server in this call does not match + * the provided content hash. + */ + public static final UploadSessionAppendError CONTENT_HASH_MISMATCH = new UploadSessionAppendError().withTag(Tag.CONTENT_HASH_MISMATCH); /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -127,11 +129,6 @@ public enum Tag { * tags.

*/ public static final UploadSessionAppendError OTHER = new UploadSessionAppendError().withTag(Tag.OTHER); - /** - * The content received by the Dropbox server in this call does not match - * the provided content hash. - */ - public static final UploadSessionAppendError CONTENT_HASH_MISMATCH = new UploadSessionAppendError().withTag(Tag.CONTENT_HASH_MISMATCH); private Tag _tag; private UploadSessionOffsetError incorrectOffsetValue; @@ -181,6 +178,9 @@ private UploadSessionAppendError withTagAndIncorrectOffset(Tag _tag, UploadSessi * value in a {@code switch} statement to properly handle the different * values for this {@code UploadSessionAppendError}.

* + *

If a tag returned by the server is unrecognized by this SDK, the + * {@link Tag#OTHER} value will be used.

+ * * @return the tag for this instance. */ public Tag tag() { @@ -264,17 +264,6 @@ public boolean isClosed() { return this._tag == Tag.CLOSED; } - /** - * Returns {@code true} if this instance has the tag {@link Tag#NOT_CLOSED}, - * {@code false} otherwise. - * - * @return {@code true} if this instance is tagged as {@link - * Tag#NOT_CLOSED}, {@code false} otherwise. - */ - public boolean isNotClosed() { - return this._tag == Tag.NOT_CLOSED; - } - /** * Returns {@code true} if this instance has the tag {@link Tag#TOO_LARGE}, * {@code false} otherwise. @@ -319,17 +308,6 @@ public boolean isPayloadTooLarge() { return this._tag == Tag.PAYLOAD_TOO_LARGE; } - /** - * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, - * {@code false} otherwise. - * - * @return {@code true} if this instance is tagged as {@link Tag#OTHER}, - * {@code false} otherwise. - */ - public boolean isOther() { - return this._tag == Tag.OTHER; - } - /** * Returns {@code true} if this instance has the tag {@link * Tag#CONTENT_HASH_MISMATCH}, {@code false} otherwise. @@ -341,13 +319,23 @@ public boolean isContentHashMismatch() { return this._tag == Tag.CONTENT_HASH_MISMATCH; } + /** + * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, + * {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link Tag#OTHER}, + * {@code false} otherwise. + */ + public boolean isOther() { + return this._tag == Tag.OTHER; + } + @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { this._tag, this.incorrectOffsetValue }); - hash = (31 * super.hashCode()) + hash; return hash; } @@ -371,8 +359,6 @@ else if (obj instanceof UploadSessionAppendError) { return (this.incorrectOffsetValue == other.incorrectOffsetValue) || (this.incorrectOffsetValue.equals(other.incorrectOffsetValue)); case CLOSED: return true; - case NOT_CLOSED: - return true; case TOO_LARGE: return true; case CONCURRENT_SESSION_INVALID_OFFSET: @@ -381,10 +367,10 @@ else if (obj instanceof UploadSessionAppendError) { return true; case PAYLOAD_TOO_LARGE: return true; - case OTHER: - return true; case CONTENT_HASH_MISMATCH: return true; + case OTHER: + return true; default: return false; } @@ -435,10 +421,6 @@ public void serialize(UploadSessionAppendError value, JsonGenerator g) throws IO g.writeString("closed"); break; } - case NOT_CLOSED: { - g.writeString("not_closed"); - break; - } case TOO_LARGE: { g.writeString("too_large"); break; @@ -455,16 +437,12 @@ public void serialize(UploadSessionAppendError value, JsonGenerator g) throws IO g.writeString("payload_too_large"); break; } - case OTHER: { - g.writeString("other"); - break; - } case CONTENT_HASH_MISMATCH: { g.writeString("content_hash_mismatch"); break; } default: { - throw new IllegalArgumentException("Unrecognized tag: " + value.tag()); + g.writeString("other"); } } } @@ -498,9 +476,6 @@ else if ("incorrect_offset".equals(tag)) { else if ("closed".equals(tag)) { value = UploadSessionAppendError.CLOSED; } - else if ("not_closed".equals(tag)) { - value = UploadSessionAppendError.NOT_CLOSED; - } else if ("too_large".equals(tag)) { value = UploadSessionAppendError.TOO_LARGE; } @@ -513,14 +488,11 @@ else if ("concurrent_session_invalid_data_size".equals(tag)) { else if ("payload_too_large".equals(tag)) { value = UploadSessionAppendError.PAYLOAD_TOO_LARGE; } - else if ("other".equals(tag)) { - value = UploadSessionAppendError.OTHER; - } else if ("content_hash_mismatch".equals(tag)) { value = UploadSessionAppendError.CONTENT_HASH_MISMATCH; } else { - throw new JsonParseException(p, "Unknown tag: " + tag); + value = UploadSessionAppendError.OTHER; } if (!collapsed) { skipFields(p); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionCursor.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionCursor.java index 6e16c3c28..01dd8cb08 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionCursor.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionCursor.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class UploadSessionCursor { - // struct files.UploadSessionCursor (files.stone) + // struct files.UploadSessionCursor (files_files_public_base.stone) @Nonnull protected final String sessionId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishArg.java index 936041075..239239ad7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class UploadSessionFinishArg { - // struct files.UploadSessionFinishArg (files.stone) + // struct files.UploadSessionFinishArg (files_files_public_base.stone) @Nonnull protected final UploadSessionCursor cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchArg.java index 7359c41cd..0f38859d7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class UploadSessionFinishBatchArg { - // struct files.UploadSessionFinishBatchArg (files.stone) + // struct files.UploadSessionFinishBatchArg (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchJobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchJobStatus.java index b472a2e9a..435ffdb79 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchJobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchJobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class UploadSessionFinishBatchJobStatus { - // union files.UploadSessionFinishBatchJobStatus (files.stone) + // union files.UploadSessionFinishBatchJobStatus (files_files_public_types.stone) /** * Discriminating tag type for {@link UploadSessionFinishBatchJobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchLaunch.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchLaunch.java index c848bd395..78a63541d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchLaunch.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchLaunch.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -31,7 +31,7 @@ * will be used.

*/ public final class UploadSessionFinishBatchLaunch { - // union files.UploadSessionFinishBatchLaunch (files.stone) + // union files.UploadSessionFinishBatchLaunch (files_files_public_types.stone) /** * Discriminating tag type for {@link UploadSessionFinishBatchLaunch}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchResult.java index 734218235..932841a78 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class UploadSessionFinishBatchResult { - // struct files.UploadSessionFinishBatchResult (files.stone) + // struct files.UploadSessionFinishBatchResult (files_files_public_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchResultEntry.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchResultEntry.java index 61fd35811..8fe2de9e4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchResultEntry.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishBatchResultEntry.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class UploadSessionFinishBatchResultEntry { - // union files.UploadSessionFinishBatchResultEntry (files.stone) + // union files.UploadSessionFinishBatchResultEntry (files_files_public_types.stone) /** * Discriminating tag type for {@link UploadSessionFinishBatchResultEntry}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishError.java index 3d8e79e16..67659c295 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -28,7 +28,7 @@ * will be used.

*/ public final class UploadSessionFinishError { - // union files.UploadSessionFinishError (files.stone) + // union files.UploadSessionFinishError (files_files_public_base.stone) /** * Discriminating tag type for {@link UploadSessionFinishError}. @@ -74,7 +74,7 @@ public enum Tag { */ CONCURRENT_SESSION_MISSING_DATA, /** - * The request payload must be at most 150 MB. + * The request payload must be at most 150 MiB. */ PAYLOAD_TOO_LARGE, /** @@ -82,6 +82,11 @@ public enum Tag { * match the provided content hash. */ CONTENT_HASH_MISMATCH, + /** + * The file is required to be encrypted, which is not supported in our + * public API. + */ + ENCRYPTION_NOT_SUPPORTED, /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -117,7 +122,7 @@ public enum Tag { */ public static final UploadSessionFinishError CONCURRENT_SESSION_MISSING_DATA = new UploadSessionFinishError().withTag(Tag.CONCURRENT_SESSION_MISSING_DATA); /** - * The request payload must be at most 150 MB. + * The request payload must be at most 150 MiB. */ public static final UploadSessionFinishError PAYLOAD_TOO_LARGE = new UploadSessionFinishError().withTag(Tag.PAYLOAD_TOO_LARGE); /** @@ -125,6 +130,11 @@ public enum Tag { * the provided content hash. */ public static final UploadSessionFinishError CONTENT_HASH_MISMATCH = new UploadSessionFinishError().withTag(Tag.CONTENT_HASH_MISMATCH); + /** + * The file is required to be encrypted, which is not supported in our + * public API. + */ + public static final UploadSessionFinishError ENCRYPTION_NOT_SUPPORTED = new UploadSessionFinishError().withTag(Tag.ENCRYPTION_NOT_SUPPORTED); /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -453,6 +463,17 @@ public boolean isContentHashMismatch() { return this._tag == Tag.CONTENT_HASH_MISMATCH; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTION_NOT_SUPPORTED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTION_NOT_SUPPORTED}, {@code false} otherwise. + */ + public boolean isEncryptionNotSupported() { + return this._tag == Tag.ENCRYPTION_NOT_SUPPORTED; + } + /** * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, * {@code false} otherwise. @@ -509,6 +530,8 @@ else if (obj instanceof UploadSessionFinishError) { return true; case CONTENT_HASH_MISMATCH: return true; + case ENCRYPTION_NOT_SUPPORTED: + return true; case OTHER: return true; default: @@ -598,6 +621,10 @@ public void serialize(UploadSessionFinishError value, JsonGenerator g) throws IO g.writeString("content_hash_mismatch"); break; } + case ENCRYPTION_NOT_SUPPORTED: { + g.writeString("encryption_not_supported"); + break; + } default: { g.writeString("other"); } @@ -661,6 +688,9 @@ else if ("payload_too_large".equals(tag)) { else if ("content_hash_mismatch".equals(tag)) { value = UploadSessionFinishError.CONTENT_HASH_MISMATCH; } + else if ("encryption_not_supported".equals(tag)) { + value = UploadSessionFinishError.ENCRYPTION_NOT_SUPPORTED; + } else { value = UploadSessionFinishError.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionLookupError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionLookupError.java index 3d0ed41b8..649f68f1a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionLookupError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionLookupError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class UploadSessionLookupError { - // union files.UploadSessionLookupError (files.stone) + // union files.UploadSessionLookupError (files_files_public_base.stone) /** * Discriminating tag type for {@link UploadSessionLookupError}. @@ -57,21 +57,22 @@ public enum Tag { NOT_CLOSED, /** * You can not append to the upload session because the size of a file - * should not reach the max file size limit (i.e. 350GB). + * should not exceed the max file size limit (i.e. 2^41 - 2^22 or + * 2,199,019,061,248 bytes). */ TOO_LARGE, /** - * For concurrent upload sessions, offset needs to be multiple of - * 4194304 bytes. + * For concurrent upload sessions, offset needs to be multiple of 2^22 + * (4,194,304) bytes. */ CONCURRENT_SESSION_INVALID_OFFSET, /** * For concurrent upload sessions, only chunks with size multiple of - * 4194304 bytes can be uploaded. + * 2^22 (4,194,304) bytes can be uploaded. */ CONCURRENT_SESSION_INVALID_DATA_SIZE, /** - * The request payload must be at most 150 MB. + * The request payload must be at most 150 MiB. */ PAYLOAD_TOO_LARGE, /** @@ -101,21 +102,22 @@ public enum Tag { public static final UploadSessionLookupError NOT_CLOSED = new UploadSessionLookupError().withTag(Tag.NOT_CLOSED); /** * You can not append to the upload session because the size of a file - * should not reach the max file size limit (i.e. 350GB). + * should not exceed the max file size limit (i.e. 2^41 - 2^22 or + * 2,199,019,061,248 bytes). */ public static final UploadSessionLookupError TOO_LARGE = new UploadSessionLookupError().withTag(Tag.TOO_LARGE); /** - * For concurrent upload sessions, offset needs to be multiple of 4194304 - * bytes. + * For concurrent upload sessions, offset needs to be multiple of 2^22 + * (4,194,304) bytes. */ public static final UploadSessionLookupError CONCURRENT_SESSION_INVALID_OFFSET = new UploadSessionLookupError().withTag(Tag.CONCURRENT_SESSION_INVALID_OFFSET); /** - * For concurrent upload sessions, only chunks with size multiple of 4194304 - * bytes can be uploaded. + * For concurrent upload sessions, only chunks with size multiple of 2^22 + * (4,194,304) bytes can be uploaded. */ public static final UploadSessionLookupError CONCURRENT_SESSION_INVALID_DATA_SIZE = new UploadSessionLookupError().withTag(Tag.CONCURRENT_SESSION_INVALID_DATA_SIZE); /** - * The request payload must be at most 150 MB. + * The request payload must be at most 150 MiB. */ public static final UploadSessionLookupError PAYLOAD_TOO_LARGE = new UploadSessionLookupError().withTag(Tag.PAYLOAD_TOO_LARGE); /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionOffsetError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionOffsetError.java index 4b0aac9db..5396d0cf0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionOffsetError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionOffsetError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public class UploadSessionOffsetError { - // struct files.UploadSessionOffsetError (files.stone) + // struct files.UploadSessionOffsetError (files_files_public_base.stone) protected final long correctOffset; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartArg.java index 20fcc0195..3a2b977dd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class UploadSessionStartArg { - // struct files.UploadSessionStartArg (files.stone) + // struct files.UploadSessionStartArg (files_files_public_types.stone) protected final boolean close; @Nullable diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBatchArg.java index 23c4a2d5f..95fcb1c4a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class UploadSessionStartBatchArg { - // struct files.UploadSessionStartBatchArg (files.stone) + // struct files.UploadSessionStartBatchArg (files_files_public_types.stone) @Nullable protected final UploadSessionType sessionType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBatchResult.java index a14ea21eb..c2cc3d32a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class UploadSessionStartBatchResult { - // struct files.UploadSessionStartBatchResult (files.stone) + // struct files.UploadSessionStartBatchResult (files_files_public_types.stone) @Nonnull protected final List sessionIds; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartError.java index 6cd8a4ef8..bc213e38c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum UploadSessionStartError { - // union files.UploadSessionStartError (files.stone) + // union files.UploadSessionStartError (files_files_public_types.stone) /** * Uploading data not allowed when starting concurrent upload session. */ @@ -27,7 +27,7 @@ public enum UploadSessionStartError { */ CONCURRENT_SESSION_CLOSE_NOT_ALLOWED, /** - * The request payload must be at most 150 MB. + * The request payload must be at most 150 MiB. */ PAYLOAD_TOO_LARGE, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartResult.java index 5bd8e12df..fffad9995 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class UploadSessionStartResult { - // struct files.UploadSessionStartResult (files.stone) + // struct files.UploadSessionStartResult (files_files_public_types.stone) @Nonnull protected final String sessionId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionType.java index e54035a2a..71d912951 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum UploadSessionType { - // union files.UploadSessionType (files.stone) + // union files.UploadSessionType (files_files_public_types.stone) /** * Pieces of data are uploaded sequentially one after another. This is the * default behavior. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadWriteFailed.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadWriteFailed.java index b56a432f4..1bcd549fc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadWriteFailed.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadWriteFailed.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_types.stone */ package com.dropbox.core.v2.files; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class UploadWriteFailed { - // struct files.UploadWriteFailed (files.stone) + // struct files.UploadWriteFailed (files_files_public_types.stone) @Nonnull protected final WriteError reason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UserGeneratedTag.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UserGeneratedTag.java index b6865c83f..91a33a9e1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UserGeneratedTag.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UserGeneratedTag.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from file_tagging.stone */ +/* This file was generated from file_tagging_file_tagging.stone */ package com.dropbox.core.v2.files; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class UserGeneratedTag { - // struct files.UserGeneratedTag (file_tagging.stone) + // struct files.UserGeneratedTag (file_tagging_file_tagging.stone) @Nonnull protected final String tagText; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/VideoMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/VideoMetadata.java index fe3b14ba3..a6846bb91 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/VideoMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/VideoMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -25,7 +25,7 @@ * Metadata for a video. */ public class VideoMetadata extends MediaMetadata { - // struct files.VideoMetadata (files.stone) + // struct files.VideoMetadata (files_files_public_base.stone) @Nullable protected final Long duration; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteConflictError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteConflictError.java index f4f0aecbb..510e95435 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteConflictError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteConflictError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum WriteConflictError { - // union files.WriteConflictError (files.stone) + // union files.WriteConflictError (files_files_public_base.stone) /** * There's a file in the way. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteError.java index 2f9183271..885421375 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -27,7 +27,7 @@ * will be used.

*/ public final class WriteError { - // union files.WriteError (files.stone) + // union files.WriteError (files_files_public_base.stone) /** * Discriminating tag type for {@link WriteError}. @@ -71,6 +71,11 @@ public enum Tag { * this request. */ TOO_MANY_WRITE_OPERATIONS, + /** + * The user doesn't have permission to perform the action due to + * restrictions set by a team administrator + */ + ACCESS_RESTRICTED, /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -107,6 +112,11 @@ public enum Tag { * request. */ public static final WriteError TOO_MANY_WRITE_OPERATIONS = new WriteError().withTag(Tag.TOO_MANY_WRITE_OPERATIONS); + /** + * The user doesn't have permission to perform the action due to + * restrictions set by a team administrator + */ + public static final WriteError ACCESS_RESTRICTED = new WriteError().withTag(Tag.ACCESS_RESTRICTED); /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -367,6 +377,17 @@ public boolean isTooManyWriteOperations() { return this._tag == Tag.TOO_MANY_WRITE_OPERATIONS; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ACCESS_RESTRICTED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ACCESS_RESTRICTED}, {@code false} otherwise. + */ + public boolean isAccessRestricted() { + return this._tag == Tag.ACCESS_RESTRICTED; + } + /** * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, * {@code false} otherwise. @@ -418,6 +439,8 @@ else if (obj instanceof WriteError) { return true; case TOO_MANY_WRITE_OPERATIONS: return true; + case ACCESS_RESTRICTED: + return true; case OTHER: return true; default: @@ -495,6 +518,10 @@ public void serialize(WriteError value, JsonGenerator g) throws IOException, Jso g.writeString("too_many_write_operations"); break; } + case ACCESS_RESTRICTED: { + g.writeString("access_restricted"); + break; + } default: { g.writeString("other"); } @@ -556,6 +583,9 @@ else if ("operation_suppressed".equals(tag)) { else if ("too_many_write_operations".equals(tag)) { value = WriteError.TOO_MANY_WRITE_OPERATIONS; } + else if ("access_restricted".equals(tag)) { + value = WriteError.ACCESS_RESTRICTED; + } else { value = WriteError.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteMode.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteMode.java index fda3a61ce..db702ce4b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteMode.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/WriteMode.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from files.stone */ +/* This file was generated from files_files_public_base.stone */ package com.dropbox.core.v2.files; @@ -34,7 +34,7 @@ * tag associated with this instance.

*/ public final class WriteMode { - // union files.WriteMode (files.stone) + // union files.WriteMode (files_files_public_base.stone) /** * Discriminating tag type for {@link WriteMode}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/package-info.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/package-info.java index e8d686603..d78ae2a8b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/package-info.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/package-info.java @@ -2,6 +2,28 @@ /* This file was generated by Stone */ /** + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. + * This namespace contains endpoints and data types for basic file operations. * This namespace contains endpoints and data types for basic file operations. * *

See {@link com.dropbox.core.v2.files.DbxAppFilesRequests}, {@link diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddMember.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddMember.java index f5930c770..af7e9420f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddMember.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddMember.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class AddMember { - // struct paper.AddMember (paper.stone) + // struct paper.AddMember (paper_apiv2_paper_types.stone) @Nonnull protected final PaperDocPermissionLevel permissionLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUser.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUser.java index 1e45f563f..fc23c6c5f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUser.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUser.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class AddPaperDocUser extends RefPaperDoc { - // struct paper.AddPaperDocUser (paper.stone) + // struct paper.AddPaperDocUser (paper_apiv2_paper_types.stone) @Nonnull protected final List members; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUserMemberResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUserMemberResult.java index d817cd8cb..eda036aa1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUserMemberResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUserMemberResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -24,7 +24,7 @@ * DbxUserPaperRequests#docsUsersAdd(String,java.util.List)}. */ public class AddPaperDocUserMemberResult { - // struct paper.AddPaperDocUserMemberResult (paper.stone) + // struct paper.AddPaperDocUserMemberResult (paper_apiv2_paper_types.stone) @Nonnull protected final MemberSelector member; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUserResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUserResult.java index 61f72b3ad..bbd0d04cf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUserResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/AddPaperDocUserResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum AddPaperDocUserResult { - // union paper.AddPaperDocUserResult (paper.stone) + // union paper.AddPaperDocUserResult (paper_apiv2_paper_types.stone) /** * User was successfully added to the Paper doc. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/Cursor.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/Cursor.java index 4bfc69e73..cdd77a5db 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/Cursor.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/Cursor.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; public class Cursor { - // struct paper.Cursor (paper.stone) + // struct paper.Cursor (paper_apiv2_paper_types.stone) @Nonnull protected final String value; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DbxUserPaperRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DbxUserPaperRequests.java index 95d82f0d5..6f858419e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DbxUserPaperRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DbxUserPaperRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone, paper_apiv2_paper.stone */ package com.dropbox.core.v2.paper; @@ -22,7 +22,7 @@ * Routes in namespace "paper". */ public class DbxUserPaperRequests { - // namespace paper (paper.stone) + // namespace paper (paper_apiv2_paper_types.stone, paper_apiv2_paper.stone) private final DbxRawClientV2 client; @@ -62,19 +62,15 @@ void docsArchive(RefPaperDoc arg) throws DocLookupErrorException, DbxException { } /** - * Marks the given Paper doc as archived. - * - *

This action can be performed or undone by anyone with edit - * permissions to the doc.

- * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

This endpoint will be retired in September 2020. Refer to the Paper - * Migration Guide for more information.

+ * Migration Guide for more information. * * @param docId The Paper doc ID. Must not be {@code null}. * @@ -116,16 +112,14 @@ DocsCreateUploader docsCreate(PaperDocCreateArgs arg) throws DbxException { } /** - * Creates a new Paper doc with the provided content. - * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

This endpoint will be retired in September 2020. Refer to the Paper - * Migration Guide for more information.

+ * Migration Guide for more information. * * @param importFormat The format of provided data. Must not be {@code * null}. @@ -144,16 +138,14 @@ public DocsCreateUploader docsCreate(ImportFormat importFormat) throws DbxExcept } /** - * Creates a new Paper doc with the provided content. - * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

This endpoint will be retired in September 2020. Refer to the Paper - * Migration Guide for more information.

+ * Migration Guide for more information. * * @param importFormat The format of provided data. Must not be {@code * null}. @@ -209,16 +201,16 @@ DbxDownloader docsDownload(PaperDocExport arg, List Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. + * + *

The default values for the optional request parameters will be used. + * See {@link DocsDownloadBuilder} for more details.

* * @param docId The Paper doc ID. Must not be {@code null}. * @param exportFormat Must not be {@code null}. @@ -237,6 +229,37 @@ public DbxDownloader docsDownload(String docId, ExportForm return docsDownload(_arg, Collections.emptyList()); } + /** + * Exports and downloads Paper doc either as HTML or markdown. Note that + * this endpoint will continue to work for content created by users on the + * older version of Paper. To check which version of Paper a user is on, use + * /users/features/get_values. If the paper_as_files feature is enabled, + * then the user is running the new version of Paper. Refer to the Paper + * Migration Guide for migration information. + * + * @param docId The Paper doc ID. Must not be {@code null}. + * @param exportFormat Must not be {@code null}. + * @param includeComments When true, export includes comment threads (e.g. + * markdown footnotes). When false or omitted, body only. Other formats + * may adopt this later; currently only markdown uses it. Plain bool + * (not optional): protoc-gen-godbx does not support proto3 optional + * yet. + * + * @return Downloader used to download the response body and view the server + * response. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + * + * @deprecated + */ + @Deprecated + public DbxDownloader docsDownload(String docId, ExportFormat exportFormat, boolean includeComments) throws DocLookupErrorException, DbxException { + PaperDocExport _arg = new PaperDocExport(docId, exportFormat, includeComments); + return docsDownload(_arg, Collections.emptyList()); + } + /** * Exports and downloads Paper doc either as HTML or markdown. Note that * this endpoint will continue to work for content created by users on the @@ -298,16 +321,13 @@ ListUsersOnFolderResponse docsFolderUsersList(ListUsersOnFolderArgs arg) throws * Lists the users who are explicitly invited to the Paper folder in which * the Paper doc is contained. For private folders all users (including * owner) shared on the folder are listed and for team folders all non-team - * users shared on the folder are returned. - * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * *

The {@code limit} request parameter will default to {@code 1000} (see * {@link #docsFolderUsersList(String,int)}).

@@ -329,16 +349,13 @@ public ListUsersOnFolderResponse docsFolderUsersList(String docId) throws DocLoo * Lists the users who are explicitly invited to the Paper folder in which * the Paper doc is contained. For private folders all users (including * owner) shared on the folder are listed and for team folders all non-team - * users shared on the folder are returned. - * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * @param docId The Paper doc ID. Must not be {@code null}. * @param limit Size limit per batch. The maximum number of users that can @@ -397,16 +414,13 @@ ListUsersOnFolderResponse docsFolderUsersListContinue(ListUsersOnFolderContinueA /** * Once a cursor has been retrieved from {@link * DbxUserPaperRequests#docsFolderUsersList(String,int)}, use this to - * paginate through all users on the Paper folder. - * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * @param docId The Paper doc ID. Must not be {@code null}. * @param cursor The cursor obtained from {@link @@ -433,17 +447,15 @@ public ListUsersOnFolderResponse docsFolderUsersListContinue(String docId, Strin * Retrieves folder information for the given Paper doc. This includes: - * folder sharing policy; permissions for subfolders are set by the * top-level folder. - full 'filepath', i.e. the list of folders (both - * folderId and folderName) from the root folder to the folder directly - * containing the Paper doc. - * - *

If the Paper doc is not in any folder (aka unfiled) the response will - * be empty. Note that this endpoint will continue to work for content - * created by users on the older version of Paper. To check which version of - * Paper a user is on, use /users/features/get_values. If the paper_as_files - * feature is enabled, then the user is running the new version of Paper. - * Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * * @return Metadata about Paper folders containing the specififed Paper doc. @@ -464,26 +476,18 @@ FoldersContainingPaperDoc docsGetFolderInfo(RefPaperDoc arg) throws DocLookupErr } /** - * Retrieves folder information for the given Paper doc. This includes: - * - *

- folder sharing policy; permissions for subfolders are set by the - * top-level folder.

- * - *

- full 'filepath', i.e. the list of folders (both folderId and - * folderName) from the root folder to the folder directly containing the - * Paper doc.

- * - *

If the Paper doc is not in any folder (aka unfiled) the response will - * be empty.

- * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * @param docId The Paper doc ID. Must not be {@code null}. * @@ -500,6 +504,54 @@ public FoldersContainingPaperDoc docsGetFolderInfo(String docId) throws DocLooku return docsGetFolderInfo(_arg); } + // + // route 2/paper/docs/get_metadata + // + + /** + * Returns metadata for a Paper doc or Cloud Doc. + * + * @param arg Argument for retrieving Paper doc metadata. Accepts either a + * legacy Paper doc ID or a Cloud Doc file ID. + * + * @return Metadata returned by docs/get_metadata. + */ + PaperDocGetMetadataResult docsGetMetadata(GetDocMetadataArg arg) throws DocLookupErrorException, DbxException { + try { + return this.client.rpcStyle(this.client.getHost().getApi(), + "2/paper/docs/get_metadata", + arg, + false, + GetDocMetadataArg.Serializer.INSTANCE, + PaperDocGetMetadataResult.Serializer.INSTANCE, + DocLookupError.Serializer.INSTANCE); + } + catch (DbxWrappedException ex) { + throw new DocLookupErrorException("2/paper/docs/get_metadata", ex.getRequestId(), ex.getUserMessage(), (DocLookupError) ex.getErrorValue()); + } + } + + /** + * Returns metadata for a Paper doc or Cloud Doc. + * + * @return Metadata returned by docs/get_metadata. + */ + public PaperDocGetMetadataResult docsGetMetadata() throws DocLookupErrorException, DbxException { + GetDocMetadataArg _arg = new GetDocMetadataArg(); + return docsGetMetadata(_arg); + } + + /** + * Returns metadata for a Paper doc or Cloud Doc. + * + * @return Request builder for configuring request parameters and completing + * the request. + */ + public DocsGetMetadataBuilder docsGetMetadataBuilder() { + GetDocMetadataArg.Builder argBuilder_ = GetDocMetadataArg.newBuilder(); + return new DocsGetMetadataBuilder(this, argBuilder_); + } + // // route 2/paper/docs/list // @@ -534,16 +586,13 @@ ListPaperDocsResponse docsList(ListPaperDocsArgs arg) throws DbxApiException, Db /** * Return the list of all Paper docs according to the argument * specifications. To iterate over through the full pagination, pass the - * cursor to {@link DbxUserPaperRequests#docsListContinue(String)}. - * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * *

The default values for the optional request parameters will be used. * See {@link DocsListBuilder} for more details.

@@ -612,16 +661,13 @@ ListPaperDocsResponse docsListContinue(ListPaperDocsContinueArgs arg) throws Lis /** * Once a cursor has been retrieved from {@link * DbxUserPaperRequests#docsList}, use this to paginate through all Paper - * doc. - * - *

Note that this endpoint will continue to work for content created by + * doc. Note that this endpoint will continue to work for content created by * users on the older version of Paper. To check which version of Paper a * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * @param cursor The cursor obtained from {@link * DbxUserPaperRequests#docsList} or {@link @@ -672,18 +718,14 @@ void docsPermanentlyDelete(RefPaperDoc arg) throws DocLookupErrorException, DbxE /** * Permanently deletes the given Paper doc. This operation is final as the - * doc cannot be recovered. - * - *

This action can be performed only by the doc owner.

- * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a + * doc cannot be recovered. This action can be performed only by the doc + * owner. Note that this endpoint will continue to work for content created + * by users on the older version of Paper. To check which version of Paper a * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * @param docId The Paper doc ID. Must not be {@code null}. * @@ -730,16 +772,13 @@ SharingPolicy docsSharingPolicyGet(RefPaperDoc arg) throws DocLookupErrorExcepti } /** - * Gets the default sharing policy for the given Paper doc. - * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * @param docId The Paper doc ID. Must not be {@code null}. * @@ -792,20 +831,15 @@ void docsSharingPolicySet(PaperDocSharingPolicy arg) throws DocLookupErrorExcept /** * Sets the default sharing policy for the given Paper doc. The default * 'team_sharing_policy' can be changed only by teams, omit this field for - * personal accounts. - * - *

The 'public_sharing_policy' policy can't be set to the value - * 'disabled' because this setting can be changed only via the team admin - * console.

- * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * @param docId The Paper doc ID. Must not be {@code null}. * @param sharingPolicy The default sharing policy to be set for the Paper @@ -849,16 +883,14 @@ DocsUpdateUploader docsUpdate(PaperDocUpdateArgs arg) throws DbxException { } /** - * Updates an existing Paper doc with the provided content. - * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

This endpoint will be retired in September 2020. Refer to the Paper - * Migration Guide for more information.

+ * Migration Guide for more information. * * @param docId The Paper doc ID. Must not be {@code null}. * @param docUpdatePolicy The policy used for the current update call. Must @@ -915,18 +947,14 @@ List docsUsersAdd(AddPaperDocUser arg) throws DocLo /** * Allows an owner or editor to add users to a Paper doc or change their - * permissions using their email address or Dropbox account ID. - * - *

The doc owner's permissions cannot be changed.

- * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * *

The default values for the optional request parameters will be used. * See {@link DocsUsersAddBuilder} for more details.

@@ -1013,19 +1041,15 @@ ListUsersOnPaperDocResponse docsUsersList(ListUsersOnPaperDocArgs arg) throws Do /** * Lists all users who visited the Paper doc or users with explicit access. * This call excludes users who have been removed. The list is sorted by the - * date of the visit or the share date. - * - *

The list will include both users, the explicitly shared ones as well - * as those who came in using the Paper url link.

- * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * *

The default values for the optional request parameters will be used. * See {@link DocsUsersListBuilder} for more details.

@@ -1106,16 +1130,13 @@ ListUsersOnPaperDocResponse docsUsersListContinue(ListUsersOnPaperDocContinueArg /** * Once a cursor has been retrieved from {@link * DbxUserPaperRequests#docsUsersList(String)}, use this to paginate through - * all users on the Paper doc. - * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * @param docId The Paper doc ID. Must not be {@code null}. * @param cursor The cursor obtained from {@link @@ -1167,18 +1188,14 @@ void docsUsersRemove(RemovePaperDocUser arg) throws DocLookupErrorException, Dbx /** * Allows an owner or editor to remove users from a Paper doc using their - * email address or Dropbox account ID. - * - *

The doc owner cannot be removed.

- * - *

Note that this endpoint will continue to work for content created by + * email address or Dropbox account ID. The doc owner cannot be removed. + * Note that this endpoint will continue to work for content created by * users on the older version of Paper. To check which version of Paper a * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * @param docId The Paper doc ID. Must not be {@code null}. * @param member User which should be removed from the Paper doc. Specify @@ -1225,16 +1242,13 @@ PaperFolderCreateResult foldersCreate(PaperFolderCreateArg arg) throws PaperFold } /** - * Create a new Paper folder with the provided info. - * - *

Note that this endpoint will continue to work for content created by - * users on the older version of Paper. To check which version of Paper a - * user is on, use /users/features/get_values. If the paper_as_files feature - * is enabled, then the user is running the new version of Paper.

- * - *

Refer to the Paper - * Migration Guide for migration information.

+ * Migration Guide for migration information. * * @param name The name of the new Paper folder. Must not be {@code null}. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocLookupError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocLookupError.java index 61ac0f632..e53260995 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocLookupError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocLookupError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum DocLookupError { - // union paper.DocLookupError (paper.stone) + // union paper.DocLookupError (paper_apiv2_paper_types.stone) /** * Your account does not have permissions to perform this action. This may * be due to it only having access to Paper as files in the Dropbox diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocLookupErrorException.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocLookupErrorException.java index 3dcafbd25..7b8cdfd66 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocLookupErrorException.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocLookupErrorException.java @@ -12,9 +12,10 @@ * *

This exception is raised by {@link * DbxUserPaperRequests#docsArchive(String)}, {@link - * DbxUserPaperRequests#docsDownload(String,ExportFormat)}, {@link + * DbxUserPaperRequests#docsDownload(String,ExportFormat,boolean)}, {@link * DbxUserPaperRequests#docsFolderUsersList(String,int)}, {@link * DbxUserPaperRequests#docsGetFolderInfo(String)}, {@link + * DbxUserPaperRequests#docsGetMetadata}, {@link * DbxUserPaperRequests#docsPermanentlyDelete(String)}, {@link * DbxUserPaperRequests#docsSharingPolicyGet(String)}, {@link * DbxUserPaperRequests#docsSharingPolicySet(String,SharingPolicy)}, {@link @@ -29,6 +30,7 @@ public class DocLookupErrorException extends DbxApiException { // 2/paper/docs/download // 2/paper/docs/folder_users/list // 2/paper/docs/get_folder_info + // 2/paper/docs/get_metadata // 2/paper/docs/permanently_delete // 2/paper/docs/sharing_policy/get // 2/paper/docs/sharing_policy/set @@ -40,9 +42,10 @@ public class DocLookupErrorException extends DbxApiException { /** * The error reported by {@link DbxUserPaperRequests#docsArchive(String)}, - * {@link DbxUserPaperRequests#docsDownload(String,ExportFormat)}, {@link - * DbxUserPaperRequests#docsFolderUsersList(String,int)}, {@link + * {@link DbxUserPaperRequests#docsDownload(String,ExportFormat,boolean)}, + * {@link DbxUserPaperRequests#docsFolderUsersList(String,int)}, {@link * DbxUserPaperRequests#docsGetFolderInfo(String)}, {@link + * DbxUserPaperRequests#docsGetMetadata}, {@link * DbxUserPaperRequests#docsPermanentlyDelete(String)}, {@link * DbxUserPaperRequests#docsSharingPolicyGet(String)}, {@link * DbxUserPaperRequests#docsSharingPolicySet(String,SharingPolicy)}, {@link diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocsDownloadBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocsDownloadBuilder.java index 8b257ffd8..132a4e0b9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocsDownloadBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocsDownloadBuilder.java @@ -18,6 +18,7 @@ public class DocsDownloadBuilder extends DbxDownloadStyleBuilder If left unset or set to {@code null}, defaults to {@code false}.

+ * + * @param includeComments When true, export includes comment threads (e.g. + * markdown footnotes). When false or omitted, body only. Other formats + * may adopt this later; currently only markdown uses it. Plain bool + * (not optional): protoc-gen-godbx does not support proto3 optional + * yet. Defaults to {@code false} when set to {@code null}. + * + * @return this builder + */ + public DocsDownloadBuilder withIncludeComments(Boolean includeComments) { + if (includeComments != null) { + this.includeComments = includeComments; + } + else { + this.includeComments = false; + } + return this; } @Override @SuppressWarnings("deprecation") public DbxDownloader start() throws DocLookupErrorException, DbxException { - PaperDocExport arg_ = new PaperDocExport(docId, exportFormat); + PaperDocExport arg_ = new PaperDocExport(docId, exportFormat, includeComments); return _client.docsDownload(arg_, getHeaders()); } } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocsListBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocsListBuilder.java index 1199c075e..c7bc8f952 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocsListBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/DocsListBuilder.java @@ -5,6 +5,9 @@ import com.dropbox.core.DbxApiException; import com.dropbox.core.DbxException; +import com.dropbox.core.util.LangUtil; + +import java.util.Date; /** * The request builder returned by {@link DbxUserPaperRequests#docsListBuilder}. @@ -116,6 +119,19 @@ public DocsListBuilder withLimit(Integer limit) { return this; } + /** + * Set value for optional field. + * + * @param stopAtDate Do not return results beyond this date. Behavior + * depends on sort order. + * + * @return this builder + */ + public DocsListBuilder withStopAtDate(Date stopAtDate) { + this._builder.withStopAtDate(stopAtDate); + return this; + } + /** * Issues the request. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ExportFormat.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ExportFormat.java index c8fd654ef..f374f4df5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ExportFormat.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ExportFormat.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -20,7 +20,7 @@ * The desired export format of the Paper doc. */ public enum ExportFormat { - // union paper.ExportFormat (paper.stone) + // union paper.ExportFormat (paper_apiv2_paper_types.stone) /** * The HTML export format. */ @@ -29,6 +29,10 @@ public enum ExportFormat { * The markdown export format. */ MARKDOWN, + /** + * Doc metadata JSON export format. + */ + JSON, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -55,6 +59,10 @@ public void serialize(ExportFormat value, JsonGenerator g) throws IOException, J g.writeString("markdown"); break; } + case JSON: { + g.writeString("json"); + break; + } default: { g.writeString("other"); } @@ -85,6 +93,9 @@ else if ("html".equals(tag)) { else if ("markdown".equals(tag)) { value = ExportFormat.MARKDOWN; } + else if ("json".equals(tag)) { + value = ExportFormat.JSON; + } else { value = ExportFormat.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/Folder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/Folder.java index 97466d58a..284b80120 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/Folder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/Folder.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -22,7 +22,7 @@ * Data structure representing a Paper folder. */ public class Folder { - // struct paper.Folder (paper.stone) + // struct paper.Folder (paper_apiv2_paper_types.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/FolderSharingPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/FolderSharingPolicyType.java index 48f10aaaf..7354513c9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/FolderSharingPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/FolderSharingPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -21,7 +21,7 @@ * inherited from the root folder. */ public enum FolderSharingPolicyType { - // union paper.FolderSharingPolicyType (paper.stone) + // union paper.FolderSharingPolicyType (paper_apiv2_paper_types.stone) /** * Everyone in your team and anyone directly invited can access this folder. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/FoldersContainingPaperDoc.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/FoldersContainingPaperDoc.java index 1414b4084..b0ca70092 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/FoldersContainingPaperDoc.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/FoldersContainingPaperDoc.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -24,7 +24,7 @@ * Metadata about Paper folders containing the specififed Paper doc. */ public class FoldersContainingPaperDoc { - // struct paper.FoldersContainingPaperDoc (paper.stone) + // struct paper.FoldersContainingPaperDoc (paper_apiv2_paper_types.stone) @Nullable protected final FolderSharingPolicyType folderSharingPolicyType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ImportFormat.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ImportFormat.java index 6a80e1563..44e5d33cf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ImportFormat.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ImportFormat.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -20,7 +20,7 @@ * The import format of the incoming data. */ public enum ImportFormat { - // union paper.ImportFormat (paper.stone) + // union paper.ImportFormat (paper_apiv2_paper_types.stone) /** * The provided data is interpreted as standard HTML. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/InviteeInfoWithPermissionLevel.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/InviteeInfoWithPermissionLevel.java index 5e1befdcb..d925dffaa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/InviteeInfoWithPermissionLevel.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/InviteeInfoWithPermissionLevel.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class InviteeInfoWithPermissionLevel { - // struct paper.InviteeInfoWithPermissionLevel (paper.stone) + // struct paper.InviteeInfoWithPermissionLevel (paper_apiv2_paper_types.stone) @Nonnull protected final InviteeInfo invitee; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListDocsCursorError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListDocsCursorError.java index 7ffeb337f..f7f9dec1b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListDocsCursorError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListDocsCursorError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -27,7 +27,7 @@ * will be used.

*/ public final class ListDocsCursorError { - // union paper.ListDocsCursorError (paper.stone) + // union paper.ListDocsCursorError (paper_apiv2_paper_types.stone) /** * Discriminating tag type for {@link ListDocsCursorError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsArgs.java index 523231465..faf997679 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsArgs.java @@ -1,11 +1,12 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; import com.dropbox.core.stone.StoneDeserializerLogger; import com.dropbox.core.stone.StoneSerializers; import com.dropbox.core.stone.StructSerializer; +import com.dropbox.core.util.LangUtil; import com.fasterxml.jackson.core.JsonGenerationException; import com.fasterxml.jackson.core.JsonGenerator; @@ -15,11 +16,13 @@ import java.io.IOException; import java.util.Arrays; +import java.util.Date; import javax.annotation.Nonnull; +import javax.annotation.Nullable; class ListPaperDocsArgs { - // struct paper.ListPaperDocsArgs (paper.stone) + // struct paper.ListPaperDocsArgs (paper_apiv2_paper_types.stone) @Nonnull protected final ListPaperDocsFilterBy filterBy; @@ -28,6 +31,8 @@ class ListPaperDocsArgs { @Nonnull protected final ListPaperDocsSortOrder sortOrder; protected final int limit; + @Nullable + protected final Date stopAtDate; /** * Use {@link newBuilder} to create instances of this class without @@ -43,11 +48,13 @@ class ListPaperDocsArgs { * be retrieved per batch is 1000. Higher value results in invalid * arguments error. Must be greater than or equal to 1 and be less than * or equal to 1000. + * @param stopAtDate Do not return results beyond this date. Behavior + * depends on sort order. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public ListPaperDocsArgs(@Nonnull ListPaperDocsFilterBy filterBy, @Nonnull ListPaperDocsSortBy sortBy, @Nonnull ListPaperDocsSortOrder sortOrder, int limit) { + public ListPaperDocsArgs(@Nonnull ListPaperDocsFilterBy filterBy, @Nonnull ListPaperDocsSortBy sortBy, @Nonnull ListPaperDocsSortOrder sortOrder, int limit, @Nullable Date stopAtDate) { if (filterBy == null) { throw new IllegalArgumentException("Required value for 'filterBy' is null"); } @@ -67,6 +74,7 @@ public ListPaperDocsArgs(@Nonnull ListPaperDocsFilterBy filterBy, @Nonnull ListP throw new IllegalArgumentException("Number 'limit' is larger than 1000"); } this.limit = limit; + this.stopAtDate = LangUtil.truncateMillis(stopAtDate); } /** @@ -75,7 +83,7 @@ public ListPaperDocsArgs(@Nonnull ListPaperDocsFilterBy filterBy, @Nonnull ListP *

The default values for unset fields will be used.

*/ public ListPaperDocsArgs() { - this(ListPaperDocsFilterBy.DOCS_ACCESSED, ListPaperDocsSortBy.ACCESSED, ListPaperDocsSortOrder.ASCENDING, 1000); + this(ListPaperDocsFilterBy.DOCS_ACCESSED, ListPaperDocsSortBy.ACCESSED, ListPaperDocsSortOrder.ASCENDING, 1000, null); } /** @@ -122,6 +130,16 @@ public int getLimit() { return limit; } + /** + * Do not return results beyond this date. Behavior depends on sort order. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Date getStopAtDate() { + return stopAtDate; + } + /** * Returns a new builder for creating an instance of this class. * @@ -140,12 +158,14 @@ public static class Builder { protected ListPaperDocsSortBy sortBy; protected ListPaperDocsSortOrder sortOrder; protected int limit; + protected Date stopAtDate; protected Builder() { this.filterBy = ListPaperDocsFilterBy.DOCS_ACCESSED; this.sortBy = ListPaperDocsSortBy.ACCESSED; this.sortOrder = ListPaperDocsSortOrder.ASCENDING; this.limit = 1000; + this.stopAtDate = null; } /** @@ -256,6 +276,19 @@ public Builder withLimit(Integer limit) { return this; } + /** + * Set value for optional field. + * + * @param stopAtDate Do not return results beyond this date. Behavior + * depends on sort order. + * + * @return this builder + */ + public Builder withStopAtDate(Date stopAtDate) { + this.stopAtDate = LangUtil.truncateMillis(stopAtDate); + return this; + } + /** * Builds an instance of {@link ListPaperDocsArgs} configured with this * builder's values @@ -263,7 +296,7 @@ public Builder withLimit(Integer limit) { * @return new instance of {@link ListPaperDocsArgs} */ public ListPaperDocsArgs build() { - return new ListPaperDocsArgs(filterBy, sortBy, sortOrder, limit); + return new ListPaperDocsArgs(filterBy, sortBy, sortOrder, limit, stopAtDate); } } @@ -273,7 +306,8 @@ public int hashCode() { this.filterBy, this.sortBy, this.sortOrder, - this.limit + this.limit, + this.stopAtDate }); return hash; } @@ -293,6 +327,7 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.sortBy == other.sortBy) || (this.sortBy.equals(other.sortBy))) && ((this.sortOrder == other.sortOrder) || (this.sortOrder.equals(other.sortOrder))) && (this.limit == other.limit) + && ((this.stopAtDate == other.stopAtDate) || (this.stopAtDate != null && this.stopAtDate.equals(other.stopAtDate))) ; } else { @@ -336,6 +371,10 @@ public void serialize(ListPaperDocsArgs value, JsonGenerator g, boolean collapse ListPaperDocsSortOrder.Serializer.INSTANCE.serialize(value.sortOrder, g); g.writeFieldName("limit"); StoneSerializers.int32().serialize(value.limit, g); + if (value.stopAtDate != null) { + g.writeFieldName("stop_at_date"); + StoneSerializers.nullable(StoneSerializers.timestamp()).serialize(value.stopAtDate, g); + } if (!collapse) { g.writeEndObject(); } @@ -354,6 +393,7 @@ public ListPaperDocsArgs deserialize(JsonParser p, boolean collapsed) throws IOE ListPaperDocsSortBy f_sortBy = ListPaperDocsSortBy.ACCESSED; ListPaperDocsSortOrder f_sortOrder = ListPaperDocsSortOrder.ASCENDING; Integer f_limit = 1000; + Date f_stopAtDate = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -369,11 +409,14 @@ else if ("sort_order".equals(field)) { else if ("limit".equals(field)) { f_limit = StoneSerializers.int32().deserialize(p); } + else if ("stop_at_date".equals(field)) { + f_stopAtDate = StoneSerializers.nullable(StoneSerializers.timestamp()).deserialize(p); + } else { skipValue(p); } } - value = new ListPaperDocsArgs(f_filterBy, f_sortBy, f_sortOrder, f_limit); + value = new ListPaperDocsArgs(f_filterBy, f_sortBy, f_sortOrder, f_limit, f_stopAtDate); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsContinueArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsContinueArgs.java index 4a8d45ff3..57eddef14 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsContinueArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsContinueArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListPaperDocsContinueArgs { - // struct paper.ListPaperDocsContinueArgs (paper.stone) + // struct paper.ListPaperDocsContinueArgs (paper_apiv2_paper_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsFilterBy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsFilterBy.java index 23f5f2303..a36386393 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsFilterBy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsFilterBy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ListPaperDocsFilterBy { - // union paper.ListPaperDocsFilterBy (paper.stone) + // union paper.ListPaperDocsFilterBy (paper_apiv2_paper_types.stone) /** * Fetches all Paper doc IDs that the user has ever accessed. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsResponse.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsResponse.java index 4150b62fb..349cfdc46 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsResponse.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsResponse.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class ListPaperDocsResponse { - // struct paper.ListPaperDocsResponse (paper.stone) + // struct paper.ListPaperDocsResponse (paper_apiv2_paper_types.stone) @Nonnull protected final List docIds; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsSortBy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsSortBy.java index 47001c805..c47774e05 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsSortBy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsSortBy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ListPaperDocsSortBy { - // union paper.ListPaperDocsSortBy (paper.stone) + // union paper.ListPaperDocsSortBy (paper_apiv2_paper_types.stone) /** * Sorts the Paper docs by the time they were last accessed. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsSortOrder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsSortOrder.java index 69bbefa76..9c4668c64 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsSortOrder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListPaperDocsSortOrder.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ListPaperDocsSortOrder { - // union paper.ListPaperDocsSortOrder (paper.stone) + // union paper.ListPaperDocsSortOrder (paper_apiv2_paper_types.stone) /** * Sorts the search result in ascending order. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersCursorError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersCursorError.java index c395be5f0..6e5371f3d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersCursorError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersCursorError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class ListUsersCursorError { - // union paper.ListUsersCursorError (paper.stone) + // union paper.ListUsersCursorError (paper_apiv2_paper_types.stone) /** * Discriminating tag type for {@link ListUsersCursorError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderArgs.java index b9f695763..96f92dc00 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListUsersOnFolderArgs extends RefPaperDoc { - // struct paper.ListUsersOnFolderArgs (paper.stone) + // struct paper.ListUsersOnFolderArgs (paper_apiv2_paper_types.stone) protected final int limit; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderContinueArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderContinueArgs.java index 01749c090..15cdeba6f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderContinueArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderContinueArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListUsersOnFolderContinueArgs extends RefPaperDoc { - // struct paper.ListUsersOnFolderContinueArgs (paper.stone) + // struct paper.ListUsersOnFolderContinueArgs (paper_apiv2_paper_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderResponse.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderResponse.java index c7468b281..4e8e26466 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderResponse.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnFolderResponse.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -22,7 +22,7 @@ import javax.annotation.Nonnull; public class ListUsersOnFolderResponse { - // struct paper.ListUsersOnFolderResponse (paper.stone) + // struct paper.ListUsersOnFolderResponse (paper_apiv2_paper_types.stone) @Nonnull protected final List invitees; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocArgs.java index 3319dd3bc..455e9ddd8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListUsersOnPaperDocArgs extends RefPaperDoc { - // struct paper.ListUsersOnPaperDocArgs (paper.stone) + // struct paper.ListUsersOnPaperDocArgs (paper_apiv2_paper_types.stone) protected final int limit; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocContinueArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocContinueArgs.java index 40846d3b2..9ef3859b8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocContinueArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocContinueArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListUsersOnPaperDocContinueArgs extends RefPaperDoc { - // struct paper.ListUsersOnPaperDocContinueArgs (paper.stone) + // struct paper.ListUsersOnPaperDocContinueArgs (paper_apiv2_paper_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocResponse.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocResponse.java index 74a61936f..5d8417dff 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocResponse.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/ListUsersOnPaperDocResponse.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -21,7 +21,7 @@ import javax.annotation.Nonnull; public class ListUsersOnPaperDocResponse { - // struct paper.ListUsersOnPaperDocResponse (paper.stone) + // struct paper.ListUsersOnPaperDocResponse (paper_apiv2_paper_types.stone) @Nonnull protected final List invitees; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperApiCursorError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperApiCursorError.java index 49eb41eba..75c08ce48 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperApiCursorError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperApiCursorError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperApiCursorError { - // union paper.PaperApiCursorError (paper.stone) + // union paper.PaperApiCursorError (paper_apiv2_paper_types.stone) /** * The provided cursor is expired. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateArgs.java index dfe92c2ac..e3831b20b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class PaperDocCreateArgs { - // struct paper.PaperDocCreateArgs (paper.stone) + // struct paper.PaperDocCreateArgs (paper_apiv2_paper_types.stone) @Nullable protected final String parentFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateError.java index b9219da0c..cf4f1f4f5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperDocCreateError { - // union paper.PaperDocCreateError (paper.stone) + // union paper.PaperDocCreateError (paper_apiv2_paper_types.stone) /** * Your account does not have permissions to perform this action. This may * be due to it only having access to Paper as files in the Dropbox diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateUpdateResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateUpdateResult.java index 0e98eda83..4ca803e51 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateUpdateResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocCreateUpdateResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocCreateUpdateResult { - // struct paper.PaperDocCreateUpdateResult (paper.stone) + // struct paper.PaperDocCreateUpdateResult (paper_apiv2_paper_types.stone) @Nonnull protected final String docId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocExport.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocExport.java index 63fe94d50..121793dde 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocExport.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocExport.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,25 +19,47 @@ import javax.annotation.Nonnull; class PaperDocExport extends RefPaperDoc { - // struct paper.PaperDocExport (paper.stone) + // struct paper.PaperDocExport (paper_apiv2_paper_types.stone) @Nonnull protected final ExportFormat exportFormat; + protected final boolean includeComments; /** * * @param docId The Paper doc ID. Must not be {@code null}. * @param exportFormat Must not be {@code null}. + * @param includeComments When true, export includes comment threads (e.g. + * markdown footnotes). When false or omitted, body only. Other formats + * may adopt this later; currently only markdown uses it. Plain bool + * (not optional): protoc-gen-godbx does not support proto3 optional + * yet. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public PaperDocExport(@Nonnull String docId, @Nonnull ExportFormat exportFormat) { + public PaperDocExport(@Nonnull String docId, @Nonnull ExportFormat exportFormat, boolean includeComments) { super(docId); if (exportFormat == null) { throw new IllegalArgumentException("Required value for 'exportFormat' is null"); } this.exportFormat = exportFormat; + this.includeComments = includeComments; + } + + /** + * None + * + *

The default values for unset fields will be used.

+ * + * @param docId The Paper doc ID. Must not be {@code null}. + * @param exportFormat Must not be {@code null}. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public PaperDocExport(@Nonnull String docId, @Nonnull ExportFormat exportFormat) { + this(docId, exportFormat, false); } /** @@ -59,10 +81,24 @@ public ExportFormat getExportFormat() { return exportFormat; } + /** + * When true, export includes comment threads (e.g. markdown footnotes). + * When false or omitted, body only. Other formats may adopt this later; + * currently only markdown uses it. Plain bool (not optional): + * protoc-gen-godbx does not support proto3 optional yet. + * + * @return value for this field, or {@code null} if not present. Defaults to + * false. + */ + public boolean getIncludeComments() { + return includeComments; + } + @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { - this.exportFormat + this.exportFormat, + this.includeComments }); hash = (31 * super.hashCode()) + hash; return hash; @@ -81,6 +117,7 @@ else if (obj.getClass().equals(this.getClass())) { PaperDocExport other = (PaperDocExport) obj; return ((this.docId == other.docId) || (this.docId.equals(other.docId))) && ((this.exportFormat == other.exportFormat) || (this.exportFormat.equals(other.exportFormat))) + && (this.includeComments == other.includeComments) ; } else { @@ -120,6 +157,8 @@ public void serialize(PaperDocExport value, JsonGenerator g, boolean collapse) t StoneSerializers.string().serialize(value.docId, g); g.writeFieldName("export_format"); ExportFormat.Serializer.INSTANCE.serialize(value.exportFormat, g); + g.writeFieldName("include_comments"); + StoneSerializers.boolean_().serialize(value.includeComments, g); if (!collapse) { g.writeEndObject(); } @@ -136,6 +175,7 @@ public PaperDocExport deserialize(JsonParser p, boolean collapsed) throws IOExce if (tag == null) { String f_docId = null; ExportFormat f_exportFormat = null; + Boolean f_includeComments = false; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -145,6 +185,9 @@ public PaperDocExport deserialize(JsonParser p, boolean collapsed) throws IOExce else if ("export_format".equals(field)) { f_exportFormat = ExportFormat.Serializer.INSTANCE.deserialize(p); } + else if ("include_comments".equals(field)) { + f_includeComments = StoneSerializers.boolean_().deserialize(p); + } else { skipValue(p); } @@ -155,7 +198,7 @@ else if ("export_format".equals(field)) { if (f_exportFormat == null) { throw new JsonParseException(p, "Required field \"export_format\" missing."); } - value = new PaperDocExport(f_docId, f_exportFormat); + value = new PaperDocExport(f_docId, f_exportFormat, f_includeComments); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocExportResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocExportResult.java index ea6d3550e..014f3454d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocExportResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocExportResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocExportResult { - // struct paper.PaperDocExportResult (paper.stone) + // struct paper.PaperDocExportResult (paper_apiv2_paper_types.stone) @Nonnull protected final String owner; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocPermissionLevel.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocPermissionLevel.java index d87da5925..e89717fdb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocPermissionLevel.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocPermissionLevel.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperDocPermissionLevel { - // union paper.PaperDocPermissionLevel (paper.stone) + // union paper.PaperDocPermissionLevel (paper_apiv2_paper_types.stone) /** * User will be granted edit permissions. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocSharingPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocSharingPolicy.java index 7bec22385..3dc799adb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocSharingPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocSharingPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class PaperDocSharingPolicy extends RefPaperDoc { - // struct paper.PaperDocSharingPolicy (paper.stone) + // struct paper.PaperDocSharingPolicy (paper_apiv2_paper_types.stone) @Nonnull protected final SharingPolicy sharingPolicy; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdateArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdateArgs.java index 09d83d329..493e8fd2e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdateArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdateArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class PaperDocUpdateArgs extends RefPaperDoc { - // struct paper.PaperDocUpdateArgs (paper.stone) + // struct paper.PaperDocUpdateArgs (paper_apiv2_paper_types.stone) @Nonnull protected final PaperDocUpdatePolicy docUpdatePolicy; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdateError.java index 4f942c44a..afa8b05e8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperDocUpdateError { - // union paper.PaperDocUpdateError (paper.stone) + // union paper.PaperDocUpdateError (paper_apiv2_paper_types.stone) /** * Your account does not have permissions to perform this action. This may * be due to it only having access to Paper as files in the Dropbox diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdatePolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdatePolicy.java index 60ee811ea..430f469b6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdatePolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperDocUpdatePolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperDocUpdatePolicy { - // union paper.PaperDocUpdatePolicy (paper.stone) + // union paper.PaperDocUpdatePolicy (paper_apiv2_paper_types.stone) /** * The content will be appended to the doc. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateArg.java index 78f35d68d..fe3c16590 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class PaperFolderCreateArg { - // struct paper.PaperFolderCreateArg (paper.stone) + // struct paper.PaperFolderCreateArg (paper_apiv2_paper_types.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateError.java index 3d5813355..a822db674 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperFolderCreateError { - // union paper.PaperFolderCreateError (paper.stone) + // union paper.PaperFolderCreateError (paper_apiv2_paper_types.stone) /** * Your account does not have permissions to perform this action. This may * be due to it only having access to Paper as files in the Dropbox diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateResult.java index da9030033..05c8bef7a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/PaperFolderCreateResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperFolderCreateResult { - // struct paper.PaperFolderCreateResult (paper.stone) + // struct paper.PaperFolderCreateResult (paper_apiv2_paper_types.stone) @Nonnull protected final String folderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/RefPaperDoc.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/RefPaperDoc.java index fd8998445..8ec2bc85e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/RefPaperDoc.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/RefPaperDoc.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class RefPaperDoc { - // struct paper.RefPaperDoc (paper.stone) + // struct paper.RefPaperDoc (paper_apiv2_paper_types.stone) @Nonnull protected final String docId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/RemovePaperDocUser.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/RemovePaperDocUser.java index 82f4a0ebf..bd1a229d7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/RemovePaperDocUser.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/RemovePaperDocUser.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RemovePaperDocUser extends RefPaperDoc { - // struct paper.RemovePaperDocUser (paper.stone) + // struct paper.RemovePaperDocUser (paper_apiv2_paper_types.stone) @Nonnull protected final MemberSelector member; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingPolicy.java index 631326935..6cc857773 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -23,7 +23,7 @@ * Sharing policy of Paper doc. */ public class SharingPolicy { - // struct paper.SharingPolicy (paper.stone) + // struct paper.SharingPolicy (paper_apiv2_paper_types.stone) @Nullable protected final SharingPublicPolicyType publicSharingPolicy; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingPublicPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingPublicPolicyType.java index d2b9e55da..79baf23e0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingPublicPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingPublicPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SharingPublicPolicyType { - // union paper.SharingPublicPolicyType (paper.stone) + // union paper.SharingPublicPolicyType (paper_apiv2_paper_types.stone) /** * Users who have a link to this doc can edit it. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingTeamPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingTeamPolicyType.java index d2f71a2a5..d413f6053 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingTeamPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/SharingTeamPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -20,7 +20,7 @@ * The sharing policy type of the Paper doc. */ public enum SharingTeamPolicyType { - // union paper.SharingTeamPolicyType (paper.stone) + // union paper.SharingTeamPolicyType (paper_apiv2_paper_types.stone) /** * Users who have a link to this doc can edit it. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/UserInfoWithPermissionLevel.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/UserInfoWithPermissionLevel.java index fd3b8230e..a1c1faf6c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/UserInfoWithPermissionLevel.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/UserInfoWithPermissionLevel.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class UserInfoWithPermissionLevel { - // struct paper.UserInfoWithPermissionLevel (paper.stone) + // struct paper.UserInfoWithPermissionLevel (paper_apiv2_paper_types.stone) @Nonnull protected final UserInfo user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/UserOnPaperDocFilter.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/UserOnPaperDocFilter.java index e1c19c5e0..475dc7e44 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/UserOnPaperDocFilter.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/UserOnPaperDocFilter.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from paper.stone */ +/* This file was generated from paper_apiv2_paper_types.stone */ package com.dropbox.core.v2.paper; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum UserOnPaperDocFilter { - // union paper.UserOnPaperDocFilter (paper.stone) + // union paper.UserOnPaperDocFilter (paper_apiv2_paper_types.stone) /** * all users who have visited the Paper doc. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/package-info.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/package-info.java index 5b9756093..b3bfbfb6a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/package-info.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/paper/package-info.java @@ -6,9 +6,12 @@ * folders in Dropbox Paper. New Paper users will see docs they create in their * filesystem as '.paper' files alongside their other Dropbox content. The * /paper endpoints are being deprecated and you'll need to use /files and - * /sharing endpoints to interact with their Paper content. Read more in the Paper - * Migration Guide. + * /sharing endpoints to interact with their Paper content. This namespace + * contains endpoints and data types for managing docs and folders in Dropbox + * Paper. New Paper users will see docs they create in their filesystem as + * '.paper' files alongside their other Dropbox content. The /paper endpoints + * are being deprecated and you'll need to use /files and /sharing endpoints to + * interact with their Paper content. * *

See {@link com.dropbox.core.v2.paper.DbxUserPaperRequests} for a list of * possible requests for this namespace.

diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/secondaryemails/SecondaryEmail.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/secondaryemails/SecondaryEmail.java index 14b522964..f1610fcf7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/secondaryemails/SecondaryEmail.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/secondaryemails/SecondaryEmail.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from secondary_emails.stone */ +/* This file was generated from secondary_emails_secondary_emails.stone */ package com.dropbox.core.v2.secondaryemails; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class SecondaryEmail { - // struct secondary_emails.SecondaryEmail (secondary_emails.stone) + // struct secondary_emails.SecondaryEmail (secondary_emails_secondary_emails.stone) @Nonnull protected final String email; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/seenstate/PlatformType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/seenstate/PlatformType.java index 7afb874ce..a5f0d08b4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/seenstate/PlatformType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/seenstate/PlatformType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from seen_state.stone */ +/* This file was generated from seen_state_apiv2_seen_state.stone */ package com.dropbox.core.v2.seenstate; @@ -20,7 +20,7 @@ * Possible platforms on which a user may view content. */ public enum PlatformType { - // union seen_state.PlatformType (seen_state.stone) + // union seen_state.PlatformType (seen_state_apiv2_seen_state.stone) /** * The content was viewed on the web. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AccessInheritance.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AccessInheritance.java index d340c2991..0750ced23 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AccessInheritance.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AccessInheritance.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ * Information about the inheritance policy of a shared folder. */ public enum AccessInheritance { - // union sharing.AccessInheritance (sharing_folders.stone) + // union sharing.AccessInheritance (sharing_apiv2_sharing_folders_types.stone) /** * The shared folder inherits its members from the parent folder. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AccessLevel.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AccessLevel.java index 4686db118..798458589 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AccessLevel.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AccessLevel.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_common_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ * Defines the access levels for collaborators. */ public enum AccessLevel { - // union sharing.AccessLevel (sharing_folders.stone) + // union sharing.AccessLevel (sharing_apiv2_sharing_common_types.stone) /** * The collaborator is the owner of the shared folder. Owners can view and * edit the shared folder as well as set the folder's policies using {@link diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AclUpdatePolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AclUpdatePolicy.java index 6df1f77a8..314429565 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AclUpdatePolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AclUpdatePolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_base.stone */ package com.dropbox.core.v2.sharing; @@ -21,7 +21,7 @@ * who can add, remove, or change the privileges of members. */ public enum AclUpdatePolicy { - // union sharing.AclUpdatePolicy (sharing_folders.stone) + // union sharing.AclUpdatePolicy (sharing_apiv2_sharing_folders_base.stone) /** * Only the owner can update the ACL. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberArgs.java index 372f2c7ec..dec9b71db 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * Arguments for {@link DbxUserSharingRequests#addFileMember(String,List)}. */ class AddFileMemberArgs { - // struct sharing.AddFileMemberArgs (sharing_files.stone) + // struct sharing.AddFileMemberArgs (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String file; @@ -34,9 +34,11 @@ class AddFileMemberArgs { @Nullable protected final String customMessage; protected final boolean quiet; - @Nonnull + @Nullable protected final AccessLevel accessLevel; protected final boolean addMessageAsComment; + @Nullable + protected final String fpSealedResult; /** * Arguments for {@link DbxUserSharingRequests#addFileMember(String,List)}. @@ -57,14 +59,15 @@ class AddFileMemberArgs { * @param quiet Whether added members should be notified via email and * device notifications of their invitation. * @param accessLevel AccessLevel union object, describing what access - * level we want to give new members. Must not be {@code null}. + * level we want to give new members. * @param addMessageAsComment If the custom message should be added as a - * comment on the file. + * comment on the file. Only meant for Paper files. + * @param fpSealedResult The FingerprintJS Sealed Client Result value. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public AddFileMemberArgs(@Nonnull String file, @Nonnull List members, @Nullable String customMessage, boolean quiet, @Nonnull AccessLevel accessLevel, boolean addMessageAsComment) { + public AddFileMemberArgs(@Nonnull String file, @Nonnull List members, @Nullable String customMessage, boolean quiet, @Nullable AccessLevel accessLevel, boolean addMessageAsComment, @Nullable String fpSealedResult) { if (file == null) { throw new IllegalArgumentException("Required value for 'file' is null"); } @@ -86,11 +89,9 @@ public AddFileMemberArgs(@Nonnull String file, @Nonnull List mem this.members = members; this.customMessage = customMessage; this.quiet = quiet; - if (accessLevel == null) { - throw new IllegalArgumentException("Required value for 'accessLevel' is null"); - } this.accessLevel = accessLevel; this.addMessageAsComment = addMessageAsComment; + this.fpSealedResult = fpSealedResult; } /** @@ -111,7 +112,7 @@ public AddFileMemberArgs(@Nonnull String file, @Nonnull List mem * preconditions. */ public AddFileMemberArgs(@Nonnull String file, @Nonnull List members) { - this(file, members, null, false, AccessLevel.VIEWER, false); + this(file, members, null, false, null, false, null); } /** @@ -161,16 +162,16 @@ public boolean getQuiet() { * AccessLevel union object, describing what access level we want to give * new members. * - * @return value for this field, or {@code null} if not present. Defaults to - * AccessLevel.VIEWER. + * @return value for this field, or {@code null} if not present. */ - @Nonnull + @Nullable public AccessLevel getAccessLevel() { return accessLevel; } /** - * If the custom message should be added as a comment on the file. + * If the custom message should be added as a comment on the file. Only + * meant for Paper files. * * @return value for this field, or {@code null} if not present. Defaults to * false. @@ -179,6 +180,16 @@ public boolean getAddMessageAsComment() { return addMessageAsComment; } + /** + * The FingerprintJS Sealed Client Result value + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public String getFpSealedResult() { + return fpSealedResult; + } + /** * Returns a new builder for creating an instance of this class. * @@ -211,6 +222,7 @@ public static class Builder { protected boolean quiet; protected AccessLevel accessLevel; protected boolean addMessageAsComment; + protected String fpSealedResult; protected Builder(String file, List members) { if (file == null) { @@ -234,8 +246,9 @@ protected Builder(String file, List members) { this.members = members; this.customMessage = null; this.quiet = false; - this.accessLevel = AccessLevel.VIEWER; + this.accessLevel = null; this.addMessageAsComment = false; + this.fpSealedResult = null; } /** @@ -276,25 +289,13 @@ public Builder withQuiet(Boolean quiet) { /** * Set value for optional field. * - *

If left unset or set to {@code null}, defaults to {@code - * AccessLevel.VIEWER}.

- * * @param accessLevel AccessLevel union object, describing what access - * level we want to give new members. Must not be {@code null}. - * Defaults to {@code AccessLevel.VIEWER} when set to {@code null}. + * level we want to give new members. * * @return this builder - * - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. */ public Builder withAccessLevel(AccessLevel accessLevel) { - if (accessLevel != null) { - this.accessLevel = accessLevel; - } - else { - this.accessLevel = AccessLevel.VIEWER; - } + this.accessLevel = accessLevel; return this; } @@ -305,8 +306,8 @@ public Builder withAccessLevel(AccessLevel accessLevel) { *

* * @param addMessageAsComment If the custom message should be added as - * a comment on the file. Defaults to {@code false} when set to - * {@code null}. + * a comment on the file. Only meant for Paper files. Defaults to + * {@code false} when set to {@code null}. * * @return this builder */ @@ -320,6 +321,18 @@ public Builder withAddMessageAsComment(Boolean addMessageAsComment) { return this; } + /** + * Set value for optional field. + * + * @param fpSealedResult The FingerprintJS Sealed Client Result value. + * + * @return this builder + */ + public Builder withFpSealedResult(String fpSealedResult) { + this.fpSealedResult = fpSealedResult; + return this; + } + /** * Builds an instance of {@link AddFileMemberArgs} configured with this * builder's values @@ -327,7 +340,7 @@ public Builder withAddMessageAsComment(Boolean addMessageAsComment) { * @return new instance of {@link AddFileMemberArgs} */ public AddFileMemberArgs build() { - return new AddFileMemberArgs(file, members, customMessage, quiet, accessLevel, addMessageAsComment); + return new AddFileMemberArgs(file, members, customMessage, quiet, accessLevel, addMessageAsComment, fpSealedResult); } } @@ -339,7 +352,8 @@ public int hashCode() { this.customMessage, this.quiet, this.accessLevel, - this.addMessageAsComment + this.addMessageAsComment, + this.fpSealedResult }); return hash; } @@ -359,8 +373,9 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.members == other.members) || (this.members.equals(other.members))) && ((this.customMessage == other.customMessage) || (this.customMessage != null && this.customMessage.equals(other.customMessage))) && (this.quiet == other.quiet) - && ((this.accessLevel == other.accessLevel) || (this.accessLevel.equals(other.accessLevel))) + && ((this.accessLevel == other.accessLevel) || (this.accessLevel != null && this.accessLevel.equals(other.accessLevel))) && (this.addMessageAsComment == other.addMessageAsComment) + && ((this.fpSealedResult == other.fpSealedResult) || (this.fpSealedResult != null && this.fpSealedResult.equals(other.fpSealedResult))) ; } else { @@ -406,10 +421,16 @@ public void serialize(AddFileMemberArgs value, JsonGenerator g, boolean collapse } g.writeFieldName("quiet"); StoneSerializers.boolean_().serialize(value.quiet, g); - g.writeFieldName("access_level"); - AccessLevel.Serializer.INSTANCE.serialize(value.accessLevel, g); + if (value.accessLevel != null) { + g.writeFieldName("access_level"); + StoneSerializers.nullable(AccessLevel.Serializer.INSTANCE).serialize(value.accessLevel, g); + } g.writeFieldName("add_message_as_comment"); StoneSerializers.boolean_().serialize(value.addMessageAsComment, g); + if (value.fpSealedResult != null) { + g.writeFieldName("fp_sealed_result"); + StoneSerializers.nullable(StoneSerializers.string()).serialize(value.fpSealedResult, g); + } if (!collapse) { g.writeEndObject(); } @@ -428,8 +449,9 @@ public AddFileMemberArgs deserialize(JsonParser p, boolean collapsed) throws IOE List f_members = null; String f_customMessage = null; Boolean f_quiet = false; - AccessLevel f_accessLevel = AccessLevel.VIEWER; + AccessLevel f_accessLevel = null; Boolean f_addMessageAsComment = false; + String f_fpSealedResult = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -446,11 +468,14 @@ else if ("quiet".equals(field)) { f_quiet = StoneSerializers.boolean_().deserialize(p); } else if ("access_level".equals(field)) { - f_accessLevel = AccessLevel.Serializer.INSTANCE.deserialize(p); + f_accessLevel = StoneSerializers.nullable(AccessLevel.Serializer.INSTANCE).deserialize(p); } else if ("add_message_as_comment".equals(field)) { f_addMessageAsComment = StoneSerializers.boolean_().deserialize(p); } + else if ("fp_sealed_result".equals(field)) { + f_fpSealedResult = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); + } else { skipValue(p); } @@ -461,7 +486,7 @@ else if ("add_message_as_comment".equals(field)) { if (f_members == null) { throw new JsonParseException(p, "Required field \"members\" missing."); } - value = new AddFileMemberArgs(f_file, f_members, f_customMessage, f_quiet, f_accessLevel, f_addMessageAsComment); + value = new AddFileMemberArgs(f_file, f_members, f_customMessage, f_quiet, f_accessLevel, f_addMessageAsComment, f_fpSealedResult); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberBuilder.java index b259209df..48b732eeb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberBuilder.java @@ -70,17 +70,10 @@ public AddFileMemberBuilder withQuiet(Boolean quiet) { /** * Set value for optional field. * - *

If left unset or set to {@code null}, defaults to {@code - * AccessLevel.VIEWER}.

- * * @param accessLevel AccessLevel union object, describing what access - * level we want to give new members. Must not be {@code null}. Defaults - * to {@code AccessLevel.VIEWER} when set to {@code null}. + * level we want to give new members. * * @return this builder - * - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. */ public AddFileMemberBuilder withAccessLevel(AccessLevel accessLevel) { this._builder.withAccessLevel(accessLevel); @@ -93,8 +86,8 @@ public AddFileMemberBuilder withAccessLevel(AccessLevel accessLevel) { *

If left unset or set to {@code null}, defaults to {@code false}.

* * @param addMessageAsComment If the custom message should be added as a - * comment on the file. Defaults to {@code false} when set to {@code - * null}. + * comment on the file. Only meant for Paper files. Defaults to {@code + * false} when set to {@code null}. * * @return this builder */ @@ -103,6 +96,18 @@ public AddFileMemberBuilder withAddMessageAsComment(Boolean addMessageAsComment) return this; } + /** + * Set value for optional field. + * + * @param fpSealedResult The FingerprintJS Sealed Client Result value. + * + * @return this builder + */ + public AddFileMemberBuilder withFpSealedResult(String fpSealedResult) { + this._builder.withFpSealedResult(fpSealedResult); + return this; + } + /** * Issues the request. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberError.java index 00744dd54..784254006 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFileMemberError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -30,7 +30,7 @@ * will be used.

*/ public final class AddFileMemberError { - // union sharing.AddFileMemberError (sharing_files.stone) + // union sharing.AddFileMemberError (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link AddFileMemberError}. @@ -46,6 +46,10 @@ public enum Tag { * The custom message did not pass comment permissions checks. */ INVALID_COMMENT, + /** + * The current user has been banned for abuse reasons. + */ + BANNED_MEMBER, /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -65,6 +69,10 @@ public enum Tag { * The custom message did not pass comment permissions checks. */ public static final AddFileMemberError INVALID_COMMENT = new AddFileMemberError().withTag(Tag.INVALID_COMMENT); + /** + * The current user has been banned for abuse reasons. + */ + public static final AddFileMemberError BANNED_MEMBER = new AddFileMemberError().withTag(Tag.BANNED_MEMBER); /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -264,6 +272,17 @@ public boolean isInvalidComment() { return this._tag == Tag.INVALID_COMMENT; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#BANNED_MEMBER}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#BANNED_MEMBER}, {@code false} otherwise. + */ + public boolean isBannedMember() { + return this._tag == Tag.BANNED_MEMBER; + } + /** * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, * {@code false} otherwise. @@ -307,6 +326,8 @@ else if (obj instanceof AddFileMemberError) { return true; case INVALID_COMMENT: return true; + case BANNED_MEMBER: + return true; case OTHER: return true; default: @@ -368,6 +389,10 @@ public void serialize(AddFileMemberError value, JsonGenerator g) throws IOExcept g.writeString("invalid_comment"); break; } + case BANNED_MEMBER: { + g.writeString("banned_member"); + break; + } default: { g.writeString("other"); } @@ -410,6 +435,9 @@ else if ("rate_limit".equals(tag)) { else if ("invalid_comment".equals(tag)) { value = AddFileMemberError.INVALID_COMMENT; } + else if ("banned_member".equals(tag)) { + value = AddFileMemberError.BANNED_MEMBER; + } else { value = AddFileMemberError.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberArg.java index b7e4bcece..0eebd2b0a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; class AddFolderMemberArg { - // struct sharing.AddFolderMemberArg (sharing_folders.stone) + // struct sharing.AddFolderMemberArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; @@ -31,6 +31,8 @@ class AddFolderMemberArg { protected final boolean quiet; @Nullable protected final String customMessage; + @Nullable + protected final String fpSealedResult; /** * Use {@link newBuilder} to create instances of this class without @@ -45,11 +47,12 @@ class AddFolderMemberArg { * device notifications of their invite. * @param customMessage Optional message to display to added members in * their invitation. Must have length of at least 1. + * @param fpSealedResult The FingerprintJS Sealed Client Result value. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public AddFolderMemberArg(@Nonnull String sharedFolderId, @Nonnull List members, boolean quiet, @Nullable String customMessage) { + public AddFolderMemberArg(@Nonnull String sharedFolderId, @Nonnull List members, boolean quiet, @Nullable String customMessage, @Nullable String fpSealedResult) { if (sharedFolderId == null) { throw new IllegalArgumentException("Required value for 'sharedFolderId' is null"); } @@ -73,6 +76,7 @@ public AddFolderMemberArg(@Nonnull String sharedFolderId, @Nonnull List members) { - this(sharedFolderId, members, false, null); + this(sharedFolderId, members, false, null, null); } /** @@ -135,6 +139,16 @@ public String getCustomMessage() { return customMessage; } + /** + * The FingerprintJS Sealed Client Result value + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public String getFpSealedResult() { + return fpSealedResult; + } + /** * Returns a new builder for creating an instance of this class. * @@ -162,6 +176,7 @@ public static class Builder { protected boolean quiet; protected String customMessage; + protected String fpSealedResult; protected Builder(String sharedFolderId, List members) { if (sharedFolderId == null) { @@ -182,6 +197,7 @@ protected Builder(String sharedFolderId, List members) { this.members = members; this.quiet = false; this.customMessage = null; + this.fpSealedResult = null; } /** @@ -227,6 +243,18 @@ public Builder withCustomMessage(String customMessage) { return this; } + /** + * Set value for optional field. + * + * @param fpSealedResult The FingerprintJS Sealed Client Result value. + * + * @return this builder + */ + public Builder withFpSealedResult(String fpSealedResult) { + this.fpSealedResult = fpSealedResult; + return this; + } + /** * Builds an instance of {@link AddFolderMemberArg} configured with this * builder's values @@ -234,7 +262,7 @@ public Builder withCustomMessage(String customMessage) { * @return new instance of {@link AddFolderMemberArg} */ public AddFolderMemberArg build() { - return new AddFolderMemberArg(sharedFolderId, members, quiet, customMessage); + return new AddFolderMemberArg(sharedFolderId, members, quiet, customMessage, fpSealedResult); } } @@ -244,7 +272,8 @@ public int hashCode() { this.sharedFolderId, this.members, this.quiet, - this.customMessage + this.customMessage, + this.fpSealedResult }); return hash; } @@ -264,6 +293,7 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.members == other.members) || (this.members.equals(other.members))) && (this.quiet == other.quiet) && ((this.customMessage == other.customMessage) || (this.customMessage != null && this.customMessage.equals(other.customMessage))) + && ((this.fpSealedResult == other.fpSealedResult) || (this.fpSealedResult != null && this.fpSealedResult.equals(other.fpSealedResult))) ; } else { @@ -309,6 +339,10 @@ public void serialize(AddFolderMemberArg value, JsonGenerator g, boolean collaps g.writeFieldName("custom_message"); StoneSerializers.nullable(StoneSerializers.string()).serialize(value.customMessage, g); } + if (value.fpSealedResult != null) { + g.writeFieldName("fp_sealed_result"); + StoneSerializers.nullable(StoneSerializers.string()).serialize(value.fpSealedResult, g); + } if (!collapse) { g.writeEndObject(); } @@ -327,6 +361,7 @@ public AddFolderMemberArg deserialize(JsonParser p, boolean collapsed) throws IO List f_members = null; Boolean f_quiet = false; String f_customMessage = null; + String f_fpSealedResult = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -342,6 +377,9 @@ else if ("quiet".equals(field)) { else if ("custom_message".equals(field)) { f_customMessage = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); } + else if ("fp_sealed_result".equals(field)) { + f_fpSealedResult = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); + } else { skipValue(p); } @@ -352,7 +390,7 @@ else if ("custom_message".equals(field)) { if (f_members == null) { throw new JsonParseException(p, "Required field \"members\" missing."); } - value = new AddFolderMemberArg(f_sharedFolderId, f_members, f_quiet, f_customMessage); + value = new AddFolderMemberArg(f_sharedFolderId, f_members, f_quiet, f_customMessage, f_fpSealedResult); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberBuilder.java index 766843b7e..93e89ce92 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberBuilder.java @@ -68,6 +68,18 @@ public AddFolderMemberBuilder withCustomMessage(String customMessage) { return this; } + /** + * Set value for optional field. + * + * @param fpSealedResult The FingerprintJS Sealed Client Result value. + * + * @return this builder + */ + public AddFolderMemberBuilder withFpSealedResult(String fpSealedResult) { + this._builder.withFpSealedResult(fpSealedResult); + return this; + } + /** * Issues the request. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberError.java index 824ba25cc..d6993126b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddFolderMemberError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class AddFolderMemberError { - // union sharing.AddFolderMemberError (sharing_folders.stone) + // union sharing.AddFolderMemberError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link AddFolderMemberError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddMember.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddMember.java index fb6cba370..ffecbf6d0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddMember.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddMember.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -17,17 +17,18 @@ import java.util.Arrays; import javax.annotation.Nonnull; +import javax.annotation.Nullable; /** * The member and type of access the member should have when added to a shared * folder. */ public class AddMember { - // struct sharing.AddMember (sharing_folders.stone) + // struct sharing.AddMember (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final MemberSelector member; - @Nonnull + @Nullable protected final AccessLevel accessLevel; /** @@ -37,20 +38,16 @@ public class AddMember { * @param member The member to add to the shared folder. Must not be {@code * null}. * @param accessLevel The access level to grant {@link AddMember#getMember} - * to the shared folder. {@link AccessLevel#OWNER} is disallowed. Must - * not be {@code null}. + * to the shared folder. {@link AccessLevel#OWNER} is disallowed. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public AddMember(@Nonnull MemberSelector member, @Nonnull AccessLevel accessLevel) { + public AddMember(@Nonnull MemberSelector member, @Nullable AccessLevel accessLevel) { if (member == null) { throw new IllegalArgumentException("Required value for 'member' is null"); } this.member = member; - if (accessLevel == null) { - throw new IllegalArgumentException("Required value for 'accessLevel' is null"); - } this.accessLevel = accessLevel; } @@ -67,7 +64,7 @@ public AddMember(@Nonnull MemberSelector member, @Nonnull AccessLevel accessLeve * preconditions. */ public AddMember(@Nonnull MemberSelector member) { - this(member, AccessLevel.VIEWER); + this(member, null); } /** @@ -84,10 +81,9 @@ public MemberSelector getMember() { * The access level to grant {@link AddMember#getMember} to the shared * folder. {@link AccessLevel#OWNER} is disallowed. * - * @return value for this field, or {@code null} if not present. Defaults to - * AccessLevel.VIEWER. + * @return value for this field, or {@code null} if not present. */ - @Nonnull + @Nullable public AccessLevel getAccessLevel() { return accessLevel; } @@ -113,7 +109,7 @@ public boolean equals(Object obj) { else if (obj.getClass().equals(this.getClass())) { AddMember other = (AddMember) obj; return ((this.member == other.member) || (this.member.equals(other.member))) - && ((this.accessLevel == other.accessLevel) || (this.accessLevel.equals(other.accessLevel))) + && ((this.accessLevel == other.accessLevel) || (this.accessLevel != null && this.accessLevel.equals(other.accessLevel))) ; } else { @@ -151,8 +147,10 @@ public void serialize(AddMember value, JsonGenerator g, boolean collapse) throws } g.writeFieldName("member"); MemberSelector.Serializer.INSTANCE.serialize(value.member, g); - g.writeFieldName("access_level"); - AccessLevel.Serializer.INSTANCE.serialize(value.accessLevel, g); + if (value.accessLevel != null) { + g.writeFieldName("access_level"); + StoneSerializers.nullable(AccessLevel.Serializer.INSTANCE).serialize(value.accessLevel, g); + } if (!collapse) { g.writeEndObject(); } @@ -168,7 +166,7 @@ public AddMember deserialize(JsonParser p, boolean collapsed) throws IOException } if (tag == null) { MemberSelector f_member = null; - AccessLevel f_accessLevel = AccessLevel.VIEWER; + AccessLevel f_accessLevel = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -176,7 +174,7 @@ public AddMember deserialize(JsonParser p, boolean collapsed) throws IOException f_member = MemberSelector.Serializer.INSTANCE.deserialize(p); } else if ("access_level".equals(field)) { - f_accessLevel = AccessLevel.Serializer.INSTANCE.deserialize(p); + f_accessLevel = StoneSerializers.nullable(AccessLevel.Serializer.INSTANCE).deserialize(p); } else { skipValue(p); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddMemberSelectorError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddMemberSelectorError.java index c2f79bace..f6a0844be 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddMemberSelectorError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AddMemberSelectorError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -28,7 +28,7 @@ * will be used.

*/ public final class AddMemberSelectorError { - // union sharing.AddMemberSelectorError (sharing_folders.stone) + // union sharing.AddMemberSelectorError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link AddMemberSelectorError}. @@ -46,6 +46,10 @@ public enum Tag { * The value is the e-email address that is malformed. */ INVALID_EMAIL, // String + /** + * Provided group is invalid. + */ + INVALID_GROUP, /** * The value is the ID of the Dropbox user with an unverified email * address. Invite unverified users by email address instead of by their @@ -76,6 +80,10 @@ public enum Tag { * Automatically created groups can only be added to team folders. */ public static final AddMemberSelectorError AUTOMATIC_GROUP = new AddMemberSelectorError().withTag(Tag.AUTOMATIC_GROUP); + /** + * Provided group is invalid. + */ + public static final AddMemberSelectorError INVALID_GROUP = new AddMemberSelectorError().withTag(Tag.INVALID_GROUP); /** * At least one of the specified groups in {@link * AddFolderMemberArg#getMembers} is deleted. @@ -308,6 +316,17 @@ public String getInvalidEmailValue() { return invalidEmailValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#INVALID_GROUP}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#INVALID_GROUP}, {@code false} otherwise. + */ + public boolean isInvalidGroup() { + return this._tag == Tag.INVALID_GROUP; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#UNVERIFIED_DROPBOX_ID}, {@code false} otherwise. @@ -429,6 +448,8 @@ else if (obj instanceof AddMemberSelectorError) { return (this.invalidDropboxIdValue == other.invalidDropboxIdValue) || (this.invalidDropboxIdValue.equals(other.invalidDropboxIdValue)); case INVALID_EMAIL: return (this.invalidEmailValue == other.invalidEmailValue) || (this.invalidEmailValue.equals(other.invalidEmailValue)); + case INVALID_GROUP: + return true; case UNVERIFIED_DROPBOX_ID: return (this.unverifiedDropboxIdValue == other.unverifiedDropboxIdValue) || (this.unverifiedDropboxIdValue.equals(other.unverifiedDropboxIdValue)); case GROUP_DELETED: @@ -492,6 +513,10 @@ public void serialize(AddMemberSelectorError value, JsonGenerator g) throws IOEx g.writeEndObject(); break; } + case INVALID_GROUP: { + g.writeString("invalid_group"); + break; + } case UNVERIFIED_DROPBOX_ID: { g.writeStartObject(); writeTag("unverified_dropbox_id", g); @@ -547,6 +572,9 @@ else if ("invalid_email".equals(tag)) { fieldValue = StoneSerializers.string().deserialize(p); value = AddMemberSelectorError.invalidEmail(fieldValue); } + else if ("invalid_group".equals(tag)) { + value = AddMemberSelectorError.INVALID_GROUP; + } else if ("unverified_dropbox_id".equals(tag)) { String fieldValue = null; expectField("unverified_dropbox_id", p); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AlphaResolvedVisibility.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AlphaResolvedVisibility.java index a211e6f92..4c6c017ee 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AlphaResolvedVisibility.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AlphaResolvedVisibility.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -19,7 +19,7 @@ * check documentation for ResolvedVisibility. */ public enum AlphaResolvedVisibility { - // union sharing.AlphaResolvedVisibility (shared_links.stone) + // union sharing.AlphaResolvedVisibility (sharing_apiv2_shared_links_types.stone) /** * Anyone who has received the link can access it. No login required. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceExceptionContentInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceExceptionContentInfo.java index a9e0e1b82..065ddd1da 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceExceptionContentInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceExceptionContentInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * this folder. */ public class AudienceExceptionContentInfo { - // struct sharing.AudienceExceptionContentInfo (shared_content_links.stone) + // struct sharing.AudienceExceptionContentInfo (sharing_apiv2_shared_content_links.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceExceptions.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceExceptions.java index 234cc33a4..482eb4584 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceExceptions.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceExceptions.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * only returned for folders. */ public class AudienceExceptions { - // struct sharing.AudienceExceptions (shared_content_links.stone) + // struct sharing.AudienceExceptions (sharing_apiv2_shared_content_links.stone) protected final long count; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceRestrictingSharedFolder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceRestrictingSharedFolder.java index 26410e2fb..3baccd04e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceRestrictingSharedFolder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/AudienceRestrictingSharedFolder.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * link from being more restrictive. */ public class AudienceRestrictingSharedFolder { - // struct sharing.AudienceRestrictingSharedFolder (shared_content_links.stone) + // struct sharing.AudienceRestrictingSharedFolder (sharing_apiv2_shared_content_links.stone) @Nonnull protected final String sharedFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CollectionLinkMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CollectionLinkMetadata.java index 9234fbe8c..ed4e857e8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CollectionLinkMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CollectionLinkMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * Metadata for a collection-based shared link. */ public class CollectionLinkMetadata extends LinkMetadata { - // struct sharing.CollectionLinkMetadata (shared_links.stone) + // struct sharing.CollectionLinkMetadata (sharing_apiv2_shared_links_types.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkArg.java index 412647c5a..973120679 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class CreateSharedLinkArg { - // struct sharing.CreateSharedLinkArg (shared_links.stone) + // struct sharing.CreateSharedLinkArg (sharing_apiv2_shared_links_types.stone) @Nonnull protected final String path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkError.java index 7027a785f..112febe6d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -28,7 +28,7 @@ * will be used.

*/ public final class CreateSharedLinkError { - // union sharing.CreateSharedLinkError (shared_links.stone) + // union sharing.CreateSharedLinkError (sharing_apiv2_shared_links_types.stone) /** * Discriminating tag type for {@link CreateSharedLinkError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkWithSettingsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkWithSettingsArg.java index 1217a5cd5..66f727968 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkWithSettingsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkWithSettingsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class CreateSharedLinkWithSettingsArg { - // struct sharing.CreateSharedLinkWithSettingsArg (shared_links.stone) + // struct sharing.CreateSharedLinkWithSettingsArg (sharing_apiv2_shared_links_types.stone) @Nonnull protected final String path; @@ -31,7 +31,8 @@ class CreateSharedLinkWithSettingsArg { /** * * @param path The path to be shared by the shared link. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * @param settings The requested settings for the newly created shared * link. @@ -43,7 +44,7 @@ public CreateSharedLinkWithSettingsArg(@Nonnull String path, @Nullable SharedLin if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -56,7 +57,8 @@ public CreateSharedLinkWithSettingsArg(@Nonnull String path, @Nullable SharedLin *

The default values for unset fields will be used.

* * @param path The path to be shared by the shared link. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkWithSettingsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkWithSettingsError.java index b16c0e5d2..13e13adbb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkWithSettingsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/CreateSharedLinkWithSettingsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class CreateSharedLinkWithSettingsError { - // union sharing.CreateSharedLinkWithSettingsError (shared_links.stone) + // union sharing.CreateSharedLinkWithSettingsError (sharing_apiv2_shared_links_types.stone) /** * Discriminating tag type for {@link CreateSharedLinkWithSettingsError}. @@ -40,8 +40,11 @@ public enum Tag { EMAIL_NOT_VERIFIED, /** * The shared link already exists. You can call {@link - * DbxUserSharingRequests#listSharedLinks} to get the existing link, or - * use the provided metadata if it is returned. + * DbxUserSharingRequests#listSharedLinks} to get the existing link, or + * use the provided metadata if it is returned. Existing link metadata + * will not be returned if custom settings were specified in the request + * that could make the existing link incompatible with the requested + * settings. */ SHARED_LINK_ALREADY_EXISTS, // SharedLinkAlreadyExistsMetadata /** @@ -50,11 +53,23 @@ public enum Tag { SETTINGS_ERROR, // SharedLinkSettingsError /** * The user is not allowed to create a shared link to the specified - * file. For example, this can occur if the file is restricted or if - * the user's links are banned. */ - ACCESS_DENIED; + ACCESS_DENIED, + /** + * The current user has been banned + * for abuse reasons. + */ + BANNED_MEMBER, + /** + * Your Dropbox folder will have too many shared folders after the + * operation. + * https://help.dropbox.com/share/shared-folder-faq#Is-there-a-limit-to-the-number-of-shared-folders-I-can-create + */ + TOO_MANY_SHARED_FOLDERS; } /** @@ -65,11 +80,23 @@ public enum Tag { public static final CreateSharedLinkWithSettingsError EMAIL_NOT_VERIFIED = new CreateSharedLinkWithSettingsError().withTag(Tag.EMAIL_NOT_VERIFIED); /** * The user is not allowed to create a shared link to the specified file. - * For example, this can occur if the file is restricted or if the user's - * links are banned. */ public static final CreateSharedLinkWithSettingsError ACCESS_DENIED = new CreateSharedLinkWithSettingsError().withTag(Tag.ACCESS_DENIED); + /** + * The current user has been banned + * for abuse reasons. + */ + public static final CreateSharedLinkWithSettingsError BANNED_MEMBER = new CreateSharedLinkWithSettingsError().withTag(Tag.BANNED_MEMBER); + /** + * Your Dropbox folder will have too many shared folders after the + * operation. + * https://help.dropbox.com/share/shared-folder-faq#Is-there-a-limit-to-the-number-of-shared-folders-I-can-create + */ + public static final CreateSharedLinkWithSettingsError TOO_MANY_SHARED_FOLDERS = new CreateSharedLinkWithSettingsError().withTag(Tag.TOO_MANY_SHARED_FOLDERS); private Tag _tag; private LookupError pathValue; @@ -113,6 +140,9 @@ private CreateSharedLinkWithSettingsError withTagAndPath(Tag _tag, LookupError p * @param sharedLinkAlreadyExistsValue The shared link already exists. You * can call {@link DbxUserSharingRequests#listSharedLinks} to get the * existing link, or use the provided metadata if it is returned. + * Existing link metadata will not be returned if custom settings were + * specified in the request that could make the existing link + * incompatible with the requested settings. * @param _tag Discriminating tag for this instance. */ private CreateSharedLinkWithSettingsError withTagAndSharedLinkAlreadyExists(Tag _tag, SharedLinkAlreadyExistsMetadata sharedLinkAlreadyExistsValue) { @@ -226,8 +256,10 @@ public boolean isSharedLinkAlreadyExists() { * its tag set to {@link Tag#SHARED_LINK_ALREADY_EXISTS}. * *

The shared link already exists. You can call {@link - * DbxUserSharingRequests#listSharedLinks} to get the existing link, or use - * the provided metadata if it is returned.

+ * DbxUserSharingRequests#listSharedLinks} to get the existing link, or use + * the provided metadata if it is returned. Existing link metadata will not + * be returned if custom settings were specified in the request that could + * make the existing link incompatible with the requested settings.

* * @param value value to assign to this instance. * @@ -243,8 +275,10 @@ public static CreateSharedLinkWithSettingsError sharedLinkAlreadyExists(SharedLi * its tag set to {@link Tag#SHARED_LINK_ALREADY_EXISTS}. * *

The shared link already exists. You can call {@link - * DbxUserSharingRequests#listSharedLinks} to get the existing link, or use - * the provided metadata if it is returned.

+ * DbxUserSharingRequests#listSharedLinks} to get the existing link, or use + * the provided metadata if it is returned. Existing link metadata will not + * be returned if custom settings were specified in the request that could + * make the existing link incompatible with the requested settings.

* * @return Instance of {@code CreateSharedLinkWithSettingsError} with its * tag set to {@link Tag#SHARED_LINK_ALREADY_EXISTS}. @@ -255,8 +289,10 @@ public static CreateSharedLinkWithSettingsError sharedLinkAlreadyExists() { /** * The shared link already exists. You can call {@link - * DbxUserSharingRequests#listSharedLinks} to get the existing link, or use - * the provided metadata if it is returned. + * DbxUserSharingRequests#listSharedLinks} to get the existing link, or use + * the provided metadata if it is returned. Existing link metadata will not + * be returned if custom settings were specified in the request that could + * make the existing link incompatible with the requested settings. * *

This instance must be tagged as {@link * Tag#SHARED_LINK_ALREADY_EXISTS}.

@@ -334,6 +370,28 @@ public boolean isAccessDenied() { return this._tag == Tag.ACCESS_DENIED; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#BANNED_MEMBER}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#BANNED_MEMBER}, {@code false} otherwise. + */ + public boolean isBannedMember() { + return this._tag == Tag.BANNED_MEMBER; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TOO_MANY_SHARED_FOLDERS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TOO_MANY_SHARED_FOLDERS}, {@code false} otherwise. + */ + public boolean isTooManySharedFolders() { + return this._tag == Tag.TOO_MANY_SHARED_FOLDERS; + } + @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { @@ -369,6 +427,10 @@ else if (obj instanceof CreateSharedLinkWithSettingsError) { return (this.settingsErrorValue == other.settingsErrorValue) || (this.settingsErrorValue.equals(other.settingsErrorValue)); case ACCESS_DENIED: return true; + case BANNED_MEMBER: + return true; + case TOO_MANY_SHARED_FOLDERS: + return true; default: return false; } @@ -436,6 +498,14 @@ public void serialize(CreateSharedLinkWithSettingsError value, JsonGenerator g) g.writeString("access_denied"); break; } + case BANNED_MEMBER: { + g.writeString("banned_member"); + break; + } + case TOO_MANY_SHARED_FOLDERS: { + g.writeString("too_many_shared_folders"); + break; + } default: { throw new IllegalArgumentException("Unrecognized tag: " + value.tag()); } @@ -491,6 +561,12 @@ else if ("settings_error".equals(tag)) { else if ("access_denied".equals(tag)) { value = CreateSharedLinkWithSettingsError.ACCESS_DENIED; } + else if ("banned_member".equals(tag)) { + value = CreateSharedLinkWithSettingsError.BANNED_MEMBER; + } + else if ("too_many_shared_folders".equals(tag)) { + value = CreateSharedLinkWithSettingsError.TOO_MANY_SHARED_FOLDERS; + } else { throw new JsonParseException(p, "Unknown tag: " + tag); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxAppGetSharedLinkMetadataBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxAppGetSharedLinkMetadataBuilder.java index ccdb9c820..fd6757d10 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxAppGetSharedLinkMetadataBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxAppGetSharedLinkMetadataBuilder.java @@ -70,7 +70,7 @@ public DbxAppGetSharedLinkMetadataBuilder withLinkPassword(String linkPassword) /** * Issues the request. */ - public SharedLinkMetadata start() throws SharedLinkErrorException, DbxException { + public SharedLinkMetadata start() throws SharedLinkMetadataErrorException, DbxException { GetSharedLinkMetadataArg arg_ = this._builder.build(); return _client.getSharedLinkMetadata(arg_); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxAppSharingRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxAppSharingRequests.java index c08916d69..087f69be3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxAppSharingRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxAppSharingRequests.java @@ -1,21 +1,25 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone, sharing_files.stone, shared_links.stone, shared_content_links.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone, sharing_apiv2_sharing_common_types.stone, sharing_apiv2_sharing_folders_base.stone, sharing_apiv2_sharing_files_types.stone, sharing_apiv2_shared_links_types.stone, sharing_apiv2_shared_content_links.stone, sharing_apiv2_shared_link_file_api_v2.stone, sharing_apiv2_shared_links_api_v2.stone */ package com.dropbox.core.v2.sharing; +import com.dropbox.core.DbxDownloader; import com.dropbox.core.DbxException; import com.dropbox.core.DbxWrappedException; import com.dropbox.core.http.HttpRequestor; +import com.dropbox.core.v2.DbxDownloadStyleBuilder; import com.dropbox.core.v2.DbxRawClientV2; +import java.util.Collections; import java.util.HashMap; +import java.util.List; import java.util.Map; /** * Routes in namespace "sharing". */ public class DbxAppSharingRequests { - // namespace sharing (sharing_folders.stone, sharing_files.stone, shared_links.stone, shared_content_links.stone) + // namespace sharing (sharing_apiv2_sharing_folders_types.stone, sharing_apiv2_sharing_common_types.stone, sharing_apiv2_sharing_folders_base.stone, sharing_apiv2_sharing_files_types.stone, sharing_apiv2_shared_links_types.stone, sharing_apiv2_shared_content_links.stone, sharing_apiv2_shared_link_file_api_v2.stone, sharing_apiv2_shared_links_api_v2.stone) private final DbxRawClientV2 client; @@ -23,6 +27,69 @@ public DbxAppSharingRequests(DbxRawClientV2 client) { this.client = client; } + // + // route 2/sharing/get_shared_link_file + // + + /** + * Download the shared link's file from a user's Dropbox. This is a + * download-style endpoint that returns the file content. + * + * @param _headers Extra headers to send with request. + * + * @return Downloader used to download the response body and view the server + * response. + */ + DbxDownloader getSharedLinkFile(GetSharedLinkMetadataArg arg, List _headers) throws GetSharedLinkFileErrorException, DbxException { + try { + return this.client.downloadStyle(this.client.getHost().getContent(), + "2/sharing/get_shared_link_file", + arg, + false, + _headers, + GetSharedLinkMetadataArg.Serializer.INSTANCE, + SharedLinkMetadata.Serializer.INSTANCE, + GetSharedLinkFileError.Serializer.INSTANCE); + } + catch (DbxWrappedException ex) { + throw new GetSharedLinkFileErrorException("2/sharing/get_shared_link_file", ex.getRequestId(), ex.getUserMessage(), (GetSharedLinkFileError) ex.getErrorValue()); + } + } + + /** + * Download the shared link's file from a user's Dropbox. This is a + * download-style endpoint that returns the file content. + * + * @param url URL of the shared link. Must not be {@code null}. + * + * @return Downloader used to download the response body and view the server + * response. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public DbxDownloader getSharedLinkFile(String url) throws GetSharedLinkFileErrorException, DbxException { + GetSharedLinkMetadataArg _arg = new GetSharedLinkMetadataArg(url); + return getSharedLinkFile(_arg, Collections.emptyList()); + } + + /** + * Download the shared link's file from a user's Dropbox. This is a + * download-style endpoint that returns the file content. + * + * @param url URL of the shared link. Must not be {@code null}. + * + * @return Downloader builder for configuring the request parameters and + * instantiating a downloader. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public DbxAppGetSharedLinkFileBuilder getSharedLinkFileBuilder(String url) { + GetSharedLinkMetadataArg.Builder argBuilder_ = GetSharedLinkMetadataArg.newBuilder(url); + return new DbxAppGetSharedLinkFileBuilder(this, argBuilder_); + } + // // route 2/sharing/get_shared_link_metadata // @@ -33,7 +100,7 @@ public DbxAppSharingRequests(DbxRawClientV2 client) { * * @return The metadata of a shared link. */ - SharedLinkMetadata getSharedLinkMetadata(GetSharedLinkMetadataArg arg) throws SharedLinkErrorException, DbxException { + SharedLinkMetadata getSharedLinkMetadata(GetSharedLinkMetadataArg arg) throws SharedLinkMetadataErrorException, DbxException { try { return this.client.rpcStyle(this.client.getHost().getApi(), "2/sharing/get_shared_link_metadata", @@ -41,10 +108,10 @@ SharedLinkMetadata getSharedLinkMetadata(GetSharedLinkMetadataArg arg) throws Sh false, GetSharedLinkMetadataArg.Serializer.INSTANCE, SharedLinkMetadata.Serializer.INSTANCE, - SharedLinkError.Serializer.INSTANCE); + SharedLinkMetadataError.Serializer.INSTANCE); } catch (DbxWrappedException ex) { - throw new SharedLinkErrorException("2/sharing/get_shared_link_metadata", ex.getRequestId(), ex.getUserMessage(), (SharedLinkError) ex.getErrorValue()); + throw new SharedLinkMetadataErrorException("2/sharing/get_shared_link_metadata", ex.getRequestId(), ex.getUserMessage(), (SharedLinkMetadataError) ex.getErrorValue()); } } @@ -58,7 +125,7 @@ SharedLinkMetadata getSharedLinkMetadata(GetSharedLinkMetadataArg arg) throws Sh * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public SharedLinkMetadata getSharedLinkMetadata(String url) throws SharedLinkErrorException, DbxException { + public SharedLinkMetadata getSharedLinkMetadata(String url) throws SharedLinkMetadataErrorException, DbxException { GetSharedLinkMetadataArg _arg = new GetSharedLinkMetadataArg(url); return getSharedLinkMetadata(_arg); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxUserGetSharedLinkMetadataBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxUserGetSharedLinkMetadataBuilder.java index 43c15e656..e2b07747c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxUserGetSharedLinkMetadataBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxUserGetSharedLinkMetadataBuilder.java @@ -70,7 +70,7 @@ public DbxUserGetSharedLinkMetadataBuilder withLinkPassword(String linkPassword) /** * Issues the request. */ - public SharedLinkMetadata start() throws SharedLinkErrorException, DbxException { + public SharedLinkMetadata start() throws SharedLinkMetadataErrorException, DbxException { GetSharedLinkMetadataArg arg_ = this._builder.build(); return _client.getSharedLinkMetadata(arg_); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxUserSharingRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxUserSharingRequests.java index 1d324f9dd..c7188249a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxUserSharingRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/DbxUserSharingRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone, sharing_files.stone, shared_links.stone, shared_content_links.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone, sharing_apiv2_sharing_common_types.stone, sharing_apiv2_sharing_folders_base.stone, sharing_apiv2_sharing_files_types.stone, sharing_apiv2_shared_links_types.stone, sharing_apiv2_shared_content_links.stone, sharing_apiv2_sharing_files_service.stone, sharing_folders_apiv2_sharing_folders.stone, sharing_apiv2_shared_links_sharing_api_v2.stone, sharing_apiv2_shared_links_api_v2.stone, sharing_apiv2_file_metadata_service.stone, sharing_folders_apiv2_sharing_folders_members.stone, sharing_apiv2_shared_link_file_api_v2.stone, sharing_apiv2_list_file_member_service.stone, sharing_apiv2_sharing_files_async_service.stone, sharing_apiv2_list_shared_links_api_v2.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * Routes in namespace "sharing". */ public class DbxUserSharingRequests { - // namespace sharing (sharing_folders.stone, sharing_files.stone, shared_links.stone, shared_content_links.stone) + // namespace sharing (sharing_apiv2_sharing_folders_types.stone, sharing_apiv2_sharing_common_types.stone, sharing_apiv2_sharing_folders_base.stone, sharing_apiv2_sharing_files_types.stone, sharing_apiv2_shared_links_types.stone, sharing_apiv2_shared_content_links.stone, sharing_apiv2_sharing_files_service.stone, sharing_folders_apiv2_sharing_folders.stone, sharing_apiv2_shared_links_sharing_api_v2.stone, sharing_apiv2_shared_links_api_v2.stone, sharing_apiv2_file_metadata_service.stone, sharing_folders_apiv2_sharing_folders_members.stone, sharing_apiv2_shared_link_file_api_v2.stone, sharing_apiv2_list_file_member_service.stone, sharing_apiv2_sharing_files_async_service.stone, sharing_apiv2_list_shared_links_api_v2.stone) private final DbxRawClientV2 client; @@ -132,11 +132,9 @@ void addFolderMember(AddFolderMemberArg arg) throws AddFolderMemberErrorExceptio /** * Allows an owner or editor (if the ACL update policy allows) of a shared - * folder to add another member. - * - *

For the new member to get access to all the functionality for this - * folder, you will need to call {@link - * DbxUserSharingRequests#mountFolder(String)} on their behalf.

+ * folder to add another member. For the new member to get access to all the + * functionality for this folder, you will need to call {@link + * DbxUserSharingRequests#mountFolder(String)} on their behalf. * *

The default values for the optional request parameters will be used. * See {@link AddFolderMemberBuilder} for more details.

@@ -308,7 +306,8 @@ public ShareFolderJobStatus checkShareJobStatus(String asyncJobId) throws PollEr * shared link by moving or renaming the corresponding file or folder. In * the future, this will no longer be the case, so your app shouldn't rely * on this behavior. Instead, if your app needs to revoke a shared link, use - * {@link DbxUserSharingRequests#revokeSharedLink(String)}. + * revoke_shared_link. DEPRECATED: Use create_shared_link_with_settings + * instead. * * * @return Metadata for a path-based shared link. @@ -329,16 +328,13 @@ PathLinkMetadata createSharedLink(CreateSharedLinkArg arg) throws CreateSharedLi } /** - * Create a shared link. - * - *

If a shared link already exists for the given path, that link is - * returned.

- * - *

Previously, it was technically possible to break a shared link by - * moving or renaming the corresponding file or folder. In the future, this - * will no longer be the case, so your app shouldn't rely on this behavior. - * Instead, if your app needs to revoke a shared link, use {@link - * DbxUserSharingRequests#revokeSharedLink(String)}.

+ * Create a shared link. If a shared link already exists for the given path, + * that link is returned. Previously, it was technically possible to break a + * shared link by moving or renaming the corresponding file or folder. In + * the future, this will no longer be the case, so your app shouldn't rely + * on this behavior. Instead, if your app needs to revoke a shared link, use + * revoke_shared_link. DEPRECATED: Use create_shared_link_with_settings + * instead. * *

The default values for the optional request parameters will be used. * See {@link CreateSharedLinkBuilder} for more details.

@@ -350,9 +346,7 @@ PathLinkMetadata createSharedLink(CreateSharedLinkArg arg) throws CreateSharedLi * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link - * DbxUserSharingRequests#createSharedLinkWithSettings(String,SharedLinkSettings)} - * instead. + * @deprecated */ @Deprecated public PathLinkMetadata createSharedLink(String path) throws CreateSharedLinkErrorException, DbxException { @@ -366,7 +360,8 @@ public PathLinkMetadata createSharedLink(String path) throws CreateSharedLinkErr * shared link by moving or renaming the corresponding file or folder. In * the future, this will no longer be the case, so your app shouldn't rely * on this behavior. Instead, if your app needs to revoke a shared link, use - * {@link DbxUserSharingRequests#revokeSharedLink(String)}. + * revoke_shared_link. DEPRECATED: Use create_shared_link_with_settings + * instead. * * @param path The path to share. Must not be {@code null}. * @@ -376,9 +371,7 @@ public PathLinkMetadata createSharedLink(String path) throws CreateSharedLinkErr * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link - * DbxUserSharingRequests#createSharedLinkWithSettings(String,SharedLinkSettings)} - * instead. + * @deprecated */ @Deprecated public CreateSharedLinkBuilder createSharedLinkBuilder(String path) { @@ -392,9 +385,9 @@ public CreateSharedLinkBuilder createSharedLinkBuilder(String path) { /** * Create a shared link with custom settings. If no settings are given then - * the default visibility is {@link RequestedVisibility#PUBLIC} (The - * resolved visibility, though, may depend on other aspects such as team and - * shared folder settings). + * the default visibility is RequestedVisibility.public (The resolved + * visibility, though, may depend on other aspects such as team and shared + * folder settings). * * * @return The metadata of a shared link. @@ -416,12 +409,13 @@ SharedLinkMetadata createSharedLinkWithSettings(CreateSharedLinkWithSettingsArg /** * Create a shared link with custom settings. If no settings are given then - * the default visibility is {@link RequestedVisibility#PUBLIC} (The - * resolved visibility, though, may depend on other aspects such as team and - * shared folder settings). + * the default visibility is RequestedVisibility.public (The resolved + * visibility, though, may depend on other aspects such as team and shared + * folder settings). * * @param path The path to be shared by the shared link. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * * @return The metadata of a shared link. @@ -436,12 +430,13 @@ public SharedLinkMetadata createSharedLinkWithSettings(String path) throws Creat /** * Create a shared link with custom settings. If no settings are given then - * the default visibility is {@link RequestedVisibility#PUBLIC} (The - * resolved visibility, though, may depend on other aspects such as team and - * shared folder settings). + * the default visibility is RequestedVisibility.public (The resolved + * visibility, though, may depend on other aspects such as team and shared + * folder settings). * * @param path The path to be shared by the shared link. Must match pattern - * "{@code (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}" + * "{@code + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}" * and not be {@code null}. * @param settings The requested settings for the newly created shared * link. @@ -507,7 +502,7 @@ public SharedFileMetadata getFileMetadata(String file) throws GetFileMetadataErr * pattern "{@code ((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?}", and * not be {@code null}. * @param actions A list of `FileAction`s corresponding to - * `FilePermission`s that should appear in the response's {@link + * `FilePermission`s that should appear in the response's {@link * SharedFileMetadata#getPermissions} field describing the actions the * authenticated user can perform on the file. Must not contain a {@code * null} item. @@ -574,7 +569,7 @@ public List getFileMetadataBatch(List files) * @param files The files to query. Must contain at most 100 items, not * contain a {@code null} item, and not be {@code null}. * @param actions A list of `FileAction`s corresponding to - * `FilePermission`s that should appear in the response's {@link + * `FilePermission`s that should appear in the response's {@link * SharedFileMetadata#getPermissions} field describing the actions the * authenticated user can perform on the file. Must not contain a {@code * null} item. @@ -643,7 +638,7 @@ public SharedFolderMetadata getFolderMetadata(String sharedFolderId) throws Shar * @param sharedFolderId The ID for the shared folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. Must not contain a * {@code null} item. @@ -671,7 +666,8 @@ public SharedFolderMetadata getFolderMetadata(String sharedFolderId, List getSharedLinkFile(GetSharedLinkMetadataArg arg } /** - * Download the shared link's file from a user's Dropbox. + * Download the shared link's file from a user's Dropbox. This is a + * download-style endpoint that returns the file content. * * @param url URL of the shared link. Must not be {@code null}. * @@ -711,7 +708,8 @@ public DbxDownloader getSharedLinkFile(String url) throws Ge } /** - * Download the shared link's file from a user's Dropbox. + * Download the shared link's file from a user's Dropbox. This is a + * download-style endpoint that returns the file content. * * @param url URL of the shared link. Must not be {@code null}. * @@ -721,9 +719,9 @@ public DbxDownloader getSharedLinkFile(String url) throws Ge * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public GetSharedLinkFileBuilder getSharedLinkFileBuilder(String url) { + public DbxUserGetSharedLinkFileBuilder getSharedLinkFileBuilder(String url) { GetSharedLinkMetadataArg.Builder argBuilder_ = GetSharedLinkMetadataArg.newBuilder(url); - return new GetSharedLinkFileBuilder(this, argBuilder_); + return new DbxUserGetSharedLinkFileBuilder(this, argBuilder_); } // @@ -736,7 +734,7 @@ public GetSharedLinkFileBuilder getSharedLinkFileBuilder(String url) { * * @return The metadata of a shared link. */ - SharedLinkMetadata getSharedLinkMetadata(GetSharedLinkMetadataArg arg) throws SharedLinkErrorException, DbxException { + SharedLinkMetadata getSharedLinkMetadata(GetSharedLinkMetadataArg arg) throws SharedLinkMetadataErrorException, DbxException { try { return this.client.rpcStyle(this.client.getHost().getApi(), "2/sharing/get_shared_link_metadata", @@ -744,10 +742,10 @@ SharedLinkMetadata getSharedLinkMetadata(GetSharedLinkMetadataArg arg) throws Sh false, GetSharedLinkMetadataArg.Serializer.INSTANCE, SharedLinkMetadata.Serializer.INSTANCE, - SharedLinkError.Serializer.INSTANCE); + SharedLinkMetadataError.Serializer.INSTANCE); } catch (DbxWrappedException ex) { - throw new SharedLinkErrorException("2/sharing/get_shared_link_metadata", ex.getRequestId(), ex.getUserMessage(), (SharedLinkError) ex.getErrorValue()); + throw new SharedLinkMetadataErrorException("2/sharing/get_shared_link_metadata", ex.getRequestId(), ex.getUserMessage(), (SharedLinkMetadataError) ex.getErrorValue()); } } @@ -761,7 +759,7 @@ SharedLinkMetadata getSharedLinkMetadata(GetSharedLinkMetadataArg arg) throws Sh * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public SharedLinkMetadata getSharedLinkMetadata(String url) throws SharedLinkErrorException, DbxException { + public SharedLinkMetadata getSharedLinkMetadata(String url) throws SharedLinkMetadataErrorException, DbxException { GetSharedLinkMetadataArg _arg = new GetSharedLinkMetadataArg(url); return getSharedLinkMetadata(_arg); } @@ -791,8 +789,8 @@ public DbxUserGetSharedLinkMetadataBuilder getSharedLinkMetadataBuilder(String u * collection links. If no path is given, returns a list of all shared links * for the current user, including collection links, up to a maximum of 1000 * links. If a non-empty path is given, returns a list of all shared links - * that allow access to the given path. Collection links are never returned - * in this case. + * that allow access to the given path. Collection links are never returned + * in this case. DEPRECATED: Use list_shared_links instead. * */ GetSharedLinksResult getSharedLinks(GetSharedLinksArg arg) throws GetSharedLinksErrorException, DbxException { @@ -812,17 +810,13 @@ GetSharedLinksResult getSharedLinks(GetSharedLinksArg arg) throws GetSharedLinks /** * Returns a list of {@link LinkMetadata} objects for this user, including - * collection links. - * - *

If no path is given, returns a list of all shared links for the - * current user, including collection links, up to a maximum of 1000 links. - *

- * - *

If a non-empty path is given, returns a list of all shared links that - * allow access to the given path. Collection links are never returned in - * this case.

+ * collection links. If no path is given, returns a list of all shared links + * for the current user, including collection links, up to a maximum of 1000 + * links. If a non-empty path is given, returns a list of all shared links + * that allow access to the given path. Collection links are never returned + * in this case. DEPRECATED: Use list_shared_links instead. * - * @deprecated use {@link DbxUserSharingRequests#listSharedLinks} instead. + * @deprecated */ @Deprecated public GetSharedLinksResult getSharedLinks() throws GetSharedLinksErrorException, DbxException { @@ -832,20 +826,16 @@ public GetSharedLinksResult getSharedLinks() throws GetSharedLinksErrorException /** * Returns a list of {@link LinkMetadata} objects for this user, including - * collection links. - * - *

If no path is given, returns a list of all shared links for the - * current user, including collection links, up to a maximum of 1000 links. - *

- * - *

If a non-empty path is given, returns a list of all shared links that - * allow access to the given path. Collection links are never returned in - * this case.

+ * collection links. If no path is given, returns a list of all shared links + * for the current user, including collection links, up to a maximum of 1000 + * links. If a non-empty path is given, returns a list of all shared links + * that allow access to the given path. Collection links are never returned + * in this case. DEPRECATED: Use list_shared_links instead. * * @param path See {@link DbxUserSharingRequests#getSharedLinks(String)} * description. * - * @deprecated use {@link DbxUserSharingRequests#listSharedLinks} instead. + * @deprecated */ @Deprecated public GetSharedLinksResult getSharedLinks(String path) throws GetSharedLinksErrorException, DbxException { @@ -964,12 +954,11 @@ List listFileMembersBatch(ListFileMembersBatchArg ar * Get members of multiple files at once. The arguments to this route are * more limited, and the limit on query result size per file is more strict. * To customize the results more, use the individual file endpoint. + * Inherited users and groups are not included in the result, and + * permissions are not returned for this endpoint. * - *

Inherited users and groups are not included in the result, and - * permissions are not returned for this endpoint.

- * - *

The {@code limit} request parameter will default to {@code 10L} (see - * {@link #listFileMembersBatch(List,long)}).

+ *

The {@code limit} request parameter will default to {@code 1000L} + * (see {@link #listFileMembersBatch(List,long)}).

* * @param files Files for which to return members. Must contain at most 100 * items, not contain a {@code null} item, and not be {@code null}. @@ -986,21 +975,20 @@ public List listFileMembersBatch(List files) * Get members of multiple files at once. The arguments to this route are * more limited, and the limit on query result size per file is more strict. * To customize the results more, use the individual file endpoint. - * - *

Inherited users and groups are not included in the result, and - * permissions are not returned for this endpoint.

+ * Inherited users and groups are not included in the result, and + * permissions are not returned for this endpoint. * * @param files Files for which to return members. Must contain at most 100 * items, not contain a {@code null} item, and not be {@code null}. - * @param limit Number of members to return max per query. Defaults to 10 - * if no limit is specified. Must be less than or equal to 20. + * @param limit Number of members to return max per query. Defaults to 1000 + * if no limit is specified. Must be less than or equal to 3000. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ public List listFileMembersBatch(List files, long limit) throws SharingUserErrorException, DbxException { - if (limit > 20L) { - throw new IllegalArgumentException("Number 'limit' is larger than 20L"); + if (limit > 3000L) { + throw new IllegalArgumentException("Number 'limit' is larger than 3000L"); } ListFileMembersBatchArg _arg = new ListFileMembersBatchArg(files, limit); return listFileMembersBatch(_arg); @@ -1097,8 +1085,9 @@ SharedFolderMembers listFolderMembers(ListFolderMembersArgs arg) throws SharedFo *

The default values for the optional request parameters will be used. * See {@link ListFolderMembersBuilder} for more details.

* - * @param sharedFolderId The ID for the shared folder. Must match pattern - * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param sharedFolderId The ID for the shared folder. When path is + * provided, the folder ID will be extracted from the path instead. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * * @return Shared folder user and group membership. * @@ -1113,8 +1102,9 @@ public SharedFolderMembers listFolderMembers(String sharedFolderId) throws Share /** * Returns shared folder membership by its folder ID. * - * @param sharedFolderId The ID for the shared folder. Must match pattern - * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param sharedFolderId The ID for the shared folder. When path is + * provided, the folder ID will be extracted from the path instead. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * * @return Request builder for configuring request parameters and completing * the request. @@ -1402,9 +1392,7 @@ public ListFoldersResult listMountableFoldersContinue(String cursor) throws List // /** - * Returns a list of all files shared with current user. Does not include - * files the user has received via shared folders, and does not include - * unclaimed invitations. + * Returns a list of all files shared with current user. * * @param arg Arguments for {@link * DbxUserSharingRequests#listReceivedFiles}. @@ -1430,9 +1418,6 @@ ListFilesResult listReceivedFiles(ListFilesArg arg) throws SharingUserErrorExcep /** * Returns a list of all files shared with current user. * - *

Does not include files the user has received via shared folders, and - * does not include unclaimed invitations.

- * *

The default values for the optional request parameters will be used. * See {@link ListReceivedFilesBuilder} for more details.

* @@ -1445,9 +1430,7 @@ public ListFilesResult listReceivedFiles() throws SharingUserErrorException, Dbx } /** - * Returns a list of all files shared with current user. Does not include - * files the user has received via shared folders, and does not include - * unclaimed invitations. + * Returns a list of all files shared with current user. * * @return Request builder for configuring request parameters and completing * the request. @@ -1513,12 +1496,10 @@ public ListFilesResult listReceivedFilesContinue(String cursor) throws ListFiles * all shared links for the current user. For members of business teams * using team space and member folders, returns all shared links in the team * member's home folder unless the team space ID is specified in the request - * header. For more information, refer to the Namespace - * Guide. If a non-empty path is given, returns a list of all shared - * links that allow access to the given path - direct links to the given - * path and links to parent folders of the given path. Links to parent - * folders can be suppressed by setting direct_only to true. + * header. If a non-empty path is given, returns a list of all shared links + * that allow access to the given path - direct links to the given path and + * links to parent folders of the given path. Links to parent folders can be + * suppressed by setting direct_only to true. * */ ListSharedLinksResult listSharedLinks(ListSharedLinksArg arg) throws ListSharedLinksErrorException, DbxException { @@ -1537,19 +1518,14 @@ ListSharedLinksResult listSharedLinks(ListSharedLinksArg arg) throws ListSharedL } /** - * List shared links of this user. - * - *

If no path is given, returns a list of all shared links for the - * current user. For members of business teams using team space and member - * folders, returns all shared links in the team member's home folder unless - * the team space ID is specified in the request header. For more - * information, refer to the :link:`Namespace Guide - * https://www.dropbox.com/developers/reference/namespace-guide`.

- * - *

If a non-empty path is given, returns a list of all shared links that - * allow access to the given path - direct links to the given path and links - * to parent folders of the given path. Links to parent folders can be - * suppressed by setting direct_only to true.

+ * List shared links of this user. If no path is given, returns a list of + * all shared links for the current user. For members of business teams + * using team space and member folders, returns all shared links in the team + * member's home folder unless the team space ID is specified in the request + * header. If a non-empty path is given, returns a list of all shared links + * that allow access to the given path - direct links to the given path and + * links to parent folders of the given path. Links to parent folders can be + * suppressed by setting direct_only to true. */ public ListSharedLinksResult listSharedLinks() throws ListSharedLinksErrorException, DbxException { ListSharedLinksArg _arg = new ListSharedLinksArg(); @@ -1561,12 +1537,10 @@ public ListSharedLinksResult listSharedLinks() throws ListSharedLinksErrorExcept * all shared links for the current user. For members of business teams * using team space and member folders, returns all shared links in the team * member's home folder unless the team space ID is specified in the request - * header. For more information, refer to the Namespace - * Guide. If a non-empty path is given, returns a list of all shared - * links that allow access to the given path - direct links to the given - * path and links to parent folders of the given path. Links to parent - * folders can be suppressed by setting direct_only to true. + * header. If a non-empty path is given, returns a list of all shared links + * that allow access to the given path - direct links to the given path and + * links to parent folders of the given path. Links to parent folders can be + * suppressed by setting direct_only to true. * * @return Request builder for configuring request parameters and completing * the request. @@ -1583,11 +1557,11 @@ public ListSharedLinksBuilder listSharedLinksBuilder() { /** * Modify the shared link's settings. If the requested visibility conflict * with the shared links policy of the team or the shared folder (in case - * the linked file is part of a shared folder) then the {@link - * LinkPermissions#getResolvedVisibility} of the returned {@link - * SharedLinkMetadata} will reflect the actual visibility of the shared link - * and the {@link LinkPermissions#getRequestedVisibility} will reflect the - * requested visibility. + * the linked file is part of a shared folder) then the + * LinkPermissions.resolved_visibility of the returned SharedLinkMetadata + * will reflect the actual visibility of the shared link and the + * LinkPermissions.requested_visibility will reflect the requested + * visibility. * * * @return The metadata of a shared link. @@ -1608,15 +1582,13 @@ SharedLinkMetadata modifySharedLinkSettings(ModifySharedLinkSettingsArgs arg) th } /** - * Modify the shared link's settings. - * - *

If the requested visibility conflict with the shared links policy of - * the team or the shared folder (in case the linked file is part of a - * shared folder) then the {@link LinkPermissions#getResolvedVisibility} of - * the returned {@link SharedLinkMetadata} will reflect the actual - * visibility of the shared link and the {@link - * LinkPermissions#getRequestedVisibility} will reflect the requested - * visibility.

+ * Modify the shared link's settings. If the requested visibility conflict + * with the shared links policy of the team or the shared folder (in case + * the linked file is part of a shared folder) then the + * LinkPermissions.resolved_visibility of the returned SharedLinkMetadata + * will reflect the actual visibility of the shared link and the + * LinkPermissions.requested_visibility will reflect the requested + * visibility. * *

The {@code removeExpiration} request parameter will default to {@code * false} (see {@link @@ -1638,15 +1610,13 @@ public SharedLinkMetadata modifySharedLinkSettings(String url, SharedLinkSetting } /** - * Modify the shared link's settings. - * - *

If the requested visibility conflict with the shared links policy of - * the team or the shared folder (in case the linked file is part of a - * shared folder) then the {@link LinkPermissions#getResolvedVisibility} of - * the returned {@link SharedLinkMetadata} will reflect the actual - * visibility of the shared link and the {@link - * LinkPermissions#getRequestedVisibility} will reflect the requested - * visibility.

+ * Modify the shared link's settings. If the requested visibility conflict + * with the shared links policy of the team or the shared folder (in case + * the linked file is part of a shared folder) then the + * LinkPermissions.resolved_visibility of the returned SharedLinkMetadata + * will reflect the actual visibility of the shared link and the + * LinkPermissions.requested_visibility will reflect the requested + * visibility. * * @param url URL of the shared link to change its settings. Must not be * {@code null}. @@ -1694,11 +1664,9 @@ SharedFolderMetadata mountFolder(MountFolderArg arg) throws MountFolderErrorExce } /** - * The current user mounts the designated folder. - * - *

Mount a shared folder for a user after they have been added as a - * member. Once mounted, the shared folder will appear in their Dropbox. - *

+ * The current user mounts the designated folder. Mount a shared folder for + * a user after they have been added as a member. Once mounted, the shared + * folder will appear in their Dropbox. * * @param sharedFolderId The ID of the shared folder to mount. Must match * pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. @@ -1714,14 +1682,61 @@ public SharedFolderMetadata mountFolder(String sharedFolderId) throws MountFolde return mountFolder(_arg); } + // + // route 2/sharing/relinquish_access + // + + /** + * Removes all self-removable access from a file or folder for the current + * user. Best-effort and idempotent: attempts to drop link-visitor + * associations and explicit ACL membership. + * + * @param arg Removes all self-removable access from a file or folder. For + * folders: always relinquishes without keeping a local copy + * (leave_a_copy=false behavior). If you need control over keeping + * folder contents, use the relinquish_folder_membership endpoint + * instead. + * + * @return Returns an empty response for the relinquish_access endpoint. + */ + RelinquishAccessResult relinquishAccess(RelinquishAccessArg arg) throws RelinquishAccessErrorException, DbxException { + try { + return this.client.rpcStyle(this.client.getHost().getApi(), + "2/sharing/relinquish_access", + arg, + false, + RelinquishAccessArg.Serializer.INSTANCE, + RelinquishAccessResult.Serializer.INSTANCE, + RelinquishAccessError.Serializer.INSTANCE); + } + catch (DbxWrappedException ex) { + throw new RelinquishAccessErrorException("2/sharing/relinquish_access", ex.getRequestId(), ex.getUserMessage(), (RelinquishAccessError) ex.getErrorValue()); + } + } + + /** + * Removes all self-removable access from a file or folder for the current + * user. Best-effort and idempotent: attempts to drop link-visitor + * associations and explicit ACL membership. + * + * @param fileId The id for the file or folder. Must not be {@code null}. + * + * @return Returns an empty response for the relinquish_access endpoint. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public RelinquishAccessResult relinquishAccess(String fileId) throws RelinquishAccessErrorException, DbxException { + RelinquishAccessArg _arg = new RelinquishAccessArg(fileId); + return relinquishAccess(_arg); + } + // // route 2/sharing/relinquish_file_membership // /** * The current user relinquishes their membership in the designated file. - * Note that the current user may still have inherited access to this file - * through the parent folder. * */ void relinquishFileMembership(RelinquishFileMembershipArg arg) throws RelinquishFileMembershipErrorException, DbxException { @@ -1741,8 +1756,6 @@ void relinquishFileMembership(RelinquishFileMembershipArg arg) throws Relinquish /** * The current user relinquishes their membership in the designated file. - * Note that the current user may still have inherited access to this file - * through the parent folder. * * @param file The path or id for the file. Must have length of at least 1, * match pattern "{@code ((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?}", @@ -1790,10 +1803,9 @@ LaunchEmptyResult relinquishFolderMembership(RelinquishFolderMembershipArg arg) /** * The current user relinquishes their membership in the designated shared * folder and will no longer have access to the folder. A folder owner - * cannot relinquish membership in their own folder. - * - *

This will run synchronously if leave_a_copy is false, and - * asynchronously if leave_a_copy is true.

+ * cannot relinquish membership in their own folder. This will run + * synchronously if leave_a_copy is false, and asynchronously if + * leave_a_copy is true. * *

The {@code leaveACopy} request parameter will default to {@code * false} (see {@link #relinquishFolderMembership(String,boolean)}).

@@ -1816,10 +1828,9 @@ public LaunchEmptyResult relinquishFolderMembership(String sharedFolderId) throw /** * The current user relinquishes their membership in the designated shared * folder and will no longer have access to the folder. A folder owner - * cannot relinquish membership in their own folder. - * - *

This will run synchronously if leave_a_copy is false, and - * asynchronously if leave_a_copy is true.

+ * cannot relinquish membership in their own folder. This will run + * synchronously if leave_a_copy is false, and asynchronously if + * leave_a_copy is true. * * @param sharedFolderId The ID for the shared folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. @@ -1879,9 +1890,7 @@ FileMemberActionIndividualResult removeFileMember(RemoveFileMemberArg arg) throw * @throws IllegalArgumentException If any argument does not meet its * preconditions. * - * @deprecated use {@link - * DbxUserSharingRequests#removeFileMember2(String,MemberSelector)} - * instead. + * @deprecated */ @Deprecated public FileMemberActionIndividualResult removeFileMember(String file, MemberSelector member) throws RemoveFileMemberErrorException, DbxException { @@ -2000,9 +2009,8 @@ public LaunchResultBase removeFolderMember(String sharedFolderId, MemberSelector * Revoke a shared link. Note that even after revoking a shared link to a * file, the file may be accessible if there are shared links leading to any * of the file parent folders. To list all shared links that enable access - * to a specific file, you can use the {@link - * DbxUserSharingRequests#listSharedLinks} with the file as the {@link - * ListSharedLinksArg#getPath} argument. + * to a specific file, you can use the list_shared_links with the file as + * the ListSharedLinksArg.path argument. * */ void revokeSharedLink(RevokeSharedLinkArg arg) throws RevokeSharedLinkErrorException, DbxException { @@ -2021,13 +2029,11 @@ void revokeSharedLink(RevokeSharedLinkArg arg) throws RevokeSharedLinkErrorExcep } /** - * Revoke a shared link. - * - *

Note that even after revoking a shared link to a file, the file may - * be accessible if there are shared links leading to any of the file parent - * folders. To list all shared links that enable access to a specific file, - * you can use the {@link DbxUserSharingRequests#listSharedLinks} with the - * file as the {@link ListSharedLinksArg#getPath} argument.

+ * Revoke a shared link. Note that even after revoking a shared link to a + * file, the file may be accessible if there are shared links leading to any + * of the file parent folders. To list all shared links that enable access + * to a specific file, you can use the list_shared_links with the file as + * the ListSharedLinksArg.path argument. * * @param url URL of the shared link. Must not be {@code null}. * @@ -2068,11 +2074,10 @@ ShareFolderLaunch setAccessInheritance(SetAccessInheritanceArg arg) throws SetAc /** * Change the inheritance policy of an existing Shared Folder. Only - * permitted for shared folders in a shared team root. - * - *

If a {@link ShareFolderLaunch#getAsyncJobIdValue} is returned, you'll - * need to call {@link DbxUserSharingRequests#checkShareJobStatus(String)} - * until the action completes to get the metadata for the folder.

+ * permitted for shared folders in a shared team root. If a {@link + * ShareFolderLaunch#getAsyncJobIdValue} is returned, you'll need to call + * {@link DbxUserSharingRequests#checkShareJobStatus(String)} until the + * action completes to get the metadata for the folder. * *

The {@code accessInheritance} request parameter will default to * {@code AccessInheritance.INHERIT} (see {@link @@ -2091,11 +2096,10 @@ public ShareFolderLaunch setAccessInheritance(String sharedFolderId) throws SetA /** * Change the inheritance policy of an existing Shared Folder. Only - * permitted for shared folders in a shared team root. - * - *

If a {@link ShareFolderLaunch#getAsyncJobIdValue} is returned, you'll - * need to call {@link DbxUserSharingRequests#checkShareJobStatus(String)} - * until the action completes to get the metadata for the folder.

+ * permitted for shared folders in a shared team root. If a {@link + * ShareFolderLaunch#getAsyncJobIdValue} is returned, you'll need to call + * {@link DbxUserSharingRequests#checkShareJobStatus(String)} until the + * action completes to get the metadata for the folder. * * @param sharedFolderId The ID for the shared folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. @@ -2142,22 +2146,20 @@ ShareFolderLaunch shareFolder(ShareFolderArg arg) throws ShareFolderErrorExcepti } /** - * Share a folder with collaborators. - * - *

Most sharing will be completed synchronously. Large folders will be - * completed asynchronously. To make testing the async case repeatable, set - * `ShareFolderArg.force_async`.

- * - *

If a {@link ShareFolderLaunch#getAsyncJobIdValue} is returned, you'll - * need to call {@link DbxUserSharingRequests#checkShareJobStatus(String)} - * until the action completes to get the metadata for the folder.

+ * Share a folder with collaborators. Most sharing will be completed + * synchronously. Large folders will be completed asynchronously. To make + * testing the async case repeatable, set `ShareFolderArg.force_async`. If a + * {@link ShareFolderLaunch#getAsyncJobIdValue} is returned, you'll need to + * call {@link DbxUserSharingRequests#checkShareJobStatus(String)} until the + * action completes to get the metadata for the folder. * *

The default values for the optional request parameters will be used. * See {@link ShareFolderBuilder} for more details.

* * @param path The path or the file id to the folder to share. If it does * not exist, then a new one is created. Must match pattern "{@code - * (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be {@code null}. + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -2177,7 +2179,8 @@ public ShareFolderLaunch shareFolder(String path) throws ShareFolderErrorExcepti * * @param path The path or the file id to the folder to share. If it does * not exist, then a new one is created. Must match pattern "{@code - * (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be {@code null}. + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return Request builder for configuring request parameters and completing * the request. @@ -2217,9 +2220,8 @@ void transferFolder(TransferFolderArg arg) throws TransferFolderErrorException, /** * Transfer ownership of a shared folder to a member of the shared folder. - * - *

User must have {@link AccessLevel#OWNER} access to the shared folder - * to perform a transfer.

+ * User must have {@link AccessLevel#OWNER} access to the shared folder to + * perform a transfer. * * @param sharedFolderId The ID for the shared folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. @@ -2320,9 +2322,11 @@ public void unshareFile(String file) throws UnshareFileErrorException, DbxExcept // /** - * Allows a shared folder owner to unshare the folder. You'll need to call - * {@link DbxUserSharingRequests#checkJobStatus(String)} to determine if the - * action has completed successfully. + * Allows a shared folder owner to unshare the folder. Unshare will not work + * in following cases: The shared folder contains shared folders OR the + * shared folder is inside another shared folder. You'll need to call {@link + * DbxUserSharingRequests#checkJobStatus(String)} to determine if the action + * has completed successfully. * * * @return Result returned by methods that may either launch an asynchronous @@ -2345,11 +2349,11 @@ LaunchEmptyResult unshareFolder(UnshareFolderArg arg) throws UnshareFolderErrorE } /** - * Allows a shared folder owner to unshare the folder. - * - *

You'll need to call {@link + * Allows a shared folder owner to unshare the folder. Unshare will not work + * in following cases: The shared folder contains shared folders OR the + * shared folder is inside another shared folder. You'll need to call {@link * DbxUserSharingRequests#checkJobStatus(String)} to determine if the action - * has completed successfully.

+ * has completed successfully. * *

The {@code leaveACopy} request parameter will default to {@code * false} (see {@link #unshareFolder(String,boolean)}).

@@ -2370,11 +2374,11 @@ public LaunchEmptyResult unshareFolder(String sharedFolderId) throws UnshareFold } /** - * Allows a shared folder owner to unshare the folder. - * - *

You'll need to call {@link + * Allows a shared folder owner to unshare the folder. Unshare will not work + * in following cases: The shared folder contains shared folders OR the + * shared folder is inside another shared folder. You'll need to call {@link * DbxUserSharingRequests#checkJobStatus(String)} to determine if the action - * has completed successfully.

+ * has completed successfully. * * @param sharedFolderId The ID for the shared folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. @@ -2527,10 +2531,8 @@ SharedFolderMetadata updateFolderPolicy(UpdateFolderPolicyArg arg) throws Update } /** - * Update the sharing policies for a shared folder. - * - *

User must have {@link AccessLevel#OWNER} access to the shared folder - * to update its policies.

+ * Update the sharing policies for a shared folder. User must have {@link + * AccessLevel#OWNER} access to the shared folder to update its policies. * * @param sharedFolderId The ID for the shared folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ExpectedSharedContentLinkMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ExpectedSharedContentLinkMetadata.java index 6c3d7e2fa..45f7db2d2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ExpectedSharedContentLinkMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ExpectedSharedContentLinkMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -26,7 +26,7 @@ * first created for the content. Absent if the link already exists. */ public class ExpectedSharedContentLinkMetadata extends SharedContentLinkMetadataBase { - // struct sharing.ExpectedSharedContentLinkMetadata (shared_content_links.stone) + // struct sharing.ExpectedSharedContentLinkMetadata (sharing_apiv2_shared_content_links.stone) /** @@ -52,7 +52,7 @@ public class ExpectedSharedContentLinkMetadata extends SharedContentLinkMetadata * @param audienceRestrictingSharedFolder The shared folder that prevents * the link audience for this link from being more restrictive. * @param expiry Whether the link has an expiry set on it. A link with an - * expiry will have its audience changed to members when the expiry is + * expiry will have its audience changed to members when the expiry is * reached. * * @throws IllegalArgumentException If any argument does not meet its @@ -153,7 +153,7 @@ public AudienceRestrictingSharedFolder getAudienceRestrictingSharedFolder() { /** * Whether the link has an expiry set on it. A link with an expiry will have - * its audience changed to members when the expiry is reached. + * its audience changed to members when the expiry is reached. * * @return value for this field, or {@code null} if not present. */ @@ -226,7 +226,7 @@ public Builder withAudienceRestrictingSharedFolder(AudienceRestrictingSharedFold * Set value for optional field. * * @param expiry Whether the link has an expiry set on it. A link with - * an expiry will have its audience changed to members when the + * an expiry will have its audience changed to members when the * expiry is reached. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileAction.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileAction.java index a5a2e5c74..64f48d48d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileAction.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileAction.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ * Sharing actions that may be taken on files. */ public enum FileAction { - // union sharing.FileAction (sharing_files.stone) + // union sharing.FileAction (sharing_apiv2_sharing_files_types.stone) /** * Disable viewer information on the file. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileLinkMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileLinkMetadata.java index 7ba86b649..a090dce5b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileLinkMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileLinkMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * The metadata of a file shared link. */ public class FileLinkMetadata extends SharedLinkMetadata { - // struct sharing.FileLinkMetadata (shared_links.stone) + // struct sharing.FileLinkMetadata (sharing_apiv2_shared_links_types.stone) @Nonnull protected final Date clientModified; @@ -67,10 +67,11 @@ public class FileLinkMetadata extends SharedLinkMetadata { * expire. * @param pathLower The lowercased full path in the user's Dropbox. This * always starts with a slash. This field will only be present only if - * the linked file is in the authenticated user's dropbox. + * the linked file is in the authenticated user's dropbox and the user + * is the owner of the link. * @param teamMemberInfo The team membership information of the link's - * owner. This field will only be present if the link's owner is a - * team member. + * owner. This field will only be present if the link's owner is a team + * member. * @param contentOwnerTeamInfo The team information of the content's owner. * This field will only be present if the content's owner is a team * member and the content's owner team is different from the link's @@ -231,7 +232,7 @@ public Date getExpires() { /** * The lowercased full path in the user's Dropbox. This always starts with a * slash. This field will only be present only if the linked file is in the - * authenticated user's dropbox. + * authenticated user's dropbox and the user is the owner of the link. * * @return value for this field, or {@code null} if not present. */ @@ -242,7 +243,7 @@ public String getPathLower() { /** * The team membership information of the link's owner. This field will - * only be present if the link's owner is a team member. + * only be present if the link's owner is a team member. * * @return value for this field, or {@code null} if not present. */ @@ -360,7 +361,8 @@ public Builder withExpires(Date expires) { * * @param pathLower The lowercased full path in the user's Dropbox. * This always starts with a slash. This field will only be present - * only if the linked file is in the authenticated user's dropbox. + * only if the linked file is in the authenticated user's dropbox + * and the user is the owner of the link. * * @return this builder */ @@ -373,7 +375,7 @@ public Builder withPathLower(String pathLower) { * Set value for optional field. * * @param teamMemberInfo The team membership information of the link's - * owner. This field will only be present if the link's owner is a + * owner. This field will only be present if the link's owner is a * team member. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionError.java index dafed561d..4c3fde52b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class FileMemberActionError { - // union sharing.FileMemberActionError (sharing_files.stone) + // union sharing.FileMemberActionError (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link FileMemberActionError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionIndividualResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionIndividualResult.java index 940fac04e..bb70cbaa1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionIndividualResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionIndividualResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class FileMemberActionIndividualResult { - // union sharing.FileMemberActionIndividualResult (sharing_files.stone) + // union sharing.FileMemberActionIndividualResult (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link FileMemberActionIndividualResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionResult.java index f4452d051..8867a9216 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberActionResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * DbxUserSharingRequests#addFileMember(String,List)}. */ public class FileMemberActionResult { - // struct sharing.FileMemberActionResult (sharing_files.stone) + // struct sharing.FileMemberActionResult (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final MemberSelector member; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberRemoveActionResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberRemoveActionResult.java index c2422debc..43279c321 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberRemoveActionResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FileMemberRemoveActionResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class FileMemberRemoveActionResult { - // union sharing.FileMemberRemoveActionResult (sharing_files.stone) + // union sharing.FileMemberRemoveActionResult (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link FileMemberRemoveActionResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FilePermission.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FilePermission.java index 64dcdc293..6e1c2ec69 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FilePermission.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FilePermission.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * Whether the user is allowed to take the sharing action on the file. */ public class FilePermission { - // struct sharing.FilePermission (sharing_files.stone) + // struct sharing.FilePermission (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final FileAction action; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderAction.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderAction.java index 2dcfecd4f..94516b177 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderAction.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderAction.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_base.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ * Actions that may be taken on shared folders. */ public enum FolderAction { - // union sharing.FolderAction (sharing_folders.stone) + // union sharing.FolderAction (sharing_apiv2_sharing_folders_base.stone) /** * Change folder options, such as who can be invited to join the folder. */ @@ -67,13 +67,21 @@ public enum FolderAction { */ LEAVE_A_COPY, /** - * Use create_link instead. + * Use create_view_link and create_edit_link instead. */ SHARE_LINK, /** - * Create a shared link for folder. + * Use create_view_link and create_edit_link instead. */ CREATE_LINK, + /** + * Create a shared link that only allows users to view the content. + */ + CREATE_VIEW_LINK, + /** + * Create a shared link that allows users to edit the content. + */ + CREATE_EDIT_LINK, /** * Set whether the folder inherits permissions from its parent. */ @@ -148,6 +156,14 @@ public void serialize(FolderAction value, JsonGenerator g) throws IOException, J g.writeString("create_link"); break; } + case CREATE_VIEW_LINK: { + g.writeString("create_view_link"); + break; + } + case CREATE_EDIT_LINK: { + g.writeString("create_edit_link"); + break; + } case SET_ACCESS_INHERITANCE: { g.writeString("set_access_inheritance"); break; @@ -215,6 +231,12 @@ else if ("share_link".equals(tag)) { else if ("create_link".equals(tag)) { value = FolderAction.CREATE_LINK; } + else if ("create_view_link".equals(tag)) { + value = FolderAction.CREATE_VIEW_LINK; + } + else if ("create_edit_link".equals(tag)) { + value = FolderAction.CREATE_EDIT_LINK; + } else if ("set_access_inheritance".equals(tag)) { value = FolderAction.SET_ACCESS_INHERITANCE; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderLinkMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderLinkMetadata.java index 6fcbacf91..1db3ee8bc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderLinkMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderLinkMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * The metadata of a folder shared link. */ public class FolderLinkMetadata extends SharedLinkMetadata { - // struct sharing.FolderLinkMetadata (shared_links.stone) + // struct sharing.FolderLinkMetadata (sharing_apiv2_shared_links_types.stone) /** @@ -45,10 +45,11 @@ public class FolderLinkMetadata extends SharedLinkMetadata { * expire. * @param pathLower The lowercased full path in the user's Dropbox. This * always starts with a slash. This field will only be present only if - * the linked file is in the authenticated user's dropbox. + * the linked file is in the authenticated user's dropbox and the user + * is the owner of the link. * @param teamMemberInfo The team membership information of the link's - * owner. This field will only be present if the link's owner is a - * team member. + * owner. This field will only be present if the link's owner is a team + * member. * @param contentOwnerTeamInfo The team information of the content's owner. * This field will only be present if the content's owner is a team * member and the content's owner team is different from the link's @@ -132,7 +133,7 @@ public Date getExpires() { /** * The lowercased full path in the user's Dropbox. This always starts with a * slash. This field will only be present only if the linked file is in the - * authenticated user's dropbox. + * authenticated user's dropbox and the user is the owner of the link. * * @return value for this field, or {@code null} if not present. */ @@ -143,7 +144,7 @@ public String getPathLower() { /** * The team membership information of the link's owner. This field will - * only be present if the link's owner is a team member. + * only be present if the link's owner is a team member. * * @return value for this field, or {@code null} if not present. */ @@ -225,7 +226,8 @@ public Builder withExpires(Date expires) { * * @param pathLower The lowercased full path in the user's Dropbox. * This always starts with a slash. This field will only be present - * only if the linked file is in the authenticated user's dropbox. + * only if the linked file is in the authenticated user's dropbox + * and the user is the owner of the link. * * @return this builder */ @@ -238,7 +240,7 @@ public Builder withPathLower(String pathLower) { * Set value for optional field. * * @param teamMemberInfo The team membership information of the link's - * owner. This field will only be present if the link's owner is a + * owner. This field will only be present if the link's owner is a * team member. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderPermission.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderPermission.java index f94fdec5f..07ba18653 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderPermission.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderPermission.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * Whether the user is allowed to take the action on the shared folder. */ public class FolderPermission { - // struct sharing.FolderPermission (sharing_folders.stone) + // struct sharing.FolderPermission (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final FolderAction action; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderPolicy.java index 37ffaed00..8ca081927 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/FolderPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_base.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * A set of policies governing membership and privileges for a shared folder. */ public class FolderPolicy { - // struct sharing.FolderPolicy (sharing_folders.stone) + // struct sharing.FolderPolicy (sharing_apiv2_sharing_folders_base.stone) @Nullable protected final MemberPolicy memberPolicy; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataArg.java index d496601e8..a4295837d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * Arguments of {@link DbxUserSharingRequests#getFileMetadata(String,List)}. */ class GetFileMetadataArg { - // struct sharing.GetFileMetadataArg (sharing_files.stone) + // struct sharing.GetFileMetadataArg (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String file; @@ -39,7 +39,7 @@ class GetFileMetadataArg { * pattern "{@code ((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?}", and * not be {@code null}. * @param actions A list of `FileAction`s corresponding to - * `FilePermission`s that should appear in the response's {@link + * `FilePermission`s that should appear in the response's {@link * SharedFileMetadata#getPermissions} field describing the actions the * authenticated user can perform on the file. Must not contain a {@code * null} item. @@ -96,8 +96,8 @@ public String getFile() { /** * A list of `FileAction`s corresponding to `FilePermission`s that should - * appear in the response's {@link SharedFileMetadata#getPermissions} field - * describing the actions the authenticated user can perform on the file. + * appear in the response's {@link SharedFileMetadata#getPermissions} field + * describing the actions the authenticated user can perform on the file. * * @return value for this field, or {@code null} if not present. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataBatchArg.java index 0dde411ff..8eae1279f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * Arguments of {@link DbxUserSharingRequests#getFileMetadataBatch(List,List)}. */ class GetFileMetadataBatchArg { - // struct sharing.GetFileMetadataBatchArg (sharing_files.stone) + // struct sharing.GetFileMetadataBatchArg (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final List files; @@ -38,7 +38,7 @@ class GetFileMetadataBatchArg { * @param files The files to query. Must contain at most 100 items, not * contain a {@code null} item, and not be {@code null}. * @param actions A list of `FileAction`s corresponding to - * `FilePermission`s that should appear in the response's {@link + * `FilePermission`s that should appear in the response's {@link * SharedFileMetadata#getPermissions} field describing the actions the * authenticated user can perform on the file. Must not contain a {@code * null} item. @@ -103,8 +103,8 @@ public List getFiles() { /** * A list of `FileAction`s corresponding to `FilePermission`s that should - * appear in the response's {@link SharedFileMetadata#getPermissions} field - * describing the actions the authenticated user can perform on the file. + * appear in the response's {@link SharedFileMetadata#getPermissions} field + * describing the actions the authenticated user can perform on the file. * * @return value for this field, or {@code null} if not present. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataBatchResult.java index 132050815..10027fd57 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * DbxUserSharingRequests#getFileMetadataBatch(java.util.List,java.util.List)}. */ public class GetFileMetadataBatchResult { - // struct sharing.GetFileMetadataBatchResult (sharing_files.stone) + // struct sharing.GetFileMetadataBatchResult (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String file; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataError.java index 0630f37c5..66e1ff649 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -30,7 +30,7 @@ * will be used.

*/ public final class GetFileMetadataError { - // union sharing.GetFileMetadataError (sharing_files.stone) + // union sharing.GetFileMetadataError (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link GetFileMetadataError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataIndividualResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataIndividualResult.java index 8f4c61b86..d82c4c86b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataIndividualResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetFileMetadataIndividualResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class GetFileMetadataIndividualResult { - // union sharing.GetFileMetadataIndividualResult (sharing_files.stone) + // union sharing.GetFileMetadataIndividualResult (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link GetFileMetadataIndividualResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetMetadataArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetMetadataArgs.java index 4a11b29e8..0e958bbef 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetMetadataArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetMetadataArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; class GetMetadataArgs { - // struct sharing.GetMetadataArgs (sharing_folders.stone) + // struct sharing.GetMetadataArgs (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; @@ -34,7 +34,7 @@ class GetMetadataArgs { * @param sharedFolderId The ID for the shared folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. Must not contain a * {@code null} item. @@ -87,7 +87,7 @@ public String getSharedFolderId() { /** * A list of `FolderAction`s corresponding to `FolderPermission`s that - * should appear in the response's {@link + * should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileBuilder.java deleted file mode 100644 index 30d7ae33e..000000000 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileBuilder.java +++ /dev/null @@ -1,77 +0,0 @@ -/* DO NOT EDIT */ -/* This file was generated by Stone */ - -package com.dropbox.core.v2.sharing; - -import com.dropbox.core.DbxDownloader; -import com.dropbox.core.DbxException; -import com.dropbox.core.v2.DbxDownloadStyleBuilder; - -/** - * The request builder returned by {@link - * DbxUserSharingRequests#getSharedLinkFileBuilder}. - * - *

Use this class to set optional request parameters and complete the - * request.

- */ -public class GetSharedLinkFileBuilder extends DbxDownloadStyleBuilder { - private final DbxUserSharingRequests _client; - private final GetSharedLinkMetadataArg.Builder _builder; - - /** - * Creates a new instance of this builder. - * - * @param _client Dropbox namespace-specific client used to issue sharing - * requests. - * @param _builder Request argument builder. - * - * @return instsance of this builder - */ - GetSharedLinkFileBuilder(DbxUserSharingRequests _client, GetSharedLinkMetadataArg.Builder _builder) { - if (_client == null) { - throw new NullPointerException("_client"); - } - this._client = _client; - if (_builder == null) { - throw new NullPointerException("_builder"); - } - this._builder = _builder; - } - - /** - * Set value for optional field. - * - * @param path If the shared link is to a folder, this parameter can be - * used to retrieve the metadata for a specific file or sub-folder in - * this folder. A relative path should be used. Must match pattern - * "{@code /(.|[\\r\\n])*}". - * - * @return this builder - * - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. - */ - public GetSharedLinkFileBuilder withPath(String path) { - this._builder.withPath(path); - return this; - } - - /** - * Set value for optional field. - * - * @param linkPassword If the shared link has a password, this parameter - * can be used. - * - * @return this builder - */ - public GetSharedLinkFileBuilder withLinkPassword(String linkPassword) { - this._builder.withLinkPassword(linkPassword); - return this; - } - - @Override - public DbxDownloader start() throws GetSharedLinkFileErrorException, DbxException { - GetSharedLinkMetadataArg arg_ = this._builder.build(); - return _client.getSharedLinkFile(arg_, getHeaders()); - } -} diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileError.java index ae5b9b495..ee9eb4793 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GetSharedLinkFileError { - // union sharing.GetSharedLinkFileError (shared_links.stone) + // union sharing.GetSharedLinkFileError (sharing_apiv2_shared_links_types.stone) /** * The shared link wasn't found. */ @@ -32,6 +32,11 @@ public enum GetSharedLinkFileError { * instead. */ UNSUPPORTED_LINK_TYPE, + /** + * Private shared links do not support `path` or `link_password` parameter + * fields. + */ + UNSUPPORTED_PARAMETER_FIELD, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -66,6 +71,10 @@ public void serialize(GetSharedLinkFileError value, JsonGenerator g) throws IOEx g.writeString("unsupported_link_type"); break; } + case UNSUPPORTED_PARAMETER_FIELD: { + g.writeString("unsupported_parameter_field"); + break; + } case OTHER: { g.writeString("other"); break; @@ -107,6 +116,9 @@ else if ("shared_link_access_denied".equals(tag)) { else if ("unsupported_link_type".equals(tag)) { value = GetSharedLinkFileError.UNSUPPORTED_LINK_TYPE; } + else if ("unsupported_parameter_field".equals(tag)) { + value = GetSharedLinkFileError.UNSUPPORTED_PARAMETER_FIELD; + } else if ("other".equals(tag)) { value = GetSharedLinkFileError.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileErrorException.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileErrorException.java index 86a288ad8..d0568cd2e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileErrorException.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkFileErrorException.java @@ -11,7 +11,7 @@ * GetSharedLinkFileError} error. * *

This exception is raised by {@link - * DbxUserSharingRequests#getSharedLinkFile(String)}.

+ * DbxAppSharingRequests#getSharedLinkFile(String)}.

*/ public class GetSharedLinkFileErrorException extends DbxApiException { // exception for routes: @@ -21,7 +21,7 @@ public class GetSharedLinkFileErrorException extends DbxApiException { /** * The error reported by {@link - * DbxUserSharingRequests#getSharedLinkFile(String)}. + * DbxAppSharingRequests#getSharedLinkFile(String)}. */ public final GetSharedLinkFileError errorValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkMetadataArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkMetadataArg.java index 6f3e7ac7c..b8e0e30f6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkMetadataArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinkMetadataArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class GetSharedLinkMetadataArg { - // struct sharing.GetSharedLinkMetadataArg (shared_links.stone) + // struct sharing.GetSharedLinkMetadataArg (sharing_apiv2_shared_links_types.stone) @Nonnull protected final String url; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksArg.java index 2873872e5..86150d612 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class GetSharedLinksArg { - // struct sharing.GetSharedLinksArg (shared_links.stone) + // struct sharing.GetSharedLinksArg (sharing_apiv2_shared_links_types.stone) @Nullable protected final String path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksError.java index 48a5457e5..f869d9a9c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class GetSharedLinksError { - // union sharing.GetSharedLinksError (shared_links.stone) + // union sharing.GetSharedLinksError (sharing_apiv2_shared_links_types.stone) /** * Discriminating tag type for {@link GetSharedLinksError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksResult.java index bd52a0a77..bd3037505 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GetSharedLinksResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class GetSharedLinksResult { - // struct sharing.GetSharedLinksResult (shared_links.stone) + // struct sharing.GetSharedLinksResult (sharing_apiv2_shared_links_types.stone) @Nonnull protected final List links; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GroupInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GroupInfo.java index 5ca6f1f07..e0bb7ebd3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GroupInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GroupInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,11 +23,11 @@ import javax.annotation.Nullable; /** - * The information about a group. Groups is a way to manage a list of users who + * The information about a group. Groups is a way to manage a list of users who * need same access permission to the shared folder. */ public class GroupInfo extends GroupSummary { - // struct sharing.GroupInfo (sharing_folders.stone) + // struct sharing.GroupInfo (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final GroupType groupType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GroupMembershipInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GroupMembershipInfo.java index d26e52eb6..55b0fdc95 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GroupMembershipInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/GroupMembershipInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * The information about a group member of the shared content. */ public class GroupMembershipInfo extends MembershipInfo { - // struct sharing.GroupMembershipInfo (sharing_folders.stone) + // struct sharing.GroupMembershipInfo (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final GroupInfo group; @@ -44,7 +44,7 @@ public class GroupMembershipInfo extends MembershipInfo { * member. The set of permissions corresponds to the MemberActions in * the request. Must not contain a {@code null} item. * @param initials Never set. - * @param isInherited True if the member has access from a parent folder. + * @param isInherited True if the member has access on a parent folder. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -118,7 +118,7 @@ public String getInitials() { } /** - * True if the member has access from a parent folder. + * True if the member has access on a parent folder. * * @return value for this field, or {@code null} if not present. Defaults to * false. @@ -194,8 +194,8 @@ public Builder withInitials(String initials) { *

If left unset or set to {@code null}, defaults to {@code false}. *

* - * @param isInherited True if the member has access from a parent - * folder. Defaults to {@code false} when set to {@code null}. + * @param isInherited True if the member has access on a parent folder. + * Defaults to {@code false} when set to {@code null}. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InsufficientPlan.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InsufficientPlan.java index 63b92fae0..265719f4e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InsufficientPlan.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InsufficientPlan.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_common_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class InsufficientPlan { - // struct sharing.InsufficientPlan (sharing_folders.stone) + // struct sharing.InsufficientPlan (sharing_apiv2_sharing_common_types.stone) @Nonnull protected final String message; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InsufficientQuotaAmounts.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InsufficientQuotaAmounts.java index 7fef1891b..ef31ce71d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InsufficientQuotaAmounts.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InsufficientQuotaAmounts.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public class InsufficientQuotaAmounts { - // struct sharing.InsufficientQuotaAmounts (sharing_folders.stone) + // struct sharing.InsufficientQuotaAmounts (sharing_apiv2_sharing_folders_types.stone) protected final long spaceNeeded; protected final long spaceShortage; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InviteeInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InviteeInfo.java index 60766739d..cc40c0a1a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InviteeInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InviteeInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -30,7 +30,7 @@ * will be used.

*/ public final class InviteeInfo { - // union sharing.InviteeInfo (sharing_folders.stone) + // union sharing.InviteeInfo (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link InviteeInfo}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InviteeMembershipInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InviteeMembershipInfo.java index fa9d724f6..4cf012ac2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InviteeMembershipInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/InviteeMembershipInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * Information about an invited member of a shared content. */ public class InviteeMembershipInfo extends MembershipInfo { - // struct sharing.InviteeMembershipInfo (sharing_folders.stone) + // struct sharing.InviteeMembershipInfo (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final InviteeInfo invitee; @@ -45,7 +45,7 @@ public class InviteeMembershipInfo extends MembershipInfo { * member. The set of permissions corresponds to the MemberActions in * the request. Must not contain a {@code null} item. * @param initials Never set. - * @param isInherited True if the member has access from a parent folder. + * @param isInherited True if the member has access on a parent folder. * @param user The user this invitation is tied to, if available. * * @throws IllegalArgumentException If any argument does not meet its @@ -120,7 +120,7 @@ public String getInitials() { } /** - * True if the member has access from a parent folder. + * True if the member has access on a parent folder. * * @return value for this field, or {@code null} if not present. Defaults to * false. @@ -220,8 +220,8 @@ public Builder withInitials(String initials) { *

If left unset or set to {@code null}, defaults to {@code false}. *

* - * @param isInherited True if the member has access from a parent - * folder. Defaults to {@code false} when set to {@code null}. + * @param isInherited True if the member has access on a parent folder. + * Defaults to {@code false} when set to {@code null}. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/JobError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/JobError.java index 35b9abc6e..eb99a5bfb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/JobError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/JobError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -31,7 +31,7 @@ * will be used.

*/ public final class JobError { - // union sharing.JobError (sharing_folders.stone) + // union sharing.JobError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link JobError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/JobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/JobStatus.java index 5ba6d8550..da965638d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/JobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/JobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class JobStatus { - // union sharing.JobStatus (sharing_folders.stone) + // union sharing.JobStatus (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link JobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAccessLevel.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAccessLevel.java index f053e4fc9..576d23d63 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAccessLevel.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAccessLevel.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum LinkAccessLevel { - // union sharing.LinkAccessLevel (shared_links.stone) + // union sharing.LinkAccessLevel (sharing_apiv2_shared_links_types.stone) /** * Users who use the link can view and comment on the content. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAction.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAction.java index 50f5e4fd5..6de1b4ffb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAction.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAction.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ * Actions that can be performed on a link. */ public enum LinkAction { - // union sharing.LinkAction (shared_content_links.stone) + // union sharing.LinkAction (sharing_apiv2_shared_content_links.stone) /** * Change the access level of the link. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudience.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudience.java index b3a4dd1ad..e9c8ecd74 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudience.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudience.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum LinkAudience { - // union sharing.LinkAudience (shared_content_links.stone) + // union sharing.LinkAudience (sharing_apiv2_shared_content_links.stone) /** * Link is accessible by anyone. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudienceDisallowedReason.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudienceDisallowedReason.java index 61aad913f..fddb9ed62 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudienceDisallowedReason.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudienceDisallowedReason.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -19,7 +19,7 @@ * check documentation for VisibilityPolicyDisallowedReason. */ public enum LinkAudienceDisallowedReason { - // union sharing.LinkAudienceDisallowedReason (shared_links.stone) + // union sharing.LinkAudienceDisallowedReason (sharing_apiv2_shared_links_types.stone) /** * The user needs to delete and recreate the link to change the visibility * policy. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudienceOption.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudienceOption.java index 58b963ea4..f5a8a77c9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudienceOption.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkAudienceOption.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class LinkAudienceOption { - // struct sharing.LinkAudienceOption (shared_links.stone) + // struct sharing.LinkAudienceOption (sharing_apiv2_shared_links_types.stone) @Nonnull protected final LinkAudience audience; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkExpiry.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkExpiry.java index adcf6e985..a3c9b3a94 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkExpiry.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkExpiry.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -29,7 +29,7 @@ * will be used.

*/ public final class LinkExpiry { - // union sharing.LinkExpiry (shared_content_links.stone) + // union sharing.LinkExpiry (sharing_apiv2_shared_content_links.stone) /** * Discriminating tag type for {@link LinkExpiry}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkMetadata.java index 16b8f97c7..012624441 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -26,7 +26,7 @@ * {@link CollectionLinkMetadata}. */ public class LinkMetadata { - // struct sharing.LinkMetadata (shared_links.stone) + // struct sharing.LinkMetadata (sharing_apiv2_shared_links_types.stone) @Nonnull protected final String url; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPassword.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPassword.java index a6a2b8448..11b5ef49b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPassword.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPassword.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class LinkPassword { - // union sharing.LinkPassword (shared_content_links.stone) + // union sharing.LinkPassword (sharing_apiv2_shared_content_links.stone) /** * Discriminating tag type for {@link LinkPassword}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPermission.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPermission.java index d8dacc784..8303db0f1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPermission.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPermission.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * Permissions for actions that can be performed on a link. */ public class LinkPermission { - // struct sharing.LinkPermission (shared_content_links.stone) + // struct sharing.LinkPermission (sharing_apiv2_shared_content_links.stone) @Nonnull protected final LinkAction action; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPermissions.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPermissions.java index af808f503..abdf5b8b2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPermissions.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkPermissions.java @@ -1,11 +1,13 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; import com.dropbox.core.stone.StoneDeserializerLogger; import com.dropbox.core.stone.StoneSerializers; import com.dropbox.core.stone.StructSerializer; +import com.dropbox.core.v2.teampolicies.DefaultLinkExpirationDaysPolicy; +import com.dropbox.core.v2.teampolicies.EnforceLinkPasswordPolicy; import com.fasterxml.jackson.core.JsonGenerationException; import com.fasterxml.jackson.core.JsonGenerator; @@ -21,7 +23,7 @@ import javax.annotation.Nullable; public class LinkPermissions { - // struct sharing.LinkPermissions (shared_links.stone) + // struct sharing.LinkPermissions (sharing_apiv2_shared_links_types.stone) @Nullable protected final ResolvedVisibility resolvedVisibility; @@ -53,6 +55,16 @@ public class LinkPermissions { protected final Boolean requirePassword; @Nullable protected final Boolean canUseExtendedSharingControls; + @Nullable + protected final Boolean canSync; + @Nullable + protected final Boolean canRequestAccess; + @Nullable + protected final EnforceLinkPasswordPolicy enforceSharedLinkPasswordPolicy; + @Nullable + protected final DefaultLinkExpirationDaysPolicy daysToExpirePolicy; + @Nullable + protected final ChangeLinkExpirationPolicy changeSharedLinkExpirationPolicy; /** * Use {@link newBuilder} to create instances of this class without @@ -115,11 +127,28 @@ public class LinkPermissions { * password to view the link. * @param canUseExtendedSharingControls Whether the user can use extended * sharing controls, based on their account type. + * @param canSync Whether a user can save the content to their Dropbox + * account. + * @param canRequestAccess Whether the user can request access to the + * content. + * @param enforceSharedLinkPasswordPolicy Whether the updated externally + * available shared link must have password set. Not provided if the + * link is not team owned. + * @param daysToExpirePolicy Existing owning team's policy for default + * number of days from today to link's expiration. Not provided if the + * link is not team owned. + * @param changeSharedLinkExpirationPolicy When owning team's policy {@link + * LinkPermissions#getChangeSharedLinkExpirationPolicy} is {@link + * ChangeLinkExpirationPolicy#NOT_ALLOWED}, the updated externally + * available shared link expiration value cannot be less strict than + * {@link LinkPermissions#getDaysToExpirePolicy}. In this case {@link + * LinkPermissions#getDaysToExpirePolicy} is expected to be different + * from `none`. Not provided if the link is not team owned. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public LinkPermissions(boolean canRevoke, @Nonnull List visibilityPolicies, boolean canSetExpiry, boolean canRemoveExpiry, boolean allowDownload, boolean canAllowDownload, boolean canDisallowDownload, boolean allowComments, boolean teamRestrictsComments, @Nullable ResolvedVisibility resolvedVisibility, @Nullable RequestedVisibility requestedVisibility, @Nullable SharedLinkAccessFailureReason revokeFailureReason, @Nullable LinkAudience effectiveAudience, @Nullable LinkAccessLevel linkAccessLevel, @Nullable List audienceOptions, @Nullable Boolean canSetPassword, @Nullable Boolean canRemovePassword, @Nullable Boolean requirePassword, @Nullable Boolean canUseExtendedSharingControls) { + public LinkPermissions(boolean canRevoke, @Nonnull List visibilityPolicies, boolean canSetExpiry, boolean canRemoveExpiry, boolean allowDownload, boolean canAllowDownload, boolean canDisallowDownload, boolean allowComments, boolean teamRestrictsComments, @Nullable ResolvedVisibility resolvedVisibility, @Nullable RequestedVisibility requestedVisibility, @Nullable SharedLinkAccessFailureReason revokeFailureReason, @Nullable LinkAudience effectiveAudience, @Nullable LinkAccessLevel linkAccessLevel, @Nullable List audienceOptions, @Nullable Boolean canSetPassword, @Nullable Boolean canRemovePassword, @Nullable Boolean requirePassword, @Nullable Boolean canUseExtendedSharingControls, @Nullable Boolean canSync, @Nullable Boolean canRequestAccess, @Nullable EnforceLinkPasswordPolicy enforceSharedLinkPasswordPolicy, @Nullable DefaultLinkExpirationDaysPolicy daysToExpirePolicy, @Nullable ChangeLinkExpirationPolicy changeSharedLinkExpirationPolicy) { this.resolvedVisibility = resolvedVisibility; this.requestedVisibility = requestedVisibility; this.canRevoke = canRevoke; @@ -154,6 +183,11 @@ public LinkPermissions(boolean canRevoke, @Nonnull List visibi this.canRemovePassword = canRemovePassword; this.requirePassword = requirePassword; this.canUseExtendedSharingControls = canUseExtendedSharingControls; + this.canSync = canSync; + this.canRequestAccess = canRequestAccess; + this.enforceSharedLinkPasswordPolicy = enforceSharedLinkPasswordPolicy; + this.daysToExpirePolicy = daysToExpirePolicy; + this.changeSharedLinkExpirationPolicy = changeSharedLinkExpirationPolicy; } /** @@ -186,7 +220,7 @@ public LinkPermissions(boolean canRevoke, @Nonnull List visibi * preconditions. */ public LinkPermissions(boolean canRevoke, @Nonnull List visibilityPolicies, boolean canSetExpiry, boolean canRemoveExpiry, boolean allowDownload, boolean canAllowDownload, boolean canDisallowDownload, boolean allowComments, boolean teamRestrictsComments) { - this(canRevoke, visibilityPolicies, canSetExpiry, canRemoveExpiry, allowDownload, canAllowDownload, canDisallowDownload, allowComments, teamRestrictsComments, null, null, null, null, null, null, null, null, null, null); + this(canRevoke, visibilityPolicies, canSetExpiry, canRemoveExpiry, allowDownload, canAllowDownload, canDisallowDownload, allowComments, teamRestrictsComments, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); } /** @@ -396,6 +430,64 @@ public Boolean getCanUseExtendedSharingControls() { return canUseExtendedSharingControls; } + /** + * Whether a user can save the content to their Dropbox account. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Boolean getCanSync() { + return canSync; + } + + /** + * Whether the user can request access to the content. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Boolean getCanRequestAccess() { + return canRequestAccess; + } + + /** + * Whether the updated externally available shared link must have password + * set. Not provided if the link is not team owned. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public EnforceLinkPasswordPolicy getEnforceSharedLinkPasswordPolicy() { + return enforceSharedLinkPasswordPolicy; + } + + /** + * Existing owning team's policy for default number of days from today to + * link's expiration. Not provided if the link is not team owned. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public DefaultLinkExpirationDaysPolicy getDaysToExpirePolicy() { + return daysToExpirePolicy; + } + + /** + * When owning team's policy {@link + * LinkPermissions#getChangeSharedLinkExpirationPolicy} is {@link + * ChangeLinkExpirationPolicy#NOT_ALLOWED}, the updated externally available + * shared link expiration value cannot be less strict than {@link + * LinkPermissions#getDaysToExpirePolicy}. In this case {@link + * LinkPermissions#getDaysToExpirePolicy} is expected to be different from + * `none`. Not provided if the link is not team owned. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public ChangeLinkExpirationPolicy getChangeSharedLinkExpirationPolicy() { + return changeSharedLinkExpirationPolicy; + } + /** * Returns a new builder for creating an instance of this class. * @@ -453,6 +545,11 @@ public static class Builder { protected Boolean canRemovePassword; protected Boolean requirePassword; protected Boolean canUseExtendedSharingControls; + protected Boolean canSync; + protected Boolean canRequestAccess; + protected EnforceLinkPasswordPolicy enforceSharedLinkPasswordPolicy; + protected DefaultLinkExpirationDaysPolicy daysToExpirePolicy; + protected ChangeLinkExpirationPolicy changeSharedLinkExpirationPolicy; protected Builder(boolean canRevoke, List visibilityPolicies, boolean canSetExpiry, boolean canRemoveExpiry, boolean allowDownload, boolean canAllowDownload, boolean canDisallowDownload, boolean allowComments, boolean teamRestrictsComments) { this.canRevoke = canRevoke; @@ -482,6 +579,11 @@ protected Builder(boolean canRevoke, List visibilityPolicies, this.canRemovePassword = null; this.requirePassword = null; this.canUseExtendedSharingControls = null; + this.canSync = null; + this.canRequestAccess = null; + this.enforceSharedLinkPasswordPolicy = null; + this.daysToExpirePolicy = null; + this.changeSharedLinkExpirationPolicy = null; } /** @@ -642,6 +744,79 @@ public Builder withCanUseExtendedSharingControls(Boolean canUseExtendedSharingCo return this; } + /** + * Set value for optional field. + * + * @param canSync Whether a user can save the content to their Dropbox + * account. + * + * @return this builder + */ + public Builder withCanSync(Boolean canSync) { + this.canSync = canSync; + return this; + } + + /** + * Set value for optional field. + * + * @param canRequestAccess Whether the user can request access to the + * content. + * + * @return this builder + */ + public Builder withCanRequestAccess(Boolean canRequestAccess) { + this.canRequestAccess = canRequestAccess; + return this; + } + + /** + * Set value for optional field. + * + * @param enforceSharedLinkPasswordPolicy Whether the updated + * externally available shared link must have password set. Not + * provided if the link is not team owned. + * + * @return this builder + */ + public Builder withEnforceSharedLinkPasswordPolicy(EnforceLinkPasswordPolicy enforceSharedLinkPasswordPolicy) { + this.enforceSharedLinkPasswordPolicy = enforceSharedLinkPasswordPolicy; + return this; + } + + /** + * Set value for optional field. + * + * @param daysToExpirePolicy Existing owning team's policy for default + * number of days from today to link's expiration. Not provided if + * the link is not team owned. + * + * @return this builder + */ + public Builder withDaysToExpirePolicy(DefaultLinkExpirationDaysPolicy daysToExpirePolicy) { + this.daysToExpirePolicy = daysToExpirePolicy; + return this; + } + + /** + * Set value for optional field. + * + * @param changeSharedLinkExpirationPolicy When owning team's policy + * {@link LinkPermissions#getChangeSharedLinkExpirationPolicy} is + * {@link ChangeLinkExpirationPolicy#NOT_ALLOWED}, the updated + * externally available shared link expiration value cannot be less + * strict than {@link LinkPermissions#getDaysToExpirePolicy}. In + * this case {@link LinkPermissions#getDaysToExpirePolicy} is + * expected to be different from `none`. Not provided if the link is + * not team owned. + * + * @return this builder + */ + public Builder withChangeSharedLinkExpirationPolicy(ChangeLinkExpirationPolicy changeSharedLinkExpirationPolicy) { + this.changeSharedLinkExpirationPolicy = changeSharedLinkExpirationPolicy; + return this; + } + /** * Builds an instance of {@link LinkPermissions} configured with this * builder's values @@ -649,7 +824,7 @@ public Builder withCanUseExtendedSharingControls(Boolean canUseExtendedSharingCo * @return new instance of {@link LinkPermissions} */ public LinkPermissions build() { - return new LinkPermissions(canRevoke, visibilityPolicies, canSetExpiry, canRemoveExpiry, allowDownload, canAllowDownload, canDisallowDownload, allowComments, teamRestrictsComments, resolvedVisibility, requestedVisibility, revokeFailureReason, effectiveAudience, linkAccessLevel, audienceOptions, canSetPassword, canRemovePassword, requirePassword, canUseExtendedSharingControls); + return new LinkPermissions(canRevoke, visibilityPolicies, canSetExpiry, canRemoveExpiry, allowDownload, canAllowDownload, canDisallowDownload, allowComments, teamRestrictsComments, resolvedVisibility, requestedVisibility, revokeFailureReason, effectiveAudience, linkAccessLevel, audienceOptions, canSetPassword, canRemovePassword, requirePassword, canUseExtendedSharingControls, canSync, canRequestAccess, enforceSharedLinkPasswordPolicy, daysToExpirePolicy, changeSharedLinkExpirationPolicy); } } @@ -674,7 +849,12 @@ public int hashCode() { this.canSetPassword, this.canRemovePassword, this.requirePassword, - this.canUseExtendedSharingControls + this.canUseExtendedSharingControls, + this.canSync, + this.canRequestAccess, + this.enforceSharedLinkPasswordPolicy, + this.daysToExpirePolicy, + this.changeSharedLinkExpirationPolicy }); return hash; } @@ -709,6 +889,11 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.canRemovePassword == other.canRemovePassword) || (this.canRemovePassword != null && this.canRemovePassword.equals(other.canRemovePassword))) && ((this.requirePassword == other.requirePassword) || (this.requirePassword != null && this.requirePassword.equals(other.requirePassword))) && ((this.canUseExtendedSharingControls == other.canUseExtendedSharingControls) || (this.canUseExtendedSharingControls != null && this.canUseExtendedSharingControls.equals(other.canUseExtendedSharingControls))) + && ((this.canSync == other.canSync) || (this.canSync != null && this.canSync.equals(other.canSync))) + && ((this.canRequestAccess == other.canRequestAccess) || (this.canRequestAccess != null && this.canRequestAccess.equals(other.canRequestAccess))) + && ((this.enforceSharedLinkPasswordPolicy == other.enforceSharedLinkPasswordPolicy) || (this.enforceSharedLinkPasswordPolicy != null && this.enforceSharedLinkPasswordPolicy.equals(other.enforceSharedLinkPasswordPolicy))) + && ((this.daysToExpirePolicy == other.daysToExpirePolicy) || (this.daysToExpirePolicy != null && this.daysToExpirePolicy.equals(other.daysToExpirePolicy))) + && ((this.changeSharedLinkExpirationPolicy == other.changeSharedLinkExpirationPolicy) || (this.changeSharedLinkExpirationPolicy != null && this.changeSharedLinkExpirationPolicy.equals(other.changeSharedLinkExpirationPolicy))) ; } else { @@ -802,6 +987,26 @@ public void serialize(LinkPermissions value, JsonGenerator g, boolean collapse) g.writeFieldName("can_use_extended_sharing_controls"); StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.canUseExtendedSharingControls, g); } + if (value.canSync != null) { + g.writeFieldName("can_sync"); + StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.canSync, g); + } + if (value.canRequestAccess != null) { + g.writeFieldName("can_request_access"); + StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.canRequestAccess, g); + } + if (value.enforceSharedLinkPasswordPolicy != null) { + g.writeFieldName("enforce_shared_link_password_policy"); + StoneSerializers.nullable(EnforceLinkPasswordPolicy.Serializer.INSTANCE).serialize(value.enforceSharedLinkPasswordPolicy, g); + } + if (value.daysToExpirePolicy != null) { + g.writeFieldName("days_to_expire_policy"); + StoneSerializers.nullable(DefaultLinkExpirationDaysPolicy.Serializer.INSTANCE).serialize(value.daysToExpirePolicy, g); + } + if (value.changeSharedLinkExpirationPolicy != null) { + g.writeFieldName("change_shared_link_expiration_policy"); + StoneSerializers.nullable(ChangeLinkExpirationPolicy.Serializer.INSTANCE).serialize(value.changeSharedLinkExpirationPolicy, g); + } if (!collapse) { g.writeEndObject(); } @@ -835,6 +1040,11 @@ public LinkPermissions deserialize(JsonParser p, boolean collapsed) throws IOExc Boolean f_canRemovePassword = null; Boolean f_requirePassword = null; Boolean f_canUseExtendedSharingControls = null; + Boolean f_canSync = null; + Boolean f_canRequestAccess = null; + EnforceLinkPasswordPolicy f_enforceSharedLinkPasswordPolicy = null; + DefaultLinkExpirationDaysPolicy f_daysToExpirePolicy = null; + ChangeLinkExpirationPolicy f_changeSharedLinkExpirationPolicy = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -895,6 +1105,21 @@ else if ("require_password".equals(field)) { else if ("can_use_extended_sharing_controls".equals(field)) { f_canUseExtendedSharingControls = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); } + else if ("can_sync".equals(field)) { + f_canSync = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); + } + else if ("can_request_access".equals(field)) { + f_canRequestAccess = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); + } + else if ("enforce_shared_link_password_policy".equals(field)) { + f_enforceSharedLinkPasswordPolicy = StoneSerializers.nullable(EnforceLinkPasswordPolicy.Serializer.INSTANCE).deserialize(p); + } + else if ("days_to_expire_policy".equals(field)) { + f_daysToExpirePolicy = StoneSerializers.nullable(DefaultLinkExpirationDaysPolicy.Serializer.INSTANCE).deserialize(p); + } + else if ("change_shared_link_expiration_policy".equals(field)) { + f_changeSharedLinkExpirationPolicy = StoneSerializers.nullable(ChangeLinkExpirationPolicy.Serializer.INSTANCE).deserialize(p); + } else { skipValue(p); } @@ -926,7 +1151,7 @@ else if ("can_use_extended_sharing_controls".equals(field)) { if (f_teamRestrictsComments == null) { throw new JsonParseException(p, "Required field \"team_restricts_comments\" missing."); } - value = new LinkPermissions(f_canRevoke, f_visibilityPolicies, f_canSetExpiry, f_canRemoveExpiry, f_allowDownload, f_canAllowDownload, f_canDisallowDownload, f_allowComments, f_teamRestrictsComments, f_resolvedVisibility, f_requestedVisibility, f_revokeFailureReason, f_effectiveAudience, f_linkAccessLevel, f_audienceOptions, f_canSetPassword, f_canRemovePassword, f_requirePassword, f_canUseExtendedSharingControls); + value = new LinkPermissions(f_canRevoke, f_visibilityPolicies, f_canSetExpiry, f_canRemoveExpiry, f_allowDownload, f_canAllowDownload, f_canDisallowDownload, f_allowComments, f_teamRestrictsComments, f_resolvedVisibility, f_requestedVisibility, f_revokeFailureReason, f_effectiveAudience, f_linkAccessLevel, f_audienceOptions, f_canSetPassword, f_canRemovePassword, f_requirePassword, f_canUseExtendedSharingControls, f_canSync, f_canRequestAccess, f_enforceSharedLinkPasswordPolicy, f_daysToExpirePolicy, f_changeSharedLinkExpirationPolicy); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkSettings.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkSettings.java index efda61c4b..f7b28e8a4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkSettings.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/LinkSettings.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * Settings that apply to a link. */ public class LinkSettings { - // struct sharing.LinkSettings (shared_content_links.stone) + // struct sharing.LinkSettings (sharing_apiv2_shared_content_links.stone) @Nullable protected final AccessLevel accessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersArg.java index 7a06918e5..b45e912e5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * Arguments for {@link DbxUserSharingRequests#listFileMembers(String)}. */ class ListFileMembersArg { - // struct sharing.ListFileMembersArg (sharing_files.stone) + // struct sharing.ListFileMembersArg (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String file; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersBatchArg.java index 8cb7c676c..d9086f786 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * Arguments for {@link DbxUserSharingRequests#listFileMembersBatch(List,long)}. */ class ListFileMembersBatchArg { - // struct sharing.ListFileMembersBatchArg (sharing_files.stone) + // struct sharing.ListFileMembersBatchArg (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final List files; @@ -35,8 +35,8 @@ class ListFileMembersBatchArg { * * @param files Files for which to return members. Must contain at most 100 * items, not contain a {@code null} item, and not be {@code null}. - * @param limit Number of members to return max per query. Defaults to 10 - * if no limit is specified. Must be less than or equal to 20. + * @param limit Number of members to return max per query. Defaults to 1000 + * if no limit is specified. Must be less than or equal to 3000. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -60,8 +60,8 @@ public ListFileMembersBatchArg(@Nonnull List files, long limit) { } } this.files = files; - if (limit > 20L) { - throw new IllegalArgumentException("Number 'limit' is larger than 20L"); + if (limit > 3000L) { + throw new IllegalArgumentException("Number 'limit' is larger than 3000L"); } this.limit = limit; } @@ -79,7 +79,7 @@ public ListFileMembersBatchArg(@Nonnull List files, long limit) { * preconditions. */ public ListFileMembersBatchArg(@Nonnull List files) { - this(files, 10L); + this(files, 1000L); } /** @@ -93,11 +93,11 @@ public List getFiles() { } /** - * Number of members to return max per query. Defaults to 10 if no limit is - * specified. + * Number of members to return max per query. Defaults to 1000 if no limit + * is specified. * * @return value for this field, or {@code null} if not present. Defaults to - * 10L. + * 1000L. */ public long getLimit() { return limit; @@ -179,7 +179,7 @@ public ListFileMembersBatchArg deserialize(JsonParser p, boolean collapsed) thro } if (tag == null) { List f_files = null; - Long f_limit = 10L; + Long f_limit = 1000L; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersBatchResult.java index 0776870a8..3e4c3cee0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * DbxUserSharingRequests#listFileMembersBatch(java.util.List,long)}. */ public class ListFileMembersBatchResult { - // struct sharing.ListFileMembersBatchResult (sharing_files.stone) + // struct sharing.ListFileMembersBatchResult (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String file; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersContinueArg.java index 42fb5b3f3..a83fcff1d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -22,7 +22,7 @@ * Arguments for {@link DbxUserSharingRequests#listFileMembersContinue(String)}. */ class ListFileMembersContinueArg { - // struct sharing.ListFileMembersContinueArg (sharing_files.stone) + // struct sharing.ListFileMembersContinueArg (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersContinueError.java index 404eae852..09d32b7f5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -29,7 +29,7 @@ * will be used.

*/ public final class ListFileMembersContinueError { - // union sharing.ListFileMembersContinueError (sharing_files.stone) + // union sharing.ListFileMembersContinueError (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link ListFileMembersContinueError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersCountResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersCountResult.java index bfbaf123c..2cb384cd2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersCountResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersCountResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ListFileMembersCountResult { - // struct sharing.ListFileMembersCountResult (sharing_files.stone) + // struct sharing.ListFileMembersCountResult (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final SharedFileMembers members; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersError.java index 3af1be85b..6b4ddbe26 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -29,7 +29,7 @@ * will be used.

*/ public final class ListFileMembersError { - // union sharing.ListFileMembersError (sharing_files.stone) + // union sharing.ListFileMembersError (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link ListFileMembersError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersIndividualResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersIndividualResult.java index 6ee4fab2a..d256fe661 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersIndividualResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFileMembersIndividualResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class ListFileMembersIndividualResult { - // union sharing.ListFileMembersIndividualResult (sharing_files.stone) + // union sharing.ListFileMembersIndividualResult (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link ListFileMembersIndividualResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesArg.java index b141f5b5e..f2c38c6d9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * Arguments for {@link DbxUserSharingRequests#listReceivedFiles}. */ class ListFilesArg { - // struct sharing.ListFilesArg (sharing_files.stone) + // struct sharing.ListFilesArg (sharing_apiv2_sharing_files_types.stone) protected final long limit; @Nullable @@ -40,7 +40,7 @@ class ListFilesArg { * no limit is specified. Must be greater than or equal to 1 and be less * than or equal to 300. * @param actions A list of `FileAction`s corresponding to - * `FilePermission`s that should appear in the response's {@link + * `FilePermission`s that should appear in the response's {@link * SharedFileMetadata#getPermissions} field describing the actions the * authenticated user can perform on the file. Must not contain a {@code * null} item. @@ -88,8 +88,8 @@ public long getLimit() { /** * A list of `FileAction`s corresponding to `FilePermission`s that should - * appear in the response's {@link SharedFileMetadata#getPermissions} field - * describing the actions the authenticated user can perform on the file. + * appear in the response's {@link SharedFileMetadata#getPermissions} field + * describing the actions the authenticated user can perform on the file. * * @return value for this field, or {@code null} if not present. */ @@ -156,9 +156,9 @@ public Builder withLimit(Long limit) { * Set value for optional field. * * @param actions A list of `FileAction`s corresponding to - * `FilePermission`s that should appear in the response's {@link + * `FilePermission`s that should appear in the response's {@link * SharedFileMetadata#getPermissions} field describing the actions - * the authenticated user can perform on the file. Must not contain + * the authenticated user can perform on the file. Must not contain * a {@code null} item. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesContinueArg.java index b0b19ff5c..7fe1ae5f9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * DbxUserSharingRequests#listReceivedFilesContinue(String)}. */ class ListFilesContinueArg { - // struct sharing.ListFilesContinueArg (sharing_files.stone) + // struct sharing.ListFilesContinueArg (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesContinueError.java index 815b2920c..b5ca1300d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -30,7 +30,7 @@ * will be used.

*/ public final class ListFilesContinueError { - // union sharing.ListFilesContinueError (sharing_files.stone) + // union sharing.ListFilesContinueError (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link ListFilesContinueError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesResult.java index 0dc2aa9a9..7de6c8c5e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFilesResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * Success results for {@link DbxUserSharingRequests#listReceivedFiles}. */ public class ListFilesResult { - // struct sharing.ListFilesResult (sharing_files.stone) + // struct sharing.ListFilesResult (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersArgs.java index 2d5e42387..065dc750d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -22,17 +22,20 @@ import javax.annotation.Nullable; class ListFolderMembersArgs extends ListFolderMembersCursorArg { - // struct sharing.ListFolderMembersArgs (sharing_folders.stone) + // struct sharing.ListFolderMembersArgs (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; + @Nullable + protected final String path; /** * Use {@link newBuilder} to create instances of this class without * specifying values for all optional fields. * - * @param sharedFolderId The ID for the shared folder. Must match pattern - * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param sharedFolderId The ID for the shared folder. When path is + * provided, the folder ID will be extracted from the path instead. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * @param actions This is a list indicating whether each returned member * will include a boolean value {@link MemberPermission#getAllow} that * describes whether the current user can perform the MemberAction on @@ -40,11 +43,15 @@ class ListFolderMembersArgs extends ListFolderMembersCursorArg { * @param limit The maximum number of results that include members, groups * and invitees to return per request. Must be greater than or equal to * 1 and be less than or equal to 1000. + * @param path Optional path to get inherited members. When omitted, uses + * shared_folder_id to return direct members. When provided, extracts + * folder ID from this path and returns users who have access through + * parent shared folder. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public ListFolderMembersArgs(@Nonnull String sharedFolderId, @Nullable List actions, long limit) { + public ListFolderMembersArgs(@Nonnull String sharedFolderId, @Nullable List actions, long limit, @Nullable String path) { super(actions, limit); if (sharedFolderId == null) { throw new IllegalArgumentException("Required value for 'sharedFolderId' is null"); @@ -53,6 +60,7 @@ public ListFolderMembersArgs(@Nonnull String sharedFolderId, @Nullable List The default values for unset fields will be used.

* - * @param sharedFolderId The ID for the shared folder. Must match pattern - * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param sharedFolderId The ID for the shared folder. When path is + * provided, the folder ID will be extracted from the path instead. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ public ListFolderMembersArgs(@Nonnull String sharedFolderId) { - this(sharedFolderId, null, 1000L); + this(sharedFolderId, null, 1000L, null); } /** - * The ID for the shared folder. + * The ID for the shared folder. When path is provided, the folder ID will + * be extracted from the path instead. * * @return value for this field, never {@code null}. */ @@ -103,11 +113,25 @@ public long getLimit() { return limit; } + /** + * Optional path to get inherited members. When omitted, uses + * shared_folder_id to return direct members. When provided, extracts folder + * ID from this path and returns users who have access through parent shared + * folder. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public String getPath() { + return path; + } + /** * Returns a new builder for creating an instance of this class. * - * @param sharedFolderId The ID for the shared folder. Must match pattern - * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param sharedFolderId The ID for the shared folder. When path is + * provided, the folder ID will be extracted from the path instead. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * * @return builder for this class. * @@ -124,6 +148,8 @@ public static Builder newBuilder(String sharedFolderId) { public static class Builder extends ListFolderMembersCursorArg.Builder { protected final String sharedFolderId; + protected String path; + protected Builder(String sharedFolderId) { if (sharedFolderId == null) { throw new IllegalArgumentException("Required value for 'sharedFolderId' is null"); @@ -132,6 +158,22 @@ protected Builder(String sharedFolderId) { throw new IllegalArgumentException("String 'sharedFolderId' does not match pattern"); } this.sharedFolderId = sharedFolderId; + this.path = null; + } + + /** + * Set value for optional field. + * + * @param path Optional path to get inherited members. When omitted, + * uses shared_folder_id to return direct members. When provided, + * extracts folder ID from this path and returns users who have + * access through parent shared folder. + * + * @return this builder + */ + public Builder withPath(String path) { + this.path = path; + return this; } /** @@ -181,14 +223,15 @@ public Builder withLimit(Long limit) { * @return new instance of {@link ListFolderMembersArgs} */ public ListFolderMembersArgs build() { - return new ListFolderMembersArgs(sharedFolderId, actions, limit); + return new ListFolderMembersArgs(sharedFolderId, actions, limit, path); } } @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { - this.sharedFolderId + this.sharedFolderId, + this.path }); hash = (31 * super.hashCode()) + hash; return hash; @@ -208,6 +251,7 @@ else if (obj.getClass().equals(this.getClass())) { return ((this.sharedFolderId == other.sharedFolderId) || (this.sharedFolderId.equals(other.sharedFolderId))) && ((this.actions == other.actions) || (this.actions != null && this.actions.equals(other.actions))) && (this.limit == other.limit) + && ((this.path == other.path) || (this.path != null && this.path.equals(other.path))) ; } else { @@ -251,6 +295,10 @@ public void serialize(ListFolderMembersArgs value, JsonGenerator g, boolean coll } g.writeFieldName("limit"); StoneSerializers.uInt32().serialize(value.limit, g); + if (value.path != null) { + g.writeFieldName("path"); + StoneSerializers.nullable(StoneSerializers.string()).serialize(value.path, g); + } if (!collapse) { g.writeEndObject(); } @@ -268,6 +316,7 @@ public ListFolderMembersArgs deserialize(JsonParser p, boolean collapsed) throws String f_sharedFolderId = null; List f_actions = null; Long f_limit = 1000L; + String f_path = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -280,6 +329,9 @@ else if ("actions".equals(field)) { else if ("limit".equals(field)) { f_limit = StoneSerializers.uInt32().deserialize(p); } + else if ("path".equals(field)) { + f_path = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); + } else { skipValue(p); } @@ -287,7 +339,7 @@ else if ("limit".equals(field)) { if (f_sharedFolderId == null) { throw new JsonParseException(p, "Required field \"shared_folder_id\" missing."); } - value = new ListFolderMembersArgs(f_sharedFolderId, f_actions, f_limit); + value = new ListFolderMembersArgs(f_sharedFolderId, f_actions, f_limit, f_path); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersBuilder.java index 610aca34e..6ba98af13 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersBuilder.java @@ -76,6 +76,21 @@ public ListFolderMembersBuilder withLimit(Long limit) { return this; } + /** + * Set value for optional field. + * + * @param path Optional path to get inherited members. When omitted, uses + * shared_folder_id to return direct members. When provided, extracts + * folder ID from this path and returns users who have access through + * parent shared folder. + * + * @return this builder + */ + public ListFolderMembersBuilder withPath(String path) { + this._builder.withPath(path); + return this; + } + /** * Issues the request. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersContinueArg.java index 768cd5c0d..4d45506e7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListFolderMembersContinueArg { - // struct sharing.ListFolderMembersContinueArg (sharing_folders.stone) + // struct sharing.ListFolderMembersContinueArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersContinueError.java index f8c49e9c6..2066ac472 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class ListFolderMembersContinueError { - // union sharing.ListFolderMembersContinueError (sharing_folders.stone) + // union sharing.ListFolderMembersContinueError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link ListFolderMembersContinueError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersCursorArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersCursorArg.java index bf1c57bad..e28fa9e7d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersCursorArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFolderMembersCursorArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class ListFolderMembersCursorArg { - // struct sharing.ListFolderMembersCursorArg (sharing_folders.stone) + // struct sharing.ListFolderMembersCursorArg (sharing_apiv2_sharing_folders_types.stone) @Nullable protected final List actions; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersArgs.java index ed924027a..44f34ffde 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class ListFoldersArgs { - // struct sharing.ListFoldersArgs (sharing_folders.stone) + // struct sharing.ListFoldersArgs (sharing_apiv2_sharing_folders_types.stone) protected final long limit; @Nullable @@ -34,7 +34,7 @@ class ListFoldersArgs { * @param limit The maximum number of results to return per request. Must * be greater than or equal to 1 and be less than or equal to 1000. * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. Must not contain a * {@code null} item. @@ -81,7 +81,7 @@ public long getLimit() { /** * A list of `FolderAction`s corresponding to `FolderPermission`s that - * should appear in the response's {@link + * should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. * @@ -149,9 +149,9 @@ public Builder withLimit(Long limit) { * Set value for optional field. * * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions - * the authenticated user can perform on the folder. Must not + * the authenticated user can perform on the folder. Must not * contain a {@code null} item. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersBuilder.java index 740e2520f..551d7a1a4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersBuilder.java @@ -62,7 +62,7 @@ public ListFoldersBuilder withLimit(Long limit) { * Set value for optional field. * * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. Must not contain a * {@code null} item. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersContinueArg.java index 51d7910de..69cda1c7a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListFoldersContinueArg { - // struct sharing.ListFoldersContinueArg (sharing_folders.stone) + // struct sharing.ListFoldersContinueArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersContinueError.java index da2210d7e..e2b98b507 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ListFoldersContinueError { - // union sharing.ListFoldersContinueError (sharing_folders.stone) + // union sharing.ListFoldersContinueError (sharing_apiv2_sharing_folders_types.stone) /** * {@link ListFoldersContinueArg#getCursor} is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersResult.java index c5c8cda77..c85a587a2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListFoldersResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * {@link SharedFolderMetadata#getPathLower}. */ public class ListFoldersResult { - // struct sharing.ListFoldersResult (sharing_folders.stone) + // struct sharing.ListFoldersResult (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListMountableFoldersBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListMountableFoldersBuilder.java index aa717c391..4cb84bb5a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListMountableFoldersBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListMountableFoldersBuilder.java @@ -62,7 +62,7 @@ public ListMountableFoldersBuilder withLimit(Long limit) { * Set value for optional field. * * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. Must not contain a * {@code null} item. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListReceivedFilesBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListReceivedFilesBuilder.java index 0a19d50d8..03987170e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListReceivedFilesBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListReceivedFilesBuilder.java @@ -62,7 +62,7 @@ public ListReceivedFilesBuilder withLimit(Long limit) { * Set value for optional field. * * @param actions A list of `FileAction`s corresponding to - * `FilePermission`s that should appear in the response's {@link + * `FilePermission`s that should appear in the response's {@link * SharedFileMetadata#getPermissions} field describing the actions the * authenticated user can perform on the file. Must not contain a {@code * null} item. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksArg.java index 367551102..2e3647273 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class ListSharedLinksArg { - // struct sharing.ListSharedLinksArg (shared_links.stone) + // struct sharing.ListSharedLinksArg (sharing_apiv2_shared_links_types.stone) @Nullable protected final String path; @@ -35,7 +35,7 @@ class ListSharedLinksArg { * * @param path See {@link DbxUserSharingRequests#listSharedLinks} * description. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}". + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}". * @param cursor The cursor returned by your last call to {@link * DbxUserSharingRequests#listSharedLinks}. * @param directOnly See {@link DbxUserSharingRequests#listSharedLinks} @@ -46,7 +46,7 @@ class ListSharedLinksArg { */ public ListSharedLinksArg(@Nullable String path, @Nullable String cursor, @Nullable Boolean directOnly) { if (path != null) { - if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } } @@ -124,7 +124,7 @@ protected Builder() { * * @param path See {@link DbxUserSharingRequests#listSharedLinks} * description. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}". + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}". * * @return this builder * @@ -133,7 +133,7 @@ protected Builder() { */ public Builder withPath(String path) { if (path != null) { - if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)", path)) { + if (!java.util.regex.Pattern.matches("(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksBuilder.java index 525501172..56697365a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksBuilder.java @@ -41,7 +41,7 @@ public class ListSharedLinksBuilder { * * @param path See {@link DbxUserSharingRequests#listSharedLinks} * description. Must match pattern "{@code - * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)}". + * (/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/(.|[\\r\\n])*)?)}". * * @return this builder * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksError.java index 858ab71d9..2c807538d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -28,7 +28,7 @@ * will be used.

*/ public final class ListSharedLinksError { - // union sharing.ListSharedLinksError (shared_links.stone) + // union sharing.ListSharedLinksError (sharing_apiv2_shared_links_types.stone) /** * Discriminating tag type for {@link ListSharedLinksError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksResult.java index c73788cf4..f547d2a04 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ListSharedLinksResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class ListSharedLinksResult { - // struct sharing.ListSharedLinksResult (shared_links.stone) + // struct sharing.ListSharedLinksResult (sharing_apiv2_shared_links_types.stone) @Nonnull protected final List links; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberAccessLevelResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberAccessLevelResult.java index 42cfbb92a..c33914c63 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberAccessLevelResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberAccessLevelResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * operation. */ public class MemberAccessLevelResult { - // struct sharing.MemberAccessLevelResult (sharing_folders.stone) + // struct sharing.MemberAccessLevelResult (sharing_apiv2_sharing_folders_types.stone) @Nullable protected final AccessLevel accessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberAction.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberAction.java index 7267aad70..183bca9c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberAction.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberAction.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ * Actions that may be taken on members of a shared folder. */ public enum MemberAction { - // union sharing.MemberAction (sharing_folders.stone) + // union sharing.MemberAction (sharing_apiv2_sharing_folders_types.stone) /** * Allow the member to keep a copy of the folder when removing. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberPermission.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberPermission.java index 468dd3160..71cb2e142 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberPermission.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberPermission.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * Whether the user is allowed to take the action on the associated member. */ public class MemberPermission { - // struct sharing.MemberPermission (sharing_folders.stone) + // struct sharing.MemberPermission (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final MemberAction action; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberPolicy.java index 4a841e683..4963e01ec 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_base.stone */ package com.dropbox.core.v2.sharing; @@ -21,7 +21,7 @@ * folders owned by a user on a team. */ public enum MemberPolicy { - // union sharing.MemberPolicy (sharing_folders.stone) + // union sharing.MemberPolicy (sharing_apiv2_sharing_folders_base.stone) /** * Only a teammate can become a member. */ @@ -30,6 +30,10 @@ public enum MemberPolicy { * Anyone can become a member. */ ANYONE, + /** + * Only a teammate and approved people can become a member. + */ + TEAM_AND_APPROVED, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -56,6 +60,10 @@ public void serialize(MemberPolicy value, JsonGenerator g) throws IOException, J g.writeString("anyone"); break; } + case TEAM_AND_APPROVED: { + g.writeString("team_and_approved"); + break; + } default: { g.writeString("other"); } @@ -86,6 +94,9 @@ else if ("team".equals(tag)) { else if ("anyone".equals(tag)) { value = MemberPolicy.ANYONE; } + else if ("team_and_approved".equals(tag)) { + value = MemberPolicy.TEAM_AND_APPROVED; + } else { value = MemberPolicy.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberSelector.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberSelector.java index e56d3d26e..46305862e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberSelector.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MemberSelector.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -30,7 +30,7 @@ * will be used.

*/ public final class MemberSelector { - // union sharing.MemberSelector (sharing_folders.stone) + // union sharing.MemberSelector (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link MemberSelector}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MembershipInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MembershipInfo.java index c4f0b9748..825495007 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MembershipInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MembershipInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * The information about a member of the shared content. */ public class MembershipInfo { - // struct sharing.MembershipInfo (sharing_folders.stone) + // struct sharing.MembershipInfo (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final AccessLevel accessType; @@ -47,7 +47,7 @@ public class MembershipInfo { * member. The set of permissions corresponds to the MemberActions in * the request. Must not contain a {@code null} item. * @param initials Never set. - * @param isInherited True if the member has access from a parent folder. + * @param isInherited True if the member has access on a parent folder. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -118,7 +118,7 @@ public String getInitials() { } /** - * True if the member has access from a parent folder. + * True if the member has access on a parent folder. * * @return value for this field, or {@code null} if not present. Defaults to * false. @@ -205,8 +205,8 @@ public Builder withInitials(String initials) { *

If left unset or set to {@code null}, defaults to {@code false}. *

* - * @param isInherited True if the member has access from a parent - * folder. Defaults to {@code false} when set to {@code null}. + * @param isInherited True if the member has access on a parent folder. + * Defaults to {@code false} when set to {@code null}. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ModifySharedLinkSettingsArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ModifySharedLinkSettingsArgs.java index 3440908c2..1b3ba70d1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ModifySharedLinkSettingsArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ModifySharedLinkSettingsArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ModifySharedLinkSettingsArgs { - // struct sharing.ModifySharedLinkSettingsArgs (shared_links.stone) + // struct sharing.ModifySharedLinkSettingsArgs (sharing_apiv2_shared_links_types.stone) @Nonnull protected final String url; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ModifySharedLinkSettingsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ModifySharedLinkSettingsError.java index ab490ec0d..638451180 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ModifySharedLinkSettingsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ModifySharedLinkSettingsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class ModifySharedLinkSettingsError { - // union sharing.ModifySharedLinkSettingsError (shared_links.stone) + // union sharing.ModifySharedLinkSettingsError (sharing_apiv2_shared_links_types.stone) /** * Discriminating tag type for {@link ModifySharedLinkSettingsError}. @@ -43,6 +43,11 @@ public enum Tag { * instead. */ UNSUPPORTED_LINK_TYPE, + /** + * Private shared links do not support `path` or `link_password` + * parameter fields. + */ + UNSUPPORTED_PARAMETER_FIELD, /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -79,6 +84,11 @@ public enum Tag { * instead. */ public static final ModifySharedLinkSettingsError UNSUPPORTED_LINK_TYPE = new ModifySharedLinkSettingsError().withTag(Tag.UNSUPPORTED_LINK_TYPE); + /** + * Private shared links do not support `path` or `link_password` parameter + * fields. + */ + public static final ModifySharedLinkSettingsError UNSUPPORTED_PARAMETER_FIELD = new ModifySharedLinkSettingsError().withTag(Tag.UNSUPPORTED_PARAMETER_FIELD); /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -178,6 +188,17 @@ public boolean isUnsupportedLinkType() { return this._tag == Tag.UNSUPPORTED_LINK_TYPE; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#UNSUPPORTED_PARAMETER_FIELD}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#UNSUPPORTED_PARAMETER_FIELD}, {@code false} otherwise. + */ + public boolean isUnsupportedParameterField() { + return this._tag == Tag.UNSUPPORTED_PARAMETER_FIELD; + } + /** * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, * {@code false} otherwise. @@ -279,6 +300,8 @@ else if (obj instanceof ModifySharedLinkSettingsError) { return true; case UNSUPPORTED_LINK_TYPE: return true; + case UNSUPPORTED_PARAMETER_FIELD: + return true; case OTHER: return true; case SETTINGS_ERROR: @@ -332,6 +355,10 @@ public void serialize(ModifySharedLinkSettingsError value, JsonGenerator g) thro g.writeString("unsupported_link_type"); break; } + case UNSUPPORTED_PARAMETER_FIELD: { + g.writeString("unsupported_parameter_field"); + break; + } case OTHER: { g.writeString("other"); break; @@ -381,6 +408,9 @@ else if ("shared_link_access_denied".equals(tag)) { else if ("unsupported_link_type".equals(tag)) { value = ModifySharedLinkSettingsError.UNSUPPORTED_LINK_TYPE; } + else if ("unsupported_parameter_field".equals(tag)) { + value = ModifySharedLinkSettingsError.UNSUPPORTED_PARAMETER_FIELD; + } else if ("other".equals(tag)) { value = ModifySharedLinkSettingsError.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MountFolderArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MountFolderArg.java index f02f76ab8..434aa564d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MountFolderArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MountFolderArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class MountFolderArg { - // struct sharing.MountFolderArg (sharing_folders.stone) + // struct sharing.MountFolderArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MountFolderError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MountFolderError.java index 9067068b9..a900f81ab 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MountFolderError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/MountFolderError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class MountFolderError { - // union sharing.MountFolderError (sharing_folders.stone) + // union sharing.MountFolderError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link MountFolderError}. @@ -58,6 +58,11 @@ public enum Tag { * Dropbox. */ NOT_MOUNTABLE, + /** + * The shared folder is not mountable by directly call APIs, instead the + * automounter is responsible for mounting it. + */ + MUST_AUTOMOUNT, /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -88,6 +93,11 @@ public enum Tag { * Dropbox. */ public static final MountFolderError NOT_MOUNTABLE = new MountFolderError().withTag(Tag.NOT_MOUNTABLE); + /** + * The shared folder is not mountable by directly call APIs, instead the + * automounter is responsible for mounting it. + */ + public static final MountFolderError MUST_AUTOMOUNT = new MountFolderError().withTag(Tag.MUST_AUTOMOUNT); /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -308,6 +318,17 @@ public boolean isNotMountable() { return this._tag == Tag.NOT_MOUNTABLE; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#MUST_AUTOMOUNT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#MUST_AUTOMOUNT}, {@code false} otherwise. + */ + public boolean isMustAutomount() { + return this._tag == Tag.MUST_AUTOMOUNT; + } + /** * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, * {@code false} otherwise. @@ -355,6 +376,8 @@ else if (obj instanceof MountFolderError) { return true; case NOT_MOUNTABLE: return true; + case MUST_AUTOMOUNT: + return true; case OTHER: return true; default: @@ -423,6 +446,10 @@ public void serialize(MountFolderError value, JsonGenerator g) throws IOExceptio g.writeString("not_mountable"); break; } + case MUST_AUTOMOUNT: { + g.writeString("must_automount"); + break; + } default: { g.writeString("other"); } @@ -470,6 +497,9 @@ else if ("no_permission".equals(tag)) { else if ("not_mountable".equals(tag)) { value = MountFolderError.NOT_MOUNTABLE; } + else if ("must_automount".equals(tag)) { + value = MountFolderError.MUST_AUTOMOUNT; + } else { value = MountFolderError.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ParentFolderAccessInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ParentFolderAccessInfo.java index 715c29f82..ee39ff3e6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ParentFolderAccessInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ParentFolderAccessInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * Contains information about a parent folder that a member has access to. */ public class ParentFolderAccessInfo { - // struct sharing.ParentFolderAccessInfo (sharing_folders.stone) + // struct sharing.ParentFolderAccessInfo (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String folderName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PathLinkMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PathLinkMetadata.java index 52f4a917f..6bceec10a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PathLinkMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PathLinkMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * Metadata for a path-based shared link. */ public class PathLinkMetadata extends LinkMetadata { - // struct sharing.PathLinkMetadata (shared_links.stone) + // struct sharing.PathLinkMetadata (sharing_apiv2_shared_links_types.stone) @Nonnull protected final String path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PendingUploadMode.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PendingUploadMode.java index ecd0bf44c..43052df2c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PendingUploadMode.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PendingUploadMode.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -21,7 +21,7 @@ * paths). */ public enum PendingUploadMode { - // union sharing.PendingUploadMode (shared_links.stone) + // union sharing.PendingUploadMode (sharing_apiv2_shared_links_types.stone) /** * Assume pending uploads are files. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PermissionDeniedReason.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PermissionDeniedReason.java index c54ede6f2..e18d767ca 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PermissionDeniedReason.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/PermissionDeniedReason.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_common_types.stone */ package com.dropbox.core.v2.sharing; @@ -29,7 +29,7 @@ * will be used.

*/ public final class PermissionDeniedReason { - // union sharing.PermissionDeniedReason (sharing_folders.stone) + // union sharing.PermissionDeniedReason (sharing_apiv2_sharing_common_types.stone) /** * Discriminating tag type for {@link PermissionDeniedReason}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFileMembershipArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFileMembershipArg.java index db8e63a0b..352016a37 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFileMembershipArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFileMembershipArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RelinquishFileMembershipArg { - // struct sharing.RelinquishFileMembershipArg (sharing_files.stone) + // struct sharing.RelinquishFileMembershipArg (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String file; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFileMembershipError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFileMembershipError.java index 2ad2cc71b..e01e928ff 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFileMembershipError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFileMembershipError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class RelinquishFileMembershipError { - // union sharing.RelinquishFileMembershipError (sharing_files.stone) + // union sharing.RelinquishFileMembershipError (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link RelinquishFileMembershipError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFolderMembershipArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFolderMembershipArg.java index 90c443be1..885f09048 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFolderMembershipArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFolderMembershipArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RelinquishFolderMembershipArg { - // struct sharing.RelinquishFolderMembershipArg (sharing_folders.stone) + // struct sharing.RelinquishFolderMembershipArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFolderMembershipError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFolderMembershipError.java index 664fb9530..38bc2ce5e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFolderMembershipError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RelinquishFolderMembershipError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class RelinquishFolderMembershipError { - // union sharing.RelinquishFolderMembershipError (sharing_folders.stone) + // union sharing.RelinquishFolderMembershipError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link RelinquishFolderMembershipError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFileMemberArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFileMemberArg.java index 7c983f7c7..d6d33b55c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFileMemberArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFileMemberArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * DbxUserSharingRequests#removeFileMember2(String,MemberSelector)}. */ class RemoveFileMemberArg { - // struct sharing.RemoveFileMemberArg (sharing_files.stone) + // struct sharing.RemoveFileMemberArg (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String file; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFileMemberError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFileMemberError.java index 8fbc286be..8d2b8b71d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFileMemberError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFileMemberError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -30,7 +30,7 @@ * will be used.

*/ public final class RemoveFileMemberError { - // union sharing.RemoveFileMemberError (sharing_files.stone) + // union sharing.RemoveFileMemberError (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link RemoveFileMemberError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFolderMemberArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFolderMemberArg.java index c19e4ce9e..70990d7c3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFolderMemberArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFolderMemberArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RemoveFolderMemberArg { - // struct sharing.RemoveFolderMemberArg (sharing_folders.stone) + // struct sharing.RemoveFolderMemberArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFolderMemberError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFolderMemberError.java index 52ac9ed77..464d34ce2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFolderMemberError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveFolderMemberError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class RemoveFolderMemberError { - // union sharing.RemoveFolderMemberError (sharing_folders.stone) + // union sharing.RemoveFolderMemberError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link RemoveFolderMemberError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveMemberJobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveMemberJobStatus.java index 16c79915d..2adaeed65 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveMemberJobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RemoveMemberJobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class RemoveMemberJobStatus { - // union sharing.RemoveMemberJobStatus (sharing_folders.stone) + // union sharing.RemoveMemberJobStatus (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link RemoveMemberJobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RequestedLinkAccessLevel.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RequestedLinkAccessLevel.java index 551c9fc5f..683b29042 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RequestedLinkAccessLevel.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RequestedLinkAccessLevel.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum RequestedLinkAccessLevel { - // union sharing.RequestedLinkAccessLevel (shared_links.stone) + // union sharing.RequestedLinkAccessLevel (sharing_apiv2_shared_links_types.stone) /** * Users who use the link can view and comment on the content. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RequestedVisibility.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RequestedVisibility.java index d60606e6d..5dfa0a4c3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RequestedVisibility.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RequestedVisibility.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * values of shared links. */ public enum RequestedVisibility { - // union sharing.RequestedVisibility (shared_links.stone) + // union sharing.RequestedVisibility (sharing_apiv2_shared_links_types.stone) /** * Anyone who has received the link can access it. No login required. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ResolvedVisibility.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ResolvedVisibility.java index 5315124a0..84b7c6219 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ResolvedVisibility.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ResolvedVisibility.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * that can be set by the shared link's owner. */ public enum ResolvedVisibility { - // union sharing.ResolvedVisibility (shared_links.stone) + // union sharing.ResolvedVisibility (sharing_apiv2_shared_links_types.stone) /** * Anyone who has received the link can access it. No login required. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RevokeSharedLinkArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RevokeSharedLinkArg.java index 72926f283..9b3cf7206 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RevokeSharedLinkArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RevokeSharedLinkArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class RevokeSharedLinkArg { - // struct sharing.RevokeSharedLinkArg (shared_links.stone) + // struct sharing.RevokeSharedLinkArg (sharing_apiv2_shared_links_types.stone) @Nonnull protected final String url; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RevokeSharedLinkError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RevokeSharedLinkError.java index 4b49034b9..8d981c9cc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RevokeSharedLinkError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/RevokeSharedLinkError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum RevokeSharedLinkError { - // union sharing.RevokeSharedLinkError (shared_links.stone) + // union sharing.RevokeSharedLinkError (sharing_apiv2_shared_links_types.stone) /** * The shared link wasn't found. */ @@ -32,6 +32,11 @@ public enum RevokeSharedLinkError { * instead. */ UNSUPPORTED_LINK_TYPE, + /** + * Private shared links do not support `path` or `link_password` parameter + * fields. + */ + UNSUPPORTED_PARAMETER_FIELD, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -66,6 +71,10 @@ public void serialize(RevokeSharedLinkError value, JsonGenerator g) throws IOExc g.writeString("unsupported_link_type"); break; } + case UNSUPPORTED_PARAMETER_FIELD: { + g.writeString("unsupported_parameter_field"); + break; + } case OTHER: { g.writeString("other"); break; @@ -107,6 +116,9 @@ else if ("shared_link_access_denied".equals(tag)) { else if ("unsupported_link_type".equals(tag)) { value = RevokeSharedLinkError.UNSUPPORTED_LINK_TYPE; } + else if ("unsupported_parameter_field".equals(tag)) { + value = RevokeSharedLinkError.UNSUPPORTED_PARAMETER_FIELD; + } else if ("other".equals(tag)) { value = RevokeSharedLinkError.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SetAccessInheritanceArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SetAccessInheritanceArg.java index 34a2b6c86..eef0ea815 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SetAccessInheritanceArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SetAccessInheritanceArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class SetAccessInheritanceArg { - // struct sharing.SetAccessInheritanceArg (sharing_folders.stone) + // struct sharing.SetAccessInheritanceArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final AccessInheritance accessInheritance; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SetAccessInheritanceError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SetAccessInheritanceError.java index 21b148f5d..23b2ed908 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SetAccessInheritanceError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SetAccessInheritanceError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class SetAccessInheritanceError { - // union sharing.SetAccessInheritanceError (sharing_folders.stone) + // union sharing.SetAccessInheritanceError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link SetAccessInheritanceError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderArg.java index aeb877db5..1af2e296f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; class ShareFolderArg extends ShareFolderArgBase { - // struct sharing.ShareFolderArg (sharing_folders.stone) + // struct sharing.ShareFolderArg (sharing_apiv2_sharing_folders_types.stone) @Nullable protected final List actions; @@ -35,7 +35,8 @@ class ShareFolderArg extends ShareFolderArgBase { * * @param path The path or the file id to the folder to share. If it does * not exist, then a new one is created. Must match pattern "{@code - * (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be {@code null}. + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param aclUpdatePolicy Who can add and remove members of this shared * folder. * @param forceAsync Whether to force the share to happen asynchronously. @@ -49,7 +50,7 @@ class ShareFolderArg extends ShareFolderArgBase { * @param accessInheritance The access inheritance settings for the folder. * Must not be {@code null}. * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. Must not contain a * {@code null} item. @@ -78,7 +79,8 @@ public ShareFolderArg(@Nonnull String path, @Nullable AclUpdatePolicy aclUpdateP * * @param path The path or the file id to the folder to share. If it does * not exist, then a new one is created. Must match pattern "{@code - * (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be {@code null}. + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -164,7 +166,7 @@ public AccessInheritance getAccessInheritance() { /** * A list of `FolderAction`s corresponding to `FolderPermission`s that - * should appear in the response's {@link + * should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. * @@ -190,7 +192,8 @@ public LinkSettings getLinkSettings() { * * @param path The path or the file id to the folder to share. If it does * not exist, then a new one is created. Must match pattern "{@code - * (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be {@code null}. + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return builder for this class. * @@ -219,9 +222,9 @@ protected Builder(String path) { * Set value for optional field. * * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions - * the authenticated user can perform on the folder. Must not + * the authenticated user can perform on the folder. Must not * contain a {@code null} item. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderArgBase.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderArgBase.java index 94456fa45..01744cc25 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderArgBase.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderArgBase.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class ShareFolderArgBase { - // struct sharing.ShareFolderArgBase (sharing_folders.stone) + // struct sharing.ShareFolderArgBase (sharing_apiv2_sharing_folders_types.stone) @Nullable protected final AclUpdatePolicy aclUpdatePolicy; @@ -43,7 +43,8 @@ class ShareFolderArgBase { * * @param path The path or the file id to the folder to share. If it does * not exist, then a new one is created. Must match pattern "{@code - * (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be {@code null}. + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * @param aclUpdatePolicy Who can add and remove members of this shared * folder. * @param forceAsync Whether to force the share to happen asynchronously. @@ -67,7 +68,7 @@ public ShareFolderArgBase(@Nonnull String path, @Nullable AclUpdatePolicy aclUpd if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; @@ -86,7 +87,8 @@ public ShareFolderArgBase(@Nonnull String path, @Nullable AclUpdatePolicy aclUpd * * @param path The path or the file id to the folder to share. If it does * not exist, then a new one is created. Must match pattern "{@code - * (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be {@code null}. + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -175,7 +177,8 @@ public AccessInheritance getAccessInheritance() { * * @param path The path or the file id to the folder to share. If it does * not exist, then a new one is created. Must match pattern "{@code - * (/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)}" and not be {@code null}. + * (/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)}" and not be + * {@code null}. * * @return builder for this class. * @@ -203,7 +206,7 @@ protected Builder(String path) { if (path == null) { throw new IllegalArgumentException("Required value for 'path' is null"); } - if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)", path)) { + if (!Pattern.matches("(/(.|[\\r\\n])*)|(ns:[0-9]+(/(.|[\\r\\n])*)?)|(id:.*)", path)) { throw new IllegalArgumentException("String 'path' does not match pattern"); } this.path = path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderBuilder.java index 6d3bcfb72..4b09a0052 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderBuilder.java @@ -130,7 +130,7 @@ public ShareFolderBuilder withAccessInheritance(AccessInheritance accessInherita * Set value for optional field. * * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. Must not contain a * {@code null} item. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderError.java index 2b9075ccf..b916bcfdc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class ShareFolderError { - // union sharing.ShareFolderError (sharing_folders.stone) + // union sharing.ShareFolderError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link ShareFolderError}. @@ -41,8 +41,8 @@ public enum Tag { */ BAD_PATH, // SharePathError /** - * Team policy is more restrictive than {@link - * ShareFolderArg#getMemberPolicy}. + * Team policy or group sharing settings are more restrictive than + * {@link ShareFolderArg#getMemberPolicy}. */ TEAM_POLICY_DISALLOWS_MEMBER_POLICY, /** @@ -72,7 +72,7 @@ public enum Tag { */ public static final ShareFolderError EMAIL_UNVERIFIED = new ShareFolderError().withTag(Tag.EMAIL_UNVERIFIED); /** - * Team policy is more restrictive than {@link + * Team policy or group sharing settings are more restrictive than {@link * ShareFolderArg#getMemberPolicy}. */ public static final ShareFolderError TEAM_POLICY_DISALLOWS_MEMBER_POLICY = new ShareFolderError().withTag(Tag.TEAM_POLICY_DISALLOWS_MEMBER_POLICY); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderJobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderJobStatus.java index b0ea877f1..d69531981 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderJobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderJobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class ShareFolderJobStatus { - // union sharing.ShareFolderJobStatus (sharing_folders.stone) + // union sharing.ShareFolderJobStatus (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link ShareFolderJobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderLaunch.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderLaunch.java index f200e26bd..d89670587 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderLaunch.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ShareFolderLaunch.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class ShareFolderLaunch { - // union sharing.ShareFolderLaunch (sharing_folders.stone) + // union sharing.ShareFolderLaunch (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link ShareFolderLaunch}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharePathError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharePathError.java index c155a9808..b105dc5e8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharePathError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharePathError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class SharePathError { - // union sharing.SharePathError (sharing_folders.stone) + // union sharing.SharePathError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link SharePathError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedContentLinkMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedContentLinkMetadata.java index e6010fb92..4cb401edf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedContentLinkMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedContentLinkMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -26,7 +26,7 @@ * Metadata of a shared link for a file or folder. */ public class SharedContentLinkMetadata extends SharedContentLinkMetadataBase { - // struct sharing.SharedContentLinkMetadata (shared_content_links.stone) + // struct sharing.SharedContentLinkMetadata (sharing_apiv2_shared_content_links.stone) @Nullable protected final AudienceExceptions audienceExceptions; @@ -56,7 +56,7 @@ public class SharedContentLinkMetadata extends SharedContentLinkMetadataBase { * @param audienceRestrictingSharedFolder The shared folder that prevents * the link audience for this link from being more restrictive. * @param expiry Whether the link has an expiry set on it. A link with an - * expiry will have its audience changed to members when the expiry is + * expiry will have its audience changed to members when the expiry is * reached. * @param audienceExceptions The content inside this folder with link * audience different than this folder's. This is only returned when an @@ -176,7 +176,7 @@ public AudienceRestrictingSharedFolder getAudienceRestrictingSharedFolder() { /** * Whether the link has an expiry set on it. A link with an expiry will have - * its audience changed to members when the expiry is reached. + * its audience changed to members when the expiry is reached. * * @return value for this field, or {@code null} if not present. */ @@ -285,7 +285,7 @@ public Builder withAudienceRestrictingSharedFolder(AudienceRestrictingSharedFold * Set value for optional field. * * @param expiry Whether the link has an expiry set on it. A link with - * an expiry will have its audience changed to members when the + * an expiry will have its audience changed to members when the * expiry is reached. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedContentLinkMetadataBase.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedContentLinkMetadataBase.java index 65f04c578..ff894a6bb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedContentLinkMetadataBase.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedContentLinkMetadataBase.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_content_links.stone */ +/* This file was generated from sharing_apiv2_shared_content_links.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ import javax.annotation.Nullable; public class SharedContentLinkMetadataBase { - // struct sharing.SharedContentLinkMetadataBase (shared_content_links.stone) + // struct sharing.SharedContentLinkMetadataBase (sharing_apiv2_shared_content_links.stone) @Nullable protected final AccessLevel accessLevel; @@ -59,7 +59,7 @@ public class SharedContentLinkMetadataBase { * @param audienceRestrictingSharedFolder The shared folder that prevents * the link audience for this link from being more restrictive. * @param expiry Whether the link has an expiry set on it. A link with an - * expiry will have its audience changed to members when the expiry is + * expiry will have its audience changed to members when the expiry is * reached. * * @throws IllegalArgumentException If any argument does not meet its @@ -184,7 +184,7 @@ public AudienceRestrictingSharedFolder getAudienceRestrictingSharedFolder() { /** * Whether the link has an expiry set on it. A link with an expiry will have - * its audience changed to members when the expiry is reached. + * its audience changed to members when the expiry is reached. * * @return value for this field, or {@code null} if not present. */ @@ -290,7 +290,7 @@ public Builder withAudienceRestrictingSharedFolder(AudienceRestrictingSharedFold * Set value for optional field. * * @param expiry Whether the link has an expiry set on it. A link with - * an expiry will have its audience changed to members when the + * an expiry will have its audience changed to members when the * expiry is reached. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFileMembers.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFileMembers.java index a6c6f78fb..af59b937b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFileMembers.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFileMembers.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -28,7 +28,7 @@ * DbxUserSharingRequests#listFileMembersBatch(List,long)}. */ public class SharedFileMembers { - // struct sharing.SharedFileMembers (sharing_files.stone) + // struct sharing.SharedFileMembers (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final List users; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFileMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFileMetadata.java index 4c9dfd322..6a56632bc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFileMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFileMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -28,7 +28,7 @@ * Properties of the shared file. */ public class SharedFileMetadata { - // struct sharing.SharedFileMetadata (sharing_files.stone) + // struct sharing.SharedFileMetadata (sharing_apiv2_sharing_files_types.stone) @Nullable protected final AccessLevel accessType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderAccessError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderAccessError.java index ef28cbf24..bcb3c6c9e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderAccessError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderAccessError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ * There is an error accessing the shared folder. */ public enum SharedFolderAccessError { - // union sharing.SharedFolderAccessError (sharing_folders.stone) + // union sharing.SharedFolderAccessError (sharing_apiv2_sharing_folders_types.stone) /** * This shared folder ID is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMemberError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMemberError.java index 4e9e9d30c..4609195e1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMemberError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMemberError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class SharedFolderMemberError { - // union sharing.SharedFolderMemberError (sharing_folders.stone) + // union sharing.SharedFolderMemberError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link SharedFolderMemberError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMembers.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMembers.java index 08b67c2f3..73e8d1d5b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMembers.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMembers.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * Shared folder user and group membership. */ public class SharedFolderMembers { - // struct sharing.SharedFolderMembers (sharing_folders.stone) + // struct sharing.SharedFolderMembers (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final List users; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMetadata.java index aeb14988b..23a6a6fda 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -28,7 +28,7 @@ * The metadata which includes basic information about the shared folder. */ public class SharedFolderMetadata extends SharedFolderMetadataBase { - // struct sharing.SharedFolderMetadata (sharing_folders.stone) + // struct sharing.SharedFolderMetadata (sharing_apiv2_sharing_folders_types.stone) @Nullable protected final SharedContentLinkMetadata linkMetadata; @@ -46,6 +46,8 @@ public class SharedFolderMetadata extends SharedFolderMetadataBase { protected final Date timeInvited; @Nonnull protected final AccessInheritance accessInheritance; + @Nullable + protected final String folderId; /** * The metadata which includes basic information about the shared folder. @@ -91,11 +93,13 @@ public class SharedFolderMetadata extends SharedFolderMetadataBase { * FolderActions in the request. Must not contain a {@code null} item. * @param accessInheritance Whether the folder inherits its members from * its parent. Must not be {@code null}. + * @param folderId The ID of the content. Must have length of at least 4 + * and match pattern "{@code id:.+}". * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public SharedFolderMetadata(@Nonnull AccessLevel accessType, boolean isInsideTeamFolder, boolean isTeamFolder, @Nonnull String name, @Nonnull FolderPolicy policy, @Nonnull String previewUrl, @Nonnull String sharedFolderId, @Nonnull Date timeInvited, @Nullable List ownerDisplayNames, @Nullable Team ownerTeam, @Nullable String parentSharedFolderId, @Nullable String pathDisplay, @Nullable String pathLower, @Nullable String parentFolderName, @Nullable SharedContentLinkMetadata linkMetadata, @Nullable List permissions, @Nonnull AccessInheritance accessInheritance) { + public SharedFolderMetadata(@Nonnull AccessLevel accessType, boolean isInsideTeamFolder, boolean isTeamFolder, @Nonnull String name, @Nonnull FolderPolicy policy, @Nonnull String previewUrl, @Nonnull String sharedFolderId, @Nonnull Date timeInvited, @Nullable List ownerDisplayNames, @Nullable Team ownerTeam, @Nullable String parentSharedFolderId, @Nullable String pathDisplay, @Nullable String pathLower, @Nullable String parentFolderName, @Nullable SharedContentLinkMetadata linkMetadata, @Nullable List permissions, @Nonnull AccessInheritance accessInheritance, @Nullable String folderId) { super(accessType, isInsideTeamFolder, isTeamFolder, ownerDisplayNames, ownerTeam, parentSharedFolderId, pathDisplay, pathLower, parentFolderName); this.linkMetadata = linkMetadata; if (name == null) { @@ -133,6 +137,15 @@ public SharedFolderMetadata(@Nonnull AccessLevel accessType, boolean isInsideTea throw new IllegalArgumentException("Required value for 'accessInheritance' is null"); } this.accessInheritance = accessInheritance; + if (folderId != null) { + if (folderId.length() < 4) { + throw new IllegalArgumentException("String 'folderId' is shorter than 4"); + } + if (!Pattern.matches("id:.+", folderId)) { + throw new IllegalArgumentException("String 'folderId' does not match pattern"); + } + } + this.folderId = folderId; } /** @@ -161,7 +174,7 @@ public SharedFolderMetadata(@Nonnull AccessLevel accessType, boolean isInsideTea * preconditions. */ public SharedFolderMetadata(@Nonnull AccessLevel accessType, boolean isInsideTeamFolder, boolean isTeamFolder, @Nonnull String name, @Nonnull FolderPolicy policy, @Nonnull String previewUrl, @Nonnull String sharedFolderId, @Nonnull Date timeInvited) { - this(accessType, isInsideTeamFolder, isTeamFolder, name, policy, previewUrl, sharedFolderId, timeInvited, null, null, null, null, null, null, null, null, AccessInheritance.INHERIT); + this(accessType, isInsideTeamFolder, isTeamFolder, name, policy, previewUrl, sharedFolderId, timeInvited, null, null, null, null, null, null, null, null, AccessInheritance.INHERIT, null); } /** @@ -343,6 +356,16 @@ public AccessInheritance getAccessInheritance() { return accessInheritance; } + /** + * The ID of the content. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public String getFolderId() { + return folderId; + } + /** * Returns a new builder for creating an instance of this class. * @@ -385,6 +408,7 @@ public static class Builder extends SharedFolderMetadataBase.Builder { protected SharedContentLinkMetadata linkMetadata; protected List permissions; protected AccessInheritance accessInheritance; + protected String folderId; protected Builder(AccessLevel accessType, boolean isInsideTeamFolder, boolean isTeamFolder, String name, FolderPolicy policy, String previewUrl, String sharedFolderId, Date timeInvited) { super(accessType, isInsideTeamFolder, isTeamFolder); @@ -414,6 +438,7 @@ protected Builder(AccessLevel accessType, boolean isInsideTeamFolder, boolean is this.linkMetadata = null; this.permissions = null; this.accessInheritance = AccessInheritance.INHERIT; + this.folderId = null; } /** @@ -480,6 +505,30 @@ public Builder withAccessInheritance(AccessInheritance accessInheritance) { return this; } + /** + * Set value for optional field. + * + * @param folderId The ID of the content. Must have length of at least + * 4 and match pattern "{@code id:.+}". + * + * @return this builder + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public Builder withFolderId(String folderId) { + if (folderId != null) { + if (folderId.length() < 4) { + throw new IllegalArgumentException("String 'folderId' is shorter than 4"); + } + if (!Pattern.matches("id:.+", folderId)) { + throw new IllegalArgumentException("String 'folderId' does not match pattern"); + } + } + this.folderId = folderId; + return this; + } + /** * Set value for optional field. * @@ -573,7 +622,7 @@ public Builder withParentFolderName(String parentFolderName) { * @return new instance of {@link SharedFolderMetadata} */ public SharedFolderMetadata build() { - return new SharedFolderMetadata(accessType, isInsideTeamFolder, isTeamFolder, name, policy, previewUrl, sharedFolderId, timeInvited, ownerDisplayNames, ownerTeam, parentSharedFolderId, pathDisplay, pathLower, parentFolderName, linkMetadata, permissions, accessInheritance); + return new SharedFolderMetadata(accessType, isInsideTeamFolder, isTeamFolder, name, policy, previewUrl, sharedFolderId, timeInvited, ownerDisplayNames, ownerTeam, parentSharedFolderId, pathDisplay, pathLower, parentFolderName, linkMetadata, permissions, accessInheritance, folderId); } } @@ -587,7 +636,8 @@ public int hashCode() { this.previewUrl, this.sharedFolderId, this.timeInvited, - this.accessInheritance + this.accessInheritance, + this.folderId }); hash = (31 * super.hashCode()) + hash; return hash; @@ -621,6 +671,7 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.linkMetadata == other.linkMetadata) || (this.linkMetadata != null && this.linkMetadata.equals(other.linkMetadata))) && ((this.permissions == other.permissions) || (this.permissions != null && this.permissions.equals(other.permissions))) && ((this.accessInheritance == other.accessInheritance) || (this.accessInheritance.equals(other.accessInheritance))) + && ((this.folderId == other.folderId) || (this.folderId != null && this.folderId.equals(other.folderId))) ; } else { @@ -706,6 +757,10 @@ public void serialize(SharedFolderMetadata value, JsonGenerator g, boolean colla } g.writeFieldName("access_inheritance"); AccessInheritance.Serializer.INSTANCE.serialize(value.accessInheritance, g); + if (value.folderId != null) { + g.writeFieldName("folder_id"); + StoneSerializers.nullable(StoneSerializers.string()).serialize(value.folderId, g); + } if (!collapse) { g.writeEndObject(); } @@ -737,6 +792,7 @@ public SharedFolderMetadata deserialize(JsonParser p, boolean collapsed) throws SharedContentLinkMetadata f_linkMetadata = null; List f_permissions = null; AccessInheritance f_accessInheritance = AccessInheritance.INHERIT; + String f_folderId = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -791,6 +847,9 @@ else if ("permissions".equals(field)) { else if ("access_inheritance".equals(field)) { f_accessInheritance = AccessInheritance.Serializer.INSTANCE.deserialize(p); } + else if ("folder_id".equals(field)) { + f_folderId = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); + } else { skipValue(p); } @@ -819,7 +878,7 @@ else if ("access_inheritance".equals(field)) { if (f_timeInvited == null) { throw new JsonParseException(p, "Required field \"time_invited\" missing."); } - value = new SharedFolderMetadata(f_accessType, f_isInsideTeamFolder, f_isTeamFolder, f_name, f_policy, f_previewUrl, f_sharedFolderId, f_timeInvited, f_ownerDisplayNames, f_ownerTeam, f_parentSharedFolderId, f_pathDisplay, f_pathLower, f_parentFolderName, f_linkMetadata, f_permissions, f_accessInheritance); + value = new SharedFolderMetadata(f_accessType, f_isInsideTeamFolder, f_isTeamFolder, f_name, f_policy, f_previewUrl, f_sharedFolderId, f_timeInvited, f_ownerDisplayNames, f_ownerTeam, f_parentSharedFolderId, f_pathDisplay, f_pathLower, f_parentFolderName, f_linkMetadata, f_permissions, f_accessInheritance, f_folderId); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMetadataBase.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMetadataBase.java index 3c8a5f6b2..b71022b33 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMetadataBase.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedFolderMetadataBase.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_base.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * Properties of the shared folder. */ public class SharedFolderMetadataBase { - // struct sharing.SharedFolderMetadataBase (sharing_folders.stone) + // struct sharing.SharedFolderMetadataBase (sharing_apiv2_sharing_folders_base.stone) @Nonnull protected final AccessLevel accessType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkAccessFailureReason.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkAccessFailureReason.java index 0b1d9d64d..d45a83f6d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkAccessFailureReason.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkAccessFailureReason.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SharedLinkAccessFailureReason { - // union sharing.SharedLinkAccessFailureReason (shared_links.stone) + // union sharing.SharedLinkAccessFailureReason (sharing_apiv2_shared_links_types.stone) /** * User is not logged in. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkAlreadyExistsMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkAlreadyExistsMetadata.java index b6c456017..4a16987a0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkAlreadyExistsMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkAlreadyExistsMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class SharedLinkAlreadyExistsMetadata { - // union sharing.SharedLinkAlreadyExistsMetadata (shared_links.stone) + // union sharing.SharedLinkAlreadyExistsMetadata (sharing_apiv2_shared_links_types.stone) /** * Discriminating tag type for {@link SharedLinkAlreadyExistsMetadata}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkError.java deleted file mode 100644 index 7e25e69d3..000000000 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkError.java +++ /dev/null @@ -1,108 +0,0 @@ -/* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ - -package com.dropbox.core.v2.sharing; - -import com.dropbox.core.stone.StoneDeserializerLogger; -import com.dropbox.core.stone.StoneSerializers; -import com.dropbox.core.stone.UnionSerializer; - -import com.fasterxml.jackson.core.JsonGenerationException; -import com.fasterxml.jackson.core.JsonGenerator; -import com.fasterxml.jackson.core.JsonParseException; -import com.fasterxml.jackson.core.JsonParser; -import com.fasterxml.jackson.core.JsonToken; - -import java.io.IOException; -import java.util.Arrays; - -public enum SharedLinkError { - // union sharing.SharedLinkError (shared_links.stone) - /** - * The shared link wasn't found. - */ - SHARED_LINK_NOT_FOUND, - /** - * The caller is not allowed to access this shared link. - */ - SHARED_LINK_ACCESS_DENIED, - /** - * This type of link is not supported; use {@link - * com.dropbox.core.v2.files.DbxUserFilesRequests#export(String,String)} - * instead. - */ - UNSUPPORTED_LINK_TYPE, - /** - * Catch-all used for unknown tag values returned by the Dropbox servers. - * - *

Receiving a catch-all value typically indicates this SDK version is - * not up to date. Consider updating your SDK version to handle the new - * tags.

- */ - OTHER; // *catch_all - - /** - * For internal use only. - */ - static class Serializer extends UnionSerializer { - public static final Serializer INSTANCE = new Serializer(); - - @Override - public void serialize(SharedLinkError value, JsonGenerator g) throws IOException, JsonGenerationException { - switch (value) { - case SHARED_LINK_NOT_FOUND: { - g.writeString("shared_link_not_found"); - break; - } - case SHARED_LINK_ACCESS_DENIED: { - g.writeString("shared_link_access_denied"); - break; - } - case UNSUPPORTED_LINK_TYPE: { - g.writeString("unsupported_link_type"); - break; - } - default: { - g.writeString("other"); - } - } - } - - @Override - public SharedLinkError deserialize(JsonParser p) throws IOException, JsonParseException { - SharedLinkError value; - boolean collapsed; - String tag; - if (p.getCurrentToken() == JsonToken.VALUE_STRING) { - collapsed = true; - tag = getStringValue(p); - p.nextToken(); - } - else { - collapsed = false; - expectStartObject(p); - tag = readTag(p); - } - if (tag == null) { - throw new JsonParseException(p, "Required field missing: " + TAG_FIELD); - } - else if ("shared_link_not_found".equals(tag)) { - value = SharedLinkError.SHARED_LINK_NOT_FOUND; - } - else if ("shared_link_access_denied".equals(tag)) { - value = SharedLinkError.SHARED_LINK_ACCESS_DENIED; - } - else if ("unsupported_link_type".equals(tag)) { - value = SharedLinkError.UNSUPPORTED_LINK_TYPE; - } - else { - value = SharedLinkError.OTHER; - } - if (!collapsed) { - skipFields(p); - expectEndObject(p); - } - return value; - } - } -} diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkErrorException.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkErrorException.java deleted file mode 100644 index 97d6e9432..000000000 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkErrorException.java +++ /dev/null @@ -1,35 +0,0 @@ -/* DO NOT EDIT */ -/* This file was generated by Stone */ - -package com.dropbox.core.v2.sharing; - -import com.dropbox.core.DbxApiException; -import com.dropbox.core.LocalizedText; - -/** - * Exception thrown when the server responds with a {@link SharedLinkError} - * error. - * - *

This exception is raised by {@link - * DbxAppSharingRequests#getSharedLinkMetadata(String)}.

- */ -public class SharedLinkErrorException extends DbxApiException { - // exception for routes: - // 2/sharing/get_shared_link_metadata - - private static final long serialVersionUID = 0L; - - /** - * The error reported by {@link - * DbxAppSharingRequests#getSharedLinkMetadata(String)}. - */ - public final SharedLinkError errorValue; - - public SharedLinkErrorException(String routeName, String requestId, LocalizedText userMessage, SharedLinkError errorValue) { - super(requestId, userMessage, buildMessage(routeName, userMessage, errorValue)); - if (errorValue == null) { - throw new NullPointerException("errorValue"); - } - this.errorValue = errorValue; - } -} diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkMetadata.java index c3487d439..7608e09b6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -26,7 +26,7 @@ * The metadata of a shared link. */ public class SharedLinkMetadata { - // struct sharing.SharedLinkMetadata (shared_links.stone) + // struct sharing.SharedLinkMetadata (sharing_apiv2_shared_links_types.stone) @Nonnull protected final String url; @@ -62,10 +62,11 @@ public class SharedLinkMetadata { * expire. * @param pathLower The lowercased full path in the user's Dropbox. This * always starts with a slash. This field will only be present only if - * the linked file is in the authenticated user's dropbox. + * the linked file is in the authenticated user's dropbox and the user + * is the owner of the link. * @param teamMemberInfo The team membership information of the link's - * owner. This field will only be present if the link's owner is a - * team member. + * owner. This field will only be present if the link's owner is a team + * member. * @param contentOwnerTeamInfo The team information of the content's owner. * This field will only be present if the content's owner is a team * member and the content's owner team is different from the link's @@ -170,7 +171,7 @@ public Date getExpires() { /** * The lowercased full path in the user's Dropbox. This always starts with a * slash. This field will only be present only if the linked file is in the - * authenticated user's dropbox. + * authenticated user's dropbox and the user is the owner of the link. * * @return value for this field, or {@code null} if not present. */ @@ -181,7 +182,7 @@ public String getPathLower() { /** * The team membership information of the link's owner. This field will - * only be present if the link's owner is a team member. + * only be present if the link's owner is a team member. * * @return value for this field, or {@code null} if not present. */ @@ -293,7 +294,8 @@ public Builder withExpires(Date expires) { * * @param pathLower The lowercased full path in the user's Dropbox. * This always starts with a slash. This field will only be present - * only if the linked file is in the authenticated user's dropbox. + * only if the linked file is in the authenticated user's dropbox + * and the user is the owner of the link. * * @return this builder */ @@ -306,7 +308,7 @@ public Builder withPathLower(String pathLower) { * Set value for optional field. * * @param teamMemberInfo The team membership information of the link's - * owner. This field will only be present if the link's owner is a + * owner. This field will only be present if the link's owner is a * team member. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkPolicy.java index 919bb4d8c..8d69210a1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_base.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ * Who can view shared links in this folder. */ public enum SharedLinkPolicy { - // union sharing.SharedLinkPolicy (sharing_folders.stone) + // union sharing.SharedLinkPolicy (sharing_apiv2_sharing_folders_base.stone) /** * Links can be shared with anyone. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkSettings.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkSettings.java index 1c708d957..149b4b735 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkSettings.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkSettings.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; public class SharedLinkSettings { - // struct sharing.SharedLinkSettings (shared_links.stone) + // struct sharing.SharedLinkSettings (sharing_apiv2_shared_links_types.stone) @Nullable protected final Boolean requirePassword; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkSettingsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkSettingsError.java index df40de689..0d4255008 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkSettingsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharedLinkSettingsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SharedLinkSettingsError { - // union sharing.SharedLinkSettingsError (shared_links.stone) + // union sharing.SharedLinkSettingsError (sharing_apiv2_shared_links_types.stone) /** * The given settings are invalid (for example, all attributes of the {@link * SharedLinkSettings} are empty, the requested visibility is {@link diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharingFileAccessError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharingFileAccessError.java index 57e67a7c0..d04226fce 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharingFileAccessError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharingFileAccessError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ * User could not access this file. */ public enum SharingFileAccessError { - // union sharing.SharingFileAccessError (sharing_files.stone) + // union sharing.SharingFileAccessError (sharing_apiv2_sharing_files_types.stone) /** * Current user does not have sufficient privileges to perform the desired * action. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharingUserError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharingUserError.java index 4954da252..897770151 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharingUserError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/SharingUserError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ * User account had a problem preventing this action. */ public enum SharingUserError { - // union sharing.SharingUserError (sharing_files.stone) + // union sharing.SharingUserError (sharing_apiv2_sharing_files_types.stone) /** * This user's email address is not verified. This functionality is only * available on accounts with a verified email address. Users can verify diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TeamMemberInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TeamMemberInfo.java index 8549d59df..d4079abbc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TeamMemberInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TeamMemberInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * Information about a team member. */ public class TeamMemberInfo { - // struct sharing.TeamMemberInfo (shared_links.stone) + // struct sharing.TeamMemberInfo (sharing_apiv2_shared_links_types.stone) @Nonnull protected final Team teamInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TransferFolderArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TransferFolderArg.java index 5b4597abd..d6e1d9f21 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TransferFolderArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TransferFolderArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class TransferFolderArg { - // struct sharing.TransferFolderArg (sharing_folders.stone) + // struct sharing.TransferFolderArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TransferFolderError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TransferFolderError.java index 46ade2439..4bf2f4070 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TransferFolderError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/TransferFolderError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class TransferFolderError { - // union sharing.TransferFolderError (sharing_folders.stone) + // union sharing.TransferFolderError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link TransferFolderError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnmountFolderArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnmountFolderArg.java index 98731ab7f..706be0b1d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnmountFolderArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnmountFolderArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class UnmountFolderArg { - // struct sharing.UnmountFolderArg (sharing_folders.stone) + // struct sharing.UnmountFolderArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnmountFolderError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnmountFolderError.java index 2c212f15f..f43fd82d7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnmountFolderError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnmountFolderError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class UnmountFolderError { - // union sharing.UnmountFolderError (sharing_folders.stone) + // union sharing.UnmountFolderError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link UnmountFolderError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFileArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFileArg.java index e136f18e4..cd364146f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFileArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFileArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -23,7 +23,7 @@ * Arguments for {@link DbxUserSharingRequests#unshareFile(String)}. */ class UnshareFileArg { - // struct sharing.UnshareFileArg (sharing_files.stone) + // struct sharing.UnshareFileArg (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String file; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFileError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFileError.java index fef7dfcf6..0c9baccde 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFileError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFileError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -29,7 +29,7 @@ * will be used.

*/ public final class UnshareFileError { - // union sharing.UnshareFileError (sharing_files.stone) + // union sharing.UnshareFileError (sharing_apiv2_sharing_files_types.stone) /** * Discriminating tag type for {@link UnshareFileError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFolderArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFolderArg.java index 2a34728b2..4f6ccc668 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFolderArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFolderArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class UnshareFolderArg { - // struct sharing.UnshareFolderArg (sharing_folders.stone) + // struct sharing.UnshareFolderArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFolderError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFolderError.java index 2c0fe81e8..21f519646 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFolderError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UnshareFolderError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class UnshareFolderError { - // union sharing.UnshareFolderError (sharing_folders.stone) + // union sharing.UnshareFolderError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link UnshareFolderError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFileMemberArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFileMemberArgs.java index b8eb8caa5..857db9733 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFileMemberArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFileMemberArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * DbxUserSharingRequests#updateFileMember(String,MemberSelector,AccessLevel)}. */ class UpdateFileMemberArgs { - // struct sharing.UpdateFileMemberArgs (sharing_files.stone) + // struct sharing.UpdateFileMemberArgs (sharing_apiv2_sharing_files_types.stone) @Nonnull protected final String file; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderMemberArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderMemberArg.java index 4bd8a89ac..071cac76d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderMemberArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderMemberArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class UpdateFolderMemberArg { - // struct sharing.UpdateFolderMemberArg (sharing_folders.stone) + // struct sharing.UpdateFolderMemberArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderMemberError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderMemberError.java index 9e46035af..759b2ced9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderMemberError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderMemberError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class UpdateFolderMemberError { - // union sharing.UpdateFolderMemberError (sharing_folders.stone) + // union sharing.UpdateFolderMemberError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link UpdateFolderMemberError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyArg.java index a06652ee7..f7bfbf9cf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -25,7 +25,7 @@ * If any of the policies are unset, then they retain their current setting. */ class UpdateFolderPolicyArg { - // struct sharing.UpdateFolderPolicyArg (sharing_folders.stone) + // struct sharing.UpdateFolderPolicyArg (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String sharedFolderId; @@ -61,7 +61,7 @@ class UpdateFolderPolicyArg { * to set this policy to {@link SharedLinkPolicy#MEMBERS}. * @param linkSettings Settings on the link for this folder. * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. Must not contain a * {@code null} item. @@ -172,7 +172,7 @@ public LinkSettings getLinkSettings() { /** * A list of `FolderAction`s corresponding to `FolderPermission`s that - * should appear in the response's {@link + * should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. * @@ -296,9 +296,9 @@ public Builder withLinkSettings(LinkSettings linkSettings) { * Set value for optional field. * * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions - * the authenticated user can perform on the folder. Must not + * the authenticated user can perform on the folder. Must not * contain a {@code null} item. * * @return this builder diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyBuilder.java index 710f0f78e..e4934c24d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyBuilder.java @@ -107,7 +107,7 @@ public UpdateFolderPolicyBuilder withLinkSettings(LinkSettings linkSettings) { * Set value for optional field. * * @param actions A list of `FolderAction`s corresponding to - * `FolderPermission`s that should appear in the response's {@link + * `FolderPermission`s that should appear in the response's {@link * SharedFolderMetadata#getPermissions} field describing the actions the * authenticated user can perform on the folder. Must not contain a * {@code null} item. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyError.java index 88e0de9af..57991ef8c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UpdateFolderPolicyError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -27,7 +27,7 @@ * will be used.

*/ public final class UpdateFolderPolicyError { - // union sharing.UpdateFolderPolicyError (sharing_folders.stone) + // union sharing.UpdateFolderPolicyError (sharing_apiv2_sharing_folders_types.stone) /** * Discriminating tag type for {@link UpdateFolderPolicyError}. @@ -40,8 +40,8 @@ public enum Tag { */ NOT_ON_TEAM, /** - * Team policy is more restrictive than {@link - * ShareFolderArg#getMemberPolicy}. + * Team policy or group sharing settings are more restrictive than + * {@link ShareFolderArg#getMemberPolicy}. */ TEAM_POLICY_DISALLOWS_MEMBER_POLICY, /** @@ -74,7 +74,7 @@ public enum Tag { */ public static final UpdateFolderPolicyError NOT_ON_TEAM = new UpdateFolderPolicyError().withTag(Tag.NOT_ON_TEAM); /** - * Team policy is more restrictive than {@link + * Team policy or group sharing settings are more restrictive than {@link * ShareFolderArg#getMemberPolicy}. */ public static final UpdateFolderPolicyError TEAM_POLICY_DISALLOWS_MEMBER_POLICY = new UpdateFolderPolicyError().withTag(Tag.TEAM_POLICY_DISALLOWS_MEMBER_POLICY); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserFileMembershipInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserFileMembershipInfo.java index f098fdd28..c9a73a1b3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserFileMembershipInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserFileMembershipInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_files_types.stone */ package com.dropbox.core.v2.sharing; @@ -28,7 +28,7 @@ * last seen timestamp. */ public class UserFileMembershipInfo extends UserMembershipInfo { - // struct sharing.UserFileMembershipInfo (sharing_files.stone) + // struct sharing.UserFileMembershipInfo (sharing_apiv2_sharing_files_types.stone) @Nullable protected final Date timeLastSeen; @@ -51,7 +51,7 @@ public class UserFileMembershipInfo extends UserMembershipInfo { * member. The set of permissions corresponds to the MemberActions in * the request. Must not contain a {@code null} item. * @param initials Never set. - * @param isInherited True if the member has access from a parent folder. + * @param isInherited True if the member has access on a parent folder. * @param timeLastSeen The UTC timestamp of when the user has last seen the * content. Only populated if the user has seen the content and the * caller has a plan that includes viewer history. @@ -129,7 +129,7 @@ public String getInitials() { } /** - * True if the member has access from a parent folder. + * True if the member has access on a parent folder. * * @return value for this field, or {@code null} if not present. Defaults to * false. @@ -254,8 +254,8 @@ public Builder withInitials(String initials) { *

If left unset or set to {@code null}, defaults to {@code false}. *

* - * @param isInherited True if the member has access from a parent - * folder. Defaults to {@code false} when set to {@code null}. + * @param isInherited True if the member has access on a parent folder. + * Defaults to {@code false} when set to {@code null}. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserInfo.java index f3f8591df..1f97e46c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -26,7 +26,7 @@ * to obtain more detailed information. */ public class UserInfo { - // struct sharing.UserInfo (sharing_folders.stone) + // struct sharing.UserInfo (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final String accountId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserMembershipInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserMembershipInfo.java index 0a3282557..405058c0e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserMembershipInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/UserMembershipInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_folders.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_types.stone */ package com.dropbox.core.v2.sharing; @@ -24,7 +24,7 @@ * The information about a user member of the shared content. */ public class UserMembershipInfo extends MembershipInfo { - // struct sharing.UserMembershipInfo (sharing_folders.stone) + // struct sharing.UserMembershipInfo (sharing_apiv2_sharing_folders_types.stone) @Nonnull protected final UserInfo user; @@ -44,7 +44,7 @@ public class UserMembershipInfo extends MembershipInfo { * member. The set of permissions corresponds to the MemberActions in * the request. Must not contain a {@code null} item. * @param initials Never set. - * @param isInherited True if the member has access from a parent folder. + * @param isInherited True if the member has access on a parent folder. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -118,7 +118,7 @@ public String getInitials() { } /** - * True if the member has access from a parent folder. + * True if the member has access on a parent folder. * * @return value for this field, or {@code null} if not present. Defaults to * false. @@ -194,8 +194,8 @@ public Builder withInitials(String initials) { *

If left unset or set to {@code null}, defaults to {@code false}. *

* - * @param isInherited True if the member has access from a parent - * folder. Defaults to {@code false} when set to {@code null}. + * @param isInherited True if the member has access on a parent folder. + * Defaults to {@code false} when set to {@code null}. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ViewerInfoPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ViewerInfoPolicy.java index c04699164..8072919ab 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ViewerInfoPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/ViewerInfoPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from sharing_files.stone */ +/* This file was generated from sharing_apiv2_sharing_folders_base.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ViewerInfoPolicy { - // union sharing.ViewerInfoPolicy (sharing_files.stone) + // union sharing.ViewerInfoPolicy (sharing_apiv2_sharing_folders_base.stone) /** * Viewer information is available on this file. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/Visibility.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/Visibility.java index 8d6c78268..e3b83c301 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/Visibility.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/Visibility.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -22,7 +22,7 @@ * user preferences and shared folder settings. */ public enum Visibility { - // union sharing.Visibility (shared_links.stone) + // union sharing.Visibility (sharing_apiv2_shared_links_types.stone) /** * Anyone who has received the link can access it. No login required. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/VisibilityPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/VisibilityPolicy.java index 9a5b55e8d..31cd3858c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/VisibilityPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/VisibilityPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class VisibilityPolicy { - // struct sharing.VisibilityPolicy (shared_links.stone) + // struct sharing.VisibilityPolicy (sharing_apiv2_shared_links_types.stone) @Nonnull protected final RequestedVisibility policy; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/VisibilityPolicyDisallowedReason.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/VisibilityPolicyDisallowedReason.java index 202578723..2e149b0ea 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/VisibilityPolicyDisallowedReason.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/VisibilityPolicyDisallowedReason.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from shared_links.stone */ +/* This file was generated from sharing_apiv2_shared_links_types.stone */ package com.dropbox.core.v2.sharing; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum VisibilityPolicyDisallowedReason { - // union sharing.VisibilityPolicyDisallowedReason (shared_links.stone) + // union sharing.VisibilityPolicyDisallowedReason (sharing_apiv2_shared_links_types.stone) /** * The user needs to delete and recreate the link to change the visibility * policy. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/package-info.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/package-info.java index 47a87f938..b386dea11 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/package-info.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/sharing/package-info.java @@ -3,7 +3,29 @@ /** * This namespace contains endpoints and data types for creating and managing - * shared links and shared folders. + * shared links and shared folders. This namespace contains endpoints and data + * types for creating and managing shared links and shared folders. This + * namespace contains endpoints and data types for creating and managing shared + * links and shared folders. This namespace contains endpoints and data types + * for creating and managing shared links and shared folders. This namespace + * contains endpoints and data types for creating and managing shared links and + * shared folders. This namespace contains endpoints and data types for creating + * and managing shared links and shared folders. This namespace contains + * endpoints and data types for creating and managing shared links and shared + * folders. This namespace contains endpoints and data types for creating and + * managing shared links and shared folders. This namespace contains endpoints + * and data types for creating and managing shared links and shared folders. + * This namespace contains endpoints and data types for creating and managing + * shared links and shared folders. This namespace contains endpoints and data + * types for creating and managing shared links and shared folders. This + * namespace contains endpoints and data types for creating and managing shared + * links and shared folders. This namespace contains endpoints and data types + * for creating and managing shared links and shared folders. This namespace + * contains endpoints and data types for creating and managing shared links and + * shared folders. This namespace contains endpoints and data types for creating + * and managing shared links and shared folders. This namespace contains + * endpoints and data types for creating and managing shared links and shared + * folders. * *

See {@link com.dropbox.core.v2.sharing.DbxAppSharingRequests}, {@link * com.dropbox.core.v2.sharing.DbxUserSharingRequests} for a list of possible diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ActiveWebSession.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ActiveWebSession.java index 512f3194b..3841d81d6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ActiveWebSession.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ActiveWebSession.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * Information on active web sessions. */ public class ActiveWebSession extends DeviceSession { - // struct team.ActiveWebSession (team_devices.stone) + // struct team.ActiveWebSession (team_team_devices.stone) @Nonnull protected final String userAgent; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailResult.java index b24631b01..c7e054fe7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -34,7 +34,7 @@ * will be used.

*/ public final class AddSecondaryEmailResult { - // union team.AddSecondaryEmailResult (team_secondary_mails.stone) + // union team.AddSecondaryEmailResult (team_apiv2_team_members_secondary_emails.stone) /** * Discriminating tag type for {@link AddSecondaryEmailResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsArg.java index aa24d8aad..3d15dff79 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class AddSecondaryEmailsArg { - // struct team.AddSecondaryEmailsArg (team_secondary_mails.stone) + // struct team.AddSecondaryEmailsArg (team_apiv2_team_members_secondary_emails.stone) @Nonnull protected final List newSecondaryEmails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsError.java index 492a6838c..4151506b2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Error returned when adding secondary emails fails. */ public enum AddSecondaryEmailsError { - // union team.AddSecondaryEmailsError (team_secondary_mails.stone) + // union team.AddSecondaryEmailsError (team_apiv2_team_members_secondary_emails.stone) /** * Secondary emails are disabled for the team. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsResult.java index 53368309f..e867da3cd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AddSecondaryEmailsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class AddSecondaryEmailsResult { - // struct team.AddSecondaryEmailsResult (team_secondary_mails.stone) + // struct team.AddSecondaryEmailsResult (team_apiv2_team_members_secondary_emails.stone) @Nonnull protected final List results; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AdminTier.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AdminTier.java index 56867074e..9f72aa88f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AdminTier.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/AdminTier.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Describes which team-related admin permissions a user has. */ public enum AdminTier { - // union team.AdminTier (team_members.stone) + // union team.AdminTier (team_team_members_types.stone) /** * User is an administrator of the team - has all permissions. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ApiApp.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ApiApp.java index a724cc9d2..62aca924c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ApiApp.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ApiApp.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * Information on linked third party applications. */ public class ApiApp { - // struct team.ApiApp (team_linked_apps.stone) + // struct team.ApiApp (team_apiv2_team_linked_apps.stone) @Nonnull protected final String appId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/BaseDfbReport.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/BaseDfbReport.java index f1376b63e..683c7d83f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/BaseDfbReport.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/BaseDfbReport.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_reports.stone */ +/* This file was generated from team_reports_apiv2_team_reports_types.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ * Base report structure. */ public class BaseDfbReport { - // struct team.BaseDfbReport (team_reports.stone) + // struct team.BaseDfbReport (team_reports_apiv2_team_reports_types.stone) @Nonnull protected final String startDate; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaError.java index 60dffe54a..0c43826a9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Error returned when getting member custom quota. */ public enum CustomQuotaError { - // union team.CustomQuotaError (team_member_space_limits.stone) + // union team.CustomQuotaError (team_apiv2_team_member_space_limits.stone) /** * A maximum of 1000 users can be set for a single call. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaResult.java index 0b8fd8bbb..08d158ec8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -29,7 +29,7 @@ * will be used.

*/ public final class CustomQuotaResult { - // union team.CustomQuotaResult (team_member_space_limits.stone) + // union team.CustomQuotaResult (team_apiv2_team_member_space_limits.stone) /** * Discriminating tag type for {@link CustomQuotaResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaUsersArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaUsersArg.java index cd0c1ad06..9534f6149 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaUsersArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/CustomQuotaUsersArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class CustomQuotaUsersArg { - // struct team.CustomQuotaUsersArg (team_member_space_limits.stone) + // struct team.CustomQuotaUsersArg (team_apiv2_team_member_space_limits.stone) @Nonnull protected final List users; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DateRange.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DateRange.java index f2ea488ca..0ba4b8f02 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DateRange.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DateRange.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_reports.stone */ +/* This file was generated from team_reports_apiv2_team_reports_types.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * Input arguments that can be provided for most reports. */ class DateRange { - // struct team.DateRange (team_reports.stone) + // struct team.DateRange (team_reports_apiv2_team_reports_types.stone) @Nullable protected final Date startDate; @@ -39,7 +39,7 @@ class DateRange { * specifying values for all optional fields.

* * @param startDate Optional starting date (inclusive). If start_date is - * None or too long ago, this field will be set to 6 months ago. + * None or too long ago, this field will be set to 6 months ago. * @param endDate Optional ending date (exclusive). */ public DateRange(@Nullable Date startDate, @Nullable Date endDate) { @@ -58,7 +58,7 @@ public DateRange() { /** * Optional starting date (inclusive). If start_date is None or too long - * ago, this field will be set to 6 months ago. + * ago, this field will be set to 6 months ago. * * @return value for this field, or {@code null} if not present. */ @@ -103,7 +103,7 @@ protected Builder() { * Set value for optional field. * * @param startDate Optional starting date (inclusive). If start_date - * is None or too long ago, this field will be set to 6 months ago. + * is None or too long ago, this field will be set to 6 months ago. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DateRangeError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DateRangeError.java index 4cb736b42..591420e52 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DateRangeError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DateRangeError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_reports.stone */ +/* This file was generated from team_reports_apiv2_team_reports_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Errors that can originate from problems in input arguments to reports. */ public enum DateRangeError { - // union team.DateRangeError (team_reports.stone) + // union team.DateRangeError (team_reports_apiv2_team_reports_types.stone) /** * Catch-all used for unknown tag values returned by the Dropbox servers. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DbxTeamTeamRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DbxTeamTeamRequests.java index 4c1bec26b..82cba9379 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DbxTeamTeamRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DbxTeamTeamRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone, team_secondary_mails.stone, team_members.stone, team_linked_apps.stone, team_reports.stone, team_folders.stone, team_member_space_limits.stone, team.stone, team_groups.stone, team_legal_holds.stone, team_namespaces.stone, team_sharing_allowlist.stone */ +/* This file was generated from team_team_devices.stone, team_apiv2_team_members_secondary_emails.stone, team_team_members_types.stone, team_apiv2_team_linked_apps.stone, team_reports_apiv2_team_reports_types.stone, team_team_folders.stone, team_apiv2_team_member_space_limits.stone, team_team_types.stone, team_apiv2_team_groups.stone, team_team_legal_holds.stone, team_team_common.stone, team_namespaces_apiv2_team_namespaces.stone, team_apiv2_team_sharing_allowlist.stone, team_apiv2_team_dfb_features.stone, team_apiv2_team_dfb_get_info.stone, team_team_members_team_bip.stone, team_team_members.stone, team_team_members_identity.stone, team_team_members_super_admin.stone, team_apiv2_team_file_properties_deprecated.stone, team_reports_apiv2_activity_page_team_reports.stone, team_reports_apiv2_super_admin_team_reports.stone, team_reports_apiv2_team_lifecycle_team_reports.stone, team_reports_apiv2_identity_team_reports.stone, team_apiv2_team_dfb_token.stone */ package com.dropbox.core.v2.team; @@ -18,14 +18,11 @@ import com.dropbox.core.v2.fileproperties.AddTemplateResult; import com.dropbox.core.v2.fileproperties.GetTemplateArg; import com.dropbox.core.v2.fileproperties.GetTemplateResult; -import com.dropbox.core.v2.fileproperties.ListTemplateResult; import com.dropbox.core.v2.fileproperties.ModifyTemplateError; import com.dropbox.core.v2.fileproperties.ModifyTemplateErrorException; import com.dropbox.core.v2.fileproperties.PropertyFieldTemplate; import com.dropbox.core.v2.fileproperties.TemplateError; import com.dropbox.core.v2.fileproperties.TemplateErrorException; -import com.dropbox.core.v2.fileproperties.UpdateTemplateArg; -import com.dropbox.core.v2.fileproperties.UpdateTemplateResult; import com.dropbox.core.v2.files.SyncSettingArg; import java.util.HashMap; @@ -36,7 +33,7 @@ * Routes in namespace "team". */ public class DbxTeamTeamRequests { - // namespace team (team_devices.stone, team_secondary_mails.stone, team_members.stone, team_linked_apps.stone, team_reports.stone, team_folders.stone, team_member_space_limits.stone, team.stone, team_groups.stone, team_legal_holds.stone, team_namespaces.stone, team_sharing_allowlist.stone) + // namespace team (team_team_devices.stone, team_apiv2_team_members_secondary_emails.stone, team_team_members_types.stone, team_apiv2_team_linked_apps.stone, team_reports_apiv2_team_reports_types.stone, team_team_folders.stone, team_apiv2_team_member_space_limits.stone, team_team_types.stone, team_apiv2_team_groups.stone, team_team_legal_holds.stone, team_team_common.stone, team_namespaces_apiv2_team_namespaces.stone, team_apiv2_team_sharing_allowlist.stone, team_apiv2_team_dfb_features.stone, team_apiv2_team_dfb_get_info.stone, team_team_members_team_bip.stone, team_team_members.stone, team_team_members_identity.stone, team_team_members_super_admin.stone, team_apiv2_team_file_properties_deprecated.stone, team_reports_apiv2_activity_page_team_reports.stone, team_reports_apiv2_super_admin_team_reports.stone, team_reports_apiv2_team_lifecycle_team_reports.stone, team_reports_apiv2_identity_team_reports.stone, team_apiv2_team_dfb_token.stone) private final DbxRawClientV2 client; @@ -123,9 +120,7 @@ ListMembersDevicesResult devicesListMembersDevices(ListMembersDevicesArg arg) th } /** - * List all device sessions of a team. - * - *

Permission : Team member file access.

+ * List all device sessions of a team. Permission : Team member file access. * *

The default values for the optional request parameters will be used. * See {@link DevicesListMembersDevicesBuilder} for more details.

@@ -170,15 +165,12 @@ ListTeamDevicesResult devicesListTeamDevices(ListTeamDevicesArg arg) throws List } /** - * List all device sessions of a team. - * - *

Permission : Team member file access.

+ * List all device sessions of a team. Permission : Team member file access. * *

The default values for the optional request parameters will be used. * See {@link DevicesListTeamDevicesBuilder} for more details.

* - * @deprecated use {@link DbxTeamTeamRequests#devicesListMembersDevices} - * instead. + * @deprecated */ @Deprecated public ListTeamDevicesResult devicesListTeamDevices() throws ListTeamDevicesErrorException, DbxException { @@ -192,8 +184,7 @@ public ListTeamDevicesResult devicesListTeamDevices() throws ListTeamDevicesErro * @return Request builder for configuring request parameters and completing * the request. * - * @deprecated use {@link DbxTeamTeamRequests#devicesListMembersDevices} - * instead. + * @deprecated */ @Deprecated public DevicesListTeamDevicesBuilder devicesListTeamDevicesBuilder() { @@ -266,7 +257,7 @@ public RevokeDeviceSessionBatchResult devicesRevokeDeviceSessionBatch(List Permission : Team information.

+ * you have for certain features. Permission : Team information. * * @param features A list of features in {@link Feature}. If the list is * empty, this route will return {@link FeaturesGetValuesBatchError}. @@ -354,9 +343,8 @@ GroupFullInfo groupsCreate(GroupCreateArg arg) throws GroupCreateErrorException, } /** - * Creates a new, empty group, with a requested name. - * - *

Permission : Team member management.

+ * Creates a new, empty group, with a requested name. Permission : Team + * member management. * *

The default values for the optional request parameters will be used. * See {@link GroupsCreateBuilder} for more details.

@@ -428,8 +416,8 @@ public LaunchEmptyResult groupsDelete(GroupSelector arg) throws GroupDeleteError /** * Retrieves information about one or more groups. Note that the optional - * field {@link GroupFullInfo#getMembers} is not returned for - * system-managed groups. Permission : Team Information. + * field {@link GroupFullInfo#getMembers} is not returned for system-managed + * groups. Permission : Team Information. * * @param arg Argument for selecting a list of groups, either by group_ids, * or external group IDs. @@ -491,9 +479,7 @@ PollEmptyResult groupsJobStatusGet(PollArg arg) throws GroupsPollErrorException, * {@link * DbxTeamTeamRequests#groupsMembersRemove(GroupSelector,List,boolean)} use * this method to poll the status of granting/revoking group members' access - * to group-owned resources. - * - *

Permission : Team member management.

+ * to group-owned resources. Permission : Team member management. * * @param asyncJobId Id of the asynchronous job. This is the value of a * response returned from the method that launched the job. Must have @@ -535,9 +521,7 @@ GroupsListResult groupsList(GroupsListArg arg) throws DbxApiException, DbxExcept } /** - * Lists groups on a team. - * - *

Permission : Team Information.

+ * Lists groups on a team. Permission : Team Information. * *

The {@code limit} request parameter will default to {@code 1000L} * (see {@link #groupsList(long)}).

@@ -548,9 +532,7 @@ public GroupsListResult groupsList() throws DbxApiException, DbxException { } /** - * Lists groups on a team. - * - *

Permission : Team Information.

+ * Lists groups on a team. Permission : Team Information. * * @param limit Number of results to return per call. Must be greater than * or equal to 1 and be less than or equal to 1000. @@ -597,9 +579,7 @@ GroupsListResult groupsListContinue(GroupsListContinueArg arg) throws GroupsList /** * Once a cursor has been retrieved from {@link * DbxTeamTeamRequests#groupsList(long)}, use this to paginate through all - * groups. - * - *

Permission : Team Information.

+ * groups. Permission : Team Information. * * @param cursor Indicates from what point to get the next set of groups. * Must not be {@code null}. @@ -644,14 +624,10 @@ GroupMembersChangeResult groupsMembersAdd(GroupMembersAddArg arg) throws GroupMe } /** - * Adds members to a group. - * - *

The members are added immediately. However the granting of - * group-owned resources may take additional time. Use the {@link - * DbxTeamTeamRequests#groupsJobStatusGet(String)} to determine whether this - * process has completed.

- * - *

Permission : Team member management.

+ * Adds members to a group. The members are added immediately. However the + * granting of group-owned resources may take additional time. Use the + * {@link DbxTeamTeamRequests#groupsJobStatusGet(String)} to determine + * whether this process has completed. Permission : Team member management. * *

The {@code returnMembers} request parameter will default to {@code * true} (see {@link #groupsMembersAdd(GroupSelector,List,boolean)}).

@@ -675,21 +651,17 @@ public GroupMembersChangeResult groupsMembersAdd(GroupSelector group, List The members are added immediately. However the granting of - * group-owned resources may take additional time. Use the {@link - * DbxTeamTeamRequests#groupsJobStatusGet(String)} to determine whether this - * process has completed.

- * - *

Permission : Team member management.

+ * Adds members to a group. The members are added immediately. However the + * granting of group-owned resources may take additional time. Use the + * {@link DbxTeamTeamRequests#groupsJobStatusGet(String)} to determine + * whether this process has completed. Permission : Team member management. * * @param group Group to which users will be added. Must not be {@code * null}. * @param members List of users to be added to the group. Must not contain * a {@code null} item and not be {@code null}. * @param returnMembers Whether to return the list of members in the group. - * Note that the default value will cause all the group members to be + * Note that the default value will cause all the group members to be * returned in the response. This may take a long time for large groups. * * @return Result returned by {@link @@ -729,9 +701,7 @@ GroupsMembersListResult groupsMembersList(GroupsMembersListArg arg) throws Group } /** - * Lists members of a group. - * - *

Permission : Team Information.

+ * Lists members of a group. Permission : Team Information. * *

The {@code limit} request parameter will default to {@code 1000L} * (see {@link #groupsMembersList(GroupSelector,long)}).

@@ -748,9 +718,7 @@ public GroupsMembersListResult groupsMembersList(GroupSelector group) throws Gro } /** - * Lists members of a group. - * - *

Permission : Team Information.

+ * Lists members of a group. Permission : Team Information. * * @param group The group whose members are to be listed. Must not be * {@code null}. @@ -799,9 +767,7 @@ GroupsMembersListResult groupsMembersListContinue(GroupsMembersListContinueArg a /** * Once a cursor has been retrieved from {@link * DbxTeamTeamRequests#groupsMembersList(GroupSelector,long)}, use this to - * paginate through all members of the group. - * - *

Permission : Team information.

+ * paginate through all members of the group. Permission : Team information. * * @param cursor Indicates from what point to get the next set of groups. * Must not be {@code null}. @@ -848,17 +814,12 @@ GroupMembersChangeResult groupsMembersRemove(GroupMembersRemoveArg arg) throws G } /** - * Removes members from a group. - * - *

The members are removed immediately. However the revoking of - * group-owned resources may take additional time. Use the {@link - * DbxTeamTeamRequests#groupsJobStatusGet(String)} to determine whether this - * process has completed.

- * - *

This method permits removing the only owner of a group, even in cases - * where this is not possible via the web client.

- * - *

Permission : Team member management.

+ * Removes members from a group. The members are removed immediately. + * However the revoking of group-owned resources may take additional time. + * Use the {@link DbxTeamTeamRequests#groupsJobStatusGet(String)} to + * determine whether this process has completed. This method permits + * removing the only owner of a group, even in cases where this is not + * possible via the web client. Permission : Team member management. * *

The {@code returnMembers} request parameter will default to {@code * true} (see {@link #groupsMembersRemove(GroupSelector,List,boolean)}). @@ -883,24 +844,19 @@ public GroupMembersChangeResult groupsMembersRemove(GroupSelector group, List The members are removed immediately. However the revoking of - * group-owned resources may take additional time. Use the {@link - * DbxTeamTeamRequests#groupsJobStatusGet(String)} to determine whether this - * process has completed.

- * - *

This method permits removing the only owner of a group, even in cases - * where this is not possible via the web client.

- * - *

Permission : Team member management.

+ * Removes members from a group. The members are removed immediately. + * However the revoking of group-owned resources may take additional time. + * Use the {@link DbxTeamTeamRequests#groupsJobStatusGet(String)} to + * determine whether this process has completed. This method permits + * removing the only owner of a group, even in cases where this is not + * possible via the web client. Permission : Team member management. * * @param group Group from which users will be removed. Must not be {@code * null}. * @param users List of users to be removed from the group. Must not * contain a {@code null} item and not be {@code null}. * @param returnMembers Whether to return the list of members in the group. - * Note that the default value will cause all the group members to be + * Note that the default value will cause all the group members to be * returned in the response. This may take a long time for large groups. * * @return Result returned by {@link @@ -941,9 +897,8 @@ List groupsMembersSetAccessType(GroupMembersSetAccessTypeArg } /** - * Sets a member's access type in a group. - * - *

Permission : Team member management.

+ * Sets a member's access type in a group. Permission : Team member + * management. * *

The {@code returnMembers} request parameter will default to {@code * true} (see {@link @@ -967,9 +922,8 @@ public List groupsMembersSetAccessType(GroupSelector group, U } /** - * Sets a member's access type in a group. - * - *

Permission : Team member management.

+ * Sets a member's access type in a group. Permission : Team member + * management. * * @param group Specify a group. Must not be {@code null}. * @param user Identity of a user that is a member of the {@code group} @@ -979,7 +933,7 @@ public List groupsMembersSetAccessType(GroupSelector group, U * @param accessType New group access type the user will have. Must not be * {@code null}. * @param returnMembers Whether to return the list of members in the group. - * Note that the default value will cause all the group members to be + * Note that the default value will cause all the group members to be * returned in the response. This may take a long time for large groups. * * @throws IllegalArgumentException If any argument does not meet its @@ -1017,9 +971,8 @@ GroupFullInfo groupsUpdate(GroupUpdateArgs arg) throws GroupUpdateErrorException } /** - * Updates a group's name and/or external ID. - * - *

Permission : Team member management.

+ * Updates a group's name and/or external ID. Permission : Team member + * management. * *

The default values for the optional request parameters will be used. * See {@link GroupsUpdateBuilder} for more details.

@@ -1079,9 +1032,7 @@ LegalHoldPolicy legalHoldsCreatePolicy(LegalHoldsPolicyCreateArg arg) throws Leg /** * Creates new legal hold policy. Note: Legal Holds is a paid add-on. Not - * all teams have the feature. - * - *

Permission : Team member file access.

+ * all teams have the feature. Permission : Team member file access. * * @param name Policy name. Must have length of at most 140 and not be * {@code null}. @@ -1142,9 +1093,7 @@ LegalHoldPolicy legalHoldsGetPolicy(LegalHoldsGetPolicyArg arg) throws LegalHold /** * Gets a legal hold by Id. Note: Legal Holds is a paid add-on. Not all - * teams have the feature. - * - *

Permission : Team member file access.

+ * teams have the feature. Permission : Team member file access. * * @param id The legal hold Id. Must match pattern "{@code ^pid_dbhid:.+}" * and not be {@code null}. @@ -1184,9 +1133,8 @@ LegalHoldsListHeldRevisionResult legalHoldsListHeldRevisions(LegalHoldsListHeldR /** * List the file metadata that's under the hold. Note: Legal Holds is a paid - * add-on. Not all teams have the feature. - * - *

Permission : Team member file access.

+ * add-on. Not all teams have the feature. Permission : Team member file + * access. * * @param id The legal hold Id. Must match pattern "{@code ^pid_dbhid:.+}" * and not be {@code null}. @@ -1226,9 +1174,8 @@ LegalHoldsListHeldRevisionResult legalHoldsListHeldRevisionsContinue(LegalHoldsL /** * Continue listing the file metadata that's under the hold. Note: Legal - * Holds is a paid add-on. Not all teams have the feature. - * - *

Permission : Team member file access.

+ * Holds is a paid add-on. Not all teams have the feature. Permission : Team + * member file access. * * @param id The legal hold Id. Must match pattern "{@code ^pid_dbhid:.+}" * and not be {@code null}. @@ -1243,9 +1190,8 @@ public LegalHoldsListHeldRevisionResult legalHoldsListHeldRevisionsContinue(Stri /** * Continue listing the file metadata that's under the hold. Note: Legal - * Holds is a paid add-on. Not all teams have the feature. - * - *

Permission : Team member file access.

+ * Holds is a paid add-on. Not all teams have the feature. Permission : Team + * member file access. * * @param id The legal hold Id. Must match pattern "{@code ^pid_dbhid:.+}" * and not be {@code null}. @@ -1292,9 +1238,7 @@ LegalHoldsListPoliciesResult legalHoldsListPolicies(LegalHoldsListPoliciesArg ar /** * Lists legal holds on a team. Note: Legal Holds is a paid add-on. Not all - * teams have the feature. - * - *

Permission : Team member file access.

+ * teams have the feature. Permission : Team member file access. * *

The {@code includeReleased} request parameter will default to {@code * false} (see {@link #legalHoldsListPolicies(boolean)}).

@@ -1306,9 +1250,7 @@ public LegalHoldsListPoliciesResult legalHoldsListPolicies() throws LegalHoldsLi /** * Lists legal holds on a team. Note: Legal Holds is a paid add-on. Not all - * teams have the feature. - * - *

Permission : Team member file access.

+ * teams have the feature. Permission : Team member file access. * * @param includeReleased Whether to return holds that were released. */ @@ -1343,9 +1285,7 @@ void legalHoldsReleasePolicy(LegalHoldsPolicyReleaseArg arg) throws LegalHoldsPo /** * Releases a legal hold by Id. Note: Legal Holds is a paid add-on. Not all - * teams have the feature. - * - *

Permission : Team member file access.

+ * teams have the feature. Permission : Team member file access. * * @param id The legal hold Id. Must match pattern "{@code ^pid_dbhid:.+}" * and not be {@code null}. @@ -1384,9 +1324,7 @@ LegalHoldPolicy legalHoldsUpdatePolicy(LegalHoldsPolicyUpdateArg arg) throws Leg /** * Updates a legal hold. Note: Legal Holds is a paid add-on. Not all teams - * have the feature. - * - *

Permission : Team member file access.

+ * have the feature. Permission : Team member file access. * * @param id The legal hold Id. Must match pattern "{@code ^pid_dbhid:.+}" * and not be {@code null}. @@ -1442,9 +1380,8 @@ ListMemberAppsResult linkedAppsListMemberLinkedApps(ListMemberAppsArg arg) throw } /** - * List all linked applications of the team member. - * - *

Note, this endpoint does not list any team-linked applications.

+ * List all linked applications of the team member. Note, this endpoint does + * not list any team-linked applications. * * @param teamMemberId The team member id. Must not be {@code null}. * @@ -1486,9 +1423,8 @@ ListMembersAppsResult linkedAppsListMembersLinkedApps(ListMembersAppsArg arg) th } /** - * List all applications linked to the team members' accounts. - * - *

Note, this endpoint does not list any team-linked applications.

+ * List all applications linked to the team members' accounts. Note, this + * endpoint does not list any team-linked applications. * * @return Information returned by {@link * DbxTeamTeamRequests#linkedAppsListMembersLinkedApps(String)}. @@ -1499,9 +1435,8 @@ public ListMembersAppsResult linkedAppsListMembersLinkedApps() throws ListMember } /** - * List all applications linked to the team members' accounts. - * - *

Note, this endpoint does not list any team-linked applications.

+ * List all applications linked to the team members' accounts. Note, this + * endpoint does not list any team-linked applications. * * @param cursor At the first call to the {@link * DbxTeamTeamRequests#linkedAppsListMembersLinkedApps(String)} the @@ -1547,15 +1482,13 @@ ListTeamAppsResult linkedAppsListTeamLinkedApps(ListTeamAppsArg arg) throws List } /** - * List all applications linked to the team members' accounts. - * - *

Note, this endpoint doesn't list any team-linked applications.

+ * List all applications linked to the team members' accounts. Note, this + * endpoint doesn't list any team-linked applications. * * @return Information returned by {@link * DbxTeamTeamRequests#linkedAppsListTeamLinkedApps(String)}. * - * @deprecated use {@link - * DbxTeamTeamRequests#linkedAppsListMembersLinkedApps(String)} instead. + * @deprecated */ @Deprecated public ListTeamAppsResult linkedAppsListTeamLinkedApps() throws ListTeamAppsErrorException, DbxException { @@ -1564,9 +1497,8 @@ public ListTeamAppsResult linkedAppsListTeamLinkedApps() throws ListTeamAppsErro } /** - * List all applications linked to the team members' accounts. - * - *

Note, this endpoint doesn't list any team-linked applications.

+ * List all applications linked to the team members' accounts. Note, this + * endpoint doesn't list any team-linked applications. * * @param cursor At the first call to the {@link * DbxTeamTeamRequests#linkedAppsListTeamLinkedApps(String)} the cursor @@ -1577,8 +1509,7 @@ public ListTeamAppsResult linkedAppsListTeamLinkedApps() throws ListTeamAppsErro * @return Information returned by {@link * DbxTeamTeamRequests#linkedAppsListTeamLinkedApps(String)}. * - * @deprecated use {@link - * DbxTeamTeamRequests#linkedAppsListMembersLinkedApps(String)} instead. + * @deprecated */ @Deprecated public ListTeamAppsResult linkedAppsListTeamLinkedApps(String cursor) throws ListTeamAppsErrorException, DbxException { @@ -1635,7 +1566,7 @@ public void linkedAppsRevokeLinkedApp(String appId, String teamMemberId) throws * @param teamMemberId The unique id of the member owning the device. Must * not be {@code null}. * @param keepAppFolder This flag is not longer supported, the application - * dedicated folder (in case the application uses one) will be kept. + * dedicated folder (in case the application uses one) will be kept. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -1998,10 +1929,10 @@ public List memberSpaceLimitsRemoveCustomQuota(List memberSpaceLimitsSetCustomQuota(SetCustomQuotaArg arg) t } /** - * Set users custom quota. Custom quota has to be at least 15GB. A maximum - * of 1000 members can be specified in a single call. Note: to apply a - * custom space limit, a team admin needs to set a member space limit for - * the team first. (the team admin can check the settings here: + * Set users custom quota. Custom quota has to be at least 2GB. A maximum of + * 1000 members can be specified in a single call. Note: to apply a custom + * space limit, a team admin needs to set a member space limit for the team + * first. (the team admin can check the settings here: * https://www.dropbox.com/team/admin/settings/space). * * @param usersAndQuotas List of users and their custom quotas. Must not @@ -2072,24 +2003,17 @@ MembersAddLaunch membersAdd(MembersAddArg arg) throws DbxApiException, DbxExcept } /** - * Adds members to a team. - * - *

Permission : Team member management

- * - *

A maximum of 20 members can be specified in a single call.

- * - *

If no Dropbox account exists with the email address specified, a new - * Dropbox account will be created with the given email address, and that - * account will be invited to the team.

- * - *

If a personal Dropbox account exists with the email address specified - * in the call, this call will create a placeholder Dropbox account for the - * user on the team and send an email inviting the user to migrate their - * existing personal account onto the team.

- * - *

Team member management apps are required to set an initial given_name - * and surname for a user to use in the team invitation and for 'Perform as - * team member' actions taken on the user before they become 'active'.

+ * Adds members to a team. Permission : Team member management A maximum of + * 20 members can be specified in a single call. If no Dropbox account + * exists with the email address specified, a new Dropbox account will be + * created with the given email address, and that account will be invited to + * the team. If a personal Dropbox account exists with the email address + * specified in the call, this call will create a placeholder Dropbox + * account for the user on the team and send an email inviting the user to + * migrate their existing personal account onto the team. Team member + * management apps are required to set an initial given_name and surname for + * a user to use in the team invitation and for 'Perform as team member' + * actions taken on the user before they become 'active'. * *

The {@code forceAsync} request parameter will default to {@code * false} (see {@link #membersAdd(List,boolean)}).

@@ -2106,24 +2030,17 @@ public MembersAddLaunch membersAdd(List newMembers) throws DbxApiE } /** - * Adds members to a team. - * - *

Permission : Team member management

- * - *

A maximum of 20 members can be specified in a single call.

- * - *

If no Dropbox account exists with the email address specified, a new - * Dropbox account will be created with the given email address, and that - * account will be invited to the team.

- * - *

If a personal Dropbox account exists with the email address specified - * in the call, this call will create a placeholder Dropbox account for the - * user on the team and send an email inviting the user to migrate their - * existing personal account onto the team.

- * - *

Team member management apps are required to set an initial given_name - * and surname for a user to use in the team invitation and for 'Perform as - * team member' actions taken on the user before they become 'active'.

+ * Adds members to a team. Permission : Team member management A maximum of + * 20 members can be specified in a single call. If no Dropbox account + * exists with the email address specified, a new Dropbox account will be + * created with the given email address, and that account will be invited to + * the team. If a personal Dropbox account exists with the email address + * specified in the call, this call will create a placeholder Dropbox + * account for the user on the team and send an email inviting the user to + * migrate their existing personal account onto the team. Team member + * management apps are required to set an initial given_name and surname for + * a user to use in the team invitation and for 'Perform as team member' + * actions taken on the user before they become 'active'. * * @param newMembers Details of new members to be added to the team. Must * not contain a {@code null} item and not be {@code null}. @@ -2149,10 +2066,7 @@ public MembersAddLaunch membersAdd(List newMembers, boolean forceA * the team. If a personal Dropbox account exists with the email address * specified in the call, this call will create a placeholder Dropbox * account for the user on the team and send an email inviting the user to - * migrate their existing personal account onto the team. Team member - * management apps are required to set an initial given_name and surname for - * a user to use in the team invitation and for 'Perform as team member' - * actions taken on the user before they become 'active'. + * migrate their existing personal account onto the team. * */ MembersAddLaunchV2Result membersAddV2(MembersAddV2Arg arg) throws DbxApiException, DbxException { @@ -2171,24 +2085,14 @@ MembersAddLaunchV2Result membersAddV2(MembersAddV2Arg arg) throws DbxApiExceptio } /** - * Adds members to a team. - * - *

Permission : Team member management

- * - *

A maximum of 20 members can be specified in a single call.

- * - *

If no Dropbox account exists with the email address specified, a new - * Dropbox account will be created with the given email address, and that - * account will be invited to the team.

- * - *

If a personal Dropbox account exists with the email address specified - * in the call, this call will create a placeholder Dropbox account for the - * user on the team and send an email inviting the user to migrate their - * existing personal account onto the team.

- * - *

Team member management apps are required to set an initial given_name - * and surname for a user to use in the team invitation and for 'Perform as - * team member' actions taken on the user before they become 'active'.

+ * Adds members to a team. Permission : Team member management A maximum of + * 20 members can be specified in a single call. If no Dropbox account + * exists with the email address specified, a new Dropbox account will be + * created with the given email address, and that account will be invited to + * the team. If a personal Dropbox account exists with the email address + * specified in the call, this call will create a placeholder Dropbox + * account for the user on the team and send an email inviting the user to + * migrate their existing personal account onto the team. * *

The {@code forceAsync} request parameter will default to {@code * false} (see {@link #membersAddV2(List,boolean)}).

@@ -2205,24 +2109,14 @@ public MembersAddLaunchV2Result membersAddV2(List newMembers) th } /** - * Adds members to a team. - * - *

Permission : Team member management

- * - *

A maximum of 20 members can be specified in a single call.

- * - *

If no Dropbox account exists with the email address specified, a new - * Dropbox account will be created with the given email address, and that - * account will be invited to the team.

- * - *

If a personal Dropbox account exists with the email address specified - * in the call, this call will create a placeholder Dropbox account for the - * user on the team and send an email inviting the user to migrate their - * existing personal account onto the team.

- * - *

Team member management apps are required to set an initial given_name - * and surname for a user to use in the team invitation and for 'Perform as - * team member' actions taken on the user before they become 'active'.

+ * Adds members to a team. Permission : Team member management A maximum of + * 20 members can be specified in a single call. If no Dropbox account + * exists with the email address specified, a new Dropbox account will be + * created with the given email address, and that account will be invited to + * the team. If a personal Dropbox account exists with the email address + * specified in the call, this call will create a placeholder Dropbox + * account for the user on the team and send an email inviting the user to + * migrate their existing personal account onto the team. * * @param newMembers Details of new members to be added to the team. Must * not contain a {@code null} item and not be {@code null}. @@ -2266,9 +2160,7 @@ MembersAddJobStatus membersAddJobStatusGet(PollArg arg) throws PollErrorExceptio /** * Once an async_job_id is returned from {@link * DbxTeamTeamRequests#membersAdd(List,boolean)} , use this to poll the - * status of the asynchronous request. - * - *

Permission : Team member management.

+ * status of the asynchronous request. Permission : Team member management. * * @param asyncJobId Id of the asynchronous job. This is the value of a * response returned from the method that launched the job. Must have @@ -2312,9 +2204,7 @@ MembersAddJobStatusV2Result membersAddJobStatusGetV2(PollArg arg) throws PollErr /** * Once an async_job_id is returned from {@link * DbxTeamTeamRequests#membersAddV2(List,boolean)} , use this to poll the - * status of the asynchronous request. - * - *

Permission : Team member management.

+ * status of the asynchronous request. Permission : Team member management. * * @param asyncJobId Id of the asynchronous job. This is the value of a * response returned from the method that launched the job. Must have @@ -2328,6 +2218,53 @@ public MembersAddJobStatusV2Result membersAddJobStatusGetV2(String asyncJobId) t return membersAddJobStatusGetV2(_arg); } + // + // route 2/team/members/delete_former_member_files + // + + /** + * Permanently delete the files of a user who has been removed from the + * team. After permanent deletion, those files will not be available to be + * transferred to another team member. Permission : Team member management + * Exactly one of team_member_id, email, or external_id must be provided to + * identify the user account. + * + * @param arg Exactly one of team_member_id, email, or external_id must be + * provided to identify a former team member. + */ + void membersDeleteFormerMemberFiles(MembersFormerMemberArg arg) throws MembersDeleteFormerMemberFilesErrorException, DbxException { + try { + this.client.rpcStyle(this.client.getHost().getApi(), + "2/team/members/delete_former_member_files", + arg, + false, + MembersFormerMemberArg.Serializer.INSTANCE, + com.dropbox.core.stone.StoneSerializers.void_(), + MembersDeleteFormerMemberFilesError.Serializer.INSTANCE); + } + catch (DbxWrappedException ex) { + throw new MembersDeleteFormerMemberFilesErrorException("2/team/members/delete_former_member_files", ex.getRequestId(), ex.getUserMessage(), (MembersDeleteFormerMemberFilesError) ex.getErrorValue()); + } + } + + /** + * Permanently delete the files of a user who has been removed from the + * team. After permanent deletion, those files will not be available to be + * transferred to another team member. Permission : Team member management + * Exactly one of team_member_id, email, or external_id must be provided to + * identify the user account. + * + * @param user Identity of user whose files will be permanently deleted. + * Must not be {@code null}. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public void membersDeleteFormerMemberFiles(UserSelectorArg user) throws MembersDeleteFormerMemberFilesErrorException, DbxException { + MembersFormerMemberArg _arg = new MembersFormerMemberArg(user); + membersDeleteFormerMemberFiles(_arg); + } + // // route 2/team/members/delete_profile_photo // @@ -2355,9 +2292,8 @@ TeamMemberInfo membersDeleteProfilePhoto(MembersDeleteProfilePhotoArg arg) throw } /** - * Deletes a team member's profile photo. - * - *

Permission : Team member management.

+ * Deletes a team member's profile photo. Permission : Team member + * management. * * @param user Identity of the user whose profile photo will be deleted. * Must not be {@code null}. @@ -2400,9 +2336,8 @@ TeamMemberInfoV2Result membersDeleteProfilePhotoV2(MembersDeleteProfilePhotoArg } /** - * Deletes a team member's profile photo. - * - *

Permission : Team member management.

+ * Deletes a team member's profile photo. Permission : Team member + * management. * * @param user Identity of the user whose profile photo will be deleted. * Must not be {@code null}. @@ -2474,13 +2409,10 @@ List membersGetInfo(MembersGetInfoArgs arg) throws MembersGe } /** - * Returns information about multiple team members. - * - *

Permission : Team information

- * - *

This endpoint will return {@link + * Returns information about multiple team members. Permission : Team + * information This endpoint will return {@link * MembersGetInfoItem#getIdNotFoundValue}, for IDs (or emails) that cannot - * be matched to a valid team member.

+ * be matched to a valid team member. * * @param members List of team members. Must not contain a {@code null} * item and not be {@code null}. @@ -2520,13 +2452,10 @@ MembersGetInfoV2Result membersGetInfoV2(MembersGetInfoV2Arg arg) throws MembersG } /** - * Returns information about multiple team members. - * - *

Permission : Team information

- * - *

This endpoint will return {@link + * Returns information about multiple team members. Permission : Team + * information This endpoint will return {@link * MembersGetInfoItem#getIdNotFoundValue}, for IDs (or emails) that cannot - * be matched to a valid team member.

+ * be matched to a valid team member. * * @param members List of team members. Must not contain a {@code null} * item and not be {@code null}. @@ -2563,9 +2492,7 @@ MembersListResult membersList(MembersListArg arg) throws MembersListErrorExcepti } /** - * Lists members of a team. - * - *

Permission : Team information.

+ * Lists members of a team. Permission : Team information. * *

The default values for the optional request parameters will be used. * See {@link MembersListBuilder} for more details.

@@ -2610,9 +2537,7 @@ MembersListV2Result membersListV2(MembersListArg arg) throws MembersListErrorExc } /** - * Lists members of a team. - * - *

Permission : Team information.

+ * Lists members of a team. Permission : Team information. * *

The default values for the optional request parameters will be used. * See {@link MembersListV2Builder} for more details.

@@ -2661,9 +2586,7 @@ MembersListResult membersListContinue(MembersListContinueArg arg) throws Members /** * Once a cursor has been retrieved from {@link * DbxTeamTeamRequests#membersList}, use this to paginate through all team - * members. - * - *

Permission : Team information.

+ * members. Permission : Team information. * * @param cursor Indicates from what point to get the next set of members. * Must not be {@code null}. @@ -2704,9 +2627,7 @@ MembersListV2Result membersListContinueV2(MembersListContinueArg arg) throws Mem /** * Once a cursor has been retrieved from {@link * DbxTeamTeamRequests#membersListV2}, use this to paginate through all team - * members. - * - *

Permission : Team information.

+ * members. Permission : Team information. * * @param cursor Indicates from what point to get the next set of members. * Must not be {@code null}. @@ -2755,8 +2676,7 @@ LaunchEmptyResult membersMoveFormerMemberFiles(MembersDataTransferArg arg) throw * initiates an asynchronous job. To obtain the final result of the job, the * client should periodically poll {@link * DbxTeamTeamRequests#membersMoveFormerMemberFilesJobStatusCheck(String)}. - * - *

Permission : Team member management.

+ * Permission : Team member management. * * @param user Identity of user to remove/suspend/have their files moved. * Must not be {@code null}. @@ -2812,9 +2732,8 @@ PollEmptyResult membersMoveFormerMemberFilesJobStatusCheck(PollArg arg) throws P /** * Once an async_job_id is returned from {@link * DbxTeamTeamRequests#membersMoveFormerMemberFiles(UserSelectorArg,UserSelectorArg,UserSelectorArg)} - * , use this to poll the status of the asynchronous request. - * - *

Permission : Team member management.

+ * , use this to poll the status of the asynchronous request. Permission : + * Team member management. * * @param asyncJobId Id of the asynchronous job. This is the value of a * response returned from the method that launched the job. Must have @@ -2860,12 +2779,9 @@ void membersRecover(MembersRecoverArg arg) throws MembersRecoverErrorException, } /** - * Recover a deleted member. - * - *

Permission : Team member management

- * - *

Exactly one of team_member_id, email, or external_id must be provided - * to identify the user account.

+ * Recover a deleted member. Permission : Team member management Exactly one + * of team_member_id, email, or external_id must be provided to identify the + * user account. * * @param user Identity of user to recover. Must not be {@code null}. * @@ -2893,8 +2809,10 @@ public void membersRecover(UserSelectorArg user) throws MembersRecoverErrorExcep * MemberAddResult#getUserAlreadyOnTeamValue}. Accounts can have their files * transferred via the admin console for a limited time, based on the * version history length associated with the team (180 days for most - * teams). This endpoint may initiate an asynchronous job. To obtain the - * final result of the job, the client should periodically poll {@link + * teams). Accounts can have their stacks transferred through the admin + * console. This only transfers stacks that they have created. This endpoint + * may initiate an asynchronous job. To obtain the final result of the job, + * the client should periodically poll {@link * DbxTeamTeamRequests#membersRemoveJobStatusGet(String)}. * * @@ -2918,28 +2836,22 @@ LaunchEmptyResult membersRemove(MembersRemoveArg arg) throws MembersRemoveErrorE } /** - * Removes a member from a team. - * - *

Permission : Team member management

- * - *

Exactly one of team_member_id, email, or external_id must be provided - * to identify the user account.

- * - *

Accounts can be recovered via {@link + * Removes a member from a team. Permission : Team member management Exactly + * one of team_member_id, email, or external_id must be provided to identify + * the user account. Accounts can be recovered via {@link * DbxTeamTeamRequests#membersRecover(UserSelectorArg)} for a 7 day period * or until the account has been permanently deleted or transferred to * another account (whichever comes first). Calling {@link * DbxTeamTeamRequests#membersAdd(List,boolean)} while a user is still * recoverable on your team will return with {@link - * MemberAddResult#getUserAlreadyOnTeamValue}.

- * - *

Accounts can have their files transferred via the admin console for a - * limited time, based on the version history length associated with the - * team (180 days for most teams).

- * - *

This endpoint may initiate an asynchronous job. To obtain the final - * result of the job, the client should periodically poll {@link - * DbxTeamTeamRequests#membersRemoveJobStatusGet(String)}.

+ * MemberAddResult#getUserAlreadyOnTeamValue}. Accounts can have their files + * transferred via the admin console for a limited time, based on the + * version history length associated with the team (180 days for most + * teams). Accounts can have their stacks transferred through the admin + * console. This only transfers stacks that they have created. This endpoint + * may initiate an asynchronous job. To obtain the final result of the job, + * the client should periodically poll {@link + * DbxTeamTeamRequests#membersRemoveJobStatusGet(String)}. * *

The default values for the optional request parameters will be used. * See {@link MembersRemoveBuilder} for more details.

@@ -2971,8 +2883,10 @@ public LaunchEmptyResult membersRemove(UserSelectorArg user) throws MembersRemov * MemberAddResult#getUserAlreadyOnTeamValue}. Accounts can have their files * transferred via the admin console for a limited time, based on the * version history length associated with the team (180 days for most - * teams). This endpoint may initiate an asynchronous job. To obtain the - * final result of the job, the client should periodically poll {@link + * teams). Accounts can have their stacks transferred through the admin + * console. This only transfers stacks that they have created. This endpoint + * may initiate an asynchronous job. To obtain the final result of the job, + * the client should periodically poll {@link * DbxTeamTeamRequests#membersRemoveJobStatusGet(String)}. * * @param user Identity of user to remove/suspend/have their files moved. @@ -3024,9 +2938,8 @@ PollEmptyResult membersRemoveJobStatusGet(PollArg arg) throws PollErrorException /** * Once an async_job_id is returned from {@link * DbxTeamTeamRequests#membersRemove(UserSelectorArg)} , use this to poll - * the status of the asynchronous request. - * - *

Permission : Team member management.

+ * the status of the asynchronous request. Permission : Team member + * management. * * @param asyncJobId Id of the asynchronous job. This is the value of a * response returned from the method that launched the job. Must have @@ -3071,13 +2984,10 @@ AddSecondaryEmailsResult membersSecondaryEmailsAdd(AddSecondaryEmailsArg arg) th } /** - * Add secondary emails to users. - * - *

Permission : Team member management.

- * - *

Emails that are on verified domains will be verified automatically. - * For each email address not on a verified domain a verification email will - * be sent.

+ * Add secondary emails to users. Permission : Team member management. + * Emails that are on verified domains will be verified automatically. For + * each email address not on a verified domain a verification email will be + * sent. * * @param newSecondaryEmails List of users and secondary emails to add. * Must not contain a {@code null} item and not be {@code null}. @@ -3116,12 +3026,9 @@ DeleteSecondaryEmailsResult membersSecondaryEmailsDelete(DeleteSecondaryEmailsAr } /** - * Delete secondary emails from users - * - *

Permission : Team member management.

- * - *

Users will be notified of deletions of verified secondary emails at - * both the secondary email and their primary email.

+ * Delete secondary emails from users Permission : Team member management. + * Users will be notified of deletions of verified secondary emails at both + * the secondary email and their primary email. * * @param emailsToDelete List of users and their secondary emails to * delete. Must not contain a {@code null} item and not be {@code null}. @@ -3161,9 +3068,8 @@ ResendVerificationEmailResult membersSecondaryEmailsResendVerificationEmails(Res } /** - * Resend secondary email verification emails. - * - *

Permission : Team member management.

+ * Resend secondary email verification emails. Permission : Team member + * management. * * @param emailsToResend List of users and secondary emails to resend * verification emails to. Must not contain a {@code null} item and not @@ -3233,9 +3139,7 @@ MembersSetPermissionsResult membersSetAdminPermissions(MembersSetPermissionsArg } /** - * Updates a team member's permissions. - * - *

Permission : Team member management.

+ * Updates a team member's permissions. Permission : Team member management. * * @param user Identity of user whose role will be set. Must not be {@code * null}. @@ -3275,9 +3179,7 @@ MembersSetPermissions2Result membersSetAdminPermissionsV2(MembersSetPermissions2 } /** - * Updates a team member's permissions. - * - *

Permission : Team member management.

+ * Updates a team member's permissions. Permission : Team member management. * * @param user Identity of user whose role will be set. Must not be {@code * null}. @@ -3291,9 +3193,7 @@ public MembersSetPermissions2Result membersSetAdminPermissionsV2(UserSelectorArg } /** - * Updates a team member's permissions. - * - *

Permission : Team member management.

+ * Updates a team member's permissions. Permission : Team member management. * * @param user Identity of user whose role will be set. Must not be {@code * null}. @@ -3354,9 +3254,7 @@ TeamMemberInfo membersSetProfile(MembersSetProfileArg arg) throws MembersSetProf } /** - * Updates a team member's profile. - * - *

Permission : Team member management.

+ * Updates a team member's profile. Permission : Team member management. * * @param user Identity of user whose profile will be set. Must not be * {@code null}. @@ -3418,9 +3316,7 @@ TeamMemberInfoV2Result membersSetProfileV2(MembersSetProfileArg arg) throws Memb } /** - * Updates a team member's profile. - * - *

Permission : Team member management.

+ * Updates a team member's profile. Permission : Team member management. * * @param user Identity of user whose profile will be set. Must not be * {@code null}. @@ -3480,9 +3376,8 @@ TeamMemberInfo membersSetProfilePhoto(MembersSetProfilePhotoArg arg) throws Memb } /** - * Updates a team member's profile photo. - * - *

Permission : Team member management.

+ * Updates a team member's profile photo. Permission : Team member + * management. * * @param user Identity of the user whose profile photo will be set. Must * not be {@code null}. @@ -3527,9 +3422,8 @@ TeamMemberInfoV2Result membersSetProfilePhotoV2(MembersSetProfilePhotoArg arg) t } /** - * Updates a team member's profile photo. - * - *

Permission : Team member management.

+ * Updates a team member's profile photo. Permission : Team member + * management. * * @param user Identity of the user whose profile photo will be set. Must * not be {@code null}. @@ -3573,12 +3467,9 @@ void membersSuspend(MembersDeactivateArg arg) throws MembersSuspendErrorExceptio } /** - * Suspend a member from a team. - * - *

Permission : Team member management

- * - *

Exactly one of team_member_id, email, or external_id must be provided - * to identify the user account.

+ * Suspend a member from a team. Permission : Team member management Exactly + * one of team_member_id, email, or external_id must be provided to identify + * the user account. * *

The {@code wipeData} request parameter will default to {@code true} * (see {@link #membersSuspend(UserSelectorArg,boolean)}).

@@ -3595,12 +3486,9 @@ public void membersSuspend(UserSelectorArg user) throws MembersSuspendErrorExcep } /** - * Suspend a member from a team. - * - *

Permission : Team member management

- * - *

Exactly one of team_member_id, email, or external_id must be provided - * to identify the user account.

+ * Suspend a member from a team. Permission : Team member management Exactly + * one of team_member_id, email, or external_id must be provided to identify + * the user account. * * @param user Identity of user to remove/suspend/have their files moved. * Must not be {@code null}. @@ -3643,12 +3531,9 @@ void membersUnsuspend(MembersUnsuspendArg arg) throws MembersUnsuspendErrorExcep } /** - * Unsuspend a member from a team. - * - *

Permission : Team member management

- * - *

Exactly one of team_member_id, email, or external_id must be provided - * to identify the user account.

+ * Unsuspend a member from a team. Permission : Team member management + * Exactly one of team_member_id, email, or external_id must be provided to + * identify the user account. * * @param user Identity of user to unsuspend. Must not be {@code null}. * @@ -3871,100 +3756,6 @@ public GetTemplateResult propertiesTemplateGet(String templateId) throws Templat return propertiesTemplateGet(_arg); } - // - // route 2/team/properties/template/list - // - - /** - * Permission : Team member file access. The scope for the route is - * files.team_metadata.write. - * - * @deprecated - */ - @Deprecated - public ListTemplateResult propertiesTemplateList() throws TemplateErrorException, DbxException { - try { - return this.client.rpcStyle(this.client.getHost().getApi(), - "2/team/properties/template/list", - null, - false, - com.dropbox.core.stone.StoneSerializers.void_(), - ListTemplateResult.Serializer.INSTANCE, - TemplateError.Serializer.INSTANCE); - } - catch (DbxWrappedException ex) { - throw new TemplateErrorException("2/team/properties/template/list", ex.getRequestId(), ex.getUserMessage(), (TemplateError) ex.getErrorValue()); - } - } - - // - // route 2/team/properties/template/update - // - - /** - * Permission : Team member file access. - * - */ - UpdateTemplateResult propertiesTemplateUpdate(UpdateTemplateArg arg) throws ModifyTemplateErrorException, DbxException { - try { - return this.client.rpcStyle(this.client.getHost().getApi(), - "2/team/properties/template/update", - arg, - false, - UpdateTemplateArg.Serializer.INSTANCE, - UpdateTemplateResult.Serializer.INSTANCE, - ModifyTemplateError.Serializer.INSTANCE); - } - catch (DbxWrappedException ex) { - throw new ModifyTemplateErrorException("2/team/properties/template/update", ex.getRequestId(), ex.getUserMessage(), (ModifyTemplateError) ex.getErrorValue()); - } - } - - /** - * Permission : Team member file access. - * - * @param templateId An identifier for template added by See {@link - * com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests#templatesAddForUser(String,String,List)} - * or {@link - * com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests#templatesAddForTeam(String,String,List)}. - * Must have length of at least 1, match pattern "{@code (/|ptid:).*}", - * and not be {@code null}. - * - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. - * - * @deprecated - */ - @Deprecated - public UpdateTemplateResult propertiesTemplateUpdate(String templateId) throws ModifyTemplateErrorException, DbxException { - UpdateTemplateArg _arg = new UpdateTemplateArg(templateId); - return propertiesTemplateUpdate(_arg); - } - - /** - * Permission : Team member file access. - * - * @param templateId An identifier for template added by See {@link - * com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests#templatesAddForUser(String,String,List)} - * or {@link - * com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests#templatesAddForTeam(String,String,List)}. - * Must have length of at least 1, match pattern "{@code (/|ptid:).*}", - * and not be {@code null}. - * - * @return Request builder for configuring request parameters and completing - * the request. - * - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. - * - * @deprecated - */ - @Deprecated - public PropertiesTemplateUpdateBuilder propertiesTemplateUpdateBuilder(String templateId) { - UpdateTemplateArg.Builder argBuilder_ = UpdateTemplateArg.newBuilder(templateId); - return new PropertiesTemplateUpdateBuilder(this, argBuilder_); - } - // // route 2/team/reports/get_activity // @@ -4464,9 +4255,8 @@ TeamFolderMetadata teamFolderActivate(TeamFolderIdArg arg) throws TeamFolderActi } /** - * Sets an archived team folder's status to active. - * - *

Permission : Team member file access.

+ * Sets an archived team folder's status to active. Permission : Team member + * file access. * * @param teamFolderId The ID of the team folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. @@ -4488,7 +4278,10 @@ public TeamFolderMetadata teamFolderActivate(String teamFolderId) throws TeamFol /** * Sets an active team folder's status to archived and removes all folder * and file members. This endpoint cannot be used for teams that have a - * shared team space. Permission : Team member file access. + * shared team space. This route will either finish synchronously, or return + * a job ID and do the async archive job in background. Please use + * team_folder/archive/check to check the job status. Permission : Team + * member file access. * */ TeamFolderArchiveLaunch teamFolderArchive(TeamFolderArchiveArg arg) throws TeamFolderArchiveErrorException, DbxException { @@ -4509,9 +4302,10 @@ TeamFolderArchiveLaunch teamFolderArchive(TeamFolderArchiveArg arg) throws TeamF /** * Sets an active team folder's status to archived and removes all folder * and file members. This endpoint cannot be used for teams that have a - * shared team space. - * - *

Permission : Team member file access.

+ * shared team space. This route will either finish synchronously, or return + * a job ID and do the async archive job in background. Please use + * team_folder/archive/check to check the job status. Permission : Team + * member file access. * *

The {@code forceAsyncOff} request parameter will default to {@code * false} (see {@link #teamFolderArchive(String,boolean)}).

@@ -4530,9 +4324,10 @@ public TeamFolderArchiveLaunch teamFolderArchive(String teamFolderId) throws Tea /** * Sets an active team folder's status to archived and removes all folder * and file members. This endpoint cannot be used for teams that have a - * shared team space. - * - *

Permission : Team member file access.

+ * shared team space. This route will either finish synchronously, or return + * a job ID and do the async archive job in background. Please use + * team_folder/archive/check to check the job status. Permission : Team + * member file access. * * @param teamFolderId The ID of the team folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. @@ -4553,6 +4348,11 @@ public TeamFolderArchiveLaunch teamFolderArchive(String teamFolderId, boolean fo /** * Returns the status of an asynchronous job for archiving a team folder. + * The job may show '.tag' as complete, but the team folder could still be + * in the process of archiving (indicated by {@link + * TeamFolderMetadata#getStatus} with 'archive_in_progress'). To confirm + * that the team folder is fully archived, check the field {@link + * TeamFolderMetadata#getStatus} in the response for the value 'archived'. * Permission : Team member file access. * * @param arg Arguments for methods that poll the status of an asynchronous @@ -4575,8 +4375,12 @@ TeamFolderArchiveJobStatus teamFolderArchiveCheck(PollArg arg) throws PollErrorE /** * Returns the status of an asynchronous job for archiving a team folder. - * - *

Permission : Team member file access.

+ * The job may show '.tag' as complete, but the team folder could still be + * in the process of archiving (indicated by {@link + * TeamFolderMetadata#getStatus} with 'archive_in_progress'). To confirm + * that the team folder is fully archived, check the field {@link + * TeamFolderMetadata#getStatus} in the response for the value 'archived'. + * Permission : Team member file access. * * @param asyncJobId Id of the asynchronous job. This is the value of a * response returned from the method that launched the job. Must have @@ -4620,8 +4424,7 @@ TeamFolderMetadata teamFolderCreate(TeamFolderCreateArg arg) throws TeamFolderCr /** * Creates a new, active, team folder with no members. This endpoint can * only be used for teams that do not already have a shared team space. - * - *

Permission : Team member file access.

+ * Permission : Team member file access. * * @param name Name for the new team folder. Must not be {@code null}. * @@ -4638,8 +4441,7 @@ public TeamFolderMetadata teamFolderCreate(String name) throws TeamFolderCreateE /** * Creates a new, active, team folder with no members. This endpoint can * only be used for teams that do not already have a shared team space. - * - *

Permission : Team member file access.

+ * Permission : Team member file access. * * @param name Name for the new team folder. Must not be {@code null}. * @param syncSetting The sync setting to apply to this team folder. Only @@ -4680,9 +4482,8 @@ List teamFolderGetInfo(TeamFolderIdListArg arg) throws Db } /** - * Retrieves metadata for team folders. - * - *

Permission : Team member file access.

+ * Retrieves metadata for team folders. Permission : Team member file + * access. * * @param teamFolderIds The list of team folder IDs. Must contain at least * 1 items, not contain a {@code null} item, and not be {@code null}. @@ -4722,9 +4523,7 @@ TeamFolderListResult teamFolderList(TeamFolderListArg arg) throws TeamFolderList } /** - * Lists all team folders. - * - *

Permission : Team member file access.

+ * Lists all team folders. Permission : Team member file access. * *

The {@code limit} request parameter will default to {@code 1000L} * (see {@link #teamFolderList(long)}).

@@ -4738,9 +4537,7 @@ public TeamFolderListResult teamFolderList() throws TeamFolderListErrorException } /** - * Lists all team folders. - * - *

Permission : Team member file access.

+ * Lists all team folders. Permission : Team member file access. * * @param limit The maximum number of results to return per request. Must * be greater than or equal to 1 and be less than or equal to 1000. @@ -4793,9 +4590,7 @@ TeamFolderListResult teamFolderListContinue(TeamFolderListContinueArg arg) throw /** * Once a cursor has been retrieved from {@link * DbxTeamTeamRequests#teamFolderList(long)}, use this to paginate through - * all team folders. - * - *

Permission : Team member file access.

+ * all team folders. Permission : Team member file access. * * @param cursor Indicates from what point to get the next set of team * folders. Must not be {@code null}. @@ -4838,9 +4633,8 @@ void teamFolderPermanentlyDelete(TeamFolderIdArg arg) throws TeamFolderPermanent /** * Permanently deletes an archived team folder. This endpoint cannot be used - * for teams that have a shared team space. - * - *

Permission : Team member file access.

+ * for teams that have a shared team space. Permission : Team member file + * access. * * @param teamFolderId The ID of the team folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. @@ -4880,9 +4674,8 @@ TeamFolderMetadata teamFolderRename(TeamFolderRenameArg arg) throws TeamFolderRe } /** - * Changes an active team folder's name. - * - *

Permission : Team member file access.

+ * Changes an active team folder's name. Permission : Team member file + * access. * * @param teamFolderId The ID of the team folder. Must match pattern * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. @@ -4898,6 +4691,49 @@ public TeamFolderMetadata teamFolderRename(String teamFolderId, String name) thr return teamFolderRename(_arg); } + // + // route 2/team/team_folder/restore + // + + /** + * Sets an inactive team folder's status to active. Permission: Team member + * file access. + * + * + * @return Properties of a team folder. + */ + TeamFolderMetadata teamFolderRestore(TeamFolderIdArg arg) throws TeamFolderRestoreErrorException, DbxException { + try { + return this.client.rpcStyle(this.client.getHost().getApi(), + "2/team/team_folder/restore", + arg, + false, + TeamFolderIdArg.Serializer.INSTANCE, + TeamFolderMetadata.Serializer.INSTANCE, + TeamFolderRestoreError.Serializer.INSTANCE); + } + catch (DbxWrappedException ex) { + throw new TeamFolderRestoreErrorException("2/team/team_folder/restore", ex.getRequestId(), ex.getUserMessage(), (TeamFolderRestoreError) ex.getErrorValue()); + } + } + + /** + * Sets an inactive team folder's status to active. Permission: Team member + * file access. + * + * @param teamFolderId The ID of the team folder. Must match pattern + * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * + * @return Properties of a team folder. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public TeamFolderMetadata teamFolderRestore(String teamFolderId) throws TeamFolderRestoreErrorException, DbxException { + TeamFolderIdArg _arg = new TeamFolderIdArg(teamFolderId); + return teamFolderRestore(_arg); + } + // // route 2/team/team_folder/update_sync_settings // diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailResult.java index 9949b0548..9c71102f7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -33,7 +33,7 @@ * will be used.

*/ public final class DeleteSecondaryEmailResult { - // union team.DeleteSecondaryEmailResult (team_secondary_mails.stone) + // union team.DeleteSecondaryEmailResult (team_apiv2_team_members_secondary_emails.stone) /** * Discriminating tag type for {@link DeleteSecondaryEmailResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailsArg.java index b2b8984fc..df67e3aba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class DeleteSecondaryEmailsArg { - // struct team.DeleteSecondaryEmailsArg (team_secondary_mails.stone) + // struct team.DeleteSecondaryEmailsArg (team_apiv2_team_members_secondary_emails.stone) @Nonnull protected final List emailsToDelete; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailsResult.java index 90847c8f7..d5ea9ad78 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeleteSecondaryEmailsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class DeleteSecondaryEmailsResult { - // struct team.DeleteSecondaryEmailsResult (team_secondary_mails.stone) + // struct team.DeleteSecondaryEmailsResult (team_apiv2_team_members_secondary_emails.stone) @Nonnull protected final List results; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DesktopClientSession.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DesktopClientSession.java index f7387f6e8..c23db401c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DesktopClientSession.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DesktopClientSession.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * Information about linked Dropbox desktop client sessions. */ public class DesktopClientSession extends DeviceSession { - // struct team.DesktopClientSession (team_devices.stone) + // struct team.DesktopClientSession (team_team_devices.stone) @Nonnull protected final String hostName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DesktopPlatform.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DesktopPlatform.java index 57fa904f9..704f17f85 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DesktopPlatform.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DesktopPlatform.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum DesktopPlatform { - // union team.DesktopPlatform (team_devices.stone) + // union team.DesktopPlatform (team_team_devices.stone) /** * Official Windows Dropbox desktop client. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeviceSession.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeviceSession.java index fb98aabca..1ee3f3e3c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeviceSession.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeviceSession.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; public class DeviceSession { - // struct team.DeviceSession (team_devices.stone) + // struct team.DeviceSession (team_team_devices.stone) @Nonnull protected final String sessionId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeviceSessionArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeviceSessionArg.java index 4486ebae5..fdd957324 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeviceSessionArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DeviceSessionArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceSessionArg { - // struct team.DeviceSessionArg (team_devices.stone) + // struct team.DeviceSessionArg (team_team_devices.stone) @Nonnull protected final String sessionId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DevicesActive.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DevicesActive.java index a57fe032a..16b5c8270 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DevicesActive.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/DevicesActive.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_reports.stone */ +/* This file was generated from team_reports_apiv2_team_reports_types.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * is no data for a day, then the value will be None. */ public class DevicesActive { - // struct team.DevicesActive (team_reports.stone) + // struct team.DevicesActive (team_reports_apiv2_team_reports_types.stone) @Nonnull protected final List windows; @@ -61,7 +61,7 @@ public class DevicesActive { * @param android Array of number of linked android devices with activity. * Must not contain a {@code null} item and not be {@code null}. * @param other Array of number of other linked devices (blackberry, - * windows phone, etc) with activity. Must not contain a {@code null} + * windows phone, etc) with activity. Must not contain a {@code null} * item and not be {@code null}. * @param total Array of total number of linked clients with activity. Must * not contain a {@code null} item and not be {@code null}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListArg.java index ae0e1785c..8d3ce15da 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Excluded users list argument. */ class ExcludedUsersListArg { - // struct team.ExcludedUsersListArg (team_member_space_limits.stone) + // struct team.ExcludedUsersListArg (team_apiv2_team_member_space_limits.stone) protected final long limit; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListContinueArg.java index 20a70f2f6..ab911e86a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ * Excluded users list continue argument. */ class ExcludedUsersListContinueArg { - // struct team.ExcludedUsersListContinueArg (team_member_space_limits.stone) + // struct team.ExcludedUsersListContinueArg (team_apiv2_team_member_space_limits.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListContinueError.java index 2afa046ba..b0f3d8be3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Excluded users list continue error. */ public enum ExcludedUsersListContinueError { - // union team.ExcludedUsersListContinueError (team_member_space_limits.stone) + // union team.ExcludedUsersListContinueError (team_apiv2_team_member_space_limits.stone) /** * The cursor is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListError.java index 25f6bd36c..0b6bfdd80 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Excluded users list error. */ public enum ExcludedUsersListError { - // union team.ExcludedUsersListError (team_member_space_limits.stone) + // union team.ExcludedUsersListError (team_apiv2_team_member_space_limits.stone) /** * An error occurred. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListResult.java index 0be5baf34..a10f24e56 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersListResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * Excluded users list result. */ public class ExcludedUsersListResult { - // struct team.ExcludedUsersListResult (team_member_space_limits.stone) + // struct team.ExcludedUsersListResult (team_apiv2_team_member_space_limits.stone) @Nonnull protected final List users; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateArg.java index 2608fab91..142e18ae5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -26,7 +26,7 @@ * users. */ class ExcludedUsersUpdateArg { - // struct team.ExcludedUsersUpdateArg (team_member_space_limits.stone) + // struct team.ExcludedUsersUpdateArg (team_apiv2_team_member_space_limits.stone) @Nullable protected final List users; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateError.java index f53ad9099..fc87e5789 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Excluded users update error. */ public enum ExcludedUsersUpdateError { - // union team.ExcludedUsersUpdateError (team_member_space_limits.stone) + // union team.ExcludedUsersUpdateError (team_apiv2_team_member_space_limits.stone) /** * At least one of the users is not part of your team. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateResult.java index 7b37cf017..d746a6ab4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ * Excluded users update result. */ public class ExcludedUsersUpdateResult { - // struct team.ExcludedUsersUpdateResult (team_member_space_limits.stone) + // struct team.ExcludedUsersUpdateResult (team_apiv2_team_member_space_limits.stone) @Nonnull protected final ExcludedUsersUpdateStatus status; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateStatus.java index 0df8442c3..ff1f32851 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ExcludedUsersUpdateStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Excluded users update operation status. */ public enum ExcludedUsersUpdateStatus { - // union team.ExcludedUsersUpdateStatus (team_member_space_limits.stone) + // union team.ExcludedUsersUpdateStatus (team_apiv2_team_member_space_limits.stone) /** * Update successful. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/Feature.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/Feature.java index 68fa9ec22..af27d58d6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/Feature.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/Feature.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * A set of features that a Dropbox Business account may support. */ public enum Feature { - // union team.Feature (team.stone) + // union team.Feature (team_team_types.stone) /** * The number of upload API calls allowed per month. */ @@ -37,6 +37,10 @@ public enum Feature { * Does this team have team selective sync enabled. */ HAS_TEAM_SELECTIVE_SYNC, + /** + * Does this team have team member folder. + */ + HAS_DISTINCT_MEMBER_HOMES, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -71,6 +75,10 @@ public void serialize(Feature value, JsonGenerator g) throws IOException, JsonGe g.writeString("has_team_selective_sync"); break; } + case HAS_DISTINCT_MEMBER_HOMES: { + g.writeString("has_distinct_member_homes"); + break; + } default: { g.writeString("other"); } @@ -107,6 +115,9 @@ else if ("has_team_file_events".equals(tag)) { else if ("has_team_selective_sync".equals(tag)) { value = Feature.HAS_TEAM_SELECTIVE_SYNC; } + else if ("has_distinct_member_homes".equals(tag)) { + value = Feature.HAS_DISTINCT_MEMBER_HOMES; + } else { value = Feature.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeatureValue.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeatureValue.java index 175c48080..6f2fd5931 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeatureValue.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeatureValue.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -30,7 +30,7 @@ * will be used.

*/ public final class FeatureValue { - // union team.FeatureValue (team.stone) + // union team.FeatureValue (team_team_types.stone) /** * Discriminating tag type for {@link FeatureValue}. @@ -40,6 +40,7 @@ public enum Tag { HAS_TEAM_SHARED_DROPBOX, // HasTeamSharedDropboxValue HAS_TEAM_FILE_EVENTS, // HasTeamFileEventsValue HAS_TEAM_SELECTIVE_SYNC, // HasTeamSelectiveSyncValue + HAS_DISTINCT_MEMBER_HOMES, // HasDistinctMemberHomesValue /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -65,6 +66,7 @@ public enum Tag { private HasTeamSharedDropboxValue hasTeamSharedDropboxValue; private HasTeamFileEventsValue hasTeamFileEventsValue; private HasTeamSelectiveSyncValue hasTeamSelectiveSyncValue; + private HasDistinctMemberHomesValue hasDistinctMemberHomesValue; /** * Private default constructor, so that object is uninitializable publicly. @@ -153,6 +155,23 @@ private FeatureValue withTagAndHasTeamSelectiveSync(Tag _tag, HasTeamSelectiveSy return result; } + /** + * The values correspond to entries in {@link Feature}. You may get + * different value according to your Dropbox Business plan. + * + * @param hasDistinctMemberHomesValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private FeatureValue withTagAndHasDistinctMemberHomes(Tag _tag, HasDistinctMemberHomesValue hasDistinctMemberHomesValue) { + FeatureValue result = new FeatureValue(); + result._tag = _tag; + result.hasDistinctMemberHomesValue = hasDistinctMemberHomesValue; + return result; + } + /** * Returns the tag for this instance. * @@ -359,6 +378,53 @@ public HasTeamSelectiveSyncValue getHasTeamSelectiveSyncValue() { return hasTeamSelectiveSyncValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#HAS_DISTINCT_MEMBER_HOMES}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#HAS_DISTINCT_MEMBER_HOMES}, {@code false} otherwise. + */ + public boolean isHasDistinctMemberHomes() { + return this._tag == Tag.HAS_DISTINCT_MEMBER_HOMES; + } + + /** + * Returns an instance of {@code FeatureValue} that has its tag set to + * {@link Tag#HAS_DISTINCT_MEMBER_HOMES}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code FeatureValue} with its tag set to {@link + * Tag#HAS_DISTINCT_MEMBER_HOMES}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static FeatureValue hasDistinctMemberHomes(HasDistinctMemberHomesValue value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new FeatureValue().withTagAndHasDistinctMemberHomes(Tag.HAS_DISTINCT_MEMBER_HOMES, value); + } + + /** + * This instance must be tagged as {@link Tag#HAS_DISTINCT_MEMBER_HOMES}. + * + * @return The {@link HasDistinctMemberHomesValue} value associated with + * this instance if {@link #isHasDistinctMemberHomes} is {@code true}. + * + * @throws IllegalStateException If {@link #isHasDistinctMemberHomes} is + * {@code false}. + */ + public HasDistinctMemberHomesValue getHasDistinctMemberHomesValue() { + if (this._tag != Tag.HAS_DISTINCT_MEMBER_HOMES) { + throw new IllegalStateException("Invalid tag: required Tag.HAS_DISTINCT_MEMBER_HOMES, but was Tag." + this._tag.name()); + } + return hasDistinctMemberHomesValue; + } + /** * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, * {@code false} otherwise. @@ -377,7 +443,8 @@ public int hashCode() { this.uploadApiRateLimitValue, this.hasTeamSharedDropboxValue, this.hasTeamFileEventsValue, - this.hasTeamSelectiveSyncValue + this.hasTeamSelectiveSyncValue, + this.hasDistinctMemberHomesValue }); return hash; } @@ -404,6 +471,8 @@ else if (obj instanceof FeatureValue) { return (this.hasTeamFileEventsValue == other.hasTeamFileEventsValue) || (this.hasTeamFileEventsValue.equals(other.hasTeamFileEventsValue)); case HAS_TEAM_SELECTIVE_SYNC: return (this.hasTeamSelectiveSyncValue == other.hasTeamSelectiveSyncValue) || (this.hasTeamSelectiveSyncValue.equals(other.hasTeamSelectiveSyncValue)); + case HAS_DISTINCT_MEMBER_HOMES: + return (this.hasDistinctMemberHomesValue == other.hasDistinctMemberHomesValue) || (this.hasDistinctMemberHomesValue.equals(other.hasDistinctMemberHomesValue)); case OTHER: return true; default: @@ -473,6 +542,14 @@ public void serialize(FeatureValue value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case HAS_DISTINCT_MEMBER_HOMES: { + g.writeStartObject(); + writeTag("has_distinct_member_homes", g); + g.writeFieldName("has_distinct_member_homes"); + HasDistinctMemberHomesValue.Serializer.INSTANCE.serialize(value.hasDistinctMemberHomesValue, g); + g.writeEndObject(); + break; + } default: { g.writeString("other"); } @@ -521,6 +598,12 @@ else if ("has_team_selective_sync".equals(tag)) { fieldValue = HasTeamSelectiveSyncValue.Serializer.INSTANCE.deserialize(p); value = FeatureValue.hasTeamSelectiveSync(fieldValue); } + else if ("has_distinct_member_homes".equals(tag)) { + HasDistinctMemberHomesValue fieldValue = null; + expectField("has_distinct_member_homes", p); + fieldValue = HasDistinctMemberHomesValue.Serializer.INSTANCE.deserialize(p); + value = FeatureValue.hasDistinctMemberHomes(fieldValue); + } else { value = FeatureValue.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchArg.java index ea896af4c..a94097b29 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class FeaturesGetValuesBatchArg { - // struct team.FeaturesGetValuesBatchArg (team.stone) + // struct team.FeaturesGetValuesBatchArg (team_team_types.stone) @Nonnull protected final List features; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchError.java index 70b8a0a53..700765425 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum FeaturesGetValuesBatchError { - // union team.FeaturesGetValuesBatchError (team.stone) + // union team.FeaturesGetValuesBatchError (team_team_types.stone) /** * At least one {@link Feature} must be included in the {@link * FeaturesGetValuesBatchArg}.features list. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchResult.java index 904e6311e..d57ff2f0c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/FeaturesGetValuesBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class FeaturesGetValuesBatchResult { - // struct team.FeaturesGetValuesBatchResult (team.stone) + // struct team.FeaturesGetValuesBatchResult (team_team_types.stone) @Nonnull protected final List values; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetActivityReport.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetActivityReport.java index 5875246ee..6890b484b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetActivityReport.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetActivityReport.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_reports.stone */ +/* This file was generated from team_reports_apiv2_team_reports_types.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * will be None. */ public class GetActivityReport extends BaseDfbReport { - // struct team.GetActivityReport (team_reports.stone) + // struct team.GetActivityReport (team_reports_apiv2_team_reports_types.stone) @Nonnull protected final List adds; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetDevicesReport.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetDevicesReport.java index e9f8c9d75..d7c6967dc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetDevicesReport.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetDevicesReport.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_reports.stone */ +/* This file was generated from team_reports_apiv2_team_reports_types.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * value will be None. */ public class GetDevicesReport extends BaseDfbReport { - // struct team.GetDevicesReport (team_reports.stone) + // struct team.GetDevicesReport (team_reports_apiv2_team_reports_types.stone) @Nonnull protected final DevicesActive active1Day; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetMembershipReport.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetMembershipReport.java index 128258d6d..5e18f22d0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetMembershipReport.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetMembershipReport.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_reports.stone */ +/* This file was generated from team_reports_apiv2_team_reports_types.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * will be None. */ public class GetMembershipReport extends BaseDfbReport { - // struct team.GetMembershipReport (team_reports.stone) + // struct team.GetMembershipReport (team_reports_apiv2_team_reports_types.stone) @Nonnull protected final List teamSize; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetStorageReport.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetStorageReport.java index df3fbd250..ab69a8336 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetStorageReport.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GetStorageReport.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_reports.stone */ +/* This file was generated from team_reports_apiv2_team_reports_types.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * be None. */ public class GetStorageReport extends BaseDfbReport { - // struct team.GetStorageReport (team_reports.stone) + // struct team.GetStorageReport (team_reports_apiv2_team_reports_types.stone) @Nonnull protected final List totalUsage; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupAccessType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupAccessType.java index fd009b0f4..3883645c2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupAccessType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupAccessType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Role of a user in group. */ public enum GroupAccessType { - // union team.GroupAccessType (team_groups.stone) + // union team.GroupAccessType (team_apiv2_team_groups.stone) /** * User is a member of the group, but has no special permissions. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupCreateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupCreateArg.java index 23b99afe6..68c05a6a0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupCreateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupCreateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class GroupCreateArg { - // struct team.GroupCreateArg (team_groups.stone) + // struct team.GroupCreateArg (team_apiv2_team_groups.stone) @Nonnull protected final String groupName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupCreateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupCreateError.java index 4fdda596b..85c32047e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupCreateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupCreateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GroupCreateError { - // union team.GroupCreateError (team_groups.stone) + // union team.GroupCreateError (team_apiv2_team_groups.stone) /** * The requested group name is already being used by another group. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupDeleteError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupDeleteError.java index 066a7f0f3..022b18611 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupDeleteError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupDeleteError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GroupDeleteError { - // union team.GroupDeleteError (team_groups.stone) + // union team.GroupDeleteError (team_apiv2_team_groups.stone) /** * No matching group found. No groups match the specified group ID. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupFullInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupFullInfo.java index 6aec3aece..d85fd1768 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupFullInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupFullInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -26,7 +26,7 @@ * Full description of a group. */ public class GroupFullInfo extends GroupSummary { - // struct team.GroupFullInfo (team_groups.stone) + // struct team.GroupFullInfo (team_apiv2_team_groups.stone) @Nullable protected final List members; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberInfo.java index 4edd7fbcc..88999763f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ * Profile of group member, and role in group. */ public class GroupMemberInfo { - // struct team.GroupMemberInfo (team_groups.stone) + // struct team.GroupMemberInfo (team_apiv2_team_groups.stone) @Nonnull protected final MemberProfile profile; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberSelector.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberSelector.java index a477a6e78..67009d5a3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberSelector.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberSelector.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ * Argument for selecting a group and a single user. */ class GroupMemberSelector { - // struct team.GroupMemberSelector (team_groups.stone) + // struct team.GroupMemberSelector (team_apiv2_team_groups.stone) @Nonnull protected final GroupSelector group; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberSetAccessTypeError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberSetAccessTypeError.java index 12cbd73f5..71da9346b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberSetAccessTypeError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMemberSetAccessTypeError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GroupMemberSetAccessTypeError { - // union team.GroupMemberSetAccessTypeError (team_groups.stone) + // union team.GroupMemberSetAccessTypeError (team_apiv2_team_groups.stone) /** * No matching group found. No groups match the specified group ID. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersAddArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersAddArg.java index 19c779844..589b03562 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersAddArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersAddArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class GroupMembersAddArg extends IncludeMembersArg { - // struct team.GroupMembersAddArg (team_groups.stone) + // struct team.GroupMembersAddArg (team_apiv2_team_groups.stone) @Nonnull protected final GroupSelector group; @@ -34,7 +34,7 @@ class GroupMembersAddArg extends IncludeMembersArg { * @param members List of users to be added to the group. Must not contain * a {@code null} item and not be {@code null}. * @param returnMembers Whether to return the list of members in the group. - * Note that the default value will cause all the group members to be + * Note that the default value will cause all the group members to be * returned in the response. This may take a long time for large groups. * * @throws IllegalArgumentException If any argument does not meet its @@ -95,9 +95,9 @@ public List getMembers() { } /** - * Whether to return the list of members in the group. Note that the - * default value will cause all the group members to be returned in the - * response. This may take a long time for large groups. + * Whether to return the list of members in the group. Note that the default + * value will cause all the group members to be returned in the response. + * This may take a long time for large groups. * * @return value for this field, or {@code null} if not present. Defaults to * true. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersAddError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersAddError.java index aa1b1b177..a05124c4a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersAddError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersAddError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class GroupMembersAddError { - // union team.GroupMembersAddError (team_groups.stone) + // union team.GroupMembersAddError (team_apiv2_team_groups.stone) /** * Discriminating tag type for {@link GroupMembersAddError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersChangeResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersChangeResult.java index 57316d716..029577cf7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersChangeResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersChangeResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * DbxTeamTeamRequests#groupsMembersRemove(GroupSelector,java.util.List,boolean)}. */ public class GroupMembersChangeResult { - // struct team.GroupMembersChangeResult (team_groups.stone) + // struct team.GroupMembersChangeResult (team_apiv2_team_groups.stone) @Nonnull protected final GroupFullInfo groupInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersRemoveArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersRemoveArg.java index 33533c704..6122d1ec8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersRemoveArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersRemoveArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class GroupMembersRemoveArg extends IncludeMembersArg { - // struct team.GroupMembersRemoveArg (team_groups.stone) + // struct team.GroupMembersRemoveArg (team_apiv2_team_groups.stone) @Nonnull protected final GroupSelector group; @@ -34,7 +34,7 @@ class GroupMembersRemoveArg extends IncludeMembersArg { * @param users List of users to be removed from the group. Must not * contain a {@code null} item and not be {@code null}. * @param returnMembers Whether to return the list of members in the group. - * Note that the default value will cause all the group members to be + * Note that the default value will cause all the group members to be * returned in the response. This may take a long time for large groups. * * @throws IllegalArgumentException If any argument does not meet its @@ -95,9 +95,9 @@ public List getUsers() { } /** - * Whether to return the list of members in the group. Note that the - * default value will cause all the group members to be returned in the - * response. This may take a long time for large groups. + * Whether to return the list of members in the group. Note that the default + * value will cause all the group members to be returned in the response. + * This may take a long time for large groups. * * @return value for this field, or {@code null} if not present. Defaults to * true. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersRemoveError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersRemoveError.java index 68a77c5bf..f9b4800e1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersRemoveError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersRemoveError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class GroupMembersRemoveError { - // union team.GroupMembersRemoveError (team_groups.stone) + // union team.GroupMembersRemoveError (team_apiv2_team_groups.stone) /** * Discriminating tag type for {@link GroupMembersRemoveError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersSetAccessTypeArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersSetAccessTypeArg.java index 36adb9f0b..1726dfa34 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersSetAccessTypeArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupMembersSetAccessTypeArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class GroupMembersSetAccessTypeArg extends GroupMemberSelector { - // struct team.GroupMembersSetAccessTypeArg (team_groups.stone) + // struct team.GroupMembersSetAccessTypeArg (team_apiv2_team_groups.stone) @Nonnull protected final GroupAccessType accessType; @@ -35,7 +35,7 @@ class GroupMembersSetAccessTypeArg extends GroupMemberSelector { * @param accessType New group access type the user will have. Must not be * {@code null}. * @param returnMembers Whether to return the list of members in the group. - * Note that the default value will cause all the group members to be + * Note that the default value will cause all the group members to be * returned in the response. This may take a long time for large groups. * * @throws IllegalArgumentException If any argument does not meet its @@ -103,9 +103,9 @@ public GroupAccessType getAccessType() { } /** - * Whether to return the list of members in the group. Note that the - * default value will cause all the group members to be returned in the - * response. This may take a long time for large groups. + * Whether to return the list of members in the group. Note that the default + * value will cause all the group members to be returned in the response. + * This may take a long time for large groups. * * @return value for this field, or {@code null} if not present. Defaults to * true. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupSelector.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupSelector.java index dfd956f32..68e0716d1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupSelector.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupSelector.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -26,7 +26,7 @@ * tag associated with this instance.

*/ public final class GroupSelector { - // union team.GroupSelector (team_groups.stone) + // union team.GroupSelector (team_apiv2_team_groups.stone) /** * Discriminating tag type for {@link GroupSelector}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupSelectorError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupSelectorError.java index 4d02bf0de..14ec28052 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupSelectorError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupSelectorError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Error that can be raised when {@link GroupSelector} is used. */ public enum GroupSelectorError { - // union team.GroupSelectorError (team_groups.stone) + // union team.GroupSelectorError (team_apiv2_team_groups.stone) /** * No matching group found. No groups match the specified group ID. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupUpdateArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupUpdateArgs.java index 9ae3f7c67..7110566c6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupUpdateArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupUpdateArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class GroupUpdateArgs extends IncludeMembersArg { - // struct team.GroupUpdateArgs (team_groups.stone) + // struct team.GroupUpdateArgs (team_apiv2_team_groups.stone) @Nonnull protected final GroupSelector group; @@ -38,7 +38,7 @@ class GroupUpdateArgs extends IncludeMembersArg { * * @param group Specify a group. Must not be {@code null}. * @param returnMembers Whether to return the list of members in the group. - * Note that the default value will cause all the group members to be + * Note that the default value will cause all the group members to be * returned in the response. This may take a long time for large groups. * @param newGroupName Optional argument. Set group name to this if * provided. @@ -88,9 +88,9 @@ public GroupSelector getGroup() { } /** - * Whether to return the list of members in the group. Note that the - * default value will cause all the group members to be returned in the - * response. This may take a long time for large groups. + * Whether to return the list of members in the group. Note that the default + * value will cause all the group members to be returned in the response. + * This may take a long time for large groups. * * @return value for this field, or {@code null} if not present. Defaults to * true. @@ -174,10 +174,10 @@ protected Builder(GroupSelector group) { *

* * @param returnMembers Whether to return the list of members in the - * group. Note that the default value will cause all the group - * members to be returned in the response. This may take a long - * time for large groups. Defaults to {@code true} when set to - * {@code null}. + * group. Note that the default value will cause all the group + * members to be returned in the response. This may take a long time + * for large groups. Defaults to {@code true} when set to {@code + * null}. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupUpdateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupUpdateError.java index cfb5630b0..b75892183 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupUpdateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupUpdateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GroupUpdateError { - // union team.GroupUpdateError (team_groups.stone) + // union team.GroupUpdateError (team_apiv2_team_groups.stone) /** * No matching group found. No groups match the specified group ID. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsGetInfoError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsGetInfoError.java index e33f9106d..3957698ff 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsGetInfoError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsGetInfoError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GroupsGetInfoError { - // union team.GroupsGetInfoError (team_groups.stone) + // union team.GroupsGetInfoError (team_apiv2_team_groups.stone) /** * The group is not on your team. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsGetInfoItem.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsGetInfoItem.java index 04a07e80f..dedf74bb2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsGetInfoItem.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsGetInfoItem.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class GroupsGetInfoItem { - // union team.GroupsGetInfoItem (team_groups.stone) + // union team.GroupsGetInfoItem (team_apiv2_team_groups.stone) /** * Discriminating tag type for {@link GroupsGetInfoItem}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListArg.java index 064101d13..f41df8022 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; class GroupsListArg { - // struct team.GroupsListArg (team_groups.stone) + // struct team.GroupsListArg (team_apiv2_team_groups.stone) protected final long limit; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListContinueArg.java index 146366cac..c5f25ad94 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class GroupsListContinueArg { - // struct team.GroupsListContinueArg (team_groups.stone) + // struct team.GroupsListContinueArg (team_apiv2_team_groups.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListContinueError.java index 7dd0ceb76..a7c3634b2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GroupsListContinueError { - // union team.GroupsListContinueError (team_groups.stone) + // union team.GroupsListContinueError (team_apiv2_team_groups.stone) /** * The cursor is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListResult.java index 551ad46cb..b855e9d9c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsListResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nonnull; public class GroupsListResult { - // struct team.GroupsListResult (team_groups.stone) + // struct team.GroupsListResult (team_apiv2_team_groups.stone) @Nonnull protected final List groups; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListArg.java index 42bfea667..1550dfb78 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class GroupsMembersListArg { - // struct team.GroupsMembersListArg (team_groups.stone) + // struct team.GroupsMembersListArg (team_apiv2_team_groups.stone) @Nonnull protected final GroupSelector group; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListContinueArg.java index f2a48480f..52581b478 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class GroupsMembersListContinueArg { - // struct team.GroupsMembersListContinueArg (team_groups.stone) + // struct team.GroupsMembersListContinueArg (team_apiv2_team_groups.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListContinueError.java index 185d63c58..5bf96cb40 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GroupsMembersListContinueError { - // union team.GroupsMembersListContinueError (team_groups.stone) + // union team.GroupsMembersListContinueError (team_apiv2_team_groups.stone) /** * The cursor is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListResult.java index a7c259e07..3198723db 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsMembersListResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class GroupsMembersListResult { - // struct team.GroupsMembersListResult (team_groups.stone) + // struct team.GroupsMembersListResult (team_apiv2_team_groups.stone) @Nonnull protected final List members; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsPollError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsPollError.java index 44565c003..6cb4ced3c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsPollError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsPollError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GroupsPollError { - // union team.GroupsPollError (team_groups.stone) + // union team.GroupsPollError (team_apiv2_team_groups.stone) /** * The job ID is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsSelector.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsSelector.java index b90e5a5b3..0c1327c4e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsSelector.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsSelector.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -27,7 +27,7 @@ * tag associated with this instance.

*/ public final class GroupsSelector { - // union team.GroupsSelector (team_groups.stone) + // union team.GroupsSelector (team_apiv2_team_groups.stone) /** * Discriminating tag type for {@link GroupsSelector}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsUpdateBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsUpdateBuilder.java index 96be0dcac..6950c8958 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsUpdateBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/GroupsUpdateBuilder.java @@ -43,7 +43,7 @@ public class GroupsUpdateBuilder { *

If left unset or set to {@code null}, defaults to {@code true}.

* * @param returnMembers Whether to return the list of members in the group. - * Note that the default value will cause all the group members to be + * Note that the default value will cause all the group members to be * returned in the response. This may take a long time for large groups. * Defaults to {@code true} when set to {@code null}. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamFileEventsValue.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamFileEventsValue.java index 828d0303c..1075527c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamFileEventsValue.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamFileEventsValue.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -29,7 +29,7 @@ * will be used.

*/ public final class HasTeamFileEventsValue { - // union team.HasTeamFileEventsValue (team.stone) + // union team.HasTeamFileEventsValue (team_team_types.stone) /** * Discriminating tag type for {@link HasTeamFileEventsValue}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamSelectiveSyncValue.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamSelectiveSyncValue.java index 8884e8767..e1d2cf7bd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamSelectiveSyncValue.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamSelectiveSyncValue.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -29,7 +29,7 @@ * will be used.

*/ public final class HasTeamSelectiveSyncValue { - // union team.HasTeamSelectiveSyncValue (team.stone) + // union team.HasTeamSelectiveSyncValue (team_team_types.stone) /** * Discriminating tag type for {@link HasTeamSelectiveSyncValue}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamSharedDropboxValue.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamSharedDropboxValue.java index dada2539c..a0a7b139f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamSharedDropboxValue.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/HasTeamSharedDropboxValue.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -29,7 +29,7 @@ * will be used.

*/ public final class HasTeamSharedDropboxValue { - // union team.HasTeamSharedDropboxValue (team.stone) + // union team.HasTeamSharedDropboxValue (team_team_types.stone) /** * Discriminating tag type for {@link HasTeamSharedDropboxValue}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/IncludeMembersArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/IncludeMembersArg.java index 7a1f7933e..92a34eed5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/IncludeMembersArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/IncludeMembersArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -17,14 +17,14 @@ import java.util.Arrays; class IncludeMembersArg { - // struct team.IncludeMembersArg (team_groups.stone) + // struct team.IncludeMembersArg (team_apiv2_team_groups.stone) protected final boolean returnMembers; /** * * @param returnMembers Whether to return the list of members in the group. - * Note that the default value will cause all the group members to be + * Note that the default value will cause all the group members to be * returned in the response. This may take a long time for large groups. */ public IncludeMembersArg(boolean returnMembers) { @@ -41,9 +41,9 @@ public IncludeMembersArg() { } /** - * Whether to return the list of members in the group. Note that the - * default value will cause all the group members to be returned in the - * response. This may take a long time for large groups. + * Whether to return the list of members in the group. Note that the default + * value will cause all the group members to be returned in the response. + * This may take a long time for large groups. * * @return value for this field, or {@code null} if not present. Defaults to * true. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldHeldRevisionMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldHeldRevisionMetadata.java index 564df7609..743ff66e8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldHeldRevisionMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldHeldRevisionMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ import javax.annotation.Nonnull; public class LegalHoldHeldRevisionMetadata { - // struct team.LegalHoldHeldRevisionMetadata (team_legal_holds.stone) + // struct team.LegalHoldHeldRevisionMetadata (team_team_legal_holds.stone) @Nonnull protected final String newFilename; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldPolicy.java index 5895e57c1..8bc6eabb0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ import javax.annotation.Nullable; public class LegalHoldPolicy { - // struct team.LegalHoldPolicy (team_legal_holds.stone) + // struct team.LegalHoldPolicy (team_team_legal_holds.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldStatus.java index 6dfa46350..80cf12278 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum LegalHoldStatus { - // union team.LegalHoldStatus (team_legal_holds.stone) + // union team.LegalHoldStatus (team_team_legal_holds.stone) /** * The legal hold policy is active. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsGetPolicyArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsGetPolicyArg.java index 2b8c1f6a1..12aed03f1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsGetPolicyArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsGetPolicyArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class LegalHoldsGetPolicyArg { - // struct team.LegalHoldsGetPolicyArg (team_legal_holds.stone) + // struct team.LegalHoldsGetPolicyArg (team_team_legal_holds.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsGetPolicyError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsGetPolicyError.java index fb5caf3ff..7a86882e2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsGetPolicyError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsGetPolicyError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum LegalHoldsGetPolicyError { - // union team.LegalHoldsGetPolicyError (team_legal_holds.stone) + // union team.LegalHoldsGetPolicyError (team_team_legal_holds.stone) /** * There has been an unknown legal hold error. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionResult.java index 1a3632d87..ae48eb4a4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class LegalHoldsListHeldRevisionResult { - // struct team.LegalHoldsListHeldRevisionResult (team_legal_holds.stone) + // struct team.LegalHoldsListHeldRevisionResult (team_team_legal_holds.stone) @Nonnull protected final List entries; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsArg.java index 673241504..8b00705bb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class LegalHoldsListHeldRevisionsArg { - // struct team.LegalHoldsListHeldRevisionsArg (team_legal_holds.stone) + // struct team.LegalHoldsListHeldRevisionsArg (team_team_legal_holds.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsContinueArg.java index a44e71ba6..fe64d7d92 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class LegalHoldsListHeldRevisionsContinueArg { - // struct team.LegalHoldsListHeldRevisionsContinueArg (team_legal_holds.stone) + // struct team.LegalHoldsListHeldRevisionsContinueArg (team_team_legal_holds.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsError.java index f8576cabd..a2d945272 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListHeldRevisionsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum LegalHoldsListHeldRevisionsError { - // union team.LegalHoldsListHeldRevisionsError (team_legal_holds.stone) + // union team.LegalHoldsListHeldRevisionsError (team_team_legal_holds.stone) /** * There has been an unknown legal hold error. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesArg.java index d8eda51cb..91f7bdeb6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; class LegalHoldsListPoliciesArg { - // struct team.LegalHoldsListPoliciesArg (team_legal_holds.stone) + // struct team.LegalHoldsListPoliciesArg (team_team_legal_holds.stone) protected final boolean includeReleased; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesError.java index 959d000bf..d18cd95e7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum LegalHoldsListPoliciesError { - // union team.LegalHoldsListPoliciesError (team_legal_holds.stone) + // union team.LegalHoldsListPoliciesError (team_team_legal_holds.stone) /** * There has been an unknown legal hold error. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesResult.java index 5166592f2..4b93f13c1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsListPoliciesResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class LegalHoldsListPoliciesResult { - // struct team.LegalHoldsListPoliciesResult (team_legal_holds.stone) + // struct team.LegalHoldsListPoliciesResult (team_team_legal_holds.stone) @Nonnull protected final List policies; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyCreateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyCreateArg.java index 1cda28819..6f4e1924a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyCreateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyCreateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ import javax.annotation.Nullable; class LegalHoldsPolicyCreateArg { - // struct team.LegalHoldsPolicyCreateArg (team_legal_holds.stone) + // struct team.LegalHoldsPolicyCreateArg (team_team_legal_holds.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyCreateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyCreateError.java index 9076175a0..a6c9d6cd4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyCreateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyCreateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum LegalHoldsPolicyCreateError { - // union team.LegalHoldsPolicyCreateError (team_legal_holds.stone) + // union team.LegalHoldsPolicyCreateError (team_team_legal_holds.stone) /** * There has been an unknown legal hold error. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyReleaseArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyReleaseArg.java index fec03f4d3..057c70fb6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyReleaseArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyReleaseArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class LegalHoldsPolicyReleaseArg { - // struct team.LegalHoldsPolicyReleaseArg (team_legal_holds.stone) + // struct team.LegalHoldsPolicyReleaseArg (team_team_legal_holds.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyReleaseError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyReleaseError.java index df72fc7d9..856e9e893 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyReleaseError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyReleaseError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum LegalHoldsPolicyReleaseError { - // union team.LegalHoldsPolicyReleaseError (team_legal_holds.stone) + // union team.LegalHoldsPolicyReleaseError (team_team_legal_holds.stone) /** * There has been an unknown legal hold error. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyUpdateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyUpdateArg.java index c64c946a7..3659365bd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyUpdateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyUpdateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; class LegalHoldsPolicyUpdateArg { - // struct team.LegalHoldsPolicyUpdateArg (team_legal_holds.stone) + // struct team.LegalHoldsPolicyUpdateArg (team_team_legal_holds.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyUpdateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyUpdateError.java index b43d279a7..9613bea3d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyUpdateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/LegalHoldsPolicyUpdateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum LegalHoldsPolicyUpdateError { - // union team.LegalHoldsPolicyUpdateError (team_legal_holds.stone) + // union team.LegalHoldsPolicyUpdateError (team_team_legal_holds.stone) /** * There has been an unknown legal hold error. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsArg.java index 38c418292..7cc663a77 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListMemberAppsArg { - // struct team.ListMemberAppsArg (team_linked_apps.stone) + // struct team.ListMemberAppsArg (team_apiv2_team_linked_apps.stone) @Nonnull protected final String teamMemberId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsError.java index 0e01b93ef..303d7a436 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ * DbxTeamTeamRequests#linkedAppsListMemberLinkedApps(String)}. */ public enum ListMemberAppsError { - // union team.ListMemberAppsError (team_linked_apps.stone) + // union team.ListMemberAppsError (team_apiv2_team_linked_apps.stone) /** * Member not found. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsResult.java index 0e7982883..15d03ba74 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberAppsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class ListMemberAppsResult { - // struct team.ListMemberAppsResult (team_linked_apps.stone) + // struct team.ListMemberAppsResult (team_apiv2_team_linked_apps.stone) @Nonnull protected final List linkedApiApps; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesArg.java index c8b012cf2..43aba92e0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class ListMemberDevicesArg { - // struct team.ListMemberDevicesArg (team_devices.stone) + // struct team.ListMemberDevicesArg (team_team_devices.stone) @Nonnull protected final String teamMemberId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesError.java index a8137716d..7b2f3f5e9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ListMemberDevicesError { - // union team.ListMemberDevicesError (team_devices.stone) + // union team.ListMemberDevicesError (team_team_devices.stone) /** * Member not found. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesResult.java index b1ee32dac..bd3cab842 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMemberDevicesResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class ListMemberDevicesResult { - // struct team.ListMemberDevicesResult (team_devices.stone) + // struct team.ListMemberDevicesResult (team_team_devices.stone) @Nullable protected final List activeWebSessions; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsArg.java index c6f596fd8..c9e38410d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * DbxTeamTeamRequests#linkedAppsListMembersLinkedApps(String)}. */ class ListMembersAppsArg { - // struct team.ListMembersAppsArg (team_linked_apps.stone) + // struct team.ListMembersAppsArg (team_apiv2_team_linked_apps.stone) @Nullable protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsError.java index 241237325..bb26596bf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ * DbxTeamTeamRequests#linkedAppsListMembersLinkedApps(String)}. */ public enum ListMembersAppsError { - // union team.ListMembersAppsError (team_linked_apps.stone) + // union team.ListMembersAppsError (team_apiv2_team_linked_apps.stone) /** * Indicates that the cursor has been invalidated. Call {@link * DbxTeamTeamRequests#linkedAppsListMembersLinkedApps(String)} again with diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsResult.java index 29c8419d4..94f48aeee 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersAppsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * DbxTeamTeamRequests#linkedAppsListMembersLinkedApps(String)}. */ public class ListMembersAppsResult { - // struct team.ListMembersAppsResult (team_linked_apps.stone) + // struct team.ListMembersAppsResult (team_apiv2_team_linked_apps.stone) @Nonnull protected final List apps; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesArg.java index 354db8627..12cd921fc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class ListMembersDevicesArg { - // struct team.ListMembersDevicesArg (team_devices.stone) + // struct team.ListMembersDevicesArg (team_team_devices.stone) @Nullable protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesError.java index c07d482fa..233049700 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ListMembersDevicesError { - // union team.ListMembersDevicesError (team_devices.stone) + // union team.ListMembersDevicesError (team_team_devices.stone) /** * Indicates that the cursor has been invalidated. Call {@link * DbxTeamTeamRequests#devicesListMembersDevices} again with an empty cursor diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesResult.java index 6b36696ac..a75b2e055 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListMembersDevicesResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class ListMembersDevicesResult { - // struct team.ListMembersDevicesResult (team_devices.stone) + // struct team.ListMembersDevicesResult (team_team_devices.stone) @Nonnull protected final List devices; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsArg.java index 2332835c4..c2c9b8294 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * DbxTeamTeamRequests#linkedAppsListTeamLinkedApps(String)}. */ class ListTeamAppsArg { - // struct team.ListTeamAppsArg (team_linked_apps.stone) + // struct team.ListTeamAppsArg (team_apiv2_team_linked_apps.stone) @Nullable protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsError.java index 4a2b98d5a..90ad59d2b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ * DbxTeamTeamRequests#linkedAppsListTeamLinkedApps(String)}. */ public enum ListTeamAppsError { - // union team.ListTeamAppsError (team_linked_apps.stone) + // union team.ListTeamAppsError (team_apiv2_team_linked_apps.stone) /** * Indicates that the cursor has been invalidated. Call {@link * DbxTeamTeamRequests#linkedAppsListTeamLinkedApps(String)} again with an diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsResult.java index 22cdf8044..0df324f64 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamAppsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * DbxTeamTeamRequests#linkedAppsListTeamLinkedApps(String)}. */ public class ListTeamAppsResult { - // struct team.ListTeamAppsResult (team_linked_apps.stone) + // struct team.ListTeamAppsResult (team_apiv2_team_linked_apps.stone) @Nonnull protected final List apps; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesArg.java index c581593db..4509c6761 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class ListTeamDevicesArg { - // struct team.ListTeamDevicesArg (team_devices.stone) + // struct team.ListTeamDevicesArg (team_team_devices.stone) @Nullable protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesError.java index 892937fc5..38b7010ba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ListTeamDevicesError { - // union team.ListTeamDevicesError (team_devices.stone) + // union team.ListTeamDevicesError (team_team_devices.stone) /** * Indicates that the cursor has been invalidated. Call {@link * DbxTeamTeamRequests#devicesListTeamDevices} again with an empty cursor to diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesResult.java index 4726f26ff..fdca18204 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ListTeamDevicesResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class ListTeamDevicesResult { - // struct team.ListTeamDevicesResult (team_devices.stone) + // struct team.ListTeamDevicesResult (team_team_devices.stone) @Nonnull protected final List devices; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAccess.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAccess.java index 4866ce859..ad873ab3c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAccess.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAccess.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_groups.stone */ +/* This file was generated from team_apiv2_team_groups.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ * Specify access type a member should have when joined to a group. */ public class MemberAccess { - // struct team.MemberAccess (team_groups.stone) + // struct team.MemberAccess (team_apiv2_team_groups.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddArg.java index 8c68813a2..16e35d327 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class MemberAddArg extends MemberAddArgBase { - // struct team.MemberAddArg (team_members.stone) + // struct team.MemberAddArg (team_team_members_types.stone) @Nonnull protected final AdminTier role; @@ -35,8 +35,8 @@ public class MemberAddArg extends MemberAddArgBase { * ^['#&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-9.-]*\\.[A-Za-z]{2,15}$}", * and not be {@code null}. * @param memberGivenName Member's first name. Must have length of at most - * 100 and match pattern "{@code [^/:?*<>\"|]*}". - * @param memberSurname Member's last name. Must have length of at most 100 + * 50 and match pattern "{@code [^/:?*<>\"|]*}". + * @param memberSurname Member's last name. Must have length of at most 50 * and match pattern "{@code [^/:?*<>\"|]*}". * @param memberExternalId External ID for member. Must have length of at * most 64. @@ -217,7 +217,7 @@ public Builder withRole(AdminTier role) { * Set value for optional field. * * @param memberGivenName Member's first name. Must have length of at - * most 100 and match pattern "{@code [^/:?*<>\"|]*}". + * most 50 and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * @@ -233,7 +233,7 @@ public Builder withMemberGivenName(String memberGivenName) { * Set value for optional field. * * @param memberSurname Member's last name. Must have length of at most - * 100 and match pattern "{@code [^/:?*<>\"|]*}". + * 50 and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddArgBase.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddArgBase.java index cfc3ffb8a..fc2aaae68 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddArgBase.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddArgBase.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class MemberAddArgBase { - // struct team.MemberAddArgBase (team_members.stone) + // struct team.MemberAddArgBase (team_team_members_types.stone) @Nonnull protected final String memberEmail; @@ -46,8 +46,8 @@ public class MemberAddArgBase { * ^['#&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-9.-]*\\.[A-Za-z]{2,15}$}", * and not be {@code null}. * @param memberGivenName Member's first name. Must have length of at most - * 100 and match pattern "{@code [^/:?*<>\"|]*}". - * @param memberSurname Member's last name. Must have length of at most 100 + * 50 and match pattern "{@code [^/:?*<>\"|]*}". + * @param memberSurname Member's last name. Must have length of at most 50 * and match pattern "{@code [^/:?*<>\"|]*}". * @param memberExternalId External ID for member. Must have length of at * most 64. @@ -74,8 +74,8 @@ public MemberAddArgBase(@Nonnull String memberEmail, @Nullable String memberGive } this.memberEmail = memberEmail; if (memberGivenName != null) { - if (memberGivenName.length() > 100) { - throw new IllegalArgumentException("String 'memberGivenName' is longer than 100"); + if (memberGivenName.length() > 50) { + throw new IllegalArgumentException("String 'memberGivenName' is longer than 50"); } if (!Pattern.matches("[^/:?*<>\"|]*", memberGivenName)) { throw new IllegalArgumentException("String 'memberGivenName' does not match pattern"); @@ -83,8 +83,8 @@ public MemberAddArgBase(@Nonnull String memberEmail, @Nullable String memberGive } this.memberGivenName = memberGivenName; if (memberSurname != null) { - if (memberSurname.length() > 100) { - throw new IllegalArgumentException("String 'memberSurname' is longer than 100"); + if (memberSurname.length() > 50) { + throw new IllegalArgumentException("String 'memberSurname' is longer than 50"); } if (!Pattern.matches("[^/:?*<>\"|]*", memberSurname)) { throw new IllegalArgumentException("String 'memberSurname' does not match pattern"); @@ -245,7 +245,7 @@ protected Builder(String memberEmail) { * Set value for optional field. * * @param memberGivenName Member's first name. Must have length of at - * most 100 and match pattern "{@code [^/:?*<>\"|]*}". + * most 50 and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * @@ -254,8 +254,8 @@ protected Builder(String memberEmail) { */ public Builder withMemberGivenName(String memberGivenName) { if (memberGivenName != null) { - if (memberGivenName.length() > 100) { - throw new IllegalArgumentException("String 'memberGivenName' is longer than 100"); + if (memberGivenName.length() > 50) { + throw new IllegalArgumentException("String 'memberGivenName' is longer than 50"); } if (!Pattern.matches("[^/:?*<>\"|]*", memberGivenName)) { throw new IllegalArgumentException("String 'memberGivenName' does not match pattern"); @@ -269,7 +269,7 @@ public Builder withMemberGivenName(String memberGivenName) { * Set value for optional field. * * @param memberSurname Member's last name. Must have length of at most - * 100 and match pattern "{@code [^/:?*<>\"|]*}". + * 50 and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * @@ -278,8 +278,8 @@ public Builder withMemberGivenName(String memberGivenName) { */ public Builder withMemberSurname(String memberSurname) { if (memberSurname != null) { - if (memberSurname.length() > 100) { - throw new IllegalArgumentException("String 'memberSurname' is longer than 100"); + if (memberSurname.length() > 50) { + throw new IllegalArgumentException("String 'memberSurname' is longer than 50"); } if (!Pattern.matches("[^/:?*<>\"|]*", memberSurname)) { throw new IllegalArgumentException("String 'memberSurname' does not match pattern"); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddResult.java index 50cfafb06..8b183dd9a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -29,7 +29,7 @@ * tag associated with this instance.

*/ public final class MemberAddResult { - // union team.MemberAddResult (team_members.stone) + // union team.MemberAddResult (team_team_members_types.stone) /** * Discriminating tag type for {@link MemberAddResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddV2Arg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddV2Arg.java index d374d24b4..fda9a44c1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddV2Arg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddV2Arg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ import javax.annotation.Nullable; public class MemberAddV2Arg extends MemberAddArgBase { - // struct team.MemberAddV2Arg (team_members.stone) + // struct team.MemberAddV2Arg (team_team_members_types.stone) @Nullable protected final List roleIds; @@ -36,8 +36,8 @@ public class MemberAddV2Arg extends MemberAddArgBase { * ^['#&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-9.-]*\\.[A-Za-z]{2,15}$}", * and not be {@code null}. * @param memberGivenName Member's first name. Must have length of at most - * 100 and match pattern "{@code [^/:?*<>\"|]*}". - * @param memberSurname Member's last name. Must have length of at most 100 + * 50 and match pattern "{@code [^/:?*<>\"|]*}". + * @param memberSurname Member's last name. Must have length of at most 50 * and match pattern "{@code [^/:?*<>\"|]*}". * @param memberExternalId External ID for member. Must have length of at * most 64. @@ -239,7 +239,7 @@ public Builder withRoleIds(List roleIds) { * Set value for optional field. * * @param memberGivenName Member's first name. Must have length of at - * most 100 and match pattern "{@code [^/:?*<>\"|]*}". + * most 50 and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * @@ -255,7 +255,7 @@ public Builder withMemberGivenName(String memberGivenName) { * Set value for optional field. * * @param memberSurname Member's last name. Must have length of at most - * 100 and match pattern "{@code [^/:?*<>\"|]*}". + * 50 and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddV2Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddV2Result.java index 0b8387ff0..87633e25c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddV2Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberAddV2Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -33,7 +33,7 @@ * will be used.

*/ public final class MemberAddV2Result { - // union team.MemberAddV2Result (team_members.stone) + // union team.MemberAddV2Result (team_team_members_types.stone) /** * Discriminating tag type for {@link MemberAddV2Result}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberDevices.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberDevices.java index d7d355c99..4c5174982 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberDevices.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberDevices.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * Information on devices of a team's member. */ public class MemberDevices { - // struct team.MemberDevices (team_devices.stone) + // struct team.MemberDevices (team_team_devices.stone) @Nonnull protected final String teamMemberId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberLinkedApps.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberLinkedApps.java index 3cca35d3b..bca3a7d74 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberLinkedApps.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberLinkedApps.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * Information on linked applications of a team member. */ public class MemberLinkedApps { - // struct team.MemberLinkedApps (team_linked_apps.stone) + // struct team.MemberLinkedApps (team_apiv2_team_linked_apps.stone) @Nonnull protected final String teamMemberId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberProfile.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberProfile.java index fceac55a4..dfb9d9c40 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberProfile.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MemberProfile.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_common.stone */ package com.dropbox.core.v2.team; @@ -28,7 +28,7 @@ * Basic member profile. */ public class MemberProfile { - // struct team.MemberProfile (team.stone) + // struct team.MemberProfile (team_team_common.stone) @Nonnull protected final String teamMemberId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddArg.java index 0d012e126..3a6e1efdb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class MembersAddArg extends MembersAddArgBase { - // struct team.MembersAddArg (team_members.stone) + // struct team.MembersAddArg (team_team_members_types.stone) @Nonnull protected final List newMembers; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddArgBase.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddArgBase.java index 0ed77f00d..ecd528e2a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddArgBase.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddArgBase.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; class MembersAddArgBase { - // struct team.MembersAddArgBase (team_members.stone) + // struct team.MembersAddArgBase (team_team_members_types.stone) protected final boolean forceAsync; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddJobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddJobStatus.java index 9bde42ecc..1918485d3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddJobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddJobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class MembersAddJobStatus { - // union team.MembersAddJobStatus (team_members.stone) + // union team.MembersAddJobStatus (team_team_members_types.stone) /** * Discriminating tag type for {@link MembersAddJobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddJobStatusV2Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddJobStatusV2Result.java index 00f55863a..02147e509 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddJobStatusV2Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddJobStatusV2Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -28,7 +28,7 @@ * will be used.

*/ public final class MembersAddJobStatusV2Result { - // union team.MembersAddJobStatusV2Result (team_members.stone) + // union team.MembersAddJobStatusV2Result (team_team_members_types.stone) /** * Discriminating tag type for {@link MembersAddJobStatusV2Result}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddLaunch.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddLaunch.java index 44850b0aa..6b1418a67 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddLaunch.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddLaunch.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class MembersAddLaunch { - // union team.MembersAddLaunch (team_members.stone) + // union team.MembersAddLaunch (team_team_members_types.stone) /** * Discriminating tag type for {@link MembersAddLaunch}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddLaunchV2Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddLaunchV2Result.java index 0700ad32a..12887cf83 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddLaunchV2Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddLaunchV2Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -28,7 +28,7 @@ * will be used.

*/ public final class MembersAddLaunchV2Result { - // union team.MembersAddLaunchV2Result (team_members.stone) + // union team.MembersAddLaunchV2Result (team_team_members_types.stone) /** * Discriminating tag type for {@link MembersAddLaunchV2Result}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddV2Arg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddV2Arg.java index d9bbeec14..3778b3d6f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddV2Arg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersAddV2Arg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class MembersAddV2Arg extends MembersAddArgBase { - // struct team.MembersAddV2Arg (team_members.stone) + // struct team.MembersAddV2Arg (team_team_members_types.stone) @Nonnull protected final List newMembers; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDataTransferArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDataTransferArg.java index 6c9d8d6b8..674e8c9f9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDataTransferArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDataTransferArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class MembersDataTransferArg extends MembersDeactivateBaseArg { - // struct team.MembersDataTransferArg (team_members.stone) + // struct team.MembersDataTransferArg (team_team_members_types.stone) @Nonnull protected final UserSelectorArg transferDestId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeactivateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeactivateArg.java index d45b5d456..1ab037da2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeactivateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeactivateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class MembersDeactivateArg extends MembersDeactivateBaseArg { - // struct team.MembersDeactivateArg (team_members.stone) + // struct team.MembersDeactivateArg (team_team_members_types.stone) protected final boolean wipeData; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeactivateBaseArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeactivateBaseArg.java index 912c7c117..cce550807 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeactivateBaseArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeactivateBaseArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * identify the user account. */ class MembersDeactivateBaseArg { - // struct team.MembersDeactivateBaseArg (team_members.stone) + // struct team.MembersDeactivateBaseArg (team_team_members_types.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeleteProfilePhotoArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeleteProfilePhotoArg.java index da4249351..bfc242238 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeleteProfilePhotoArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeleteProfilePhotoArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class MembersDeleteProfilePhotoArg { - // struct team.MembersDeleteProfilePhotoArg (team_members.stone) + // struct team.MembersDeleteProfilePhotoArg (team_team_members_types.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeleteProfilePhotoError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeleteProfilePhotoError.java index bc3b91fc3..0cd8a401d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeleteProfilePhotoError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersDeleteProfilePhotoError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersDeleteProfilePhotoError { - // union team.MembersDeleteProfilePhotoError (team_members.stone) + // union team.MembersDeleteProfilePhotoError (team_team_members_types.stone) /** * No matching user found. The provided team_member_id, email, or * external_id does not exist on this team. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetAvailableTeamMemberRolesResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetAvailableTeamMemberRolesResult.java index 4088b4ff3..b716527b7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetAvailableTeamMemberRolesResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetAvailableTeamMemberRolesResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * DbxTeamTeamRequests#membersSetAdminPermissionsV2(UserSelectorArg,List)}. */ public class MembersGetAvailableTeamMemberRolesResult { - // struct team.MembersGetAvailableTeamMemberRolesResult (team_members.stone) + // struct team.MembersGetAvailableTeamMemberRolesResult (team_team_members_types.stone) @Nonnull protected final List roles; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoArgs.java index 829e8e674..f06fdf05f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class MembersGetInfoArgs { - // struct team.MembersGetInfoArgs (team_members.stone) + // struct team.MembersGetInfoArgs (team_team_members_types.stone) @Nonnull protected final List members; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoError.java index f4977ab5d..7c65898e3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersGetInfoError { - // union team.MembersGetInfoError (team_members.stone) + // union team.MembersGetInfoError (team_team_members_types.stone) /** * Catch-all used for unknown tag values returned by the Dropbox servers. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoItem.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoItem.java index 8f6326a54..50dbe3572 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoItem.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoItem.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -26,7 +26,7 @@ * tag associated with this instance.

*/ public final class MembersGetInfoItem { - // union team.MembersGetInfoItem (team_members.stone) + // union team.MembersGetInfoItem (team_team_members_types.stone) /** * Discriminating tag type for {@link MembersGetInfoItem}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoItemV2.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoItemV2.java index fa951c6b7..2709126a1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoItemV2.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoItemV2.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -30,7 +30,7 @@ * will be used.

*/ public final class MembersGetInfoItemV2 { - // union team.MembersGetInfoItemV2 (team_members.stone) + // union team.MembersGetInfoItemV2 (team_team_members_types.stone) /** * Discriminating tag type for {@link MembersGetInfoItemV2}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoV2Arg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoV2Arg.java index be120c82a..fef5db911 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoV2Arg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoV2Arg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class MembersGetInfoV2Arg { - // struct team.MembersGetInfoV2Arg (team_members.stone) + // struct team.MembersGetInfoV2Arg (team_team_members_types.stone) @Nonnull protected final List members; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoV2Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoV2Result.java index 174cc1710..19c46657a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoV2Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersGetInfoV2Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class MembersGetInfoV2Result { - // struct team.MembersGetInfoV2Result (team_members.stone) + // struct team.MembersGetInfoV2Result (team_team_members_types.stone) @Nonnull protected final List membersInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersInfo.java index ac4b9b2b5..f6c198905 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_legal_holds.stone */ +/* This file was generated from team_team_legal_holds.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class MembersInfo { - // struct team.MembersInfo (team_legal_holds.stone) + // struct team.MembersInfo (team_team_legal_holds.stone) @Nonnull protected final List teamMemberIds; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListArg.java index ec63ef5c6..3500956b2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; class MembersListArg { - // struct team.MembersListArg (team_members.stone) + // struct team.MembersListArg (team_team_members_types.stone) protected final long limit; protected final boolean includeRemoved; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListContinueArg.java index fe589099d..aba3246a3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class MembersListContinueArg { - // struct team.MembersListContinueArg (team_members.stone) + // struct team.MembersListContinueArg (team_team_members_types.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListContinueError.java index 01aeb8fa2..c298afd76 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersListContinueError { - // union team.MembersListContinueError (team_members.stone) + // union team.MembersListContinueError (team_team_members_types.stone) /** * The cursor is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListError.java index 4b14f2737..ffd2e2691 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersListError { - // union team.MembersListError (team_members.stone) + // union team.MembersListError (team_team_members_types.stone) /** * Catch-all used for unknown tag values returned by the Dropbox servers. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListResult.java index f9b61ace1..1fa598412 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class MembersListResult { - // struct team.MembersListResult (team_members.stone) + // struct team.MembersListResult (team_team_members_types.stone) @Nonnull protected final List members; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListV2Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListV2Result.java index f0281f134..85301f090 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListV2Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersListV2Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class MembersListV2Result { - // struct team.MembersListV2Result (team_members.stone) + // struct team.MembersListV2Result (team_team_members_types.stone) @Nonnull protected final List members; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRecoverArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRecoverArg.java index dc988475c..fbf0beae4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRecoverArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRecoverArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * identify the user account. */ class MembersRecoverArg { - // struct team.MembersRecoverArg (team_members.stone) + // struct team.MembersRecoverArg (team_team_members_types.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRecoverError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRecoverError.java index bf2456781..ac67bc3a7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRecoverError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRecoverError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersRecoverError { - // union team.MembersRecoverError (team_members.stone) + // union team.MembersRecoverError (team_team_members_types.stone) /** * No matching user found. The provided team_member_id, email, or * external_id does not exist on this team. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveArg.java index 94788e2a4..280d6d6f3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; class MembersRemoveArg extends MembersDeactivateArg { - // struct team.MembersRemoveArg (team_members.stone) + // struct team.MembersRemoveArg (team_team_members_types.stone) @Nullable protected final UserSelectorArg transferDestId; @@ -28,6 +28,7 @@ class MembersRemoveArg extends MembersDeactivateArg { protected final UserSelectorArg transferAdminId; protected final boolean keepAccount; protected final boolean retainTeamShares; + protected final boolean permanentlyDeleteFiles; /** * Use {@link newBuilder} to create instances of this class without @@ -43,7 +44,7 @@ class MembersRemoveArg extends MembersDeactivateArg { * will be sent via email to this user. If the transfer_dest_id argument * was provided, then this argument must be provided as well. * @param keepAccount Downgrade the member to a Basic account. The user - * will retain the email address associated with their Dropbox account + * will retain the email address associated with their Dropbox account * and data in their account that is not restricted to team members. In * order to keep the account the argument the {@code wipeData} argument * to {@link @@ -58,16 +59,20 @@ class MembersRemoveArg extends MembersDeactivateArg { * DbxTeamTeamRequests#membersSuspend(UserSelectorArg,boolean)} should * be set to {@code false} and {@link MembersRemoveArg#getKeepAccount} * should be set to {@code true}. + * @param permanentlyDeleteFiles Permanently delete the data in the deleted + * member's account. After permanent deletion, the data is no longer + * available to be transferred to a different user. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public MembersRemoveArg(@Nonnull UserSelectorArg user, boolean wipeData, @Nullable UserSelectorArg transferDestId, @Nullable UserSelectorArg transferAdminId, boolean keepAccount, boolean retainTeamShares) { + public MembersRemoveArg(@Nonnull UserSelectorArg user, boolean wipeData, @Nullable UserSelectorArg transferDestId, @Nullable UserSelectorArg transferAdminId, boolean keepAccount, boolean retainTeamShares, boolean permanentlyDeleteFiles) { super(user, wipeData); this.transferDestId = transferDestId; this.transferAdminId = transferAdminId; this.keepAccount = keepAccount; this.retainTeamShares = retainTeamShares; + this.permanentlyDeleteFiles = permanentlyDeleteFiles; } /** @@ -82,7 +87,7 @@ public MembersRemoveArg(@Nonnull UserSelectorArg user, boolean wipeData, @Nullab * preconditions. */ public MembersRemoveArg(@Nonnull UserSelectorArg user) { - this(user, true, null, null, false, false); + this(user, true, null, null, false, false, false); } /** @@ -131,7 +136,7 @@ public UserSelectorArg getTransferAdminId() { /** * Downgrade the member to a Basic account. The user will retain the email - * address associated with their Dropbox account and data in their account + * address associated with their Dropbox account and data in their account * that is not restricted to team members. In order to keep the account the * argument the {@code wipeData} argument to {@link * DbxTeamTeamRequests#membersSuspend(UserSelectorArg,boolean)} should be @@ -161,6 +166,18 @@ public boolean getRetainTeamShares() { return retainTeamShares; } + /** + * Permanently delete the data in the deleted member's account. After + * permanent deletion, the data is no longer available to be transferred to + * a different user. + * + * @return value for this field, or {@code null} if not present. Defaults to + * false. + */ + public boolean getPermanentlyDeleteFiles() { + return permanentlyDeleteFiles; + } + /** * Returns a new builder for creating an instance of this class. * @@ -187,6 +204,7 @@ public static class Builder { protected UserSelectorArg transferAdminId; protected boolean keepAccount; protected boolean retainTeamShares; + protected boolean permanentlyDeleteFiles; protected Builder(UserSelectorArg user) { if (user == null) { @@ -198,6 +216,7 @@ protected Builder(UserSelectorArg user) { this.transferAdminId = null; this.keepAccount = false; this.retainTeamShares = false; + this.permanentlyDeleteFiles = false; } /** @@ -307,6 +326,29 @@ public Builder withRetainTeamShares(Boolean retainTeamShares) { return this; } + /** + * Set value for optional field. + * + *

If left unset or set to {@code null}, defaults to {@code false}. + *

+ * + * @param permanentlyDeleteFiles Permanently delete the data in the + * deleted member's account. After permanent deletion, the data is + * no longer available to be transferred to a different user. + * Defaults to {@code false} when set to {@code null}. + * + * @return this builder + */ + public Builder withPermanentlyDeleteFiles(Boolean permanentlyDeleteFiles) { + if (permanentlyDeleteFiles != null) { + this.permanentlyDeleteFiles = permanentlyDeleteFiles; + } + else { + this.permanentlyDeleteFiles = false; + } + return this; + } + /** * Builds an instance of {@link MembersRemoveArg} configured with this * builder's values @@ -314,7 +356,7 @@ public Builder withRetainTeamShares(Boolean retainTeamShares) { * @return new instance of {@link MembersRemoveArg} */ public MembersRemoveArg build() { - return new MembersRemoveArg(user, wipeData, transferDestId, transferAdminId, keepAccount, retainTeamShares); + return new MembersRemoveArg(user, wipeData, transferDestId, transferAdminId, keepAccount, retainTeamShares, permanentlyDeleteFiles); } } @@ -324,7 +366,8 @@ public int hashCode() { this.transferDestId, this.transferAdminId, this.keepAccount, - this.retainTeamShares + this.retainTeamShares, + this.permanentlyDeleteFiles }); hash = (31 * super.hashCode()) + hash; return hash; @@ -347,6 +390,7 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.transferAdminId == other.transferAdminId) || (this.transferAdminId != null && this.transferAdminId.equals(other.transferAdminId))) && (this.keepAccount == other.keepAccount) && (this.retainTeamShares == other.retainTeamShares) + && (this.permanentlyDeleteFiles == other.permanentlyDeleteFiles) ; } else { @@ -398,6 +442,8 @@ public void serialize(MembersRemoveArg value, JsonGenerator g, boolean collapse) StoneSerializers.boolean_().serialize(value.keepAccount, g); g.writeFieldName("retain_team_shares"); StoneSerializers.boolean_().serialize(value.retainTeamShares, g); + g.writeFieldName("permanently_delete_files"); + StoneSerializers.boolean_().serialize(value.permanentlyDeleteFiles, g); if (!collapse) { g.writeEndObject(); } @@ -418,6 +464,7 @@ public MembersRemoveArg deserialize(JsonParser p, boolean collapsed) throws IOEx UserSelectorArg f_transferAdminId = null; Boolean f_keepAccount = false; Boolean f_retainTeamShares = false; + Boolean f_permanentlyDeleteFiles = false; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -439,6 +486,9 @@ else if ("keep_account".equals(field)) { else if ("retain_team_shares".equals(field)) { f_retainTeamShares = StoneSerializers.boolean_().deserialize(p); } + else if ("permanently_delete_files".equals(field)) { + f_permanentlyDeleteFiles = StoneSerializers.boolean_().deserialize(p); + } else { skipValue(p); } @@ -446,7 +496,7 @@ else if ("retain_team_shares".equals(field)) { if (f_user == null) { throw new JsonParseException(p, "Required field \"user\" missing."); } - value = new MembersRemoveArg(f_user, f_wipeData, f_transferDestId, f_transferAdminId, f_keepAccount, f_retainTeamShares); + value = new MembersRemoveArg(f_user, f_wipeData, f_transferDestId, f_transferAdminId, f_keepAccount, f_retainTeamShares, f_permanentlyDeleteFiles); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveBuilder.java index 89e127eae..2f17b44bf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveBuilder.java @@ -86,7 +86,7 @@ public MembersRemoveBuilder withTransferAdminId(UserSelectorArg transferAdminId) *

If left unset or set to {@code null}, defaults to {@code false}.

* * @param keepAccount Downgrade the member to a Basic account. The user - * will retain the email address associated with their Dropbox account + * will retain the email address associated with their Dropbox account * and data in their account that is not restricted to team members. In * order to keep the account the argument the {@code wipeData} argument * to {@link @@ -124,6 +124,23 @@ public MembersRemoveBuilder withRetainTeamShares(Boolean retainTeamShares) { return this; } + /** + * Set value for optional field. + * + *

If left unset or set to {@code null}, defaults to {@code false}.

+ * + * @param permanentlyDeleteFiles Permanently delete the data in the deleted + * member's account. After permanent deletion, the data is no longer + * available to be transferred to a different user. Defaults to {@code + * false} when set to {@code null}. + * + * @return this builder + */ + public MembersRemoveBuilder withPermanentlyDeleteFiles(Boolean permanentlyDeleteFiles) { + this._builder.withPermanentlyDeleteFiles(permanentlyDeleteFiles); + return this; + } + /** * Issues the request. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveError.java index 02b35305b..751f6de96 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersRemoveError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersRemoveError { - // union team.MembersRemoveError (team_members.stone) + // union team.MembersRemoveError (team_team_members_types.stone) /** * No matching user found. The provided team_member_id, email, or * external_id does not exist on this team. @@ -35,6 +35,19 @@ public enum MembersRemoveError { * tags.

*/ OTHER, + /** + * Cannot permanently delete files while it's being transferred. + */ + TRANSFER_IN_PROGRESS, + /** + * Cannot permanently delete files that have already been transferred. + */ + ALREADY_TRANSFERRED, + /** + * Cannot permanently delete files that have already been transferred or + * deleted. + */ + ALREADY_TRANSFERRED_OR_DELETED, /** * Expected removed user and transfer_dest user to be different. */ @@ -86,6 +99,12 @@ public enum MembersRemoveError { * account the argument wipe_data should be set to {@code false}. */ CANNOT_KEEP_ACCOUNT_AND_DELETE_DATA, + /** + * Cannot keep account and permanently delete the data at the same time. To + * keep the account the argument permanently_delete_files should be set to + * {@code false}. + */ + CANNOT_KEEP_ACCOUNT_AND_PERMANENTLY_DELETE, /** * The email address of the user is too long to be disabled. */ @@ -124,7 +143,17 @@ public enum MembersRemoveError { * To convert this member to a Basic account, they'll first need to sign in * to Dropbox and agree to the terms of service. */ - CANNOT_KEEP_ACCOUNT_REQUIRED_TO_SIGN_TOS; + CANNOT_KEEP_ACCOUNT_REQUIRED_TO_SIGN_TOS, + /** + * Cannot permanently delete files and transfer the data to another user at + * the same time. + */ + CANNOT_PERMANENTLY_DELETE_AND_TRANSFER, + /** + * This user is the active destination of an in-progress file transfer. Wait + * for the transfer to complete before removing this member. + */ + MEMBER_IS_TRANSFER_DESTINATION; /** * For internal use only. @@ -147,6 +176,18 @@ public void serialize(MembersRemoveError value, JsonGenerator g) throws IOExcept g.writeString("other"); break; } + case TRANSFER_IN_PROGRESS: { + g.writeString("transfer_in_progress"); + break; + } + case ALREADY_TRANSFERRED: { + g.writeString("already_transferred"); + break; + } + case ALREADY_TRANSFERRED_OR_DELETED: { + g.writeString("already_transferred_or_deleted"); + break; + } case REMOVED_AND_TRANSFER_DEST_SHOULD_DIFFER: { g.writeString("removed_and_transfer_dest_should_differ"); break; @@ -195,6 +236,10 @@ public void serialize(MembersRemoveError value, JsonGenerator g) throws IOExcept g.writeString("cannot_keep_account_and_delete_data"); break; } + case CANNOT_KEEP_ACCOUNT_AND_PERMANENTLY_DELETE: { + g.writeString("cannot_keep_account_and_permanently_delete"); + break; + } case EMAIL_ADDRESS_TOO_LONG_TO_BE_DISABLED: { g.writeString("email_address_too_long_to_be_disabled"); break; @@ -227,6 +272,14 @@ public void serialize(MembersRemoveError value, JsonGenerator g) throws IOExcept g.writeString("cannot_keep_account_required_to_sign_tos"); break; } + case CANNOT_PERMANENTLY_DELETE_AND_TRANSFER: { + g.writeString("cannot_permanently_delete_and_transfer"); + break; + } + case MEMBER_IS_TRANSFER_DESTINATION: { + g.writeString("member_is_transfer_destination"); + break; + } default: { throw new IllegalArgumentException("Unrecognized tag: " + value); } @@ -260,6 +313,15 @@ else if ("user_not_in_team".equals(tag)) { else if ("other".equals(tag)) { value = MembersRemoveError.OTHER; } + else if ("transfer_in_progress".equals(tag)) { + value = MembersRemoveError.TRANSFER_IN_PROGRESS; + } + else if ("already_transferred".equals(tag)) { + value = MembersRemoveError.ALREADY_TRANSFERRED; + } + else if ("already_transferred_or_deleted".equals(tag)) { + value = MembersRemoveError.ALREADY_TRANSFERRED_OR_DELETED; + } else if ("removed_and_transfer_dest_should_differ".equals(tag)) { value = MembersRemoveError.REMOVED_AND_TRANSFER_DEST_SHOULD_DIFFER; } @@ -296,6 +358,9 @@ else if ("cannot_keep_account_and_transfer".equals(tag)) { else if ("cannot_keep_account_and_delete_data".equals(tag)) { value = MembersRemoveError.CANNOT_KEEP_ACCOUNT_AND_DELETE_DATA; } + else if ("cannot_keep_account_and_permanently_delete".equals(tag)) { + value = MembersRemoveError.CANNOT_KEEP_ACCOUNT_AND_PERMANENTLY_DELETE; + } else if ("email_address_too_long_to_be_disabled".equals(tag)) { value = MembersRemoveError.EMAIL_ADDRESS_TOO_LONG_TO_BE_DISABLED; } @@ -320,6 +385,12 @@ else if ("cannot_keep_account_under_legal_hold".equals(tag)) { else if ("cannot_keep_account_required_to_sign_tos".equals(tag)) { value = MembersRemoveError.CANNOT_KEEP_ACCOUNT_REQUIRED_TO_SIGN_TOS; } + else if ("cannot_permanently_delete_and_transfer".equals(tag)) { + value = MembersRemoveError.CANNOT_PERMANENTLY_DELETE_AND_TRANSFER; + } + else if ("member_is_transfer_destination".equals(tag)) { + value = MembersRemoveError.MEMBER_IS_TRANSFER_DESTINATION; + } else { throw new JsonParseException(p, "Unknown tag: " + tag); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSendWelcomeError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSendWelcomeError.java index 54ab07276..9975d4f36 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSendWelcomeError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSendWelcomeError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersSendWelcomeError { - // union team.MembersSendWelcomeError (team_members.stone) + // union team.MembersSendWelcomeError (team_team_members_types.stone) /** * No matching user found. The provided team_member_id, email, or * external_id does not exist on this team. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Arg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Arg.java index bdf179fbe..d90979727 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Arg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Arg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * identify the user account. */ class MembersSetPermissions2Arg { - // struct team.MembersSetPermissions2Arg (team_members.stone) + // struct team.MembersSetPermissions2Arg (team_team_members_types.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Error.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Error.java index c31d67563..58be029d3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Error.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Error.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersSetPermissions2Error { - // union team.MembersSetPermissions2Error (team_members.stone) + // union team.MembersSetPermissions2Error (team_team_members_types.stone) /** * No matching user found. The provided team_member_id, email, or * external_id does not exist on this team. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Result.java index af850ac74..9e548f0d5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissions2Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; public class MembersSetPermissions2Result { - // struct team.MembersSetPermissions2Result (team_members.stone) + // struct team.MembersSetPermissions2Result (team_team_members_types.stone) @Nonnull protected final String teamMemberId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsArg.java index d4fdf1b75..02c838836 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * identify the user account. */ class MembersSetPermissionsArg { - // struct team.MembersSetPermissionsArg (team_members.stone) + // struct team.MembersSetPermissionsArg (team_team_members_types.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsError.java index 9038b478f..92e27d48b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersSetPermissionsError { - // union team.MembersSetPermissionsError (team_members.stone) + // union team.MembersSetPermissionsError (team_team_members_types.stone) /** * No matching user found. The provided team_member_id, email, or * external_id does not exist on this team. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsResult.java index 7c35acd68..a027da1f3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetPermissionsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MembersSetPermissionsResult { - // struct team.MembersSetPermissionsResult (team_members.stone) + // struct team.MembersSetPermissionsResult (team_team_members_types.stone) @Nonnull protected final String teamMemberId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileArg.java index 286b044ec..78c0ad50a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * new_given_name, and/or new_surname must be provided. */ class MembersSetProfileArg { - // struct team.MembersSetProfileArg (team_members.stone) + // struct team.MembersSetProfileArg (team_team_members_types.stone) @Nonnull protected final UserSelectorArg user; @@ -58,9 +58,9 @@ class MembersSetProfileArg { * @param newExternalId New external ID for member. Must have length of at * most 64. * @param newGivenName New given name for member. Must have length of at - * most 100 and match pattern "{@code [^/:?*<>\"|]*}". - * @param newSurname New surname for member. Must have length of at most - * 100 and match pattern "{@code [^/:?*<>\"|]*}". + * most 50 and match pattern "{@code [^/:?*<>\"|]*}". + * @param newSurname New surname for member. Must have length of at most 50 + * and match pattern "{@code [^/:?*<>\"|]*}". * @param newPersistentId New persistent ID. This field only available to * teams using persistent ID SAML configuration. * @param newIsDirectoryRestricted New value for whether the user is a @@ -90,8 +90,8 @@ public MembersSetProfileArg(@Nonnull UserSelectorArg user, @Nullable String newE } this.newExternalId = newExternalId; if (newGivenName != null) { - if (newGivenName.length() > 100) { - throw new IllegalArgumentException("String 'newGivenName' is longer than 100"); + if (newGivenName.length() > 50) { + throw new IllegalArgumentException("String 'newGivenName' is longer than 50"); } if (!java.util.regex.Pattern.matches("[^/:?*<>\"|]*", newGivenName)) { throw new IllegalArgumentException("String 'newGivenName' does not match pattern"); @@ -99,8 +99,8 @@ public MembersSetProfileArg(@Nonnull UserSelectorArg user, @Nullable String newE } this.newGivenName = newGivenName; if (newSurname != null) { - if (newSurname.length() > 100) { - throw new IllegalArgumentException("String 'newSurname' is longer than 100"); + if (newSurname.length() > 50) { + throw new IllegalArgumentException("String 'newSurname' is longer than 50"); } if (!java.util.regex.Pattern.matches("[^/:?*<>\"|]*", newSurname)) { throw new IllegalArgumentException("String 'newSurname' does not match pattern"); @@ -290,7 +290,7 @@ public Builder withNewExternalId(String newExternalId) { * Set value for optional field. * * @param newGivenName New given name for member. Must have length of - * at most 100 and match pattern "{@code [^/:?*<>\"|]*}". + * at most 50 and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * @@ -299,8 +299,8 @@ public Builder withNewExternalId(String newExternalId) { */ public Builder withNewGivenName(String newGivenName) { if (newGivenName != null) { - if (newGivenName.length() > 100) { - throw new IllegalArgumentException("String 'newGivenName' is longer than 100"); + if (newGivenName.length() > 50) { + throw new IllegalArgumentException("String 'newGivenName' is longer than 50"); } if (!java.util.regex.Pattern.matches("[^/:?*<>\"|]*", newGivenName)) { throw new IllegalArgumentException("String 'newGivenName' does not match pattern"); @@ -314,7 +314,7 @@ public Builder withNewGivenName(String newGivenName) { * Set value for optional field. * * @param newSurname New surname for member. Must have length of at - * most 100 and match pattern "{@code [^/:?*<>\"|]*}". + * most 50 and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * @@ -323,8 +323,8 @@ public Builder withNewGivenName(String newGivenName) { */ public Builder withNewSurname(String newSurname) { if (newSurname != null) { - if (newSurname.length() > 100) { - throw new IllegalArgumentException("String 'newSurname' is longer than 100"); + if (newSurname.length() > 50) { + throw new IllegalArgumentException("String 'newSurname' is longer than 50"); } if (!java.util.regex.Pattern.matches("[^/:?*<>\"|]*", newSurname)) { throw new IllegalArgumentException("String 'newSurname' does not match pattern"); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileBuilder.java index d27b6857a..1ce6d47c8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileBuilder.java @@ -73,7 +73,7 @@ public MembersSetProfileBuilder withNewExternalId(String newExternalId) { * Set value for optional field. * * @param newGivenName New given name for member. Must have length of at - * most 100 and match pattern "{@code [^/:?*<>\"|]*}". + * most 50 and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * @@ -88,8 +88,8 @@ public MembersSetProfileBuilder withNewGivenName(String newGivenName) { /** * Set value for optional field. * - * @param newSurname New surname for member. Must have length of at most - * 100 and match pattern "{@code [^/:?*<>\"|]*}". + * @param newSurname New surname for member. Must have length of at most 50 + * and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileError.java index 3400bcbaf..8ef80e841 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersSetProfileError { - // union team.MembersSetProfileError (team_members.stone) + // union team.MembersSetProfileError (team_team_members_types.stone) /** * No matching user found. The provided team_member_id, email, or * external_id does not exist on this team. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfilePhotoArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfilePhotoArg.java index d89db4954..1a3d52d95 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfilePhotoArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfilePhotoArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class MembersSetProfilePhotoArg { - // struct team.MembersSetProfilePhotoArg (team_members.stone) + // struct team.MembersSetProfilePhotoArg (team_team_members_types.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfilePhotoError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfilePhotoError.java index ecee8e214..73b31d3b4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfilePhotoError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfilePhotoError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -28,7 +28,7 @@ * will be used.

*/ public final class MembersSetProfilePhotoError { - // union team.MembersSetProfilePhotoError (team_members.stone) + // union team.MembersSetProfilePhotoError (team_team_members_types.stone) /** * Discriminating tag type for {@link MembersSetProfilePhotoError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileV2Builder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileV2Builder.java index 03ae16d92..cc361cb47 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileV2Builder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSetProfileV2Builder.java @@ -73,7 +73,7 @@ public MembersSetProfileV2Builder withNewExternalId(String newExternalId) { * Set value for optional field. * * @param newGivenName New given name for member. Must have length of at - * most 100 and match pattern "{@code [^/:?*<>\"|]*}". + * most 50 and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * @@ -88,8 +88,8 @@ public MembersSetProfileV2Builder withNewGivenName(String newGivenName) { /** * Set value for optional field. * - * @param newSurname New surname for member. Must have length of at most - * 100 and match pattern "{@code [^/:?*<>\"|]*}". + * @param newSurname New surname for member. Must have length of at most 50 + * and match pattern "{@code [^/:?*<>\"|]*}". * * @return this builder * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSuspendError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSuspendError.java index 50534f51d..e66428e76 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSuspendError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersSuspendError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersSuspendError { - // union team.MembersSuspendError (team_members.stone) + // union team.MembersSuspendError (team_team_members_types.stone) /** * No matching user found. The provided team_member_id, email, or * external_id does not exist on this team. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersTransferFormerMembersFilesError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersTransferFormerMembersFilesError.java index 48f745616..a36315a1d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersTransferFormerMembersFilesError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersTransferFormerMembersFilesError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersTransferFormerMembersFilesError { - // union team.MembersTransferFormerMembersFilesError (team_members.stone) + // union team.MembersTransferFormerMembersFilesError (team_team_members_types.stone) /** * No matching user found. The provided team_member_id, email, or * external_id does not exist on this team. @@ -35,6 +35,19 @@ public enum MembersTransferFormerMembersFilesError { * tags.

*/ OTHER, + /** + * Cannot permanently delete files while it's being transferred. + */ + TRANSFER_IN_PROGRESS, + /** + * Cannot permanently delete files that have already been transferred. + */ + ALREADY_TRANSFERRED, + /** + * Cannot permanently delete files that have already been transferred or + * deleted. + */ + ALREADY_TRANSFERRED_OR_DELETED, /** * Expected removed user and transfer_dest user to be different. */ @@ -111,6 +124,18 @@ public void serialize(MembersTransferFormerMembersFilesError value, JsonGenerato g.writeString("other"); break; } + case TRANSFER_IN_PROGRESS: { + g.writeString("transfer_in_progress"); + break; + } + case ALREADY_TRANSFERRED: { + g.writeString("already_transferred"); + break; + } + case ALREADY_TRANSFERRED_OR_DELETED: { + g.writeString("already_transferred_or_deleted"); + break; + } case REMOVED_AND_TRANSFER_DEST_SHOULD_DIFFER: { g.writeString("removed_and_transfer_dest_should_differ"); break; @@ -196,6 +221,15 @@ else if ("user_not_in_team".equals(tag)) { else if ("other".equals(tag)) { value = MembersTransferFormerMembersFilesError.OTHER; } + else if ("transfer_in_progress".equals(tag)) { + value = MembersTransferFormerMembersFilesError.TRANSFER_IN_PROGRESS; + } + else if ("already_transferred".equals(tag)) { + value = MembersTransferFormerMembersFilesError.ALREADY_TRANSFERRED; + } + else if ("already_transferred_or_deleted".equals(tag)) { + value = MembersTransferFormerMembersFilesError.ALREADY_TRANSFERRED_OR_DELETED; + } else if ("removed_and_transfer_dest_should_differ".equals(tag)) { value = MembersTransferFormerMembersFilesError.REMOVED_AND_TRANSFER_DEST_SHOULD_DIFFER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersUnsuspendArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersUnsuspendArg.java index fc85776dc..d440f536a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersUnsuspendArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersUnsuspendArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * identify the user account. */ class MembersUnsuspendArg { - // struct team.MembersUnsuspendArg (team_members.stone) + // struct team.MembersUnsuspendArg (team_team_members_types.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersUnsuspendError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersUnsuspendError.java index a8162aa49..065589ab6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersUnsuspendError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MembersUnsuspendError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MembersUnsuspendError { - // union team.MembersUnsuspendError (team_members.stone) + // union team.MembersUnsuspendError (team_team_members_types.stone) /** * No matching user found. The provided team_member_id, email, or * external_id does not exist on this team. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MobileClientPlatform.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MobileClientPlatform.java index aa6b4b835..089718f3e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MobileClientPlatform.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MobileClientPlatform.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MobileClientPlatform { - // union team.MobileClientPlatform (team_devices.stone) + // union team.MobileClientPlatform (team_team_devices.stone) /** * Official Dropbox iPhone client. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MobileClientSession.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MobileClientSession.java index 8b36769d8..8d7249c30 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MobileClientSession.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/MobileClientSession.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * Information about linked Dropbox mobile client sessions. */ public class MobileClientSession extends DeviceSession { - // struct team.MobileClientSession (team_devices.stone) + // struct team.MobileClientSession (team_team_devices.stone) @Nonnull protected final String deviceName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/NamespaceMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/NamespaceMetadata.java index 102462e29..c43b23a75 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/NamespaceMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/NamespaceMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_namespaces.stone */ +/* This file was generated from team_namespaces_apiv2_team_namespaces.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * Properties of a namespace. */ public class NamespaceMetadata { - // struct team.NamespaceMetadata (team_namespaces.stone) + // struct team.NamespaceMetadata (team_namespaces_apiv2_team_namespaces.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/NamespaceType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/NamespaceType.java index 996d5e6f6..8703d24c8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/NamespaceType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/NamespaceType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_namespaces.stone */ +/* This file was generated from team_namespaces_apiv2_team_namespaces.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum NamespaceType { - // union team.NamespaceType (team_namespaces.stone) + // union team.NamespaceType (team_namespaces_apiv2_team_namespaces.stone) /** * App sandbox folder. */ @@ -34,6 +34,10 @@ public enum NamespaceType { * Team member's home folder. */ TEAM_MEMBER_FOLDER, + /** + * Team member's root folder. + */ + TEAM_MEMBER_ROOT, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -68,6 +72,10 @@ public void serialize(NamespaceType value, JsonGenerator g) throws IOException, g.writeString("team_member_folder"); break; } + case TEAM_MEMBER_ROOT: { + g.writeString("team_member_root"); + break; + } default: { g.writeString("other"); } @@ -104,6 +112,9 @@ else if ("team_folder".equals(tag)) { else if ("team_member_folder".equals(tag)) { value = NamespaceType.TEAM_MEMBER_FOLDER; } + else if ("team_member_root".equals(tag)) { + value = NamespaceType.TEAM_MEMBER_ROOT; + } else { value = NamespaceType.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/PropertiesTemplateUpdateBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/PropertiesTemplateUpdateBuilder.java deleted file mode 100644 index 1862fe4ab..000000000 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/PropertiesTemplateUpdateBuilder.java +++ /dev/null @@ -1,97 +0,0 @@ -/* DO NOT EDIT */ -/* This file was generated by Stone */ - -package com.dropbox.core.v2.team; - -import com.dropbox.core.DbxException; -import com.dropbox.core.v2.fileproperties.ModifyTemplateError; -import com.dropbox.core.v2.fileproperties.ModifyTemplateErrorException; -import com.dropbox.core.v2.fileproperties.PropertyFieldTemplate; -import com.dropbox.core.v2.fileproperties.UpdateTemplateArg; -import com.dropbox.core.v2.fileproperties.UpdateTemplateResult; - -import java.util.List; - -/** - * The request builder returned by {@link - * DbxTeamTeamRequests#propertiesTemplateUpdateBuilder}. - * - *

Use this class to set optional request parameters and complete the - * request.

- */ -public class PropertiesTemplateUpdateBuilder { - private final DbxTeamTeamRequests _client; - private final UpdateTemplateArg.Builder _builder; - - /** - * Creates a new instance of this builder. - * - * @param _client Dropbox namespace-specific client used to issue team - * requests. - * @param _builder Request argument builder. - * - * @return instsance of this builder - */ - PropertiesTemplateUpdateBuilder(DbxTeamTeamRequests _client, UpdateTemplateArg.Builder _builder) { - if (_client == null) { - throw new NullPointerException("_client"); - } - this._client = _client; - if (_builder == null) { - throw new NullPointerException("_builder"); - } - this._builder = _builder; - } - - /** - * Set value for optional field. - * - * @param name A display name for the template. template names can be up to - * 256 bytes. - * - * @return this builder - */ - public PropertiesTemplateUpdateBuilder withName(String name) { - this._builder.withName(name); - return this; - } - - /** - * Set value for optional field. - * - * @param description Description for the new template. Template - * descriptions can be up to 1024 bytes. - * - * @return this builder - */ - public PropertiesTemplateUpdateBuilder withDescription(String description) { - this._builder.withDescription(description); - return this; - } - - /** - * Set value for optional field. - * - * @param addFields Property field templates to be added to the group - * template. There can be up to 32 properties in a single template. Must - * not contain a {@code null} item. - * - * @return this builder - * - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. - */ - public PropertiesTemplateUpdateBuilder withAddFields(List addFields) { - this._builder.withAddFields(addFields); - return this; - } - - /** - * Issues the request. - */ - @SuppressWarnings("deprecation") - public UpdateTemplateResult start() throws ModifyTemplateErrorException, DbxException { - UpdateTemplateArg arg_ = this._builder.build(); - return _client.propertiesTemplateUpdate(arg_); - } -} diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RemoveCustomQuotaResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RemoveCustomQuotaResult.java index 6be4c3733..c444c0e87 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RemoveCustomQuotaResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RemoveCustomQuotaResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -29,7 +29,7 @@ * will be used.

*/ public final class RemoveCustomQuotaResult { - // union team.RemoveCustomQuotaResult (team_member_space_limits.stone) + // union team.RemoveCustomQuotaResult (team_apiv2_team_member_space_limits.stone) /** * Discriminating tag type for {@link RemoveCustomQuotaResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RemovedStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RemovedStatus.java index e88fcfef8..429098fbf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RemovedStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RemovedStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_common.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public class RemovedStatus { - // struct team.RemovedStatus (team.stone) + // struct team.RemovedStatus (team_team_common.stone) protected final boolean isRecoverable; protected final boolean isDisconnected; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetActivityBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetActivityBuilder.java index 7dce4abcb..020785f5c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetActivityBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetActivityBuilder.java @@ -43,7 +43,7 @@ public class ReportsGetActivityBuilder { * Set value for optional field. * * @param startDate Optional starting date (inclusive). If start_date is - * None or too long ago, this field will be set to 6 months ago. + * None or too long ago, this field will be set to 6 months ago. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetDevicesBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetDevicesBuilder.java index 24a08239f..993364953 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetDevicesBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetDevicesBuilder.java @@ -43,7 +43,7 @@ public class ReportsGetDevicesBuilder { * Set value for optional field. * * @param startDate Optional starting date (inclusive). If start_date is - * None or too long ago, this field will be set to 6 months ago. + * None or too long ago, this field will be set to 6 months ago. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetMembershipBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetMembershipBuilder.java index c378b25a5..92768568d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetMembershipBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetMembershipBuilder.java @@ -43,7 +43,7 @@ public class ReportsGetMembershipBuilder { * Set value for optional field. * * @param startDate Optional starting date (inclusive). If start_date is - * None or too long ago, this field will be set to 6 months ago. + * None or too long ago, this field will be set to 6 months ago. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetStorageBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetStorageBuilder.java index a6fc7fa1b..b27f69d00 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetStorageBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ReportsGetStorageBuilder.java @@ -43,7 +43,7 @@ public class ReportsGetStorageBuilder { * Set value for optional field. * * @param startDate Optional starting date (inclusive). If start_date is - * None or too long ago, this field will be set to 6 months ago. + * None or too long ago, this field will be set to 6 months ago. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendSecondaryEmailResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendSecondaryEmailResult.java index 1717f466e..00f7bfad5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendSecondaryEmailResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendSecondaryEmailResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -33,7 +33,7 @@ * will be used.

*/ public final class ResendSecondaryEmailResult { - // union team.ResendSecondaryEmailResult (team_secondary_mails.stone) + // union team.ResendSecondaryEmailResult (team_apiv2_team_members_secondary_emails.stone) /** * Discriminating tag type for {@link ResendSecondaryEmailResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendVerificationEmailArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendVerificationEmailArg.java index ee88cbc06..9149c598f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendVerificationEmailArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendVerificationEmailArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class ResendVerificationEmailArg { - // struct team.ResendVerificationEmailArg (team_secondary_mails.stone) + // struct team.ResendVerificationEmailArg (team_apiv2_team_members_secondary_emails.stone) @Nonnull protected final List emailsToResend; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendVerificationEmailResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendVerificationEmailResult.java index 26a05bfc7..711173b9b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendVerificationEmailResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/ResendVerificationEmailResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * List of users and resend results. */ public class ResendVerificationEmailResult { - // struct team.ResendVerificationEmailResult (team_secondary_mails.stone) + // struct team.ResendVerificationEmailResult (team_apiv2_team_members_secondary_emails.stone) @Nonnull protected final List results; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDesktopClientArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDesktopClientArg.java index e258d1b2d..eb58a1ad1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDesktopClientArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDesktopClientArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class RevokeDesktopClientArg extends DeviceSessionArg { - // struct team.RevokeDesktopClientArg (team_devices.stone) + // struct team.RevokeDesktopClientArg (team_team_devices.stone) protected final boolean deleteOnUnlink; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionArg.java index ef2b9dea7..40d6fefea 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class RevokeDeviceSessionArg { - // union team.RevokeDeviceSessionArg (team_devices.stone) + // union team.RevokeDeviceSessionArg (team_team_devices.stone) /** * Discriminating tag type for {@link RevokeDeviceSessionArg}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchArg.java index 7daefe1b9..2db4fd908 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RevokeDeviceSessionBatchArg { - // struct team.RevokeDeviceSessionBatchArg (team_devices.stone) + // struct team.RevokeDeviceSessionBatchArg (team_team_devices.stone) @Nonnull protected final List revokeDevices; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchError.java index d9f439343..ca66630f5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum RevokeDeviceSessionBatchError { - // union team.RevokeDeviceSessionBatchError (team_devices.stone) + // union team.RevokeDeviceSessionBatchError (team_team_devices.stone) /** * Catch-all used for unknown tag values returned by the Dropbox servers. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchResult.java index 8a84b87f7..22b9cd3ed 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class RevokeDeviceSessionBatchResult { - // struct team.RevokeDeviceSessionBatchResult (team_devices.stone) + // struct team.RevokeDeviceSessionBatchResult (team_team_devices.stone) @Nonnull protected final List revokeDevicesStatus; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionError.java index b6d716c72..ca291cbd2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum RevokeDeviceSessionError { - // union team.RevokeDeviceSessionError (team_devices.stone) + // union team.RevokeDeviceSessionError (team_team_devices.stone) /** * Device session not found. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionStatus.java index 780b1f30e..72f0e6699 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeDeviceSessionStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_devices.stone */ +/* This file was generated from team_team_devices.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class RevokeDeviceSessionStatus { - // struct team.RevokeDeviceSessionStatus (team_devices.stone) + // struct team.RevokeDeviceSessionStatus (team_team_devices.stone) protected final boolean success; @Nullable diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedApiAppArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedApiAppArg.java index 7629fe45a..03c033e25 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedApiAppArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedApiAppArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class RevokeLinkedApiAppArg { - // struct team.RevokeLinkedApiAppArg (team_linked_apps.stone) + // struct team.RevokeLinkedApiAppArg (team_apiv2_team_linked_apps.stone) @Nonnull protected final String appId; @@ -33,7 +33,7 @@ public class RevokeLinkedApiAppArg { * @param teamMemberId The unique id of the member owning the device. Must * not be {@code null}. * @param keepAppFolder This flag is not longer supported, the application - * dedicated folder (in case the application uses one) will be kept. + * dedicated folder (in case the application uses one) will be kept. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -88,7 +88,7 @@ public String getTeamMemberId() { /** * This flag is not longer supported, the application dedicated folder (in - * case the application uses one) will be kept. + * case the application uses one) will be kept. * * @return value for this field, or {@code null} if not present. Defaults to * true. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedApiAppBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedApiAppBatchArg.java index 6ebdf67bb..f42765898 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedApiAppBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedApiAppBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class RevokeLinkedApiAppBatchArg { - // struct team.RevokeLinkedApiAppBatchArg (team_linked_apps.stone) + // struct team.RevokeLinkedApiAppBatchArg (team_apiv2_team_linked_apps.stone) @Nonnull protected final List revokeLinkedApp; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppBatchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppBatchError.java index a094f3a8c..2ebcdf662 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppBatchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppBatchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ * DbxTeamTeamRequests#linkedAppsRevokeLinkedAppBatch(java.util.List)}. */ public enum RevokeLinkedAppBatchError { - // union team.RevokeLinkedAppBatchError (team_linked_apps.stone) + // union team.RevokeLinkedAppBatchError (team_apiv2_team_linked_apps.stone) /** * Catch-all used for unknown tag values returned by the Dropbox servers. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppBatchResult.java index 33a7856d6..3a6c91ec9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class RevokeLinkedAppBatchResult { - // struct team.RevokeLinkedAppBatchResult (team_linked_apps.stone) + // struct team.RevokeLinkedAppBatchResult (team_apiv2_team_linked_apps.stone) @Nonnull protected final List revokeLinkedAppStatus; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppError.java index 15dab00c1..9b5825f95 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ * DbxTeamTeamRequests#linkedAppsRevokeLinkedApp(String,String,boolean)}. */ public enum RevokeLinkedAppError { - // union team.RevokeLinkedAppError (team_linked_apps.stone) + // union team.RevokeLinkedAppError (team_apiv2_team_linked_apps.stone) /** * Application not found. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppStatus.java index 9b3fbe01a..824213f97 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/RevokeLinkedAppStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_linked_apps.stone */ +/* This file was generated from team_apiv2_team_linked_apps.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nullable; public class RevokeLinkedAppStatus { - // struct team.RevokeLinkedAppStatus (team_linked_apps.stone) + // struct team.RevokeLinkedAppStatus (team_apiv2_team_linked_apps.stone) protected final boolean success; @Nullable diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SetCustomQuotaArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SetCustomQuotaArg.java index 352e65894..8f0bac04d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SetCustomQuotaArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SetCustomQuotaArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class SetCustomQuotaArg { - // struct team.SetCustomQuotaArg (team_member_space_limits.stone) + // struct team.SetCustomQuotaArg (team_apiv2_team_member_space_limits.stone) @Nonnull protected final List usersAndQuotas; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SetCustomQuotaError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SetCustomQuotaError.java index fd5b0e8ad..3c7b41887 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SetCustomQuotaError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SetCustomQuotaError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Error returned when setting member custom quota. */ public enum SetCustomQuotaError { - // union team.SetCustomQuotaError (team_member_space_limits.stone) + // union team.SetCustomQuotaError (team_apiv2_team_member_space_limits.stone) /** * A maximum of 1000 users can be set for a single call. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddArgs.java index e77f11f25..bfa1d7d1b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * At least one entry of any supported type is required. */ class SharingAllowlistAddArgs { - // struct team.SharingAllowlistAddArgs (team_sharing_allowlist.stone) + // struct team.SharingAllowlistAddArgs (team_apiv2_team_sharing_allowlist.stone) @Nullable protected final List domains; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddError.java index 87fcf6d0a..4ef185451 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -27,7 +27,7 @@ * will be used.

*/ public final class SharingAllowlistAddError { - // union team.SharingAllowlistAddError (team_sharing_allowlist.stone) + // union team.SharingAllowlistAddError (team_apiv2_team_sharing_allowlist.stone) /** * Discriminating tag type for {@link SharingAllowlistAddError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddResponse.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddResponse.java index 3bd980c7b..91dc08d7e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddResponse.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistAddResponse.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * indentation issues with Stone. */ public class SharingAllowlistAddResponse { - // struct team.SharingAllowlistAddResponse (team_sharing_allowlist.stone) + // struct team.SharingAllowlistAddResponse (team_apiv2_team_sharing_allowlist.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListArg.java index b2b83e16f..bc703d831 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; class SharingAllowlistListArg { - // struct team.SharingAllowlistListArg (team_sharing_allowlist.stone) + // struct team.SharingAllowlistListArg (team_apiv2_team_sharing_allowlist.stone) protected final long limit; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListContinueArg.java index 9ded0375b..5601af300 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class SharingAllowlistListContinueArg { - // struct team.SharingAllowlistListContinueArg (team_sharing_allowlist.stone) + // struct team.SharingAllowlistListContinueArg (team_apiv2_team_sharing_allowlist.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListContinueError.java index 59edbb786..6fda7613d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SharingAllowlistListContinueError { - // union team.SharingAllowlistListContinueError (team_sharing_allowlist.stone) + // union team.SharingAllowlistListContinueError (team_apiv2_team_sharing_allowlist.stone) /** * Provided cursor is not valid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListError.java index 87e3814ab..85e1ba743 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * indentation issues with Stone. */ public class SharingAllowlistListError { - // struct team.SharingAllowlistListError (team_sharing_allowlist.stone) + // struct team.SharingAllowlistListError (team_apiv2_team_sharing_allowlist.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListResponse.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListResponse.java index 6786ea2cf..f8073ae4b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListResponse.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistListResponse.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class SharingAllowlistListResponse { - // struct team.SharingAllowlistListResponse (team_sharing_allowlist.stone) + // struct team.SharingAllowlistListResponse (team_apiv2_team_sharing_allowlist.stone) @Nonnull protected final List domains; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveArgs.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveArgs.java index 6f38208b3..051549e1d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveArgs.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveArgs.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class SharingAllowlistRemoveArgs { - // struct team.SharingAllowlistRemoveArgs (team_sharing_allowlist.stone) + // struct team.SharingAllowlistRemoveArgs (team_apiv2_team_sharing_allowlist.stone) @Nullable protected final List domains; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveError.java index c92f0871e..38f35523e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -27,7 +27,7 @@ * will be used.

*/ public final class SharingAllowlistRemoveError { - // union team.SharingAllowlistRemoveError (team_sharing_allowlist.stone) + // union team.SharingAllowlistRemoveError (team_apiv2_team_sharing_allowlist.stone) /** * Discriminating tag type for {@link SharingAllowlistRemoveError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveResponse.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveResponse.java index 9060723f4..28fa2473c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveResponse.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/SharingAllowlistRemoveResponse.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_sharing_allowlist.stone */ +/* This file was generated from team_apiv2_team_sharing_allowlist.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * indentation issues with Stone. */ public class SharingAllowlistRemoveResponse { - // struct team.SharingAllowlistRemoveResponse (team_sharing_allowlist.stone) + // struct team.SharingAllowlistRemoveResponse (team_apiv2_team_sharing_allowlist.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/StorageBucket.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/StorageBucket.java index 0b13171ac..49d6c8eb5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/StorageBucket.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/StorageBucket.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_reports.stone */ +/* This file was generated from team_reports_apiv2_team_reports_types.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ * Describes the number of users in a specific storage bucket. */ public class StorageBucket { - // struct team.StorageBucket (team_reports.stone) + // struct team.StorageBucket (team_reports_apiv2_team_reports_types.stone) @Nonnull protected final String bucket; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderAccessError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderAccessError.java index 8882ba9a9..ed5bdcd0d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderAccessError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderAccessError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TeamFolderAccessError { - // union team.TeamFolderAccessError (team_folders.stone) + // union team.TeamFolderAccessError (team_team_folders.stone) /** * The team folder ID is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderActivateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderActivateError.java index e56d27686..c6cf3aa96 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderActivateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderActivateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class TeamFolderActivateError { - // union team.TeamFolderActivateError (team_folders.stone) + // union team.TeamFolderActivateError (team_team_folders.stone) /** * Discriminating tag type for {@link TeamFolderActivateError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveArg.java index 16acb7d67..19cc818fa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class TeamFolderArchiveArg extends TeamFolderIdArg { - // struct team.TeamFolderArchiveArg (team_folders.stone) + // struct team.TeamFolderArchiveArg (team_team_folders.stone) protected final boolean forceAsyncOff; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveError.java index b3dfe10f3..1a8c40d58 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class TeamFolderArchiveError { - // union team.TeamFolderArchiveError (team_folders.stone) + // union team.TeamFolderArchiveError (team_team_folders.stone) /** * Discriminating tag type for {@link TeamFolderArchiveError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveJobStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveJobStatus.java index 005fae8d5..f3cd96d6d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveJobStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveJobStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class TeamFolderArchiveJobStatus { - // union team.TeamFolderArchiveJobStatus (team_folders.stone) + // union team.TeamFolderArchiveJobStatus (team_team_folders.stone) /** * Discriminating tag type for {@link TeamFolderArchiveJobStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveLaunch.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveLaunch.java index 3236133b4..f819e423f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveLaunch.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderArchiveLaunch.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class TeamFolderArchiveLaunch { - // union team.TeamFolderArchiveLaunch (team_folders.stone) + // union team.TeamFolderArchiveLaunch (team_team_folders.stone) /** * Discriminating tag type for {@link TeamFolderArchiveLaunch}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderCreateArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderCreateArg.java index c1e7e4154..d2e223b2d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderCreateArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderCreateArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class TeamFolderCreateArg { - // struct team.TeamFolderCreateArg (team_folders.stone) + // struct team.TeamFolderCreateArg (team_team_folders.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderCreateError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderCreateError.java index e40e2429c..41599b2c7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderCreateError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderCreateError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -28,7 +28,7 @@ * will be used.

*/ public final class TeamFolderCreateError { - // union team.TeamFolderCreateError (team_folders.stone) + // union team.TeamFolderCreateError (team_team_folders.stone) /** * Discriminating tag type for {@link TeamFolderCreateError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderGetInfoItem.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderGetInfoItem.java index d4a0a466a..9b48fa574 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderGetInfoItem.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderGetInfoItem.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class TeamFolderGetInfoItem { - // union team.TeamFolderGetInfoItem (team_folders.stone) + // union team.TeamFolderGetInfoItem (team_team_folders.stone) /** * Discriminating tag type for {@link TeamFolderGetInfoItem}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderIdArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderIdArg.java index de6f89954..8df3d37e7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderIdArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderIdArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class TeamFolderIdArg { - // struct team.TeamFolderIdArg (team_folders.stone) + // struct team.TeamFolderIdArg (team_team_folders.stone) @Nonnull protected final String teamFolderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderIdListArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderIdListArg.java index 6f8d89878..dc2fad6d9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderIdListArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderIdListArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class TeamFolderIdListArg { - // struct team.TeamFolderIdListArg (team_folders.stone) + // struct team.TeamFolderIdListArg (team_team_folders.stone) @Nonnull protected final List teamFolderIds; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderInvalidStatusError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderInvalidStatusError.java index b69262088..684469eeb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderInvalidStatusError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderInvalidStatusError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TeamFolderInvalidStatusError { - // union team.TeamFolderInvalidStatusError (team_folders.stone) + // union team.TeamFolderInvalidStatusError (team_team_folders.stone) /** * The folder is active and the operation did not succeed. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListArg.java index 83d84f5ea..4492e823c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; class TeamFolderListArg { - // struct team.TeamFolderListArg (team_folders.stone) + // struct team.TeamFolderListArg (team_team_folders.stone) protected final long limit; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListContinueArg.java index b9e1f4d52..3640a28fe 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class TeamFolderListContinueArg { - // struct team.TeamFolderListContinueArg (team_folders.stone) + // struct team.TeamFolderListContinueArg (team_team_folders.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListContinueError.java index c3202c13d..77a9d4adf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TeamFolderListContinueError { - // union team.TeamFolderListContinueError (team_folders.stone) + // union team.TeamFolderListContinueError (team_team_folders.stone) /** * The cursor is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListError.java index 21b10c3c1..c4f788b33 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamFolderListError { - // struct team.TeamFolderListError (team_folders.stone) + // struct team.TeamFolderListError (team_team_folders.stone) @Nonnull protected final TeamFolderAccessError accessError; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListResult.java index d74e92f67..a5aa2de1f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderListResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * DbxTeamTeamRequests#teamFolderListContinue(String)}. */ public class TeamFolderListResult { - // struct team.TeamFolderListResult (team_folders.stone) + // struct team.TeamFolderListResult (team_team_folders.stone) @Nonnull protected final List teamFolders; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderMetadata.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderMetadata.java index d14a2fcab..aa0408154 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderMetadata.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderMetadata.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -26,7 +26,7 @@ * Properties of a team folder. */ public class TeamFolderMetadata { - // struct team.TeamFolderMetadata (team_folders.stone) + // struct team.TeamFolderMetadata (team_team_folders.stone) @Nonnull protected final String teamFolderId; @@ -39,6 +39,7 @@ public class TeamFolderMetadata { protected final SyncSetting syncSetting; @Nonnull protected final List contentSyncSettings; + protected final long quotaLimit; /** * Properties of a team folder. @@ -54,11 +55,13 @@ public class TeamFolderMetadata { * @param contentSyncSettings Sync settings applied to contents of this * team folder. Must not contain a {@code null} item and not be {@code * null}. + * @param quotaLimit The quota limit in bytes for this team folder + * namespace tree. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public TeamFolderMetadata(@Nonnull String teamFolderId, @Nonnull String name, @Nonnull TeamFolderStatus status, boolean isTeamSharedDropbox, @Nonnull SyncSetting syncSetting, @Nonnull List contentSyncSettings) { + public TeamFolderMetadata(@Nonnull String teamFolderId, @Nonnull String name, @Nonnull TeamFolderStatus status, boolean isTeamSharedDropbox, @Nonnull SyncSetting syncSetting, @Nonnull List contentSyncSettings, long quotaLimit) { if (teamFolderId == null) { throw new IllegalArgumentException("Required value for 'teamFolderId' is null"); } @@ -88,6 +91,31 @@ public TeamFolderMetadata(@Nonnull String teamFolderId, @Nonnull String name, @N } } this.contentSyncSettings = contentSyncSettings; + this.quotaLimit = quotaLimit; + } + + /** + * Properties of a team folder. + * + *

The default values for unset fields will be used.

+ * + * @param teamFolderId The ID of the team folder. Must match pattern + * "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param name The name of the team folder. Must not be {@code null}. + * @param status The status of the team folder. Must not be {@code null}. + * @param isTeamSharedDropbox True if this team folder is a shared team + * root. + * @param syncSetting The sync setting applied to this team folder. Must + * not be {@code null}. + * @param contentSyncSettings Sync settings applied to contents of this + * team folder. Must not contain a {@code null} item and not be {@code + * null}. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public TeamFolderMetadata(@Nonnull String teamFolderId, @Nonnull String name, @Nonnull TeamFolderStatus status, boolean isTeamSharedDropbox, @Nonnull SyncSetting syncSetting, @Nonnull List contentSyncSettings) { + this(teamFolderId, name, status, isTeamSharedDropbox, syncSetting, contentSyncSettings, 0L); } /** @@ -149,6 +177,16 @@ public List getContentSyncSettings() { return contentSyncSettings; } + /** + * The quota limit in bytes for this team folder namespace tree. + * + * @return value for this field, or {@code null} if not present. Defaults to + * 0L. + */ + public long getQuotaLimit() { + return quotaLimit; + } + @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { @@ -157,7 +195,8 @@ public int hashCode() { this.status, this.isTeamSharedDropbox, this.syncSetting, - this.contentSyncSettings + this.contentSyncSettings, + this.quotaLimit }); return hash; } @@ -179,6 +218,7 @@ else if (obj.getClass().equals(this.getClass())) { && (this.isTeamSharedDropbox == other.isTeamSharedDropbox) && ((this.syncSetting == other.syncSetting) || (this.syncSetting.equals(other.syncSetting))) && ((this.contentSyncSettings == other.contentSyncSettings) || (this.contentSyncSettings.equals(other.contentSyncSettings))) + && (this.quotaLimit == other.quotaLimit) ; } else { @@ -226,6 +266,8 @@ public void serialize(TeamFolderMetadata value, JsonGenerator g, boolean collaps SyncSetting.Serializer.INSTANCE.serialize(value.syncSetting, g); g.writeFieldName("content_sync_settings"); StoneSerializers.list(ContentSyncSetting.Serializer.INSTANCE).serialize(value.contentSyncSettings, g); + g.writeFieldName("quota_limit"); + StoneSerializers.int64().serialize(value.quotaLimit, g); if (!collapse) { g.writeEndObject(); } @@ -246,6 +288,7 @@ public TeamFolderMetadata deserialize(JsonParser p, boolean collapsed) throws IO Boolean f_isTeamSharedDropbox = null; SyncSetting f_syncSetting = null; List f_contentSyncSettings = null; + Long f_quotaLimit = 0L; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -267,6 +310,9 @@ else if ("sync_setting".equals(field)) { else if ("content_sync_settings".equals(field)) { f_contentSyncSettings = StoneSerializers.list(ContentSyncSetting.Serializer.INSTANCE).deserialize(p); } + else if ("quota_limit".equals(field)) { + f_quotaLimit = StoneSerializers.int64().deserialize(p); + } else { skipValue(p); } @@ -289,7 +335,7 @@ else if ("content_sync_settings".equals(field)) { if (f_contentSyncSettings == null) { throw new JsonParseException(p, "Required field \"content_sync_settings\" missing."); } - value = new TeamFolderMetadata(f_teamFolderId, f_name, f_status, f_isTeamSharedDropbox, f_syncSetting, f_contentSyncSettings); + value = new TeamFolderMetadata(f_teamFolderId, f_name, f_status, f_isTeamSharedDropbox, f_syncSetting, f_contentSyncSettings, f_quotaLimit); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderPermanentlyDeleteError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderPermanentlyDeleteError.java index 633552c4c..ddc713541 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderPermanentlyDeleteError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderPermanentlyDeleteError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class TeamFolderPermanentlyDeleteError { - // union team.TeamFolderPermanentlyDeleteError (team_folders.stone) + // union team.TeamFolderPermanentlyDeleteError (team_team_folders.stone) /** * Discriminating tag type for {@link TeamFolderPermanentlyDeleteError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderRenameArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderRenameArg.java index d161d6a30..d22cd65ac 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderRenameArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderRenameArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class TeamFolderRenameArg extends TeamFolderIdArg { - // struct team.TeamFolderRenameArg (team_folders.stone) + // struct team.TeamFolderRenameArg (team_team_folders.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderRenameError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderRenameError.java index fa56f6200..0d0b314eb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderRenameError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderRenameError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * associated with this instance. */ public final class TeamFolderRenameError { - // union team.TeamFolderRenameError (team_folders.stone) + // union team.TeamFolderRenameError (team_team_folders.stone) /** * Discriminating tag type for {@link TeamFolderRenameError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderStatus.java index 27ace9ba8..58a21f546 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -17,19 +17,25 @@ import java.util.Arrays; public enum TeamFolderStatus { - // union team.TeamFolderStatus (team_folders.stone) + // union team.TeamFolderStatus (team_team_folders.stone) /** * The team folder and sub-folders are available to all members. */ ACTIVE, /** - * The team folder is not accessible outside of the team folder manager. + * The team folder is archived and is not accessible outside of the team + * folder manager. */ ARCHIVED, /** - * The team folder is not accessible outside of the team folder manager. + * The team folder is in the process of being archived and is not accessible + * outside of the team folder manager. */ ARCHIVE_IN_PROGRESS, + /** + * The team folder is unmounted and can be restored. + */ + INACTIVE, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -60,6 +66,10 @@ public void serialize(TeamFolderStatus value, JsonGenerator g) throws IOExceptio g.writeString("archive_in_progress"); break; } + case INACTIVE: { + g.writeString("inactive"); + break; + } default: { g.writeString("other"); } @@ -93,6 +103,9 @@ else if ("archived".equals(tag)) { else if ("archive_in_progress".equals(tag)) { value = TeamFolderStatus.ARCHIVE_IN_PROGRESS; } + else if ("inactive".equals(tag)) { + value = TeamFolderStatus.INACTIVE; + } else { value = TeamFolderStatus.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderTeamSharedDropboxError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderTeamSharedDropboxError.java index 27a214b24..9e93efddd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderTeamSharedDropboxError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderTeamSharedDropboxError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TeamFolderTeamSharedDropboxError { - // union team.TeamFolderTeamSharedDropboxError (team_folders.stone) + // union team.TeamFolderTeamSharedDropboxError (team_team_folders.stone) /** * This action is not allowed for a shared team root. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderUpdateSyncSettingsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderUpdateSyncSettingsArg.java index 13fd2d43e..4f2dfd74d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderUpdateSyncSettingsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderUpdateSyncSettingsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ import javax.annotation.Nullable; class TeamFolderUpdateSyncSettingsArg extends TeamFolderIdArg { - // struct team.TeamFolderUpdateSyncSettingsArg (team_folders.stone) + // struct team.TeamFolderUpdateSyncSettingsArg (team_team_folders.stone) @Nullable protected final SyncSettingArg syncSetting; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderUpdateSyncSettingsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderUpdateSyncSettingsError.java index 1e14caabd..7fd0a6133 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderUpdateSyncSettingsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamFolderUpdateSyncSettingsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_folders.stone */ +/* This file was generated from team_team_folders.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * associated with this instance. */ public final class TeamFolderUpdateSyncSettingsError { - // union team.TeamFolderUpdateSyncSettingsError (team_folders.stone) + // union team.TeamFolderUpdateSyncSettingsError (team_team_folders.stone) /** * Discriminating tag type for {@link TeamFolderUpdateSyncSettingsError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamGetInfoResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamGetInfoResult.java index ec732573f..ff7258c45 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamGetInfoResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamGetInfoResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class TeamGetInfoResult { - // struct team.TeamGetInfoResult (team.stone) + // struct team.TeamGetInfoResult (team_team_types.stone) @Nonnull protected final String name; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfo.java index 689d5f8d7..2e1f77567 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ * Information about a team member. */ public class TeamMemberInfo { - // struct team.TeamMemberInfo (team_members.stone) + // struct team.TeamMemberInfo (team_team_members_types.stone) @Nonnull protected final TeamMemberProfile profile; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfoV2.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfoV2.java index 055e11ade..7d83a6047 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfoV2.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfoV2.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * Information about a team member. */ public class TeamMemberInfoV2 { - // struct team.TeamMemberInfoV2 (team_members.stone) + // struct team.TeamMemberInfoV2 (team_team_members_types.stone) @Nonnull protected final TeamMemberProfile profile; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfoV2Result.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfoV2Result.java index aff97a43c..b81a712b7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfoV2Result.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberInfoV2Result.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * DbxTeamTeamRequests#membersSetProfileV2(UserSelectorArg)}. */ public class TeamMemberInfoV2Result { - // struct team.TeamMemberInfoV2Result (team_members.stone) + // struct team.TeamMemberInfoV2Result (team_team_members_types.stone) @Nonnull protected final TeamMemberInfoV2 memberInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberProfile.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberProfile.java index 2b0130f94..93df54fb4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberProfile.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberProfile.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_common.stone */ package com.dropbox.core.v2.team; @@ -29,12 +29,14 @@ * Profile of a user as a member of a team. */ public class TeamMemberProfile extends MemberProfile { - // struct team.TeamMemberProfile (team_members.stone) + // struct team.TeamMemberProfile (team_team_common.stone) @Nonnull protected final List groups; @Nonnull protected final String memberFolderId; + @Nonnull + protected final String rootFolderId; /** * Profile of a user as a member of a team. @@ -56,7 +58,9 @@ public class TeamMemberProfile extends MemberProfile { * shared quota). Must not be {@code null}. * @param groups List of group IDs of groups that the user belongs to. Must * not contain a {@code null} item and not be {@code null}. - * @param memberFolderId The namespace id of the user's root folder. Must + * @param memberFolderId The namespace id of the user's member folder. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param rootFolderId The namespace id of the user's root folder. Must * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * @param externalId External ID that a team can attach to the user. An * application using the API may find it easier to use their own IDs @@ -83,7 +87,7 @@ public class TeamMemberProfile extends MemberProfile { * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public TeamMemberProfile(@Nonnull String teamMemberId, @Nonnull String email, boolean emailVerified, @Nonnull TeamMemberStatus status, @Nonnull Name name, @Nonnull TeamMembershipType membershipType, @Nonnull List groups, @Nonnull String memberFolderId, @Nullable String externalId, @Nullable String accountId, @Nullable List secondaryEmails, @Nullable Date invitedOn, @Nullable Date joinedOn, @Nullable Date suspendedOn, @Nullable String persistentId, @Nullable Boolean isDirectoryRestricted, @Nullable String profilePhotoUrl) { + public TeamMemberProfile(@Nonnull String teamMemberId, @Nonnull String email, boolean emailVerified, @Nonnull TeamMemberStatus status, @Nonnull Name name, @Nonnull TeamMembershipType membershipType, @Nonnull List groups, @Nonnull String memberFolderId, @Nonnull String rootFolderId, @Nullable String externalId, @Nullable String accountId, @Nullable List secondaryEmails, @Nullable Date invitedOn, @Nullable Date joinedOn, @Nullable Date suspendedOn, @Nullable String persistentId, @Nullable Boolean isDirectoryRestricted, @Nullable String profilePhotoUrl) { super(teamMemberId, email, emailVerified, status, name, membershipType, externalId, accountId, secondaryEmails, invitedOn, joinedOn, suspendedOn, persistentId, isDirectoryRestricted, profilePhotoUrl); if (groups == null) { throw new IllegalArgumentException("Required value for 'groups' is null"); @@ -101,6 +105,13 @@ public TeamMemberProfile(@Nonnull String teamMemberId, @Nonnull String email, bo throw new IllegalArgumentException("String 'memberFolderId' does not match pattern"); } this.memberFolderId = memberFolderId; + if (rootFolderId == null) { + throw new IllegalArgumentException("Required value for 'rootFolderId' is null"); + } + if (!Pattern.matches("[-_0-9a-zA-Z:]+", rootFolderId)) { + throw new IllegalArgumentException("String 'rootFolderId' does not match pattern"); + } + this.rootFolderId = rootFolderId; } /** @@ -122,14 +133,16 @@ public TeamMemberProfile(@Nonnull String teamMemberId, @Nonnull String email, bo * shared quota). Must not be {@code null}. * @param groups List of group IDs of groups that the user belongs to. Must * not contain a {@code null} item and not be {@code null}. - * @param memberFolderId The namespace id of the user's root folder. Must + * @param memberFolderId The namespace id of the user's member folder. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param rootFolderId The namespace id of the user's root folder. Must * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public TeamMemberProfile(@Nonnull String teamMemberId, @Nonnull String email, boolean emailVerified, @Nonnull TeamMemberStatus status, @Nonnull Name name, @Nonnull TeamMembershipType membershipType, @Nonnull List groups, @Nonnull String memberFolderId) { - this(teamMemberId, email, emailVerified, status, name, membershipType, groups, memberFolderId, null, null, null, null, null, null, null, null, null); + public TeamMemberProfile(@Nonnull String teamMemberId, @Nonnull String email, boolean emailVerified, @Nonnull TeamMemberStatus status, @Nonnull Name name, @Nonnull TeamMembershipType membershipType, @Nonnull List groups, @Nonnull String memberFolderId, @Nonnull String rootFolderId) { + this(teamMemberId, email, emailVerified, status, name, membershipType, groups, memberFolderId, rootFolderId, null, null, null, null, null, null, null, null, null); } /** @@ -203,7 +216,7 @@ public List getGroups() { } /** - * The namespace id of the user's root folder. + * The namespace id of the user's member folder. * * @return value for this field, never {@code null}. */ @@ -212,6 +225,16 @@ public String getMemberFolderId() { return memberFolderId; } + /** + * The namespace id of the user's root folder. + * + * @return value for this field, never {@code null}. + */ + @Nonnull + public String getRootFolderId() { + return rootFolderId; + } + /** * External ID that a team can attach to the user. An application using the * API may find it easier to use their own IDs instead of Dropbox IDs like @@ -325,7 +348,9 @@ public String getProfilePhotoUrl() { * shared quota). Must not be {@code null}. * @param groups List of group IDs of groups that the user belongs to. Must * not contain a {@code null} item and not be {@code null}. - * @param memberFolderId The namespace id of the user's root folder. Must + * @param memberFolderId The namespace id of the user's member folder. Must + * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. + * @param rootFolderId The namespace id of the user's root folder. Must * match pattern "{@code [-_0-9a-zA-Z:]+}" and not be {@code null}. * * @return builder for this class. @@ -333,8 +358,8 @@ public String getProfilePhotoUrl() { * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public static Builder newBuilder(String teamMemberId, String email, boolean emailVerified, TeamMemberStatus status, Name name, TeamMembershipType membershipType, List groups, String memberFolderId) { - return new Builder(teamMemberId, email, emailVerified, status, name, membershipType, groups, memberFolderId); + public static Builder newBuilder(String teamMemberId, String email, boolean emailVerified, TeamMemberStatus status, Name name, TeamMembershipType membershipType, List groups, String memberFolderId, String rootFolderId) { + return new Builder(teamMemberId, email, emailVerified, status, name, membershipType, groups, memberFolderId, rootFolderId); } /** @@ -343,8 +368,9 @@ public static Builder newBuilder(String teamMemberId, String email, boolean emai public static class Builder extends MemberProfile.Builder { protected final List groups; protected final String memberFolderId; + protected final String rootFolderId; - protected Builder(String teamMemberId, String email, boolean emailVerified, TeamMemberStatus status, Name name, TeamMembershipType membershipType, List groups, String memberFolderId) { + protected Builder(String teamMemberId, String email, boolean emailVerified, TeamMemberStatus status, Name name, TeamMembershipType membershipType, List groups, String memberFolderId, String rootFolderId) { super(teamMemberId, email, emailVerified, status, name, membershipType); if (groups == null) { throw new IllegalArgumentException("Required value for 'groups' is null"); @@ -362,6 +388,13 @@ protected Builder(String teamMemberId, String email, boolean emailVerified, Team throw new IllegalArgumentException("String 'memberFolderId' does not match pattern"); } this.memberFolderId = memberFolderId; + if (rootFolderId == null) { + throw new IllegalArgumentException("Required value for 'rootFolderId' is null"); + } + if (!Pattern.matches("[-_0-9a-zA-Z:]+", rootFolderId)) { + throw new IllegalArgumentException("String 'rootFolderId' does not match pattern"); + } + this.rootFolderId = rootFolderId; } /** @@ -498,7 +531,7 @@ public Builder withProfilePhotoUrl(String profilePhotoUrl) { * @return new instance of {@link TeamMemberProfile} */ public TeamMemberProfile build() { - return new TeamMemberProfile(teamMemberId, email, emailVerified, status, name, membershipType, groups, memberFolderId, externalId, accountId, secondaryEmails, invitedOn, joinedOn, suspendedOn, persistentId, isDirectoryRestricted, profilePhotoUrl); + return new TeamMemberProfile(teamMemberId, email, emailVerified, status, name, membershipType, groups, memberFolderId, rootFolderId, externalId, accountId, secondaryEmails, invitedOn, joinedOn, suspendedOn, persistentId, isDirectoryRestricted, profilePhotoUrl); } } @@ -506,7 +539,8 @@ public TeamMemberProfile build() { public int hashCode() { int hash = Arrays.hashCode(new Object [] { this.groups, - this.memberFolderId + this.memberFolderId, + this.rootFolderId }); hash = (31 * super.hashCode()) + hash; return hash; @@ -531,6 +565,7 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.membershipType == other.membershipType) || (this.membershipType.equals(other.membershipType))) && ((this.groups == other.groups) || (this.groups.equals(other.groups))) && ((this.memberFolderId == other.memberFolderId) || (this.memberFolderId.equals(other.memberFolderId))) + && ((this.rootFolderId == other.rootFolderId) || (this.rootFolderId.equals(other.rootFolderId))) && ((this.externalId == other.externalId) || (this.externalId != null && this.externalId.equals(other.externalId))) && ((this.accountId == other.accountId) || (this.accountId != null && this.accountId.equals(other.accountId))) && ((this.secondaryEmails == other.secondaryEmails) || (this.secondaryEmails != null && this.secondaryEmails.equals(other.secondaryEmails))) @@ -591,6 +626,8 @@ public void serialize(TeamMemberProfile value, JsonGenerator g, boolean collapse StoneSerializers.list(StoneSerializers.string()).serialize(value.groups, g); g.writeFieldName("member_folder_id"); StoneSerializers.string().serialize(value.memberFolderId, g); + g.writeFieldName("root_folder_id"); + StoneSerializers.string().serialize(value.rootFolderId, g); if (value.externalId != null) { g.writeFieldName("external_id"); StoneSerializers.nullable(StoneSerializers.string()).serialize(value.externalId, g); @@ -649,6 +686,7 @@ public TeamMemberProfile deserialize(JsonParser p, boolean collapsed) throws IOE TeamMembershipType f_membershipType = null; List f_groups = null; String f_memberFolderId = null; + String f_rootFolderId = null; String f_externalId = null; String f_accountId = null; List f_secondaryEmails = null; @@ -685,6 +723,9 @@ else if ("groups".equals(field)) { else if ("member_folder_id".equals(field)) { f_memberFolderId = StoneSerializers.string().deserialize(p); } + else if ("root_folder_id".equals(field)) { + f_rootFolderId = StoneSerializers.string().deserialize(p); + } else if ("external_id".equals(field)) { f_externalId = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); } @@ -740,7 +781,10 @@ else if ("profile_photo_url".equals(field)) { if (f_memberFolderId == null) { throw new JsonParseException(p, "Required field \"member_folder_id\" missing."); } - value = new TeamMemberProfile(f_teamMemberId, f_email, f_emailVerified, f_status, f_name, f_membershipType, f_groups, f_memberFolderId, f_externalId, f_accountId, f_secondaryEmails, f_invitedOn, f_joinedOn, f_suspendedOn, f_persistentId, f_isDirectoryRestricted, f_profilePhotoUrl); + if (f_rootFolderId == null) { + throw new JsonParseException(p, "Required field \"root_folder_id\" missing."); + } + value = new TeamMemberProfile(f_teamMemberId, f_email, f_emailVerified, f_status, f_name, f_membershipType, f_groups, f_memberFolderId, f_rootFolderId, f_externalId, f_accountId, f_secondaryEmails, f_invitedOn, f_joinedOn, f_suspendedOn, f_persistentId, f_isDirectoryRestricted, f_profilePhotoUrl); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberRole.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberRole.java index 0290344f2..a80e75e2a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberRole.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberRole.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_members.stone */ +/* This file was generated from team_team_members_types.stone */ package com.dropbox.core.v2.team; @@ -24,7 +24,7 @@ * AdminTier corresponds to a new TeamMemberRole with a matching name. */ public class TeamMemberRole { - // struct team.TeamMemberRole (team_members.stone) + // struct team.TeamMemberRole (team_team_members_types.stone) @Nonnull protected final String roleId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberStatus.java index 743d8292b..39a063469 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMemberStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_common.stone */ package com.dropbox.core.v2.team; @@ -25,7 +25,7 @@ * tag associated with this instance.

*/ public final class TeamMemberStatus { - // union team.TeamMemberStatus (team.stone) + // union team.TeamMemberStatus (team_team_common.stone) /** * Discriminating tag type for {@link TeamMemberStatus}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMembershipType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMembershipType.java index 22196dc1f..9bf7d7217 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMembershipType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamMembershipType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_common.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TeamMembershipType { - // union team.TeamMembershipType (team.stone) + // union team.TeamMembershipType (team_team_common.stone) /** * User uses a license and has full access to team resources like the shared * quota. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListArg.java index 0d0fba5ff..2bf7a05d6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_namespaces.stone */ +/* This file was generated from team_namespaces_apiv2_team_namespaces.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; class TeamNamespacesListArg { - // struct team.TeamNamespacesListArg (team_namespaces.stone) + // struct team.TeamNamespacesListArg (team_namespaces_apiv2_team_namespaces.stone) protected final long limit; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListContinueArg.java index 1a533fb55..a8d2629b0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_namespaces.stone */ +/* This file was generated from team_namespaces_apiv2_team_namespaces.stone */ package com.dropbox.core.v2.team; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class TeamNamespacesListContinueArg { - // struct team.TeamNamespacesListContinueArg (team_namespaces.stone) + // struct team.TeamNamespacesListContinueArg (team_namespaces_apiv2_team_namespaces.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListContinueError.java index 4b5d743d5..d08ad8d92 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_namespaces.stone */ +/* This file was generated from team_namespaces_apiv2_team_namespaces.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TeamNamespacesListContinueError { - // union team.TeamNamespacesListContinueError (team_namespaces.stone) + // union team.TeamNamespacesListContinueError (team_namespaces_apiv2_team_namespaces.stone) /** * Argument passed in is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListError.java index f6d9e8479..01a024cf6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_namespaces.stone */ +/* This file was generated from team_namespaces_apiv2_team_namespaces.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TeamNamespacesListError { - // union team.TeamNamespacesListError (team_namespaces.stone) + // union team.TeamNamespacesListError (team_namespaces_apiv2_team_namespaces.stone) /** * Argument passed in is invalid. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListResult.java index a02ead26a..773e60b52 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamNamespacesListResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_namespaces.stone */ +/* This file was generated from team_namespaces_apiv2_team_namespaces.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * Result for {@link DbxTeamTeamRequests#namespacesList(long)}. */ public class TeamNamespacesListResult { - // struct team.TeamNamespacesListResult (team_namespaces.stone) + // struct team.TeamNamespacesListResult (team_namespaces_apiv2_team_namespaces.stone) @Nonnull protected final List namespaces; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamReportFailureReason.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamReportFailureReason.java index 8c7d18fe8..1087121c6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamReportFailureReason.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TeamReportFailureReason.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_reports.stone */ +/* This file was generated from team_reports_apiv2_team_reports_types.stone */ package com.dropbox.core.v2.team; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TeamReportFailureReason { - // union team.TeamReportFailureReason (team_reports.stone) + // union team.TeamReportFailureReason (team_reports_apiv2_team_reports_types.stone) /** * We couldn't create the report, but we think this was a fluke. Everything * should work if you try it again. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TokenGetAuthenticatedAdminError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TokenGetAuthenticatedAdminError.java index ab6d1ca69..34e139c20 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TokenGetAuthenticatedAdminError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TokenGetAuthenticatedAdminError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ * Error returned by {@link DbxTeamTeamRequests#tokenGetAuthenticatedAdmin}. */ public enum TokenGetAuthenticatedAdminError { - // union team.TokenGetAuthenticatedAdminError (team.stone) + // union team.TokenGetAuthenticatedAdminError (team_team_types.stone) /** * The current token is not associated with a team admin, because mappings * were not recorded when the token was created. Consider re-authorizing a diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TokenGetAuthenticatedAdminResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TokenGetAuthenticatedAdminResult.java index 61303605f..7e5775077 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TokenGetAuthenticatedAdminResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/TokenGetAuthenticatedAdminResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ * Results for {@link DbxTeamTeamRequests#tokenGetAuthenticatedAdmin}. */ public class TokenGetAuthenticatedAdminResult { - // struct team.TokenGetAuthenticatedAdminResult (team.stone) + // struct team.TokenGetAuthenticatedAdminResult (team_team_types.stone) @Nonnull protected final TeamMemberProfile adminProfile; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UploadApiRateLimitValue.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UploadApiRateLimitValue.java index fc7e00347..667850b07 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UploadApiRateLimitValue.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UploadApiRateLimitValue.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -29,7 +29,7 @@ * will be used.

*/ public final class UploadApiRateLimitValue { - // union team.UploadApiRateLimitValue (team.stone) + // union team.UploadApiRateLimitValue (team_team_types.stone) /** * Discriminating tag type for {@link UploadApiRateLimitValue}. @@ -37,7 +37,7 @@ public final class UploadApiRateLimitValue { public enum Tag { /** * This team has unlimited upload API quota. So far both server version - * account and legacy account type have unlimited monthly upload api + * account and legacy account type have unlimited monthly upload api * quota. */ UNLIMITED, @@ -58,7 +58,7 @@ public enum Tag { /** * This team has unlimited upload API quota. So far both server version - * account and legacy account type have unlimited monthly upload api quota. + * account and legacy account type have unlimited monthly upload api quota. */ public static final UploadApiRateLimitValue UNLIMITED = new UploadApiRateLimitValue().withTag(Tag.UNLIMITED); /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserAddResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserAddResult.java index 4b33bb173..4a5ebf188 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserAddResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserAddResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -32,7 +32,7 @@ * will be used.

*/ public final class UserAddResult { - // union team.UserAddResult (team_secondary_mails.stone) + // union team.UserAddResult (team_apiv2_team_members_secondary_emails.stone) /** * Discriminating tag type for {@link UserAddResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserCustomQuotaArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserCustomQuotaArg.java index fd3b42939..440724d7f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserCustomQuotaArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserCustomQuotaArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -22,7 +22,7 @@ * User and their required custom quota in GB (1 TB = 1024 GB). */ public class UserCustomQuotaArg { - // struct team.UserCustomQuotaArg (team_member_space_limits.stone) + // struct team.UserCustomQuotaArg (team_apiv2_team_member_space_limits.stone) @Nonnull protected final UserSelectorArg user; @@ -32,7 +32,7 @@ public class UserCustomQuotaArg { * User and their required custom quota in GB (1 TB = 1024 GB). * * @param user Must not be {@code null}. - * @param quotaGb Must be greater than or equal to 15. + * @param quotaGb Must be greater than or equal to 2. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -42,8 +42,8 @@ public UserCustomQuotaArg(@Nonnull UserSelectorArg user, long quotaGb) { throw new IllegalArgumentException("Required value for 'user' is null"); } this.user = user; - if (quotaGb < 15L) { - throw new IllegalArgumentException("Number 'quotaGb' is smaller than 15L"); + if (quotaGb < 2L) { + throw new IllegalArgumentException("Number 'quotaGb' is smaller than 2L"); } this.quotaGb = quotaGb; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserCustomQuotaResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserCustomQuotaResult.java index 5a82fc2c1..00b090867 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserCustomQuotaResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserCustomQuotaResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_member_space_limits.stone */ +/* This file was generated from team_apiv2_team_member_space_limits.stone */ package com.dropbox.core.v2.team; @@ -20,11 +20,11 @@ import javax.annotation.Nullable; /** - * User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the + * User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the * user has no custom quota set. */ public class UserCustomQuotaResult { - // struct team.UserCustomQuotaResult (team_member_space_limits.stone) + // struct team.UserCustomQuotaResult (team_apiv2_team_member_space_limits.stone) @Nonnull protected final UserSelectorArg user; @@ -32,11 +32,11 @@ public class UserCustomQuotaResult { protected final Long quotaGb; /** - * User and their custom quota in GB (1 TB = 1024 GB). No quota returns if + * User and their custom quota in GB (1 TB = 1024 GB). No quota returns if * the user has no custom quota set. * * @param user Must not be {@code null}. - * @param quotaGb Must be greater than or equal to 15. + * @param quotaGb Must be greater than or equal to 2. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. @@ -47,15 +47,15 @@ public UserCustomQuotaResult(@Nonnull UserSelectorArg user, @Nullable Long quota } this.user = user; if (quotaGb != null) { - if (quotaGb < 15L) { - throw new IllegalArgumentException("Number 'quotaGb' is smaller than 15L"); + if (quotaGb < 2L) { + throw new IllegalArgumentException("Number 'quotaGb' is smaller than 2L"); } } this.quotaGb = quotaGb; } /** - * User and their custom quota in GB (1 TB = 1024 GB). No quota returns if + * User and their custom quota in GB (1 TB = 1024 GB). No quota returns if * the user has no custom quota set. * *

The default values for unset fields will be used.

diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserDeleteEmailsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserDeleteEmailsResult.java index 03ef831e8..93ebc4454 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserDeleteEmailsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserDeleteEmailsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class UserDeleteEmailsResult { - // struct team.UserDeleteEmailsResult (team_secondary_mails.stone) + // struct team.UserDeleteEmailsResult (team_apiv2_team_members_secondary_emails.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserDeleteResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserDeleteResult.java index 294847ebd..1a8f39897 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserDeleteResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserDeleteResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -32,7 +32,7 @@ * will be used.

*/ public final class UserDeleteResult { - // union team.UserDeleteResult (team_secondary_mails.stone) + // union team.UserDeleteResult (team_apiv2_team_members_secondary_emails.stone) /** * Discriminating tag type for {@link UserDeleteResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserResendEmailsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserResendEmailsResult.java index c9f753ac4..d714cbb07 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserResendEmailsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserResendEmailsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class UserResendEmailsResult { - // struct team.UserResendEmailsResult (team_secondary_mails.stone) + // struct team.UserResendEmailsResult (team_apiv2_team_members_secondary_emails.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserResendResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserResendResult.java index 75473624a..05e10bdbe 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserResendResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserResendResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -32,7 +32,7 @@ * will be used.

*/ public final class UserResendResult { - // union team.UserResendResult (team_secondary_mails.stone) + // union team.UserResendResult (team_apiv2_team_members_secondary_emails.stone) /** * Discriminating tag type for {@link UserResendResult}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSecondaryEmailsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSecondaryEmailsArg.java index 84bf34965..6eb5a3dbc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSecondaryEmailsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSecondaryEmailsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -23,7 +23,7 @@ * User and a list of secondary emails. */ public class UserSecondaryEmailsArg { - // struct team.UserSecondaryEmailsArg (team_secondary_mails.stone) + // struct team.UserSecondaryEmailsArg (team_apiv2_team_members_secondary_emails.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSecondaryEmailsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSecondaryEmailsResult.java index 407ec155b..d3d196088 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSecondaryEmailsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSecondaryEmailsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_secondary_mails.stone */ +/* This file was generated from team_apiv2_team_members_secondary_emails.stone */ package com.dropbox.core.v2.team; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class UserSecondaryEmailsResult { - // struct team.UserSecondaryEmailsResult (team_secondary_mails.stone) + // struct team.UserSecondaryEmailsResult (team_apiv2_team_members_secondary_emails.stone) @Nonnull protected final UserSelectorArg user; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSelectorArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSelectorArg.java index 1f1dc4412..4e857ceb5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSelectorArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/team/UserSelectorArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team.stone */ +/* This file was generated from team_team_types.stone */ package com.dropbox.core.v2.team; @@ -27,7 +27,7 @@ * tag associated with this instance.

*/ public final class UserSelectorArg { - // union team.UserSelectorArg (team.stone) + // union team.UserSelectorArg (team_team_types.stone) /** * Discriminating tag type for {@link UserSelectorArg}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupManagementType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupManagementType.java index 7fc734ca4..25a787703 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupManagementType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupManagementType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_common.stone */ +/* This file was generated from team_common_team_common.stone */ package com.dropbox.core.v2.teamcommon; @@ -20,7 +20,7 @@ * The group type determines how a group is managed. */ public enum GroupManagementType { - // union team_common.GroupManagementType (team_common.stone) + // union team_common.GroupManagementType (team_common_team_common.stone) /** * A group which is managed by selected users. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupSummary.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupSummary.java index 38c35542f..729022ef7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupSummary.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupSummary.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_common.stone */ +/* This file was generated from team_common_team_common.stone */ package com.dropbox.core.v2.teamcommon; @@ -23,7 +23,7 @@ * Information about a group. */ public class GroupSummary { - // struct team_common.GroupSummary (team_common.stone) + // struct team_common.GroupSummary (team_common_team_common.stone) @Nonnull protected final String groupName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupType.java index 6f0bc94c5..84ff52bc1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/GroupType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_common.stone */ +/* This file was generated from team_common_team_common.stone */ package com.dropbox.core.v2.teamcommon; @@ -20,7 +20,7 @@ * The group type determines how a group is created and managed. */ public enum GroupType { - // union team_common.GroupType (team_common.stone) + // union team_common.GroupType (team_common_team_common.stone) /** * A group to which team members are automatically added. Applicable to team folders only. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/MemberSpaceLimitType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/MemberSpaceLimitType.java index dd5bda9fd..1998ab972 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/MemberSpaceLimitType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/MemberSpaceLimitType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_common.stone */ +/* This file was generated from team_common_team_common.stone */ package com.dropbox.core.v2.teamcommon; @@ -20,7 +20,7 @@ * The type of the space limit imposed on a team member. */ public enum MemberSpaceLimitType { - // union team_common.MemberSpaceLimitType (team_common.stone) + // union team_common.MemberSpaceLimitType (team_common_team_common.stone) /** * The team member does not have imposed space limit. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/TimeRange.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/TimeRange.java index 267e1c231..bc66ef318 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/TimeRange.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamcommon/TimeRange.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_common.stone */ +/* This file was generated from team_common_team_common.stone */ package com.dropbox.core.v2.teamcommon; @@ -25,7 +25,7 @@ * Time range. */ public class TimeRange { - // struct team_common.TimeRange (team_common.stone) + // struct team_common.TimeRange (team_common_team_common.stone) @Nullable protected final Date startTime; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccessMethodLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccessMethodLogInfo.java index 7417cc6a6..fb185c65c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccessMethodLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccessMethodLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class AccessMethodLogInfo { - // union team_log.AccessMethodLogInfo (team_log_generated.stone) + // union team_log.AccessMethodLogInfo (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link AccessMethodLogInfo}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureAvailability.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureAvailability.java index 89d350485..47d3eee81 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureAvailability.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureAvailability.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum AccountCaptureAvailability { - // union team_log.AccountCaptureAvailability (team_log_generated.stone) + // union team_log.AccountCaptureAvailability (team_log_stone_gen_team_log_generated.stone) AVAILABLE, UNAVAILABLE, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangeAvailabilityDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangeAvailabilityDetails.java index 62ecd01dd..6d6ed823d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangeAvailabilityDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangeAvailabilityDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Granted/revoked option to enable account capture on team domains. */ public class AccountCaptureChangeAvailabilityDetails { - // struct team_log.AccountCaptureChangeAvailabilityDetails (team_log_generated.stone) + // struct team_log.AccountCaptureChangeAvailabilityDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccountCaptureAvailability newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangeAvailabilityType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangeAvailabilityType.java index d90ccf930..bab0cef77 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangeAvailabilityType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangeAvailabilityType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AccountCaptureChangeAvailabilityType { - // struct team_log.AccountCaptureChangeAvailabilityType (team_log_generated.stone) + // struct team_log.AccountCaptureChangeAvailabilityType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangePolicyDetails.java index 094b85fd6..fc6344396 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed account capture setting on team domain. */ public class AccountCaptureChangePolicyDetails { - // struct team_log.AccountCaptureChangePolicyDetails (team_log_generated.stone) + // struct team_log.AccountCaptureChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccountCapturePolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangePolicyType.java index e69e8347d..44c9a2fd0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AccountCaptureChangePolicyType { - // struct team_log.AccountCaptureChangePolicyType (team_log_generated.stone) + // struct team_log.AccountCaptureChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureMigrateAccountDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureMigrateAccountDetails.java index 5659ab7b7..a71256d31 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureMigrateAccountDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureMigrateAccountDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Account-captured user migrated account to team. */ public class AccountCaptureMigrateAccountDetails { - // struct team_log.AccountCaptureMigrateAccountDetails (team_log_generated.stone) + // struct team_log.AccountCaptureMigrateAccountDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String domainName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureMigrateAccountType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureMigrateAccountType.java index a1382b29a..8e2ebc08a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureMigrateAccountType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureMigrateAccountType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AccountCaptureMigrateAccountType { - // struct team_log.AccountCaptureMigrateAccountType (team_log_generated.stone) + // struct team_log.AccountCaptureMigrateAccountType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationEmailsSentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationEmailsSentDetails.java index e3af32281..9ede0c242 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationEmailsSentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationEmailsSentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Sent account capture email to all unmanaged members. */ public class AccountCaptureNotificationEmailsSentDetails { - // struct team_log.AccountCaptureNotificationEmailsSentDetails (team_log_generated.stone) + // struct team_log.AccountCaptureNotificationEmailsSentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String domainName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationEmailsSentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationEmailsSentType.java index da0de305d..825ea0108 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationEmailsSentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationEmailsSentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AccountCaptureNotificationEmailsSentType { - // struct team_log.AccountCaptureNotificationEmailsSentType (team_log_generated.stone) + // struct team_log.AccountCaptureNotificationEmailsSentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationType.java index 50f9ee66f..0ea99211f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureNotificationType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum AccountCaptureNotificationType { - // union team_log.AccountCaptureNotificationType (team_log_generated.stone) + // union team_log.AccountCaptureNotificationType (team_log_stone_gen_team_log_generated.stone) ACTIONABLE_NOTIFICATION, PROACTIVE_WARNING_NOTIFICATION, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCapturePolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCapturePolicy.java index c907fb32d..02758bb49 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCapturePolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCapturePolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,11 +17,10 @@ import java.util.Arrays; public enum AccountCapturePolicy { - // union team_log.AccountCapturePolicy (team_log_generated.stone) + // union team_log.AccountCapturePolicy (team_log_stone_gen_team_log_generated.stone) ALL_USERS, DISABLED, INVITED_USERS, - PREVENT_PERSONAL_CREATION, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -52,10 +51,6 @@ public void serialize(AccountCapturePolicy value, JsonGenerator g) throws IOExce g.writeString("invited_users"); break; } - case PREVENT_PERSONAL_CREATION: { - g.writeString("prevent_personal_creation"); - break; - } default: { g.writeString("other"); } @@ -89,9 +84,6 @@ else if ("disabled".equals(tag)) { else if ("invited_users".equals(tag)) { value = AccountCapturePolicy.INVITED_USERS; } - else if ("prevent_personal_creation".equals(tag)) { - value = AccountCapturePolicy.PREVENT_PERSONAL_CREATION; - } else { value = AccountCapturePolicy.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureRelinquishAccountDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureRelinquishAccountDetails.java index a3bb0ee96..52c6f6f0d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureRelinquishAccountDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureRelinquishAccountDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Account-captured user changed account email to personal email. */ public class AccountCaptureRelinquishAccountDetails { - // struct team_log.AccountCaptureRelinquishAccountDetails (team_log_generated.stone) + // struct team_log.AccountCaptureRelinquishAccountDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String domainName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureRelinquishAccountType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureRelinquishAccountType.java index 6ee1b7f08..8eafd673f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureRelinquishAccountType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountCaptureRelinquishAccountType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AccountCaptureRelinquishAccountType { - // struct team_log.AccountCaptureRelinquishAccountType (team_log_generated.stone) + // struct team_log.AccountCaptureRelinquishAccountType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountLockOrUnlockedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountLockOrUnlockedDetails.java index be20d1173..d66fb0c75 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountLockOrUnlockedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountLockOrUnlockedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Unlocked/locked account after failed sign in attempts. */ public class AccountLockOrUnlockedDetails { - // struct team_log.AccountLockOrUnlockedDetails (team_log_generated.stone) + // struct team_log.AccountLockOrUnlockedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccountState previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountLockOrUnlockedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountLockOrUnlockedType.java index 41dcaaf2b..dc13800ce 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountLockOrUnlockedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountLockOrUnlockedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AccountLockOrUnlockedType { - // struct team_log.AccountLockOrUnlockedType (team_log_generated.stone) + // struct team_log.AccountLockOrUnlockedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountState.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountState.java index d18bce219..7abc88fb3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountState.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AccountState.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum AccountState { - // union team_log.AccountState (team_log_generated.stone) + // union team_log.AccountState (team_log_stone_gen_team_log_generated.stone) LOCKED, UNLOCKED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ActionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ActionDetails.java index 3143be27c..f17479a22 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ActionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ActionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class ActionDetails { - // union team_log.ActionDetails (team_log_generated.stone) + // union team_log.ActionDetails (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link ActionDetails}. @@ -40,7 +40,7 @@ public enum Tag { */ REMOVE_ACTION, // MemberRemoveActionType /** - * Additional information relevant when someone is invited to the team. + * Additional information relevant when someone is invited to the team */ TEAM_INVITE_DETAILS, // TeamInviteDetails /** @@ -227,7 +227,7 @@ public boolean isTeamInviteDetails() { * Returns an instance of {@code ActionDetails} that has its tag set to * {@link Tag#TEAM_INVITE_DETAILS}. * - *

Additional information relevant when someone is invited to the team. + *

Additional information relevant when someone is invited to the team *

* * @param value value to assign to this instance. @@ -245,7 +245,7 @@ public static ActionDetails teamInviteDetails(TeamInviteDetails value) { } /** - * Additional information relevant when someone is invited to the team. + * Additional information relevant when someone is invited to the team * *

This instance must be tagged as {@link Tag#TEAM_INVITE_DETAILS}.

* diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ActorLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ActorLogInfo.java index 31bcbfe66..753c5affe 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ActorLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ActorLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class ActorLogInfo { - // union team_log.ActorLogInfo (team_log_generated.stone) + // union team_log.ActorLogInfo (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link ActorLogInfo}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertCategoryEnum.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertCategoryEnum.java index 3848a07ac..9eae25db6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertCategoryEnum.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertCategoryEnum.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Alert category */ public enum AdminAlertCategoryEnum { - // union team_log.AdminAlertCategoryEnum (team_log_generated.stone) + // union team_log.AdminAlertCategoryEnum (team_log_stone_gen_team_log_generated.stone) ACCOUNT_TAKEOVER, DATA_LOSS_PROTECTION, INFORMATION_GOVERNANCE, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertGeneralStateEnum.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertGeneralStateEnum.java index 6cfec53f3..15a204e78 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertGeneralStateEnum.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertGeneralStateEnum.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Alert state */ public enum AdminAlertGeneralStateEnum { - // union team_log.AdminAlertGeneralStateEnum (team_log_generated.stone) + // union team_log.AdminAlertGeneralStateEnum (team_log_stone_gen_team_log_generated.stone) ACTIVE, DISMISSED, IN_PROGRESS, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertSeverityEnum.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertSeverityEnum.java index 23d31de90..37e8f7f68 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertSeverityEnum.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertSeverityEnum.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Alert severity */ public enum AdminAlertSeverityEnum { - // union team_log.AdminAlertSeverityEnum (team_log_generated.stone) + // union team_log.AdminAlertSeverityEnum (team_log_stone_gen_team_log_generated.stone) HIGH, INFO, LOW, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertConfiguration.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertConfiguration.java index b99a04a85..36e310073 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertConfiguration.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertConfiguration.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Alert configurations */ public class AdminAlertingAlertConfiguration { - // struct team_log.AdminAlertingAlertConfiguration (team_log_generated.stone) + // struct team_log.AdminAlertingAlertConfiguration (team_log_stone_gen_team_log_generated.stone) @Nullable protected final AdminAlertingAlertStatePolicy alertState; @@ -35,6 +35,8 @@ public class AdminAlertingAlertConfiguration { protected final String text; @Nullable protected final String excludedFileExtensions; + @Nullable + protected final MalwareExclusionState malwareExclusionState; /** * Alert configurations @@ -47,13 +49,15 @@ public class AdminAlertingAlertConfiguration { * @param recipientsSettings Recipient settings. * @param text Text. * @param excludedFileExtensions Excluded file extensions. + * @param malwareExclusionState Malware exclusion list state. */ - public AdminAlertingAlertConfiguration(@Nullable AdminAlertingAlertStatePolicy alertState, @Nullable AdminAlertingAlertSensitivity sensitivityLevel, @Nullable RecipientsConfiguration recipientsSettings, @Nullable String text, @Nullable String excludedFileExtensions) { + public AdminAlertingAlertConfiguration(@Nullable AdminAlertingAlertStatePolicy alertState, @Nullable AdminAlertingAlertSensitivity sensitivityLevel, @Nullable RecipientsConfiguration recipientsSettings, @Nullable String text, @Nullable String excludedFileExtensions, @Nullable MalwareExclusionState malwareExclusionState) { this.alertState = alertState; this.sensitivityLevel = sensitivityLevel; this.recipientsSettings = recipientsSettings; this.text = text; this.excludedFileExtensions = excludedFileExtensions; + this.malwareExclusionState = malwareExclusionState; } /** @@ -62,7 +66,7 @@ public AdminAlertingAlertConfiguration(@Nullable AdminAlertingAlertStatePolicy a *

The default values for unset fields will be used.

*/ public AdminAlertingAlertConfiguration() { - this(null, null, null, null, null); + this(null, null, null, null, null, null); } /** @@ -115,6 +119,16 @@ public String getExcludedFileExtensions() { return excludedFileExtensions; } + /** + * Malware exclusion list state. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public MalwareExclusionState getMalwareExclusionState() { + return malwareExclusionState; + } + /** * Returns a new builder for creating an instance of this class. * @@ -134,6 +148,7 @@ public static class Builder { protected RecipientsConfiguration recipientsSettings; protected String text; protected String excludedFileExtensions; + protected MalwareExclusionState malwareExclusionState; protected Builder() { this.alertState = null; @@ -141,6 +156,7 @@ protected Builder() { this.recipientsSettings = null; this.text = null; this.excludedFileExtensions = null; + this.malwareExclusionState = null; } /** @@ -203,6 +219,18 @@ public Builder withExcludedFileExtensions(String excludedFileExtensions) { return this; } + /** + * Set value for optional field. + * + * @param malwareExclusionState Malware exclusion list state. + * + * @return this builder + */ + public Builder withMalwareExclusionState(MalwareExclusionState malwareExclusionState) { + this.malwareExclusionState = malwareExclusionState; + return this; + } + /** * Builds an instance of {@link AdminAlertingAlertConfiguration} * configured with this builder's values @@ -210,7 +238,7 @@ public Builder withExcludedFileExtensions(String excludedFileExtensions) { * @return new instance of {@link AdminAlertingAlertConfiguration} */ public AdminAlertingAlertConfiguration build() { - return new AdminAlertingAlertConfiguration(alertState, sensitivityLevel, recipientsSettings, text, excludedFileExtensions); + return new AdminAlertingAlertConfiguration(alertState, sensitivityLevel, recipientsSettings, text, excludedFileExtensions, malwareExclusionState); } } @@ -221,7 +249,8 @@ public int hashCode() { this.sensitivityLevel, this.recipientsSettings, this.text, - this.excludedFileExtensions + this.excludedFileExtensions, + this.malwareExclusionState }); return hash; } @@ -242,6 +271,7 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.recipientsSettings == other.recipientsSettings) || (this.recipientsSettings != null && this.recipientsSettings.equals(other.recipientsSettings))) && ((this.text == other.text) || (this.text != null && this.text.equals(other.text))) && ((this.excludedFileExtensions == other.excludedFileExtensions) || (this.excludedFileExtensions != null && this.excludedFileExtensions.equals(other.excludedFileExtensions))) + && ((this.malwareExclusionState == other.malwareExclusionState) || (this.malwareExclusionState != null && this.malwareExclusionState.equals(other.malwareExclusionState))) ; } else { @@ -297,6 +327,10 @@ public void serialize(AdminAlertingAlertConfiguration value, JsonGenerator g, bo g.writeFieldName("excluded_file_extensions"); StoneSerializers.nullable(StoneSerializers.string()).serialize(value.excludedFileExtensions, g); } + if (value.malwareExclusionState != null) { + g.writeFieldName("malware_exclusion_state"); + StoneSerializers.nullableStruct(MalwareExclusionState.Serializer.INSTANCE).serialize(value.malwareExclusionState, g); + } if (!collapse) { g.writeEndObject(); } @@ -316,6 +350,7 @@ public AdminAlertingAlertConfiguration deserialize(JsonParser p, boolean collaps RecipientsConfiguration f_recipientsSettings = null; String f_text = null; String f_excludedFileExtensions = null; + MalwareExclusionState f_malwareExclusionState = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -334,11 +369,14 @@ else if ("text".equals(field)) { else if ("excluded_file_extensions".equals(field)) { f_excludedFileExtensions = StoneSerializers.nullable(StoneSerializers.string()).deserialize(p); } + else if ("malware_exclusion_state".equals(field)) { + f_malwareExclusionState = StoneSerializers.nullableStruct(MalwareExclusionState.Serializer.INSTANCE).deserialize(p); + } else { skipValue(p); } } - value = new AdminAlertingAlertConfiguration(f_alertState, f_sensitivityLevel, f_recipientsSettings, f_text, f_excludedFileExtensions); + value = new AdminAlertingAlertConfiguration(f_alertState, f_sensitivityLevel, f_recipientsSettings, f_text, f_excludedFileExtensions, f_malwareExclusionState); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertSensitivity.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertSensitivity.java index 042ad81d8..d513b994d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertSensitivity.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertSensitivity.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Alert sensitivity */ public enum AdminAlertingAlertSensitivity { - // union team_log.AdminAlertingAlertSensitivity (team_log_generated.stone) + // union team_log.AdminAlertingAlertSensitivity (team_log_stone_gen_team_log_generated.stone) HIGH, HIGHEST, INVALID, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStateChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStateChangedDetails.java index 3cd614f2c..4d9fad91e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStateChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStateChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed an alert state. */ public class AdminAlertingAlertStateChangedDetails { - // struct team_log.AdminAlertingAlertStateChangedDetails (team_log_generated.stone) + // struct team_log.AdminAlertingAlertStateChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String alertName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStateChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStateChangedType.java index 087435f01..d97e9253f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStateChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStateChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AdminAlertingAlertStateChangedType { - // struct team_log.AdminAlertingAlertStateChangedType (team_log_generated.stone) + // struct team_log.AdminAlertingAlertStateChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStatePolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStatePolicy.java index fff0ad942..6a4d0a9bb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStatePolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingAlertStatePolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling whether an alert can be triggered or not */ public enum AdminAlertingAlertStatePolicy { - // union team_log.AdminAlertingAlertStatePolicy (team_log_generated.stone) + // union team_log.AdminAlertingAlertStatePolicy (team_log_stone_gen_team_log_generated.stone) OFF, ON, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingChangedAlertConfigDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingChangedAlertConfigDetails.java index f369626bb..917d4662e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingChangedAlertConfigDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingChangedAlertConfigDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed an alert setting. */ public class AdminAlertingChangedAlertConfigDetails { - // struct team_log.AdminAlertingChangedAlertConfigDetails (team_log_generated.stone) + // struct team_log.AdminAlertingChangedAlertConfigDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String alertName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingChangedAlertConfigType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingChangedAlertConfigType.java index 46886ec19..81a5dfda2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingChangedAlertConfigType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingChangedAlertConfigType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AdminAlertingChangedAlertConfigType { - // struct team_log.AdminAlertingChangedAlertConfigType (team_log_generated.stone) + // struct team_log.AdminAlertingChangedAlertConfigType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingTriggeredAlertDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingTriggeredAlertDetails.java index 62b95121e..2decf0718 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingTriggeredAlertDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingTriggeredAlertDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Triggered security alert. */ public class AdminAlertingTriggeredAlertDetails { - // struct team_log.AdminAlertingTriggeredAlertDetails (team_log_generated.stone) + // struct team_log.AdminAlertingTriggeredAlertDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String alertName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingTriggeredAlertType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingTriggeredAlertType.java index de9f970f6..0d91eed8b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingTriggeredAlertType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminAlertingTriggeredAlertType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AdminAlertingTriggeredAlertType { - // struct team_log.AdminAlertingTriggeredAlertType (team_log_generated.stone) + // struct team_log.AdminAlertingTriggeredAlertType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminConsoleAppPermission.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminConsoleAppPermission.java index 44ab0e34c..28a80a0d8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminConsoleAppPermission.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminConsoleAppPermission.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum AdminConsoleAppPermission { - // union team_log.AdminConsoleAppPermission (team_log_generated.stone) + // union team_log.AdminConsoleAppPermission (team_log_stone_gen_team_log_generated.stone) DEFAULT_FOR_LISTED_APPS, DEFAULT_FOR_UNLISTED_APPS, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminConsoleAppPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminConsoleAppPolicy.java index c54608adb..6c5f70261 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminConsoleAppPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminConsoleAppPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum AdminConsoleAppPolicy { - // union team_log.AdminConsoleAppPolicy (team_log_generated.stone) + // union team_log.AdminConsoleAppPolicy (team_log_stone_gen_team_log_generated.stone) ALLOW, BLOCK, DEFAULT, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersChangedDetails.java index e05c2378c..80bb67116 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed admin reminder settings for requests to join the team. */ public class AdminEmailRemindersChangedDetails { - // struct team_log.AdminEmailRemindersChangedDetails (team_log_generated.stone) + // struct team_log.AdminEmailRemindersChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AdminEmailRemindersPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersChangedType.java index 574f23202..3dd40a30c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AdminEmailRemindersChangedType { - // struct team_log.AdminEmailRemindersChangedType (team_log_generated.stone) + // struct team_log.AdminEmailRemindersChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersPolicy.java index 28a13345a..da974391f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminEmailRemindersPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * to join the team */ public enum AdminEmailRemindersPolicy { - // union team_log.AdminEmailRemindersPolicy (team_log_generated.stone) + // union team_log.AdminEmailRemindersPolicy (team_log_stone_gen_team_log_generated.stone) DEFAULT, DISABLED, ENABLED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminRole.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminRole.java index a97e61cbb..050833376 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminRole.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AdminRole.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,10 +17,12 @@ import java.util.Arrays; public enum AdminRole { - // union team_log.AdminRole (team_log_generated.stone) + // union team_log.AdminRole (team_log_stone_gen_team_log_generated.stone) BILLING_ADMIN, COMPLIANCE_ADMIN, CONTENT_ADMIN, + DEPRECATED_FREEMIUM_TEAM_MEMBER, + FREEMIUM_TEAM_CREATOR, LIMITED_ADMIN, MEMBER_ONLY, REPORTING_ADMIN, @@ -58,6 +60,14 @@ public void serialize(AdminRole value, JsonGenerator g) throws IOException, Json g.writeString("content_admin"); break; } + case DEPRECATED_FREEMIUM_TEAM_MEMBER: { + g.writeString("deprecated_freemium_team_member"); + break; + } + case FREEMIUM_TEAM_CREATOR: { + g.writeString("freemium_team_creator"); + break; + } case LIMITED_ADMIN: { g.writeString("limited_admin"); break; @@ -119,6 +129,12 @@ else if ("compliance_admin".equals(tag)) { else if ("content_admin".equals(tag)) { value = AdminRole.CONTENT_ADMIN; } + else if ("deprecated_freemium_team_member".equals(tag)) { + value = AdminRole.DEPRECATED_FREEMIUM_TEAM_MEMBER; + } + else if ("freemium_team_creator".equals(tag)) { + value = AdminRole.FREEMIUM_TEAM_CREATOR; + } else if ("limited_admin".equals(tag)) { value = AdminRole.LIMITED_ADMIN; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AlertRecipientsSettingType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AlertRecipientsSettingType.java index 197f3378c..b79ca4e46 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AlertRecipientsSettingType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AlertRecipientsSettingType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Alert recipients setting type */ public enum AlertRecipientsSettingType { - // union team_log.AlertRecipientsSettingType (team_log_generated.stone) + // union team_log.AlertRecipientsSettingType (team_log_stone_gen_team_log_generated.stone) CUSTOM_LIST, INVALID, NONE, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadDisabledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadDisabledDetails.java index 60f835d91..7eb641dd5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadDisabledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadDisabledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Disabled downloads. */ public class AllowDownloadDisabledDetails { - // struct team_log.AllowDownloadDisabledDetails (team_log_generated.stone) + // struct team_log.AllowDownloadDisabledDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadDisabledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadDisabledType.java index 92052f01d..a2d9e377e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadDisabledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadDisabledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AllowDownloadDisabledType { - // struct team_log.AllowDownloadDisabledType (team_log_generated.stone) + // struct team_log.AllowDownloadDisabledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadEnabledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadEnabledDetails.java index e6734985c..0a682d8d2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadEnabledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadEnabledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Enabled downloads. */ public class AllowDownloadEnabledDetails { - // struct team_log.AllowDownloadEnabledDetails (team_log_generated.stone) + // struct team_log.AllowDownloadEnabledDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadEnabledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadEnabledType.java index d73880f7e..4cc46d7c9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadEnabledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AllowDownloadEnabledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AllowDownloadEnabledType { - // struct team_log.AllowDownloadEnabledType (team_log_generated.stone) + // struct team_log.AllowDownloadEnabledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApiSessionLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApiSessionLogInfo.java index ef57f576e..24f74e006 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApiSessionLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApiSessionLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Api session. */ public class ApiSessionLogInfo { - // struct team_log.ApiSessionLogInfo (team_log_generated.stone) + // struct team_log.ApiSessionLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String requestId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppBlockedByPermissionsDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppBlockedByPermissionsDetails.java index e396ff33a..e761d24c9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppBlockedByPermissionsDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppBlockedByPermissionsDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Failed to connect app for member. */ public class AppBlockedByPermissionsDetails { - // struct team_log.AppBlockedByPermissionsDetails (team_log_generated.stone) + // struct team_log.AppBlockedByPermissionsDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AppLogInfo appInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppBlockedByPermissionsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppBlockedByPermissionsType.java index 48c72e4e2..894443b2b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppBlockedByPermissionsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppBlockedByPermissionsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AppBlockedByPermissionsType { - // struct team_log.AppBlockedByPermissionsType (team_log_generated.stone) + // struct team_log.AppBlockedByPermissionsType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkTeamDetails.java index 7eca73b5b..c301cc342 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Linked app for team. */ public class AppLinkTeamDetails { - // struct team_log.AppLinkTeamDetails (team_log_generated.stone) + // struct team_log.AppLinkTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AppLogInfo appInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkTeamType.java index 5cb7281f7..8597a132c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AppLinkTeamType { - // struct team_log.AppLinkTeamType (team_log_generated.stone) + // struct team_log.AppLinkTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkUserDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkUserDetails.java index 586ef2ac5..da8d9310f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkUserDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkUserDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Linked app for member. */ public class AppLinkUserDetails { - // struct team_log.AppLinkUserDetails (team_log_generated.stone) + // struct team_log.AppLinkUserDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AppLogInfo appInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkUserType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkUserType.java index 96f9822c8..3aae12504 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkUserType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLinkUserType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AppLinkUserType { - // struct team_log.AppLinkUserType (team_log_generated.stone) + // struct team_log.AppLinkUserType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLogInfo.java index 398d422d0..fe4f82b76 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * App's logged information. */ public class AppLogInfo { - // struct team_log.AppLogInfo (team_log_generated.stone) + // struct team_log.AppLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String appId; @@ -184,16 +184,16 @@ static class Serializer extends StructSerializer { @Override public void serialize(AppLogInfo value, JsonGenerator g, boolean collapse) throws IOException, JsonGenerationException { - if (value instanceof UserOrTeamLinkedAppLogInfo) { - UserOrTeamLinkedAppLogInfo.Serializer.INSTANCE.serialize((UserOrTeamLinkedAppLogInfo) value, g, collapse); + if (value instanceof TeamLinkedAppLogInfo) { + TeamLinkedAppLogInfo.Serializer.INSTANCE.serialize((TeamLinkedAppLogInfo) value, g, collapse); return; } if (value instanceof UserLinkedAppLogInfo) { UserLinkedAppLogInfo.Serializer.INSTANCE.serialize((UserLinkedAppLogInfo) value, g, collapse); return; } - if (value instanceof TeamLinkedAppLogInfo) { - TeamLinkedAppLogInfo.Serializer.INSTANCE.serialize((TeamLinkedAppLogInfo) value, g, collapse); + if (value instanceof UserOrTeamLinkedAppLogInfo) { + UserOrTeamLinkedAppLogInfo.Serializer.INSTANCE.serialize((UserOrTeamLinkedAppLogInfo) value, g, collapse); return; } if (!collapse) { @@ -244,14 +244,14 @@ else if ("display_name".equals(field)) { else if ("".equals(tag)) { value = Serializer.INSTANCE.deserialize(p, true); } - else if ("user_or_team_linked_app".equals(tag)) { - value = UserOrTeamLinkedAppLogInfo.Serializer.INSTANCE.deserialize(p, true); + else if ("team_linked_app".equals(tag)) { + value = TeamLinkedAppLogInfo.Serializer.INSTANCE.deserialize(p, true); } else if ("user_linked_app".equals(tag)) { value = UserLinkedAppLogInfo.Serializer.INSTANCE.deserialize(p, true); } - else if ("team_linked_app".equals(tag)) { - value = TeamLinkedAppLogInfo.Serializer.INSTANCE.deserialize(p, true); + else if ("user_or_team_linked_app".equals(tag)) { + value = UserOrTeamLinkedAppLogInfo.Serializer.INSTANCE.deserialize(p, true); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppPermissionsChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppPermissionsChangedDetails.java index 37e74f155..233105fc7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppPermissionsChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppPermissionsChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed app permissions. */ public class AppPermissionsChangedDetails { - // struct team_log.AppPermissionsChangedDetails (team_log_generated.stone) + // struct team_log.AppPermissionsChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String appName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppPermissionsChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppPermissionsChangedType.java index 55817939d..7f31dce18 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppPermissionsChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppPermissionsChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AppPermissionsChangedType { - // struct team_log.AppPermissionsChangedType (team_log_generated.stone) + // struct team_log.AppPermissionsChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkTeamDetails.java index 8058b808c..3ce8321b2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Unlinked app for team. */ public class AppUnlinkTeamDetails { - // struct team_log.AppUnlinkTeamDetails (team_log_generated.stone) + // struct team_log.AppUnlinkTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AppLogInfo appInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkTeamType.java index b2f5f7fd6..7b10b8bdd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AppUnlinkTeamType { - // struct team_log.AppUnlinkTeamType (team_log_generated.stone) + // struct team_log.AppUnlinkTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkUserDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkUserDetails.java index 2a916f31a..6b3133a62 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkUserDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkUserDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Unlinked app for member. */ public class AppUnlinkUserDetails { - // struct team_log.AppUnlinkUserDetails (team_log_generated.stone) + // struct team_log.AppUnlinkUserDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AppLogInfo appInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkUserType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkUserType.java index 3bb31ab75..eb8584674 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkUserType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AppUnlinkUserType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class AppUnlinkUserType { - // struct team_log.AppUnlinkUserType (team_log_generated.stone) + // struct team_log.AppUnlinkUserType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApplyNamingConventionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApplyNamingConventionDetails.java index b46a99b42..63ee04cca 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApplyNamingConventionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApplyNamingConventionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Applied naming convention. */ public class ApplyNamingConventionDetails { - // struct team_log.ApplyNamingConventionDetails (team_log_generated.stone) + // struct team_log.ApplyNamingConventionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApplyNamingConventionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApplyNamingConventionType.java index d8d6f5353..e65d4fc4c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApplyNamingConventionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ApplyNamingConventionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ApplyNamingConventionType { - // struct team_log.ApplyNamingConventionType (team_log_generated.stone) + // struct team_log.ApplyNamingConventionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AssetLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AssetLogInfo.java index 5c7533614..d28305ba9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AssetLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/AssetLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class AssetLogInfo { - // union team_log.AssetLogInfo (team_log_generated.stone) + // union team_log.AssetLogInfo (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link AssetLogInfo}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupAdminInvitationSentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupAdminInvitationSentDetails.java index 3f3b241e9..f65f4deb7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupAdminInvitationSentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupAdminInvitationSentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Invited members to activate Backup. */ public class BackupAdminInvitationSentDetails { - // struct team_log.BackupAdminInvitationSentDetails (team_log_generated.stone) + // struct team_log.BackupAdminInvitationSentDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupAdminInvitationSentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupAdminInvitationSentType.java index fbb4746d1..fe415be4b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupAdminInvitationSentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupAdminInvitationSentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class BackupAdminInvitationSentType { - // struct team_log.BackupAdminInvitationSentType (team_log_generated.stone) + // struct team_log.BackupAdminInvitationSentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupInvitationOpenedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupInvitationOpenedDetails.java index 85bd3aa91..8297d516f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupInvitationOpenedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupInvitationOpenedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Opened Backup invite. */ public class BackupInvitationOpenedDetails { - // struct team_log.BackupInvitationOpenedDetails (team_log_generated.stone) + // struct team_log.BackupInvitationOpenedDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupInvitationOpenedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupInvitationOpenedType.java index 9f81beb24..aca0fd8d3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupInvitationOpenedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupInvitationOpenedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class BackupInvitationOpenedType { - // struct team_log.BackupInvitationOpenedType (team_log_generated.stone) + // struct team_log.BackupInvitationOpenedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupStatus.java index cd8e63bc9..ae194b546 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BackupStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Backup status */ public enum BackupStatus { - // union team_log.BackupStatus (team_log_generated.stone) + // union team_log.BackupStatus (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddPageDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddPageDetails.java index 6ac0eea6e..ddc64dc34 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddPageDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddPageDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added Binder page. */ public class BinderAddPageDetails { - // struct team_log.BinderAddPageDetails (team_log_generated.stone) + // struct team_log.BinderAddPageDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddPageType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddPageType.java index e1c1cdec0..f730a0ca9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddPageType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddPageType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class BinderAddPageType { - // struct team_log.BinderAddPageType (team_log_generated.stone) + // struct team_log.BinderAddPageType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddSectionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddSectionDetails.java index 1c6c30e4c..dab57eca3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddSectionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddSectionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added Binder section. */ public class BinderAddSectionDetails { - // struct team_log.BinderAddSectionDetails (team_log_generated.stone) + // struct team_log.BinderAddSectionDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddSectionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddSectionType.java index 7581ccd46..42ddf5fd4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddSectionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderAddSectionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class BinderAddSectionType { - // struct team_log.BinderAddSectionType (team_log_generated.stone) + // struct team_log.BinderAddSectionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemovePageDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemovePageDetails.java index 08e6947d1..3a7eaef1b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemovePageDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemovePageDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed Binder page. */ public class BinderRemovePageDetails { - // struct team_log.BinderRemovePageDetails (team_log_generated.stone) + // struct team_log.BinderRemovePageDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemovePageType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemovePageType.java index 141cf0ce8..474b9900b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemovePageType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemovePageType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class BinderRemovePageType { - // struct team_log.BinderRemovePageType (team_log_generated.stone) + // struct team_log.BinderRemovePageType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemoveSectionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemoveSectionDetails.java index bccca676c..1e3c732d5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemoveSectionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemoveSectionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed Binder section. */ public class BinderRemoveSectionDetails { - // struct team_log.BinderRemoveSectionDetails (team_log_generated.stone) + // struct team_log.BinderRemoveSectionDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemoveSectionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemoveSectionType.java index 69061aeec..b020fbe62 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemoveSectionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRemoveSectionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class BinderRemoveSectionType { - // struct team_log.BinderRemoveSectionType (team_log_generated.stone) + // struct team_log.BinderRemoveSectionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenamePageDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenamePageDetails.java index 55979fbe5..74e0a8263 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenamePageDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenamePageDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Renamed Binder page. */ public class BinderRenamePageDetails { - // struct team_log.BinderRenamePageDetails (team_log_generated.stone) + // struct team_log.BinderRenamePageDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenamePageType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenamePageType.java index fa3ad24c3..72ce7e1c1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenamePageType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenamePageType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class BinderRenamePageType { - // struct team_log.BinderRenamePageType (team_log_generated.stone) + // struct team_log.BinderRenamePageType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenameSectionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenameSectionDetails.java index 0af0add5a..81c04c59a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenameSectionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenameSectionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Renamed Binder section. */ public class BinderRenameSectionDetails { - // struct team_log.BinderRenameSectionDetails (team_log_generated.stone) + // struct team_log.BinderRenameSectionDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenameSectionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenameSectionType.java index b10184702..b7328e7d6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenameSectionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderRenameSectionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class BinderRenameSectionType { - // struct team_log.BinderRenameSectionType (team_log_generated.stone) + // struct team_log.BinderRenameSectionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderPageDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderPageDetails.java index a7a3d4421..b9756e033 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderPageDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderPageDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Reordered Binder page. */ public class BinderReorderPageDetails { - // struct team_log.BinderReorderPageDetails (team_log_generated.stone) + // struct team_log.BinderReorderPageDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderPageType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderPageType.java index e7c04cf74..ef81f4fb4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderPageType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderPageType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class BinderReorderPageType { - // struct team_log.BinderReorderPageType (team_log_generated.stone) + // struct team_log.BinderReorderPageType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderSectionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderSectionDetails.java index b08c09f1f..d63130935 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderSectionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderSectionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Reordered Binder section. */ public class BinderReorderSectionDetails { - // struct team_log.BinderReorderSectionDetails (team_log_generated.stone) + // struct team_log.BinderReorderSectionDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderSectionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderSectionType.java index 45da425d1..f6dfe0b61 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderSectionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/BinderReorderSectionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class BinderReorderSectionType { - // struct team_log.BinderReorderSectionType (team_log_generated.stone) + // struct team_log.BinderReorderSectionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicy.java index 3b1919817..04ecc7fe4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling if team members can activate camera uploads */ public enum CameraUploadsPolicy { - // union team_log.CameraUploadsPolicy (team_log_generated.stone) + // union team_log.CameraUploadsPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicyChangedDetails.java index 7a72d1078..e5877c1b6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed camera uploads setting for team. */ public class CameraUploadsPolicyChangedDetails { - // struct team_log.CameraUploadsPolicyChangedDetails (team_log_generated.stone) + // struct team_log.CameraUploadsPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final CameraUploadsPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicyChangedType.java index f6f8776f0..ad4af2f61 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CameraUploadsPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class CameraUploadsPolicyChangedType { - // struct team_log.CameraUploadsPolicyChangedType (team_log_generated.stone) + // struct team_log.CameraUploadsPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicy.java index 55d18ef42..ac3f4ae53 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for deciding whether team users can transcription in Capture */ public enum CaptureTranscriptPolicy { - // union team_log.CaptureTranscriptPolicy (team_log_generated.stone) + // union team_log.CaptureTranscriptPolicy (team_log_stone_gen_team_log_generated.stone) DEFAULT, DISABLED, ENABLED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicyChangedDetails.java index 194aad526..244622b68 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed Capture transcription policy for team. */ public class CaptureTranscriptPolicyChangedDetails { - // struct team_log.CaptureTranscriptPolicyChangedDetails (team_log_generated.stone) + // struct team_log.CaptureTranscriptPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final CaptureTranscriptPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicyChangedType.java index 4d0a01cb5..f58894181 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CaptureTranscriptPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class CaptureTranscriptPolicyChangedType { - // struct team_log.CaptureTranscriptPolicyChangedType (team_log_generated.stone) + // struct team_log.CaptureTranscriptPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/Certificate.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/Certificate.java index 71ca58b01..e81a0c414 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/Certificate.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/Certificate.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Certificate details. */ public class Certificate { - // struct team_log.Certificate (team_log_generated.stone) + // struct team_log.Certificate (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String subject; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangeLinkExpirationPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangeLinkExpirationPolicy.java index 94e511aba..532f425c2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangeLinkExpirationPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangeLinkExpirationPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * enforced when an externally shared link is updated */ public enum ChangeLinkExpirationPolicy { - // union team_log.ChangeLinkExpirationPolicy (team_log_generated.stone) + // union team_log.ChangeLinkExpirationPolicy (team_log_stone_gen_team_log_generated.stone) ALLOWED, NOT_ALLOWED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseAdminRoleDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseAdminRoleDetails.java index 53238db82..de3736399 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseAdminRoleDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseAdminRoleDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed enterprise admin role. */ public class ChangedEnterpriseAdminRoleDetails { - // struct team_log.ChangedEnterpriseAdminRoleDetails (team_log_generated.stone) + // struct team_log.ChangedEnterpriseAdminRoleDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FedAdminRole previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseAdminRoleType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseAdminRoleType.java index 307e103d9..8e9046ae5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseAdminRoleType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseAdminRoleType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ChangedEnterpriseAdminRoleType { - // struct team_log.ChangedEnterpriseAdminRoleType (team_log_generated.stone) + // struct team_log.ChangedEnterpriseAdminRoleType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseConnectedTeamStatusDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseConnectedTeamStatusDetails.java index a345d883b..449461f52 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseConnectedTeamStatusDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseConnectedTeamStatusDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed enterprise-connected team status. */ public class ChangedEnterpriseConnectedTeamStatusDetails { - // struct team_log.ChangedEnterpriseConnectedTeamStatusDetails (team_log_generated.stone) + // struct team_log.ChangedEnterpriseConnectedTeamStatusDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FedHandshakeAction action; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseConnectedTeamStatusType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseConnectedTeamStatusType.java index c09ea091e..5f5a56762 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseConnectedTeamStatusType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ChangedEnterpriseConnectedTeamStatusType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ChangedEnterpriseConnectedTeamStatusType { - // struct team_log.ChangedEnterpriseConnectedTeamStatusType (team_log_generated.stone) + // struct team_log.ChangedEnterpriseConnectedTeamStatusType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationChangePolicyDetails.java index 4d9281611..e09d59954 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed classification policy for team. */ public class ClassificationChangePolicyDetails { - // struct team_log.ClassificationChangePolicyDetails (team_log_generated.stone) + // struct team_log.ClassificationChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ClassificationPolicyEnumWrapper previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationChangePolicyType.java index 239a12b40..9f41f7fb5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ClassificationChangePolicyType { - // struct team_log.ClassificationChangePolicyType (team_log_generated.stone) + // struct team_log.ClassificationChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportDetails.java index 6dd23839c..db170a0c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created Classification report. */ public class ClassificationCreateReportDetails { - // struct team_log.ClassificationCreateReportDetails (team_log_generated.stone) + // struct team_log.ClassificationCreateReportDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportFailDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportFailDetails.java index 1040e8f5d..0caab94a7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportFailDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportFailDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Couldn't create Classification report. */ public class ClassificationCreateReportFailDetails { - // struct team_log.ClassificationCreateReportFailDetails (team_log_generated.stone) + // struct team_log.ClassificationCreateReportFailDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamReportFailureReason failureReason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportFailType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportFailType.java index f49a412a7..87cb2f0d1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportFailType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportFailType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ClassificationCreateReportFailType { - // struct team_log.ClassificationCreateReportFailType (team_log_generated.stone) + // struct team_log.ClassificationCreateReportFailType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportType.java index 66516546a..530498fa4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationCreateReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ClassificationCreateReportType { - // struct team_log.ClassificationCreateReportType (team_log_generated.stone) + // struct team_log.ClassificationCreateReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationPolicyEnumWrapper.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationPolicyEnumWrapper.java index 064dad5af..618482e7e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationPolicyEnumWrapper.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationPolicyEnumWrapper.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling team access to the classification feature */ public enum ClassificationPolicyEnumWrapper { - // union team_log.ClassificationPolicyEnumWrapper (team_log_generated.stone) + // union team_log.ClassificationPolicyEnumWrapper (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, MEMBER_AND_TEAM_FOLDERS, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationType.java index 8c1eefb95..25cd7e371 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ClassificationType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * The type of classification (currently only personal information) */ public enum ClassificationType { - // union team_log.ClassificationType (team_log_generated.stone) + // union team_log.ClassificationType (team_log_stone_gen_team_log_generated.stone) PERSONAL_INFORMATION, PII, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CollectionShareDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CollectionShareDetails.java index 649c84654..4a2f2bd83 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CollectionShareDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CollectionShareDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Shared album. */ public class CollectionShareDetails { - // struct team_log.CollectionShareDetails (team_log_generated.stone) + // struct team_log.CollectionShareDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String albumName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CollectionShareType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CollectionShareType.java index 210525a68..16dea8979 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CollectionShareType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CollectionShareType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class CollectionShareType { - // struct team_log.CollectionShareType (team_log_generated.stone) + // struct team_log.CollectionShareType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicy.java index 09c85abcf..ee6d3370e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling team access to computer backup feature */ public enum ComputerBackupPolicy { - // union team_log.ComputerBackupPolicy (team_log_generated.stone) + // union team_log.ComputerBackupPolicy (team_log_stone_gen_team_log_generated.stone) DEFAULT, DISABLED, ENABLED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicyChangedDetails.java index aaa5e4f02..151b47f03 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed computer backup policy for team. */ public class ComputerBackupPolicyChangedDetails { - // struct team_log.ComputerBackupPolicyChangedDetails (team_log_generated.stone) + // struct team_log.ComputerBackupPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ComputerBackupPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicyChangedType.java index 81966293e..99402d911 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ComputerBackupPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ComputerBackupPolicyChangedType { - // struct team_log.ComputerBackupPolicyChangedType (team_log_generated.stone) + // struct team_log.ComputerBackupPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ConnectedTeamName.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ConnectedTeamName.java index 314bcfe3a..3064e5d66 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ConnectedTeamName.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ConnectedTeamName.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * The name of the team */ public class ConnectedTeamName { - // struct team_log.ConnectedTeamName (team_log_generated.stone) + // struct team_log.ConnectedTeamName (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String team; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentAdministrationPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentAdministrationPolicyChangedDetails.java index d2d13ebb2..463950211 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentAdministrationPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentAdministrationPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed content management setting. */ public class ContentAdministrationPolicyChangedDetails { - // struct team_log.ContentAdministrationPolicyChangedDetails (team_log_generated.stone) + // struct team_log.ContentAdministrationPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentAdministrationPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentAdministrationPolicyChangedType.java index b0987383f..e902f9e1d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentAdministrationPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentAdministrationPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ContentAdministrationPolicyChangedType { - // struct team_log.ContentAdministrationPolicyChangedType (team_log_generated.stone) + // struct team_log.ContentAdministrationPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentPermanentDeletePolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentPermanentDeletePolicy.java index e1339b46a..c0e1fb2d6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentPermanentDeletePolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContentPermanentDeletePolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for pemanent content deletion */ public enum ContentPermanentDeletePolicy { - // union team_log.ContentPermanentDeletePolicy (team_log_generated.stone) + // union team_log.ContentPermanentDeletePolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContextLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContextLogInfo.java index db03fadce..865f5d5b9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContextLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ContextLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class ContextLogInfo { - // union team_log.ContextLogInfo (team_log_generated.stone) + // union team_log.ContextLogInfo (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link ContextLogInfo}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateFolderDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateFolderDetails.java index f876142ab..a5e988e55 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateFolderDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateFolderDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created folders. */ public class CreateFolderDetails { - // struct team_log.CreateFolderDetails (team_log_generated.stone) + // struct team_log.CreateFolderDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateFolderType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateFolderType.java index d9e00d280..d6a68df5f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateFolderType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateFolderType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class CreateFolderType { - // struct team_log.CreateFolderType (team_log_generated.stone) + // struct team_log.CreateFolderType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateTeamInviteLinkDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateTeamInviteLinkDetails.java index 3c2a5c816..864a9b80c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateTeamInviteLinkDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateTeamInviteLinkDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Created team invite link. */ public class CreateTeamInviteLinkDetails { - // struct team_log.CreateTeamInviteLinkDetails (team_log_generated.stone) + // struct team_log.CreateTeamInviteLinkDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String linkUrl; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateTeamInviteLinkType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateTeamInviteLinkType.java index 77d67b3d4..8a89c35fc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateTeamInviteLinkType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/CreateTeamInviteLinkType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class CreateTeamInviteLinkType { - // struct team_log.CreateTeamInviteLinkType (team_log_generated.stone) + // struct team_log.CreateTeamInviteLinkType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionChangePolicyDetails.java index 60c8313e2..264080b17 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Set restrictions on data center locations where team data resides. */ public class DataPlacementRestrictionChangePolicyDetails { - // struct team_log.DataPlacementRestrictionChangePolicyDetails (team_log_generated.stone) + // struct team_log.DataPlacementRestrictionChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PlacementRestriction previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionChangePolicyType.java index cd28a20b8..2c6fba1a0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DataPlacementRestrictionChangePolicyType { - // struct team_log.DataPlacementRestrictionChangePolicyType (team_log_generated.stone) + // struct team_log.DataPlacementRestrictionChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionSatisfyPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionSatisfyPolicyDetails.java index 8000ecd66..5e679e880 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionSatisfyPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionSatisfyPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Completed restrictions on data center locations where team data resides. */ public class DataPlacementRestrictionSatisfyPolicyDetails { - // struct team_log.DataPlacementRestrictionSatisfyPolicyDetails (team_log_generated.stone) + // struct team_log.DataPlacementRestrictionSatisfyPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PlacementRestriction placementRestriction; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionSatisfyPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionSatisfyPolicyType.java index ba05b5eea..80d5e876b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionSatisfyPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataPlacementRestrictionSatisfyPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DataPlacementRestrictionSatisfyPolicyType { - // struct team_log.DataPlacementRestrictionSatisfyPolicyType (team_log_generated.stone) + // struct team_log.DataPlacementRestrictionSatisfyPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestSuccessfulDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestSuccessfulDetails.java index 93bb3ae40..e3b8bad5b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestSuccessfulDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestSuccessfulDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Requested data residency migration for team data. */ public class DataResidencyMigrationRequestSuccessfulDetails { - // struct team_log.DataResidencyMigrationRequestSuccessfulDetails (team_log_generated.stone) + // struct team_log.DataResidencyMigrationRequestSuccessfulDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestSuccessfulType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestSuccessfulType.java index 65cf39b66..3f2ead467 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestSuccessfulType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestSuccessfulType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DataResidencyMigrationRequestSuccessfulType { - // struct team_log.DataResidencyMigrationRequestSuccessfulType (team_log_generated.stone) + // struct team_log.DataResidencyMigrationRequestSuccessfulType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestUnsuccessfulDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestUnsuccessfulDetails.java index 5ebe66311..63ac7e716 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestUnsuccessfulDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestUnsuccessfulDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Request for data residency migration for team data has failed. */ public class DataResidencyMigrationRequestUnsuccessfulDetails { - // struct team_log.DataResidencyMigrationRequestUnsuccessfulDetails (team_log_generated.stone) + // struct team_log.DataResidencyMigrationRequestUnsuccessfulDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestUnsuccessfulType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestUnsuccessfulType.java index c0fd170ff..e0cf42323 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestUnsuccessfulType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DataResidencyMigrationRequestUnsuccessfulType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DataResidencyMigrationRequestUnsuccessfulType { - // struct team_log.DataResidencyMigrationRequestUnsuccessfulType (team_log_generated.stone) + // struct team_log.DataResidencyMigrationRequestUnsuccessfulType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DbxTeamTeamLogRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DbxTeamTeamLogRequests.java index 76b059c7a..de2f7549a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DbxTeamTeamLogRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DbxTeamTeamLogRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone, team_log.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone, team_log_apiv2_team_log.stone */ package com.dropbox.core.v2.teamlog; @@ -15,7 +15,7 @@ * Routes in namespace "team_log". */ public class DbxTeamTeamLogRequests { - // namespace team_log (team_log_generated.stone, team_log.stone) + // namespace team_log (team_log_stone_gen_team_log_generated.stone, team_log_apiv2_team_log.stone) private final DbxRawClientV2 client; @@ -63,18 +63,13 @@ GetTeamEventsResult getEvents(GetTeamEventsArg arg) throws GetTeamEventsErrorExc * DbxTeamTeamLogRequests#getEventsContinue(String)} with the returned * cursor to retrieve more entries. If end_time is not specified in your * request, you may use the returned cursor to poll {@link - * DbxTeamTeamLogRequests#getEventsContinue(String)} for new events. - * - *

Many attributes note 'may be missing due to historical data gap'. - *

- * - *

Note that the file_operations category and & analogous paper - * events are not available on all Dropbox Business plans. Use features/get_values - * to check for this feature.

- * - *

Permission : Team Auditing.

+ * to check for this feature. Permission : Team Auditing. * *

The default values for the optional request parameters will be used. * See {@link GetEventsBuilder} for more details.

@@ -134,9 +129,7 @@ GetTeamEventsResult getEventsContinue(GetTeamEventsContinueArg arg) throws GetTe /** * Once a cursor has been retrieved from {@link * DbxTeamTeamLogRequests#getEvents}, use this to paginate through all - * events. - * - *

Permission : Team Auditing.

+ * events. Permission : Team Auditing. * * @param cursor Indicates from what point to get the next set of events. * Must not be {@code null}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DefaultLinkExpirationDaysPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DefaultLinkExpirationDaysPolicy.java index 4ab03bf90..a2f5e4693 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DefaultLinkExpirationDaysPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DefaultLinkExpirationDaysPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for the default number of days until an externally shared link expires */ public enum DefaultLinkExpirationDaysPolicy { - // union team_log.DefaultLinkExpirationDaysPolicy (team_log_generated.stone) + // union team_log.DefaultLinkExpirationDaysPolicy (team_log_stone_gen_team_log_generated.stone) DAY_1, DAY_180, DAY_3, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeleteTeamInviteLinkDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeleteTeamInviteLinkDetails.java index f9ae80349..3d227cdf5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeleteTeamInviteLinkDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeleteTeamInviteLinkDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Deleted team invite link. */ public class DeleteTeamInviteLinkDetails { - // struct team_log.DeleteTeamInviteLinkDetails (team_log_generated.stone) + // struct team_log.DeleteTeamInviteLinkDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String linkUrl; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeleteTeamInviteLinkType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeleteTeamInviteLinkType.java index b9f62d5ba..e7de257ee 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeleteTeamInviteLinkType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeleteTeamInviteLinkType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeleteTeamInviteLinkType { - // struct team_log.DeleteTeamInviteLinkType (team_log_generated.stone) + // struct team_log.DeleteTeamInviteLinkType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DesktopDeviceSessionLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DesktopDeviceSessionLogInfo.java index fb109adaf..ce0a6f13e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DesktopDeviceSessionLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DesktopDeviceSessionLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -26,7 +26,7 @@ * Information about linked Dropbox desktop client sessions */ public class DesktopDeviceSessionLogInfo extends DeviceSessionLogInfo { - // struct team_log.DesktopDeviceSessionLogInfo (team_log_generated.stone) + // struct team_log.DesktopDeviceSessionLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final DesktopSessionLogInfo sessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DesktopSessionLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DesktopSessionLogInfo.java index 7451950c7..6d43ad3ae 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DesktopSessionLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DesktopSessionLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Desktop session. */ public class DesktopSessionLogInfo extends SessionLogInfo { - // struct team_log.DesktopSessionLogInfo (team_log_generated.stone) + // struct team_log.DesktopSessionLogInfo (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsAddExceptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsAddExceptionDetails.java index 1adb73f08..1c22d8ed4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsAddExceptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsAddExceptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added members to device approvals exception list. */ public class DeviceApprovalsAddExceptionDetails { - // struct team_log.DeviceApprovalsAddExceptionDetails (team_log_generated.stone) + // struct team_log.DeviceApprovalsAddExceptionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsAddExceptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsAddExceptionType.java index 3eecde390..485281ccf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsAddExceptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsAddExceptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceApprovalsAddExceptionType { - // struct team_log.DeviceApprovalsAddExceptionType (team_log_generated.stone) + // struct team_log.DeviceApprovalsAddExceptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeDesktopPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeDesktopPolicyDetails.java index 607abd1a9..abb94a29c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeDesktopPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeDesktopPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * account. */ public class DeviceApprovalsChangeDesktopPolicyDetails { - // struct team_log.DeviceApprovalsChangeDesktopPolicyDetails (team_log_generated.stone) + // struct team_log.DeviceApprovalsChangeDesktopPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final DeviceApprovalsPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeDesktopPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeDesktopPolicyType.java index 40705161c..ba7c76c1d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeDesktopPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeDesktopPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceApprovalsChangeDesktopPolicyType { - // struct team_log.DeviceApprovalsChangeDesktopPolicyType (team_log_generated.stone) + // struct team_log.DeviceApprovalsChangeDesktopPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeMobilePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeMobilePolicyDetails.java index da9545445..4fa9f8eed 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeMobilePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeMobilePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * account. */ public class DeviceApprovalsChangeMobilePolicyDetails { - // struct team_log.DeviceApprovalsChangeMobilePolicyDetails (team_log_generated.stone) + // struct team_log.DeviceApprovalsChangeMobilePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final DeviceApprovalsPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeMobilePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeMobilePolicyType.java index e460b9975..461b4f733 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeMobilePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeMobilePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceApprovalsChangeMobilePolicyType { - // struct team_log.DeviceApprovalsChangeMobilePolicyType (team_log_generated.stone) + // struct team_log.DeviceApprovalsChangeMobilePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeOverageActionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeOverageActionDetails.java index 95d2b77de..abfda5ae4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeOverageActionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeOverageActionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed device approvals setting when member is over limit. */ public class DeviceApprovalsChangeOverageActionDetails { - // struct team_log.DeviceApprovalsChangeOverageActionDetails (team_log_generated.stone) + // struct team_log.DeviceApprovalsChangeOverageActionDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final RolloutMethod newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeOverageActionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeOverageActionType.java index f971c1877..33400c4ba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeOverageActionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeOverageActionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceApprovalsChangeOverageActionType { - // struct team_log.DeviceApprovalsChangeOverageActionType (team_log_generated.stone) + // struct team_log.DeviceApprovalsChangeOverageActionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeUnlinkActionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeUnlinkActionDetails.java index c77b18e0d..54853794c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeUnlinkActionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeUnlinkActionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed device approvals setting when member unlinks approved device. */ public class DeviceApprovalsChangeUnlinkActionDetails { - // struct team_log.DeviceApprovalsChangeUnlinkActionDetails (team_log_generated.stone) + // struct team_log.DeviceApprovalsChangeUnlinkActionDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final DeviceUnlinkPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeUnlinkActionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeUnlinkActionType.java index c2e780382..b2d2f2548 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeUnlinkActionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsChangeUnlinkActionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceApprovalsChangeUnlinkActionType { - // struct team_log.DeviceApprovalsChangeUnlinkActionType (team_log_generated.stone) + // struct team_log.DeviceApprovalsChangeUnlinkActionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsPolicy.java index becbf1e98..430e5808c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum DeviceApprovalsPolicy { - // union team_log.DeviceApprovalsPolicy (team_log_generated.stone) + // union team_log.DeviceApprovalsPolicy (team_log_stone_gen_team_log_generated.stone) LIMITED, UNLIMITED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsRemoveExceptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsRemoveExceptionDetails.java index 30ce32db0..48a5ae09f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsRemoveExceptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsRemoveExceptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed members from device approvals exception list. */ public class DeviceApprovalsRemoveExceptionDetails { - // struct team_log.DeviceApprovalsRemoveExceptionDetails (team_log_generated.stone) + // struct team_log.DeviceApprovalsRemoveExceptionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsRemoveExceptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsRemoveExceptionType.java index f91780cf7..126f9584a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsRemoveExceptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceApprovalsRemoveExceptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceApprovalsRemoveExceptionType { - // struct team_log.DeviceApprovalsRemoveExceptionType (team_log_generated.stone) + // struct team_log.DeviceApprovalsRemoveExceptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpDesktopDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpDesktopDetails.java index af56360f3..41d89901f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpDesktopDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpDesktopDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed IP address associated with active desktop session. */ public class DeviceChangeIpDesktopDetails { - // struct team_log.DeviceChangeIpDesktopDetails (team_log_generated.stone) + // struct team_log.DeviceChangeIpDesktopDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final DeviceSessionLogInfo deviceSessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpDesktopType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpDesktopType.java index 4584ecd19..15a468ffa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpDesktopType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpDesktopType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceChangeIpDesktopType { - // struct team_log.DeviceChangeIpDesktopType (team_log_generated.stone) + // struct team_log.DeviceChangeIpDesktopType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpMobileDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpMobileDetails.java index 359ba36ca..59448e5d3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpMobileDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpMobileDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed IP address associated with active mobile session. */ public class DeviceChangeIpMobileDetails { - // struct team_log.DeviceChangeIpMobileDetails (team_log_generated.stone) + // struct team_log.DeviceChangeIpMobileDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final DeviceSessionLogInfo deviceSessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpMobileType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpMobileType.java index 1aaf12e2d..d671285ad 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpMobileType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpMobileType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceChangeIpMobileType { - // struct team_log.DeviceChangeIpMobileType (team_log_generated.stone) + // struct team_log.DeviceChangeIpMobileType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpWebDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpWebDetails.java index d95ae9852..389d05ae4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpWebDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpWebDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed IP address associated with active web session. */ public class DeviceChangeIpWebDetails { - // struct team_log.DeviceChangeIpWebDetails (team_log_generated.stone) + // struct team_log.DeviceChangeIpWebDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String userAgent; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpWebType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpWebType.java index afc8aae83..d731ffd15 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpWebType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceChangeIpWebType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceChangeIpWebType { - // struct team_log.DeviceChangeIpWebType (team_log_generated.stone) + // struct team_log.DeviceChangeIpWebType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkFailDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkFailDetails.java index 08f54356c..0067bacc6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkFailDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkFailDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Failed to delete all files from unlinked device. */ public class DeviceDeleteOnUnlinkFailDetails { - // struct team_log.DeviceDeleteOnUnlinkFailDetails (team_log_generated.stone) + // struct team_log.DeviceDeleteOnUnlinkFailDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final SessionLogInfo sessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkFailType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkFailType.java index a8bbd90f7..aac91ad1f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkFailType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkFailType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceDeleteOnUnlinkFailType { - // struct team_log.DeviceDeleteOnUnlinkFailType (team_log_generated.stone) + // struct team_log.DeviceDeleteOnUnlinkFailType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkSuccessDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkSuccessDetails.java index 88c2f4330..62d10b5b9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkSuccessDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkSuccessDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Deleted all files from unlinked device. */ public class DeviceDeleteOnUnlinkSuccessDetails { - // struct team_log.DeviceDeleteOnUnlinkSuccessDetails (team_log_generated.stone) + // struct team_log.DeviceDeleteOnUnlinkSuccessDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final SessionLogInfo sessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkSuccessType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkSuccessType.java index 9af961152..1b865b250 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkSuccessType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceDeleteOnUnlinkSuccessType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceDeleteOnUnlinkSuccessType { - // struct team_log.DeviceDeleteOnUnlinkSuccessType (team_log_generated.stone) + // struct team_log.DeviceDeleteOnUnlinkSuccessType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkFailDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkFailDetails.java index 52045c075..776add4c3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkFailDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkFailDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Failed to link device. */ public class DeviceLinkFailDetails { - // struct team_log.DeviceLinkFailDetails (team_log_generated.stone) + // struct team_log.DeviceLinkFailDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String ipAddress; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkFailType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkFailType.java index 3dce5c3b3..cae46a0f4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkFailType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkFailType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceLinkFailType { - // struct team_log.DeviceLinkFailType (team_log_generated.stone) + // struct team_log.DeviceLinkFailType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkSuccessDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkSuccessDetails.java index 024c0f99b..acac676c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkSuccessDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkSuccessDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Linked device. */ public class DeviceLinkSuccessDetails { - // struct team_log.DeviceLinkSuccessDetails (team_log_generated.stone) + // struct team_log.DeviceLinkSuccessDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final DeviceSessionLogInfo deviceSessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkSuccessType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkSuccessType.java index 3decb7768..d0291367b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkSuccessType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceLinkSuccessType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceLinkSuccessType { - // struct team_log.DeviceLinkSuccessType (team_log_generated.stone) + // struct team_log.DeviceLinkSuccessType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementDisabledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementDisabledDetails.java index 2898d7bd3..f1cc0a3fe 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementDisabledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementDisabledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Disabled device management. */ public class DeviceManagementDisabledDetails { - // struct team_log.DeviceManagementDisabledDetails (team_log_generated.stone) + // struct team_log.DeviceManagementDisabledDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementDisabledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementDisabledType.java index 6f59f9957..e1d03f968 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementDisabledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementDisabledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceManagementDisabledType { - // struct team_log.DeviceManagementDisabledType (team_log_generated.stone) + // struct team_log.DeviceManagementDisabledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementEnabledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementEnabledDetails.java index 7408e48d3..e80e296d4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementEnabledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementEnabledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Enabled device management. */ public class DeviceManagementEnabledDetails { - // struct team_log.DeviceManagementEnabledDetails (team_log_generated.stone) + // struct team_log.DeviceManagementEnabledDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementEnabledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementEnabledType.java index 6a61a16fc..7e8f335ab 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementEnabledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceManagementEnabledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceManagementEnabledType { - // struct team_log.DeviceManagementEnabledType (team_log_generated.stone) + // struct team_log.DeviceManagementEnabledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSessionLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSessionLogInfo.java index 9f11e6f34..cee4842bc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSessionLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSessionLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * Device's session logged information. */ public class DeviceSessionLogInfo { - // struct team_log.DeviceSessionLogInfo (team_log_generated.stone) + // struct team_log.DeviceSessionLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String ipAddress; @@ -221,6 +221,10 @@ public void serialize(DeviceSessionLogInfo value, JsonGenerator g, boolean colla DesktopDeviceSessionLogInfo.Serializer.INSTANCE.serialize((DesktopDeviceSessionLogInfo) value, g, collapse); return; } + if (value instanceof LegacyDeviceSessionLogInfo) { + LegacyDeviceSessionLogInfo.Serializer.INSTANCE.serialize((LegacyDeviceSessionLogInfo) value, g, collapse); + return; + } if (value instanceof MobileDeviceSessionLogInfo) { MobileDeviceSessionLogInfo.Serializer.INSTANCE.serialize((MobileDeviceSessionLogInfo) value, g, collapse); return; @@ -229,10 +233,6 @@ public void serialize(DeviceSessionLogInfo value, JsonGenerator g, boolean colla WebDeviceSessionLogInfo.Serializer.INSTANCE.serialize((WebDeviceSessionLogInfo) value, g, collapse); return; } - if (value instanceof LegacyDeviceSessionLogInfo) { - LegacyDeviceSessionLogInfo.Serializer.INSTANCE.serialize((LegacyDeviceSessionLogInfo) value, g, collapse); - return; - } if (!collapse) { g.writeStartObject(); } @@ -292,15 +292,15 @@ else if ("".equals(tag)) { else if ("desktop_device_session".equals(tag)) { value = DesktopDeviceSessionLogInfo.Serializer.INSTANCE.deserialize(p, true); } + else if ("legacy_device_session".equals(tag)) { + value = LegacyDeviceSessionLogInfo.Serializer.INSTANCE.deserialize(p, true); + } else if ("mobile_device_session".equals(tag)) { value = MobileDeviceSessionLogInfo.Serializer.INSTANCE.deserialize(p, true); } else if ("web_device_session".equals(tag)) { value = WebDeviceSessionLogInfo.Serializer.INSTANCE.deserialize(p, true); } - else if ("legacy_device_session".equals(tag)) { - value = LegacyDeviceSessionLogInfo.Serializer.INSTANCE.deserialize(p, true); - } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSyncBackupStatusChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSyncBackupStatusChangedDetails.java index deaa15ae0..b703b3200 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSyncBackupStatusChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSyncBackupStatusChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Enabled/disabled backup for computer. */ public class DeviceSyncBackupStatusChangedDetails { - // struct team_log.DeviceSyncBackupStatusChangedDetails (team_log_generated.stone) + // struct team_log.DeviceSyncBackupStatusChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final DesktopDeviceSessionLogInfo desktopDeviceSessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSyncBackupStatusChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSyncBackupStatusChangedType.java index 992ccec6a..c84a99216 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSyncBackupStatusChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceSyncBackupStatusChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceSyncBackupStatusChangedType { - // struct team_log.DeviceSyncBackupStatusChangedType (team_log_generated.stone) + // struct team_log.DeviceSyncBackupStatusChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceType.java index 4de23871f..ad6c745e1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum DeviceType { - // union team_log.DeviceType (team_log_generated.stone) + // union team_log.DeviceType (team_log_stone_gen_team_log_generated.stone) DESKTOP, MOBILE, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkDetails.java index e55f6b56d..add96142b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Disconnected device. */ public class DeviceUnlinkDetails { - // struct team_log.DeviceUnlinkDetails (team_log_generated.stone) + // struct team_log.DeviceUnlinkDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final SessionLogInfo sessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkPolicy.java index 8b7f862be..4ab113072 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum DeviceUnlinkPolicy { - // union team_log.DeviceUnlinkPolicy (team_log_generated.stone) + // union team_log.DeviceUnlinkPolicy (team_log_stone_gen_team_log_generated.stone) KEEP, REMOVE, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkType.java index c92929f89..45a47b4a8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DeviceUnlinkType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DeviceUnlinkType { - // struct team_log.DeviceUnlinkType (team_log_generated.stone) + // struct team_log.DeviceUnlinkType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsAddMembersDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsAddMembersDetails.java index b9daec909..0e2baea9b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsAddMembersDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsAddMembersDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added members to directory restrictions list. */ public class DirectoryRestrictionsAddMembersDetails { - // struct team_log.DirectoryRestrictionsAddMembersDetails (team_log_generated.stone) + // struct team_log.DirectoryRestrictionsAddMembersDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsAddMembersType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsAddMembersType.java index 2ee49b3d0..061f38f80 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsAddMembersType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsAddMembersType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DirectoryRestrictionsAddMembersType { - // struct team_log.DirectoryRestrictionsAddMembersType (team_log_generated.stone) + // struct team_log.DirectoryRestrictionsAddMembersType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsRemoveMembersDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsRemoveMembersDetails.java index d7383246f..f33f5c1b8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsRemoveMembersDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsRemoveMembersDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed members from directory restrictions list. */ public class DirectoryRestrictionsRemoveMembersDetails { - // struct team_log.DirectoryRestrictionsRemoveMembersDetails (team_log_generated.stone) + // struct team_log.DirectoryRestrictionsRemoveMembersDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsRemoveMembersType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsRemoveMembersType.java index 62bcc04e2..e430be160 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsRemoveMembersType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DirectoryRestrictionsRemoveMembersType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DirectoryRestrictionsRemoveMembersType { - // struct team_log.DirectoryRestrictionsRemoveMembersType (team_log_generated.stone) + // struct team_log.DirectoryRestrictionsRemoveMembersType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DisabledDomainInvitesDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DisabledDomainInvitesDetails.java index ce52e8c5a..8cd0641f8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DisabledDomainInvitesDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DisabledDomainInvitesDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Disabled domain invites. */ public class DisabledDomainInvitesDetails { - // struct team_log.DisabledDomainInvitesDetails (team_log_generated.stone) + // struct team_log.DisabledDomainInvitesDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DisabledDomainInvitesType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DisabledDomainInvitesType.java index fda3761e8..0e74d8533 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DisabledDomainInvitesType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DisabledDomainInvitesType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DisabledDomainInvitesType { - // struct team_log.DisabledDomainInvitesType (team_log_generated.stone) + // struct team_log.DisabledDomainInvitesType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DispositionActionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DispositionActionType.java index 2c91338f0..3e915fc7c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DispositionActionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DispositionActionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum DispositionActionType { - // union team_log.DispositionActionType (team_log_generated.stone) + // union team_log.DispositionActionType (team_log_stone_gen_team_log_generated.stone) AUTOMATIC_DELETE, AUTOMATIC_PERMANENTLY_DELETE, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesApproveRequestToJoinTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesApproveRequestToJoinTeamDetails.java index 153909139..6664e964d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesApproveRequestToJoinTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesApproveRequestToJoinTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Approved user's request to join team. */ public class DomainInvitesApproveRequestToJoinTeamDetails { - // struct team_log.DomainInvitesApproveRequestToJoinTeamDetails (team_log_generated.stone) + // struct team_log.DomainInvitesApproveRequestToJoinTeamDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesApproveRequestToJoinTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesApproveRequestToJoinTeamType.java index 752e05e0c..a00b7bcbc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesApproveRequestToJoinTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesApproveRequestToJoinTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DomainInvitesApproveRequestToJoinTeamType { - // struct team_log.DomainInvitesApproveRequestToJoinTeamType (team_log_generated.stone) + // struct team_log.DomainInvitesApproveRequestToJoinTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesDeclineRequestToJoinTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesDeclineRequestToJoinTeamDetails.java index 6187949cb..93366d8df 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesDeclineRequestToJoinTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesDeclineRequestToJoinTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Declined user's request to join team. */ public class DomainInvitesDeclineRequestToJoinTeamDetails { - // struct team_log.DomainInvitesDeclineRequestToJoinTeamDetails (team_log_generated.stone) + // struct team_log.DomainInvitesDeclineRequestToJoinTeamDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesDeclineRequestToJoinTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesDeclineRequestToJoinTeamType.java index 50a04e173..a279c6667 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesDeclineRequestToJoinTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesDeclineRequestToJoinTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DomainInvitesDeclineRequestToJoinTeamType { - // struct team_log.DomainInvitesDeclineRequestToJoinTeamType (team_log_generated.stone) + // struct team_log.DomainInvitesDeclineRequestToJoinTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesEmailExistingUsersDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesEmailExistingUsersDetails.java index adac5b209..ac69bef0f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesEmailExistingUsersDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesEmailExistingUsersDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Sent domain invites to existing domain accounts. */ public class DomainInvitesEmailExistingUsersDetails { - // struct team_log.DomainInvitesEmailExistingUsersDetails (team_log_generated.stone) + // struct team_log.DomainInvitesEmailExistingUsersDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String domainName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesEmailExistingUsersType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesEmailExistingUsersType.java index 1153b1d05..2db178253 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesEmailExistingUsersType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesEmailExistingUsersType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DomainInvitesEmailExistingUsersType { - // struct team_log.DomainInvitesEmailExistingUsersType (team_log_generated.stone) + // struct team_log.DomainInvitesEmailExistingUsersType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesRequestToJoinTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesRequestToJoinTeamDetails.java index 2d46b4465..3eae40353 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesRequestToJoinTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesRequestToJoinTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Requested to join team. */ public class DomainInvitesRequestToJoinTeamDetails { - // struct team_log.DomainInvitesRequestToJoinTeamDetails (team_log_generated.stone) + // struct team_log.DomainInvitesRequestToJoinTeamDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesRequestToJoinTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesRequestToJoinTeamType.java index 89547f4f5..8c0824190 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesRequestToJoinTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesRequestToJoinTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DomainInvitesRequestToJoinTeamType { - // struct team_log.DomainInvitesRequestToJoinTeamType (team_log_generated.stone) + // struct team_log.DomainInvitesRequestToJoinTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToNoDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToNoDetails.java index f25c296ed..bbc3d047d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToNoDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToNoDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Disabled "Automatically invite new users". */ public class DomainInvitesSetInviteNewUserPrefToNoDetails { - // struct team_log.DomainInvitesSetInviteNewUserPrefToNoDetails (team_log_generated.stone) + // struct team_log.DomainInvitesSetInviteNewUserPrefToNoDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToNoType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToNoType.java index 80cfe61ee..fe0fc0e4a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToNoType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToNoType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DomainInvitesSetInviteNewUserPrefToNoType { - // struct team_log.DomainInvitesSetInviteNewUserPrefToNoType (team_log_generated.stone) + // struct team_log.DomainInvitesSetInviteNewUserPrefToNoType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToYesDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToYesDetails.java index 12852a001..dfbf32094 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToYesDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToYesDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Enabled "Automatically invite new users". */ public class DomainInvitesSetInviteNewUserPrefToYesDetails { - // struct team_log.DomainInvitesSetInviteNewUserPrefToYesDetails (team_log_generated.stone) + // struct team_log.DomainInvitesSetInviteNewUserPrefToYesDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToYesType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToYesType.java index 16815fe14..82560996b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToYesType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainInvitesSetInviteNewUserPrefToYesType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DomainInvitesSetInviteNewUserPrefToYesType { - // struct team_log.DomainInvitesSetInviteNewUserPrefToYesType (team_log_generated.stone) + // struct team_log.DomainInvitesSetInviteNewUserPrefToYesType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainFailDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainFailDetails.java index 645bd5b6a..d4b8c25c8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainFailDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainFailDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Failed to verify team domain. */ public class DomainVerificationAddDomainFailDetails { - // struct team_log.DomainVerificationAddDomainFailDetails (team_log_generated.stone) + // struct team_log.DomainVerificationAddDomainFailDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String domainName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainFailType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainFailType.java index 616b9efb2..30994ba13 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainFailType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainFailType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DomainVerificationAddDomainFailType { - // struct team_log.DomainVerificationAddDomainFailType (team_log_generated.stone) + // struct team_log.DomainVerificationAddDomainFailType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainSuccessDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainSuccessDetails.java index 49be8be61..f10fc00ca 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainSuccessDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainSuccessDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Verified team domain. */ public class DomainVerificationAddDomainSuccessDetails { - // struct team_log.DomainVerificationAddDomainSuccessDetails (team_log_generated.stone) + // struct team_log.DomainVerificationAddDomainSuccessDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List domainNames; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainSuccessType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainSuccessType.java index 602e5afe0..9e0e3e76b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainSuccessType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationAddDomainSuccessType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DomainVerificationAddDomainSuccessType { - // struct team_log.DomainVerificationAddDomainSuccessType (team_log_generated.stone) + // struct team_log.DomainVerificationAddDomainSuccessType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationRemoveDomainDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationRemoveDomainDetails.java index fcde74c51..e6afc4a1f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationRemoveDomainDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationRemoveDomainDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Removed domain from list of verified team domains. */ public class DomainVerificationRemoveDomainDetails { - // struct team_log.DomainVerificationRemoveDomainDetails (team_log_generated.stone) + // struct team_log.DomainVerificationRemoveDomainDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List domainNames; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationRemoveDomainType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationRemoveDomainType.java index 685500fb9..2d64360f2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationRemoveDomainType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DomainVerificationRemoveDomainType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DomainVerificationRemoveDomainType { - // struct team_log.DomainVerificationRemoveDomainType (team_log_generated.stone) + // struct team_log.DomainVerificationRemoveDomainType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DownloadPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DownloadPolicyType.java index e68b9bdfd..1664b2e9e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DownloadPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DownloadPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Shared content downloads policy */ public enum DownloadPolicyType { - // union team_log.DownloadPolicyType (team_log_generated.stone) + // union team_log.DownloadPolicyType (team_log_stone_gen_team_log_generated.stone) ALLOW, DISALLOW, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsExportedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsExportedDetails.java index 4ca66e772..27aa3a9fa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsExportedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsExportedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Exported passwords. */ public class DropboxPasswordsExportedDetails { - // struct team_log.DropboxPasswordsExportedDetails (team_log_generated.stone) + // struct team_log.DropboxPasswordsExportedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String platform; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsExportedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsExportedType.java index 740198c6c..875fb2565 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsExportedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsExportedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DropboxPasswordsExportedType { - // struct team_log.DropboxPasswordsExportedType (team_log_generated.stone) + // struct team_log.DropboxPasswordsExportedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsNewDeviceEnrolledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsNewDeviceEnrolledDetails.java index 690e61dde..3d5443994 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsNewDeviceEnrolledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsNewDeviceEnrolledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Enrolled new Dropbox Passwords device. */ public class DropboxPasswordsNewDeviceEnrolledDetails { - // struct team_log.DropboxPasswordsNewDeviceEnrolledDetails (team_log_generated.stone) + // struct team_log.DropboxPasswordsNewDeviceEnrolledDetails (team_log_stone_gen_team_log_generated.stone) protected final boolean isFirstDevice; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsNewDeviceEnrolledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsNewDeviceEnrolledType.java index 63adcb91e..14a435fba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsNewDeviceEnrolledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsNewDeviceEnrolledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DropboxPasswordsNewDeviceEnrolledType { - // struct team_log.DropboxPasswordsNewDeviceEnrolledType (team_log_generated.stone) + // struct team_log.DropboxPasswordsNewDeviceEnrolledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicy.java index b22e18e90..af23a81e6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for deciding whether team users can use Dropbox Passwords */ public enum DropboxPasswordsPolicy { - // union team_log.DropboxPasswordsPolicy (team_log_generated.stone) + // union team_log.DropboxPasswordsPolicy (team_log_stone_gen_team_log_generated.stone) DEFAULT, DISABLED, ENABLED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicyChangedDetails.java index 7036b7987..73e2955bb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed Dropbox Passwords policy for team. */ public class DropboxPasswordsPolicyChangedDetails { - // struct team_log.DropboxPasswordsPolicyChangedDetails (team_log_generated.stone) + // struct team_log.DropboxPasswordsPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final DropboxPasswordsPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicyChangedType.java index c658bcf08..5e267373c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DropboxPasswordsPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class DropboxPasswordsPolicyChangedType { - // struct team_log.DropboxPasswordsPolicyChangedType (team_log_generated.stone) + // struct team_log.DropboxPasswordsPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DurationLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DurationLogInfo.java index e4366bf9a..e26989df7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DurationLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/DurationLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Represents a time duration: unit and amount */ public class DurationLogInfo { - // struct team_log.DurationLogInfo (team_log_generated.stone) + // struct team_log.DurationLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TimeUnit unit; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicy.java index d8e892f5b..fdf38bf0e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for deciding whether a team can use Email to Dropbox feature */ public enum EmailIngestPolicy { - // union team_log.EmailIngestPolicy (team_log_generated.stone) + // union team_log.EmailIngestPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicyChangedDetails.java index bd16770c5..2df648555 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed email to Dropbox policy for team. */ public class EmailIngestPolicyChangedDetails { - // struct team_log.EmailIngestPolicyChangedDetails (team_log_generated.stone) + // struct team_log.EmailIngestPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final EmailIngestPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicyChangedType.java index b6a4cb8f8..1f55529e2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EmailIngestPolicyChangedType { - // struct team_log.EmailIngestPolicyChangedType (team_log_generated.stone) + // struct team_log.EmailIngestPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestReceiveFileDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestReceiveFileDetails.java index 20268ba15..18e128c38 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestReceiveFileDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestReceiveFileDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Received files via Email to Dropbox. */ public class EmailIngestReceiveFileDetails { - // struct team_log.EmailIngestReceiveFileDetails (team_log_generated.stone) + // struct team_log.EmailIngestReceiveFileDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String inboxName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestReceiveFileType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestReceiveFileType.java index 199be42dc..6e06063a6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestReceiveFileType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmailIngestReceiveFileType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EmailIngestReceiveFileType { - // struct team_log.EmailIngestReceiveFileType (team_log_generated.stone) + // struct team_log.EmailIngestReceiveFileType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmAddExceptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmAddExceptionDetails.java index c1b36a83e..d9e681f2a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmAddExceptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmAddExceptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added members to EMM exception list. */ public class EmmAddExceptionDetails { - // struct team_log.EmmAddExceptionDetails (team_log_generated.stone) + // struct team_log.EmmAddExceptionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmAddExceptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmAddExceptionType.java index b1e0eecbf..ef637712b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmAddExceptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmAddExceptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EmmAddExceptionType { - // struct team_log.EmmAddExceptionType (team_log_generated.stone) + // struct team_log.EmmAddExceptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmChangePolicyDetails.java index 9059c2906..0e84eec49 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Enabled/disabled enterprise mobility management for members. */ public class EmmChangePolicyDetails { - // struct team_log.EmmChangePolicyDetails (team_log_generated.stone) + // struct team_log.EmmChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final EmmState newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmChangePolicyType.java index 7e9a796f4..30c94a025 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EmmChangePolicyType { - // struct team_log.EmmChangePolicyType (team_log_generated.stone) + // struct team_log.EmmChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateExceptionsReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateExceptionsReportDetails.java index 8d8607c06..a42e5106d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateExceptionsReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateExceptionsReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created EMM-excluded users report. */ public class EmmCreateExceptionsReportDetails { - // struct team_log.EmmCreateExceptionsReportDetails (team_log_generated.stone) + // struct team_log.EmmCreateExceptionsReportDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateExceptionsReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateExceptionsReportType.java index 460c24a9f..5e8c4464c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateExceptionsReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateExceptionsReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EmmCreateExceptionsReportType { - // struct team_log.EmmCreateExceptionsReportType (team_log_generated.stone) + // struct team_log.EmmCreateExceptionsReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateUsageReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateUsageReportDetails.java index c9f1895ad..9f0329b00 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateUsageReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateUsageReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created EMM mobile app usage report. */ public class EmmCreateUsageReportDetails { - // struct team_log.EmmCreateUsageReportDetails (team_log_generated.stone) + // struct team_log.EmmCreateUsageReportDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateUsageReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateUsageReportType.java index ce90c76cb..5420f435f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateUsageReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmCreateUsageReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EmmCreateUsageReportType { - // struct team_log.EmmCreateUsageReportType (team_log_generated.stone) + // struct team_log.EmmCreateUsageReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmErrorDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmErrorDetails.java index 5b15a0bb5..6055eaf7e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmErrorDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmErrorDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Failed to sign in via EMM. */ public class EmmErrorDetails { - // struct team_log.EmmErrorDetails (team_log_generated.stone) + // struct team_log.EmmErrorDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FailureDetailsLogInfo errorDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmErrorType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmErrorType.java index 91f037b25..38f9ac65d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmErrorType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmErrorType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EmmErrorType { - // struct team_log.EmmErrorType (team_log_generated.stone) + // struct team_log.EmmErrorType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRefreshAuthTokenDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRefreshAuthTokenDetails.java index 766e02665..d6c208897 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRefreshAuthTokenDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRefreshAuthTokenDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Refreshed auth token used for setting up EMM. */ public class EmmRefreshAuthTokenDetails { - // struct team_log.EmmRefreshAuthTokenDetails (team_log_generated.stone) + // struct team_log.EmmRefreshAuthTokenDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRefreshAuthTokenType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRefreshAuthTokenType.java index 0e65b1d02..4c5a475c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRefreshAuthTokenType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRefreshAuthTokenType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EmmRefreshAuthTokenType { - // struct team_log.EmmRefreshAuthTokenType (team_log_generated.stone) + // struct team_log.EmmRefreshAuthTokenType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRemoveExceptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRemoveExceptionDetails.java index df64842a5..93e92bf22 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRemoveExceptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRemoveExceptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed members from EMM exception list. */ public class EmmRemoveExceptionDetails { - // struct team_log.EmmRemoveExceptionDetails (team_log_generated.stone) + // struct team_log.EmmRemoveExceptionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRemoveExceptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRemoveExceptionType.java index 0d9af1e9a..b58ddcbc5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRemoveExceptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EmmRemoveExceptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EmmRemoveExceptionType { - // struct team_log.EmmRemoveExceptionType (team_log_generated.stone) + // struct team_log.EmmRemoveExceptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnabledDomainInvitesDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnabledDomainInvitesDetails.java index 7482dd716..61e1cd0ab 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnabledDomainInvitesDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnabledDomainInvitesDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Enabled domain invites. */ public class EnabledDomainInvitesDetails { - // struct team_log.EnabledDomainInvitesDetails (team_log_generated.stone) + // struct team_log.EnabledDomainInvitesDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnabledDomainInvitesType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnabledDomainInvitesType.java index 9a13c1985..fb1852722 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnabledDomainInvitesType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnabledDomainInvitesType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EnabledDomainInvitesType { - // struct team_log.EnabledDomainInvitesType (team_log_generated.stone) + // struct team_log.EnabledDomainInvitesType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDeprecatedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDeprecatedDetails.java index 2e2842918..f6af605f4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDeprecatedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDeprecatedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Ended enterprise admin session. */ public class EndedEnterpriseAdminSessionDeprecatedDetails { - // struct team_log.EndedEnterpriseAdminSessionDeprecatedDetails (team_log_generated.stone) + // struct team_log.EndedEnterpriseAdminSessionDeprecatedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FedExtraDetails federationExtraDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDeprecatedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDeprecatedType.java index 627af055e..61f78f397 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDeprecatedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDeprecatedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EndedEnterpriseAdminSessionDeprecatedType { - // struct team_log.EndedEnterpriseAdminSessionDeprecatedType (team_log_generated.stone) + // struct team_log.EndedEnterpriseAdminSessionDeprecatedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDetails.java index 853656cff..91f203313 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Ended enterprise admin session. */ public class EndedEnterpriseAdminSessionDetails { - // struct team_log.EndedEnterpriseAdminSessionDetails (team_log_generated.stone) + // struct team_log.EndedEnterpriseAdminSessionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionType.java index cef321296..2b5b10e9b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EndedEnterpriseAdminSessionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EndedEnterpriseAdminSessionType { - // struct team_log.EndedEnterpriseAdminSessionType (team_log_generated.stone) + // struct team_log.EndedEnterpriseAdminSessionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnforceLinkPasswordPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnforceLinkPasswordPolicy.java index f73cf4257..1b96d96c8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnforceLinkPasswordPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnforceLinkPasswordPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * shared link is updated */ public enum EnforceLinkPasswordPolicy { - // union team_log.EnforceLinkPasswordPolicy (team_log_generated.stone) + // union team_log.EnforceLinkPasswordPolicy (team_log_stone_gen_team_log_generated.stone) OPTIONAL, REQUIRED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnterpriseSettingsLockingDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnterpriseSettingsLockingDetails.java index ffa40a4a6..3b1d71f6e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnterpriseSettingsLockingDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnterpriseSettingsLockingDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed who can update a setting. */ public class EnterpriseSettingsLockingDetails { - // struct team_log.EnterpriseSettingsLockingDetails (team_log_generated.stone) + // struct team_log.EnterpriseSettingsLockingDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String teamName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnterpriseSettingsLockingType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnterpriseSettingsLockingType.java index 81fd7fdfa..c6cb85820 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnterpriseSettingsLockingType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EnterpriseSettingsLockingType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class EnterpriseSettingsLockingType { - // struct team_log.EnterpriseSettingsLockingType (team_log_generated.stone) + // struct team_log.EnterpriseSettingsLockingType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventCategory.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventCategory.java index 6565ccee9..1ea5ca21d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventCategory.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventCategory.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Category of events in event audit log. */ public enum EventCategory { - // union team_log.EventCategory (team_log_generated.stone) + // union team_log.EventCategory (team_log_stone_gen_team_log_generated.stone) /** * Events that involve team related alerts. */ @@ -33,6 +33,10 @@ public enum EventCategory { * Events that have to do with comments on files and Paper documents. */ COMMENTS, + /** + * Events that apply to Dropbox Dash + */ + DASH, /** * Events that involve data governance actions */ @@ -92,6 +96,10 @@ public enum EventCategory { * Events that apply to Dropbox Showcase. */ SHOWCASE, + /** + * Events that apply to Dropbox Sign + */ + SIGNATURES, /** * Events that involve using or configuring single sign-on as well as * administrative policies concerning single sign-on. @@ -148,6 +156,10 @@ public void serialize(EventCategory value, JsonGenerator g) throws IOException, g.writeString("comments"); break; } + case DASH: { + g.writeString("dash"); + break; + } case DATA_GOVERNANCE: { g.writeString("data_governance"); break; @@ -204,6 +216,10 @@ public void serialize(EventCategory value, JsonGenerator g) throws IOException, g.writeString("showcase"); break; } + case SIGNATURES: { + g.writeString("signatures"); + break; + } case SSO: { g.writeString("sso"); break; @@ -261,6 +277,9 @@ else if ("apps".equals(tag)) { else if ("comments".equals(tag)) { value = EventCategory.COMMENTS; } + else if ("dash".equals(tag)) { + value = EventCategory.DASH; + } else if ("data_governance".equals(tag)) { value = EventCategory.DATA_GOVERNANCE; } @@ -303,6 +322,9 @@ else if ("sharing".equals(tag)) { else if ("showcase".equals(tag)) { value = EventCategory.SHOWCASE; } + else if ("signatures".equals(tag)) { + value = EventCategory.SIGNATURES; + } else if ("sso".equals(tag)) { value = EventCategory.SSO; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventDetails.java index f54090b7f..9a8f8f252 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class EventDetails { - // union team_log.EventDetails (team_log_generated.stone) + // union team_log.EventDetails (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link EventDetails}. @@ -55,6 +55,37 @@ public enum Tag { FILE_RESOLVE_COMMENT_DETAILS, // FileResolveCommentDetails FILE_UNLIKE_COMMENT_DETAILS, // FileUnlikeCommentDetails FILE_UNRESOLVE_COMMENT_DETAILS, // FileUnresolveCommentDetails + DASH_ADDED_COMMENT_TO_STACK_DETAILS, // DashAddedCommentToStackDetails + DASH_ADDED_CONNECTOR_DETAILS, // DashAddedConnectorDetails + DASH_ADDED_LINK_TO_STACK_DETAILS, // DashAddedLinkToStackDetails + DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS, // DashAddedTeamEmailDomainAllowlistDetails + DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS, // DashAdminAddedOrgWideConnectorDetails + DASH_ADMIN_DISABLED_CONNECTOR_DETAILS, // DashAdminDisabledConnectorDetails + DASH_ADMIN_ENABLED_CONNECTOR_DETAILS, // DashAdminEnabledConnectorDetails + DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS, // DashAdminRemovedOrgWideConnectorDetails + DASH_ARCHIVED_STACK_DETAILS, // DashArchivedStackDetails + DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS, // DashChangedAudienceOfSharedLinkToStackDetails + DASH_CLONED_STACK_DETAILS, // DashClonedStackDetails + DASH_CREATED_STACK_DETAILS, // DashCreatedStackDetails + DASH_DELETED_COMMENT_FROM_STACK_DETAILS, // DashDeletedCommentFromStackDetails + DASH_DELETED_STACK_DETAILS, // DashDeletedStackDetails + DASH_EDITED_COMMENT_IN_STACK_DETAILS, // DashEditedCommentInStackDetails + DASH_EXTERNAL_USER_OPENED_STACK_DETAILS, // DashExternalUserOpenedStackDetails + DASH_FIRST_LAUNCHED_DESKTOP_DETAILS, // DashFirstLaunchedDesktopDetails + DASH_FIRST_LAUNCHED_EXTENSION_DETAILS, // DashFirstLaunchedExtensionDetails + DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS, // DashFirstLaunchedWebStartPageDetails + DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS, // DashOpenedSharedLinkToStackDetails + DASH_OPENED_STACK_DETAILS, // DashOpenedStackDetails + DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS, // DashPreviewOptOutStatusChangedDetails + DASH_REMOVED_CONNECTOR_DETAILS, // DashRemovedConnectorDetails + DASH_REMOVED_LINK_FROM_STACK_DETAILS, // DashRemovedLinkFromStackDetails + DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS, // DashRemovedSharedLinkToStackDetails + DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS, // DashRemovedTeamEmailDomainAllowlistDetails + DASH_RENAMED_STACK_DETAILS, // DashRenamedStackDetails + DASH_SHARED_LINK_TO_STACK_DETAILS, // DashSharedLinkToStackDetails + DASH_UNARCHIVED_STACK_DETAILS, // DashUnarchivedStackDetails + DASH_VIEWED_COMPANY_STACK_DETAILS, // DashViewedCompanyStackDetails + DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS, // DashViewedExternalAiActivityReportDetails GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS, // GovernancePolicyAddFoldersDetails GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS, // GovernancePolicyAddFolderFailedDetails GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS, // GovernancePolicyContentDisposedDetails @@ -109,8 +140,20 @@ public enum Tag { DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS, // DomainVerificationAddDomainSuccessDetails DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS, // DomainVerificationRemoveDomainDetails ENABLED_DOMAIN_INVITES_DETAILS, // EnabledDomainInvitesDetails + ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS, // EncryptedFolderCancelTeamKeyRotationDetails + ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS, // EncryptedFolderEnrollBackupKeyDetails + ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS, // EncryptedFolderEnrollClientDetails + ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS, // EncryptedFolderEnrollTeamDetails + ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS, // EncryptedFolderFinishTeamUnenrollmentDetails + ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS, // EncryptedFolderInitTeamKeyRotationDetails + ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS, // EncryptedFolderInitTeamUnenrollmentDetails + ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS, // EncryptedFolderRemoveBackupKeyDetails + ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS, // EncryptedFolderRotateTeamKeyDetails + ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS, // EncryptedFolderUnenrollClientDetails + TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS, // TeamEncryptionKeyActivateKeyDetails TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION_DETAILS, // TeamEncryptionKeyCancelKeyDeletionDetails TEAM_ENCRYPTION_KEY_CREATE_KEY_DETAILS, // TeamEncryptionKeyCreateKeyDetails + TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS, // TeamEncryptionKeyDeactivateKeyDetails TEAM_ENCRYPTION_KEY_DELETE_KEY_DETAILS, // TeamEncryptionKeyDeleteKeyDetails TEAM_ENCRYPTION_KEY_DISABLE_KEY_DETAILS, // TeamEncryptionKeyDisableKeyDetails TEAM_ENCRYPTION_KEY_ENABLE_KEY_DETAILS, // TeamEncryptionKeyEnableKeyDetails @@ -142,12 +185,15 @@ public enum Tag { OBJECT_LABEL_UPDATED_VALUE_DETAILS, // ObjectLabelUpdatedValueDetails ORGANIZE_FOLDER_WITH_TIDY_DETAILS, // OrganizeFolderWithTidyDetails REPLAY_FILE_DELETE_DETAILS, // ReplayFileDeleteDetails + REPLAY_FILE_DOWNLOADED_DETAILS, // ReplayFileDownloadedDetails + REPLAY_TEAM_PROJECT_CREATED_DETAILS, // ReplayTeamProjectCreatedDetails REWIND_FOLDER_DETAILS, // RewindFolderDetails UNDO_NAMING_CONVENTION_DETAILS, // UndoNamingConventionDetails UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS, // UndoOrganizeFolderWithTidyDetails USER_TAGS_ADDED_DETAILS, // UserTagsAddedDetails USER_TAGS_REMOVED_DETAILS, // UserTagsRemovedDetails EMAIL_INGEST_RECEIVE_FILE_DETAILS, // EmailIngestReceiveFileDetails + FILE_REQUEST_AUTO_CLOSE_DETAILS, // FileRequestAutoCloseDetails FILE_REQUEST_CHANGE_DETAILS, // FileRequestChangeDetails FILE_REQUEST_CLOSE_DETAILS, // FileRequestCloseDetails FILE_REQUEST_CREATE_DETAILS, // FileRequestCreateDetails @@ -161,6 +207,7 @@ public enum Tag { GROUP_CREATE_DETAILS, // GroupCreateDetails GROUP_DELETE_DETAILS, // GroupDeleteDetails GROUP_DESCRIPTION_UPDATED_DETAILS, // GroupDescriptionUpdatedDetails + GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS, // GroupExternalSharingSettingOverrideChangedDetails GROUP_JOIN_POLICY_UPDATED_DETAILS, // GroupJoinPolicyUpdatedDetails GROUP_MOVED_DETAILS, // GroupMovedDetails GROUP_REMOVE_EXTERNAL_ID_DETAILS, // GroupRemoveExternalIdDetails @@ -178,6 +225,8 @@ public enum Tag { SIGN_IN_AS_SESSION_END_DETAILS, // SignInAsSessionEndDetails SIGN_IN_AS_SESSION_START_DETAILS, // SignInAsSessionStartDetails SSO_ERROR_DETAILS, // SsoErrorDetails + ADDON_ASSIGNED_DETAILS, // AddonAssignedDetails + ADDON_REMOVED_DETAILS, // AddonRemovedDetails BACKUP_ADMIN_INVITATION_SENT_DETAILS, // BackupAdminInvitationSentDetails BACKUP_INVITATION_OPENED_DETAILS, // BackupInvitationOpenedDetails CREATE_TEAM_INVITE_LINK_DETAILS, // CreateTeamInviteLinkDetails @@ -203,6 +252,8 @@ public enum Tag { MEMBER_SUGGEST_DETAILS, // MemberSuggestDetails MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS, // MemberTransferAccountContentsDetails PENDING_SECONDARY_EMAIL_ADDED_DETAILS, // PendingSecondaryEmailAddedDetails + PRODUCT_ASSIGNED_TO_MEMBER_DETAILS, // ProductAssignedToMemberDetails + PRODUCT_REMOVED_FROM_MEMBER_DETAILS, // ProductRemovedFromMemberDetails SECONDARY_EMAIL_DELETED_DETAILS, // SecondaryEmailDeletedDetails SECONDARY_EMAIL_VERIFIED_DETAILS, // SecondaryEmailVerifiedDetails SECONDARY_MAILS_POLICY_CHANGED_DETAILS, // SecondaryMailsPolicyChangedDetails @@ -266,6 +317,8 @@ public enum Tag { EXPORT_MEMBERS_REPORT_FAIL_DETAILS, // ExportMembersReportFailDetails EXTERNAL_SHARING_CREATE_REPORT_DETAILS, // ExternalSharingCreateReportDetails EXTERNAL_SHARING_REPORT_FAILED_DETAILS, // ExternalSharingReportFailedDetails + MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS, // MemberAccessDetailsCreateReportDetails + MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS, // MemberAccessDetailsCreateReportFailedDetails NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS, // NoExpirationLinkGenCreateReportDetails NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS, // NoExpirationLinkGenReportFailedDetails NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS, // NoPasswordLinkGenCreateReportDetails @@ -277,9 +330,15 @@ public enum Tag { PAPER_ADMIN_EXPORT_START_DETAILS, // PaperAdminExportStartDetails RANSOMWARE_ALERT_CREATE_REPORT_DETAILS, // RansomwareAlertCreateReportDetails RANSOMWARE_ALERT_CREATE_REPORT_FAILED_DETAILS, // RansomwareAlertCreateReportFailedDetails + SHARED_FOLDERS_CREATE_REPORT_DETAILS, // SharedFoldersCreateReportDetails + SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS, // SharedFoldersCreateReportFailedDetails SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS, // SmartSyncCreateAdminPrivilegeReportDetails TEAM_ACTIVITY_CREATE_REPORT_DETAILS, // TeamActivityCreateReportDetails TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS, // TeamActivityCreateReportFailDetails + TEAM_FOLDERS_CREATE_REPORT_DETAILS, // TeamFoldersCreateReportDetails + TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS, // TeamFoldersCreateReportFailedDetails + TEAM_STORAGE_CREATE_REPORT_DETAILS, // TeamStorageCreateReportDetails + TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS, // TeamStorageCreateReportFailedDetails COLLECTION_SHARE_DETAILS, // CollectionShareDetails FILE_TRANSFERS_FILE_ADD_DETAILS, // FileTransfersFileAddDetails FILE_TRANSFERS_TRANSFER_DELETE_DETAILS, // FileTransfersTransferDeleteDetails @@ -296,6 +355,14 @@ public enum Tag { REPLAY_FILE_SHARED_LINK_MODIFIED_DETAILS, // ReplayFileSharedLinkModifiedDetails REPLAY_PROJECT_TEAM_ADD_DETAILS, // ReplayProjectTeamAddDetails REPLAY_PROJECT_TEAM_DELETE_DETAILS, // ReplayProjectTeamDeleteDetails + SEND_AND_TRACK_FILE_ADDED_DETAILS, // SendAndTrackFileAddedDetails + SEND_AND_TRACK_FILE_RENAMED_DETAILS, // SendAndTrackFileRenamedDetails + SEND_AND_TRACK_FILE_UPDATED_DETAILS, // SendAndTrackFileUpdatedDetails + SEND_AND_TRACK_LINK_CREATED_DETAILS, // SendAndTrackLinkCreatedDetails + SEND_AND_TRACK_LINK_DELETED_DETAILS, // SendAndTrackLinkDeletedDetails + SEND_AND_TRACK_LINK_UPDATED_DETAILS, // SendAndTrackLinkUpdatedDetails + SEND_AND_TRACK_LINK_VIEWED_DETAILS, // SendAndTrackLinkViewedDetails + SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS, // SendAndTrackRemovedFileAndAssociatedLinksDetails SF_ADD_GROUP_DETAILS, // SfAddGroupDetails SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS, // SfAllowNonMembersToViewSharedLinksDetails SF_EXTERNAL_INVITE_WARN_DETAILS, // SfExternalInviteWarnDetails @@ -351,6 +418,7 @@ public enum Tag { SHARED_LINK_DISABLE_DETAILS, // SharedLinkDisableDetails SHARED_LINK_DOWNLOAD_DETAILS, // SharedLinkDownloadDetails SHARED_LINK_REMOVE_EXPIRY_DETAILS, // SharedLinkRemoveExpiryDetails + SHARED_LINK_REMOVE_VISITOR_DETAILS, // SharedLinkRemoveVisitorDetails SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS, // SharedLinkSettingsAddExpirationDetails SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS, // SharedLinkSettingsAddPasswordDetails SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS, // SharedLinkSettingsAllowDownloadDisabledDetails @@ -390,6 +458,15 @@ public enum Tag { SHOWCASE_UNTRASHED_DETAILS, // ShowcaseUntrashedDetails SHOWCASE_UNTRASHED_DEPRECATED_DETAILS, // ShowcaseUntrashedDeprecatedDetails SHOWCASE_VIEW_DETAILS, // ShowcaseViewDetails + SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS, // SignSignatureRequestCanceledDetails + SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS, // SignSignatureRequestCompletedDetails + SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS, // SignSignatureRequestDeclinedDetails + SIGN_SIGNATURE_REQUEST_OPENED_DETAILS, // SignSignatureRequestOpenedDetails + SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS, // SignSignatureRequestReminderSentDetails + SIGN_SIGNATURE_REQUEST_SENT_DETAILS, // SignSignatureRequestSentDetails + SIGN_TEMPLATE_CREATED_DETAILS, // SignTemplateCreatedDetails + SIGN_TEMPLATE_SHARED_DETAILS, // SignTemplateSharedDetails + RISC_SECURITY_EVENT_DETAILS, // RiscSecurityEventDetails SSO_ADD_CERT_DETAILS, // SsoAddCertDetails SSO_ADD_LOGIN_URL_DETAILS, // SsoAddLoginUrlDetails SSO_ADD_LOGOUT_URL_DETAILS, // SsoAddLogoutUrlDetails @@ -408,14 +485,19 @@ public enum Tag { TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS, // TeamSelectiveSyncSettingsChangedDetails ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS, // AccountCaptureChangePolicyDetails ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS, // AdminEmailRemindersChangedDetails + AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS, // AiThirdPartySharingDropboxBasePolicyChangedDetails ALLOW_DOWNLOAD_DISABLED_DETAILS, // AllowDownloadDisabledDetails ALLOW_DOWNLOAD_ENABLED_DETAILS, // AllowDownloadEnabledDetails + APPLE_LOGIN_CHANGE_POLICY_DETAILS, // AppleLoginChangePolicyDetails APP_PERMISSIONS_CHANGED_DETAILS, // AppPermissionsChangedDetails CAMERA_UPLOADS_POLICY_CHANGED_DETAILS, // CameraUploadsPolicyChangedDetails + CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS, // CaptureTeamSpacePolicyChangedDetails CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS, // CaptureTranscriptPolicyChangedDetails CLASSIFICATION_CHANGE_POLICY_DETAILS, // ClassificationChangePolicyDetails COMPUTER_BACKUP_POLICY_CHANGED_DETAILS, // ComputerBackupPolicyChangedDetails CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS, // ContentAdministrationPolicyChangedDetails + CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS, // ContentDeletionProtectionChangePolicyDetails + DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS, // DashExternalSharingPolicyChangedDetails DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS, // DataPlacementRestrictionChangePolicyDetails DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS, // DataPlacementRestrictionSatisfyPolicyDetails DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS, // DeviceApprovalsAddExceptionDetails @@ -440,6 +522,7 @@ public enum Tag { FILE_REQUESTS_EMAILS_ENABLED_DETAILS, // FileRequestsEmailsEnabledDetails FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS, // FileRequestsEmailsRestrictedToTeamOnlyDetails FILE_TRANSFERS_POLICY_CHANGED_DETAILS, // FileTransfersPolicyChangedDetails + FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS, // FlexibleFileNamesPolicyChangedDetails FOLDER_LINK_RESTRICTION_POLICY_CHANGED_DETAILS, // FolderLinkRestrictionPolicyChangedDetails GOOGLE_SSO_CHANGE_POLICY_DETAILS, // GoogleSsoChangePolicyDetails GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS, // GroupUserManagementChangePolicyDetails @@ -452,6 +535,7 @@ public enum Tag { MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS, // MemberSpaceLimitsChangePolicyDetails MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS, // MemberSpaceLimitsRemoveExceptionDetails MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS, // MemberSuggestionsChangePolicyDetails + MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS, // MicrosoftLoginChangePolicyDetails MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS, // MicrosoftOfficeAddinChangePolicyDetails NETWORK_CONTROL_CHANGE_POLICY_DETAILS, // NetworkControlChangePolicyDetails PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS, // PaperChangeDeploymentPolicyDetails @@ -462,11 +546,18 @@ public enum Tag { PAPER_DESKTOP_POLICY_CHANGED_DETAILS, // PaperDesktopPolicyChangedDetails PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS, // PaperEnabledUsersGroupAdditionDetails PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS, // PaperEnabledUsersGroupRemovalDetails + PASSKEY_LOGIN_POLICY_CHANGED_DETAILS, // PasskeyLoginPolicyChangedDetails PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS, // PasswordStrengthRequirementsChangePolicyDetails PERMANENT_DELETE_CHANGE_POLICY_DETAILS, // PermanentDeleteChangePolicyDetails + PREVIEWS_AI_POLICY_CHANGED_DETAILS, // PreviewsAiPolicyChangedDetails + REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS, // ReplayAddingPeoplePolicyChangedDetails + REPLAY_SHARING_POLICY_CHANGED_DETAILS, // ReplaySharingPolicyChangedDetails RESELLER_SUPPORT_CHANGE_POLICY_DETAILS, // ResellerSupportChangePolicyDetails REWIND_POLICY_CHANGED_DETAILS, // RewindPolicyChangedDetails + SEND_AND_TRACK_POLICY_CHANGED_DETAILS, // SendAndTrackPolicyChangedDetails + SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS, // SendExternalSharingPolicyChangedDetails SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS, // SendForSignaturePolicyChangedDetails + SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS, // SharedLinkDefaultPermissionsPolicyChangedDetails SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS, // SharingChangeFolderJoinPolicyDetails SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS, // SharingChangeLinkAllowChangeExpirationPolicyDetails SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS, // SharingChangeLinkDefaultExpirationPolicyDetails @@ -476,18 +567,23 @@ public enum Tag { SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS, // ShowcaseChangeDownloadPolicyDetails SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS, // ShowcaseChangeEnabledPolicyDetails SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS, // ShowcaseChangeExternalSharingPolicyDetails + SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS, // SignExternalSharingPolicyChangedDetails + SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS, // SignTemplateCreationPermissionChangedDetails SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS, // SmarterSmartSyncPolicyChangedDetails SMART_SYNC_CHANGE_POLICY_DETAILS, // SmartSyncChangePolicyDetails SMART_SYNC_NOT_OPT_OUT_DETAILS, // SmartSyncNotOptOutDetails SMART_SYNC_OPT_OUT_DETAILS, // SmartSyncOptOutDetails SSO_CHANGE_POLICY_DETAILS, // SsoChangePolicyDetails + STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS, // StackCrossTeamAccessPolicyChangedDetails TEAM_BRANDING_POLICY_CHANGED_DETAILS, // TeamBrandingPolicyChangedDetails TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS, // TeamExtensionsPolicyChangedDetails + TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS, // TeamMemberStorageRequestPolicyChangedDetails TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS, // TeamSelectiveSyncPolicyChangedDetails TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS, // TeamSharingWhitelistSubjectsChangedDetails TFA_ADD_EXCEPTION_DETAILS, // TfaAddExceptionDetails TFA_CHANGE_POLICY_DETAILS, // TfaChangePolicyDetails TFA_REMOVE_EXCEPTION_DETAILS, // TfaRemoveExceptionDetails + TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS, // TopLevelContentPolicyChangedDetails TWO_ACCOUNT_CHANGE_POLICY_DETAILS, // TwoAccountChangePolicyDetails VIEWER_INFO_POLICY_CHANGED_DETAILS, // ViewerInfoPolicyChangedDetails WATERMARKING_POLICY_CHANGED_DETAILS, // WatermarkingPolicyChangedDetails @@ -506,6 +602,8 @@ public enum Tag { TEAM_PROFILE_CHANGE_NAME_DETAILS, // TeamProfileChangeNameDetails TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS, // TeamProfileRemoveBackgroundDetails TEAM_PROFILE_REMOVE_LOGO_DETAILS, // TeamProfileRemoveLogoDetails + PASSKEY_ADD_DETAILS, // PasskeyAddDetails + PASSKEY_REMOVE_DETAILS, // PasskeyRemoveDetails TFA_ADD_BACKUP_PHONE_DETAILS, // TfaAddBackupPhoneDetails TFA_ADD_SECURITY_KEY_DETAILS, // TfaAddSecurityKeyDetails TFA_CHANGE_BACKUP_PHONE_DETAILS, // TfaChangeBackupPhoneDetails @@ -584,6 +682,37 @@ public enum Tag { private FileResolveCommentDetails fileResolveCommentDetailsValue; private FileUnlikeCommentDetails fileUnlikeCommentDetailsValue; private FileUnresolveCommentDetails fileUnresolveCommentDetailsValue; + private DashAddedCommentToStackDetails dashAddedCommentToStackDetailsValue; + private DashAddedConnectorDetails dashAddedConnectorDetailsValue; + private DashAddedLinkToStackDetails dashAddedLinkToStackDetailsValue; + private DashAddedTeamEmailDomainAllowlistDetails dashAddedTeamEmailDomainAllowlistDetailsValue; + private DashAdminAddedOrgWideConnectorDetails dashAdminAddedOrgWideConnectorDetailsValue; + private DashAdminDisabledConnectorDetails dashAdminDisabledConnectorDetailsValue; + private DashAdminEnabledConnectorDetails dashAdminEnabledConnectorDetailsValue; + private DashAdminRemovedOrgWideConnectorDetails dashAdminRemovedOrgWideConnectorDetailsValue; + private DashArchivedStackDetails dashArchivedStackDetailsValue; + private DashChangedAudienceOfSharedLinkToStackDetails dashChangedAudienceOfSharedLinkToStackDetailsValue; + private DashClonedStackDetails dashClonedStackDetailsValue; + private DashCreatedStackDetails dashCreatedStackDetailsValue; + private DashDeletedCommentFromStackDetails dashDeletedCommentFromStackDetailsValue; + private DashDeletedStackDetails dashDeletedStackDetailsValue; + private DashEditedCommentInStackDetails dashEditedCommentInStackDetailsValue; + private DashExternalUserOpenedStackDetails dashExternalUserOpenedStackDetailsValue; + private DashFirstLaunchedDesktopDetails dashFirstLaunchedDesktopDetailsValue; + private DashFirstLaunchedExtensionDetails dashFirstLaunchedExtensionDetailsValue; + private DashFirstLaunchedWebStartPageDetails dashFirstLaunchedWebStartPageDetailsValue; + private DashOpenedSharedLinkToStackDetails dashOpenedSharedLinkToStackDetailsValue; + private DashOpenedStackDetails dashOpenedStackDetailsValue; + private DashPreviewOptOutStatusChangedDetails dashPreviewOptOutStatusChangedDetailsValue; + private DashRemovedConnectorDetails dashRemovedConnectorDetailsValue; + private DashRemovedLinkFromStackDetails dashRemovedLinkFromStackDetailsValue; + private DashRemovedSharedLinkToStackDetails dashRemovedSharedLinkToStackDetailsValue; + private DashRemovedTeamEmailDomainAllowlistDetails dashRemovedTeamEmailDomainAllowlistDetailsValue; + private DashRenamedStackDetails dashRenamedStackDetailsValue; + private DashSharedLinkToStackDetails dashSharedLinkToStackDetailsValue; + private DashUnarchivedStackDetails dashUnarchivedStackDetailsValue; + private DashViewedCompanyStackDetails dashViewedCompanyStackDetailsValue; + private DashViewedExternalAiActivityReportDetails dashViewedExternalAiActivityReportDetailsValue; private GovernancePolicyAddFoldersDetails governancePolicyAddFoldersDetailsValue; private GovernancePolicyAddFolderFailedDetails governancePolicyAddFolderFailedDetailsValue; private GovernancePolicyContentDisposedDetails governancePolicyContentDisposedDetailsValue; @@ -638,8 +767,20 @@ public enum Tag { private DomainVerificationAddDomainSuccessDetails domainVerificationAddDomainSuccessDetailsValue; private DomainVerificationRemoveDomainDetails domainVerificationRemoveDomainDetailsValue; private EnabledDomainInvitesDetails enabledDomainInvitesDetailsValue; + private EncryptedFolderCancelTeamKeyRotationDetails encryptedFolderCancelTeamKeyRotationDetailsValue; + private EncryptedFolderEnrollBackupKeyDetails encryptedFolderEnrollBackupKeyDetailsValue; + private EncryptedFolderEnrollClientDetails encryptedFolderEnrollClientDetailsValue; + private EncryptedFolderEnrollTeamDetails encryptedFolderEnrollTeamDetailsValue; + private EncryptedFolderFinishTeamUnenrollmentDetails encryptedFolderFinishTeamUnenrollmentDetailsValue; + private EncryptedFolderInitTeamKeyRotationDetails encryptedFolderInitTeamKeyRotationDetailsValue; + private EncryptedFolderInitTeamUnenrollmentDetails encryptedFolderInitTeamUnenrollmentDetailsValue; + private EncryptedFolderRemoveBackupKeyDetails encryptedFolderRemoveBackupKeyDetailsValue; + private EncryptedFolderRotateTeamKeyDetails encryptedFolderRotateTeamKeyDetailsValue; + private EncryptedFolderUnenrollClientDetails encryptedFolderUnenrollClientDetailsValue; + private TeamEncryptionKeyActivateKeyDetails teamEncryptionKeyActivateKeyDetailsValue; private TeamEncryptionKeyCancelKeyDeletionDetails teamEncryptionKeyCancelKeyDeletionDetailsValue; private TeamEncryptionKeyCreateKeyDetails teamEncryptionKeyCreateKeyDetailsValue; + private TeamEncryptionKeyDeactivateKeyDetails teamEncryptionKeyDeactivateKeyDetailsValue; private TeamEncryptionKeyDeleteKeyDetails teamEncryptionKeyDeleteKeyDetailsValue; private TeamEncryptionKeyDisableKeyDetails teamEncryptionKeyDisableKeyDetailsValue; private TeamEncryptionKeyEnableKeyDetails teamEncryptionKeyEnableKeyDetailsValue; @@ -671,12 +812,15 @@ public enum Tag { private ObjectLabelUpdatedValueDetails objectLabelUpdatedValueDetailsValue; private OrganizeFolderWithTidyDetails organizeFolderWithTidyDetailsValue; private ReplayFileDeleteDetails replayFileDeleteDetailsValue; + private ReplayFileDownloadedDetails replayFileDownloadedDetailsValue; + private ReplayTeamProjectCreatedDetails replayTeamProjectCreatedDetailsValue; private RewindFolderDetails rewindFolderDetailsValue; private UndoNamingConventionDetails undoNamingConventionDetailsValue; private UndoOrganizeFolderWithTidyDetails undoOrganizeFolderWithTidyDetailsValue; private UserTagsAddedDetails userTagsAddedDetailsValue; private UserTagsRemovedDetails userTagsRemovedDetailsValue; private EmailIngestReceiveFileDetails emailIngestReceiveFileDetailsValue; + private FileRequestAutoCloseDetails fileRequestAutoCloseDetailsValue; private FileRequestChangeDetails fileRequestChangeDetailsValue; private FileRequestCloseDetails fileRequestCloseDetailsValue; private FileRequestCreateDetails fileRequestCreateDetailsValue; @@ -690,6 +834,7 @@ public enum Tag { private GroupCreateDetails groupCreateDetailsValue; private GroupDeleteDetails groupDeleteDetailsValue; private GroupDescriptionUpdatedDetails groupDescriptionUpdatedDetailsValue; + private GroupExternalSharingSettingOverrideChangedDetails groupExternalSharingSettingOverrideChangedDetailsValue; private GroupJoinPolicyUpdatedDetails groupJoinPolicyUpdatedDetailsValue; private GroupMovedDetails groupMovedDetailsValue; private GroupRemoveExternalIdDetails groupRemoveExternalIdDetailsValue; @@ -707,6 +852,8 @@ public enum Tag { private SignInAsSessionEndDetails signInAsSessionEndDetailsValue; private SignInAsSessionStartDetails signInAsSessionStartDetailsValue; private SsoErrorDetails ssoErrorDetailsValue; + private AddonAssignedDetails addonAssignedDetailsValue; + private AddonRemovedDetails addonRemovedDetailsValue; private BackupAdminInvitationSentDetails backupAdminInvitationSentDetailsValue; private BackupInvitationOpenedDetails backupInvitationOpenedDetailsValue; private CreateTeamInviteLinkDetails createTeamInviteLinkDetailsValue; @@ -732,6 +879,8 @@ public enum Tag { private MemberSuggestDetails memberSuggestDetailsValue; private MemberTransferAccountContentsDetails memberTransferAccountContentsDetailsValue; private PendingSecondaryEmailAddedDetails pendingSecondaryEmailAddedDetailsValue; + private ProductAssignedToMemberDetails productAssignedToMemberDetailsValue; + private ProductRemovedFromMemberDetails productRemovedFromMemberDetailsValue; private SecondaryEmailDeletedDetails secondaryEmailDeletedDetailsValue; private SecondaryEmailVerifiedDetails secondaryEmailVerifiedDetailsValue; private SecondaryMailsPolicyChangedDetails secondaryMailsPolicyChangedDetailsValue; @@ -795,6 +944,8 @@ public enum Tag { private ExportMembersReportFailDetails exportMembersReportFailDetailsValue; private ExternalSharingCreateReportDetails externalSharingCreateReportDetailsValue; private ExternalSharingReportFailedDetails externalSharingReportFailedDetailsValue; + private MemberAccessDetailsCreateReportDetails memberAccessDetailsCreateReportDetailsValue; + private MemberAccessDetailsCreateReportFailedDetails memberAccessDetailsCreateReportFailedDetailsValue; private NoExpirationLinkGenCreateReportDetails noExpirationLinkGenCreateReportDetailsValue; private NoExpirationLinkGenReportFailedDetails noExpirationLinkGenReportFailedDetailsValue; private NoPasswordLinkGenCreateReportDetails noPasswordLinkGenCreateReportDetailsValue; @@ -806,9 +957,15 @@ public enum Tag { private PaperAdminExportStartDetails paperAdminExportStartDetailsValue; private RansomwareAlertCreateReportDetails ransomwareAlertCreateReportDetailsValue; private RansomwareAlertCreateReportFailedDetails ransomwareAlertCreateReportFailedDetailsValue; + private SharedFoldersCreateReportDetails sharedFoldersCreateReportDetailsValue; + private SharedFoldersCreateReportFailedDetails sharedFoldersCreateReportFailedDetailsValue; private SmartSyncCreateAdminPrivilegeReportDetails smartSyncCreateAdminPrivilegeReportDetailsValue; private TeamActivityCreateReportDetails teamActivityCreateReportDetailsValue; private TeamActivityCreateReportFailDetails teamActivityCreateReportFailDetailsValue; + private TeamFoldersCreateReportDetails teamFoldersCreateReportDetailsValue; + private TeamFoldersCreateReportFailedDetails teamFoldersCreateReportFailedDetailsValue; + private TeamStorageCreateReportDetails teamStorageCreateReportDetailsValue; + private TeamStorageCreateReportFailedDetails teamStorageCreateReportFailedDetailsValue; private CollectionShareDetails collectionShareDetailsValue; private FileTransfersFileAddDetails fileTransfersFileAddDetailsValue; private FileTransfersTransferDeleteDetails fileTransfersTransferDeleteDetailsValue; @@ -825,6 +982,14 @@ public enum Tag { private ReplayFileSharedLinkModifiedDetails replayFileSharedLinkModifiedDetailsValue; private ReplayProjectTeamAddDetails replayProjectTeamAddDetailsValue; private ReplayProjectTeamDeleteDetails replayProjectTeamDeleteDetailsValue; + private SendAndTrackFileAddedDetails sendAndTrackFileAddedDetailsValue; + private SendAndTrackFileRenamedDetails sendAndTrackFileRenamedDetailsValue; + private SendAndTrackFileUpdatedDetails sendAndTrackFileUpdatedDetailsValue; + private SendAndTrackLinkCreatedDetails sendAndTrackLinkCreatedDetailsValue; + private SendAndTrackLinkDeletedDetails sendAndTrackLinkDeletedDetailsValue; + private SendAndTrackLinkUpdatedDetails sendAndTrackLinkUpdatedDetailsValue; + private SendAndTrackLinkViewedDetails sendAndTrackLinkViewedDetailsValue; + private SendAndTrackRemovedFileAndAssociatedLinksDetails sendAndTrackRemovedFileAndAssociatedLinksDetailsValue; private SfAddGroupDetails sfAddGroupDetailsValue; private SfAllowNonMembersToViewSharedLinksDetails sfAllowNonMembersToViewSharedLinksDetailsValue; private SfExternalInviteWarnDetails sfExternalInviteWarnDetailsValue; @@ -880,6 +1045,7 @@ public enum Tag { private SharedLinkDisableDetails sharedLinkDisableDetailsValue; private SharedLinkDownloadDetails sharedLinkDownloadDetailsValue; private SharedLinkRemoveExpiryDetails sharedLinkRemoveExpiryDetailsValue; + private SharedLinkRemoveVisitorDetails sharedLinkRemoveVisitorDetailsValue; private SharedLinkSettingsAddExpirationDetails sharedLinkSettingsAddExpirationDetailsValue; private SharedLinkSettingsAddPasswordDetails sharedLinkSettingsAddPasswordDetailsValue; private SharedLinkSettingsAllowDownloadDisabledDetails sharedLinkSettingsAllowDownloadDisabledDetailsValue; @@ -919,6 +1085,15 @@ public enum Tag { private ShowcaseUntrashedDetails showcaseUntrashedDetailsValue; private ShowcaseUntrashedDeprecatedDetails showcaseUntrashedDeprecatedDetailsValue; private ShowcaseViewDetails showcaseViewDetailsValue; + private SignSignatureRequestCanceledDetails signSignatureRequestCanceledDetailsValue; + private SignSignatureRequestCompletedDetails signSignatureRequestCompletedDetailsValue; + private SignSignatureRequestDeclinedDetails signSignatureRequestDeclinedDetailsValue; + private SignSignatureRequestOpenedDetails signSignatureRequestOpenedDetailsValue; + private SignSignatureRequestReminderSentDetails signSignatureRequestReminderSentDetailsValue; + private SignSignatureRequestSentDetails signSignatureRequestSentDetailsValue; + private SignTemplateCreatedDetails signTemplateCreatedDetailsValue; + private SignTemplateSharedDetails signTemplateSharedDetailsValue; + private RiscSecurityEventDetails riscSecurityEventDetailsValue; private SsoAddCertDetails ssoAddCertDetailsValue; private SsoAddLoginUrlDetails ssoAddLoginUrlDetailsValue; private SsoAddLogoutUrlDetails ssoAddLogoutUrlDetailsValue; @@ -937,14 +1112,19 @@ public enum Tag { private TeamSelectiveSyncSettingsChangedDetails teamSelectiveSyncSettingsChangedDetailsValue; private AccountCaptureChangePolicyDetails accountCaptureChangePolicyDetailsValue; private AdminEmailRemindersChangedDetails adminEmailRemindersChangedDetailsValue; + private AiThirdPartySharingDropboxBasePolicyChangedDetails aiThirdPartySharingDropboxBasePolicyChangedDetailsValue; private AllowDownloadDisabledDetails allowDownloadDisabledDetailsValue; private AllowDownloadEnabledDetails allowDownloadEnabledDetailsValue; + private AppleLoginChangePolicyDetails appleLoginChangePolicyDetailsValue; private AppPermissionsChangedDetails appPermissionsChangedDetailsValue; private CameraUploadsPolicyChangedDetails cameraUploadsPolicyChangedDetailsValue; + private CaptureTeamSpacePolicyChangedDetails captureTeamSpacePolicyChangedDetailsValue; private CaptureTranscriptPolicyChangedDetails captureTranscriptPolicyChangedDetailsValue; private ClassificationChangePolicyDetails classificationChangePolicyDetailsValue; private ComputerBackupPolicyChangedDetails computerBackupPolicyChangedDetailsValue; private ContentAdministrationPolicyChangedDetails contentAdministrationPolicyChangedDetailsValue; + private ContentDeletionProtectionChangePolicyDetails contentDeletionProtectionChangePolicyDetailsValue; + private DashExternalSharingPolicyChangedDetails dashExternalSharingPolicyChangedDetailsValue; private DataPlacementRestrictionChangePolicyDetails dataPlacementRestrictionChangePolicyDetailsValue; private DataPlacementRestrictionSatisfyPolicyDetails dataPlacementRestrictionSatisfyPolicyDetailsValue; private DeviceApprovalsAddExceptionDetails deviceApprovalsAddExceptionDetailsValue; @@ -969,6 +1149,7 @@ public enum Tag { private FileRequestsEmailsEnabledDetails fileRequestsEmailsEnabledDetailsValue; private FileRequestsEmailsRestrictedToTeamOnlyDetails fileRequestsEmailsRestrictedToTeamOnlyDetailsValue; private FileTransfersPolicyChangedDetails fileTransfersPolicyChangedDetailsValue; + private FlexibleFileNamesPolicyChangedDetails flexibleFileNamesPolicyChangedDetailsValue; private FolderLinkRestrictionPolicyChangedDetails folderLinkRestrictionPolicyChangedDetailsValue; private GoogleSsoChangePolicyDetails googleSsoChangePolicyDetailsValue; private GroupUserManagementChangePolicyDetails groupUserManagementChangePolicyDetailsValue; @@ -981,6 +1162,7 @@ public enum Tag { private MemberSpaceLimitsChangePolicyDetails memberSpaceLimitsChangePolicyDetailsValue; private MemberSpaceLimitsRemoveExceptionDetails memberSpaceLimitsRemoveExceptionDetailsValue; private MemberSuggestionsChangePolicyDetails memberSuggestionsChangePolicyDetailsValue; + private MicrosoftLoginChangePolicyDetails microsoftLoginChangePolicyDetailsValue; private MicrosoftOfficeAddinChangePolicyDetails microsoftOfficeAddinChangePolicyDetailsValue; private NetworkControlChangePolicyDetails networkControlChangePolicyDetailsValue; private PaperChangeDeploymentPolicyDetails paperChangeDeploymentPolicyDetailsValue; @@ -991,11 +1173,18 @@ public enum Tag { private PaperDesktopPolicyChangedDetails paperDesktopPolicyChangedDetailsValue; private PaperEnabledUsersGroupAdditionDetails paperEnabledUsersGroupAdditionDetailsValue; private PaperEnabledUsersGroupRemovalDetails paperEnabledUsersGroupRemovalDetailsValue; + private PasskeyLoginPolicyChangedDetails passkeyLoginPolicyChangedDetailsValue; private PasswordStrengthRequirementsChangePolicyDetails passwordStrengthRequirementsChangePolicyDetailsValue; private PermanentDeleteChangePolicyDetails permanentDeleteChangePolicyDetailsValue; + private PreviewsAiPolicyChangedDetails previewsAiPolicyChangedDetailsValue; + private ReplayAddingPeoplePolicyChangedDetails replayAddingPeoplePolicyChangedDetailsValue; + private ReplaySharingPolicyChangedDetails replaySharingPolicyChangedDetailsValue; private ResellerSupportChangePolicyDetails resellerSupportChangePolicyDetailsValue; private RewindPolicyChangedDetails rewindPolicyChangedDetailsValue; + private SendAndTrackPolicyChangedDetails sendAndTrackPolicyChangedDetailsValue; + private SendExternalSharingPolicyChangedDetails sendExternalSharingPolicyChangedDetailsValue; private SendForSignaturePolicyChangedDetails sendForSignaturePolicyChangedDetailsValue; + private SharedLinkDefaultPermissionsPolicyChangedDetails sharedLinkDefaultPermissionsPolicyChangedDetailsValue; private SharingChangeFolderJoinPolicyDetails sharingChangeFolderJoinPolicyDetailsValue; private SharingChangeLinkAllowChangeExpirationPolicyDetails sharingChangeLinkAllowChangeExpirationPolicyDetailsValue; private SharingChangeLinkDefaultExpirationPolicyDetails sharingChangeLinkDefaultExpirationPolicyDetailsValue; @@ -1005,18 +1194,23 @@ public enum Tag { private ShowcaseChangeDownloadPolicyDetails showcaseChangeDownloadPolicyDetailsValue; private ShowcaseChangeEnabledPolicyDetails showcaseChangeEnabledPolicyDetailsValue; private ShowcaseChangeExternalSharingPolicyDetails showcaseChangeExternalSharingPolicyDetailsValue; + private SignExternalSharingPolicyChangedDetails signExternalSharingPolicyChangedDetailsValue; + private SignTemplateCreationPermissionChangedDetails signTemplateCreationPermissionChangedDetailsValue; private SmarterSmartSyncPolicyChangedDetails smarterSmartSyncPolicyChangedDetailsValue; private SmartSyncChangePolicyDetails smartSyncChangePolicyDetailsValue; private SmartSyncNotOptOutDetails smartSyncNotOptOutDetailsValue; private SmartSyncOptOutDetails smartSyncOptOutDetailsValue; private SsoChangePolicyDetails ssoChangePolicyDetailsValue; + private StackCrossTeamAccessPolicyChangedDetails stackCrossTeamAccessPolicyChangedDetailsValue; private TeamBrandingPolicyChangedDetails teamBrandingPolicyChangedDetailsValue; private TeamExtensionsPolicyChangedDetails teamExtensionsPolicyChangedDetailsValue; + private TeamMemberStorageRequestPolicyChangedDetails teamMemberStorageRequestPolicyChangedDetailsValue; private TeamSelectiveSyncPolicyChangedDetails teamSelectiveSyncPolicyChangedDetailsValue; private TeamSharingWhitelistSubjectsChangedDetails teamSharingWhitelistSubjectsChangedDetailsValue; private TfaAddExceptionDetails tfaAddExceptionDetailsValue; private TfaChangePolicyDetails tfaChangePolicyDetailsValue; private TfaRemoveExceptionDetails tfaRemoveExceptionDetailsValue; + private TopLevelContentPolicyChangedDetails topLevelContentPolicyChangedDetailsValue; private TwoAccountChangePolicyDetails twoAccountChangePolicyDetailsValue; private ViewerInfoPolicyChangedDetails viewerInfoPolicyChangedDetailsValue; private WatermarkingPolicyChangedDetails watermarkingPolicyChangedDetailsValue; @@ -1035,6 +1229,8 @@ public enum Tag { private TeamProfileChangeNameDetails teamProfileChangeNameDetailsValue; private TeamProfileRemoveBackgroundDetails teamProfileRemoveBackgroundDetailsValue; private TeamProfileRemoveLogoDetails teamProfileRemoveLogoDetailsValue; + private PasskeyAddDetails passkeyAddDetailsValue; + private PasskeyRemoveDetails passkeyRemoveDetailsValue; private TfaAddBackupPhoneDetails tfaAddBackupPhoneDetailsValue; private TfaAddSecurityKeyDetails tfaAddSecurityKeyDetailsValue; private TfaChangeBackupPhoneDetails tfaChangeBackupPhoneDetailsValue; @@ -1412,6 +1608,511 @@ private EventDetails withTagAndFileUnresolveCommentDetails(Tag _tag, FileUnresol return result; } + /** + * Additional fields depending on the event type. + * + * @param dashAddedCommentToStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashAddedCommentToStackDetails(Tag _tag, DashAddedCommentToStackDetails dashAddedCommentToStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashAddedCommentToStackDetailsValue = dashAddedCommentToStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashAddedConnectorDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashAddedConnectorDetails(Tag _tag, DashAddedConnectorDetails dashAddedConnectorDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashAddedConnectorDetailsValue = dashAddedConnectorDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashAddedLinkToStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashAddedLinkToStackDetails(Tag _tag, DashAddedLinkToStackDetails dashAddedLinkToStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashAddedLinkToStackDetailsValue = dashAddedLinkToStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashAddedTeamEmailDomainAllowlistDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashAddedTeamEmailDomainAllowlistDetails(Tag _tag, DashAddedTeamEmailDomainAllowlistDetails dashAddedTeamEmailDomainAllowlistDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashAddedTeamEmailDomainAllowlistDetailsValue = dashAddedTeamEmailDomainAllowlistDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashAdminAddedOrgWideConnectorDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashAdminAddedOrgWideConnectorDetails(Tag _tag, DashAdminAddedOrgWideConnectorDetails dashAdminAddedOrgWideConnectorDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashAdminAddedOrgWideConnectorDetailsValue = dashAdminAddedOrgWideConnectorDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashAdminDisabledConnectorDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashAdminDisabledConnectorDetails(Tag _tag, DashAdminDisabledConnectorDetails dashAdminDisabledConnectorDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashAdminDisabledConnectorDetailsValue = dashAdminDisabledConnectorDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashAdminEnabledConnectorDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashAdminEnabledConnectorDetails(Tag _tag, DashAdminEnabledConnectorDetails dashAdminEnabledConnectorDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashAdminEnabledConnectorDetailsValue = dashAdminEnabledConnectorDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashAdminRemovedOrgWideConnectorDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashAdminRemovedOrgWideConnectorDetails(Tag _tag, DashAdminRemovedOrgWideConnectorDetails dashAdminRemovedOrgWideConnectorDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashAdminRemovedOrgWideConnectorDetailsValue = dashAdminRemovedOrgWideConnectorDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashArchivedStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashArchivedStackDetails(Tag _tag, DashArchivedStackDetails dashArchivedStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashArchivedStackDetailsValue = dashArchivedStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashChangedAudienceOfSharedLinkToStackDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashChangedAudienceOfSharedLinkToStackDetails(Tag _tag, DashChangedAudienceOfSharedLinkToStackDetails dashChangedAudienceOfSharedLinkToStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashChangedAudienceOfSharedLinkToStackDetailsValue = dashChangedAudienceOfSharedLinkToStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashClonedStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashClonedStackDetails(Tag _tag, DashClonedStackDetails dashClonedStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashClonedStackDetailsValue = dashClonedStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashCreatedStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashCreatedStackDetails(Tag _tag, DashCreatedStackDetails dashCreatedStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashCreatedStackDetailsValue = dashCreatedStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashDeletedCommentFromStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashDeletedCommentFromStackDetails(Tag _tag, DashDeletedCommentFromStackDetails dashDeletedCommentFromStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashDeletedCommentFromStackDetailsValue = dashDeletedCommentFromStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashDeletedStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashDeletedStackDetails(Tag _tag, DashDeletedStackDetails dashDeletedStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashDeletedStackDetailsValue = dashDeletedStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashEditedCommentInStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashEditedCommentInStackDetails(Tag _tag, DashEditedCommentInStackDetails dashEditedCommentInStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashEditedCommentInStackDetailsValue = dashEditedCommentInStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashExternalUserOpenedStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashExternalUserOpenedStackDetails(Tag _tag, DashExternalUserOpenedStackDetails dashExternalUserOpenedStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashExternalUserOpenedStackDetailsValue = dashExternalUserOpenedStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashFirstLaunchedDesktopDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashFirstLaunchedDesktopDetails(Tag _tag, DashFirstLaunchedDesktopDetails dashFirstLaunchedDesktopDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashFirstLaunchedDesktopDetailsValue = dashFirstLaunchedDesktopDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashFirstLaunchedExtensionDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashFirstLaunchedExtensionDetails(Tag _tag, DashFirstLaunchedExtensionDetails dashFirstLaunchedExtensionDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashFirstLaunchedExtensionDetailsValue = dashFirstLaunchedExtensionDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashFirstLaunchedWebStartPageDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashFirstLaunchedWebStartPageDetails(Tag _tag, DashFirstLaunchedWebStartPageDetails dashFirstLaunchedWebStartPageDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashFirstLaunchedWebStartPageDetailsValue = dashFirstLaunchedWebStartPageDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashOpenedSharedLinkToStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashOpenedSharedLinkToStackDetails(Tag _tag, DashOpenedSharedLinkToStackDetails dashOpenedSharedLinkToStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashOpenedSharedLinkToStackDetailsValue = dashOpenedSharedLinkToStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashOpenedStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashOpenedStackDetails(Tag _tag, DashOpenedStackDetails dashOpenedStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashOpenedStackDetailsValue = dashOpenedStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashPreviewOptOutStatusChangedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashPreviewOptOutStatusChangedDetails(Tag _tag, DashPreviewOptOutStatusChangedDetails dashPreviewOptOutStatusChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashPreviewOptOutStatusChangedDetailsValue = dashPreviewOptOutStatusChangedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashRemovedConnectorDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashRemovedConnectorDetails(Tag _tag, DashRemovedConnectorDetails dashRemovedConnectorDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashRemovedConnectorDetailsValue = dashRemovedConnectorDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashRemovedLinkFromStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashRemovedLinkFromStackDetails(Tag _tag, DashRemovedLinkFromStackDetails dashRemovedLinkFromStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashRemovedLinkFromStackDetailsValue = dashRemovedLinkFromStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashRemovedSharedLinkToStackDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashRemovedSharedLinkToStackDetails(Tag _tag, DashRemovedSharedLinkToStackDetails dashRemovedSharedLinkToStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashRemovedSharedLinkToStackDetailsValue = dashRemovedSharedLinkToStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashRemovedTeamEmailDomainAllowlistDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashRemovedTeamEmailDomainAllowlistDetails(Tag _tag, DashRemovedTeamEmailDomainAllowlistDetails dashRemovedTeamEmailDomainAllowlistDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashRemovedTeamEmailDomainAllowlistDetailsValue = dashRemovedTeamEmailDomainAllowlistDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashRenamedStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashRenamedStackDetails(Tag _tag, DashRenamedStackDetails dashRenamedStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashRenamedStackDetailsValue = dashRenamedStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashSharedLinkToStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashSharedLinkToStackDetails(Tag _tag, DashSharedLinkToStackDetails dashSharedLinkToStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashSharedLinkToStackDetailsValue = dashSharedLinkToStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashUnarchivedStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashUnarchivedStackDetails(Tag _tag, DashUnarchivedStackDetails dashUnarchivedStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashUnarchivedStackDetailsValue = dashUnarchivedStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashViewedCompanyStackDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashViewedCompanyStackDetails(Tag _tag, DashViewedCompanyStackDetails dashViewedCompanyStackDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashViewedCompanyStackDetailsValue = dashViewedCompanyStackDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashViewedExternalAiActivityReportDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashViewedExternalAiActivityReportDetails(Tag _tag, DashViewedExternalAiActivityReportDetails dashViewedExternalAiActivityReportDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashViewedExternalAiActivityReportDetailsValue = dashViewedExternalAiActivityReportDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -2301,6 +3002,191 @@ private EventDetails withTagAndEnabledDomainInvitesDetails(Tag _tag, EnabledDoma return result; } + /** + * Additional fields depending on the event type. + * + * @param encryptedFolderCancelTeamKeyRotationDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndEncryptedFolderCancelTeamKeyRotationDetails(Tag _tag, EncryptedFolderCancelTeamKeyRotationDetails encryptedFolderCancelTeamKeyRotationDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.encryptedFolderCancelTeamKeyRotationDetailsValue = encryptedFolderCancelTeamKeyRotationDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param encryptedFolderEnrollBackupKeyDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndEncryptedFolderEnrollBackupKeyDetails(Tag _tag, EncryptedFolderEnrollBackupKeyDetails encryptedFolderEnrollBackupKeyDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.encryptedFolderEnrollBackupKeyDetailsValue = encryptedFolderEnrollBackupKeyDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param encryptedFolderEnrollClientDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndEncryptedFolderEnrollClientDetails(Tag _tag, EncryptedFolderEnrollClientDetails encryptedFolderEnrollClientDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.encryptedFolderEnrollClientDetailsValue = encryptedFolderEnrollClientDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param encryptedFolderEnrollTeamDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndEncryptedFolderEnrollTeamDetails(Tag _tag, EncryptedFolderEnrollTeamDetails encryptedFolderEnrollTeamDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.encryptedFolderEnrollTeamDetailsValue = encryptedFolderEnrollTeamDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param encryptedFolderFinishTeamUnenrollmentDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndEncryptedFolderFinishTeamUnenrollmentDetails(Tag _tag, EncryptedFolderFinishTeamUnenrollmentDetails encryptedFolderFinishTeamUnenrollmentDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.encryptedFolderFinishTeamUnenrollmentDetailsValue = encryptedFolderFinishTeamUnenrollmentDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param encryptedFolderInitTeamKeyRotationDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndEncryptedFolderInitTeamKeyRotationDetails(Tag _tag, EncryptedFolderInitTeamKeyRotationDetails encryptedFolderInitTeamKeyRotationDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.encryptedFolderInitTeamKeyRotationDetailsValue = encryptedFolderInitTeamKeyRotationDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param encryptedFolderInitTeamUnenrollmentDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndEncryptedFolderInitTeamUnenrollmentDetails(Tag _tag, EncryptedFolderInitTeamUnenrollmentDetails encryptedFolderInitTeamUnenrollmentDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.encryptedFolderInitTeamUnenrollmentDetailsValue = encryptedFolderInitTeamUnenrollmentDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param encryptedFolderRemoveBackupKeyDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndEncryptedFolderRemoveBackupKeyDetails(Tag _tag, EncryptedFolderRemoveBackupKeyDetails encryptedFolderRemoveBackupKeyDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.encryptedFolderRemoveBackupKeyDetailsValue = encryptedFolderRemoveBackupKeyDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param encryptedFolderRotateTeamKeyDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndEncryptedFolderRotateTeamKeyDetails(Tag _tag, EncryptedFolderRotateTeamKeyDetails encryptedFolderRotateTeamKeyDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.encryptedFolderRotateTeamKeyDetailsValue = encryptedFolderRotateTeamKeyDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param encryptedFolderUnenrollClientDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndEncryptedFolderUnenrollClientDetails(Tag _tag, EncryptedFolderUnenrollClientDetails encryptedFolderUnenrollClientDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.encryptedFolderUnenrollClientDetailsValue = encryptedFolderUnenrollClientDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param teamEncryptionKeyActivateKeyDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndTeamEncryptionKeyActivateKeyDetails(Tag _tag, TeamEncryptionKeyActivateKeyDetails teamEncryptionKeyActivateKeyDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.teamEncryptionKeyActivateKeyDetailsValue = teamEncryptionKeyActivateKeyDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -2334,6 +3220,23 @@ private EventDetails withTagAndTeamEncryptionKeyCreateKeyDetails(Tag _tag, TeamE return result; } + /** + * Additional fields depending on the event type. + * + * @param teamEncryptionKeyDeactivateKeyDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndTeamEncryptionKeyDeactivateKeyDetails(Tag _tag, TeamEncryptionKeyDeactivateKeyDetails teamEncryptionKeyDeactivateKeyDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.teamEncryptionKeyDeactivateKeyDetailsValue = teamEncryptionKeyDeactivateKeyDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -2833,6 +3736,38 @@ private EventDetails withTagAndReplayFileDeleteDetails(Tag _tag, ReplayFileDelet return result; } + /** + * Additional fields depending on the event type. + * + * @param replayFileDownloadedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndReplayFileDownloadedDetails(Tag _tag, ReplayFileDownloadedDetails replayFileDownloadedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.replayFileDownloadedDetailsValue = replayFileDownloadedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param replayTeamProjectCreatedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndReplayTeamProjectCreatedDetails(Tag _tag, ReplayTeamProjectCreatedDetails replayTeamProjectCreatedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.replayTeamProjectCreatedDetailsValue = replayTeamProjectCreatedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -2929,6 +3864,22 @@ private EventDetails withTagAndEmailIngestReceiveFileDetails(Tag _tag, EmailInge return result; } + /** + * Additional fields depending on the event type. + * + * @param fileRequestAutoCloseDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndFileRequestAutoCloseDetails(Tag _tag, FileRequestAutoCloseDetails fileRequestAutoCloseDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.fileRequestAutoCloseDetailsValue = fileRequestAutoCloseDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -3137,6 +4088,23 @@ private EventDetails withTagAndGroupDescriptionUpdatedDetails(Tag _tag, GroupDes return result; } + /** + * Additional fields depending on the event type. + * + * @param groupExternalSharingSettingOverrideChangedDetailsValue Must not + * be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndGroupExternalSharingSettingOverrideChangedDetails(Tag _tag, GroupExternalSharingSettingOverrideChangedDetails groupExternalSharingSettingOverrideChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.groupExternalSharingSettingOverrideChangedDetailsValue = groupExternalSharingSettingOverrideChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -3411,6 +4379,38 @@ private EventDetails withTagAndSsoErrorDetails(Tag _tag, SsoErrorDetails ssoErro return result; } + /** + * Additional fields depending on the event type. + * + * @param addonAssignedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndAddonAssignedDetails(Tag _tag, AddonAssignedDetails addonAssignedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.addonAssignedDetailsValue = addonAssignedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param addonRemovedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndAddonRemovedDetails(Tag _tag, AddonRemovedDetails addonRemovedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.addonRemovedDetailsValue = addonRemovedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -3817,6 +4817,38 @@ private EventDetails withTagAndPendingSecondaryEmailAddedDetails(Tag _tag, Pendi return result; } + /** + * Additional fields depending on the event type. + * + * @param productAssignedToMemberDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndProductAssignedToMemberDetails(Tag _tag, ProductAssignedToMemberDetails productAssignedToMemberDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.productAssignedToMemberDetailsValue = productAssignedToMemberDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param productRemovedFromMemberDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndProductRemovedFromMemberDetails(Tag _tag, ProductRemovedFromMemberDetails productRemovedFromMemberDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.productRemovedFromMemberDetailsValue = productRemovedFromMemberDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -4831,6 +5863,40 @@ private EventDetails withTagAndExternalSharingReportFailedDetails(Tag _tag, Exte return result; } + /** + * Additional fields depending on the event type. + * + * @param memberAccessDetailsCreateReportDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndMemberAccessDetailsCreateReportDetails(Tag _tag, MemberAccessDetailsCreateReportDetails memberAccessDetailsCreateReportDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.memberAccessDetailsCreateReportDetailsValue = memberAccessDetailsCreateReportDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param memberAccessDetailsCreateReportFailedDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndMemberAccessDetailsCreateReportFailedDetails(Tag _tag, MemberAccessDetailsCreateReportFailedDetails memberAccessDetailsCreateReportFailedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.memberAccessDetailsCreateReportFailedDetailsValue = memberAccessDetailsCreateReportFailedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -5016,6 +6082,39 @@ private EventDetails withTagAndRansomwareAlertCreateReportFailedDetails(Tag _tag return result; } + /** + * Additional fields depending on the event type. + * + * @param sharedFoldersCreateReportDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSharedFoldersCreateReportDetails(Tag _tag, SharedFoldersCreateReportDetails sharedFoldersCreateReportDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sharedFoldersCreateReportDetailsValue = sharedFoldersCreateReportDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param sharedFoldersCreateReportFailedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSharedFoldersCreateReportFailedDetails(Tag _tag, SharedFoldersCreateReportFailedDetails sharedFoldersCreateReportFailedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sharedFoldersCreateReportFailedDetailsValue = sharedFoldersCreateReportFailedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -5066,6 +6165,72 @@ private EventDetails withTagAndTeamActivityCreateReportFailDetails(Tag _tag, Tea return result; } + /** + * Additional fields depending on the event type. + * + * @param teamFoldersCreateReportDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndTeamFoldersCreateReportDetails(Tag _tag, TeamFoldersCreateReportDetails teamFoldersCreateReportDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.teamFoldersCreateReportDetailsValue = teamFoldersCreateReportDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param teamFoldersCreateReportFailedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndTeamFoldersCreateReportFailedDetails(Tag _tag, TeamFoldersCreateReportFailedDetails teamFoldersCreateReportFailedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.teamFoldersCreateReportFailedDetailsValue = teamFoldersCreateReportFailedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param teamStorageCreateReportDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndTeamStorageCreateReportDetails(Tag _tag, TeamStorageCreateReportDetails teamStorageCreateReportDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.teamStorageCreateReportDetailsValue = teamStorageCreateReportDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param teamStorageCreateReportFailedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndTeamStorageCreateReportFailedDetails(Tag _tag, TeamStorageCreateReportFailedDetails teamStorageCreateReportFailedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.teamStorageCreateReportFailedDetailsValue = teamStorageCreateReportFailedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -5324,6 +6489,135 @@ private EventDetails withTagAndReplayProjectTeamDeleteDetails(Tag _tag, ReplayPr return result; } + /** + * Additional fields depending on the event type. + * + * @param sendAndTrackFileAddedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSendAndTrackFileAddedDetails(Tag _tag, SendAndTrackFileAddedDetails sendAndTrackFileAddedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sendAndTrackFileAddedDetailsValue = sendAndTrackFileAddedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param sendAndTrackFileRenamedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSendAndTrackFileRenamedDetails(Tag _tag, SendAndTrackFileRenamedDetails sendAndTrackFileRenamedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sendAndTrackFileRenamedDetailsValue = sendAndTrackFileRenamedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param sendAndTrackFileUpdatedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSendAndTrackFileUpdatedDetails(Tag _tag, SendAndTrackFileUpdatedDetails sendAndTrackFileUpdatedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sendAndTrackFileUpdatedDetailsValue = sendAndTrackFileUpdatedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param sendAndTrackLinkCreatedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSendAndTrackLinkCreatedDetails(Tag _tag, SendAndTrackLinkCreatedDetails sendAndTrackLinkCreatedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sendAndTrackLinkCreatedDetailsValue = sendAndTrackLinkCreatedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param sendAndTrackLinkDeletedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSendAndTrackLinkDeletedDetails(Tag _tag, SendAndTrackLinkDeletedDetails sendAndTrackLinkDeletedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sendAndTrackLinkDeletedDetailsValue = sendAndTrackLinkDeletedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param sendAndTrackLinkUpdatedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSendAndTrackLinkUpdatedDetails(Tag _tag, SendAndTrackLinkUpdatedDetails sendAndTrackLinkUpdatedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sendAndTrackLinkUpdatedDetailsValue = sendAndTrackLinkUpdatedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param sendAndTrackLinkViewedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSendAndTrackLinkViewedDetails(Tag _tag, SendAndTrackLinkViewedDetails sendAndTrackLinkViewedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sendAndTrackLinkViewedDetailsValue = sendAndTrackLinkViewedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param sendAndTrackRemovedFileAndAssociatedLinksDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSendAndTrackRemovedFileAndAssociatedLinksDetails(Tag _tag, SendAndTrackRemovedFileAndAssociatedLinksDetails sendAndTrackRemovedFileAndAssociatedLinksDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sendAndTrackRemovedFileAndAssociatedLinksDetailsValue = sendAndTrackRemovedFileAndAssociatedLinksDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -6224,6 +7518,22 @@ private EventDetails withTagAndSharedLinkRemoveExpiryDetails(Tag _tag, SharedLin return result; } + /** + * Additional fields depending on the event type. + * + * @param sharedLinkRemoveVisitorDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSharedLinkRemoveVisitorDetails(Tag _tag, SharedLinkRemoveVisitorDetails sharedLinkRemoveVisitorDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sharedLinkRemoveVisitorDetailsValue = sharedLinkRemoveVisitorDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -6857,6 +8167,154 @@ private EventDetails withTagAndShowcaseViewDetails(Tag _tag, ShowcaseViewDetails return result; } + /** + * Additional fields depending on the event type. + * + * @param signSignatureRequestCanceledDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSignSignatureRequestCanceledDetails(Tag _tag, SignSignatureRequestCanceledDetails signSignatureRequestCanceledDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.signSignatureRequestCanceledDetailsValue = signSignatureRequestCanceledDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param signSignatureRequestCompletedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSignSignatureRequestCompletedDetails(Tag _tag, SignSignatureRequestCompletedDetails signSignatureRequestCompletedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.signSignatureRequestCompletedDetailsValue = signSignatureRequestCompletedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param signSignatureRequestDeclinedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSignSignatureRequestDeclinedDetails(Tag _tag, SignSignatureRequestDeclinedDetails signSignatureRequestDeclinedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.signSignatureRequestDeclinedDetailsValue = signSignatureRequestDeclinedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param signSignatureRequestOpenedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSignSignatureRequestOpenedDetails(Tag _tag, SignSignatureRequestOpenedDetails signSignatureRequestOpenedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.signSignatureRequestOpenedDetailsValue = signSignatureRequestOpenedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param signSignatureRequestReminderSentDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSignSignatureRequestReminderSentDetails(Tag _tag, SignSignatureRequestReminderSentDetails signSignatureRequestReminderSentDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.signSignatureRequestReminderSentDetailsValue = signSignatureRequestReminderSentDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param signSignatureRequestSentDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSignSignatureRequestSentDetails(Tag _tag, SignSignatureRequestSentDetails signSignatureRequestSentDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.signSignatureRequestSentDetailsValue = signSignatureRequestSentDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param signTemplateCreatedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSignTemplateCreatedDetails(Tag _tag, SignTemplateCreatedDetails signTemplateCreatedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.signTemplateCreatedDetailsValue = signTemplateCreatedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param signTemplateSharedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSignTemplateSharedDetails(Tag _tag, SignTemplateSharedDetails signTemplateSharedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.signTemplateSharedDetailsValue = signTemplateSharedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param riscSecurityEventDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndRiscSecurityEventDetails(Tag _tag, RiscSecurityEventDetails riscSecurityEventDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.riscSecurityEventDetailsValue = riscSecurityEventDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -7146,6 +8604,23 @@ private EventDetails withTagAndAdminEmailRemindersChangedDetails(Tag _tag, Admin return result; } + /** + * Additional fields depending on the event type. + * + * @param aiThirdPartySharingDropboxBasePolicyChangedDetailsValue Must not + * be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndAiThirdPartySharingDropboxBasePolicyChangedDetails(Tag _tag, AiThirdPartySharingDropboxBasePolicyChangedDetails aiThirdPartySharingDropboxBasePolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.aiThirdPartySharingDropboxBasePolicyChangedDetailsValue = aiThirdPartySharingDropboxBasePolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -7178,6 +8653,22 @@ private EventDetails withTagAndAllowDownloadEnabledDetails(Tag _tag, AllowDownlo return result; } + /** + * Additional fields depending on the event type. + * + * @param appleLoginChangePolicyDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndAppleLoginChangePolicyDetails(Tag _tag, AppleLoginChangePolicyDetails appleLoginChangePolicyDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.appleLoginChangePolicyDetailsValue = appleLoginChangePolicyDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -7210,6 +8701,23 @@ private EventDetails withTagAndCameraUploadsPolicyChangedDetails(Tag _tag, Camer return result; } + /** + * Additional fields depending on the event type. + * + * @param captureTeamSpacePolicyChangedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndCaptureTeamSpacePolicyChangedDetails(Tag _tag, CaptureTeamSpacePolicyChangedDetails captureTeamSpacePolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.captureTeamSpacePolicyChangedDetailsValue = captureTeamSpacePolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -7276,6 +8784,40 @@ private EventDetails withTagAndContentAdministrationPolicyChangedDetails(Tag _ta return result; } + /** + * Additional fields depending on the event type. + * + * @param contentDeletionProtectionChangePolicyDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndContentDeletionProtectionChangePolicyDetails(Tag _tag, ContentDeletionProtectionChangePolicyDetails contentDeletionProtectionChangePolicyDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.contentDeletionProtectionChangePolicyDetailsValue = contentDeletionProtectionChangePolicyDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param dashExternalSharingPolicyChangedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndDashExternalSharingPolicyChangedDetails(Tag _tag, DashExternalSharingPolicyChangedDetails dashExternalSharingPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.dashExternalSharingPolicyChangedDetailsValue = dashExternalSharingPolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -7674,6 +9216,23 @@ private EventDetails withTagAndFileTransfersPolicyChangedDetails(Tag _tag, FileT return result; } + /** + * Additional fields depending on the event type. + * + * @param flexibleFileNamesPolicyChangedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndFlexibleFileNamesPolicyChangedDetails(Tag _tag, FlexibleFileNamesPolicyChangedDetails flexibleFileNamesPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.flexibleFileNamesPolicyChangedDetailsValue = flexibleFileNamesPolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -7875,6 +9434,22 @@ private EventDetails withTagAndMemberSuggestionsChangePolicyDetails(Tag _tag, Me return result; } + /** + * Additional fields depending on the event type. + * + * @param microsoftLoginChangePolicyDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndMicrosoftLoginChangePolicyDetails(Tag _tag, MicrosoftLoginChangePolicyDetails microsoftLoginChangePolicyDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.microsoftLoginChangePolicyDetailsValue = microsoftLoginChangePolicyDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -8039,6 +9614,22 @@ private EventDetails withTagAndPaperEnabledUsersGroupRemovalDetails(Tag _tag, Pa return result; } + /** + * Additional fields depending on the event type. + * + * @param passkeyLoginPolicyChangedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndPasskeyLoginPolicyChangedDetails(Tag _tag, PasskeyLoginPolicyChangedDetails passkeyLoginPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.passkeyLoginPolicyChangedDetailsValue = passkeyLoginPolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -8072,6 +9663,55 @@ private EventDetails withTagAndPermanentDeleteChangePolicyDetails(Tag _tag, Perm return result; } + /** + * Additional fields depending on the event type. + * + * @param previewsAiPolicyChangedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndPreviewsAiPolicyChangedDetails(Tag _tag, PreviewsAiPolicyChangedDetails previewsAiPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.previewsAiPolicyChangedDetailsValue = previewsAiPolicyChangedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param replayAddingPeoplePolicyChangedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndReplayAddingPeoplePolicyChangedDetails(Tag _tag, ReplayAddingPeoplePolicyChangedDetails replayAddingPeoplePolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.replayAddingPeoplePolicyChangedDetailsValue = replayAddingPeoplePolicyChangedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param replaySharingPolicyChangedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndReplaySharingPolicyChangedDetails(Tag _tag, ReplaySharingPolicyChangedDetails replaySharingPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.replaySharingPolicyChangedDetailsValue = replaySharingPolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -8104,6 +9744,39 @@ private EventDetails withTagAndRewindPolicyChangedDetails(Tag _tag, RewindPolicy return result; } + /** + * Additional fields depending on the event type. + * + * @param sendAndTrackPolicyChangedDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSendAndTrackPolicyChangedDetails(Tag _tag, SendAndTrackPolicyChangedDetails sendAndTrackPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sendAndTrackPolicyChangedDetailsValue = sendAndTrackPolicyChangedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param sendExternalSharingPolicyChangedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSendExternalSharingPolicyChangedDetails(Tag _tag, SendExternalSharingPolicyChangedDetails sendExternalSharingPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sendExternalSharingPolicyChangedDetailsValue = sendExternalSharingPolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -8121,6 +9794,23 @@ private EventDetails withTagAndSendForSignaturePolicyChangedDetails(Tag _tag, Se return result; } + /** + * Additional fields depending on the event type. + * + * @param sharedLinkDefaultPermissionsPolicyChangedDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSharedLinkDefaultPermissionsPolicyChangedDetails(Tag _tag, SharedLinkDefaultPermissionsPolicyChangedDetails sharedLinkDefaultPermissionsPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.sharedLinkDefaultPermissionsPolicyChangedDetailsValue = sharedLinkDefaultPermissionsPolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -8271,6 +9961,40 @@ private EventDetails withTagAndShowcaseChangeExternalSharingPolicyDetails(Tag _t return result; } + /** + * Additional fields depending on the event type. + * + * @param signExternalSharingPolicyChangedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSignExternalSharingPolicyChangedDetails(Tag _tag, SignExternalSharingPolicyChangedDetails signExternalSharingPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.signExternalSharingPolicyChangedDetailsValue = signExternalSharingPolicyChangedDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param signTemplateCreationPermissionChangedDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndSignTemplateCreationPermissionChangedDetails(Tag _tag, SignTemplateCreationPermissionChangedDetails signTemplateCreationPermissionChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.signTemplateCreationPermissionChangedDetailsValue = signTemplateCreationPermissionChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -8352,6 +10076,23 @@ private EventDetails withTagAndSsoChangePolicyDetails(Tag _tag, SsoChangePolicyD return result; } + /** + * Additional fields depending on the event type. + * + * @param stackCrossTeamAccessPolicyChangedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndStackCrossTeamAccessPolicyChangedDetails(Tag _tag, StackCrossTeamAccessPolicyChangedDetails stackCrossTeamAccessPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.stackCrossTeamAccessPolicyChangedDetailsValue = stackCrossTeamAccessPolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -8384,6 +10125,23 @@ private EventDetails withTagAndTeamExtensionsPolicyChangedDetails(Tag _tag, Team return result; } + /** + * Additional fields depending on the event type. + * + * @param teamMemberStorageRequestPolicyChangedDetailsValue Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndTeamMemberStorageRequestPolicyChangedDetails(Tag _tag, TeamMemberStorageRequestPolicyChangedDetails teamMemberStorageRequestPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.teamMemberStorageRequestPolicyChangedDetailsValue = teamMemberStorageRequestPolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -8466,6 +10224,23 @@ private EventDetails withTagAndTfaRemoveExceptionDetails(Tag _tag, TfaRemoveExce return result; } + /** + * Additional fields depending on the event type. + * + * @param topLevelContentPolicyChangedDetailsValue Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndTopLevelContentPolicyChangedDetails(Tag _tag, TopLevelContentPolicyChangedDetails topLevelContentPolicyChangedDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.topLevelContentPolicyChangedDetailsValue = topLevelContentPolicyChangedDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -8760,6 +10535,38 @@ private EventDetails withTagAndTeamProfileRemoveLogoDetails(Tag _tag, TeamProfil return result; } + /** + * Additional fields depending on the event type. + * + * @param passkeyAddDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndPasskeyAddDetails(Tag _tag, PasskeyAddDetails passkeyAddDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.passkeyAddDetailsValue = passkeyAddDetailsValue; + return result; + } + + /** + * Additional fields depending on the event type. + * + * @param passkeyRemoveDetailsValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventDetails withTagAndPasskeyRemoveDetails(Tag _tag, PasskeyRemoveDetails passkeyRemoveDetailsValue) { + EventDetails result = new EventDetails(); + result._tag = _tag; + result.passkeyRemoveDetailsValue = passkeyRemoveDetailsValue; + return result; + } + /** * Additional fields depending on the event type. * @@ -10290,6 +12097,1529 @@ public FileUnresolveCommentDetails getFileUnresolveCommentDetailsValue() { return fileUnresolveCommentDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADDED_COMMENT_TO_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADDED_COMMENT_TO_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashAddedCommentToStackDetails() { + return this._tag == Tag.DASH_ADDED_COMMENT_TO_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_ADDED_COMMENT_TO_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_ADDED_COMMENT_TO_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashAddedCommentToStackDetails(DashAddedCommentToStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashAddedCommentToStackDetails(Tag.DASH_ADDED_COMMENT_TO_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_ADDED_COMMENT_TO_STACK_DETAILS}. + * + * @return The {@link DashAddedCommentToStackDetails} value associated with + * this instance if {@link #isDashAddedCommentToStackDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isDashAddedCommentToStackDetails} is {@code false}. + */ + public DashAddedCommentToStackDetails getDashAddedCommentToStackDetailsValue() { + if (this._tag != Tag.DASH_ADDED_COMMENT_TO_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADDED_COMMENT_TO_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashAddedCommentToStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADDED_CONNECTOR_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADDED_CONNECTOR_DETAILS}, {@code false} otherwise. + */ + public boolean isDashAddedConnectorDetails() { + return this._tag == Tag.DASH_ADDED_CONNECTOR_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_ADDED_CONNECTOR_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_ADDED_CONNECTOR_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashAddedConnectorDetails(DashAddedConnectorDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashAddedConnectorDetails(Tag.DASH_ADDED_CONNECTOR_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#DASH_ADDED_CONNECTOR_DETAILS}. + * + * @return The {@link DashAddedConnectorDetails} value associated with this + * instance if {@link #isDashAddedConnectorDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashAddedConnectorDetails} is + * {@code false}. + */ + public DashAddedConnectorDetails getDashAddedConnectorDetailsValue() { + if (this._tag != Tag.DASH_ADDED_CONNECTOR_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADDED_CONNECTOR_DETAILS, but was Tag." + this._tag.name()); + } + return dashAddedConnectorDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADDED_LINK_TO_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADDED_LINK_TO_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashAddedLinkToStackDetails() { + return this._tag == Tag.DASH_ADDED_LINK_TO_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_ADDED_LINK_TO_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_ADDED_LINK_TO_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashAddedLinkToStackDetails(DashAddedLinkToStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashAddedLinkToStackDetails(Tag.DASH_ADDED_LINK_TO_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_ADDED_LINK_TO_STACK_DETAILS}. + * + * @return The {@link DashAddedLinkToStackDetails} value associated with + * this instance if {@link #isDashAddedLinkToStackDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isDashAddedLinkToStackDetails} + * is {@code false}. + */ + public DashAddedLinkToStackDetails getDashAddedLinkToStackDetailsValue() { + if (this._tag != Tag.DASH_ADDED_LINK_TO_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADDED_LINK_TO_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashAddedLinkToStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashAddedTeamEmailDomainAllowlistDetails() { + return this._tag == Tag.DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashAddedTeamEmailDomainAllowlistDetails(DashAddedTeamEmailDomainAllowlistDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashAddedTeamEmailDomainAllowlistDetails(Tag.DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS}. + * + * @return The {@link DashAddedTeamEmailDomainAllowlistDetails} value + * associated with this instance if {@link + * #isDashAddedTeamEmailDomainAllowlistDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashAddedTeamEmailDomainAllowlistDetails} is {@code false}. + */ + public DashAddedTeamEmailDomainAllowlistDetails getDashAddedTeamEmailDomainAllowlistDetailsValue() { + if (this._tag != Tag.DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS, but was Tag." + this._tag.name()); + } + return dashAddedTeamEmailDomainAllowlistDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashAdminAddedOrgWideConnectorDetails() { + return this._tag == Tag.DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashAdminAddedOrgWideConnectorDetails(DashAdminAddedOrgWideConnectorDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashAdminAddedOrgWideConnectorDetails(Tag.DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS}. + * + * @return The {@link DashAdminAddedOrgWideConnectorDetails} value + * associated with this instance if {@link + * #isDashAdminAddedOrgWideConnectorDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashAdminAddedOrgWideConnectorDetails} is {@code false}. + */ + public DashAdminAddedOrgWideConnectorDetails getDashAdminAddedOrgWideConnectorDetailsValue() { + if (this._tag != Tag.DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS, but was Tag." + this._tag.name()); + } + return dashAdminAddedOrgWideConnectorDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADMIN_DISABLED_CONNECTOR_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADMIN_DISABLED_CONNECTOR_DETAILS}, {@code false} otherwise. + */ + public boolean isDashAdminDisabledConnectorDetails() { + return this._tag == Tag.DASH_ADMIN_DISABLED_CONNECTOR_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_ADMIN_DISABLED_CONNECTOR_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_ADMIN_DISABLED_CONNECTOR_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashAdminDisabledConnectorDetails(DashAdminDisabledConnectorDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashAdminDisabledConnectorDetails(Tag.DASH_ADMIN_DISABLED_CONNECTOR_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_ADMIN_DISABLED_CONNECTOR_DETAILS}. + * + * @return The {@link DashAdminDisabledConnectorDetails} value associated + * with this instance if {@link #isDashAdminDisabledConnectorDetails} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashAdminDisabledConnectorDetails} is {@code false}. + */ + public DashAdminDisabledConnectorDetails getDashAdminDisabledConnectorDetailsValue() { + if (this._tag != Tag.DASH_ADMIN_DISABLED_CONNECTOR_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADMIN_DISABLED_CONNECTOR_DETAILS, but was Tag." + this._tag.name()); + } + return dashAdminDisabledConnectorDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADMIN_ENABLED_CONNECTOR_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADMIN_ENABLED_CONNECTOR_DETAILS}, {@code false} otherwise. + */ + public boolean isDashAdminEnabledConnectorDetails() { + return this._tag == Tag.DASH_ADMIN_ENABLED_CONNECTOR_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_ADMIN_ENABLED_CONNECTOR_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_ADMIN_ENABLED_CONNECTOR_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashAdminEnabledConnectorDetails(DashAdminEnabledConnectorDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashAdminEnabledConnectorDetails(Tag.DASH_ADMIN_ENABLED_CONNECTOR_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_ADMIN_ENABLED_CONNECTOR_DETAILS}. + * + * @return The {@link DashAdminEnabledConnectorDetails} value associated + * with this instance if {@link #isDashAdminEnabledConnectorDetails} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashAdminEnabledConnectorDetails} is {@code false}. + */ + public DashAdminEnabledConnectorDetails getDashAdminEnabledConnectorDetailsValue() { + if (this._tag != Tag.DASH_ADMIN_ENABLED_CONNECTOR_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADMIN_ENABLED_CONNECTOR_DETAILS, but was Tag." + this._tag.name()); + } + return dashAdminEnabledConnectorDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashAdminRemovedOrgWideConnectorDetails() { + return this._tag == Tag.DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashAdminRemovedOrgWideConnectorDetails(DashAdminRemovedOrgWideConnectorDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashAdminRemovedOrgWideConnectorDetails(Tag.DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS}. + * + * @return The {@link DashAdminRemovedOrgWideConnectorDetails} value + * associated with this instance if {@link + * #isDashAdminRemovedOrgWideConnectorDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashAdminRemovedOrgWideConnectorDetails} is {@code false}. + */ + public DashAdminRemovedOrgWideConnectorDetails getDashAdminRemovedOrgWideConnectorDetailsValue() { + if (this._tag != Tag.DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS, but was Tag." + this._tag.name()); + } + return dashAdminRemovedOrgWideConnectorDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ARCHIVED_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ARCHIVED_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashArchivedStackDetails() { + return this._tag == Tag.DASH_ARCHIVED_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_ARCHIVED_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_ARCHIVED_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashArchivedStackDetails(DashArchivedStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashArchivedStackDetails(Tag.DASH_ARCHIVED_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#DASH_ARCHIVED_STACK_DETAILS}. + * + * @return The {@link DashArchivedStackDetails} value associated with this + * instance if {@link #isDashArchivedStackDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashArchivedStackDetails} is + * {@code false}. + */ + public DashArchivedStackDetails getDashArchivedStackDetailsValue() { + if (this._tag != Tag.DASH_ARCHIVED_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ARCHIVED_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashArchivedStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS}, {@code + * false} otherwise. + */ + public boolean isDashChangedAudienceOfSharedLinkToStackDetails() { + return this._tag == Tag.DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashChangedAudienceOfSharedLinkToStackDetails(DashChangedAudienceOfSharedLinkToStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashChangedAudienceOfSharedLinkToStackDetails(Tag.DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS}. + * + * @return The {@link DashChangedAudienceOfSharedLinkToStackDetails} value + * associated with this instance if {@link + * #isDashChangedAudienceOfSharedLinkToStackDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashChangedAudienceOfSharedLinkToStackDetails} is {@code false}. + */ + public DashChangedAudienceOfSharedLinkToStackDetails getDashChangedAudienceOfSharedLinkToStackDetailsValue() { + if (this._tag != Tag.DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashChangedAudienceOfSharedLinkToStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_CLONED_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_CLONED_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashClonedStackDetails() { + return this._tag == Tag.DASH_CLONED_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_CLONED_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_CLONED_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashClonedStackDetails(DashClonedStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashClonedStackDetails(Tag.DASH_CLONED_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#DASH_CLONED_STACK_DETAILS}. + * + * @return The {@link DashClonedStackDetails} value associated with this + * instance if {@link #isDashClonedStackDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashClonedStackDetails} is + * {@code false}. + */ + public DashClonedStackDetails getDashClonedStackDetailsValue() { + if (this._tag != Tag.DASH_CLONED_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_CLONED_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashClonedStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_CREATED_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_CREATED_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashCreatedStackDetails() { + return this._tag == Tag.DASH_CREATED_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_CREATED_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_CREATED_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashCreatedStackDetails(DashCreatedStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashCreatedStackDetails(Tag.DASH_CREATED_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#DASH_CREATED_STACK_DETAILS}. + * + * @return The {@link DashCreatedStackDetails} value associated with this + * instance if {@link #isDashCreatedStackDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashCreatedStackDetails} is + * {@code false}. + */ + public DashCreatedStackDetails getDashCreatedStackDetailsValue() { + if (this._tag != Tag.DASH_CREATED_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_CREATED_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashCreatedStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_DELETED_COMMENT_FROM_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_DELETED_COMMENT_FROM_STACK_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashDeletedCommentFromStackDetails() { + return this._tag == Tag.DASH_DELETED_COMMENT_FROM_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_DELETED_COMMENT_FROM_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_DELETED_COMMENT_FROM_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashDeletedCommentFromStackDetails(DashDeletedCommentFromStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashDeletedCommentFromStackDetails(Tag.DASH_DELETED_COMMENT_FROM_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_DELETED_COMMENT_FROM_STACK_DETAILS}. + * + * @return The {@link DashDeletedCommentFromStackDetails} value associated + * with this instance if {@link #isDashDeletedCommentFromStackDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashDeletedCommentFromStackDetails} is {@code false}. + */ + public DashDeletedCommentFromStackDetails getDashDeletedCommentFromStackDetailsValue() { + if (this._tag != Tag.DASH_DELETED_COMMENT_FROM_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_DELETED_COMMENT_FROM_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashDeletedCommentFromStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_DELETED_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_DELETED_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashDeletedStackDetails() { + return this._tag == Tag.DASH_DELETED_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_DELETED_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_DELETED_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashDeletedStackDetails(DashDeletedStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashDeletedStackDetails(Tag.DASH_DELETED_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#DASH_DELETED_STACK_DETAILS}. + * + * @return The {@link DashDeletedStackDetails} value associated with this + * instance if {@link #isDashDeletedStackDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashDeletedStackDetails} is + * {@code false}. + */ + public DashDeletedStackDetails getDashDeletedStackDetailsValue() { + if (this._tag != Tag.DASH_DELETED_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_DELETED_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashDeletedStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_EDITED_COMMENT_IN_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_EDITED_COMMENT_IN_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashEditedCommentInStackDetails() { + return this._tag == Tag.DASH_EDITED_COMMENT_IN_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_EDITED_COMMENT_IN_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_EDITED_COMMENT_IN_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashEditedCommentInStackDetails(DashEditedCommentInStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashEditedCommentInStackDetails(Tag.DASH_EDITED_COMMENT_IN_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_EDITED_COMMENT_IN_STACK_DETAILS}. + * + * @return The {@link DashEditedCommentInStackDetails} value associated with + * this instance if {@link #isDashEditedCommentInStackDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isDashEditedCommentInStackDetails} is {@code false}. + */ + public DashEditedCommentInStackDetails getDashEditedCommentInStackDetailsValue() { + if (this._tag != Tag.DASH_EDITED_COMMENT_IN_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_EDITED_COMMENT_IN_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashEditedCommentInStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_EXTERNAL_USER_OPENED_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_EXTERNAL_USER_OPENED_STACK_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashExternalUserOpenedStackDetails() { + return this._tag == Tag.DASH_EXTERNAL_USER_OPENED_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_EXTERNAL_USER_OPENED_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_EXTERNAL_USER_OPENED_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashExternalUserOpenedStackDetails(DashExternalUserOpenedStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashExternalUserOpenedStackDetails(Tag.DASH_EXTERNAL_USER_OPENED_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_EXTERNAL_USER_OPENED_STACK_DETAILS}. + * + * @return The {@link DashExternalUserOpenedStackDetails} value associated + * with this instance if {@link #isDashExternalUserOpenedStackDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashExternalUserOpenedStackDetails} is {@code false}. + */ + public DashExternalUserOpenedStackDetails getDashExternalUserOpenedStackDetailsValue() { + if (this._tag != Tag.DASH_EXTERNAL_USER_OPENED_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_EXTERNAL_USER_OPENED_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashExternalUserOpenedStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_FIRST_LAUNCHED_DESKTOP_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_FIRST_LAUNCHED_DESKTOP_DETAILS}, {@code false} otherwise. + */ + public boolean isDashFirstLaunchedDesktopDetails() { + return this._tag == Tag.DASH_FIRST_LAUNCHED_DESKTOP_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_FIRST_LAUNCHED_DESKTOP_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_FIRST_LAUNCHED_DESKTOP_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashFirstLaunchedDesktopDetails(DashFirstLaunchedDesktopDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashFirstLaunchedDesktopDetails(Tag.DASH_FIRST_LAUNCHED_DESKTOP_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_FIRST_LAUNCHED_DESKTOP_DETAILS}. + * + * @return The {@link DashFirstLaunchedDesktopDetails} value associated with + * this instance if {@link #isDashFirstLaunchedDesktopDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isDashFirstLaunchedDesktopDetails} is {@code false}. + */ + public DashFirstLaunchedDesktopDetails getDashFirstLaunchedDesktopDetailsValue() { + if (this._tag != Tag.DASH_FIRST_LAUNCHED_DESKTOP_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_FIRST_LAUNCHED_DESKTOP_DETAILS, but was Tag." + this._tag.name()); + } + return dashFirstLaunchedDesktopDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_FIRST_LAUNCHED_EXTENSION_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_FIRST_LAUNCHED_EXTENSION_DETAILS}, {@code false} otherwise. + */ + public boolean isDashFirstLaunchedExtensionDetails() { + return this._tag == Tag.DASH_FIRST_LAUNCHED_EXTENSION_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_FIRST_LAUNCHED_EXTENSION_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_FIRST_LAUNCHED_EXTENSION_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashFirstLaunchedExtensionDetails(DashFirstLaunchedExtensionDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashFirstLaunchedExtensionDetails(Tag.DASH_FIRST_LAUNCHED_EXTENSION_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_FIRST_LAUNCHED_EXTENSION_DETAILS}. + * + * @return The {@link DashFirstLaunchedExtensionDetails} value associated + * with this instance if {@link #isDashFirstLaunchedExtensionDetails} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashFirstLaunchedExtensionDetails} is {@code false}. + */ + public DashFirstLaunchedExtensionDetails getDashFirstLaunchedExtensionDetailsValue() { + if (this._tag != Tag.DASH_FIRST_LAUNCHED_EXTENSION_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_FIRST_LAUNCHED_EXTENSION_DETAILS, but was Tag." + this._tag.name()); + } + return dashFirstLaunchedExtensionDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashFirstLaunchedWebStartPageDetails() { + return this._tag == Tag.DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashFirstLaunchedWebStartPageDetails(DashFirstLaunchedWebStartPageDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashFirstLaunchedWebStartPageDetails(Tag.DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS}. + * + * @return The {@link DashFirstLaunchedWebStartPageDetails} value associated + * with this instance if {@link #isDashFirstLaunchedWebStartPageDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashFirstLaunchedWebStartPageDetails} is {@code false}. + */ + public DashFirstLaunchedWebStartPageDetails getDashFirstLaunchedWebStartPageDetailsValue() { + if (this._tag != Tag.DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS, but was Tag." + this._tag.name()); + } + return dashFirstLaunchedWebStartPageDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashOpenedSharedLinkToStackDetails() { + return this._tag == Tag.DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashOpenedSharedLinkToStackDetails(DashOpenedSharedLinkToStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashOpenedSharedLinkToStackDetails(Tag.DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS}. + * + * @return The {@link DashOpenedSharedLinkToStackDetails} value associated + * with this instance if {@link #isDashOpenedSharedLinkToStackDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashOpenedSharedLinkToStackDetails} is {@code false}. + */ + public DashOpenedSharedLinkToStackDetails getDashOpenedSharedLinkToStackDetailsValue() { + if (this._tag != Tag.DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashOpenedSharedLinkToStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_OPENED_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_OPENED_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashOpenedStackDetails() { + return this._tag == Tag.DASH_OPENED_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_OPENED_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_OPENED_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashOpenedStackDetails(DashOpenedStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashOpenedStackDetails(Tag.DASH_OPENED_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#DASH_OPENED_STACK_DETAILS}. + * + * @return The {@link DashOpenedStackDetails} value associated with this + * instance if {@link #isDashOpenedStackDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashOpenedStackDetails} is + * {@code false}. + */ + public DashOpenedStackDetails getDashOpenedStackDetailsValue() { + if (this._tag != Tag.DASH_OPENED_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_OPENED_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashOpenedStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashPreviewOptOutStatusChangedDetails() { + return this._tag == Tag.DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashPreviewOptOutStatusChangedDetails(DashPreviewOptOutStatusChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashPreviewOptOutStatusChangedDetails(Tag.DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS}. + * + * @return The {@link DashPreviewOptOutStatusChangedDetails} value + * associated with this instance if {@link + * #isDashPreviewOptOutStatusChangedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashPreviewOptOutStatusChangedDetails} is {@code false}. + */ + public DashPreviewOptOutStatusChangedDetails getDashPreviewOptOutStatusChangedDetailsValue() { + if (this._tag != Tag.DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return dashPreviewOptOutStatusChangedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_REMOVED_CONNECTOR_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_REMOVED_CONNECTOR_DETAILS}, {@code false} otherwise. + */ + public boolean isDashRemovedConnectorDetails() { + return this._tag == Tag.DASH_REMOVED_CONNECTOR_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_REMOVED_CONNECTOR_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_REMOVED_CONNECTOR_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashRemovedConnectorDetails(DashRemovedConnectorDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashRemovedConnectorDetails(Tag.DASH_REMOVED_CONNECTOR_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_REMOVED_CONNECTOR_DETAILS}. + * + * @return The {@link DashRemovedConnectorDetails} value associated with + * this instance if {@link #isDashRemovedConnectorDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isDashRemovedConnectorDetails} + * is {@code false}. + */ + public DashRemovedConnectorDetails getDashRemovedConnectorDetailsValue() { + if (this._tag != Tag.DASH_REMOVED_CONNECTOR_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_REMOVED_CONNECTOR_DETAILS, but was Tag." + this._tag.name()); + } + return dashRemovedConnectorDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_REMOVED_LINK_FROM_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_REMOVED_LINK_FROM_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashRemovedLinkFromStackDetails() { + return this._tag == Tag.DASH_REMOVED_LINK_FROM_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_REMOVED_LINK_FROM_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_REMOVED_LINK_FROM_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashRemovedLinkFromStackDetails(DashRemovedLinkFromStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashRemovedLinkFromStackDetails(Tag.DASH_REMOVED_LINK_FROM_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_REMOVED_LINK_FROM_STACK_DETAILS}. + * + * @return The {@link DashRemovedLinkFromStackDetails} value associated with + * this instance if {@link #isDashRemovedLinkFromStackDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isDashRemovedLinkFromStackDetails} is {@code false}. + */ + public DashRemovedLinkFromStackDetails getDashRemovedLinkFromStackDetailsValue() { + if (this._tag != Tag.DASH_REMOVED_LINK_FROM_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_REMOVED_LINK_FROM_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashRemovedLinkFromStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashRemovedSharedLinkToStackDetails() { + return this._tag == Tag.DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashRemovedSharedLinkToStackDetails(DashRemovedSharedLinkToStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashRemovedSharedLinkToStackDetails(Tag.DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS}. + * + * @return The {@link DashRemovedSharedLinkToStackDetails} value associated + * with this instance if {@link #isDashRemovedSharedLinkToStackDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashRemovedSharedLinkToStackDetails} is {@code false}. + */ + public DashRemovedSharedLinkToStackDetails getDashRemovedSharedLinkToStackDetailsValue() { + if (this._tag != Tag.DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashRemovedSharedLinkToStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashRemovedTeamEmailDomainAllowlistDetails() { + return this._tag == Tag.DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashRemovedTeamEmailDomainAllowlistDetails(DashRemovedTeamEmailDomainAllowlistDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashRemovedTeamEmailDomainAllowlistDetails(Tag.DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS}. + * + * @return The {@link DashRemovedTeamEmailDomainAllowlistDetails} value + * associated with this instance if {@link + * #isDashRemovedTeamEmailDomainAllowlistDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashRemovedTeamEmailDomainAllowlistDetails} is {@code false}. + */ + public DashRemovedTeamEmailDomainAllowlistDetails getDashRemovedTeamEmailDomainAllowlistDetailsValue() { + if (this._tag != Tag.DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS, but was Tag." + this._tag.name()); + } + return dashRemovedTeamEmailDomainAllowlistDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_RENAMED_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_RENAMED_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashRenamedStackDetails() { + return this._tag == Tag.DASH_RENAMED_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_RENAMED_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_RENAMED_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashRenamedStackDetails(DashRenamedStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashRenamedStackDetails(Tag.DASH_RENAMED_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#DASH_RENAMED_STACK_DETAILS}. + * + * @return The {@link DashRenamedStackDetails} value associated with this + * instance if {@link #isDashRenamedStackDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashRenamedStackDetails} is + * {@code false}. + */ + public DashRenamedStackDetails getDashRenamedStackDetailsValue() { + if (this._tag != Tag.DASH_RENAMED_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_RENAMED_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashRenamedStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_SHARED_LINK_TO_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_SHARED_LINK_TO_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashSharedLinkToStackDetails() { + return this._tag == Tag.DASH_SHARED_LINK_TO_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_SHARED_LINK_TO_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_SHARED_LINK_TO_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashSharedLinkToStackDetails(DashSharedLinkToStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashSharedLinkToStackDetails(Tag.DASH_SHARED_LINK_TO_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_SHARED_LINK_TO_STACK_DETAILS}. + * + * @return The {@link DashSharedLinkToStackDetails} value associated with + * this instance if {@link #isDashSharedLinkToStackDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isDashSharedLinkToStackDetails} + * is {@code false}. + */ + public DashSharedLinkToStackDetails getDashSharedLinkToStackDetailsValue() { + if (this._tag != Tag.DASH_SHARED_LINK_TO_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_SHARED_LINK_TO_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashSharedLinkToStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_UNARCHIVED_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_UNARCHIVED_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashUnarchivedStackDetails() { + return this._tag == Tag.DASH_UNARCHIVED_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_UNARCHIVED_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_UNARCHIVED_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashUnarchivedStackDetails(DashUnarchivedStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashUnarchivedStackDetails(Tag.DASH_UNARCHIVED_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_UNARCHIVED_STACK_DETAILS}. + * + * @return The {@link DashUnarchivedStackDetails} value associated with this + * instance if {@link #isDashUnarchivedStackDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashUnarchivedStackDetails} + * is {@code false}. + */ + public DashUnarchivedStackDetails getDashUnarchivedStackDetailsValue() { + if (this._tag != Tag.DASH_UNARCHIVED_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_UNARCHIVED_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashUnarchivedStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_VIEWED_COMPANY_STACK_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_VIEWED_COMPANY_STACK_DETAILS}, {@code false} otherwise. + */ + public boolean isDashViewedCompanyStackDetails() { + return this._tag == Tag.DASH_VIEWED_COMPANY_STACK_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_VIEWED_COMPANY_STACK_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_VIEWED_COMPANY_STACK_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashViewedCompanyStackDetails(DashViewedCompanyStackDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashViewedCompanyStackDetails(Tag.DASH_VIEWED_COMPANY_STACK_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_VIEWED_COMPANY_STACK_DETAILS}. + * + * @return The {@link DashViewedCompanyStackDetails} value associated with + * this instance if {@link #isDashViewedCompanyStackDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isDashViewedCompanyStackDetails} is {@code false}. + */ + public DashViewedCompanyStackDetails getDashViewedCompanyStackDetailsValue() { + if (this._tag != Tag.DASH_VIEWED_COMPANY_STACK_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_VIEWED_COMPANY_STACK_DETAILS, but was Tag." + this._tag.name()); + } + return dashViewedCompanyStackDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashViewedExternalAiActivityReportDetails() { + return this._tag == Tag.DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashViewedExternalAiActivityReportDetails(DashViewedExternalAiActivityReportDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashViewedExternalAiActivityReportDetails(Tag.DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS}. + * + * @return The {@link DashViewedExternalAiActivityReportDetails} value + * associated with this instance if {@link + * #isDashViewedExternalAiActivityReportDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashViewedExternalAiActivityReportDetails} is {@code false}. + */ + public DashViewedExternalAiActivityReportDetails getDashViewedExternalAiActivityReportDetailsValue() { + if (this._tag != Tag.DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS, but was Tag." + this._tag.name()); + } + return dashViewedExternalAiActivityReportDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS}, {@code false} otherwise. @@ -12971,6 +16301,558 @@ public EnabledDomainInvitesDetails getEnabledDomainInvitesDetailsValue() { return enabledDomainInvitesDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderCancelTeamKeyRotationDetails() { + return this._tag == Tag.ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails encryptedFolderCancelTeamKeyRotationDetails(EncryptedFolderCancelTeamKeyRotationDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndEncryptedFolderCancelTeamKeyRotationDetails(Tag.ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS}. + * + * @return The {@link EncryptedFolderCancelTeamKeyRotationDetails} value + * associated with this instance if {@link + * #isEncryptedFolderCancelTeamKeyRotationDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderCancelTeamKeyRotationDetails} is {@code false}. + */ + public EncryptedFolderCancelTeamKeyRotationDetails getEncryptedFolderCancelTeamKeyRotationDetailsValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS, but was Tag." + this._tag.name()); + } + return encryptedFolderCancelTeamKeyRotationDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderEnrollBackupKeyDetails() { + return this._tag == Tag.ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails encryptedFolderEnrollBackupKeyDetails(EncryptedFolderEnrollBackupKeyDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndEncryptedFolderEnrollBackupKeyDetails(Tag.ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS}. + * + * @return The {@link EncryptedFolderEnrollBackupKeyDetails} value + * associated with this instance if {@link + * #isEncryptedFolderEnrollBackupKeyDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderEnrollBackupKeyDetails} is {@code false}. + */ + public EncryptedFolderEnrollBackupKeyDetails getEncryptedFolderEnrollBackupKeyDetailsValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS, but was Tag." + this._tag.name()); + } + return encryptedFolderEnrollBackupKeyDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS}, {@code false} otherwise. + */ + public boolean isEncryptedFolderEnrollClientDetails() { + return this._tag == Tag.ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails encryptedFolderEnrollClientDetails(EncryptedFolderEnrollClientDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndEncryptedFolderEnrollClientDetails(Tag.ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS}. + * + * @return The {@link EncryptedFolderEnrollClientDetails} value associated + * with this instance if {@link #isEncryptedFolderEnrollClientDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderEnrollClientDetails} is {@code false}. + */ + public EncryptedFolderEnrollClientDetails getEncryptedFolderEnrollClientDetailsValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS, but was Tag." + this._tag.name()); + } + return encryptedFolderEnrollClientDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS}, {@code false} otherwise. + */ + public boolean isEncryptedFolderEnrollTeamDetails() { + return this._tag == Tag.ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails encryptedFolderEnrollTeamDetails(EncryptedFolderEnrollTeamDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndEncryptedFolderEnrollTeamDetails(Tag.ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS}. + * + * @return The {@link EncryptedFolderEnrollTeamDetails} value associated + * with this instance if {@link #isEncryptedFolderEnrollTeamDetails} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderEnrollTeamDetails} is {@code false}. + */ + public EncryptedFolderEnrollTeamDetails getEncryptedFolderEnrollTeamDetailsValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS, but was Tag." + this._tag.name()); + } + return encryptedFolderEnrollTeamDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderFinishTeamUnenrollmentDetails() { + return this._tag == Tag.ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails encryptedFolderFinishTeamUnenrollmentDetails(EncryptedFolderFinishTeamUnenrollmentDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndEncryptedFolderFinishTeamUnenrollmentDetails(Tag.ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS}. + * + * @return The {@link EncryptedFolderFinishTeamUnenrollmentDetails} value + * associated with this instance if {@link + * #isEncryptedFolderFinishTeamUnenrollmentDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderFinishTeamUnenrollmentDetails} is {@code false}. + */ + public EncryptedFolderFinishTeamUnenrollmentDetails getEncryptedFolderFinishTeamUnenrollmentDetailsValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS, but was Tag." + this._tag.name()); + } + return encryptedFolderFinishTeamUnenrollmentDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderInitTeamKeyRotationDetails() { + return this._tag == Tag.ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails encryptedFolderInitTeamKeyRotationDetails(EncryptedFolderInitTeamKeyRotationDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndEncryptedFolderInitTeamKeyRotationDetails(Tag.ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS}. + * + * @return The {@link EncryptedFolderInitTeamKeyRotationDetails} value + * associated with this instance if {@link + * #isEncryptedFolderInitTeamKeyRotationDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderInitTeamKeyRotationDetails} is {@code false}. + */ + public EncryptedFolderInitTeamKeyRotationDetails getEncryptedFolderInitTeamKeyRotationDetailsValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS, but was Tag." + this._tag.name()); + } + return encryptedFolderInitTeamKeyRotationDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderInitTeamUnenrollmentDetails() { + return this._tag == Tag.ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails encryptedFolderInitTeamUnenrollmentDetails(EncryptedFolderInitTeamUnenrollmentDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndEncryptedFolderInitTeamUnenrollmentDetails(Tag.ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS}. + * + * @return The {@link EncryptedFolderInitTeamUnenrollmentDetails} value + * associated with this instance if {@link + * #isEncryptedFolderInitTeamUnenrollmentDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderInitTeamUnenrollmentDetails} is {@code false}. + */ + public EncryptedFolderInitTeamUnenrollmentDetails getEncryptedFolderInitTeamUnenrollmentDetailsValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS, but was Tag." + this._tag.name()); + } + return encryptedFolderInitTeamUnenrollmentDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderRemoveBackupKeyDetails() { + return this._tag == Tag.ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails encryptedFolderRemoveBackupKeyDetails(EncryptedFolderRemoveBackupKeyDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndEncryptedFolderRemoveBackupKeyDetails(Tag.ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS}. + * + * @return The {@link EncryptedFolderRemoveBackupKeyDetails} value + * associated with this instance if {@link + * #isEncryptedFolderRemoveBackupKeyDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderRemoveBackupKeyDetails} is {@code false}. + */ + public EncryptedFolderRemoveBackupKeyDetails getEncryptedFolderRemoveBackupKeyDetailsValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS, but was Tag." + this._tag.name()); + } + return encryptedFolderRemoveBackupKeyDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderRotateTeamKeyDetails() { + return this._tag == Tag.ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails encryptedFolderRotateTeamKeyDetails(EncryptedFolderRotateTeamKeyDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndEncryptedFolderRotateTeamKeyDetails(Tag.ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS}. + * + * @return The {@link EncryptedFolderRotateTeamKeyDetails} value associated + * with this instance if {@link #isEncryptedFolderRotateTeamKeyDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderRotateTeamKeyDetails} is {@code false}. + */ + public EncryptedFolderRotateTeamKeyDetails getEncryptedFolderRotateTeamKeyDetailsValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS, but was Tag." + this._tag.name()); + } + return encryptedFolderRotateTeamKeyDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderUnenrollClientDetails() { + return this._tag == Tag.ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails encryptedFolderUnenrollClientDetails(EncryptedFolderUnenrollClientDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndEncryptedFolderUnenrollClientDetails(Tag.ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS}. + * + * @return The {@link EncryptedFolderUnenrollClientDetails} value associated + * with this instance if {@link #isEncryptedFolderUnenrollClientDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderUnenrollClientDetails} is {@code false}. + */ + public EncryptedFolderUnenrollClientDetails getEncryptedFolderUnenrollClientDetailsValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS, but was Tag." + this._tag.name()); + } + return encryptedFolderUnenrollClientDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS}, {@code false} + * otherwise. + */ + public boolean isTeamEncryptionKeyActivateKeyDetails() { + return this._tag == Tag.TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails teamEncryptionKeyActivateKeyDetails(TeamEncryptionKeyActivateKeyDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndTeamEncryptionKeyActivateKeyDetails(Tag.TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS}. + * + * @return The {@link TeamEncryptionKeyActivateKeyDetails} value associated + * with this instance if {@link #isTeamEncryptionKeyActivateKeyDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isTeamEncryptionKeyActivateKeyDetails} is {@code false}. + */ + public TeamEncryptionKeyActivateKeyDetails getTeamEncryptionKeyActivateKeyDetailsValue() { + if (this._tag != Tag.TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS, but was Tag." + this._tag.name()); + } + return teamEncryptionKeyActivateKeyDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION_DETAILS}, {@code false} @@ -13071,6 +16953,56 @@ public TeamEncryptionKeyCreateKeyDetails getTeamEncryptionKeyCreateKeyDetailsVal return teamEncryptionKeyCreateKeyDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS}, {@code false} + * otherwise. + */ + public boolean isTeamEncryptionKeyDeactivateKeyDetails() { + return this._tag == Tag.TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails teamEncryptionKeyDeactivateKeyDetails(TeamEncryptionKeyDeactivateKeyDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndTeamEncryptionKeyDeactivateKeyDetails(Tag.TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS}. + * + * @return The {@link TeamEncryptionKeyDeactivateKeyDetails} value + * associated with this instance if {@link + * #isTeamEncryptionKeyDeactivateKeyDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isTeamEncryptionKeyDeactivateKeyDetails} is {@code false}. + */ + public TeamEncryptionKeyDeactivateKeyDetails getTeamEncryptionKeyDeactivateKeyDetailsValue() { + if (this._tag != Tag.TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS, but was Tag." + this._tag.name()); + } + return teamEncryptionKeyDeactivateKeyDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TEAM_ENCRYPTION_KEY_DELETE_KEY_DETAILS}, {@code false} otherwise. @@ -14567,6 +18499,104 @@ public ReplayFileDeleteDetails getReplayFileDeleteDetailsValue() { return replayFileDeleteDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#REPLAY_FILE_DOWNLOADED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#REPLAY_FILE_DOWNLOADED_DETAILS}, {@code false} otherwise. + */ + public boolean isReplayFileDownloadedDetails() { + return this._tag == Tag.REPLAY_FILE_DOWNLOADED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#REPLAY_FILE_DOWNLOADED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#REPLAY_FILE_DOWNLOADED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails replayFileDownloadedDetails(ReplayFileDownloadedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndReplayFileDownloadedDetails(Tag.REPLAY_FILE_DOWNLOADED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#REPLAY_FILE_DOWNLOADED_DETAILS}. + * + * @return The {@link ReplayFileDownloadedDetails} value associated with + * this instance if {@link #isReplayFileDownloadedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isReplayFileDownloadedDetails} + * is {@code false}. + */ + public ReplayFileDownloadedDetails getReplayFileDownloadedDetailsValue() { + if (this._tag != Tag.REPLAY_FILE_DOWNLOADED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.REPLAY_FILE_DOWNLOADED_DETAILS, but was Tag." + this._tag.name()); + } + return replayFileDownloadedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#REPLAY_TEAM_PROJECT_CREATED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#REPLAY_TEAM_PROJECT_CREATED_DETAILS}, {@code false} otherwise. + */ + public boolean isReplayTeamProjectCreatedDetails() { + return this._tag == Tag.REPLAY_TEAM_PROJECT_CREATED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#REPLAY_TEAM_PROJECT_CREATED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#REPLAY_TEAM_PROJECT_CREATED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails replayTeamProjectCreatedDetails(ReplayTeamProjectCreatedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndReplayTeamProjectCreatedDetails(Tag.REPLAY_TEAM_PROJECT_CREATED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#REPLAY_TEAM_PROJECT_CREATED_DETAILS}. + * + * @return The {@link ReplayTeamProjectCreatedDetails} value associated with + * this instance if {@link #isReplayTeamProjectCreatedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isReplayTeamProjectCreatedDetails} is {@code false}. + */ + public ReplayTeamProjectCreatedDetails getReplayTeamProjectCreatedDetailsValue() { + if (this._tag != Tag.REPLAY_TEAM_PROJECT_CREATED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.REPLAY_TEAM_PROJECT_CREATED_DETAILS, but was Tag." + this._tag.name()); + } + return replayTeamProjectCreatedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#REWIND_FOLDER_DETAILS}, {@code false} otherwise. @@ -14855,6 +18885,55 @@ public EmailIngestReceiveFileDetails getEmailIngestReceiveFileDetailsValue() { return emailIngestReceiveFileDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FILE_REQUEST_AUTO_CLOSE_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FILE_REQUEST_AUTO_CLOSE_DETAILS}, {@code false} otherwise. + */ + public boolean isFileRequestAutoCloseDetails() { + return this._tag == Tag.FILE_REQUEST_AUTO_CLOSE_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#FILE_REQUEST_AUTO_CLOSE_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#FILE_REQUEST_AUTO_CLOSE_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails fileRequestAutoCloseDetails(FileRequestAutoCloseDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndFileRequestAutoCloseDetails(Tag.FILE_REQUEST_AUTO_CLOSE_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#FILE_REQUEST_AUTO_CLOSE_DETAILS}. + * + * @return The {@link FileRequestAutoCloseDetails} value associated with + * this instance if {@link #isFileRequestAutoCloseDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isFileRequestAutoCloseDetails} + * is {@code false}. + */ + public FileRequestAutoCloseDetails getFileRequestAutoCloseDetailsValue() { + if (this._tag != Tag.FILE_REQUEST_AUTO_CLOSE_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.FILE_REQUEST_AUTO_CLOSE_DETAILS, but was Tag." + this._tag.name()); + } + return fileRequestAutoCloseDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#FILE_REQUEST_CHANGE_DETAILS}, {@code false} otherwise. @@ -15477,6 +19556,59 @@ public GroupDescriptionUpdatedDetails getGroupDescriptionUpdatedDetailsValue() { return groupDescriptionUpdatedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS}, {@code + * false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS}, {@code + * false} otherwise. + */ + public boolean isGroupExternalSharingSettingOverrideChangedDetails() { + return this._tag == Tag.GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails groupExternalSharingSettingOverrideChangedDetails(GroupExternalSharingSettingOverrideChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndGroupExternalSharingSettingOverrideChangedDetails(Tag.GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS}. + * + * @return The {@link GroupExternalSharingSettingOverrideChangedDetails} + * value associated with this instance if {@link + * #isGroupExternalSharingSettingOverrideChangedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isGroupExternalSharingSettingOverrideChangedDetails} is {@code + * false}. + */ + public GroupExternalSharingSettingOverrideChangedDetails getGroupExternalSharingSettingOverrideChangedDetailsValue() { + if (this._tag != Tag.GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return groupExternalSharingSettingOverrideChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#GROUP_JOIN_POLICY_UPDATED_DETAILS}, {@code false} otherwise. @@ -16297,6 +20429,100 @@ public SsoErrorDetails getSsoErrorDetailsValue() { return ssoErrorDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ADDON_ASSIGNED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ADDON_ASSIGNED_DETAILS}, {@code false} otherwise. + */ + public boolean isAddonAssignedDetails() { + return this._tag == Tag.ADDON_ASSIGNED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ADDON_ASSIGNED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ADDON_ASSIGNED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails addonAssignedDetails(AddonAssignedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndAddonAssignedDetails(Tag.ADDON_ASSIGNED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#ADDON_ASSIGNED_DETAILS}. + * + * @return The {@link AddonAssignedDetails} value associated with this + * instance if {@link #isAddonAssignedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isAddonAssignedDetails} is + * {@code false}. + */ + public AddonAssignedDetails getAddonAssignedDetailsValue() { + if (this._tag != Tag.ADDON_ASSIGNED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ADDON_ASSIGNED_DETAILS, but was Tag." + this._tag.name()); + } + return addonAssignedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ADDON_REMOVED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ADDON_REMOVED_DETAILS}, {@code false} otherwise. + */ + public boolean isAddonRemovedDetails() { + return this._tag == Tag.ADDON_REMOVED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#ADDON_REMOVED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#ADDON_REMOVED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails addonRemovedDetails(AddonRemovedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndAddonRemovedDetails(Tag.ADDON_REMOVED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#ADDON_REMOVED_DETAILS}. + * + * @return The {@link AddonRemovedDetails} value associated with this + * instance if {@link #isAddonRemovedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isAddonRemovedDetails} is + * {@code false}. + */ + public AddonRemovedDetails getAddonRemovedDetailsValue() { + if (this._tag != Tag.ADDON_REMOVED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.ADDON_REMOVED_DETAILS, but was Tag." + this._tag.name()); + } + return addonRemovedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#BACKUP_ADMIN_INVITATION_SENT_DETAILS}, {@code false} otherwise. @@ -17521,6 +21747,104 @@ public PendingSecondaryEmailAddedDetails getPendingSecondaryEmailAddedDetailsVal return pendingSecondaryEmailAddedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PRODUCT_ASSIGNED_TO_MEMBER_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PRODUCT_ASSIGNED_TO_MEMBER_DETAILS}, {@code false} otherwise. + */ + public boolean isProductAssignedToMemberDetails() { + return this._tag == Tag.PRODUCT_ASSIGNED_TO_MEMBER_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#PRODUCT_ASSIGNED_TO_MEMBER_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#PRODUCT_ASSIGNED_TO_MEMBER_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails productAssignedToMemberDetails(ProductAssignedToMemberDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndProductAssignedToMemberDetails(Tag.PRODUCT_ASSIGNED_TO_MEMBER_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#PRODUCT_ASSIGNED_TO_MEMBER_DETAILS}. + * + * @return The {@link ProductAssignedToMemberDetails} value associated with + * this instance if {@link #isProductAssignedToMemberDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isProductAssignedToMemberDetails} is {@code false}. + */ + public ProductAssignedToMemberDetails getProductAssignedToMemberDetailsValue() { + if (this._tag != Tag.PRODUCT_ASSIGNED_TO_MEMBER_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.PRODUCT_ASSIGNED_TO_MEMBER_DETAILS, but was Tag." + this._tag.name()); + } + return productAssignedToMemberDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PRODUCT_REMOVED_FROM_MEMBER_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PRODUCT_REMOVED_FROM_MEMBER_DETAILS}, {@code false} otherwise. + */ + public boolean isProductRemovedFromMemberDetails() { + return this._tag == Tag.PRODUCT_REMOVED_FROM_MEMBER_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#PRODUCT_REMOVED_FROM_MEMBER_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#PRODUCT_REMOVED_FROM_MEMBER_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails productRemovedFromMemberDetails(ProductRemovedFromMemberDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndProductRemovedFromMemberDetails(Tag.PRODUCT_REMOVED_FROM_MEMBER_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#PRODUCT_REMOVED_FROM_MEMBER_DETAILS}. + * + * @return The {@link ProductRemovedFromMemberDetails} value associated with + * this instance if {@link #isProductRemovedFromMemberDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isProductRemovedFromMemberDetails} is {@code false}. + */ + public ProductRemovedFromMemberDetails getProductRemovedFromMemberDetailsValue() { + if (this._tag != Tag.PRODUCT_REMOVED_FROM_MEMBER_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.PRODUCT_REMOVED_FROM_MEMBER_DETAILS, but was Tag." + this._tag.name()); + } + return productRemovedFromMemberDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SECONDARY_EMAIL_DELETED_DETAILS}, {@code false} otherwise. @@ -20566,6 +24890,108 @@ public ExternalSharingReportFailedDetails getExternalSharingReportFailedDetailsV return externalSharingReportFailedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS}, {@code false} + * otherwise. + */ + public boolean isMemberAccessDetailsCreateReportDetails() { + return this._tag == Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails memberAccessDetailsCreateReportDetails(MemberAccessDetailsCreateReportDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndMemberAccessDetailsCreateReportDetails(Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS}. + * + * @return The {@link MemberAccessDetailsCreateReportDetails} value + * associated with this instance if {@link + * #isMemberAccessDetailsCreateReportDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isMemberAccessDetailsCreateReportDetails} is {@code false}. + */ + public MemberAccessDetailsCreateReportDetails getMemberAccessDetailsCreateReportDetailsValue() { + if (this._tag != Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS, but was Tag." + this._tag.name()); + } + return memberAccessDetailsCreateReportDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS}, {@code + * false} otherwise. + */ + public boolean isMemberAccessDetailsCreateReportFailedDetails() { + return this._tag == Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails memberAccessDetailsCreateReportFailedDetails(MemberAccessDetailsCreateReportFailedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndMemberAccessDetailsCreateReportFailedDetails(Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS}. + * + * @return The {@link MemberAccessDetailsCreateReportFailedDetails} value + * associated with this instance if {@link + * #isMemberAccessDetailsCreateReportFailedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isMemberAccessDetailsCreateReportFailedDetails} is {@code false}. + */ + public MemberAccessDetailsCreateReportFailedDetails getMemberAccessDetailsCreateReportFailedDetailsValue() { + if (this._tag != Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS, but was Tag." + this._tag.name()); + } + return memberAccessDetailsCreateReportFailedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS}, {@code false} @@ -21119,6 +25545,106 @@ public RansomwareAlertCreateReportFailedDetails getRansomwareAlertCreateReportFa return ransomwareAlertCreateReportFailedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_DETAILS}, {@code false} otherwise. + */ + public boolean isSharedFoldersCreateReportDetails() { + return this._tag == Tag.SHARED_FOLDERS_CREATE_REPORT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SHARED_FOLDERS_CREATE_REPORT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sharedFoldersCreateReportDetails(SharedFoldersCreateReportDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSharedFoldersCreateReportDetails(Tag.SHARED_FOLDERS_CREATE_REPORT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_DETAILS}. + * + * @return The {@link SharedFoldersCreateReportDetails} value associated + * with this instance if {@link #isSharedFoldersCreateReportDetails} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isSharedFoldersCreateReportDetails} is {@code false}. + */ + public SharedFoldersCreateReportDetails getSharedFoldersCreateReportDetailsValue() { + if (this._tag != Tag.SHARED_FOLDERS_CREATE_REPORT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SHARED_FOLDERS_CREATE_REPORT_DETAILS, but was Tag." + this._tag.name()); + } + return sharedFoldersCreateReportDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isSharedFoldersCreateReportFailedDetails() { + return this._tag == Tag.SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sharedFoldersCreateReportFailedDetails(SharedFoldersCreateReportFailedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSharedFoldersCreateReportFailedDetails(Tag.SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS}. + * + * @return The {@link SharedFoldersCreateReportFailedDetails} value + * associated with this instance if {@link + * #isSharedFoldersCreateReportFailedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSharedFoldersCreateReportFailedDetails} is {@code false}. + */ + public SharedFoldersCreateReportFailedDetails getSharedFoldersCreateReportFailedDetailsValue() { + if (this._tag != Tag.SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS, but was Tag." + this._tag.name()); + } + return sharedFoldersCreateReportFailedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS}, {@code false} @@ -21269,6 +25795,204 @@ public TeamActivityCreateReportFailDetails getTeamActivityCreateReportFailDetail return teamActivityCreateReportFailDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_DETAILS}, {@code false} otherwise. + */ + public boolean isTeamFoldersCreateReportDetails() { + return this._tag == Tag.TEAM_FOLDERS_CREATE_REPORT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#TEAM_FOLDERS_CREATE_REPORT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails teamFoldersCreateReportDetails(TeamFoldersCreateReportDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndTeamFoldersCreateReportDetails(Tag.TEAM_FOLDERS_CREATE_REPORT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_DETAILS}. + * + * @return The {@link TeamFoldersCreateReportDetails} value associated with + * this instance if {@link #isTeamFoldersCreateReportDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isTeamFoldersCreateReportDetails} is {@code false}. + */ + public TeamFoldersCreateReportDetails getTeamFoldersCreateReportDetailsValue() { + if (this._tag != Tag.TEAM_FOLDERS_CREATE_REPORT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_FOLDERS_CREATE_REPORT_DETAILS, but was Tag." + this._tag.name()); + } + return teamFoldersCreateReportDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isTeamFoldersCreateReportFailedDetails() { + return this._tag == Tag.TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails teamFoldersCreateReportFailedDetails(TeamFoldersCreateReportFailedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndTeamFoldersCreateReportFailedDetails(Tag.TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS}. + * + * @return The {@link TeamFoldersCreateReportFailedDetails} value associated + * with this instance if {@link #isTeamFoldersCreateReportFailedDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isTeamFoldersCreateReportFailedDetails} is {@code false}. + */ + public TeamFoldersCreateReportFailedDetails getTeamFoldersCreateReportFailedDetailsValue() { + if (this._tag != Tag.TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS, but was Tag." + this._tag.name()); + } + return teamFoldersCreateReportFailedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_DETAILS}, {@code false} otherwise. + */ + public boolean isTeamStorageCreateReportDetails() { + return this._tag == Tag.TEAM_STORAGE_CREATE_REPORT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#TEAM_STORAGE_CREATE_REPORT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails teamStorageCreateReportDetails(TeamStorageCreateReportDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndTeamStorageCreateReportDetails(Tag.TEAM_STORAGE_CREATE_REPORT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_DETAILS}. + * + * @return The {@link TeamStorageCreateReportDetails} value associated with + * this instance if {@link #isTeamStorageCreateReportDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isTeamStorageCreateReportDetails} is {@code false}. + */ + public TeamStorageCreateReportDetails getTeamStorageCreateReportDetailsValue() { + if (this._tag != Tag.TEAM_STORAGE_CREATE_REPORT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_STORAGE_CREATE_REPORT_DETAILS, but was Tag." + this._tag.name()); + } + return teamStorageCreateReportDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isTeamStorageCreateReportFailedDetails() { + return this._tag == Tag.TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails teamStorageCreateReportFailedDetails(TeamStorageCreateReportFailedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndTeamStorageCreateReportFailedDetails(Tag.TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS}. + * + * @return The {@link TeamStorageCreateReportFailedDetails} value associated + * with this instance if {@link #isTeamStorageCreateReportFailedDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isTeamStorageCreateReportFailedDetails} is {@code false}. + */ + public TeamStorageCreateReportFailedDetails getTeamStorageCreateReportFailedDetailsValue() { + if (this._tag != Tag.TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS, but was Tag." + this._tag.name()); + } + return teamStorageCreateReportFailedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#COLLECTION_SHARE_DETAILS}, {@code false} otherwise. @@ -22042,6 +26766,401 @@ public ReplayProjectTeamDeleteDetails getReplayProjectTeamDeleteDetailsValue() { return replayProjectTeamDeleteDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_FILE_ADDED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_FILE_ADDED_DETAILS}, {@code false} otherwise. + */ + public boolean isSendAndTrackFileAddedDetails() { + return this._tag == Tag.SEND_AND_TRACK_FILE_ADDED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SEND_AND_TRACK_FILE_ADDED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SEND_AND_TRACK_FILE_ADDED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sendAndTrackFileAddedDetails(SendAndTrackFileAddedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSendAndTrackFileAddedDetails(Tag.SEND_AND_TRACK_FILE_ADDED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_FILE_ADDED_DETAILS}. + * + * @return The {@link SendAndTrackFileAddedDetails} value associated with + * this instance if {@link #isSendAndTrackFileAddedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isSendAndTrackFileAddedDetails} + * is {@code false}. + */ + public SendAndTrackFileAddedDetails getSendAndTrackFileAddedDetailsValue() { + if (this._tag != Tag.SEND_AND_TRACK_FILE_ADDED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_FILE_ADDED_DETAILS, but was Tag." + this._tag.name()); + } + return sendAndTrackFileAddedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_FILE_RENAMED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_FILE_RENAMED_DETAILS}, {@code false} otherwise. + */ + public boolean isSendAndTrackFileRenamedDetails() { + return this._tag == Tag.SEND_AND_TRACK_FILE_RENAMED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SEND_AND_TRACK_FILE_RENAMED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SEND_AND_TRACK_FILE_RENAMED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sendAndTrackFileRenamedDetails(SendAndTrackFileRenamedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSendAndTrackFileRenamedDetails(Tag.SEND_AND_TRACK_FILE_RENAMED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_FILE_RENAMED_DETAILS}. + * + * @return The {@link SendAndTrackFileRenamedDetails} value associated with + * this instance if {@link #isSendAndTrackFileRenamedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isSendAndTrackFileRenamedDetails} is {@code false}. + */ + public SendAndTrackFileRenamedDetails getSendAndTrackFileRenamedDetailsValue() { + if (this._tag != Tag.SEND_AND_TRACK_FILE_RENAMED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_FILE_RENAMED_DETAILS, but was Tag." + this._tag.name()); + } + return sendAndTrackFileRenamedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_FILE_UPDATED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_FILE_UPDATED_DETAILS}, {@code false} otherwise. + */ + public boolean isSendAndTrackFileUpdatedDetails() { + return this._tag == Tag.SEND_AND_TRACK_FILE_UPDATED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SEND_AND_TRACK_FILE_UPDATED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SEND_AND_TRACK_FILE_UPDATED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sendAndTrackFileUpdatedDetails(SendAndTrackFileUpdatedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSendAndTrackFileUpdatedDetails(Tag.SEND_AND_TRACK_FILE_UPDATED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_FILE_UPDATED_DETAILS}. + * + * @return The {@link SendAndTrackFileUpdatedDetails} value associated with + * this instance if {@link #isSendAndTrackFileUpdatedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isSendAndTrackFileUpdatedDetails} is {@code false}. + */ + public SendAndTrackFileUpdatedDetails getSendAndTrackFileUpdatedDetailsValue() { + if (this._tag != Tag.SEND_AND_TRACK_FILE_UPDATED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_FILE_UPDATED_DETAILS, but was Tag." + this._tag.name()); + } + return sendAndTrackFileUpdatedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_LINK_CREATED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_LINK_CREATED_DETAILS}, {@code false} otherwise. + */ + public boolean isSendAndTrackLinkCreatedDetails() { + return this._tag == Tag.SEND_AND_TRACK_LINK_CREATED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SEND_AND_TRACK_LINK_CREATED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_CREATED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sendAndTrackLinkCreatedDetails(SendAndTrackLinkCreatedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSendAndTrackLinkCreatedDetails(Tag.SEND_AND_TRACK_LINK_CREATED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_LINK_CREATED_DETAILS}. + * + * @return The {@link SendAndTrackLinkCreatedDetails} value associated with + * this instance if {@link #isSendAndTrackLinkCreatedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isSendAndTrackLinkCreatedDetails} is {@code false}. + */ + public SendAndTrackLinkCreatedDetails getSendAndTrackLinkCreatedDetailsValue() { + if (this._tag != Tag.SEND_AND_TRACK_LINK_CREATED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_LINK_CREATED_DETAILS, but was Tag." + this._tag.name()); + } + return sendAndTrackLinkCreatedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_LINK_DELETED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_LINK_DELETED_DETAILS}, {@code false} otherwise. + */ + public boolean isSendAndTrackLinkDeletedDetails() { + return this._tag == Tag.SEND_AND_TRACK_LINK_DELETED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SEND_AND_TRACK_LINK_DELETED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_DELETED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sendAndTrackLinkDeletedDetails(SendAndTrackLinkDeletedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSendAndTrackLinkDeletedDetails(Tag.SEND_AND_TRACK_LINK_DELETED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_LINK_DELETED_DETAILS}. + * + * @return The {@link SendAndTrackLinkDeletedDetails} value associated with + * this instance if {@link #isSendAndTrackLinkDeletedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isSendAndTrackLinkDeletedDetails} is {@code false}. + */ + public SendAndTrackLinkDeletedDetails getSendAndTrackLinkDeletedDetailsValue() { + if (this._tag != Tag.SEND_AND_TRACK_LINK_DELETED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_LINK_DELETED_DETAILS, but was Tag." + this._tag.name()); + } + return sendAndTrackLinkDeletedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_LINK_UPDATED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_LINK_UPDATED_DETAILS}, {@code false} otherwise. + */ + public boolean isSendAndTrackLinkUpdatedDetails() { + return this._tag == Tag.SEND_AND_TRACK_LINK_UPDATED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SEND_AND_TRACK_LINK_UPDATED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_UPDATED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sendAndTrackLinkUpdatedDetails(SendAndTrackLinkUpdatedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSendAndTrackLinkUpdatedDetails(Tag.SEND_AND_TRACK_LINK_UPDATED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_LINK_UPDATED_DETAILS}. + * + * @return The {@link SendAndTrackLinkUpdatedDetails} value associated with + * this instance if {@link #isSendAndTrackLinkUpdatedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isSendAndTrackLinkUpdatedDetails} is {@code false}. + */ + public SendAndTrackLinkUpdatedDetails getSendAndTrackLinkUpdatedDetailsValue() { + if (this._tag != Tag.SEND_AND_TRACK_LINK_UPDATED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_LINK_UPDATED_DETAILS, but was Tag." + this._tag.name()); + } + return sendAndTrackLinkUpdatedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_LINK_VIEWED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_LINK_VIEWED_DETAILS}, {@code false} otherwise. + */ + public boolean isSendAndTrackLinkViewedDetails() { + return this._tag == Tag.SEND_AND_TRACK_LINK_VIEWED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SEND_AND_TRACK_LINK_VIEWED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_VIEWED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sendAndTrackLinkViewedDetails(SendAndTrackLinkViewedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSendAndTrackLinkViewedDetails(Tag.SEND_AND_TRACK_LINK_VIEWED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_LINK_VIEWED_DETAILS}. + * + * @return The {@link SendAndTrackLinkViewedDetails} value associated with + * this instance if {@link #isSendAndTrackLinkViewedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isSendAndTrackLinkViewedDetails} is {@code false}. + */ + public SendAndTrackLinkViewedDetails getSendAndTrackLinkViewedDetailsValue() { + if (this._tag != Tag.SEND_AND_TRACK_LINK_VIEWED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_LINK_VIEWED_DETAILS, but was Tag." + this._tag.name()); + } + return sendAndTrackLinkViewedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS}, {@code + * false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS}, {@code + * false} otherwise. + */ + public boolean isSendAndTrackRemovedFileAndAssociatedLinksDetails() { + return this._tag == Tag.SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sendAndTrackRemovedFileAndAssociatedLinksDetails(SendAndTrackRemovedFileAndAssociatedLinksDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSendAndTrackRemovedFileAndAssociatedLinksDetails(Tag.SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS}. + * + * @return The {@link SendAndTrackRemovedFileAndAssociatedLinksDetails} + * value associated with this instance if {@link + * #isSendAndTrackRemovedFileAndAssociatedLinksDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSendAndTrackRemovedFileAndAssociatedLinksDetails} is {@code + * false}. + */ + public SendAndTrackRemovedFileAndAssociatedLinksDetails getSendAndTrackRemovedFileAndAssociatedLinksDetailsValue() { + if (this._tag != Tag.SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS, but was Tag." + this._tag.name()); + } + return sendAndTrackRemovedFileAndAssociatedLinksDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SF_ADD_GROUP_DETAILS}, {@code false} otherwise. @@ -24734,6 +29853,55 @@ public SharedLinkRemoveExpiryDetails getSharedLinkRemoveExpiryDetailsValue() { return sharedLinkRemoveExpiryDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SHARED_LINK_REMOVE_VISITOR_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SHARED_LINK_REMOVE_VISITOR_DETAILS}, {@code false} otherwise. + */ + public boolean isSharedLinkRemoveVisitorDetails() { + return this._tag == Tag.SHARED_LINK_REMOVE_VISITOR_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SHARED_LINK_REMOVE_VISITOR_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SHARED_LINK_REMOVE_VISITOR_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sharedLinkRemoveVisitorDetails(SharedLinkRemoveVisitorDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSharedLinkRemoveVisitorDetails(Tag.SHARED_LINK_REMOVE_VISITOR_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SHARED_LINK_REMOVE_VISITOR_DETAILS}. + * + * @return The {@link SharedLinkRemoveVisitorDetails} value associated with + * this instance if {@link #isSharedLinkRemoveVisitorDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isSharedLinkRemoveVisitorDetails} is {@code false}. + */ + public SharedLinkRemoveVisitorDetails getSharedLinkRemoveVisitorDetailsValue() { + if (this._tag != Tag.SHARED_LINK_REMOVE_VISITOR_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SHARED_LINK_REMOVE_VISITOR_DETAILS, but was Tag." + this._tag.name()); + } + return sharedLinkRemoveVisitorDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS}, {@code false} @@ -26629,6 +31797,447 @@ public ShowcaseViewDetails getShowcaseViewDetailsValue() { return showcaseViewDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isSignSignatureRequestCanceledDetails() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails signSignatureRequestCanceledDetails(SignSignatureRequestCanceledDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSignSignatureRequestCanceledDetails(Tag.SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS}. + * + * @return The {@link SignSignatureRequestCanceledDetails} value associated + * with this instance if {@link #isSignSignatureRequestCanceledDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignSignatureRequestCanceledDetails} is {@code false}. + */ + public SignSignatureRequestCanceledDetails getSignSignatureRequestCanceledDetailsValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS, but was Tag." + this._tag.name()); + } + return signSignatureRequestCanceledDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isSignSignatureRequestCompletedDetails() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails signSignatureRequestCompletedDetails(SignSignatureRequestCompletedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSignSignatureRequestCompletedDetails(Tag.SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS}. + * + * @return The {@link SignSignatureRequestCompletedDetails} value associated + * with this instance if {@link #isSignSignatureRequestCompletedDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignSignatureRequestCompletedDetails} is {@code false}. + */ + public SignSignatureRequestCompletedDetails getSignSignatureRequestCompletedDetailsValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS, but was Tag." + this._tag.name()); + } + return signSignatureRequestCompletedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isSignSignatureRequestDeclinedDetails() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails signSignatureRequestDeclinedDetails(SignSignatureRequestDeclinedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSignSignatureRequestDeclinedDetails(Tag.SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS}. + * + * @return The {@link SignSignatureRequestDeclinedDetails} value associated + * with this instance if {@link #isSignSignatureRequestDeclinedDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignSignatureRequestDeclinedDetails} is {@code false}. + */ + public SignSignatureRequestDeclinedDetails getSignSignatureRequestDeclinedDetailsValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS, but was Tag." + this._tag.name()); + } + return signSignatureRequestDeclinedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_OPENED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_OPENED_DETAILS}, {@code false} otherwise. + */ + public boolean isSignSignatureRequestOpenedDetails() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_OPENED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SIGN_SIGNATURE_REQUEST_OPENED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_OPENED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails signSignatureRequestOpenedDetails(SignSignatureRequestOpenedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSignSignatureRequestOpenedDetails(Tag.SIGN_SIGNATURE_REQUEST_OPENED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_OPENED_DETAILS}. + * + * @return The {@link SignSignatureRequestOpenedDetails} value associated + * with this instance if {@link #isSignSignatureRequestOpenedDetails} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignSignatureRequestOpenedDetails} is {@code false}. + */ + public SignSignatureRequestOpenedDetails getSignSignatureRequestOpenedDetailsValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_OPENED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_OPENED_DETAILS, but was Tag." + this._tag.name()); + } + return signSignatureRequestOpenedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS}, {@code false} + * otherwise. + */ + public boolean isSignSignatureRequestReminderSentDetails() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails signSignatureRequestReminderSentDetails(SignSignatureRequestReminderSentDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSignSignatureRequestReminderSentDetails(Tag.SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS}. + * + * @return The {@link SignSignatureRequestReminderSentDetails} value + * associated with this instance if {@link + * #isSignSignatureRequestReminderSentDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignSignatureRequestReminderSentDetails} is {@code false}. + */ + public SignSignatureRequestReminderSentDetails getSignSignatureRequestReminderSentDetailsValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS, but was Tag." + this._tag.name()); + } + return signSignatureRequestReminderSentDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_SENT_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_SENT_DETAILS}, {@code false} otherwise. + */ + public boolean isSignSignatureRequestSentDetails() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_SENT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SIGN_SIGNATURE_REQUEST_SENT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_SENT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails signSignatureRequestSentDetails(SignSignatureRequestSentDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSignSignatureRequestSentDetails(Tag.SIGN_SIGNATURE_REQUEST_SENT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_SENT_DETAILS}. + * + * @return The {@link SignSignatureRequestSentDetails} value associated with + * this instance if {@link #isSignSignatureRequestSentDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isSignSignatureRequestSentDetails} is {@code false}. + */ + public SignSignatureRequestSentDetails getSignSignatureRequestSentDetailsValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_SENT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_SENT_DETAILS, but was Tag." + this._tag.name()); + } + return signSignatureRequestSentDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_TEMPLATE_CREATED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_TEMPLATE_CREATED_DETAILS}, {@code false} otherwise. + */ + public boolean isSignTemplateCreatedDetails() { + return this._tag == Tag.SIGN_TEMPLATE_CREATED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SIGN_TEMPLATE_CREATED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SIGN_TEMPLATE_CREATED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails signTemplateCreatedDetails(SignTemplateCreatedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSignTemplateCreatedDetails(Tag.SIGN_TEMPLATE_CREATED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SIGN_TEMPLATE_CREATED_DETAILS}. + * + * @return The {@link SignTemplateCreatedDetails} value associated with this + * instance if {@link #isSignTemplateCreatedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isSignTemplateCreatedDetails} + * is {@code false}. + */ + public SignTemplateCreatedDetails getSignTemplateCreatedDetailsValue() { + if (this._tag != Tag.SIGN_TEMPLATE_CREATED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_TEMPLATE_CREATED_DETAILS, but was Tag." + this._tag.name()); + } + return signTemplateCreatedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_TEMPLATE_SHARED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_TEMPLATE_SHARED_DETAILS}, {@code false} otherwise. + */ + public boolean isSignTemplateSharedDetails() { + return this._tag == Tag.SIGN_TEMPLATE_SHARED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SIGN_TEMPLATE_SHARED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SIGN_TEMPLATE_SHARED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails signTemplateSharedDetails(SignTemplateSharedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSignTemplateSharedDetails(Tag.SIGN_TEMPLATE_SHARED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#SIGN_TEMPLATE_SHARED_DETAILS}. + * + * @return The {@link SignTemplateSharedDetails} value associated with this + * instance if {@link #isSignTemplateSharedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isSignTemplateSharedDetails} is + * {@code false}. + */ + public SignTemplateSharedDetails getSignTemplateSharedDetailsValue() { + if (this._tag != Tag.SIGN_TEMPLATE_SHARED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_TEMPLATE_SHARED_DETAILS, but was Tag." + this._tag.name()); + } + return signTemplateSharedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#RISC_SECURITY_EVENT_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#RISC_SECURITY_EVENT_DETAILS}, {@code false} otherwise. + */ + public boolean isRiscSecurityEventDetails() { + return this._tag == Tag.RISC_SECURITY_EVENT_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#RISC_SECURITY_EVENT_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#RISC_SECURITY_EVENT_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails riscSecurityEventDetails(RiscSecurityEventDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndRiscSecurityEventDetails(Tag.RISC_SECURITY_EVENT_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#RISC_SECURITY_EVENT_DETAILS}. + * + * @return The {@link RiscSecurityEventDetails} value associated with this + * instance if {@link #isRiscSecurityEventDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isRiscSecurityEventDetails} is + * {@code false}. + */ + public RiscSecurityEventDetails getRiscSecurityEventDetailsValue() { + if (this._tag != Tag.RISC_SECURITY_EVENT_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.RISC_SECURITY_EVENT_DETAILS, but was Tag." + this._tag.name()); + } + return riscSecurityEventDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SSO_ADD_CERT_DETAILS}, {@code false} otherwise. @@ -27492,6 +33101,59 @@ public AdminEmailRemindersChangedDetails getAdminEmailRemindersChangedDetailsVal return adminEmailRemindersChangedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS}, {@code + * false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS}, + * {@code false} otherwise. + */ + public boolean isAiThirdPartySharingDropboxBasePolicyChangedDetails() { + return this._tag == Tag.AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails aiThirdPartySharingDropboxBasePolicyChangedDetails(AiThirdPartySharingDropboxBasePolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndAiThirdPartySharingDropboxBasePolicyChangedDetails(Tag.AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS}. + * + * @return The {@link AiThirdPartySharingDropboxBasePolicyChangedDetails} + * value associated with this instance if {@link + * #isAiThirdPartySharingDropboxBasePolicyChangedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isAiThirdPartySharingDropboxBasePolicyChangedDetails} is {@code + * false}. + */ + public AiThirdPartySharingDropboxBasePolicyChangedDetails getAiThirdPartySharingDropboxBasePolicyChangedDetailsValue() { + if (this._tag != Tag.AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return aiThirdPartySharingDropboxBasePolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#ALLOW_DOWNLOAD_DISABLED_DETAILS}, {@code false} otherwise. @@ -27590,6 +33252,55 @@ public AllowDownloadEnabledDetails getAllowDownloadEnabledDetailsValue() { return allowDownloadEnabledDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#APPLE_LOGIN_CHANGE_POLICY_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#APPLE_LOGIN_CHANGE_POLICY_DETAILS}, {@code false} otherwise. + */ + public boolean isAppleLoginChangePolicyDetails() { + return this._tag == Tag.APPLE_LOGIN_CHANGE_POLICY_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#APPLE_LOGIN_CHANGE_POLICY_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#APPLE_LOGIN_CHANGE_POLICY_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails appleLoginChangePolicyDetails(AppleLoginChangePolicyDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndAppleLoginChangePolicyDetails(Tag.APPLE_LOGIN_CHANGE_POLICY_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#APPLE_LOGIN_CHANGE_POLICY_DETAILS}. + * + * @return The {@link AppleLoginChangePolicyDetails} value associated with + * this instance if {@link #isAppleLoginChangePolicyDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isAppleLoginChangePolicyDetails} is {@code false}. + */ + public AppleLoginChangePolicyDetails getAppleLoginChangePolicyDetailsValue() { + if (this._tag != Tag.APPLE_LOGIN_CHANGE_POLICY_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.APPLE_LOGIN_CHANGE_POLICY_DETAILS, but was Tag." + this._tag.name()); + } + return appleLoginChangePolicyDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#APP_PERMISSIONS_CHANGED_DETAILS}, {@code false} otherwise. @@ -27688,6 +33399,56 @@ public CameraUploadsPolicyChangedDetails getCameraUploadsPolicyChangedDetailsVal return cameraUploadsPolicyChangedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isCaptureTeamSpacePolicyChangedDetails() { + return this._tag == Tag.CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails captureTeamSpacePolicyChangedDetails(CaptureTeamSpacePolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndCaptureTeamSpacePolicyChangedDetails(Tag.CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS}. + * + * @return The {@link CaptureTeamSpacePolicyChangedDetails} value associated + * with this instance if {@link #isCaptureTeamSpacePolicyChangedDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isCaptureTeamSpacePolicyChangedDetails} is {@code false}. + */ + public CaptureTeamSpacePolicyChangedDetails getCaptureTeamSpacePolicyChangedDetailsValue() { + if (this._tag != Tag.CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return captureTeamSpacePolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS}, {@code false} otherwise. @@ -27887,6 +33648,108 @@ public ContentAdministrationPolicyChangedDetails getContentAdministrationPolicyC return contentAdministrationPolicyChangedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS}, {@code false} + * otherwise. + */ + public boolean isContentDeletionProtectionChangePolicyDetails() { + return this._tag == Tag.CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails contentDeletionProtectionChangePolicyDetails(ContentDeletionProtectionChangePolicyDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndContentDeletionProtectionChangePolicyDetails(Tag.CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS}. + * + * @return The {@link ContentDeletionProtectionChangePolicyDetails} value + * associated with this instance if {@link + * #isContentDeletionProtectionChangePolicyDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isContentDeletionProtectionChangePolicyDetails} is {@code false}. + */ + public ContentDeletionProtectionChangePolicyDetails getContentDeletionProtectionChangePolicyDetailsValue() { + if (this._tag != Tag.CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS, but was Tag." + this._tag.name()); + } + return contentDeletionProtectionChangePolicyDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isDashExternalSharingPolicyChangedDetails() { + return this._tag == Tag.DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails dashExternalSharingPolicyChangedDetails(DashExternalSharingPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndDashExternalSharingPolicyChangedDetails(Tag.DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}. + * + * @return The {@link DashExternalSharingPolicyChangedDetails} value + * associated with this instance if {@link + * #isDashExternalSharingPolicyChangedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashExternalSharingPolicyChangedDetails} is {@code false}. + */ + public DashExternalSharingPolicyChangedDetails getDashExternalSharingPolicyChangedDetailsValue() { + if (this._tag != Tag.DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return dashExternalSharingPolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS}, {@code false} @@ -29082,6 +34945,56 @@ public FileTransfersPolicyChangedDetails getFileTransfersPolicyChangedDetailsVal return fileTransfersPolicyChangedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isFlexibleFileNamesPolicyChangedDetails() { + return this._tag == Tag.FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails flexibleFileNamesPolicyChangedDetails(FlexibleFileNamesPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndFlexibleFileNamesPolicyChangedDetails(Tag.FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS}. + * + * @return The {@link FlexibleFileNamesPolicyChangedDetails} value + * associated with this instance if {@link + * #isFlexibleFileNamesPolicyChangedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isFlexibleFileNamesPolicyChangedDetails} is {@code false}. + */ + public FlexibleFileNamesPolicyChangedDetails getFlexibleFileNamesPolicyChangedDetailsValue() { + if (this._tag != Tag.FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return flexibleFileNamesPolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#FOLDER_LINK_RESTRICTION_POLICY_CHANGED_DETAILS}, {@code false} @@ -29684,6 +35597,55 @@ public MemberSuggestionsChangePolicyDetails getMemberSuggestionsChangePolicyDeta return memberSuggestionsChangePolicyDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS}, {@code false} otherwise. + */ + public boolean isMicrosoftLoginChangePolicyDetails() { + return this._tag == Tag.MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails microsoftLoginChangePolicyDetails(MicrosoftLoginChangePolicyDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndMicrosoftLoginChangePolicyDetails(Tag.MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS}. + * + * @return The {@link MicrosoftLoginChangePolicyDetails} value associated + * with this instance if {@link #isMicrosoftLoginChangePolicyDetails} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isMicrosoftLoginChangePolicyDetails} is {@code false}. + */ + public MicrosoftLoginChangePolicyDetails getMicrosoftLoginChangePolicyDetailsValue() { + if (this._tag != Tag.MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS, but was Tag." + this._tag.name()); + } + return microsoftLoginChangePolicyDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS}, {@code false} @@ -30179,6 +36141,55 @@ public PaperEnabledUsersGroupRemovalDetails getPaperEnabledUsersGroupRemovalDeta return paperEnabledUsersGroupRemovalDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PASSKEY_LOGIN_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PASSKEY_LOGIN_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + */ + public boolean isPasskeyLoginPolicyChangedDetails() { + return this._tag == Tag.PASSKEY_LOGIN_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#PASSKEY_LOGIN_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#PASSKEY_LOGIN_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails passkeyLoginPolicyChangedDetails(PasskeyLoginPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndPasskeyLoginPolicyChangedDetails(Tag.PASSKEY_LOGIN_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#PASSKEY_LOGIN_POLICY_CHANGED_DETAILS}. + * + * @return The {@link PasskeyLoginPolicyChangedDetails} value associated + * with this instance if {@link #isPasskeyLoginPolicyChangedDetails} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isPasskeyLoginPolicyChangedDetails} is {@code false}. + */ + public PasskeyLoginPolicyChangedDetails getPasskeyLoginPolicyChangedDetailsValue() { + if (this._tag != Tag.PASSKEY_LOGIN_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.PASSKEY_LOGIN_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return passkeyLoginPolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS}, {@code false} @@ -30279,6 +36290,155 @@ public PermanentDeleteChangePolicyDetails getPermanentDeleteChangePolicyDetailsV return permanentDeleteChangePolicyDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PREVIEWS_AI_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PREVIEWS_AI_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + */ + public boolean isPreviewsAiPolicyChangedDetails() { + return this._tag == Tag.PREVIEWS_AI_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#PREVIEWS_AI_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#PREVIEWS_AI_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails previewsAiPolicyChangedDetails(PreviewsAiPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndPreviewsAiPolicyChangedDetails(Tag.PREVIEWS_AI_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#PREVIEWS_AI_POLICY_CHANGED_DETAILS}. + * + * @return The {@link PreviewsAiPolicyChangedDetails} value associated with + * this instance if {@link #isPreviewsAiPolicyChangedDetails} is {@code + * true}. + * + * @throws IllegalStateException If {@link + * #isPreviewsAiPolicyChangedDetails} is {@code false}. + */ + public PreviewsAiPolicyChangedDetails getPreviewsAiPolicyChangedDetailsValue() { + if (this._tag != Tag.PREVIEWS_AI_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.PREVIEWS_AI_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return previewsAiPolicyChangedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isReplayAddingPeoplePolicyChangedDetails() { + return this._tag == Tag.REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails replayAddingPeoplePolicyChangedDetails(ReplayAddingPeoplePolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndReplayAddingPeoplePolicyChangedDetails(Tag.REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS}. + * + * @return The {@link ReplayAddingPeoplePolicyChangedDetails} value + * associated with this instance if {@link + * #isReplayAddingPeoplePolicyChangedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isReplayAddingPeoplePolicyChangedDetails} is {@code false}. + */ + public ReplayAddingPeoplePolicyChangedDetails getReplayAddingPeoplePolicyChangedDetailsValue() { + if (this._tag != Tag.REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return replayAddingPeoplePolicyChangedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#REPLAY_SHARING_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#REPLAY_SHARING_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + */ + public boolean isReplaySharingPolicyChangedDetails() { + return this._tag == Tag.REPLAY_SHARING_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#REPLAY_SHARING_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#REPLAY_SHARING_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails replaySharingPolicyChangedDetails(ReplaySharingPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndReplaySharingPolicyChangedDetails(Tag.REPLAY_SHARING_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#REPLAY_SHARING_POLICY_CHANGED_DETAILS}. + * + * @return The {@link ReplaySharingPolicyChangedDetails} value associated + * with this instance if {@link #isReplaySharingPolicyChangedDetails} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isReplaySharingPolicyChangedDetails} is {@code false}. + */ + public ReplaySharingPolicyChangedDetails getReplaySharingPolicyChangedDetailsValue() { + if (this._tag != Tag.REPLAY_SHARING_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.REPLAY_SHARING_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return replaySharingPolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#RESELLER_SUPPORT_CHANGE_POLICY_DETAILS}, {@code false} otherwise. @@ -30376,6 +36536,106 @@ public RewindPolicyChangedDetails getRewindPolicyChangedDetailsValue() { return rewindPolicyChangedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + */ + public boolean isSendAndTrackPolicyChangedDetails() { + return this._tag == Tag.SEND_AND_TRACK_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SEND_AND_TRACK_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SEND_AND_TRACK_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sendAndTrackPolicyChangedDetails(SendAndTrackPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSendAndTrackPolicyChangedDetails(Tag.SEND_AND_TRACK_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_POLICY_CHANGED_DETAILS}. + * + * @return The {@link SendAndTrackPolicyChangedDetails} value associated + * with this instance if {@link #isSendAndTrackPolicyChangedDetails} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isSendAndTrackPolicyChangedDetails} is {@code false}. + */ + public SendAndTrackPolicyChangedDetails getSendAndTrackPolicyChangedDetailsValue() { + if (this._tag != Tag.SEND_AND_TRACK_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return sendAndTrackPolicyChangedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isSendExternalSharingPolicyChangedDetails() { + return this._tag == Tag.SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sendExternalSharingPolicyChangedDetails(SendExternalSharingPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSendExternalSharingPolicyChangedDetails(Tag.SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}. + * + * @return The {@link SendExternalSharingPolicyChangedDetails} value + * associated with this instance if {@link + * #isSendExternalSharingPolicyChangedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSendExternalSharingPolicyChangedDetails} is {@code false}. + */ + public SendExternalSharingPolicyChangedDetails getSendExternalSharingPolicyChangedDetailsValue() { + if (this._tag != Tag.SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return sendExternalSharingPolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS}, {@code false} otherwise. @@ -30426,6 +36686,58 @@ public SendForSignaturePolicyChangedDetails getSendForSignaturePolicyChangedDeta return sendForSignaturePolicyChangedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS}, {@code + * false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS}, {@code + * false} otherwise. + */ + public boolean isSharedLinkDefaultPermissionsPolicyChangedDetails() { + return this._tag == Tag.SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails sharedLinkDefaultPermissionsPolicyChangedDetails(SharedLinkDefaultPermissionsPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSharedLinkDefaultPermissionsPolicyChangedDetails(Tag.SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS}. + * + * @return The {@link SharedLinkDefaultPermissionsPolicyChangedDetails} + * value associated with this instance if {@link + * #isSharedLinkDefaultPermissionsPolicyChangedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSharedLinkDefaultPermissionsPolicyChangedDetails} is {@code + * false}. + */ + public SharedLinkDefaultPermissionsPolicyChangedDetails getSharedLinkDefaultPermissionsPolicyChangedDetailsValue() { + if (this._tag != Tag.SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return sharedLinkDefaultPermissionsPolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS}, {@code false} otherwise. @@ -30879,6 +37191,108 @@ public ShowcaseChangeExternalSharingPolicyDetails getShowcaseChangeExternalShari return showcaseChangeExternalSharingPolicyDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isSignExternalSharingPolicyChangedDetails() { + return this._tag == Tag.SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails signExternalSharingPolicyChangedDetails(SignExternalSharingPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSignExternalSharingPolicyChangedDetails(Tag.SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS}. + * + * @return The {@link SignExternalSharingPolicyChangedDetails} value + * associated with this instance if {@link + * #isSignExternalSharingPolicyChangedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignExternalSharingPolicyChangedDetails} is {@code false}. + */ + public SignExternalSharingPolicyChangedDetails getSignExternalSharingPolicyChangedDetailsValue() { + if (this._tag != Tag.SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return signExternalSharingPolicyChangedDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isSignTemplateCreationPermissionChangedDetails() { + return this._tag == Tag.SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails signTemplateCreationPermissionChangedDetails(SignTemplateCreationPermissionChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndSignTemplateCreationPermissionChangedDetails(Tag.SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS}. + * + * @return The {@link SignTemplateCreationPermissionChangedDetails} value + * associated with this instance if {@link + * #isSignTemplateCreationPermissionChangedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignTemplateCreationPermissionChangedDetails} is {@code false}. + */ + public SignTemplateCreationPermissionChangedDetails getSignTemplateCreationPermissionChangedDetailsValue() { + if (this._tag != Tag.SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return signTemplateCreationPermissionChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS}, {@code false} otherwise. @@ -31120,6 +37534,57 @@ public SsoChangePolicyDetails getSsoChangePolicyDetailsValue() { return ssoChangePolicyDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isStackCrossTeamAccessPolicyChangedDetails() { + return this._tag == Tag.STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails stackCrossTeamAccessPolicyChangedDetails(StackCrossTeamAccessPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndStackCrossTeamAccessPolicyChangedDetails(Tag.STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS}. + * + * @return The {@link StackCrossTeamAccessPolicyChangedDetails} value + * associated with this instance if {@link + * #isStackCrossTeamAccessPolicyChangedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isStackCrossTeamAccessPolicyChangedDetails} is {@code false}. + */ + public StackCrossTeamAccessPolicyChangedDetails getStackCrossTeamAccessPolicyChangedDetailsValue() { + if (this._tag != Tag.STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return stackCrossTeamAccessPolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TEAM_BRANDING_POLICY_CHANGED_DETAILS}, {@code false} otherwise. @@ -31218,6 +37683,57 @@ public TeamExtensionsPolicyChangedDetails getTeamExtensionsPolicyChangedDetailsV return teamExtensionsPolicyChangedDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS}, {@code + * false} otherwise. + */ + public boolean isTeamMemberStorageRequestPolicyChangedDetails() { + return this._tag == Tag.TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails teamMemberStorageRequestPolicyChangedDetails(TeamMemberStorageRequestPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndTeamMemberStorageRequestPolicyChangedDetails(Tag.TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS}. + * + * @return The {@link TeamMemberStorageRequestPolicyChangedDetails} value + * associated with this instance if {@link + * #isTeamMemberStorageRequestPolicyChangedDetails} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isTeamMemberStorageRequestPolicyChangedDetails} is {@code false}. + */ + public TeamMemberStorageRequestPolicyChangedDetails getTeamMemberStorageRequestPolicyChangedDetailsValue() { + if (this._tag != Tag.TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return teamMemberStorageRequestPolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS}, {@code false} otherwise. @@ -31460,6 +37976,56 @@ public TfaRemoveExceptionDetails getTfaRemoveExceptionDetailsValue() { return tfaRemoveExceptionDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS}, {@code false} + * otherwise. + */ + public boolean isTopLevelContentPolicyChangedDetails() { + return this._tag == Tag.TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails topLevelContentPolicyChangedDetails(TopLevelContentPolicyChangedDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndTopLevelContentPolicyChangedDetails(Tag.TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS, value); + } + + /** + * This instance must be tagged as {@link + * Tag#TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS}. + * + * @return The {@link TopLevelContentPolicyChangedDetails} value associated + * with this instance if {@link #isTopLevelContentPolicyChangedDetails} + * is {@code true}. + * + * @throws IllegalStateException If {@link + * #isTopLevelContentPolicyChangedDetails} is {@code false}. + */ + public TopLevelContentPolicyChangedDetails getTopLevelContentPolicyChangedDetailsValue() { + if (this._tag != Tag.TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS, but was Tag." + this._tag.name()); + } + return topLevelContentPolicyChangedDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TWO_ACCOUNT_CHANGE_POLICY_DETAILS}, {@code false} otherwise. @@ -32350,6 +38916,100 @@ public TeamProfileRemoveLogoDetails getTeamProfileRemoveLogoDetailsValue() { return teamProfileRemoveLogoDetailsValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PASSKEY_ADD_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PASSKEY_ADD_DETAILS}, {@code false} otherwise. + */ + public boolean isPasskeyAddDetails() { + return this._tag == Tag.PASSKEY_ADD_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#PASSKEY_ADD_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#PASSKEY_ADD_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails passkeyAddDetails(PasskeyAddDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndPasskeyAddDetails(Tag.PASSKEY_ADD_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#PASSKEY_ADD_DETAILS}. + * + * @return The {@link PasskeyAddDetails} value associated with this instance + * if {@link #isPasskeyAddDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isPasskeyAddDetails} is {@code + * false}. + */ + public PasskeyAddDetails getPasskeyAddDetailsValue() { + if (this._tag != Tag.PASSKEY_ADD_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.PASSKEY_ADD_DETAILS, but was Tag." + this._tag.name()); + } + return passkeyAddDetailsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PASSKEY_REMOVE_DETAILS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PASSKEY_REMOVE_DETAILS}, {@code false} otherwise. + */ + public boolean isPasskeyRemoveDetails() { + return this._tag == Tag.PASSKEY_REMOVE_DETAILS; + } + + /** + * Returns an instance of {@code EventDetails} that has its tag set to + * {@link Tag#PASSKEY_REMOVE_DETAILS}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventDetails} with its tag set to {@link + * Tag#PASSKEY_REMOVE_DETAILS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventDetails passkeyRemoveDetails(PasskeyRemoveDetails value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventDetails().withTagAndPasskeyRemoveDetails(Tag.PASSKEY_REMOVE_DETAILS, value); + } + + /** + * This instance must be tagged as {@link Tag#PASSKEY_REMOVE_DETAILS}. + * + * @return The {@link PasskeyRemoveDetails} value associated with this + * instance if {@link #isPasskeyRemoveDetails} is {@code true}. + * + * @throws IllegalStateException If {@link #isPasskeyRemoveDetails} is + * {@code false}. + */ + public PasskeyRemoveDetails getPasskeyRemoveDetailsValue() { + if (this._tag != Tag.PASSKEY_REMOVE_DETAILS) { + throw new IllegalStateException("Invalid tag: required Tag.PASSKEY_REMOVE_DETAILS, but was Tag." + this._tag.name()); + } + return passkeyRemoveDetailsValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TFA_ADD_BACKUP_PHONE_DETAILS}, {@code false} otherwise. @@ -34045,6 +40705,37 @@ public int hashCode() { this.fileResolveCommentDetailsValue, this.fileUnlikeCommentDetailsValue, this.fileUnresolveCommentDetailsValue, + this.dashAddedCommentToStackDetailsValue, + this.dashAddedConnectorDetailsValue, + this.dashAddedLinkToStackDetailsValue, + this.dashAddedTeamEmailDomainAllowlistDetailsValue, + this.dashAdminAddedOrgWideConnectorDetailsValue, + this.dashAdminDisabledConnectorDetailsValue, + this.dashAdminEnabledConnectorDetailsValue, + this.dashAdminRemovedOrgWideConnectorDetailsValue, + this.dashArchivedStackDetailsValue, + this.dashChangedAudienceOfSharedLinkToStackDetailsValue, + this.dashClonedStackDetailsValue, + this.dashCreatedStackDetailsValue, + this.dashDeletedCommentFromStackDetailsValue, + this.dashDeletedStackDetailsValue, + this.dashEditedCommentInStackDetailsValue, + this.dashExternalUserOpenedStackDetailsValue, + this.dashFirstLaunchedDesktopDetailsValue, + this.dashFirstLaunchedExtensionDetailsValue, + this.dashFirstLaunchedWebStartPageDetailsValue, + this.dashOpenedSharedLinkToStackDetailsValue, + this.dashOpenedStackDetailsValue, + this.dashPreviewOptOutStatusChangedDetailsValue, + this.dashRemovedConnectorDetailsValue, + this.dashRemovedLinkFromStackDetailsValue, + this.dashRemovedSharedLinkToStackDetailsValue, + this.dashRemovedTeamEmailDomainAllowlistDetailsValue, + this.dashRenamedStackDetailsValue, + this.dashSharedLinkToStackDetailsValue, + this.dashUnarchivedStackDetailsValue, + this.dashViewedCompanyStackDetailsValue, + this.dashViewedExternalAiActivityReportDetailsValue, this.governancePolicyAddFoldersDetailsValue, this.governancePolicyAddFolderFailedDetailsValue, this.governancePolicyContentDisposedDetailsValue, @@ -34099,8 +40790,20 @@ public int hashCode() { this.domainVerificationAddDomainSuccessDetailsValue, this.domainVerificationRemoveDomainDetailsValue, this.enabledDomainInvitesDetailsValue, + this.encryptedFolderCancelTeamKeyRotationDetailsValue, + this.encryptedFolderEnrollBackupKeyDetailsValue, + this.encryptedFolderEnrollClientDetailsValue, + this.encryptedFolderEnrollTeamDetailsValue, + this.encryptedFolderFinishTeamUnenrollmentDetailsValue, + this.encryptedFolderInitTeamKeyRotationDetailsValue, + this.encryptedFolderInitTeamUnenrollmentDetailsValue, + this.encryptedFolderRemoveBackupKeyDetailsValue, + this.encryptedFolderRotateTeamKeyDetailsValue, + this.encryptedFolderUnenrollClientDetailsValue, + this.teamEncryptionKeyActivateKeyDetailsValue, this.teamEncryptionKeyCancelKeyDeletionDetailsValue, this.teamEncryptionKeyCreateKeyDetailsValue, + this.teamEncryptionKeyDeactivateKeyDetailsValue, this.teamEncryptionKeyDeleteKeyDetailsValue, this.teamEncryptionKeyDisableKeyDetailsValue, this.teamEncryptionKeyEnableKeyDetailsValue, @@ -34132,12 +40835,15 @@ public int hashCode() { this.objectLabelUpdatedValueDetailsValue, this.organizeFolderWithTidyDetailsValue, this.replayFileDeleteDetailsValue, + this.replayFileDownloadedDetailsValue, + this.replayTeamProjectCreatedDetailsValue, this.rewindFolderDetailsValue, this.undoNamingConventionDetailsValue, this.undoOrganizeFolderWithTidyDetailsValue, this.userTagsAddedDetailsValue, this.userTagsRemovedDetailsValue, this.emailIngestReceiveFileDetailsValue, + this.fileRequestAutoCloseDetailsValue, this.fileRequestChangeDetailsValue, this.fileRequestCloseDetailsValue, this.fileRequestCreateDetailsValue, @@ -34151,6 +40857,7 @@ public int hashCode() { this.groupCreateDetailsValue, this.groupDeleteDetailsValue, this.groupDescriptionUpdatedDetailsValue, + this.groupExternalSharingSettingOverrideChangedDetailsValue, this.groupJoinPolicyUpdatedDetailsValue, this.groupMovedDetailsValue, this.groupRemoveExternalIdDetailsValue, @@ -34168,6 +40875,8 @@ public int hashCode() { this.signInAsSessionEndDetailsValue, this.signInAsSessionStartDetailsValue, this.ssoErrorDetailsValue, + this.addonAssignedDetailsValue, + this.addonRemovedDetailsValue, this.backupAdminInvitationSentDetailsValue, this.backupInvitationOpenedDetailsValue, this.createTeamInviteLinkDetailsValue, @@ -34193,6 +40902,8 @@ public int hashCode() { this.memberSuggestDetailsValue, this.memberTransferAccountContentsDetailsValue, this.pendingSecondaryEmailAddedDetailsValue, + this.productAssignedToMemberDetailsValue, + this.productRemovedFromMemberDetailsValue, this.secondaryEmailDeletedDetailsValue, this.secondaryEmailVerifiedDetailsValue, this.secondaryMailsPolicyChangedDetailsValue, @@ -34256,6 +40967,8 @@ public int hashCode() { this.exportMembersReportFailDetailsValue, this.externalSharingCreateReportDetailsValue, this.externalSharingReportFailedDetailsValue, + this.memberAccessDetailsCreateReportDetailsValue, + this.memberAccessDetailsCreateReportFailedDetailsValue, this.noExpirationLinkGenCreateReportDetailsValue, this.noExpirationLinkGenReportFailedDetailsValue, this.noPasswordLinkGenCreateReportDetailsValue, @@ -34267,9 +40980,15 @@ public int hashCode() { this.paperAdminExportStartDetailsValue, this.ransomwareAlertCreateReportDetailsValue, this.ransomwareAlertCreateReportFailedDetailsValue, + this.sharedFoldersCreateReportDetailsValue, + this.sharedFoldersCreateReportFailedDetailsValue, this.smartSyncCreateAdminPrivilegeReportDetailsValue, this.teamActivityCreateReportDetailsValue, this.teamActivityCreateReportFailDetailsValue, + this.teamFoldersCreateReportDetailsValue, + this.teamFoldersCreateReportFailedDetailsValue, + this.teamStorageCreateReportDetailsValue, + this.teamStorageCreateReportFailedDetailsValue, this.collectionShareDetailsValue, this.fileTransfersFileAddDetailsValue, this.fileTransfersTransferDeleteDetailsValue, @@ -34286,6 +41005,14 @@ public int hashCode() { this.replayFileSharedLinkModifiedDetailsValue, this.replayProjectTeamAddDetailsValue, this.replayProjectTeamDeleteDetailsValue, + this.sendAndTrackFileAddedDetailsValue, + this.sendAndTrackFileRenamedDetailsValue, + this.sendAndTrackFileUpdatedDetailsValue, + this.sendAndTrackLinkCreatedDetailsValue, + this.sendAndTrackLinkDeletedDetailsValue, + this.sendAndTrackLinkUpdatedDetailsValue, + this.sendAndTrackLinkViewedDetailsValue, + this.sendAndTrackRemovedFileAndAssociatedLinksDetailsValue, this.sfAddGroupDetailsValue, this.sfAllowNonMembersToViewSharedLinksDetailsValue, this.sfExternalInviteWarnDetailsValue, @@ -34341,6 +41068,7 @@ public int hashCode() { this.sharedLinkDisableDetailsValue, this.sharedLinkDownloadDetailsValue, this.sharedLinkRemoveExpiryDetailsValue, + this.sharedLinkRemoveVisitorDetailsValue, this.sharedLinkSettingsAddExpirationDetailsValue, this.sharedLinkSettingsAddPasswordDetailsValue, this.sharedLinkSettingsAllowDownloadDisabledDetailsValue, @@ -34380,6 +41108,15 @@ public int hashCode() { this.showcaseUntrashedDetailsValue, this.showcaseUntrashedDeprecatedDetailsValue, this.showcaseViewDetailsValue, + this.signSignatureRequestCanceledDetailsValue, + this.signSignatureRequestCompletedDetailsValue, + this.signSignatureRequestDeclinedDetailsValue, + this.signSignatureRequestOpenedDetailsValue, + this.signSignatureRequestReminderSentDetailsValue, + this.signSignatureRequestSentDetailsValue, + this.signTemplateCreatedDetailsValue, + this.signTemplateSharedDetailsValue, + this.riscSecurityEventDetailsValue, this.ssoAddCertDetailsValue, this.ssoAddLoginUrlDetailsValue, this.ssoAddLogoutUrlDetailsValue, @@ -34398,14 +41135,19 @@ public int hashCode() { this.teamSelectiveSyncSettingsChangedDetailsValue, this.accountCaptureChangePolicyDetailsValue, this.adminEmailRemindersChangedDetailsValue, + this.aiThirdPartySharingDropboxBasePolicyChangedDetailsValue, this.allowDownloadDisabledDetailsValue, this.allowDownloadEnabledDetailsValue, + this.appleLoginChangePolicyDetailsValue, this.appPermissionsChangedDetailsValue, this.cameraUploadsPolicyChangedDetailsValue, + this.captureTeamSpacePolicyChangedDetailsValue, this.captureTranscriptPolicyChangedDetailsValue, this.classificationChangePolicyDetailsValue, this.computerBackupPolicyChangedDetailsValue, this.contentAdministrationPolicyChangedDetailsValue, + this.contentDeletionProtectionChangePolicyDetailsValue, + this.dashExternalSharingPolicyChangedDetailsValue, this.dataPlacementRestrictionChangePolicyDetailsValue, this.dataPlacementRestrictionSatisfyPolicyDetailsValue, this.deviceApprovalsAddExceptionDetailsValue, @@ -34430,6 +41172,7 @@ public int hashCode() { this.fileRequestsEmailsEnabledDetailsValue, this.fileRequestsEmailsRestrictedToTeamOnlyDetailsValue, this.fileTransfersPolicyChangedDetailsValue, + this.flexibleFileNamesPolicyChangedDetailsValue, this.folderLinkRestrictionPolicyChangedDetailsValue, this.googleSsoChangePolicyDetailsValue, this.groupUserManagementChangePolicyDetailsValue, @@ -34442,6 +41185,7 @@ public int hashCode() { this.memberSpaceLimitsChangePolicyDetailsValue, this.memberSpaceLimitsRemoveExceptionDetailsValue, this.memberSuggestionsChangePolicyDetailsValue, + this.microsoftLoginChangePolicyDetailsValue, this.microsoftOfficeAddinChangePolicyDetailsValue, this.networkControlChangePolicyDetailsValue, this.paperChangeDeploymentPolicyDetailsValue, @@ -34452,11 +41196,18 @@ public int hashCode() { this.paperDesktopPolicyChangedDetailsValue, this.paperEnabledUsersGroupAdditionDetailsValue, this.paperEnabledUsersGroupRemovalDetailsValue, + this.passkeyLoginPolicyChangedDetailsValue, this.passwordStrengthRequirementsChangePolicyDetailsValue, this.permanentDeleteChangePolicyDetailsValue, + this.previewsAiPolicyChangedDetailsValue, + this.replayAddingPeoplePolicyChangedDetailsValue, + this.replaySharingPolicyChangedDetailsValue, this.resellerSupportChangePolicyDetailsValue, this.rewindPolicyChangedDetailsValue, + this.sendAndTrackPolicyChangedDetailsValue, + this.sendExternalSharingPolicyChangedDetailsValue, this.sendForSignaturePolicyChangedDetailsValue, + this.sharedLinkDefaultPermissionsPolicyChangedDetailsValue, this.sharingChangeFolderJoinPolicyDetailsValue, this.sharingChangeLinkAllowChangeExpirationPolicyDetailsValue, this.sharingChangeLinkDefaultExpirationPolicyDetailsValue, @@ -34466,18 +41217,23 @@ public int hashCode() { this.showcaseChangeDownloadPolicyDetailsValue, this.showcaseChangeEnabledPolicyDetailsValue, this.showcaseChangeExternalSharingPolicyDetailsValue, + this.signExternalSharingPolicyChangedDetailsValue, + this.signTemplateCreationPermissionChangedDetailsValue, this.smarterSmartSyncPolicyChangedDetailsValue, this.smartSyncChangePolicyDetailsValue, this.smartSyncNotOptOutDetailsValue, this.smartSyncOptOutDetailsValue, this.ssoChangePolicyDetailsValue, + this.stackCrossTeamAccessPolicyChangedDetailsValue, this.teamBrandingPolicyChangedDetailsValue, this.teamExtensionsPolicyChangedDetailsValue, + this.teamMemberStorageRequestPolicyChangedDetailsValue, this.teamSelectiveSyncPolicyChangedDetailsValue, this.teamSharingWhitelistSubjectsChangedDetailsValue, this.tfaAddExceptionDetailsValue, this.tfaChangePolicyDetailsValue, this.tfaRemoveExceptionDetailsValue, + this.topLevelContentPolicyChangedDetailsValue, this.twoAccountChangePolicyDetailsValue, this.viewerInfoPolicyChangedDetailsValue, this.watermarkingPolicyChangedDetailsValue, @@ -34496,6 +41252,8 @@ public int hashCode() { this.teamProfileChangeNameDetailsValue, this.teamProfileRemoveBackgroundDetailsValue, this.teamProfileRemoveLogoDetailsValue, + this.passkeyAddDetailsValue, + this.passkeyRemoveDetailsValue, this.tfaAddBackupPhoneDetailsValue, this.tfaAddSecurityKeyDetailsValue, this.tfaChangeBackupPhoneDetailsValue, @@ -34587,6 +41345,68 @@ else if (obj instanceof EventDetails) { return (this.fileUnlikeCommentDetailsValue == other.fileUnlikeCommentDetailsValue) || (this.fileUnlikeCommentDetailsValue.equals(other.fileUnlikeCommentDetailsValue)); case FILE_UNRESOLVE_COMMENT_DETAILS: return (this.fileUnresolveCommentDetailsValue == other.fileUnresolveCommentDetailsValue) || (this.fileUnresolveCommentDetailsValue.equals(other.fileUnresolveCommentDetailsValue)); + case DASH_ADDED_COMMENT_TO_STACK_DETAILS: + return (this.dashAddedCommentToStackDetailsValue == other.dashAddedCommentToStackDetailsValue) || (this.dashAddedCommentToStackDetailsValue.equals(other.dashAddedCommentToStackDetailsValue)); + case DASH_ADDED_CONNECTOR_DETAILS: + return (this.dashAddedConnectorDetailsValue == other.dashAddedConnectorDetailsValue) || (this.dashAddedConnectorDetailsValue.equals(other.dashAddedConnectorDetailsValue)); + case DASH_ADDED_LINK_TO_STACK_DETAILS: + return (this.dashAddedLinkToStackDetailsValue == other.dashAddedLinkToStackDetailsValue) || (this.dashAddedLinkToStackDetailsValue.equals(other.dashAddedLinkToStackDetailsValue)); + case DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS: + return (this.dashAddedTeamEmailDomainAllowlistDetailsValue == other.dashAddedTeamEmailDomainAllowlistDetailsValue) || (this.dashAddedTeamEmailDomainAllowlistDetailsValue.equals(other.dashAddedTeamEmailDomainAllowlistDetailsValue)); + case DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS: + return (this.dashAdminAddedOrgWideConnectorDetailsValue == other.dashAdminAddedOrgWideConnectorDetailsValue) || (this.dashAdminAddedOrgWideConnectorDetailsValue.equals(other.dashAdminAddedOrgWideConnectorDetailsValue)); + case DASH_ADMIN_DISABLED_CONNECTOR_DETAILS: + return (this.dashAdminDisabledConnectorDetailsValue == other.dashAdminDisabledConnectorDetailsValue) || (this.dashAdminDisabledConnectorDetailsValue.equals(other.dashAdminDisabledConnectorDetailsValue)); + case DASH_ADMIN_ENABLED_CONNECTOR_DETAILS: + return (this.dashAdminEnabledConnectorDetailsValue == other.dashAdminEnabledConnectorDetailsValue) || (this.dashAdminEnabledConnectorDetailsValue.equals(other.dashAdminEnabledConnectorDetailsValue)); + case DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS: + return (this.dashAdminRemovedOrgWideConnectorDetailsValue == other.dashAdminRemovedOrgWideConnectorDetailsValue) || (this.dashAdminRemovedOrgWideConnectorDetailsValue.equals(other.dashAdminRemovedOrgWideConnectorDetailsValue)); + case DASH_ARCHIVED_STACK_DETAILS: + return (this.dashArchivedStackDetailsValue == other.dashArchivedStackDetailsValue) || (this.dashArchivedStackDetailsValue.equals(other.dashArchivedStackDetailsValue)); + case DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS: + return (this.dashChangedAudienceOfSharedLinkToStackDetailsValue == other.dashChangedAudienceOfSharedLinkToStackDetailsValue) || (this.dashChangedAudienceOfSharedLinkToStackDetailsValue.equals(other.dashChangedAudienceOfSharedLinkToStackDetailsValue)); + case DASH_CLONED_STACK_DETAILS: + return (this.dashClonedStackDetailsValue == other.dashClonedStackDetailsValue) || (this.dashClonedStackDetailsValue.equals(other.dashClonedStackDetailsValue)); + case DASH_CREATED_STACK_DETAILS: + return (this.dashCreatedStackDetailsValue == other.dashCreatedStackDetailsValue) || (this.dashCreatedStackDetailsValue.equals(other.dashCreatedStackDetailsValue)); + case DASH_DELETED_COMMENT_FROM_STACK_DETAILS: + return (this.dashDeletedCommentFromStackDetailsValue == other.dashDeletedCommentFromStackDetailsValue) || (this.dashDeletedCommentFromStackDetailsValue.equals(other.dashDeletedCommentFromStackDetailsValue)); + case DASH_DELETED_STACK_DETAILS: + return (this.dashDeletedStackDetailsValue == other.dashDeletedStackDetailsValue) || (this.dashDeletedStackDetailsValue.equals(other.dashDeletedStackDetailsValue)); + case DASH_EDITED_COMMENT_IN_STACK_DETAILS: + return (this.dashEditedCommentInStackDetailsValue == other.dashEditedCommentInStackDetailsValue) || (this.dashEditedCommentInStackDetailsValue.equals(other.dashEditedCommentInStackDetailsValue)); + case DASH_EXTERNAL_USER_OPENED_STACK_DETAILS: + return (this.dashExternalUserOpenedStackDetailsValue == other.dashExternalUserOpenedStackDetailsValue) || (this.dashExternalUserOpenedStackDetailsValue.equals(other.dashExternalUserOpenedStackDetailsValue)); + case DASH_FIRST_LAUNCHED_DESKTOP_DETAILS: + return (this.dashFirstLaunchedDesktopDetailsValue == other.dashFirstLaunchedDesktopDetailsValue) || (this.dashFirstLaunchedDesktopDetailsValue.equals(other.dashFirstLaunchedDesktopDetailsValue)); + case DASH_FIRST_LAUNCHED_EXTENSION_DETAILS: + return (this.dashFirstLaunchedExtensionDetailsValue == other.dashFirstLaunchedExtensionDetailsValue) || (this.dashFirstLaunchedExtensionDetailsValue.equals(other.dashFirstLaunchedExtensionDetailsValue)); + case DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS: + return (this.dashFirstLaunchedWebStartPageDetailsValue == other.dashFirstLaunchedWebStartPageDetailsValue) || (this.dashFirstLaunchedWebStartPageDetailsValue.equals(other.dashFirstLaunchedWebStartPageDetailsValue)); + case DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS: + return (this.dashOpenedSharedLinkToStackDetailsValue == other.dashOpenedSharedLinkToStackDetailsValue) || (this.dashOpenedSharedLinkToStackDetailsValue.equals(other.dashOpenedSharedLinkToStackDetailsValue)); + case DASH_OPENED_STACK_DETAILS: + return (this.dashOpenedStackDetailsValue == other.dashOpenedStackDetailsValue) || (this.dashOpenedStackDetailsValue.equals(other.dashOpenedStackDetailsValue)); + case DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS: + return (this.dashPreviewOptOutStatusChangedDetailsValue == other.dashPreviewOptOutStatusChangedDetailsValue) || (this.dashPreviewOptOutStatusChangedDetailsValue.equals(other.dashPreviewOptOutStatusChangedDetailsValue)); + case DASH_REMOVED_CONNECTOR_DETAILS: + return (this.dashRemovedConnectorDetailsValue == other.dashRemovedConnectorDetailsValue) || (this.dashRemovedConnectorDetailsValue.equals(other.dashRemovedConnectorDetailsValue)); + case DASH_REMOVED_LINK_FROM_STACK_DETAILS: + return (this.dashRemovedLinkFromStackDetailsValue == other.dashRemovedLinkFromStackDetailsValue) || (this.dashRemovedLinkFromStackDetailsValue.equals(other.dashRemovedLinkFromStackDetailsValue)); + case DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS: + return (this.dashRemovedSharedLinkToStackDetailsValue == other.dashRemovedSharedLinkToStackDetailsValue) || (this.dashRemovedSharedLinkToStackDetailsValue.equals(other.dashRemovedSharedLinkToStackDetailsValue)); + case DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS: + return (this.dashRemovedTeamEmailDomainAllowlistDetailsValue == other.dashRemovedTeamEmailDomainAllowlistDetailsValue) || (this.dashRemovedTeamEmailDomainAllowlistDetailsValue.equals(other.dashRemovedTeamEmailDomainAllowlistDetailsValue)); + case DASH_RENAMED_STACK_DETAILS: + return (this.dashRenamedStackDetailsValue == other.dashRenamedStackDetailsValue) || (this.dashRenamedStackDetailsValue.equals(other.dashRenamedStackDetailsValue)); + case DASH_SHARED_LINK_TO_STACK_DETAILS: + return (this.dashSharedLinkToStackDetailsValue == other.dashSharedLinkToStackDetailsValue) || (this.dashSharedLinkToStackDetailsValue.equals(other.dashSharedLinkToStackDetailsValue)); + case DASH_UNARCHIVED_STACK_DETAILS: + return (this.dashUnarchivedStackDetailsValue == other.dashUnarchivedStackDetailsValue) || (this.dashUnarchivedStackDetailsValue.equals(other.dashUnarchivedStackDetailsValue)); + case DASH_VIEWED_COMPANY_STACK_DETAILS: + return (this.dashViewedCompanyStackDetailsValue == other.dashViewedCompanyStackDetailsValue) || (this.dashViewedCompanyStackDetailsValue.equals(other.dashViewedCompanyStackDetailsValue)); + case DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS: + return (this.dashViewedExternalAiActivityReportDetailsValue == other.dashViewedExternalAiActivityReportDetailsValue) || (this.dashViewedExternalAiActivityReportDetailsValue.equals(other.dashViewedExternalAiActivityReportDetailsValue)); case GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS: return (this.governancePolicyAddFoldersDetailsValue == other.governancePolicyAddFoldersDetailsValue) || (this.governancePolicyAddFoldersDetailsValue.equals(other.governancePolicyAddFoldersDetailsValue)); case GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS: @@ -34695,10 +41515,34 @@ else if (obj instanceof EventDetails) { return (this.domainVerificationRemoveDomainDetailsValue == other.domainVerificationRemoveDomainDetailsValue) || (this.domainVerificationRemoveDomainDetailsValue.equals(other.domainVerificationRemoveDomainDetailsValue)); case ENABLED_DOMAIN_INVITES_DETAILS: return (this.enabledDomainInvitesDetailsValue == other.enabledDomainInvitesDetailsValue) || (this.enabledDomainInvitesDetailsValue.equals(other.enabledDomainInvitesDetailsValue)); + case ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS: + return (this.encryptedFolderCancelTeamKeyRotationDetailsValue == other.encryptedFolderCancelTeamKeyRotationDetailsValue) || (this.encryptedFolderCancelTeamKeyRotationDetailsValue.equals(other.encryptedFolderCancelTeamKeyRotationDetailsValue)); + case ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS: + return (this.encryptedFolderEnrollBackupKeyDetailsValue == other.encryptedFolderEnrollBackupKeyDetailsValue) || (this.encryptedFolderEnrollBackupKeyDetailsValue.equals(other.encryptedFolderEnrollBackupKeyDetailsValue)); + case ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS: + return (this.encryptedFolderEnrollClientDetailsValue == other.encryptedFolderEnrollClientDetailsValue) || (this.encryptedFolderEnrollClientDetailsValue.equals(other.encryptedFolderEnrollClientDetailsValue)); + case ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS: + return (this.encryptedFolderEnrollTeamDetailsValue == other.encryptedFolderEnrollTeamDetailsValue) || (this.encryptedFolderEnrollTeamDetailsValue.equals(other.encryptedFolderEnrollTeamDetailsValue)); + case ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS: + return (this.encryptedFolderFinishTeamUnenrollmentDetailsValue == other.encryptedFolderFinishTeamUnenrollmentDetailsValue) || (this.encryptedFolderFinishTeamUnenrollmentDetailsValue.equals(other.encryptedFolderFinishTeamUnenrollmentDetailsValue)); + case ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS: + return (this.encryptedFolderInitTeamKeyRotationDetailsValue == other.encryptedFolderInitTeamKeyRotationDetailsValue) || (this.encryptedFolderInitTeamKeyRotationDetailsValue.equals(other.encryptedFolderInitTeamKeyRotationDetailsValue)); + case ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS: + return (this.encryptedFolderInitTeamUnenrollmentDetailsValue == other.encryptedFolderInitTeamUnenrollmentDetailsValue) || (this.encryptedFolderInitTeamUnenrollmentDetailsValue.equals(other.encryptedFolderInitTeamUnenrollmentDetailsValue)); + case ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS: + return (this.encryptedFolderRemoveBackupKeyDetailsValue == other.encryptedFolderRemoveBackupKeyDetailsValue) || (this.encryptedFolderRemoveBackupKeyDetailsValue.equals(other.encryptedFolderRemoveBackupKeyDetailsValue)); + case ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS: + return (this.encryptedFolderRotateTeamKeyDetailsValue == other.encryptedFolderRotateTeamKeyDetailsValue) || (this.encryptedFolderRotateTeamKeyDetailsValue.equals(other.encryptedFolderRotateTeamKeyDetailsValue)); + case ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS: + return (this.encryptedFolderUnenrollClientDetailsValue == other.encryptedFolderUnenrollClientDetailsValue) || (this.encryptedFolderUnenrollClientDetailsValue.equals(other.encryptedFolderUnenrollClientDetailsValue)); + case TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS: + return (this.teamEncryptionKeyActivateKeyDetailsValue == other.teamEncryptionKeyActivateKeyDetailsValue) || (this.teamEncryptionKeyActivateKeyDetailsValue.equals(other.teamEncryptionKeyActivateKeyDetailsValue)); case TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION_DETAILS: return (this.teamEncryptionKeyCancelKeyDeletionDetailsValue == other.teamEncryptionKeyCancelKeyDeletionDetailsValue) || (this.teamEncryptionKeyCancelKeyDeletionDetailsValue.equals(other.teamEncryptionKeyCancelKeyDeletionDetailsValue)); case TEAM_ENCRYPTION_KEY_CREATE_KEY_DETAILS: return (this.teamEncryptionKeyCreateKeyDetailsValue == other.teamEncryptionKeyCreateKeyDetailsValue) || (this.teamEncryptionKeyCreateKeyDetailsValue.equals(other.teamEncryptionKeyCreateKeyDetailsValue)); + case TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS: + return (this.teamEncryptionKeyDeactivateKeyDetailsValue == other.teamEncryptionKeyDeactivateKeyDetailsValue) || (this.teamEncryptionKeyDeactivateKeyDetailsValue.equals(other.teamEncryptionKeyDeactivateKeyDetailsValue)); case TEAM_ENCRYPTION_KEY_DELETE_KEY_DETAILS: return (this.teamEncryptionKeyDeleteKeyDetailsValue == other.teamEncryptionKeyDeleteKeyDetailsValue) || (this.teamEncryptionKeyDeleteKeyDetailsValue.equals(other.teamEncryptionKeyDeleteKeyDetailsValue)); case TEAM_ENCRYPTION_KEY_DISABLE_KEY_DETAILS: @@ -34761,6 +41605,10 @@ else if (obj instanceof EventDetails) { return (this.organizeFolderWithTidyDetailsValue == other.organizeFolderWithTidyDetailsValue) || (this.organizeFolderWithTidyDetailsValue.equals(other.organizeFolderWithTidyDetailsValue)); case REPLAY_FILE_DELETE_DETAILS: return (this.replayFileDeleteDetailsValue == other.replayFileDeleteDetailsValue) || (this.replayFileDeleteDetailsValue.equals(other.replayFileDeleteDetailsValue)); + case REPLAY_FILE_DOWNLOADED_DETAILS: + return (this.replayFileDownloadedDetailsValue == other.replayFileDownloadedDetailsValue) || (this.replayFileDownloadedDetailsValue.equals(other.replayFileDownloadedDetailsValue)); + case REPLAY_TEAM_PROJECT_CREATED_DETAILS: + return (this.replayTeamProjectCreatedDetailsValue == other.replayTeamProjectCreatedDetailsValue) || (this.replayTeamProjectCreatedDetailsValue.equals(other.replayTeamProjectCreatedDetailsValue)); case REWIND_FOLDER_DETAILS: return (this.rewindFolderDetailsValue == other.rewindFolderDetailsValue) || (this.rewindFolderDetailsValue.equals(other.rewindFolderDetailsValue)); case UNDO_NAMING_CONVENTION_DETAILS: @@ -34773,6 +41621,8 @@ else if (obj instanceof EventDetails) { return (this.userTagsRemovedDetailsValue == other.userTagsRemovedDetailsValue) || (this.userTagsRemovedDetailsValue.equals(other.userTagsRemovedDetailsValue)); case EMAIL_INGEST_RECEIVE_FILE_DETAILS: return (this.emailIngestReceiveFileDetailsValue == other.emailIngestReceiveFileDetailsValue) || (this.emailIngestReceiveFileDetailsValue.equals(other.emailIngestReceiveFileDetailsValue)); + case FILE_REQUEST_AUTO_CLOSE_DETAILS: + return (this.fileRequestAutoCloseDetailsValue == other.fileRequestAutoCloseDetailsValue) || (this.fileRequestAutoCloseDetailsValue.equals(other.fileRequestAutoCloseDetailsValue)); case FILE_REQUEST_CHANGE_DETAILS: return (this.fileRequestChangeDetailsValue == other.fileRequestChangeDetailsValue) || (this.fileRequestChangeDetailsValue.equals(other.fileRequestChangeDetailsValue)); case FILE_REQUEST_CLOSE_DETAILS: @@ -34799,6 +41649,8 @@ else if (obj instanceof EventDetails) { return (this.groupDeleteDetailsValue == other.groupDeleteDetailsValue) || (this.groupDeleteDetailsValue.equals(other.groupDeleteDetailsValue)); case GROUP_DESCRIPTION_UPDATED_DETAILS: return (this.groupDescriptionUpdatedDetailsValue == other.groupDescriptionUpdatedDetailsValue) || (this.groupDescriptionUpdatedDetailsValue.equals(other.groupDescriptionUpdatedDetailsValue)); + case GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS: + return (this.groupExternalSharingSettingOverrideChangedDetailsValue == other.groupExternalSharingSettingOverrideChangedDetailsValue) || (this.groupExternalSharingSettingOverrideChangedDetailsValue.equals(other.groupExternalSharingSettingOverrideChangedDetailsValue)); case GROUP_JOIN_POLICY_UPDATED_DETAILS: return (this.groupJoinPolicyUpdatedDetailsValue == other.groupJoinPolicyUpdatedDetailsValue) || (this.groupJoinPolicyUpdatedDetailsValue.equals(other.groupJoinPolicyUpdatedDetailsValue)); case GROUP_MOVED_DETAILS: @@ -34833,6 +41685,10 @@ else if (obj instanceof EventDetails) { return (this.signInAsSessionStartDetailsValue == other.signInAsSessionStartDetailsValue) || (this.signInAsSessionStartDetailsValue.equals(other.signInAsSessionStartDetailsValue)); case SSO_ERROR_DETAILS: return (this.ssoErrorDetailsValue == other.ssoErrorDetailsValue) || (this.ssoErrorDetailsValue.equals(other.ssoErrorDetailsValue)); + case ADDON_ASSIGNED_DETAILS: + return (this.addonAssignedDetailsValue == other.addonAssignedDetailsValue) || (this.addonAssignedDetailsValue.equals(other.addonAssignedDetailsValue)); + case ADDON_REMOVED_DETAILS: + return (this.addonRemovedDetailsValue == other.addonRemovedDetailsValue) || (this.addonRemovedDetailsValue.equals(other.addonRemovedDetailsValue)); case BACKUP_ADMIN_INVITATION_SENT_DETAILS: return (this.backupAdminInvitationSentDetailsValue == other.backupAdminInvitationSentDetailsValue) || (this.backupAdminInvitationSentDetailsValue.equals(other.backupAdminInvitationSentDetailsValue)); case BACKUP_INVITATION_OPENED_DETAILS: @@ -34883,6 +41739,10 @@ else if (obj instanceof EventDetails) { return (this.memberTransferAccountContentsDetailsValue == other.memberTransferAccountContentsDetailsValue) || (this.memberTransferAccountContentsDetailsValue.equals(other.memberTransferAccountContentsDetailsValue)); case PENDING_SECONDARY_EMAIL_ADDED_DETAILS: return (this.pendingSecondaryEmailAddedDetailsValue == other.pendingSecondaryEmailAddedDetailsValue) || (this.pendingSecondaryEmailAddedDetailsValue.equals(other.pendingSecondaryEmailAddedDetailsValue)); + case PRODUCT_ASSIGNED_TO_MEMBER_DETAILS: + return (this.productAssignedToMemberDetailsValue == other.productAssignedToMemberDetailsValue) || (this.productAssignedToMemberDetailsValue.equals(other.productAssignedToMemberDetailsValue)); + case PRODUCT_REMOVED_FROM_MEMBER_DETAILS: + return (this.productRemovedFromMemberDetailsValue == other.productRemovedFromMemberDetailsValue) || (this.productRemovedFromMemberDetailsValue.equals(other.productRemovedFromMemberDetailsValue)); case SECONDARY_EMAIL_DELETED_DETAILS: return (this.secondaryEmailDeletedDetailsValue == other.secondaryEmailDeletedDetailsValue) || (this.secondaryEmailDeletedDetailsValue.equals(other.secondaryEmailDeletedDetailsValue)); case SECONDARY_EMAIL_VERIFIED_DETAILS: @@ -35009,6 +41869,10 @@ else if (obj instanceof EventDetails) { return (this.externalSharingCreateReportDetailsValue == other.externalSharingCreateReportDetailsValue) || (this.externalSharingCreateReportDetailsValue.equals(other.externalSharingCreateReportDetailsValue)); case EXTERNAL_SHARING_REPORT_FAILED_DETAILS: return (this.externalSharingReportFailedDetailsValue == other.externalSharingReportFailedDetailsValue) || (this.externalSharingReportFailedDetailsValue.equals(other.externalSharingReportFailedDetailsValue)); + case MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS: + return (this.memberAccessDetailsCreateReportDetailsValue == other.memberAccessDetailsCreateReportDetailsValue) || (this.memberAccessDetailsCreateReportDetailsValue.equals(other.memberAccessDetailsCreateReportDetailsValue)); + case MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS: + return (this.memberAccessDetailsCreateReportFailedDetailsValue == other.memberAccessDetailsCreateReportFailedDetailsValue) || (this.memberAccessDetailsCreateReportFailedDetailsValue.equals(other.memberAccessDetailsCreateReportFailedDetailsValue)); case NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS: return (this.noExpirationLinkGenCreateReportDetailsValue == other.noExpirationLinkGenCreateReportDetailsValue) || (this.noExpirationLinkGenCreateReportDetailsValue.equals(other.noExpirationLinkGenCreateReportDetailsValue)); case NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS: @@ -35031,12 +41895,24 @@ else if (obj instanceof EventDetails) { return (this.ransomwareAlertCreateReportDetailsValue == other.ransomwareAlertCreateReportDetailsValue) || (this.ransomwareAlertCreateReportDetailsValue.equals(other.ransomwareAlertCreateReportDetailsValue)); case RANSOMWARE_ALERT_CREATE_REPORT_FAILED_DETAILS: return (this.ransomwareAlertCreateReportFailedDetailsValue == other.ransomwareAlertCreateReportFailedDetailsValue) || (this.ransomwareAlertCreateReportFailedDetailsValue.equals(other.ransomwareAlertCreateReportFailedDetailsValue)); + case SHARED_FOLDERS_CREATE_REPORT_DETAILS: + return (this.sharedFoldersCreateReportDetailsValue == other.sharedFoldersCreateReportDetailsValue) || (this.sharedFoldersCreateReportDetailsValue.equals(other.sharedFoldersCreateReportDetailsValue)); + case SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS: + return (this.sharedFoldersCreateReportFailedDetailsValue == other.sharedFoldersCreateReportFailedDetailsValue) || (this.sharedFoldersCreateReportFailedDetailsValue.equals(other.sharedFoldersCreateReportFailedDetailsValue)); case SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS: return (this.smartSyncCreateAdminPrivilegeReportDetailsValue == other.smartSyncCreateAdminPrivilegeReportDetailsValue) || (this.smartSyncCreateAdminPrivilegeReportDetailsValue.equals(other.smartSyncCreateAdminPrivilegeReportDetailsValue)); case TEAM_ACTIVITY_CREATE_REPORT_DETAILS: return (this.teamActivityCreateReportDetailsValue == other.teamActivityCreateReportDetailsValue) || (this.teamActivityCreateReportDetailsValue.equals(other.teamActivityCreateReportDetailsValue)); case TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS: return (this.teamActivityCreateReportFailDetailsValue == other.teamActivityCreateReportFailDetailsValue) || (this.teamActivityCreateReportFailDetailsValue.equals(other.teamActivityCreateReportFailDetailsValue)); + case TEAM_FOLDERS_CREATE_REPORT_DETAILS: + return (this.teamFoldersCreateReportDetailsValue == other.teamFoldersCreateReportDetailsValue) || (this.teamFoldersCreateReportDetailsValue.equals(other.teamFoldersCreateReportDetailsValue)); + case TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS: + return (this.teamFoldersCreateReportFailedDetailsValue == other.teamFoldersCreateReportFailedDetailsValue) || (this.teamFoldersCreateReportFailedDetailsValue.equals(other.teamFoldersCreateReportFailedDetailsValue)); + case TEAM_STORAGE_CREATE_REPORT_DETAILS: + return (this.teamStorageCreateReportDetailsValue == other.teamStorageCreateReportDetailsValue) || (this.teamStorageCreateReportDetailsValue.equals(other.teamStorageCreateReportDetailsValue)); + case TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS: + return (this.teamStorageCreateReportFailedDetailsValue == other.teamStorageCreateReportFailedDetailsValue) || (this.teamStorageCreateReportFailedDetailsValue.equals(other.teamStorageCreateReportFailedDetailsValue)); case COLLECTION_SHARE_DETAILS: return (this.collectionShareDetailsValue == other.collectionShareDetailsValue) || (this.collectionShareDetailsValue.equals(other.collectionShareDetailsValue)); case FILE_TRANSFERS_FILE_ADD_DETAILS: @@ -35069,6 +41945,22 @@ else if (obj instanceof EventDetails) { return (this.replayProjectTeamAddDetailsValue == other.replayProjectTeamAddDetailsValue) || (this.replayProjectTeamAddDetailsValue.equals(other.replayProjectTeamAddDetailsValue)); case REPLAY_PROJECT_TEAM_DELETE_DETAILS: return (this.replayProjectTeamDeleteDetailsValue == other.replayProjectTeamDeleteDetailsValue) || (this.replayProjectTeamDeleteDetailsValue.equals(other.replayProjectTeamDeleteDetailsValue)); + case SEND_AND_TRACK_FILE_ADDED_DETAILS: + return (this.sendAndTrackFileAddedDetailsValue == other.sendAndTrackFileAddedDetailsValue) || (this.sendAndTrackFileAddedDetailsValue.equals(other.sendAndTrackFileAddedDetailsValue)); + case SEND_AND_TRACK_FILE_RENAMED_DETAILS: + return (this.sendAndTrackFileRenamedDetailsValue == other.sendAndTrackFileRenamedDetailsValue) || (this.sendAndTrackFileRenamedDetailsValue.equals(other.sendAndTrackFileRenamedDetailsValue)); + case SEND_AND_TRACK_FILE_UPDATED_DETAILS: + return (this.sendAndTrackFileUpdatedDetailsValue == other.sendAndTrackFileUpdatedDetailsValue) || (this.sendAndTrackFileUpdatedDetailsValue.equals(other.sendAndTrackFileUpdatedDetailsValue)); + case SEND_AND_TRACK_LINK_CREATED_DETAILS: + return (this.sendAndTrackLinkCreatedDetailsValue == other.sendAndTrackLinkCreatedDetailsValue) || (this.sendAndTrackLinkCreatedDetailsValue.equals(other.sendAndTrackLinkCreatedDetailsValue)); + case SEND_AND_TRACK_LINK_DELETED_DETAILS: + return (this.sendAndTrackLinkDeletedDetailsValue == other.sendAndTrackLinkDeletedDetailsValue) || (this.sendAndTrackLinkDeletedDetailsValue.equals(other.sendAndTrackLinkDeletedDetailsValue)); + case SEND_AND_TRACK_LINK_UPDATED_DETAILS: + return (this.sendAndTrackLinkUpdatedDetailsValue == other.sendAndTrackLinkUpdatedDetailsValue) || (this.sendAndTrackLinkUpdatedDetailsValue.equals(other.sendAndTrackLinkUpdatedDetailsValue)); + case SEND_AND_TRACK_LINK_VIEWED_DETAILS: + return (this.sendAndTrackLinkViewedDetailsValue == other.sendAndTrackLinkViewedDetailsValue) || (this.sendAndTrackLinkViewedDetailsValue.equals(other.sendAndTrackLinkViewedDetailsValue)); + case SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS: + return (this.sendAndTrackRemovedFileAndAssociatedLinksDetailsValue == other.sendAndTrackRemovedFileAndAssociatedLinksDetailsValue) || (this.sendAndTrackRemovedFileAndAssociatedLinksDetailsValue.equals(other.sendAndTrackRemovedFileAndAssociatedLinksDetailsValue)); case SF_ADD_GROUP_DETAILS: return (this.sfAddGroupDetailsValue == other.sfAddGroupDetailsValue) || (this.sfAddGroupDetailsValue.equals(other.sfAddGroupDetailsValue)); case SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS: @@ -35179,6 +42071,8 @@ else if (obj instanceof EventDetails) { return (this.sharedLinkDownloadDetailsValue == other.sharedLinkDownloadDetailsValue) || (this.sharedLinkDownloadDetailsValue.equals(other.sharedLinkDownloadDetailsValue)); case SHARED_LINK_REMOVE_EXPIRY_DETAILS: return (this.sharedLinkRemoveExpiryDetailsValue == other.sharedLinkRemoveExpiryDetailsValue) || (this.sharedLinkRemoveExpiryDetailsValue.equals(other.sharedLinkRemoveExpiryDetailsValue)); + case SHARED_LINK_REMOVE_VISITOR_DETAILS: + return (this.sharedLinkRemoveVisitorDetailsValue == other.sharedLinkRemoveVisitorDetailsValue) || (this.sharedLinkRemoveVisitorDetailsValue.equals(other.sharedLinkRemoveVisitorDetailsValue)); case SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS: return (this.sharedLinkSettingsAddExpirationDetailsValue == other.sharedLinkSettingsAddExpirationDetailsValue) || (this.sharedLinkSettingsAddExpirationDetailsValue.equals(other.sharedLinkSettingsAddExpirationDetailsValue)); case SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS: @@ -35257,6 +42151,24 @@ else if (obj instanceof EventDetails) { return (this.showcaseUntrashedDeprecatedDetailsValue == other.showcaseUntrashedDeprecatedDetailsValue) || (this.showcaseUntrashedDeprecatedDetailsValue.equals(other.showcaseUntrashedDeprecatedDetailsValue)); case SHOWCASE_VIEW_DETAILS: return (this.showcaseViewDetailsValue == other.showcaseViewDetailsValue) || (this.showcaseViewDetailsValue.equals(other.showcaseViewDetailsValue)); + case SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS: + return (this.signSignatureRequestCanceledDetailsValue == other.signSignatureRequestCanceledDetailsValue) || (this.signSignatureRequestCanceledDetailsValue.equals(other.signSignatureRequestCanceledDetailsValue)); + case SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS: + return (this.signSignatureRequestCompletedDetailsValue == other.signSignatureRequestCompletedDetailsValue) || (this.signSignatureRequestCompletedDetailsValue.equals(other.signSignatureRequestCompletedDetailsValue)); + case SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS: + return (this.signSignatureRequestDeclinedDetailsValue == other.signSignatureRequestDeclinedDetailsValue) || (this.signSignatureRequestDeclinedDetailsValue.equals(other.signSignatureRequestDeclinedDetailsValue)); + case SIGN_SIGNATURE_REQUEST_OPENED_DETAILS: + return (this.signSignatureRequestOpenedDetailsValue == other.signSignatureRequestOpenedDetailsValue) || (this.signSignatureRequestOpenedDetailsValue.equals(other.signSignatureRequestOpenedDetailsValue)); + case SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS: + return (this.signSignatureRequestReminderSentDetailsValue == other.signSignatureRequestReminderSentDetailsValue) || (this.signSignatureRequestReminderSentDetailsValue.equals(other.signSignatureRequestReminderSentDetailsValue)); + case SIGN_SIGNATURE_REQUEST_SENT_DETAILS: + return (this.signSignatureRequestSentDetailsValue == other.signSignatureRequestSentDetailsValue) || (this.signSignatureRequestSentDetailsValue.equals(other.signSignatureRequestSentDetailsValue)); + case SIGN_TEMPLATE_CREATED_DETAILS: + return (this.signTemplateCreatedDetailsValue == other.signTemplateCreatedDetailsValue) || (this.signTemplateCreatedDetailsValue.equals(other.signTemplateCreatedDetailsValue)); + case SIGN_TEMPLATE_SHARED_DETAILS: + return (this.signTemplateSharedDetailsValue == other.signTemplateSharedDetailsValue) || (this.signTemplateSharedDetailsValue.equals(other.signTemplateSharedDetailsValue)); + case RISC_SECURITY_EVENT_DETAILS: + return (this.riscSecurityEventDetailsValue == other.riscSecurityEventDetailsValue) || (this.riscSecurityEventDetailsValue.equals(other.riscSecurityEventDetailsValue)); case SSO_ADD_CERT_DETAILS: return (this.ssoAddCertDetailsValue == other.ssoAddCertDetailsValue) || (this.ssoAddCertDetailsValue.equals(other.ssoAddCertDetailsValue)); case SSO_ADD_LOGIN_URL_DETAILS: @@ -35293,14 +42205,20 @@ else if (obj instanceof EventDetails) { return (this.accountCaptureChangePolicyDetailsValue == other.accountCaptureChangePolicyDetailsValue) || (this.accountCaptureChangePolicyDetailsValue.equals(other.accountCaptureChangePolicyDetailsValue)); case ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS: return (this.adminEmailRemindersChangedDetailsValue == other.adminEmailRemindersChangedDetailsValue) || (this.adminEmailRemindersChangedDetailsValue.equals(other.adminEmailRemindersChangedDetailsValue)); + case AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS: + return (this.aiThirdPartySharingDropboxBasePolicyChangedDetailsValue == other.aiThirdPartySharingDropboxBasePolicyChangedDetailsValue) || (this.aiThirdPartySharingDropboxBasePolicyChangedDetailsValue.equals(other.aiThirdPartySharingDropboxBasePolicyChangedDetailsValue)); case ALLOW_DOWNLOAD_DISABLED_DETAILS: return (this.allowDownloadDisabledDetailsValue == other.allowDownloadDisabledDetailsValue) || (this.allowDownloadDisabledDetailsValue.equals(other.allowDownloadDisabledDetailsValue)); case ALLOW_DOWNLOAD_ENABLED_DETAILS: return (this.allowDownloadEnabledDetailsValue == other.allowDownloadEnabledDetailsValue) || (this.allowDownloadEnabledDetailsValue.equals(other.allowDownloadEnabledDetailsValue)); + case APPLE_LOGIN_CHANGE_POLICY_DETAILS: + return (this.appleLoginChangePolicyDetailsValue == other.appleLoginChangePolicyDetailsValue) || (this.appleLoginChangePolicyDetailsValue.equals(other.appleLoginChangePolicyDetailsValue)); case APP_PERMISSIONS_CHANGED_DETAILS: return (this.appPermissionsChangedDetailsValue == other.appPermissionsChangedDetailsValue) || (this.appPermissionsChangedDetailsValue.equals(other.appPermissionsChangedDetailsValue)); case CAMERA_UPLOADS_POLICY_CHANGED_DETAILS: return (this.cameraUploadsPolicyChangedDetailsValue == other.cameraUploadsPolicyChangedDetailsValue) || (this.cameraUploadsPolicyChangedDetailsValue.equals(other.cameraUploadsPolicyChangedDetailsValue)); + case CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS: + return (this.captureTeamSpacePolicyChangedDetailsValue == other.captureTeamSpacePolicyChangedDetailsValue) || (this.captureTeamSpacePolicyChangedDetailsValue.equals(other.captureTeamSpacePolicyChangedDetailsValue)); case CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS: return (this.captureTranscriptPolicyChangedDetailsValue == other.captureTranscriptPolicyChangedDetailsValue) || (this.captureTranscriptPolicyChangedDetailsValue.equals(other.captureTranscriptPolicyChangedDetailsValue)); case CLASSIFICATION_CHANGE_POLICY_DETAILS: @@ -35309,6 +42227,10 @@ else if (obj instanceof EventDetails) { return (this.computerBackupPolicyChangedDetailsValue == other.computerBackupPolicyChangedDetailsValue) || (this.computerBackupPolicyChangedDetailsValue.equals(other.computerBackupPolicyChangedDetailsValue)); case CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS: return (this.contentAdministrationPolicyChangedDetailsValue == other.contentAdministrationPolicyChangedDetailsValue) || (this.contentAdministrationPolicyChangedDetailsValue.equals(other.contentAdministrationPolicyChangedDetailsValue)); + case CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS: + return (this.contentDeletionProtectionChangePolicyDetailsValue == other.contentDeletionProtectionChangePolicyDetailsValue) || (this.contentDeletionProtectionChangePolicyDetailsValue.equals(other.contentDeletionProtectionChangePolicyDetailsValue)); + case DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS: + return (this.dashExternalSharingPolicyChangedDetailsValue == other.dashExternalSharingPolicyChangedDetailsValue) || (this.dashExternalSharingPolicyChangedDetailsValue.equals(other.dashExternalSharingPolicyChangedDetailsValue)); case DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS: return (this.dataPlacementRestrictionChangePolicyDetailsValue == other.dataPlacementRestrictionChangePolicyDetailsValue) || (this.dataPlacementRestrictionChangePolicyDetailsValue.equals(other.dataPlacementRestrictionChangePolicyDetailsValue)); case DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS: @@ -35357,6 +42279,8 @@ else if (obj instanceof EventDetails) { return (this.fileRequestsEmailsRestrictedToTeamOnlyDetailsValue == other.fileRequestsEmailsRestrictedToTeamOnlyDetailsValue) || (this.fileRequestsEmailsRestrictedToTeamOnlyDetailsValue.equals(other.fileRequestsEmailsRestrictedToTeamOnlyDetailsValue)); case FILE_TRANSFERS_POLICY_CHANGED_DETAILS: return (this.fileTransfersPolicyChangedDetailsValue == other.fileTransfersPolicyChangedDetailsValue) || (this.fileTransfersPolicyChangedDetailsValue.equals(other.fileTransfersPolicyChangedDetailsValue)); + case FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS: + return (this.flexibleFileNamesPolicyChangedDetailsValue == other.flexibleFileNamesPolicyChangedDetailsValue) || (this.flexibleFileNamesPolicyChangedDetailsValue.equals(other.flexibleFileNamesPolicyChangedDetailsValue)); case FOLDER_LINK_RESTRICTION_POLICY_CHANGED_DETAILS: return (this.folderLinkRestrictionPolicyChangedDetailsValue == other.folderLinkRestrictionPolicyChangedDetailsValue) || (this.folderLinkRestrictionPolicyChangedDetailsValue.equals(other.folderLinkRestrictionPolicyChangedDetailsValue)); case GOOGLE_SSO_CHANGE_POLICY_DETAILS: @@ -35381,6 +42305,8 @@ else if (obj instanceof EventDetails) { return (this.memberSpaceLimitsRemoveExceptionDetailsValue == other.memberSpaceLimitsRemoveExceptionDetailsValue) || (this.memberSpaceLimitsRemoveExceptionDetailsValue.equals(other.memberSpaceLimitsRemoveExceptionDetailsValue)); case MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS: return (this.memberSuggestionsChangePolicyDetailsValue == other.memberSuggestionsChangePolicyDetailsValue) || (this.memberSuggestionsChangePolicyDetailsValue.equals(other.memberSuggestionsChangePolicyDetailsValue)); + case MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS: + return (this.microsoftLoginChangePolicyDetailsValue == other.microsoftLoginChangePolicyDetailsValue) || (this.microsoftLoginChangePolicyDetailsValue.equals(other.microsoftLoginChangePolicyDetailsValue)); case MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS: return (this.microsoftOfficeAddinChangePolicyDetailsValue == other.microsoftOfficeAddinChangePolicyDetailsValue) || (this.microsoftOfficeAddinChangePolicyDetailsValue.equals(other.microsoftOfficeAddinChangePolicyDetailsValue)); case NETWORK_CONTROL_CHANGE_POLICY_DETAILS: @@ -35401,16 +42327,30 @@ else if (obj instanceof EventDetails) { return (this.paperEnabledUsersGroupAdditionDetailsValue == other.paperEnabledUsersGroupAdditionDetailsValue) || (this.paperEnabledUsersGroupAdditionDetailsValue.equals(other.paperEnabledUsersGroupAdditionDetailsValue)); case PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS: return (this.paperEnabledUsersGroupRemovalDetailsValue == other.paperEnabledUsersGroupRemovalDetailsValue) || (this.paperEnabledUsersGroupRemovalDetailsValue.equals(other.paperEnabledUsersGroupRemovalDetailsValue)); + case PASSKEY_LOGIN_POLICY_CHANGED_DETAILS: + return (this.passkeyLoginPolicyChangedDetailsValue == other.passkeyLoginPolicyChangedDetailsValue) || (this.passkeyLoginPolicyChangedDetailsValue.equals(other.passkeyLoginPolicyChangedDetailsValue)); case PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS: return (this.passwordStrengthRequirementsChangePolicyDetailsValue == other.passwordStrengthRequirementsChangePolicyDetailsValue) || (this.passwordStrengthRequirementsChangePolicyDetailsValue.equals(other.passwordStrengthRequirementsChangePolicyDetailsValue)); case PERMANENT_DELETE_CHANGE_POLICY_DETAILS: return (this.permanentDeleteChangePolicyDetailsValue == other.permanentDeleteChangePolicyDetailsValue) || (this.permanentDeleteChangePolicyDetailsValue.equals(other.permanentDeleteChangePolicyDetailsValue)); + case PREVIEWS_AI_POLICY_CHANGED_DETAILS: + return (this.previewsAiPolicyChangedDetailsValue == other.previewsAiPolicyChangedDetailsValue) || (this.previewsAiPolicyChangedDetailsValue.equals(other.previewsAiPolicyChangedDetailsValue)); + case REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS: + return (this.replayAddingPeoplePolicyChangedDetailsValue == other.replayAddingPeoplePolicyChangedDetailsValue) || (this.replayAddingPeoplePolicyChangedDetailsValue.equals(other.replayAddingPeoplePolicyChangedDetailsValue)); + case REPLAY_SHARING_POLICY_CHANGED_DETAILS: + return (this.replaySharingPolicyChangedDetailsValue == other.replaySharingPolicyChangedDetailsValue) || (this.replaySharingPolicyChangedDetailsValue.equals(other.replaySharingPolicyChangedDetailsValue)); case RESELLER_SUPPORT_CHANGE_POLICY_DETAILS: return (this.resellerSupportChangePolicyDetailsValue == other.resellerSupportChangePolicyDetailsValue) || (this.resellerSupportChangePolicyDetailsValue.equals(other.resellerSupportChangePolicyDetailsValue)); case REWIND_POLICY_CHANGED_DETAILS: return (this.rewindPolicyChangedDetailsValue == other.rewindPolicyChangedDetailsValue) || (this.rewindPolicyChangedDetailsValue.equals(other.rewindPolicyChangedDetailsValue)); + case SEND_AND_TRACK_POLICY_CHANGED_DETAILS: + return (this.sendAndTrackPolicyChangedDetailsValue == other.sendAndTrackPolicyChangedDetailsValue) || (this.sendAndTrackPolicyChangedDetailsValue.equals(other.sendAndTrackPolicyChangedDetailsValue)); + case SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS: + return (this.sendExternalSharingPolicyChangedDetailsValue == other.sendExternalSharingPolicyChangedDetailsValue) || (this.sendExternalSharingPolicyChangedDetailsValue.equals(other.sendExternalSharingPolicyChangedDetailsValue)); case SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS: return (this.sendForSignaturePolicyChangedDetailsValue == other.sendForSignaturePolicyChangedDetailsValue) || (this.sendForSignaturePolicyChangedDetailsValue.equals(other.sendForSignaturePolicyChangedDetailsValue)); + case SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS: + return (this.sharedLinkDefaultPermissionsPolicyChangedDetailsValue == other.sharedLinkDefaultPermissionsPolicyChangedDetailsValue) || (this.sharedLinkDefaultPermissionsPolicyChangedDetailsValue.equals(other.sharedLinkDefaultPermissionsPolicyChangedDetailsValue)); case SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS: return (this.sharingChangeFolderJoinPolicyDetailsValue == other.sharingChangeFolderJoinPolicyDetailsValue) || (this.sharingChangeFolderJoinPolicyDetailsValue.equals(other.sharingChangeFolderJoinPolicyDetailsValue)); case SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS: @@ -35429,6 +42369,10 @@ else if (obj instanceof EventDetails) { return (this.showcaseChangeEnabledPolicyDetailsValue == other.showcaseChangeEnabledPolicyDetailsValue) || (this.showcaseChangeEnabledPolicyDetailsValue.equals(other.showcaseChangeEnabledPolicyDetailsValue)); case SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS: return (this.showcaseChangeExternalSharingPolicyDetailsValue == other.showcaseChangeExternalSharingPolicyDetailsValue) || (this.showcaseChangeExternalSharingPolicyDetailsValue.equals(other.showcaseChangeExternalSharingPolicyDetailsValue)); + case SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS: + return (this.signExternalSharingPolicyChangedDetailsValue == other.signExternalSharingPolicyChangedDetailsValue) || (this.signExternalSharingPolicyChangedDetailsValue.equals(other.signExternalSharingPolicyChangedDetailsValue)); + case SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS: + return (this.signTemplateCreationPermissionChangedDetailsValue == other.signTemplateCreationPermissionChangedDetailsValue) || (this.signTemplateCreationPermissionChangedDetailsValue.equals(other.signTemplateCreationPermissionChangedDetailsValue)); case SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS: return (this.smarterSmartSyncPolicyChangedDetailsValue == other.smarterSmartSyncPolicyChangedDetailsValue) || (this.smarterSmartSyncPolicyChangedDetailsValue.equals(other.smarterSmartSyncPolicyChangedDetailsValue)); case SMART_SYNC_CHANGE_POLICY_DETAILS: @@ -35439,10 +42383,14 @@ else if (obj instanceof EventDetails) { return (this.smartSyncOptOutDetailsValue == other.smartSyncOptOutDetailsValue) || (this.smartSyncOptOutDetailsValue.equals(other.smartSyncOptOutDetailsValue)); case SSO_CHANGE_POLICY_DETAILS: return (this.ssoChangePolicyDetailsValue == other.ssoChangePolicyDetailsValue) || (this.ssoChangePolicyDetailsValue.equals(other.ssoChangePolicyDetailsValue)); + case STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS: + return (this.stackCrossTeamAccessPolicyChangedDetailsValue == other.stackCrossTeamAccessPolicyChangedDetailsValue) || (this.stackCrossTeamAccessPolicyChangedDetailsValue.equals(other.stackCrossTeamAccessPolicyChangedDetailsValue)); case TEAM_BRANDING_POLICY_CHANGED_DETAILS: return (this.teamBrandingPolicyChangedDetailsValue == other.teamBrandingPolicyChangedDetailsValue) || (this.teamBrandingPolicyChangedDetailsValue.equals(other.teamBrandingPolicyChangedDetailsValue)); case TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS: return (this.teamExtensionsPolicyChangedDetailsValue == other.teamExtensionsPolicyChangedDetailsValue) || (this.teamExtensionsPolicyChangedDetailsValue.equals(other.teamExtensionsPolicyChangedDetailsValue)); + case TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS: + return (this.teamMemberStorageRequestPolicyChangedDetailsValue == other.teamMemberStorageRequestPolicyChangedDetailsValue) || (this.teamMemberStorageRequestPolicyChangedDetailsValue.equals(other.teamMemberStorageRequestPolicyChangedDetailsValue)); case TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS: return (this.teamSelectiveSyncPolicyChangedDetailsValue == other.teamSelectiveSyncPolicyChangedDetailsValue) || (this.teamSelectiveSyncPolicyChangedDetailsValue.equals(other.teamSelectiveSyncPolicyChangedDetailsValue)); case TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS: @@ -35453,6 +42401,8 @@ else if (obj instanceof EventDetails) { return (this.tfaChangePolicyDetailsValue == other.tfaChangePolicyDetailsValue) || (this.tfaChangePolicyDetailsValue.equals(other.tfaChangePolicyDetailsValue)); case TFA_REMOVE_EXCEPTION_DETAILS: return (this.tfaRemoveExceptionDetailsValue == other.tfaRemoveExceptionDetailsValue) || (this.tfaRemoveExceptionDetailsValue.equals(other.tfaRemoveExceptionDetailsValue)); + case TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS: + return (this.topLevelContentPolicyChangedDetailsValue == other.topLevelContentPolicyChangedDetailsValue) || (this.topLevelContentPolicyChangedDetailsValue.equals(other.topLevelContentPolicyChangedDetailsValue)); case TWO_ACCOUNT_CHANGE_POLICY_DETAILS: return (this.twoAccountChangePolicyDetailsValue == other.twoAccountChangePolicyDetailsValue) || (this.twoAccountChangePolicyDetailsValue.equals(other.twoAccountChangePolicyDetailsValue)); case VIEWER_INFO_POLICY_CHANGED_DETAILS: @@ -35489,6 +42439,10 @@ else if (obj instanceof EventDetails) { return (this.teamProfileRemoveBackgroundDetailsValue == other.teamProfileRemoveBackgroundDetailsValue) || (this.teamProfileRemoveBackgroundDetailsValue.equals(other.teamProfileRemoveBackgroundDetailsValue)); case TEAM_PROFILE_REMOVE_LOGO_DETAILS: return (this.teamProfileRemoveLogoDetailsValue == other.teamProfileRemoveLogoDetailsValue) || (this.teamProfileRemoveLogoDetailsValue.equals(other.teamProfileRemoveLogoDetailsValue)); + case PASSKEY_ADD_DETAILS: + return (this.passkeyAddDetailsValue == other.passkeyAddDetailsValue) || (this.passkeyAddDetailsValue.equals(other.passkeyAddDetailsValue)); + case PASSKEY_REMOVE_DETAILS: + return (this.passkeyRemoveDetailsValue == other.passkeyRemoveDetailsValue) || (this.passkeyRemoveDetailsValue.equals(other.passkeyRemoveDetailsValue)); case TFA_ADD_BACKUP_PHONE_DETAILS: return (this.tfaAddBackupPhoneDetailsValue == other.tfaAddBackupPhoneDetailsValue) || (this.tfaAddBackupPhoneDetailsValue.equals(other.tfaAddBackupPhoneDetailsValue)); case TFA_ADD_SECURITY_KEY_DETAILS: @@ -35732,6 +42686,223 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case DASH_ADDED_COMMENT_TO_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_added_comment_to_stack_details", g); + DashAddedCommentToStackDetails.Serializer.INSTANCE.serialize(value.dashAddedCommentToStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADDED_CONNECTOR_DETAILS: { + g.writeStartObject(); + writeTag("dash_added_connector_details", g); + DashAddedConnectorDetails.Serializer.INSTANCE.serialize(value.dashAddedConnectorDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADDED_LINK_TO_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_added_link_to_stack_details", g); + DashAddedLinkToStackDetails.Serializer.INSTANCE.serialize(value.dashAddedLinkToStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS: { + g.writeStartObject(); + writeTag("dash_added_team_email_domain_allowlist_details", g); + DashAddedTeamEmailDomainAllowlistDetails.Serializer.INSTANCE.serialize(value.dashAddedTeamEmailDomainAllowlistDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR_DETAILS: { + g.writeStartObject(); + writeTag("dash_admin_added_org_wide_connector_details", g); + DashAdminAddedOrgWideConnectorDetails.Serializer.INSTANCE.serialize(value.dashAdminAddedOrgWideConnectorDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADMIN_DISABLED_CONNECTOR_DETAILS: { + g.writeStartObject(); + writeTag("dash_admin_disabled_connector_details", g); + DashAdminDisabledConnectorDetails.Serializer.INSTANCE.serialize(value.dashAdminDisabledConnectorDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADMIN_ENABLED_CONNECTOR_DETAILS: { + g.writeStartObject(); + writeTag("dash_admin_enabled_connector_details", g); + DashAdminEnabledConnectorDetails.Serializer.INSTANCE.serialize(value.dashAdminEnabledConnectorDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR_DETAILS: { + g.writeStartObject(); + writeTag("dash_admin_removed_org_wide_connector_details", g); + DashAdminRemovedOrgWideConnectorDetails.Serializer.INSTANCE.serialize(value.dashAdminRemovedOrgWideConnectorDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ARCHIVED_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_archived_stack_details", g); + DashArchivedStackDetails.Serializer.INSTANCE.serialize(value.dashArchivedStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_changed_audience_of_shared_link_to_stack_details", g); + DashChangedAudienceOfSharedLinkToStackDetails.Serializer.INSTANCE.serialize(value.dashChangedAudienceOfSharedLinkToStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_CLONED_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_cloned_stack_details", g); + DashClonedStackDetails.Serializer.INSTANCE.serialize(value.dashClonedStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_CREATED_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_created_stack_details", g); + DashCreatedStackDetails.Serializer.INSTANCE.serialize(value.dashCreatedStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_DELETED_COMMENT_FROM_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_deleted_comment_from_stack_details", g); + DashDeletedCommentFromStackDetails.Serializer.INSTANCE.serialize(value.dashDeletedCommentFromStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_DELETED_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_deleted_stack_details", g); + DashDeletedStackDetails.Serializer.INSTANCE.serialize(value.dashDeletedStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_EDITED_COMMENT_IN_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_edited_comment_in_stack_details", g); + DashEditedCommentInStackDetails.Serializer.INSTANCE.serialize(value.dashEditedCommentInStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_EXTERNAL_USER_OPENED_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_external_user_opened_stack_details", g); + DashExternalUserOpenedStackDetails.Serializer.INSTANCE.serialize(value.dashExternalUserOpenedStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_FIRST_LAUNCHED_DESKTOP_DETAILS: { + g.writeStartObject(); + writeTag("dash_first_launched_desktop_details", g); + DashFirstLaunchedDesktopDetails.Serializer.INSTANCE.serialize(value.dashFirstLaunchedDesktopDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_FIRST_LAUNCHED_EXTENSION_DETAILS: { + g.writeStartObject(); + writeTag("dash_first_launched_extension_details", g); + DashFirstLaunchedExtensionDetails.Serializer.INSTANCE.serialize(value.dashFirstLaunchedExtensionDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_FIRST_LAUNCHED_WEB_START_PAGE_DETAILS: { + g.writeStartObject(); + writeTag("dash_first_launched_web_start_page_details", g); + DashFirstLaunchedWebStartPageDetails.Serializer.INSTANCE.serialize(value.dashFirstLaunchedWebStartPageDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_OPENED_SHARED_LINK_TO_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_opened_shared_link_to_stack_details", g); + DashOpenedSharedLinkToStackDetails.Serializer.INSTANCE.serialize(value.dashOpenedSharedLinkToStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_OPENED_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_opened_stack_details", g); + DashOpenedStackDetails.Serializer.INSTANCE.serialize(value.dashOpenedStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_PREVIEW_OPT_OUT_STATUS_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("dash_preview_opt_out_status_changed_details", g); + DashPreviewOptOutStatusChangedDetails.Serializer.INSTANCE.serialize(value.dashPreviewOptOutStatusChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_REMOVED_CONNECTOR_DETAILS: { + g.writeStartObject(); + writeTag("dash_removed_connector_details", g); + DashRemovedConnectorDetails.Serializer.INSTANCE.serialize(value.dashRemovedConnectorDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_REMOVED_LINK_FROM_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_removed_link_from_stack_details", g); + DashRemovedLinkFromStackDetails.Serializer.INSTANCE.serialize(value.dashRemovedLinkFromStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_REMOVED_SHARED_LINK_TO_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_removed_shared_link_to_stack_details", g); + DashRemovedSharedLinkToStackDetails.Serializer.INSTANCE.serialize(value.dashRemovedSharedLinkToStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST_DETAILS: { + g.writeStartObject(); + writeTag("dash_removed_team_email_domain_allowlist_details", g); + DashRemovedTeamEmailDomainAllowlistDetails.Serializer.INSTANCE.serialize(value.dashRemovedTeamEmailDomainAllowlistDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_RENAMED_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_renamed_stack_details", g); + DashRenamedStackDetails.Serializer.INSTANCE.serialize(value.dashRenamedStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_SHARED_LINK_TO_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_shared_link_to_stack_details", g); + DashSharedLinkToStackDetails.Serializer.INSTANCE.serialize(value.dashSharedLinkToStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_UNARCHIVED_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_unarchived_stack_details", g); + DashUnarchivedStackDetails.Serializer.INSTANCE.serialize(value.dashUnarchivedStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_VIEWED_COMPANY_STACK_DETAILS: { + g.writeStartObject(); + writeTag("dash_viewed_company_stack_details", g); + DashViewedCompanyStackDetails.Serializer.INSTANCE.serialize(value.dashViewedCompanyStackDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT_DETAILS: { + g.writeStartObject(); + writeTag("dash_viewed_external_ai_activity_report_details", g); + DashViewedExternalAiActivityReportDetails.Serializer.INSTANCE.serialize(value.dashViewedExternalAiActivityReportDetailsValue, g, true); + g.writeEndObject(); + break; + } case GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS: { g.writeStartObject(); writeTag("governance_policy_add_folders_details", g); @@ -36110,6 +43281,83 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION_DETAILS: { + g.writeStartObject(); + writeTag("encrypted_folder_cancel_team_key_rotation_details", g); + EncryptedFolderCancelTeamKeyRotationDetails.Serializer.INSTANCE.serialize(value.encryptedFolderCancelTeamKeyRotationDetailsValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY_DETAILS: { + g.writeStartObject(); + writeTag("encrypted_folder_enroll_backup_key_details", g); + EncryptedFolderEnrollBackupKeyDetails.Serializer.INSTANCE.serialize(value.encryptedFolderEnrollBackupKeyDetailsValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_ENROLL_CLIENT_DETAILS: { + g.writeStartObject(); + writeTag("encrypted_folder_enroll_client_details", g); + EncryptedFolderEnrollClientDetails.Serializer.INSTANCE.serialize(value.encryptedFolderEnrollClientDetailsValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_ENROLL_TEAM_DETAILS: { + g.writeStartObject(); + writeTag("encrypted_folder_enroll_team_details", g); + EncryptedFolderEnrollTeamDetails.Serializer.INSTANCE.serialize(value.encryptedFolderEnrollTeamDetailsValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT_DETAILS: { + g.writeStartObject(); + writeTag("encrypted_folder_finish_team_unenrollment_details", g); + EncryptedFolderFinishTeamUnenrollmentDetails.Serializer.INSTANCE.serialize(value.encryptedFolderFinishTeamUnenrollmentDetailsValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION_DETAILS: { + g.writeStartObject(); + writeTag("encrypted_folder_init_team_key_rotation_details", g); + EncryptedFolderInitTeamKeyRotationDetails.Serializer.INSTANCE.serialize(value.encryptedFolderInitTeamKeyRotationDetailsValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT_DETAILS: { + g.writeStartObject(); + writeTag("encrypted_folder_init_team_unenrollment_details", g); + EncryptedFolderInitTeamUnenrollmentDetails.Serializer.INSTANCE.serialize(value.encryptedFolderInitTeamUnenrollmentDetailsValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY_DETAILS: { + g.writeStartObject(); + writeTag("encrypted_folder_remove_backup_key_details", g); + EncryptedFolderRemoveBackupKeyDetails.Serializer.INSTANCE.serialize(value.encryptedFolderRemoveBackupKeyDetailsValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_ROTATE_TEAM_KEY_DETAILS: { + g.writeStartObject(); + writeTag("encrypted_folder_rotate_team_key_details", g); + EncryptedFolderRotateTeamKeyDetails.Serializer.INSTANCE.serialize(value.encryptedFolderRotateTeamKeyDetailsValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_UNENROLL_CLIENT_DETAILS: { + g.writeStartObject(); + writeTag("encrypted_folder_unenroll_client_details", g); + EncryptedFolderUnenrollClientDetails.Serializer.INSTANCE.serialize(value.encryptedFolderUnenrollClientDetailsValue, g, true); + g.writeEndObject(); + break; + } + case TEAM_ENCRYPTION_KEY_ACTIVATE_KEY_DETAILS: { + g.writeStartObject(); + writeTag("team_encryption_key_activate_key_details", g); + TeamEncryptionKeyActivateKeyDetails.Serializer.INSTANCE.serialize(value.teamEncryptionKeyActivateKeyDetailsValue, g, true); + g.writeEndObject(); + break; + } case TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION_DETAILS: { g.writeStartObject(); writeTag("team_encryption_key_cancel_key_deletion_details", g); @@ -36124,6 +43372,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY_DETAILS: { + g.writeStartObject(); + writeTag("team_encryption_key_deactivate_key_details", g); + TeamEncryptionKeyDeactivateKeyDetails.Serializer.INSTANCE.serialize(value.teamEncryptionKeyDeactivateKeyDetailsValue, g, true); + g.writeEndObject(); + break; + } case TEAM_ENCRYPTION_KEY_DELETE_KEY_DETAILS: { g.writeStartObject(); writeTag("team_encryption_key_delete_key_details", g); @@ -36341,6 +43596,20 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case REPLAY_FILE_DOWNLOADED_DETAILS: { + g.writeStartObject(); + writeTag("replay_file_downloaded_details", g); + ReplayFileDownloadedDetails.Serializer.INSTANCE.serialize(value.replayFileDownloadedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case REPLAY_TEAM_PROJECT_CREATED_DETAILS: { + g.writeStartObject(); + writeTag("replay_team_project_created_details", g); + ReplayTeamProjectCreatedDetails.Serializer.INSTANCE.serialize(value.replayTeamProjectCreatedDetailsValue, g, true); + g.writeEndObject(); + break; + } case REWIND_FOLDER_DETAILS: { g.writeStartObject(); writeTag("rewind_folder_details", g); @@ -36383,6 +43652,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case FILE_REQUEST_AUTO_CLOSE_DETAILS: { + g.writeStartObject(); + writeTag("file_request_auto_close_details", g); + FileRequestAutoCloseDetails.Serializer.INSTANCE.serialize(value.fileRequestAutoCloseDetailsValue, g, true); + g.writeEndObject(); + break; + } case FILE_REQUEST_CHANGE_DETAILS: { g.writeStartObject(); writeTag("file_request_change_details", g); @@ -36474,6 +43750,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("group_external_sharing_setting_override_changed_details", g); + GroupExternalSharingSettingOverrideChangedDetails.Serializer.INSTANCE.serialize(value.groupExternalSharingSettingOverrideChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case GROUP_JOIN_POLICY_UPDATED_DETAILS: { g.writeStartObject(); writeTag("group_join_policy_updated_details", g); @@ -36593,6 +43876,20 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case ADDON_ASSIGNED_DETAILS: { + g.writeStartObject(); + writeTag("addon_assigned_details", g); + AddonAssignedDetails.Serializer.INSTANCE.serialize(value.addonAssignedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case ADDON_REMOVED_DETAILS: { + g.writeStartObject(); + writeTag("addon_removed_details", g); + AddonRemovedDetails.Serializer.INSTANCE.serialize(value.addonRemovedDetailsValue, g, true); + g.writeEndObject(); + break; + } case BACKUP_ADMIN_INVITATION_SENT_DETAILS: { g.writeStartObject(); writeTag("backup_admin_invitation_sent_details", g); @@ -36768,6 +44065,20 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case PRODUCT_ASSIGNED_TO_MEMBER_DETAILS: { + g.writeStartObject(); + writeTag("product_assigned_to_member_details", g); + ProductAssignedToMemberDetails.Serializer.INSTANCE.serialize(value.productAssignedToMemberDetailsValue, g, true); + g.writeEndObject(); + break; + } + case PRODUCT_REMOVED_FROM_MEMBER_DETAILS: { + g.writeStartObject(); + writeTag("product_removed_from_member_details", g); + ProductRemovedFromMemberDetails.Serializer.INSTANCE.serialize(value.productRemovedFromMemberDetailsValue, g, true); + g.writeEndObject(); + break; + } case SECONDARY_EMAIL_DELETED_DETAILS: { g.writeStartObject(); writeTag("secondary_email_deleted_details", g); @@ -37209,6 +44520,20 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case MEMBER_ACCESS_DETAILS_CREATE_REPORT_DETAILS: { + g.writeStartObject(); + writeTag("member_access_details_create_report_details", g); + MemberAccessDetailsCreateReportDetails.Serializer.INSTANCE.serialize(value.memberAccessDetailsCreateReportDetailsValue, g, true); + g.writeEndObject(); + break; + } + case MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED_DETAILS: { + g.writeStartObject(); + writeTag("member_access_details_create_report_failed_details", g); + MemberAccessDetailsCreateReportFailedDetails.Serializer.INSTANCE.serialize(value.memberAccessDetailsCreateReportFailedDetailsValue, g, true); + g.writeEndObject(); + break; + } case NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS: { g.writeStartObject(); writeTag("no_expiration_link_gen_create_report_details", g); @@ -37286,6 +44611,20 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case SHARED_FOLDERS_CREATE_REPORT_DETAILS: { + g.writeStartObject(); + writeTag("shared_folders_create_report_details", g); + SharedFoldersCreateReportDetails.Serializer.INSTANCE.serialize(value.sharedFoldersCreateReportDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SHARED_FOLDERS_CREATE_REPORT_FAILED_DETAILS: { + g.writeStartObject(); + writeTag("shared_folders_create_report_failed_details", g); + SharedFoldersCreateReportFailedDetails.Serializer.INSTANCE.serialize(value.sharedFoldersCreateReportFailedDetailsValue, g, true); + g.writeEndObject(); + break; + } case SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS: { g.writeStartObject(); writeTag("smart_sync_create_admin_privilege_report_details", g); @@ -37307,6 +44646,34 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case TEAM_FOLDERS_CREATE_REPORT_DETAILS: { + g.writeStartObject(); + writeTag("team_folders_create_report_details", g); + TeamFoldersCreateReportDetails.Serializer.INSTANCE.serialize(value.teamFoldersCreateReportDetailsValue, g, true); + g.writeEndObject(); + break; + } + case TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS: { + g.writeStartObject(); + writeTag("team_folders_create_report_failed_details", g); + TeamFoldersCreateReportFailedDetails.Serializer.INSTANCE.serialize(value.teamFoldersCreateReportFailedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case TEAM_STORAGE_CREATE_REPORT_DETAILS: { + g.writeStartObject(); + writeTag("team_storage_create_report_details", g); + TeamStorageCreateReportDetails.Serializer.INSTANCE.serialize(value.teamStorageCreateReportDetailsValue, g, true); + g.writeEndObject(); + break; + } + case TEAM_STORAGE_CREATE_REPORT_FAILED_DETAILS: { + g.writeStartObject(); + writeTag("team_storage_create_report_failed_details", g); + TeamStorageCreateReportFailedDetails.Serializer.INSTANCE.serialize(value.teamStorageCreateReportFailedDetailsValue, g, true); + g.writeEndObject(); + break; + } case COLLECTION_SHARE_DETAILS: { g.writeStartObject(); writeTag("collection_share_details", g); @@ -37419,6 +44786,62 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case SEND_AND_TRACK_FILE_ADDED_DETAILS: { + g.writeStartObject(); + writeTag("send_and_track_file_added_details", g); + SendAndTrackFileAddedDetails.Serializer.INSTANCE.serialize(value.sendAndTrackFileAddedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_FILE_RENAMED_DETAILS: { + g.writeStartObject(); + writeTag("send_and_track_file_renamed_details", g); + SendAndTrackFileRenamedDetails.Serializer.INSTANCE.serialize(value.sendAndTrackFileRenamedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_FILE_UPDATED_DETAILS: { + g.writeStartObject(); + writeTag("send_and_track_file_updated_details", g); + SendAndTrackFileUpdatedDetails.Serializer.INSTANCE.serialize(value.sendAndTrackFileUpdatedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_LINK_CREATED_DETAILS: { + g.writeStartObject(); + writeTag("send_and_track_link_created_details", g); + SendAndTrackLinkCreatedDetails.Serializer.INSTANCE.serialize(value.sendAndTrackLinkCreatedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_LINK_DELETED_DETAILS: { + g.writeStartObject(); + writeTag("send_and_track_link_deleted_details", g); + SendAndTrackLinkDeletedDetails.Serializer.INSTANCE.serialize(value.sendAndTrackLinkDeletedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_LINK_UPDATED_DETAILS: { + g.writeStartObject(); + writeTag("send_and_track_link_updated_details", g); + SendAndTrackLinkUpdatedDetails.Serializer.INSTANCE.serialize(value.sendAndTrackLinkUpdatedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_LINK_VIEWED_DETAILS: { + g.writeStartObject(); + writeTag("send_and_track_link_viewed_details", g); + SendAndTrackLinkViewedDetails.Serializer.INSTANCE.serialize(value.sendAndTrackLinkViewedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS_DETAILS: { + g.writeStartObject(); + writeTag("send_and_track_removed_file_and_associated_links_details", g); + SendAndTrackRemovedFileAndAssociatedLinksDetails.Serializer.INSTANCE.serialize(value.sendAndTrackRemovedFileAndAssociatedLinksDetailsValue, g, true); + g.writeEndObject(); + break; + } case SF_ADD_GROUP_DETAILS: { g.writeStartObject(); writeTag("sf_add_group_details", g); @@ -37804,6 +45227,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case SHARED_LINK_REMOVE_VISITOR_DETAILS: { + g.writeStartObject(); + writeTag("shared_link_remove_visitor_details", g); + SharedLinkRemoveVisitorDetails.Serializer.INSTANCE.serialize(value.sharedLinkRemoveVisitorDetailsValue, g, true); + g.writeEndObject(); + break; + } case SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS: { g.writeStartObject(); writeTag("shared_link_settings_add_expiration_details", g); @@ -38077,6 +45507,69 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case SIGN_SIGNATURE_REQUEST_CANCELED_DETAILS: { + g.writeStartObject(); + writeTag("sign_signature_request_canceled_details", g); + SignSignatureRequestCanceledDetails.Serializer.INSTANCE.serialize(value.signSignatureRequestCanceledDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_SIGNATURE_REQUEST_COMPLETED_DETAILS: { + g.writeStartObject(); + writeTag("sign_signature_request_completed_details", g); + SignSignatureRequestCompletedDetails.Serializer.INSTANCE.serialize(value.signSignatureRequestCompletedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_SIGNATURE_REQUEST_DECLINED_DETAILS: { + g.writeStartObject(); + writeTag("sign_signature_request_declined_details", g); + SignSignatureRequestDeclinedDetails.Serializer.INSTANCE.serialize(value.signSignatureRequestDeclinedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_SIGNATURE_REQUEST_OPENED_DETAILS: { + g.writeStartObject(); + writeTag("sign_signature_request_opened_details", g); + SignSignatureRequestOpenedDetails.Serializer.INSTANCE.serialize(value.signSignatureRequestOpenedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_SIGNATURE_REQUEST_REMINDER_SENT_DETAILS: { + g.writeStartObject(); + writeTag("sign_signature_request_reminder_sent_details", g); + SignSignatureRequestReminderSentDetails.Serializer.INSTANCE.serialize(value.signSignatureRequestReminderSentDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_SIGNATURE_REQUEST_SENT_DETAILS: { + g.writeStartObject(); + writeTag("sign_signature_request_sent_details", g); + SignSignatureRequestSentDetails.Serializer.INSTANCE.serialize(value.signSignatureRequestSentDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_TEMPLATE_CREATED_DETAILS: { + g.writeStartObject(); + writeTag("sign_template_created_details", g); + SignTemplateCreatedDetails.Serializer.INSTANCE.serialize(value.signTemplateCreatedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_TEMPLATE_SHARED_DETAILS: { + g.writeStartObject(); + writeTag("sign_template_shared_details", g); + SignTemplateSharedDetails.Serializer.INSTANCE.serialize(value.signTemplateSharedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case RISC_SECURITY_EVENT_DETAILS: { + g.writeStartObject(); + writeTag("risc_security_event_details", g); + RiscSecurityEventDetails.Serializer.INSTANCE.serialize(value.riscSecurityEventDetailsValue, g, true); + g.writeEndObject(); + break; + } case SSO_ADD_CERT_DETAILS: { g.writeStartObject(); writeTag("sso_add_cert_details", g); @@ -38203,6 +45696,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("ai_third_party_sharing_dropbox_base_policy_changed_details", g); + AiThirdPartySharingDropboxBasePolicyChangedDetails.Serializer.INSTANCE.serialize(value.aiThirdPartySharingDropboxBasePolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case ALLOW_DOWNLOAD_DISABLED_DETAILS: { g.writeStartObject(); writeTag("allow_download_disabled_details", g); @@ -38217,6 +45717,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case APPLE_LOGIN_CHANGE_POLICY_DETAILS: { + g.writeStartObject(); + writeTag("apple_login_change_policy_details", g); + AppleLoginChangePolicyDetails.Serializer.INSTANCE.serialize(value.appleLoginChangePolicyDetailsValue, g, true); + g.writeEndObject(); + break; + } case APP_PERMISSIONS_CHANGED_DETAILS: { g.writeStartObject(); writeTag("app_permissions_changed_details", g); @@ -38231,6 +45738,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case CAPTURE_TEAM_SPACE_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("capture_team_space_policy_changed_details", g); + CaptureTeamSpacePolicyChangedDetails.Serializer.INSTANCE.serialize(value.captureTeamSpacePolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS: { g.writeStartObject(); writeTag("capture_transcript_policy_changed_details", g); @@ -38259,6 +45773,20 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case CONTENT_DELETION_PROTECTION_CHANGE_POLICY_DETAILS: { + g.writeStartObject(); + writeTag("content_deletion_protection_change_policy_details", g); + ContentDeletionProtectionChangePolicyDetails.Serializer.INSTANCE.serialize(value.contentDeletionProtectionChangePolicyDetailsValue, g, true); + g.writeEndObject(); + break; + } + case DASH_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("dash_external_sharing_policy_changed_details", g); + DashExternalSharingPolicyChangedDetails.Serializer.INSTANCE.serialize(value.dashExternalSharingPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS: { g.writeStartObject(); writeTag("data_placement_restriction_change_policy_details", g); @@ -38427,6 +45955,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case FLEXIBLE_FILE_NAMES_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("flexible_file_names_policy_changed_details", g); + FlexibleFileNamesPolicyChangedDetails.Serializer.INSTANCE.serialize(value.flexibleFileNamesPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case FOLDER_LINK_RESTRICTION_POLICY_CHANGED_DETAILS: { g.writeStartObject(); writeTag("folder_link_restriction_policy_changed_details", g); @@ -38511,6 +46046,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case MICROSOFT_LOGIN_CHANGE_POLICY_DETAILS: { + g.writeStartObject(); + writeTag("microsoft_login_change_policy_details", g); + MicrosoftLoginChangePolicyDetails.Serializer.INSTANCE.serialize(value.microsoftLoginChangePolicyDetailsValue, g, true); + g.writeEndObject(); + break; + } case MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS: { g.writeStartObject(); writeTag("microsoft_office_addin_change_policy_details", g); @@ -38581,6 +46123,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case PASSKEY_LOGIN_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("passkey_login_policy_changed_details", g); + PasskeyLoginPolicyChangedDetails.Serializer.INSTANCE.serialize(value.passkeyLoginPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS: { g.writeStartObject(); writeTag("password_strength_requirements_change_policy_details", g); @@ -38595,6 +46144,27 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case PREVIEWS_AI_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("previews_ai_policy_changed_details", g); + PreviewsAiPolicyChangedDetails.Serializer.INSTANCE.serialize(value.previewsAiPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case REPLAY_ADDING_PEOPLE_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("replay_adding_people_policy_changed_details", g); + ReplayAddingPeoplePolicyChangedDetails.Serializer.INSTANCE.serialize(value.replayAddingPeoplePolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case REPLAY_SHARING_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("replay_sharing_policy_changed_details", g); + ReplaySharingPolicyChangedDetails.Serializer.INSTANCE.serialize(value.replaySharingPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case RESELLER_SUPPORT_CHANGE_POLICY_DETAILS: { g.writeStartObject(); writeTag("reseller_support_change_policy_details", g); @@ -38609,6 +46179,20 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case SEND_AND_TRACK_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("send_and_track_policy_changed_details", g); + SendAndTrackPolicyChangedDetails.Serializer.INSTANCE.serialize(value.sendAndTrackPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SEND_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("send_external_sharing_policy_changed_details", g); + SendExternalSharingPolicyChangedDetails.Serializer.INSTANCE.serialize(value.sendExternalSharingPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS: { g.writeStartObject(); writeTag("send_for_signature_policy_changed_details", g); @@ -38616,6 +46200,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("shared_link_default_permissions_policy_changed_details", g); + SharedLinkDefaultPermissionsPolicyChangedDetails.Serializer.INSTANCE.serialize(value.sharedLinkDefaultPermissionsPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS: { g.writeStartObject(); writeTag("sharing_change_folder_join_policy_details", g); @@ -38679,6 +46270,20 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case SIGN_EXTERNAL_SHARING_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("sign_external_sharing_policy_changed_details", g); + SignExternalSharingPolicyChangedDetails.Serializer.INSTANCE.serialize(value.signExternalSharingPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("sign_template_creation_permission_changed_details", g); + SignTemplateCreationPermissionChangedDetails.Serializer.INSTANCE.serialize(value.signTemplateCreationPermissionChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS: { g.writeStartObject(); writeTag("smarter_smart_sync_policy_changed_details", g); @@ -38714,6 +46319,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("stack_cross_team_access_policy_changed_details", g); + StackCrossTeamAccessPolicyChangedDetails.Serializer.INSTANCE.serialize(value.stackCrossTeamAccessPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case TEAM_BRANDING_POLICY_CHANGED_DETAILS: { g.writeStartObject(); writeTag("team_branding_policy_changed_details", g); @@ -38728,6 +46340,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("team_member_storage_request_policy_changed_details", g); + TeamMemberStorageRequestPolicyChangedDetails.Serializer.INSTANCE.serialize(value.teamMemberStorageRequestPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS: { g.writeStartObject(); writeTag("team_selective_sync_policy_changed_details", g); @@ -38763,6 +46382,13 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case TOP_LEVEL_CONTENT_POLICY_CHANGED_DETAILS: { + g.writeStartObject(); + writeTag("top_level_content_policy_changed_details", g); + TopLevelContentPolicyChangedDetails.Serializer.INSTANCE.serialize(value.topLevelContentPolicyChangedDetailsValue, g, true); + g.writeEndObject(); + break; + } case TWO_ACCOUNT_CHANGE_POLICY_DETAILS: { g.writeStartObject(); writeTag("two_account_change_policy_details", g); @@ -38889,6 +46515,20 @@ public void serialize(EventDetails value, JsonGenerator g) throws IOException, J g.writeEndObject(); break; } + case PASSKEY_ADD_DETAILS: { + g.writeStartObject(); + writeTag("passkey_add_details", g); + PasskeyAddDetails.Serializer.INSTANCE.serialize(value.passkeyAddDetailsValue, g, true); + g.writeEndObject(); + break; + } + case PASSKEY_REMOVE_DETAILS: { + g.writeStartObject(); + writeTag("passkey_remove_details", g); + PasskeyRemoveDetails.Serializer.INSTANCE.serialize(value.passkeyRemoveDetailsValue, g, true); + g.writeEndObject(); + break; + } case TFA_ADD_BACKUP_PHONE_DETAILS: { g.writeStartObject(); writeTag("tfa_add_backup_phone_details", g); @@ -39244,6 +46884,161 @@ else if ("file_unresolve_comment_details".equals(tag)) { fieldValue = FileUnresolveCommentDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.fileUnresolveCommentDetails(fieldValue); } + else if ("dash_added_comment_to_stack_details".equals(tag)) { + DashAddedCommentToStackDetails fieldValue = null; + fieldValue = DashAddedCommentToStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashAddedCommentToStackDetails(fieldValue); + } + else if ("dash_added_connector_details".equals(tag)) { + DashAddedConnectorDetails fieldValue = null; + fieldValue = DashAddedConnectorDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashAddedConnectorDetails(fieldValue); + } + else if ("dash_added_link_to_stack_details".equals(tag)) { + DashAddedLinkToStackDetails fieldValue = null; + fieldValue = DashAddedLinkToStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashAddedLinkToStackDetails(fieldValue); + } + else if ("dash_added_team_email_domain_allowlist_details".equals(tag)) { + DashAddedTeamEmailDomainAllowlistDetails fieldValue = null; + fieldValue = DashAddedTeamEmailDomainAllowlistDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashAddedTeamEmailDomainAllowlistDetails(fieldValue); + } + else if ("dash_admin_added_org_wide_connector_details".equals(tag)) { + DashAdminAddedOrgWideConnectorDetails fieldValue = null; + fieldValue = DashAdminAddedOrgWideConnectorDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashAdminAddedOrgWideConnectorDetails(fieldValue); + } + else if ("dash_admin_disabled_connector_details".equals(tag)) { + DashAdminDisabledConnectorDetails fieldValue = null; + fieldValue = DashAdminDisabledConnectorDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashAdminDisabledConnectorDetails(fieldValue); + } + else if ("dash_admin_enabled_connector_details".equals(tag)) { + DashAdminEnabledConnectorDetails fieldValue = null; + fieldValue = DashAdminEnabledConnectorDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashAdminEnabledConnectorDetails(fieldValue); + } + else if ("dash_admin_removed_org_wide_connector_details".equals(tag)) { + DashAdminRemovedOrgWideConnectorDetails fieldValue = null; + fieldValue = DashAdminRemovedOrgWideConnectorDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashAdminRemovedOrgWideConnectorDetails(fieldValue); + } + else if ("dash_archived_stack_details".equals(tag)) { + DashArchivedStackDetails fieldValue = null; + fieldValue = DashArchivedStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashArchivedStackDetails(fieldValue); + } + else if ("dash_changed_audience_of_shared_link_to_stack_details".equals(tag)) { + DashChangedAudienceOfSharedLinkToStackDetails fieldValue = null; + fieldValue = DashChangedAudienceOfSharedLinkToStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashChangedAudienceOfSharedLinkToStackDetails(fieldValue); + } + else if ("dash_cloned_stack_details".equals(tag)) { + DashClonedStackDetails fieldValue = null; + fieldValue = DashClonedStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashClonedStackDetails(fieldValue); + } + else if ("dash_created_stack_details".equals(tag)) { + DashCreatedStackDetails fieldValue = null; + fieldValue = DashCreatedStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashCreatedStackDetails(fieldValue); + } + else if ("dash_deleted_comment_from_stack_details".equals(tag)) { + DashDeletedCommentFromStackDetails fieldValue = null; + fieldValue = DashDeletedCommentFromStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashDeletedCommentFromStackDetails(fieldValue); + } + else if ("dash_deleted_stack_details".equals(tag)) { + DashDeletedStackDetails fieldValue = null; + fieldValue = DashDeletedStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashDeletedStackDetails(fieldValue); + } + else if ("dash_edited_comment_in_stack_details".equals(tag)) { + DashEditedCommentInStackDetails fieldValue = null; + fieldValue = DashEditedCommentInStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashEditedCommentInStackDetails(fieldValue); + } + else if ("dash_external_user_opened_stack_details".equals(tag)) { + DashExternalUserOpenedStackDetails fieldValue = null; + fieldValue = DashExternalUserOpenedStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashExternalUserOpenedStackDetails(fieldValue); + } + else if ("dash_first_launched_desktop_details".equals(tag)) { + DashFirstLaunchedDesktopDetails fieldValue = null; + fieldValue = DashFirstLaunchedDesktopDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashFirstLaunchedDesktopDetails(fieldValue); + } + else if ("dash_first_launched_extension_details".equals(tag)) { + DashFirstLaunchedExtensionDetails fieldValue = null; + fieldValue = DashFirstLaunchedExtensionDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashFirstLaunchedExtensionDetails(fieldValue); + } + else if ("dash_first_launched_web_start_page_details".equals(tag)) { + DashFirstLaunchedWebStartPageDetails fieldValue = null; + fieldValue = DashFirstLaunchedWebStartPageDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashFirstLaunchedWebStartPageDetails(fieldValue); + } + else if ("dash_opened_shared_link_to_stack_details".equals(tag)) { + DashOpenedSharedLinkToStackDetails fieldValue = null; + fieldValue = DashOpenedSharedLinkToStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashOpenedSharedLinkToStackDetails(fieldValue); + } + else if ("dash_opened_stack_details".equals(tag)) { + DashOpenedStackDetails fieldValue = null; + fieldValue = DashOpenedStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashOpenedStackDetails(fieldValue); + } + else if ("dash_preview_opt_out_status_changed_details".equals(tag)) { + DashPreviewOptOutStatusChangedDetails fieldValue = null; + fieldValue = DashPreviewOptOutStatusChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashPreviewOptOutStatusChangedDetails(fieldValue); + } + else if ("dash_removed_connector_details".equals(tag)) { + DashRemovedConnectorDetails fieldValue = null; + fieldValue = DashRemovedConnectorDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashRemovedConnectorDetails(fieldValue); + } + else if ("dash_removed_link_from_stack_details".equals(tag)) { + DashRemovedLinkFromStackDetails fieldValue = null; + fieldValue = DashRemovedLinkFromStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashRemovedLinkFromStackDetails(fieldValue); + } + else if ("dash_removed_shared_link_to_stack_details".equals(tag)) { + DashRemovedSharedLinkToStackDetails fieldValue = null; + fieldValue = DashRemovedSharedLinkToStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashRemovedSharedLinkToStackDetails(fieldValue); + } + else if ("dash_removed_team_email_domain_allowlist_details".equals(tag)) { + DashRemovedTeamEmailDomainAllowlistDetails fieldValue = null; + fieldValue = DashRemovedTeamEmailDomainAllowlistDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashRemovedTeamEmailDomainAllowlistDetails(fieldValue); + } + else if ("dash_renamed_stack_details".equals(tag)) { + DashRenamedStackDetails fieldValue = null; + fieldValue = DashRenamedStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashRenamedStackDetails(fieldValue); + } + else if ("dash_shared_link_to_stack_details".equals(tag)) { + DashSharedLinkToStackDetails fieldValue = null; + fieldValue = DashSharedLinkToStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashSharedLinkToStackDetails(fieldValue); + } + else if ("dash_unarchived_stack_details".equals(tag)) { + DashUnarchivedStackDetails fieldValue = null; + fieldValue = DashUnarchivedStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashUnarchivedStackDetails(fieldValue); + } + else if ("dash_viewed_company_stack_details".equals(tag)) { + DashViewedCompanyStackDetails fieldValue = null; + fieldValue = DashViewedCompanyStackDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashViewedCompanyStackDetails(fieldValue); + } + else if ("dash_viewed_external_ai_activity_report_details".equals(tag)) { + DashViewedExternalAiActivityReportDetails fieldValue = null; + fieldValue = DashViewedExternalAiActivityReportDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashViewedExternalAiActivityReportDetails(fieldValue); + } else if ("governance_policy_add_folders_details".equals(tag)) { GovernancePolicyAddFoldersDetails fieldValue = null; fieldValue = GovernancePolicyAddFoldersDetails.Serializer.INSTANCE.deserialize(p, true); @@ -39514,6 +47309,61 @@ else if ("enabled_domain_invites_details".equals(tag)) { fieldValue = EnabledDomainInvitesDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.enabledDomainInvitesDetails(fieldValue); } + else if ("encrypted_folder_cancel_team_key_rotation_details".equals(tag)) { + EncryptedFolderCancelTeamKeyRotationDetails fieldValue = null; + fieldValue = EncryptedFolderCancelTeamKeyRotationDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.encryptedFolderCancelTeamKeyRotationDetails(fieldValue); + } + else if ("encrypted_folder_enroll_backup_key_details".equals(tag)) { + EncryptedFolderEnrollBackupKeyDetails fieldValue = null; + fieldValue = EncryptedFolderEnrollBackupKeyDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.encryptedFolderEnrollBackupKeyDetails(fieldValue); + } + else if ("encrypted_folder_enroll_client_details".equals(tag)) { + EncryptedFolderEnrollClientDetails fieldValue = null; + fieldValue = EncryptedFolderEnrollClientDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.encryptedFolderEnrollClientDetails(fieldValue); + } + else if ("encrypted_folder_enroll_team_details".equals(tag)) { + EncryptedFolderEnrollTeamDetails fieldValue = null; + fieldValue = EncryptedFolderEnrollTeamDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.encryptedFolderEnrollTeamDetails(fieldValue); + } + else if ("encrypted_folder_finish_team_unenrollment_details".equals(tag)) { + EncryptedFolderFinishTeamUnenrollmentDetails fieldValue = null; + fieldValue = EncryptedFolderFinishTeamUnenrollmentDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.encryptedFolderFinishTeamUnenrollmentDetails(fieldValue); + } + else if ("encrypted_folder_init_team_key_rotation_details".equals(tag)) { + EncryptedFolderInitTeamKeyRotationDetails fieldValue = null; + fieldValue = EncryptedFolderInitTeamKeyRotationDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.encryptedFolderInitTeamKeyRotationDetails(fieldValue); + } + else if ("encrypted_folder_init_team_unenrollment_details".equals(tag)) { + EncryptedFolderInitTeamUnenrollmentDetails fieldValue = null; + fieldValue = EncryptedFolderInitTeamUnenrollmentDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.encryptedFolderInitTeamUnenrollmentDetails(fieldValue); + } + else if ("encrypted_folder_remove_backup_key_details".equals(tag)) { + EncryptedFolderRemoveBackupKeyDetails fieldValue = null; + fieldValue = EncryptedFolderRemoveBackupKeyDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.encryptedFolderRemoveBackupKeyDetails(fieldValue); + } + else if ("encrypted_folder_rotate_team_key_details".equals(tag)) { + EncryptedFolderRotateTeamKeyDetails fieldValue = null; + fieldValue = EncryptedFolderRotateTeamKeyDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.encryptedFolderRotateTeamKeyDetails(fieldValue); + } + else if ("encrypted_folder_unenroll_client_details".equals(tag)) { + EncryptedFolderUnenrollClientDetails fieldValue = null; + fieldValue = EncryptedFolderUnenrollClientDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.encryptedFolderUnenrollClientDetails(fieldValue); + } + else if ("team_encryption_key_activate_key_details".equals(tag)) { + TeamEncryptionKeyActivateKeyDetails fieldValue = null; + fieldValue = TeamEncryptionKeyActivateKeyDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.teamEncryptionKeyActivateKeyDetails(fieldValue); + } else if ("team_encryption_key_cancel_key_deletion_details".equals(tag)) { TeamEncryptionKeyCancelKeyDeletionDetails fieldValue = null; fieldValue = TeamEncryptionKeyCancelKeyDeletionDetails.Serializer.INSTANCE.deserialize(p, true); @@ -39524,6 +47374,11 @@ else if ("team_encryption_key_create_key_details".equals(tag)) { fieldValue = TeamEncryptionKeyCreateKeyDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.teamEncryptionKeyCreateKeyDetails(fieldValue); } + else if ("team_encryption_key_deactivate_key_details".equals(tag)) { + TeamEncryptionKeyDeactivateKeyDetails fieldValue = null; + fieldValue = TeamEncryptionKeyDeactivateKeyDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.teamEncryptionKeyDeactivateKeyDetails(fieldValue); + } else if ("team_encryption_key_delete_key_details".equals(tag)) { TeamEncryptionKeyDeleteKeyDetails fieldValue = null; fieldValue = TeamEncryptionKeyDeleteKeyDetails.Serializer.INSTANCE.deserialize(p, true); @@ -39679,6 +47534,16 @@ else if ("replay_file_delete_details".equals(tag)) { fieldValue = ReplayFileDeleteDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.replayFileDeleteDetails(fieldValue); } + else if ("replay_file_downloaded_details".equals(tag)) { + ReplayFileDownloadedDetails fieldValue = null; + fieldValue = ReplayFileDownloadedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.replayFileDownloadedDetails(fieldValue); + } + else if ("replay_team_project_created_details".equals(tag)) { + ReplayTeamProjectCreatedDetails fieldValue = null; + fieldValue = ReplayTeamProjectCreatedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.replayTeamProjectCreatedDetails(fieldValue); + } else if ("rewind_folder_details".equals(tag)) { RewindFolderDetails fieldValue = null; fieldValue = RewindFolderDetails.Serializer.INSTANCE.deserialize(p, true); @@ -39709,6 +47574,11 @@ else if ("email_ingest_receive_file_details".equals(tag)) { fieldValue = EmailIngestReceiveFileDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.emailIngestReceiveFileDetails(fieldValue); } + else if ("file_request_auto_close_details".equals(tag)) { + FileRequestAutoCloseDetails fieldValue = null; + fieldValue = FileRequestAutoCloseDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.fileRequestAutoCloseDetails(fieldValue); + } else if ("file_request_change_details".equals(tag)) { FileRequestChangeDetails fieldValue = null; fieldValue = FileRequestChangeDetails.Serializer.INSTANCE.deserialize(p, true); @@ -39774,6 +47644,11 @@ else if ("group_description_updated_details".equals(tag)) { fieldValue = GroupDescriptionUpdatedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.groupDescriptionUpdatedDetails(fieldValue); } + else if ("group_external_sharing_setting_override_changed_details".equals(tag)) { + GroupExternalSharingSettingOverrideChangedDetails fieldValue = null; + fieldValue = GroupExternalSharingSettingOverrideChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.groupExternalSharingSettingOverrideChangedDetails(fieldValue); + } else if ("group_join_policy_updated_details".equals(tag)) { GroupJoinPolicyUpdatedDetails fieldValue = null; fieldValue = GroupJoinPolicyUpdatedDetails.Serializer.INSTANCE.deserialize(p, true); @@ -39859,6 +47734,16 @@ else if ("sso_error_details".equals(tag)) { fieldValue = SsoErrorDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.ssoErrorDetails(fieldValue); } + else if ("addon_assigned_details".equals(tag)) { + AddonAssignedDetails fieldValue = null; + fieldValue = AddonAssignedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.addonAssignedDetails(fieldValue); + } + else if ("addon_removed_details".equals(tag)) { + AddonRemovedDetails fieldValue = null; + fieldValue = AddonRemovedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.addonRemovedDetails(fieldValue); + } else if ("backup_admin_invitation_sent_details".equals(tag)) { BackupAdminInvitationSentDetails fieldValue = null; fieldValue = BackupAdminInvitationSentDetails.Serializer.INSTANCE.deserialize(p, true); @@ -39984,6 +47869,16 @@ else if ("pending_secondary_email_added_details".equals(tag)) { fieldValue = PendingSecondaryEmailAddedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.pendingSecondaryEmailAddedDetails(fieldValue); } + else if ("product_assigned_to_member_details".equals(tag)) { + ProductAssignedToMemberDetails fieldValue = null; + fieldValue = ProductAssignedToMemberDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.productAssignedToMemberDetails(fieldValue); + } + else if ("product_removed_from_member_details".equals(tag)) { + ProductRemovedFromMemberDetails fieldValue = null; + fieldValue = ProductRemovedFromMemberDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.productRemovedFromMemberDetails(fieldValue); + } else if ("secondary_email_deleted_details".equals(tag)) { SecondaryEmailDeletedDetails fieldValue = null; fieldValue = SecondaryEmailDeletedDetails.Serializer.INSTANCE.deserialize(p, true); @@ -40299,6 +48194,16 @@ else if ("external_sharing_report_failed_details".equals(tag)) { fieldValue = ExternalSharingReportFailedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.externalSharingReportFailedDetails(fieldValue); } + else if ("member_access_details_create_report_details".equals(tag)) { + MemberAccessDetailsCreateReportDetails fieldValue = null; + fieldValue = MemberAccessDetailsCreateReportDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.memberAccessDetailsCreateReportDetails(fieldValue); + } + else if ("member_access_details_create_report_failed_details".equals(tag)) { + MemberAccessDetailsCreateReportFailedDetails fieldValue = null; + fieldValue = MemberAccessDetailsCreateReportFailedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.memberAccessDetailsCreateReportFailedDetails(fieldValue); + } else if ("no_expiration_link_gen_create_report_details".equals(tag)) { NoExpirationLinkGenCreateReportDetails fieldValue = null; fieldValue = NoExpirationLinkGenCreateReportDetails.Serializer.INSTANCE.deserialize(p, true); @@ -40354,6 +48259,16 @@ else if ("ransomware_alert_create_report_failed_details".equals(tag)) { fieldValue = RansomwareAlertCreateReportFailedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.ransomwareAlertCreateReportFailedDetails(fieldValue); } + else if ("shared_folders_create_report_details".equals(tag)) { + SharedFoldersCreateReportDetails fieldValue = null; + fieldValue = SharedFoldersCreateReportDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sharedFoldersCreateReportDetails(fieldValue); + } + else if ("shared_folders_create_report_failed_details".equals(tag)) { + SharedFoldersCreateReportFailedDetails fieldValue = null; + fieldValue = SharedFoldersCreateReportFailedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sharedFoldersCreateReportFailedDetails(fieldValue); + } else if ("smart_sync_create_admin_privilege_report_details".equals(tag)) { SmartSyncCreateAdminPrivilegeReportDetails fieldValue = null; fieldValue = SmartSyncCreateAdminPrivilegeReportDetails.Serializer.INSTANCE.deserialize(p, true); @@ -40369,6 +48284,26 @@ else if ("team_activity_create_report_fail_details".equals(tag)) { fieldValue = TeamActivityCreateReportFailDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.teamActivityCreateReportFailDetails(fieldValue); } + else if ("team_folders_create_report_details".equals(tag)) { + TeamFoldersCreateReportDetails fieldValue = null; + fieldValue = TeamFoldersCreateReportDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.teamFoldersCreateReportDetails(fieldValue); + } + else if ("team_folders_create_report_failed_details".equals(tag)) { + TeamFoldersCreateReportFailedDetails fieldValue = null; + fieldValue = TeamFoldersCreateReportFailedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.teamFoldersCreateReportFailedDetails(fieldValue); + } + else if ("team_storage_create_report_details".equals(tag)) { + TeamStorageCreateReportDetails fieldValue = null; + fieldValue = TeamStorageCreateReportDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.teamStorageCreateReportDetails(fieldValue); + } + else if ("team_storage_create_report_failed_details".equals(tag)) { + TeamStorageCreateReportFailedDetails fieldValue = null; + fieldValue = TeamStorageCreateReportFailedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.teamStorageCreateReportFailedDetails(fieldValue); + } else if ("collection_share_details".equals(tag)) { CollectionShareDetails fieldValue = null; fieldValue = CollectionShareDetails.Serializer.INSTANCE.deserialize(p, true); @@ -40449,6 +48384,46 @@ else if ("replay_project_team_delete_details".equals(tag)) { fieldValue = ReplayProjectTeamDeleteDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.replayProjectTeamDeleteDetails(fieldValue); } + else if ("send_and_track_file_added_details".equals(tag)) { + SendAndTrackFileAddedDetails fieldValue = null; + fieldValue = SendAndTrackFileAddedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sendAndTrackFileAddedDetails(fieldValue); + } + else if ("send_and_track_file_renamed_details".equals(tag)) { + SendAndTrackFileRenamedDetails fieldValue = null; + fieldValue = SendAndTrackFileRenamedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sendAndTrackFileRenamedDetails(fieldValue); + } + else if ("send_and_track_file_updated_details".equals(tag)) { + SendAndTrackFileUpdatedDetails fieldValue = null; + fieldValue = SendAndTrackFileUpdatedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sendAndTrackFileUpdatedDetails(fieldValue); + } + else if ("send_and_track_link_created_details".equals(tag)) { + SendAndTrackLinkCreatedDetails fieldValue = null; + fieldValue = SendAndTrackLinkCreatedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sendAndTrackLinkCreatedDetails(fieldValue); + } + else if ("send_and_track_link_deleted_details".equals(tag)) { + SendAndTrackLinkDeletedDetails fieldValue = null; + fieldValue = SendAndTrackLinkDeletedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sendAndTrackLinkDeletedDetails(fieldValue); + } + else if ("send_and_track_link_updated_details".equals(tag)) { + SendAndTrackLinkUpdatedDetails fieldValue = null; + fieldValue = SendAndTrackLinkUpdatedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sendAndTrackLinkUpdatedDetails(fieldValue); + } + else if ("send_and_track_link_viewed_details".equals(tag)) { + SendAndTrackLinkViewedDetails fieldValue = null; + fieldValue = SendAndTrackLinkViewedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sendAndTrackLinkViewedDetails(fieldValue); + } + else if ("send_and_track_removed_file_and_associated_links_details".equals(tag)) { + SendAndTrackRemovedFileAndAssociatedLinksDetails fieldValue = null; + fieldValue = SendAndTrackRemovedFileAndAssociatedLinksDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sendAndTrackRemovedFileAndAssociatedLinksDetails(fieldValue); + } else if ("sf_add_group_details".equals(tag)) { SfAddGroupDetails fieldValue = null; fieldValue = SfAddGroupDetails.Serializer.INSTANCE.deserialize(p, true); @@ -40724,6 +48699,11 @@ else if ("shared_link_remove_expiry_details".equals(tag)) { fieldValue = SharedLinkRemoveExpiryDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.sharedLinkRemoveExpiryDetails(fieldValue); } + else if ("shared_link_remove_visitor_details".equals(tag)) { + SharedLinkRemoveVisitorDetails fieldValue = null; + fieldValue = SharedLinkRemoveVisitorDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sharedLinkRemoveVisitorDetails(fieldValue); + } else if ("shared_link_settings_add_expiration_details".equals(tag)) { SharedLinkSettingsAddExpirationDetails fieldValue = null; fieldValue = SharedLinkSettingsAddExpirationDetails.Serializer.INSTANCE.deserialize(p, true); @@ -40919,6 +48899,51 @@ else if ("showcase_view_details".equals(tag)) { fieldValue = ShowcaseViewDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.showcaseViewDetails(fieldValue); } + else if ("sign_signature_request_canceled_details".equals(tag)) { + SignSignatureRequestCanceledDetails fieldValue = null; + fieldValue = SignSignatureRequestCanceledDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.signSignatureRequestCanceledDetails(fieldValue); + } + else if ("sign_signature_request_completed_details".equals(tag)) { + SignSignatureRequestCompletedDetails fieldValue = null; + fieldValue = SignSignatureRequestCompletedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.signSignatureRequestCompletedDetails(fieldValue); + } + else if ("sign_signature_request_declined_details".equals(tag)) { + SignSignatureRequestDeclinedDetails fieldValue = null; + fieldValue = SignSignatureRequestDeclinedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.signSignatureRequestDeclinedDetails(fieldValue); + } + else if ("sign_signature_request_opened_details".equals(tag)) { + SignSignatureRequestOpenedDetails fieldValue = null; + fieldValue = SignSignatureRequestOpenedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.signSignatureRequestOpenedDetails(fieldValue); + } + else if ("sign_signature_request_reminder_sent_details".equals(tag)) { + SignSignatureRequestReminderSentDetails fieldValue = null; + fieldValue = SignSignatureRequestReminderSentDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.signSignatureRequestReminderSentDetails(fieldValue); + } + else if ("sign_signature_request_sent_details".equals(tag)) { + SignSignatureRequestSentDetails fieldValue = null; + fieldValue = SignSignatureRequestSentDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.signSignatureRequestSentDetails(fieldValue); + } + else if ("sign_template_created_details".equals(tag)) { + SignTemplateCreatedDetails fieldValue = null; + fieldValue = SignTemplateCreatedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.signTemplateCreatedDetails(fieldValue); + } + else if ("sign_template_shared_details".equals(tag)) { + SignTemplateSharedDetails fieldValue = null; + fieldValue = SignTemplateSharedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.signTemplateSharedDetails(fieldValue); + } + else if ("risc_security_event_details".equals(tag)) { + RiscSecurityEventDetails fieldValue = null; + fieldValue = RiscSecurityEventDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.riscSecurityEventDetails(fieldValue); + } else if ("sso_add_cert_details".equals(tag)) { SsoAddCertDetails fieldValue = null; fieldValue = SsoAddCertDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41009,6 +49034,11 @@ else if ("admin_email_reminders_changed_details".equals(tag)) { fieldValue = AdminEmailRemindersChangedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.adminEmailRemindersChangedDetails(fieldValue); } + else if ("ai_third_party_sharing_dropbox_base_policy_changed_details".equals(tag)) { + AiThirdPartySharingDropboxBasePolicyChangedDetails fieldValue = null; + fieldValue = AiThirdPartySharingDropboxBasePolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.aiThirdPartySharingDropboxBasePolicyChangedDetails(fieldValue); + } else if ("allow_download_disabled_details".equals(tag)) { AllowDownloadDisabledDetails fieldValue = null; fieldValue = AllowDownloadDisabledDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41019,6 +49049,11 @@ else if ("allow_download_enabled_details".equals(tag)) { fieldValue = AllowDownloadEnabledDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.allowDownloadEnabledDetails(fieldValue); } + else if ("apple_login_change_policy_details".equals(tag)) { + AppleLoginChangePolicyDetails fieldValue = null; + fieldValue = AppleLoginChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.appleLoginChangePolicyDetails(fieldValue); + } else if ("app_permissions_changed_details".equals(tag)) { AppPermissionsChangedDetails fieldValue = null; fieldValue = AppPermissionsChangedDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41029,6 +49064,11 @@ else if ("camera_uploads_policy_changed_details".equals(tag)) { fieldValue = CameraUploadsPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.cameraUploadsPolicyChangedDetails(fieldValue); } + else if ("capture_team_space_policy_changed_details".equals(tag)) { + CaptureTeamSpacePolicyChangedDetails fieldValue = null; + fieldValue = CaptureTeamSpacePolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.captureTeamSpacePolicyChangedDetails(fieldValue); + } else if ("capture_transcript_policy_changed_details".equals(tag)) { CaptureTranscriptPolicyChangedDetails fieldValue = null; fieldValue = CaptureTranscriptPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41049,6 +49089,16 @@ else if ("content_administration_policy_changed_details".equals(tag)) { fieldValue = ContentAdministrationPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.contentAdministrationPolicyChangedDetails(fieldValue); } + else if ("content_deletion_protection_change_policy_details".equals(tag)) { + ContentDeletionProtectionChangePolicyDetails fieldValue = null; + fieldValue = ContentDeletionProtectionChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.contentDeletionProtectionChangePolicyDetails(fieldValue); + } + else if ("dash_external_sharing_policy_changed_details".equals(tag)) { + DashExternalSharingPolicyChangedDetails fieldValue = null; + fieldValue = DashExternalSharingPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.dashExternalSharingPolicyChangedDetails(fieldValue); + } else if ("data_placement_restriction_change_policy_details".equals(tag)) { DataPlacementRestrictionChangePolicyDetails fieldValue = null; fieldValue = DataPlacementRestrictionChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41169,6 +49219,11 @@ else if ("file_transfers_policy_changed_details".equals(tag)) { fieldValue = FileTransfersPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.fileTransfersPolicyChangedDetails(fieldValue); } + else if ("flexible_file_names_policy_changed_details".equals(tag)) { + FlexibleFileNamesPolicyChangedDetails fieldValue = null; + fieldValue = FlexibleFileNamesPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.flexibleFileNamesPolicyChangedDetails(fieldValue); + } else if ("folder_link_restriction_policy_changed_details".equals(tag)) { FolderLinkRestrictionPolicyChangedDetails fieldValue = null; fieldValue = FolderLinkRestrictionPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41229,6 +49284,11 @@ else if ("member_suggestions_change_policy_details".equals(tag)) { fieldValue = MemberSuggestionsChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.memberSuggestionsChangePolicyDetails(fieldValue); } + else if ("microsoft_login_change_policy_details".equals(tag)) { + MicrosoftLoginChangePolicyDetails fieldValue = null; + fieldValue = MicrosoftLoginChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.microsoftLoginChangePolicyDetails(fieldValue); + } else if ("microsoft_office_addin_change_policy_details".equals(tag)) { MicrosoftOfficeAddinChangePolicyDetails fieldValue = null; fieldValue = MicrosoftOfficeAddinChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41279,6 +49339,11 @@ else if ("paper_enabled_users_group_removal_details".equals(tag)) { fieldValue = PaperEnabledUsersGroupRemovalDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.paperEnabledUsersGroupRemovalDetails(fieldValue); } + else if ("passkey_login_policy_changed_details".equals(tag)) { + PasskeyLoginPolicyChangedDetails fieldValue = null; + fieldValue = PasskeyLoginPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.passkeyLoginPolicyChangedDetails(fieldValue); + } else if ("password_strength_requirements_change_policy_details".equals(tag)) { PasswordStrengthRequirementsChangePolicyDetails fieldValue = null; fieldValue = PasswordStrengthRequirementsChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41289,6 +49354,21 @@ else if ("permanent_delete_change_policy_details".equals(tag)) { fieldValue = PermanentDeleteChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.permanentDeleteChangePolicyDetails(fieldValue); } + else if ("previews_ai_policy_changed_details".equals(tag)) { + PreviewsAiPolicyChangedDetails fieldValue = null; + fieldValue = PreviewsAiPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.previewsAiPolicyChangedDetails(fieldValue); + } + else if ("replay_adding_people_policy_changed_details".equals(tag)) { + ReplayAddingPeoplePolicyChangedDetails fieldValue = null; + fieldValue = ReplayAddingPeoplePolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.replayAddingPeoplePolicyChangedDetails(fieldValue); + } + else if ("replay_sharing_policy_changed_details".equals(tag)) { + ReplaySharingPolicyChangedDetails fieldValue = null; + fieldValue = ReplaySharingPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.replaySharingPolicyChangedDetails(fieldValue); + } else if ("reseller_support_change_policy_details".equals(tag)) { ResellerSupportChangePolicyDetails fieldValue = null; fieldValue = ResellerSupportChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41299,11 +49379,26 @@ else if ("rewind_policy_changed_details".equals(tag)) { fieldValue = RewindPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.rewindPolicyChangedDetails(fieldValue); } + else if ("send_and_track_policy_changed_details".equals(tag)) { + SendAndTrackPolicyChangedDetails fieldValue = null; + fieldValue = SendAndTrackPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sendAndTrackPolicyChangedDetails(fieldValue); + } + else if ("send_external_sharing_policy_changed_details".equals(tag)) { + SendExternalSharingPolicyChangedDetails fieldValue = null; + fieldValue = SendExternalSharingPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sendExternalSharingPolicyChangedDetails(fieldValue); + } else if ("send_for_signature_policy_changed_details".equals(tag)) { SendForSignaturePolicyChangedDetails fieldValue = null; fieldValue = SendForSignaturePolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.sendForSignaturePolicyChangedDetails(fieldValue); } + else if ("shared_link_default_permissions_policy_changed_details".equals(tag)) { + SharedLinkDefaultPermissionsPolicyChangedDetails fieldValue = null; + fieldValue = SharedLinkDefaultPermissionsPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.sharedLinkDefaultPermissionsPolicyChangedDetails(fieldValue); + } else if ("sharing_change_folder_join_policy_details".equals(tag)) { SharingChangeFolderJoinPolicyDetails fieldValue = null; fieldValue = SharingChangeFolderJoinPolicyDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41349,6 +49444,16 @@ else if ("showcase_change_external_sharing_policy_details".equals(tag)) { fieldValue = ShowcaseChangeExternalSharingPolicyDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.showcaseChangeExternalSharingPolicyDetails(fieldValue); } + else if ("sign_external_sharing_policy_changed_details".equals(tag)) { + SignExternalSharingPolicyChangedDetails fieldValue = null; + fieldValue = SignExternalSharingPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.signExternalSharingPolicyChangedDetails(fieldValue); + } + else if ("sign_template_creation_permission_changed_details".equals(tag)) { + SignTemplateCreationPermissionChangedDetails fieldValue = null; + fieldValue = SignTemplateCreationPermissionChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.signTemplateCreationPermissionChangedDetails(fieldValue); + } else if ("smarter_smart_sync_policy_changed_details".equals(tag)) { SmarterSmartSyncPolicyChangedDetails fieldValue = null; fieldValue = SmarterSmartSyncPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41374,6 +49479,11 @@ else if ("sso_change_policy_details".equals(tag)) { fieldValue = SsoChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.ssoChangePolicyDetails(fieldValue); } + else if ("stack_cross_team_access_policy_changed_details".equals(tag)) { + StackCrossTeamAccessPolicyChangedDetails fieldValue = null; + fieldValue = StackCrossTeamAccessPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.stackCrossTeamAccessPolicyChangedDetails(fieldValue); + } else if ("team_branding_policy_changed_details".equals(tag)) { TeamBrandingPolicyChangedDetails fieldValue = null; fieldValue = TeamBrandingPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41384,6 +49494,11 @@ else if ("team_extensions_policy_changed_details".equals(tag)) { fieldValue = TeamExtensionsPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.teamExtensionsPolicyChangedDetails(fieldValue); } + else if ("team_member_storage_request_policy_changed_details".equals(tag)) { + TeamMemberStorageRequestPolicyChangedDetails fieldValue = null; + fieldValue = TeamMemberStorageRequestPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.teamMemberStorageRequestPolicyChangedDetails(fieldValue); + } else if ("team_selective_sync_policy_changed_details".equals(tag)) { TeamSelectiveSyncPolicyChangedDetails fieldValue = null; fieldValue = TeamSelectiveSyncPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41409,6 +49524,11 @@ else if ("tfa_remove_exception_details".equals(tag)) { fieldValue = TfaRemoveExceptionDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.tfaRemoveExceptionDetails(fieldValue); } + else if ("top_level_content_policy_changed_details".equals(tag)) { + TopLevelContentPolicyChangedDetails fieldValue = null; + fieldValue = TopLevelContentPolicyChangedDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.topLevelContentPolicyChangedDetails(fieldValue); + } else if ("two_account_change_policy_details".equals(tag)) { TwoAccountChangePolicyDetails fieldValue = null; fieldValue = TwoAccountChangePolicyDetails.Serializer.INSTANCE.deserialize(p, true); @@ -41499,6 +49619,16 @@ else if ("team_profile_remove_logo_details".equals(tag)) { fieldValue = TeamProfileRemoveLogoDetails.Serializer.INSTANCE.deserialize(p, true); value = EventDetails.teamProfileRemoveLogoDetails(fieldValue); } + else if ("passkey_add_details".equals(tag)) { + PasskeyAddDetails fieldValue = null; + fieldValue = PasskeyAddDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.passkeyAddDetails(fieldValue); + } + else if ("passkey_remove_details".equals(tag)) { + PasskeyRemoveDetails fieldValue = null; + fieldValue = PasskeyRemoveDetails.Serializer.INSTANCE.deserialize(p, true); + value = EventDetails.passkeyRemoveDetails(fieldValue); + } else if ("tfa_add_backup_phone_details".equals(tag)) { TfaAddBackupPhoneDetails fieldValue = null; fieldValue = TfaAddBackupPhoneDetails.Serializer.INSTANCE.deserialize(p, true); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventType.java index 0ecca38d8..d4e48e886 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class EventType { - // union team_log.EventType (team_log_generated.stone) + // union team_log.EventType (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link EventType}. @@ -116,6 +116,130 @@ public enum Tag { * (comments) Unresolved file comment */ FILE_UNRESOLVE_COMMENT, // FileUnresolveCommentType + /** + * (dash) Added a comment to a stack + */ + DASH_ADDED_COMMENT_TO_STACK, // DashAddedCommentToStackType + /** + * (dash) Connected to a user connector + */ + DASH_ADDED_CONNECTOR, // DashAddedConnectorType + /** + * (dash) Added a link to a stack + */ + DASH_ADDED_LINK_TO_STACK, // DashAddedLinkToStackType + /** + * (dash) Admin added an email domain to the team allowlist + */ + DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST, // DashAddedTeamEmailDomainAllowlistType + /** + * (dash) Admin added an admin connector + */ + DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR, // DashAdminAddedOrgWideConnectorType + /** + * (dash) Admin disabled a user connector + */ + DASH_ADMIN_DISABLED_CONNECTOR, // DashAdminDisabledConnectorType + /** + * (dash) Admin enabled a user connector + */ + DASH_ADMIN_ENABLED_CONNECTOR, // DashAdminEnabledConnectorType + /** + * (dash) Admin removed an admin connector + */ + DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR, // DashAdminRemovedOrgWideConnectorType + /** + * (dash) Archived a stack + */ + DASH_ARCHIVED_STACK, // DashArchivedStackType + /** + * (dash) Changed the audience of a shared link to a stack + */ + DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK, // DashChangedAudienceOfSharedLinkToStackType + /** + * (dash) Cloned stack + */ + DASH_CLONED_STACK, // DashClonedStackType + /** + * (dash) Created a stack + */ + DASH_CREATED_STACK, // DashCreatedStackType + /** + * (dash) Deleted a comment from a stack + */ + DASH_DELETED_COMMENT_FROM_STACK, // DashDeletedCommentFromStackType + /** + * (dash) Deleted a stack + */ + DASH_DELETED_STACK, // DashDeletedStackType + /** + * (dash) Edited a comment in a stack + */ + DASH_EDITED_COMMENT_IN_STACK, // DashEditedCommentInStackType + /** + * (dash) External user opened a stack + */ + DASH_EXTERNAL_USER_OPENED_STACK, // DashExternalUserOpenedStackType + /** + * (dash) Opened the desktop app for the first time + */ + DASH_FIRST_LAUNCHED_DESKTOP, // DashFirstLaunchedDesktopType + /** + * (dash) Opened the extension for the first time + */ + DASH_FIRST_LAUNCHED_EXTENSION, // DashFirstLaunchedExtensionType + /** + * (dash) Opened the web Start Page for the first time + */ + DASH_FIRST_LAUNCHED_WEB_START_PAGE, // DashFirstLaunchedWebStartPageType + /** + * (dash) Checked access permissions to a stack + */ + DASH_OPENED_SHARED_LINK_TO_STACK, // DashOpenedSharedLinkToStackType + /** + * (dash) Opened a stack + */ + DASH_OPENED_STACK, // DashOpenedStackType + /** + * (dash) Changed the preview opt-out status + */ + DASH_PREVIEW_OPT_OUT_STATUS_CHANGED, // DashPreviewOptOutStatusChangedType + /** + * (dash) Disconnected a user connector + */ + DASH_REMOVED_CONNECTOR, // DashRemovedConnectorType + /** + * (dash) Removed a link from a stack + */ + DASH_REMOVED_LINK_FROM_STACK, // DashRemovedLinkFromStackType + /** + * (dash) Removed a shared link to a stack + */ + DASH_REMOVED_SHARED_LINK_TO_STACK, // DashRemovedSharedLinkToStackType + /** + * (dash) Admin removed an email domain from the team allowlist + */ + DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST, // DashRemovedTeamEmailDomainAllowlistType + /** + * (dash) Renamed a stack + */ + DASH_RENAMED_STACK, // DashRenamedStackType + /** + * (dash) Shared a link to a stack + */ + DASH_SHARED_LINK_TO_STACK, // DashSharedLinkToStackType + /** + * (dash) Unarchived a stack + */ + DASH_UNARCHIVED_STACK, // DashUnarchivedStackType + /** + * (dash) Member viewed a company stack + */ + DASH_VIEWED_COMPANY_STACK, // DashViewedCompanyStackType + /** + * (dash) Admin viewed the external AI activity report + */ + DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT, // DashViewedExternalAiActivityReportType /** * (data_governance) Added folders to policy */ @@ -337,6 +461,50 @@ public enum Tag { * (domains) Enabled domain invites (deprecated, no longer logged) */ ENABLED_DOMAIN_INVITES, // EnabledDomainInvitesType + /** + * (encryption) Canceled team key rotation + */ + ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION, // EncryptedFolderCancelTeamKeyRotationType + /** + * (encryption) Added recovery key + */ + ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY, // EncryptedFolderEnrollBackupKeyType + /** + * (encryption) Enrolled device + */ + ENCRYPTED_FOLDER_ENROLL_CLIENT, // EncryptedFolderEnrollClientType + /** + * (encryption) Activated team folder encryption + */ + ENCRYPTED_FOLDER_ENROLL_TEAM, // EncryptedFolderEnrollTeamType + /** + * (encryption) Deactivated team folder encryption + */ + ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT, // EncryptedFolderFinishTeamUnenrollmentType + /** + * (encryption) Initiated team key rotation + */ + ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION, // EncryptedFolderInitTeamKeyRotationType + /** + * (encryption) Initiated deactivation of team folder encryption + */ + ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT, // EncryptedFolderInitTeamUnenrollmentType + /** + * (encryption) Removed recovery key + */ + ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY, // EncryptedFolderRemoveBackupKeyType + /** + * (encryption) Rotated team key + */ + ENCRYPTED_FOLDER_ROTATE_TEAM_KEY, // EncryptedFolderRotateTeamKeyType + /** + * (encryption) Unenrolled device + */ + ENCRYPTED_FOLDER_UNENROLL_CLIENT, // EncryptedFolderUnenrollClientType + /** + * (encryption) Activated team encryption key + */ + TEAM_ENCRYPTION_KEY_ACTIVATE_KEY, // TeamEncryptionKeyActivateKeyType /** * (encryption) Canceled team encryption key deletion */ @@ -345,6 +513,10 @@ public enum Tag { * (encryption) Created team encryption key */ TEAM_ENCRYPTION_KEY_CREATE_KEY, // TeamEncryptionKeyCreateKeyType + /** + * (encryption) Deactivated team encryption key + */ + TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY, // TeamEncryptionKeyDeactivateKeyType /** * (encryption) Deleted team encryption key */ @@ -470,6 +642,14 @@ public enum Tag { * (file_operations) Deleted files in Replay */ REPLAY_FILE_DELETE, // ReplayFileDeleteType + /** + * (file_operations) Downloaded files in Replay + */ + REPLAY_FILE_DOWNLOADED, // ReplayFileDownloadedType + /** + * (file_operations) Created a team project in Replay + */ + REPLAY_TEAM_PROJECT_CREATED, // ReplayTeamProjectCreatedType /** * (file_operations) Rewound a folder */ @@ -494,6 +674,10 @@ public enum Tag { * (file_requests) Received files via Email to Dropbox */ EMAIL_INGEST_RECEIVE_FILE, // EmailIngestReceiveFileType + /** + * (file_requests) Auto closed file request + */ + FILE_REQUEST_AUTO_CLOSE, // FileRequestAutoCloseType /** * (file_requests) Changed file request */ @@ -546,6 +730,10 @@ public enum Tag { * (groups) Updated group (deprecated, no longer logged) */ GROUP_DESCRIPTION_UPDATED, // GroupDescriptionUpdatedType + /** + * (groups) Changed group's external sharing setting + */ + GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED, // GroupExternalSharingSettingOverrideChangedType /** * (groups) Updated group join policy (deprecated, no longer logged) */ @@ -616,6 +804,14 @@ public enum Tag { * to sign in') */ SSO_ERROR, // SsoErrorType + /** + * (members) Add-on Assigned + */ + ADDON_ASSIGNED, // AddonAssignedType + /** + * (members) Add-on Removed + */ + ADDON_REMOVED, // AddonRemovedType /** * (members) Invited members to activate Backup */ @@ -718,6 +914,14 @@ public enum Tag { * (members) Added pending secondary email */ PENDING_SECONDARY_EMAIL_ADDED, // PendingSecondaryEmailAddedType + /** + * (members) Product assigned to team member + */ + PRODUCT_ASSIGNED_TO_MEMBER, // ProductAssignedToMemberType + /** + * (members) Product removed from team member + */ + PRODUCT_REMOVED_FROM_MEMBER, // ProductRemovedFromMemberType /** * (members) Deleted secondary email */ @@ -981,6 +1185,14 @@ public enum Tag { * (reports) Couldn't create External sharing report */ EXTERNAL_SHARING_REPORT_FAILED, // ExternalSharingReportFailedType + /** + * (reports) Created member access report + */ + MEMBER_ACCESS_DETAILS_CREATE_REPORT, // MemberAccessDetailsCreateReportType + /** + * (reports) Couldn't generate member access report + */ + MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED, // MemberAccessDetailsCreateReportFailedType /** * (reports) Report created: Links created with no expiration */ @@ -1025,6 +1237,14 @@ public enum Tag { * (reports) Couldn't generate ransomware report */ RANSOMWARE_ALERT_CREATE_REPORT_FAILED, // RansomwareAlertCreateReportFailedType + /** + * (reports) Created shared folders report + */ + SHARED_FOLDERS_CREATE_REPORT, // SharedFoldersCreateReportType + /** + * (reports) Couldn't generate shared folders report + */ + SHARED_FOLDERS_CREATE_REPORT_FAILED, // SharedFoldersCreateReportFailedType /** * (reports) Created Smart Sync non-admin devices report */ @@ -1037,6 +1257,22 @@ public enum Tag { * (reports) Couldn't generate team activity report */ TEAM_ACTIVITY_CREATE_REPORT_FAIL, // TeamActivityCreateReportFailType + /** + * (reports) Created team folders report + */ + TEAM_FOLDERS_CREATE_REPORT, // TeamFoldersCreateReportType + /** + * (reports) Couldn't generate team folders report + */ + TEAM_FOLDERS_CREATE_REPORT_FAILED, // TeamFoldersCreateReportFailedType + /** + * (reports) Created team storage report + */ + TEAM_STORAGE_CREATE_REPORT, // TeamStorageCreateReportType + /** + * (reports) Couldn't generate team storage report + */ + TEAM_STORAGE_CREATE_REPORT_FAILED, // TeamStorageCreateReportFailedType /** * (sharing) Shared album */ @@ -1093,7 +1329,7 @@ public enum Tag { */ REPLAY_FILE_SHARED_LINK_CREATED, // ReplayFileSharedLinkCreatedType /** - * (sharing) Modified shared link in Replay + * (sharing) Changed shared link in Replay */ REPLAY_FILE_SHARED_LINK_MODIFIED, // ReplayFileSharedLinkModifiedType /** @@ -1104,6 +1340,38 @@ public enum Tag { * (sharing) Removed member from Replay Project */ REPLAY_PROJECT_TEAM_DELETE, // ReplayProjectTeamDeleteType + /** + * (sharing) File added to Send and Track + */ + SEND_AND_TRACK_FILE_ADDED, // SendAndTrackFileAddedType + /** + * (sharing) File renamed in Send and Track + */ + SEND_AND_TRACK_FILE_RENAMED, // SendAndTrackFileRenamedType + /** + * (sharing) File updated in Send and Track + */ + SEND_AND_TRACK_FILE_UPDATED, // SendAndTrackFileUpdatedType + /** + * (sharing) Link created in Send and Track + */ + SEND_AND_TRACK_LINK_CREATED, // SendAndTrackLinkCreatedType + /** + * (sharing) Link deleted in Send and Track + */ + SEND_AND_TRACK_LINK_DELETED, // SendAndTrackLinkDeletedType + /** + * (sharing) Send and Track Link Updated + */ + SEND_AND_TRACK_LINK_UPDATED, // SendAndTrackLinkUpdatedType + /** + * (sharing) Send and Track Link Visited + */ + SEND_AND_TRACK_LINK_VIEWED, // SendAndTrackLinkViewedType + /** + * (sharing) Send and Track file and associated links deleted + */ + SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS, // SendAndTrackRemovedFileAndAssociatedLinksType /** * (sharing) Added team to shared folder (deprecated, no longer logged) */ @@ -1351,6 +1619,10 @@ public enum Tag { * (sharing) Removed shared link expiration date */ SHARED_LINK_REMOVE_EXPIRY, // SharedLinkRemoveExpiryType + /** + * (sharing) Removed link visitor + */ + SHARED_LINK_REMOVE_VISITOR, // SharedLinkRemoveVisitorType /** * (sharing) Added an expiration date to the shared link */ @@ -1509,6 +1781,42 @@ public enum Tag { * (showcase) Viewed showcase */ SHOWCASE_VIEW, // ShowcaseViewType + /** + * (signatures) Canceled signature request + */ + SIGN_SIGNATURE_REQUEST_CANCELED, // SignSignatureRequestCanceledType + /** + * (signatures) Completed signature request + */ + SIGN_SIGNATURE_REQUEST_COMPLETED, // SignSignatureRequestCompletedType + /** + * (signatures) Declined signature request + */ + SIGN_SIGNATURE_REQUEST_DECLINED, // SignSignatureRequestDeclinedType + /** + * (signatures) Opened signature request + */ + SIGN_SIGNATURE_REQUEST_OPENED, // SignSignatureRequestOpenedType + /** + * (signatures) Sent signature request reminder + */ + SIGN_SIGNATURE_REQUEST_REMINDER_SENT, // SignSignatureRequestReminderSentType + /** + * (signatures) Sent signature request + */ + SIGN_SIGNATURE_REQUEST_SENT, // SignSignatureRequestSentType + /** + * (signatures) Created template + */ + SIGN_TEMPLATE_CREATED, // SignTemplateCreatedType + /** + * (signatures) Shared template + */ + SIGN_TEMPLATE_SHARED, // SignTemplateSharedType + /** + * (sso) RISC security event received from external provider + */ + RISC_SECURITY_EVENT, // RiscSecurityEventType /** * (sso) Added X.509 certificate for SSO */ @@ -1582,6 +1890,10 @@ public enum Tag { * the team */ ADMIN_EMAIL_REMINDERS_CHANGED, // AdminEmailRemindersChangedType + /** + * (team_policies) Changed AI third party sharing policy for team + */ + AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED, // AiThirdPartySharingDropboxBasePolicyChangedType /** * (team_policies) Disabled downloads (deprecated, no longer logged) */ @@ -1590,6 +1902,10 @@ public enum Tag { * (team_policies) Enabled downloads (deprecated, no longer logged) */ ALLOW_DOWNLOAD_ENABLED, // AllowDownloadEnabledType + /** + * (team_policies) Enabled/disabled Apple login for team + */ + APPLE_LOGIN_CHANGE_POLICY, // AppleLoginChangePolicyType /** * (team_policies) Changed app permissions */ @@ -1598,6 +1914,10 @@ public enum Tag { * (team_policies) Changed camera uploads setting for team */ CAMERA_UPLOADS_POLICY_CHANGED, // CameraUploadsPolicyChangedType + /** + * (team_policies) Changed Capture team space policy for team + */ + CAPTURE_TEAM_SPACE_POLICY_CHANGED, // CaptureTeamSpacePolicyChangedType /** * (team_policies) Changed Capture transcription policy for team */ @@ -1614,6 +1934,14 @@ public enum Tag { * (team_policies) Changed content management setting */ CONTENT_ADMINISTRATION_POLICY_CHANGED, // ContentAdministrationPolicyChangedType + /** + * (team_policies) Changed content deletion protection policy for team + */ + CONTENT_DELETION_PROTECTION_CHANGE_POLICY, // ContentDeletionProtectionChangePolicyType + /** + * (team_policies) Changed Dash external sharing policy for team + */ + DASH_EXTERNAL_SHARING_POLICY_CHANGED, // DashExternalSharingPolicyChangedType /** * (team_policies) Set restrictions on data center locations where team * data resides @@ -1719,6 +2047,10 @@ public enum Tag { * (team_policies) Changed file transfers policy for team */ FILE_TRANSFERS_POLICY_CHANGED, // FileTransfersPolicyChangedType + /** + * (team_policies) Changed flexible file names policy for team + */ + FLEXIBLE_FILE_NAMES_POLICY_CHANGED, // FlexibleFileNamesPolicyChangedType /** * (team_policies) Changed folder link restrictions policy for team */ @@ -1769,6 +2101,10 @@ public enum Tag { * people to add to team */ MEMBER_SUGGESTIONS_CHANGE_POLICY, // MemberSuggestionsChangePolicyType + /** + * (team_policies) Enabled/disabled Microsoft login for team + */ + MICROSOFT_LOGIN_CHANGE_POLICY, // MicrosoftLoginChangePolicyType /** * (team_policies) Enabled/disabled Microsoft Office add-in */ @@ -1813,6 +2149,10 @@ public enum Tag { * (team_policies) Removed users from Paper-enabled users list */ PAPER_ENABLED_USERS_GROUP_REMOVAL, // PaperEnabledUsersGroupRemovalType + /** + * (team_policies) Changed passkey login policy for team + */ + PASSKEY_LOGIN_POLICY_CHANGED, // PasskeyLoginPolicyChangedType /** * (team_policies) Changed team password strength requirements */ @@ -1822,6 +2162,19 @@ public enum Tag { * permanently delete content */ PERMANENT_DELETE_CHANGE_POLICY, // PermanentDeleteChangePolicyType + /** + * (team_policies) Changed Dropbox AI policy for team + */ + PREVIEWS_AI_POLICY_CHANGED, // PreviewsAiPolicyChangedType + /** + * (team_policies) Changed the policy for adding people to Replay + * content + */ + REPLAY_ADDING_PEOPLE_POLICY_CHANGED, // ReplayAddingPeoplePolicyChangedType + /** + * (team_policies) Changed the policy for sharing Replay content + */ + REPLAY_SHARING_POLICY_CHANGED, // ReplaySharingPolicyChangedType /** * (team_policies) Enabled/disabled reseller support */ @@ -1830,10 +2183,24 @@ public enum Tag { * (team_policies) Changed Rewind policy for team */ REWIND_POLICY_CHANGED, // RewindPolicyChangedType + /** + * (team_policies) Changed “Send and track” policy for team + */ + SEND_AND_TRACK_POLICY_CHANGED, // SendAndTrackPolicyChangedType + /** + * (team_policies) Changed “Send and track” external sharing policy for + * team + */ + SEND_EXTERNAL_SHARING_POLICY_CHANGED, // SendExternalSharingPolicyChangedType /** * (team_policies) Changed send for signature policy for team */ SEND_FOR_SIGNATURE_POLICY_CHANGED, // SendForSignaturePolicyChangedType + /** + * (team_policies) Changed shared link default permissions policy for + * team + */ + SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED, // SharedLinkDefaultPermissionsPolicyChangedType /** * (team_policies) Changed whether team members can join shared folders * owned outside team @@ -1878,6 +2245,14 @@ public enum Tag { * for team */ SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY, // ShowcaseChangeExternalSharingPolicyType + /** + * (team_policies) Changed Signatures external sharing policy for team + */ + SIGN_EXTERNAL_SHARING_POLICY_CHANGED, // SignExternalSharingPolicyChangedType + /** + * (team_policies) Changed template creation permission + */ + SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED, // SignTemplateCreationPermissionChangedType /** * (team_policies) Changed automatic Smart Sync setting for team */ @@ -1898,6 +2273,10 @@ public enum Tag { * (team_policies) Changed single sign-on setting for team */ SSO_CHANGE_POLICY, // SsoChangePolicyType + /** + * (team_policies) Changed cross-team Stack access policy for team + */ + STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED, // StackCrossTeamAccessPolicyChangedType /** * (team_policies) Changed team branding policy for team */ @@ -1906,6 +2285,10 @@ public enum Tag { * (team_policies) Changed App Integrations setting for team */ TEAM_EXTENSIONS_POLICY_CHANGED, // TeamExtensionsPolicyChangedType + /** + * (team_policies) Changed team member storage request policy for team + */ + TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED, // TeamMemberStorageRequestPolicyChangedType /** * (team_policies) Enabled/disabled Team Selective Sync for team */ @@ -1920,7 +2303,7 @@ public enum Tag { */ TFA_ADD_EXCEPTION, // TfaAddExceptionType /** - * (team_policies) Changed two-step verification setting for team + * (team_policies) Changed two-factor authentication setting for team */ TFA_CHANGE_POLICY, // TfaChangePolicyType /** @@ -1928,6 +2311,10 @@ public enum Tag { * exception list */ TFA_REMOVE_EXCEPTION, // TfaRemoveExceptionType + /** + * (team_policies) Changed top level content setting for team + */ + TOP_LEVEL_CONTENT_POLICY_CHANGED, // TopLevelContentPolicyChangedType /** * (team_policies) Enabled/disabled option for members to link personal * Dropbox account and team account to same computer @@ -2008,31 +2395,39 @@ public enum Tag { */ TEAM_PROFILE_REMOVE_LOGO, // TeamProfileRemoveLogoType /** - * (tfa) Added backup phone for two-step verification + * (tfa) Added passkey for login + */ + PASSKEY_ADD, // PasskeyAddType + /** + * (tfa) Removed passkey for login + */ + PASSKEY_REMOVE, // PasskeyRemoveType + /** + * (tfa) Added backup phone for two-factor authentication */ TFA_ADD_BACKUP_PHONE, // TfaAddBackupPhoneType /** - * (tfa) Added security key for two-step verification + * (tfa) Added security key for two-factor authentication */ TFA_ADD_SECURITY_KEY, // TfaAddSecurityKeyType /** - * (tfa) Changed backup phone for two-step verification + * (tfa) Changed backup phone for two-factor authentication */ TFA_CHANGE_BACKUP_PHONE, // TfaChangeBackupPhoneType /** - * (tfa) Enabled/disabled/changed two-step verification setting + * (tfa) Enabled/disabled/changed two-factor authentication setting */ TFA_CHANGE_STATUS, // TfaChangeStatusType /** - * (tfa) Removed backup phone for two-step verification + * (tfa) Removed backup phone for two-factor authentication */ TFA_REMOVE_BACKUP_PHONE, // TfaRemoveBackupPhoneType /** - * (tfa) Removed security key for two-step verification + * (tfa) Removed security key for two-factor authentication */ TFA_REMOVE_SECURITY_KEY, // TfaRemoveSecurityKeyType /** - * (tfa) Reset two-step verification for team member + * (tfa) Reset two-factor authentication for team member */ TFA_RESET, // TfaResetType /** @@ -2188,6 +2583,37 @@ public enum Tag { private FileResolveCommentType fileResolveCommentValue; private FileUnlikeCommentType fileUnlikeCommentValue; private FileUnresolveCommentType fileUnresolveCommentValue; + private DashAddedCommentToStackType dashAddedCommentToStackValue; + private DashAddedConnectorType dashAddedConnectorValue; + private DashAddedLinkToStackType dashAddedLinkToStackValue; + private DashAddedTeamEmailDomainAllowlistType dashAddedTeamEmailDomainAllowlistValue; + private DashAdminAddedOrgWideConnectorType dashAdminAddedOrgWideConnectorValue; + private DashAdminDisabledConnectorType dashAdminDisabledConnectorValue; + private DashAdminEnabledConnectorType dashAdminEnabledConnectorValue; + private DashAdminRemovedOrgWideConnectorType dashAdminRemovedOrgWideConnectorValue; + private DashArchivedStackType dashArchivedStackValue; + private DashChangedAudienceOfSharedLinkToStackType dashChangedAudienceOfSharedLinkToStackValue; + private DashClonedStackType dashClonedStackValue; + private DashCreatedStackType dashCreatedStackValue; + private DashDeletedCommentFromStackType dashDeletedCommentFromStackValue; + private DashDeletedStackType dashDeletedStackValue; + private DashEditedCommentInStackType dashEditedCommentInStackValue; + private DashExternalUserOpenedStackType dashExternalUserOpenedStackValue; + private DashFirstLaunchedDesktopType dashFirstLaunchedDesktopValue; + private DashFirstLaunchedExtensionType dashFirstLaunchedExtensionValue; + private DashFirstLaunchedWebStartPageType dashFirstLaunchedWebStartPageValue; + private DashOpenedSharedLinkToStackType dashOpenedSharedLinkToStackValue; + private DashOpenedStackType dashOpenedStackValue; + private DashPreviewOptOutStatusChangedType dashPreviewOptOutStatusChangedValue; + private DashRemovedConnectorType dashRemovedConnectorValue; + private DashRemovedLinkFromStackType dashRemovedLinkFromStackValue; + private DashRemovedSharedLinkToStackType dashRemovedSharedLinkToStackValue; + private DashRemovedTeamEmailDomainAllowlistType dashRemovedTeamEmailDomainAllowlistValue; + private DashRenamedStackType dashRenamedStackValue; + private DashSharedLinkToStackType dashSharedLinkToStackValue; + private DashUnarchivedStackType dashUnarchivedStackValue; + private DashViewedCompanyStackType dashViewedCompanyStackValue; + private DashViewedExternalAiActivityReportType dashViewedExternalAiActivityReportValue; private GovernancePolicyAddFoldersType governancePolicyAddFoldersValue; private GovernancePolicyAddFolderFailedType governancePolicyAddFolderFailedValue; private GovernancePolicyContentDisposedType governancePolicyContentDisposedValue; @@ -2242,8 +2668,20 @@ public enum Tag { private DomainVerificationAddDomainSuccessType domainVerificationAddDomainSuccessValue; private DomainVerificationRemoveDomainType domainVerificationRemoveDomainValue; private EnabledDomainInvitesType enabledDomainInvitesValue; + private EncryptedFolderCancelTeamKeyRotationType encryptedFolderCancelTeamKeyRotationValue; + private EncryptedFolderEnrollBackupKeyType encryptedFolderEnrollBackupKeyValue; + private EncryptedFolderEnrollClientType encryptedFolderEnrollClientValue; + private EncryptedFolderEnrollTeamType encryptedFolderEnrollTeamValue; + private EncryptedFolderFinishTeamUnenrollmentType encryptedFolderFinishTeamUnenrollmentValue; + private EncryptedFolderInitTeamKeyRotationType encryptedFolderInitTeamKeyRotationValue; + private EncryptedFolderInitTeamUnenrollmentType encryptedFolderInitTeamUnenrollmentValue; + private EncryptedFolderRemoveBackupKeyType encryptedFolderRemoveBackupKeyValue; + private EncryptedFolderRotateTeamKeyType encryptedFolderRotateTeamKeyValue; + private EncryptedFolderUnenrollClientType encryptedFolderUnenrollClientValue; + private TeamEncryptionKeyActivateKeyType teamEncryptionKeyActivateKeyValue; private TeamEncryptionKeyCancelKeyDeletionType teamEncryptionKeyCancelKeyDeletionValue; private TeamEncryptionKeyCreateKeyType teamEncryptionKeyCreateKeyValue; + private TeamEncryptionKeyDeactivateKeyType teamEncryptionKeyDeactivateKeyValue; private TeamEncryptionKeyDeleteKeyType teamEncryptionKeyDeleteKeyValue; private TeamEncryptionKeyDisableKeyType teamEncryptionKeyDisableKeyValue; private TeamEncryptionKeyEnableKeyType teamEncryptionKeyEnableKeyValue; @@ -2275,12 +2713,15 @@ public enum Tag { private ObjectLabelUpdatedValueType objectLabelUpdatedValueValue; private OrganizeFolderWithTidyType organizeFolderWithTidyValue; private ReplayFileDeleteType replayFileDeleteValue; + private ReplayFileDownloadedType replayFileDownloadedValue; + private ReplayTeamProjectCreatedType replayTeamProjectCreatedValue; private RewindFolderType rewindFolderValue; private UndoNamingConventionType undoNamingConventionValue; private UndoOrganizeFolderWithTidyType undoOrganizeFolderWithTidyValue; private UserTagsAddedType userTagsAddedValue; private UserTagsRemovedType userTagsRemovedValue; private EmailIngestReceiveFileType emailIngestReceiveFileValue; + private FileRequestAutoCloseType fileRequestAutoCloseValue; private FileRequestChangeType fileRequestChangeValue; private FileRequestCloseType fileRequestCloseValue; private FileRequestCreateType fileRequestCreateValue; @@ -2294,6 +2735,7 @@ public enum Tag { private GroupCreateType groupCreateValue; private GroupDeleteType groupDeleteValue; private GroupDescriptionUpdatedType groupDescriptionUpdatedValue; + private GroupExternalSharingSettingOverrideChangedType groupExternalSharingSettingOverrideChangedValue; private GroupJoinPolicyUpdatedType groupJoinPolicyUpdatedValue; private GroupMovedType groupMovedValue; private GroupRemoveExternalIdType groupRemoveExternalIdValue; @@ -2311,6 +2753,8 @@ public enum Tag { private SignInAsSessionEndType signInAsSessionEndValue; private SignInAsSessionStartType signInAsSessionStartValue; private SsoErrorType ssoErrorValue; + private AddonAssignedType addonAssignedValue; + private AddonRemovedType addonRemovedValue; private BackupAdminInvitationSentType backupAdminInvitationSentValue; private BackupInvitationOpenedType backupInvitationOpenedValue; private CreateTeamInviteLinkType createTeamInviteLinkValue; @@ -2336,6 +2780,8 @@ public enum Tag { private MemberSuggestType memberSuggestValue; private MemberTransferAccountContentsType memberTransferAccountContentsValue; private PendingSecondaryEmailAddedType pendingSecondaryEmailAddedValue; + private ProductAssignedToMemberType productAssignedToMemberValue; + private ProductRemovedFromMemberType productRemovedFromMemberValue; private SecondaryEmailDeletedType secondaryEmailDeletedValue; private SecondaryEmailVerifiedType secondaryEmailVerifiedValue; private SecondaryMailsPolicyChangedType secondaryMailsPolicyChangedValue; @@ -2399,6 +2845,8 @@ public enum Tag { private ExportMembersReportFailType exportMembersReportFailValue; private ExternalSharingCreateReportType externalSharingCreateReportValue; private ExternalSharingReportFailedType externalSharingReportFailedValue; + private MemberAccessDetailsCreateReportType memberAccessDetailsCreateReportValue; + private MemberAccessDetailsCreateReportFailedType memberAccessDetailsCreateReportFailedValue; private NoExpirationLinkGenCreateReportType noExpirationLinkGenCreateReportValue; private NoExpirationLinkGenReportFailedType noExpirationLinkGenReportFailedValue; private NoPasswordLinkGenCreateReportType noPasswordLinkGenCreateReportValue; @@ -2410,9 +2858,15 @@ public enum Tag { private PaperAdminExportStartType paperAdminExportStartValue; private RansomwareAlertCreateReportType ransomwareAlertCreateReportValue; private RansomwareAlertCreateReportFailedType ransomwareAlertCreateReportFailedValue; + private SharedFoldersCreateReportType sharedFoldersCreateReportValue; + private SharedFoldersCreateReportFailedType sharedFoldersCreateReportFailedValue; private SmartSyncCreateAdminPrivilegeReportType smartSyncCreateAdminPrivilegeReportValue; private TeamActivityCreateReportType teamActivityCreateReportValue; private TeamActivityCreateReportFailType teamActivityCreateReportFailValue; + private TeamFoldersCreateReportType teamFoldersCreateReportValue; + private TeamFoldersCreateReportFailedType teamFoldersCreateReportFailedValue; + private TeamStorageCreateReportType teamStorageCreateReportValue; + private TeamStorageCreateReportFailedType teamStorageCreateReportFailedValue; private CollectionShareType collectionShareValue; private FileTransfersFileAddType fileTransfersFileAddValue; private FileTransfersTransferDeleteType fileTransfersTransferDeleteValue; @@ -2429,6 +2883,14 @@ public enum Tag { private ReplayFileSharedLinkModifiedType replayFileSharedLinkModifiedValue; private ReplayProjectTeamAddType replayProjectTeamAddValue; private ReplayProjectTeamDeleteType replayProjectTeamDeleteValue; + private SendAndTrackFileAddedType sendAndTrackFileAddedValue; + private SendAndTrackFileRenamedType sendAndTrackFileRenamedValue; + private SendAndTrackFileUpdatedType sendAndTrackFileUpdatedValue; + private SendAndTrackLinkCreatedType sendAndTrackLinkCreatedValue; + private SendAndTrackLinkDeletedType sendAndTrackLinkDeletedValue; + private SendAndTrackLinkUpdatedType sendAndTrackLinkUpdatedValue; + private SendAndTrackLinkViewedType sendAndTrackLinkViewedValue; + private SendAndTrackRemovedFileAndAssociatedLinksType sendAndTrackRemovedFileAndAssociatedLinksValue; private SfAddGroupType sfAddGroupValue; private SfAllowNonMembersToViewSharedLinksType sfAllowNonMembersToViewSharedLinksValue; private SfExternalInviteWarnType sfExternalInviteWarnValue; @@ -2484,6 +2946,7 @@ public enum Tag { private SharedLinkDisableType sharedLinkDisableValue; private SharedLinkDownloadType sharedLinkDownloadValue; private SharedLinkRemoveExpiryType sharedLinkRemoveExpiryValue; + private SharedLinkRemoveVisitorType sharedLinkRemoveVisitorValue; private SharedLinkSettingsAddExpirationType sharedLinkSettingsAddExpirationValue; private SharedLinkSettingsAddPasswordType sharedLinkSettingsAddPasswordValue; private SharedLinkSettingsAllowDownloadDisabledType sharedLinkSettingsAllowDownloadDisabledValue; @@ -2523,6 +2986,15 @@ public enum Tag { private ShowcaseUntrashedType showcaseUntrashedValue; private ShowcaseUntrashedDeprecatedType showcaseUntrashedDeprecatedValue; private ShowcaseViewType showcaseViewValue; + private SignSignatureRequestCanceledType signSignatureRequestCanceledValue; + private SignSignatureRequestCompletedType signSignatureRequestCompletedValue; + private SignSignatureRequestDeclinedType signSignatureRequestDeclinedValue; + private SignSignatureRequestOpenedType signSignatureRequestOpenedValue; + private SignSignatureRequestReminderSentType signSignatureRequestReminderSentValue; + private SignSignatureRequestSentType signSignatureRequestSentValue; + private SignTemplateCreatedType signTemplateCreatedValue; + private SignTemplateSharedType signTemplateSharedValue; + private RiscSecurityEventType riscSecurityEventValue; private SsoAddCertType ssoAddCertValue; private SsoAddLoginUrlType ssoAddLoginUrlValue; private SsoAddLogoutUrlType ssoAddLogoutUrlValue; @@ -2541,14 +3013,19 @@ public enum Tag { private TeamSelectiveSyncSettingsChangedType teamSelectiveSyncSettingsChangedValue; private AccountCaptureChangePolicyType accountCaptureChangePolicyValue; private AdminEmailRemindersChangedType adminEmailRemindersChangedValue; + private AiThirdPartySharingDropboxBasePolicyChangedType aiThirdPartySharingDropboxBasePolicyChangedValue; private AllowDownloadDisabledType allowDownloadDisabledValue; private AllowDownloadEnabledType allowDownloadEnabledValue; + private AppleLoginChangePolicyType appleLoginChangePolicyValue; private AppPermissionsChangedType appPermissionsChangedValue; private CameraUploadsPolicyChangedType cameraUploadsPolicyChangedValue; + private CaptureTeamSpacePolicyChangedType captureTeamSpacePolicyChangedValue; private CaptureTranscriptPolicyChangedType captureTranscriptPolicyChangedValue; private ClassificationChangePolicyType classificationChangePolicyValue; private ComputerBackupPolicyChangedType computerBackupPolicyChangedValue; private ContentAdministrationPolicyChangedType contentAdministrationPolicyChangedValue; + private ContentDeletionProtectionChangePolicyType contentDeletionProtectionChangePolicyValue; + private DashExternalSharingPolicyChangedType dashExternalSharingPolicyChangedValue; private DataPlacementRestrictionChangePolicyType dataPlacementRestrictionChangePolicyValue; private DataPlacementRestrictionSatisfyPolicyType dataPlacementRestrictionSatisfyPolicyValue; private DeviceApprovalsAddExceptionType deviceApprovalsAddExceptionValue; @@ -2573,6 +3050,7 @@ public enum Tag { private FileRequestsEmailsEnabledType fileRequestsEmailsEnabledValue; private FileRequestsEmailsRestrictedToTeamOnlyType fileRequestsEmailsRestrictedToTeamOnlyValue; private FileTransfersPolicyChangedType fileTransfersPolicyChangedValue; + private FlexibleFileNamesPolicyChangedType flexibleFileNamesPolicyChangedValue; private FolderLinkRestrictionPolicyChangedType folderLinkRestrictionPolicyChangedValue; private GoogleSsoChangePolicyType googleSsoChangePolicyValue; private GroupUserManagementChangePolicyType groupUserManagementChangePolicyValue; @@ -2585,6 +3063,7 @@ public enum Tag { private MemberSpaceLimitsChangePolicyType memberSpaceLimitsChangePolicyValue; private MemberSpaceLimitsRemoveExceptionType memberSpaceLimitsRemoveExceptionValue; private MemberSuggestionsChangePolicyType memberSuggestionsChangePolicyValue; + private MicrosoftLoginChangePolicyType microsoftLoginChangePolicyValue; private MicrosoftOfficeAddinChangePolicyType microsoftOfficeAddinChangePolicyValue; private NetworkControlChangePolicyType networkControlChangePolicyValue; private PaperChangeDeploymentPolicyType paperChangeDeploymentPolicyValue; @@ -2595,11 +3074,18 @@ public enum Tag { private PaperDesktopPolicyChangedType paperDesktopPolicyChangedValue; private PaperEnabledUsersGroupAdditionType paperEnabledUsersGroupAdditionValue; private PaperEnabledUsersGroupRemovalType paperEnabledUsersGroupRemovalValue; + private PasskeyLoginPolicyChangedType passkeyLoginPolicyChangedValue; private PasswordStrengthRequirementsChangePolicyType passwordStrengthRequirementsChangePolicyValue; private PermanentDeleteChangePolicyType permanentDeleteChangePolicyValue; + private PreviewsAiPolicyChangedType previewsAiPolicyChangedValue; + private ReplayAddingPeoplePolicyChangedType replayAddingPeoplePolicyChangedValue; + private ReplaySharingPolicyChangedType replaySharingPolicyChangedValue; private ResellerSupportChangePolicyType resellerSupportChangePolicyValue; private RewindPolicyChangedType rewindPolicyChangedValue; + private SendAndTrackPolicyChangedType sendAndTrackPolicyChangedValue; + private SendExternalSharingPolicyChangedType sendExternalSharingPolicyChangedValue; private SendForSignaturePolicyChangedType sendForSignaturePolicyChangedValue; + private SharedLinkDefaultPermissionsPolicyChangedType sharedLinkDefaultPermissionsPolicyChangedValue; private SharingChangeFolderJoinPolicyType sharingChangeFolderJoinPolicyValue; private SharingChangeLinkAllowChangeExpirationPolicyType sharingChangeLinkAllowChangeExpirationPolicyValue; private SharingChangeLinkDefaultExpirationPolicyType sharingChangeLinkDefaultExpirationPolicyValue; @@ -2609,18 +3095,23 @@ public enum Tag { private ShowcaseChangeDownloadPolicyType showcaseChangeDownloadPolicyValue; private ShowcaseChangeEnabledPolicyType showcaseChangeEnabledPolicyValue; private ShowcaseChangeExternalSharingPolicyType showcaseChangeExternalSharingPolicyValue; + private SignExternalSharingPolicyChangedType signExternalSharingPolicyChangedValue; + private SignTemplateCreationPermissionChangedType signTemplateCreationPermissionChangedValue; private SmarterSmartSyncPolicyChangedType smarterSmartSyncPolicyChangedValue; private SmartSyncChangePolicyType smartSyncChangePolicyValue; private SmartSyncNotOptOutType smartSyncNotOptOutValue; private SmartSyncOptOutType smartSyncOptOutValue; private SsoChangePolicyType ssoChangePolicyValue; + private StackCrossTeamAccessPolicyChangedType stackCrossTeamAccessPolicyChangedValue; private TeamBrandingPolicyChangedType teamBrandingPolicyChangedValue; private TeamExtensionsPolicyChangedType teamExtensionsPolicyChangedValue; + private TeamMemberStorageRequestPolicyChangedType teamMemberStorageRequestPolicyChangedValue; private TeamSelectiveSyncPolicyChangedType teamSelectiveSyncPolicyChangedValue; private TeamSharingWhitelistSubjectsChangedType teamSharingWhitelistSubjectsChangedValue; private TfaAddExceptionType tfaAddExceptionValue; private TfaChangePolicyType tfaChangePolicyValue; private TfaRemoveExceptionType tfaRemoveExceptionValue; + private TopLevelContentPolicyChangedType topLevelContentPolicyChangedValue; private TwoAccountChangePolicyType twoAccountChangePolicyValue; private ViewerInfoPolicyChangedType viewerInfoPolicyChangedValue; private WatermarkingPolicyChangedType watermarkingPolicyChangedValue; @@ -2639,6 +3130,8 @@ public enum Tag { private TeamProfileChangeNameType teamProfileChangeNameValue; private TeamProfileRemoveBackgroundType teamProfileRemoveBackgroundValue; private TeamProfileRemoveLogoType teamProfileRemoveLogoValue; + private PasskeyAddType passkeyAddValue; + private PasskeyRemoveType passkeyRemoveValue; private TfaAddBackupPhoneType tfaAddBackupPhoneValue; private TfaAddSecurityKeyType tfaAddSecurityKeyValue; private TfaChangeBackupPhoneType tfaChangeBackupPhoneValue; @@ -3034,9317 +3527,12552 @@ private EventType withTagAndFileUnresolveComment(Tag _tag, FileUnresolveCommentT /** * The type of the event with description. * - * @param governancePolicyAddFoldersValue (data_governance) Added folders - * to policy. Must not be {@code null}. + * @param dashAddedCommentToStackValue (dash) Added a comment to a stack. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyAddFolders(Tag _tag, GovernancePolicyAddFoldersType governancePolicyAddFoldersValue) { + private EventType withTagAndDashAddedCommentToStack(Tag _tag, DashAddedCommentToStackType dashAddedCommentToStackValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyAddFoldersValue = governancePolicyAddFoldersValue; + result.dashAddedCommentToStackValue = dashAddedCommentToStackValue; return result; } /** * The type of the event with description. * - * @param governancePolicyAddFolderFailedValue (data_governance) Couldn't - * add a folder to a policy. Must not be {@code null}. + * @param dashAddedConnectorValue (dash) Connected to a user connector. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyAddFolderFailed(Tag _tag, GovernancePolicyAddFolderFailedType governancePolicyAddFolderFailedValue) { + private EventType withTagAndDashAddedConnector(Tag _tag, DashAddedConnectorType dashAddedConnectorValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyAddFolderFailedValue = governancePolicyAddFolderFailedValue; + result.dashAddedConnectorValue = dashAddedConnectorValue; return result; } /** * The type of the event with description. * - * @param governancePolicyContentDisposedValue (data_governance) Content - * disposed. Must not be {@code null}. + * @param dashAddedLinkToStackValue (dash) Added a link to a stack. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyContentDisposed(Tag _tag, GovernancePolicyContentDisposedType governancePolicyContentDisposedValue) { + private EventType withTagAndDashAddedLinkToStack(Tag _tag, DashAddedLinkToStackType dashAddedLinkToStackValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyContentDisposedValue = governancePolicyContentDisposedValue; + result.dashAddedLinkToStackValue = dashAddedLinkToStackValue; return result; } /** * The type of the event with description. * - * @param governancePolicyCreateValue (data_governance) Activated a new - * policy. Must not be {@code null}. + * @param dashAddedTeamEmailDomainAllowlistValue (dash) Admin added an + * email domain to the team allowlist. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyCreate(Tag _tag, GovernancePolicyCreateType governancePolicyCreateValue) { + private EventType withTagAndDashAddedTeamEmailDomainAllowlist(Tag _tag, DashAddedTeamEmailDomainAllowlistType dashAddedTeamEmailDomainAllowlistValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyCreateValue = governancePolicyCreateValue; + result.dashAddedTeamEmailDomainAllowlistValue = dashAddedTeamEmailDomainAllowlistValue; return result; } /** * The type of the event with description. * - * @param governancePolicyDeleteValue (data_governance) Deleted a policy. - * Must not be {@code null}. + * @param dashAdminAddedOrgWideConnectorValue (dash) Admin added an admin + * connector. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyDelete(Tag _tag, GovernancePolicyDeleteType governancePolicyDeleteValue) { + private EventType withTagAndDashAdminAddedOrgWideConnector(Tag _tag, DashAdminAddedOrgWideConnectorType dashAdminAddedOrgWideConnectorValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyDeleteValue = governancePolicyDeleteValue; + result.dashAdminAddedOrgWideConnectorValue = dashAdminAddedOrgWideConnectorValue; return result; } /** * The type of the event with description. * - * @param governancePolicyEditDetailsValue (data_governance) Edited policy. - * Must not be {@code null}. + * @param dashAdminDisabledConnectorValue (dash) Admin disabled a user + * connector. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyEditDetails(Tag _tag, GovernancePolicyEditDetailsType governancePolicyEditDetailsValue) { + private EventType withTagAndDashAdminDisabledConnector(Tag _tag, DashAdminDisabledConnectorType dashAdminDisabledConnectorValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyEditDetailsValue = governancePolicyEditDetailsValue; + result.dashAdminDisabledConnectorValue = dashAdminDisabledConnectorValue; return result; } /** * The type of the event with description. * - * @param governancePolicyEditDurationValue (data_governance) Changed - * policy duration. Must not be {@code null}. + * @param dashAdminEnabledConnectorValue (dash) Admin enabled a user + * connector. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyEditDuration(Tag _tag, GovernancePolicyEditDurationType governancePolicyEditDurationValue) { + private EventType withTagAndDashAdminEnabledConnector(Tag _tag, DashAdminEnabledConnectorType dashAdminEnabledConnectorValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyEditDurationValue = governancePolicyEditDurationValue; + result.dashAdminEnabledConnectorValue = dashAdminEnabledConnectorValue; return result; } /** * The type of the event with description. * - * @param governancePolicyExportCreatedValue (data_governance) Created a - * policy download. Must not be {@code null}. + * @param dashAdminRemovedOrgWideConnectorValue (dash) Admin removed an + * admin connector. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyExportCreated(Tag _tag, GovernancePolicyExportCreatedType governancePolicyExportCreatedValue) { + private EventType withTagAndDashAdminRemovedOrgWideConnector(Tag _tag, DashAdminRemovedOrgWideConnectorType dashAdminRemovedOrgWideConnectorValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyExportCreatedValue = governancePolicyExportCreatedValue; + result.dashAdminRemovedOrgWideConnectorValue = dashAdminRemovedOrgWideConnectorValue; return result; } /** * The type of the event with description. * - * @param governancePolicyExportRemovedValue (data_governance) Removed a - * policy download. Must not be {@code null}. + * @param dashArchivedStackValue (dash) Archived a stack. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyExportRemoved(Tag _tag, GovernancePolicyExportRemovedType governancePolicyExportRemovedValue) { + private EventType withTagAndDashArchivedStack(Tag _tag, DashArchivedStackType dashArchivedStackValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyExportRemovedValue = governancePolicyExportRemovedValue; + result.dashArchivedStackValue = dashArchivedStackValue; return result; } /** * The type of the event with description. * - * @param governancePolicyRemoveFoldersValue (data_governance) Removed - * folders from policy. Must not be {@code null}. + * @param dashChangedAudienceOfSharedLinkToStackValue (dash) Changed the + * audience of a shared link to a stack. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyRemoveFolders(Tag _tag, GovernancePolicyRemoveFoldersType governancePolicyRemoveFoldersValue) { + private EventType withTagAndDashChangedAudienceOfSharedLinkToStack(Tag _tag, DashChangedAudienceOfSharedLinkToStackType dashChangedAudienceOfSharedLinkToStackValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyRemoveFoldersValue = governancePolicyRemoveFoldersValue; + result.dashChangedAudienceOfSharedLinkToStackValue = dashChangedAudienceOfSharedLinkToStackValue; return result; } /** * The type of the event with description. * - * @param governancePolicyReportCreatedValue (data_governance) Created a - * summary report for a policy. Must not be {@code null}. + * @param dashClonedStackValue (dash) Cloned stack. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyReportCreated(Tag _tag, GovernancePolicyReportCreatedType governancePolicyReportCreatedValue) { + private EventType withTagAndDashClonedStack(Tag _tag, DashClonedStackType dashClonedStackValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyReportCreatedValue = governancePolicyReportCreatedValue; + result.dashClonedStackValue = dashClonedStackValue; return result; } /** * The type of the event with description. * - * @param governancePolicyZipPartDownloadedValue (data_governance) - * Downloaded content from a policy. Must not be {@code null}. + * @param dashCreatedStackValue (dash) Created a stack. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGovernancePolicyZipPartDownloaded(Tag _tag, GovernancePolicyZipPartDownloadedType governancePolicyZipPartDownloadedValue) { + private EventType withTagAndDashCreatedStack(Tag _tag, DashCreatedStackType dashCreatedStackValue) { EventType result = new EventType(); result._tag = _tag; - result.governancePolicyZipPartDownloadedValue = governancePolicyZipPartDownloadedValue; + result.dashCreatedStackValue = dashCreatedStackValue; return result; } /** * The type of the event with description. * - * @param legalHoldsActivateAHoldValue (data_governance) Activated a hold. - * Must not be {@code null}. + * @param dashDeletedCommentFromStackValue (dash) Deleted a comment from a + * stack. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsActivateAHold(Tag _tag, LegalHoldsActivateAHoldType legalHoldsActivateAHoldValue) { + private EventType withTagAndDashDeletedCommentFromStack(Tag _tag, DashDeletedCommentFromStackType dashDeletedCommentFromStackValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsActivateAHoldValue = legalHoldsActivateAHoldValue; + result.dashDeletedCommentFromStackValue = dashDeletedCommentFromStackValue; return result; } /** * The type of the event with description. * - * @param legalHoldsAddMembersValue (data_governance) Added members to a - * hold. Must not be {@code null}. + * @param dashDeletedStackValue (dash) Deleted a stack. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsAddMembers(Tag _tag, LegalHoldsAddMembersType legalHoldsAddMembersValue) { + private EventType withTagAndDashDeletedStack(Tag _tag, DashDeletedStackType dashDeletedStackValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsAddMembersValue = legalHoldsAddMembersValue; + result.dashDeletedStackValue = dashDeletedStackValue; return result; } /** * The type of the event with description. * - * @param legalHoldsChangeHoldDetailsValue (data_governance) Edited details - * for a hold. Must not be {@code null}. + * @param dashEditedCommentInStackValue (dash) Edited a comment in a stack. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsChangeHoldDetails(Tag _tag, LegalHoldsChangeHoldDetailsType legalHoldsChangeHoldDetailsValue) { + private EventType withTagAndDashEditedCommentInStack(Tag _tag, DashEditedCommentInStackType dashEditedCommentInStackValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsChangeHoldDetailsValue = legalHoldsChangeHoldDetailsValue; + result.dashEditedCommentInStackValue = dashEditedCommentInStackValue; return result; } /** * The type of the event with description. * - * @param legalHoldsChangeHoldNameValue (data_governance) Renamed a hold. - * Must not be {@code null}. + * @param dashExternalUserOpenedStackValue (dash) External user opened a + * stack. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsChangeHoldName(Tag _tag, LegalHoldsChangeHoldNameType legalHoldsChangeHoldNameValue) { + private EventType withTagAndDashExternalUserOpenedStack(Tag _tag, DashExternalUserOpenedStackType dashExternalUserOpenedStackValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsChangeHoldNameValue = legalHoldsChangeHoldNameValue; + result.dashExternalUserOpenedStackValue = dashExternalUserOpenedStackValue; return result; } /** * The type of the event with description. * - * @param legalHoldsExportAHoldValue (data_governance) Exported hold. Must - * not be {@code null}. + * @param dashFirstLaunchedDesktopValue (dash) Opened the desktop app for + * the first time. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsExportAHold(Tag _tag, LegalHoldsExportAHoldType legalHoldsExportAHoldValue) { + private EventType withTagAndDashFirstLaunchedDesktop(Tag _tag, DashFirstLaunchedDesktopType dashFirstLaunchedDesktopValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsExportAHoldValue = legalHoldsExportAHoldValue; + result.dashFirstLaunchedDesktopValue = dashFirstLaunchedDesktopValue; return result; } /** * The type of the event with description. * - * @param legalHoldsExportCancelledValue (data_governance) Canceled export - * for a hold. Must not be {@code null}. + * @param dashFirstLaunchedExtensionValue (dash) Opened the extension for + * the first time. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsExportCancelled(Tag _tag, LegalHoldsExportCancelledType legalHoldsExportCancelledValue) { + private EventType withTagAndDashFirstLaunchedExtension(Tag _tag, DashFirstLaunchedExtensionType dashFirstLaunchedExtensionValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsExportCancelledValue = legalHoldsExportCancelledValue; + result.dashFirstLaunchedExtensionValue = dashFirstLaunchedExtensionValue; return result; } /** * The type of the event with description. * - * @param legalHoldsExportDownloadedValue (data_governance) Downloaded - * export for a hold. Must not be {@code null}. + * @param dashFirstLaunchedWebStartPageValue (dash) Opened the web Start + * Page for the first time. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsExportDownloaded(Tag _tag, LegalHoldsExportDownloadedType legalHoldsExportDownloadedValue) { + private EventType withTagAndDashFirstLaunchedWebStartPage(Tag _tag, DashFirstLaunchedWebStartPageType dashFirstLaunchedWebStartPageValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsExportDownloadedValue = legalHoldsExportDownloadedValue; + result.dashFirstLaunchedWebStartPageValue = dashFirstLaunchedWebStartPageValue; return result; } /** * The type of the event with description. * - * @param legalHoldsExportRemovedValue (data_governance) Removed export for - * a hold. Must not be {@code null}. + * @param dashOpenedSharedLinkToStackValue (dash) Checked access + * permissions to a stack. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsExportRemoved(Tag _tag, LegalHoldsExportRemovedType legalHoldsExportRemovedValue) { + private EventType withTagAndDashOpenedSharedLinkToStack(Tag _tag, DashOpenedSharedLinkToStackType dashOpenedSharedLinkToStackValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsExportRemovedValue = legalHoldsExportRemovedValue; + result.dashOpenedSharedLinkToStackValue = dashOpenedSharedLinkToStackValue; return result; } /** * The type of the event with description. * - * @param legalHoldsReleaseAHoldValue (data_governance) Released a hold. - * Must not be {@code null}. + * @param dashOpenedStackValue (dash) Opened a stack. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsReleaseAHold(Tag _tag, LegalHoldsReleaseAHoldType legalHoldsReleaseAHoldValue) { + private EventType withTagAndDashOpenedStack(Tag _tag, DashOpenedStackType dashOpenedStackValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsReleaseAHoldValue = legalHoldsReleaseAHoldValue; + result.dashOpenedStackValue = dashOpenedStackValue; return result; } /** * The type of the event with description. * - * @param legalHoldsRemoveMembersValue (data_governance) Removed members - * from a hold. Must not be {@code null}. + * @param dashPreviewOptOutStatusChangedValue (dash) Changed the preview + * opt-out status. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsRemoveMembers(Tag _tag, LegalHoldsRemoveMembersType legalHoldsRemoveMembersValue) { + private EventType withTagAndDashPreviewOptOutStatusChanged(Tag _tag, DashPreviewOptOutStatusChangedType dashPreviewOptOutStatusChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsRemoveMembersValue = legalHoldsRemoveMembersValue; + result.dashPreviewOptOutStatusChangedValue = dashPreviewOptOutStatusChangedValue; return result; } /** * The type of the event with description. * - * @param legalHoldsReportAHoldValue (data_governance) Created a summary - * report for a hold. Must not be {@code null}. + * @param dashRemovedConnectorValue (dash) Disconnected a user connector. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLegalHoldsReportAHold(Tag _tag, LegalHoldsReportAHoldType legalHoldsReportAHoldValue) { + private EventType withTagAndDashRemovedConnector(Tag _tag, DashRemovedConnectorType dashRemovedConnectorValue) { EventType result = new EventType(); result._tag = _tag; - result.legalHoldsReportAHoldValue = legalHoldsReportAHoldValue; + result.dashRemovedConnectorValue = dashRemovedConnectorValue; return result; } /** * The type of the event with description. * - * @param deviceChangeIpDesktopValue (devices) Changed IP address - * associated with active desktop session. Must not be {@code null}. + * @param dashRemovedLinkFromStackValue (dash) Removed a link from a stack. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceChangeIpDesktop(Tag _tag, DeviceChangeIpDesktopType deviceChangeIpDesktopValue) { + private EventType withTagAndDashRemovedLinkFromStack(Tag _tag, DashRemovedLinkFromStackType dashRemovedLinkFromStackValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceChangeIpDesktopValue = deviceChangeIpDesktopValue; + result.dashRemovedLinkFromStackValue = dashRemovedLinkFromStackValue; return result; } /** * The type of the event with description. * - * @param deviceChangeIpMobileValue (devices) Changed IP address associated - * with active mobile session. Must not be {@code null}. + * @param dashRemovedSharedLinkToStackValue (dash) Removed a shared link to + * a stack. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceChangeIpMobile(Tag _tag, DeviceChangeIpMobileType deviceChangeIpMobileValue) { + private EventType withTagAndDashRemovedSharedLinkToStack(Tag _tag, DashRemovedSharedLinkToStackType dashRemovedSharedLinkToStackValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceChangeIpMobileValue = deviceChangeIpMobileValue; + result.dashRemovedSharedLinkToStackValue = dashRemovedSharedLinkToStackValue; return result; } /** * The type of the event with description. * - * @param deviceChangeIpWebValue (devices) Changed IP address associated - * with active web session. Must not be {@code null}. + * @param dashRemovedTeamEmailDomainAllowlistValue (dash) Admin removed an + * email domain from the team allowlist. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceChangeIpWeb(Tag _tag, DeviceChangeIpWebType deviceChangeIpWebValue) { + private EventType withTagAndDashRemovedTeamEmailDomainAllowlist(Tag _tag, DashRemovedTeamEmailDomainAllowlistType dashRemovedTeamEmailDomainAllowlistValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceChangeIpWebValue = deviceChangeIpWebValue; + result.dashRemovedTeamEmailDomainAllowlistValue = dashRemovedTeamEmailDomainAllowlistValue; return result; } /** * The type of the event with description. * - * @param deviceDeleteOnUnlinkFailValue (devices) Failed to delete all - * files from unlinked device. Must not be {@code null}. + * @param dashRenamedStackValue (dash) Renamed a stack. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceDeleteOnUnlinkFail(Tag _tag, DeviceDeleteOnUnlinkFailType deviceDeleteOnUnlinkFailValue) { + private EventType withTagAndDashRenamedStack(Tag _tag, DashRenamedStackType dashRenamedStackValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceDeleteOnUnlinkFailValue = deviceDeleteOnUnlinkFailValue; + result.dashRenamedStackValue = dashRenamedStackValue; return result; } /** * The type of the event with description. * - * @param deviceDeleteOnUnlinkSuccessValue (devices) Deleted all files from - * unlinked device. Must not be {@code null}. + * @param dashSharedLinkToStackValue (dash) Shared a link to a stack. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceDeleteOnUnlinkSuccess(Tag _tag, DeviceDeleteOnUnlinkSuccessType deviceDeleteOnUnlinkSuccessValue) { + private EventType withTagAndDashSharedLinkToStack(Tag _tag, DashSharedLinkToStackType dashSharedLinkToStackValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceDeleteOnUnlinkSuccessValue = deviceDeleteOnUnlinkSuccessValue; + result.dashSharedLinkToStackValue = dashSharedLinkToStackValue; return result; } /** * The type of the event with description. * - * @param deviceLinkFailValue (devices) Failed to link device. Must not be + * @param dashUnarchivedStackValue (dash) Unarchived a stack. Must not be * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceLinkFail(Tag _tag, DeviceLinkFailType deviceLinkFailValue) { + private EventType withTagAndDashUnarchivedStack(Tag _tag, DashUnarchivedStackType dashUnarchivedStackValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceLinkFailValue = deviceLinkFailValue; + result.dashUnarchivedStackValue = dashUnarchivedStackValue; return result; } /** * The type of the event with description. * - * @param deviceLinkSuccessValue (devices) Linked device. Must not be - * {@code null}. + * @param dashViewedCompanyStackValue (dash) Member viewed a company stack. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceLinkSuccess(Tag _tag, DeviceLinkSuccessType deviceLinkSuccessValue) { + private EventType withTagAndDashViewedCompanyStack(Tag _tag, DashViewedCompanyStackType dashViewedCompanyStackValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceLinkSuccessValue = deviceLinkSuccessValue; + result.dashViewedCompanyStackValue = dashViewedCompanyStackValue; return result; } /** * The type of the event with description. * - * @param deviceManagementDisabledValue (devices) Disabled device - * management (deprecated, no longer logged). Must not be {@code null}. + * @param dashViewedExternalAiActivityReportValue (dash) Admin viewed the + * external AI activity report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceManagementDisabled(Tag _tag, DeviceManagementDisabledType deviceManagementDisabledValue) { + private EventType withTagAndDashViewedExternalAiActivityReport(Tag _tag, DashViewedExternalAiActivityReportType dashViewedExternalAiActivityReportValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceManagementDisabledValue = deviceManagementDisabledValue; + result.dashViewedExternalAiActivityReportValue = dashViewedExternalAiActivityReportValue; return result; } /** * The type of the event with description. * - * @param deviceManagementEnabledValue (devices) Enabled device management - * (deprecated, no longer logged). Must not be {@code null}. + * @param governancePolicyAddFoldersValue (data_governance) Added folders + * to policy. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceManagementEnabled(Tag _tag, DeviceManagementEnabledType deviceManagementEnabledValue) { + private EventType withTagAndGovernancePolicyAddFolders(Tag _tag, GovernancePolicyAddFoldersType governancePolicyAddFoldersValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceManagementEnabledValue = deviceManagementEnabledValue; + result.governancePolicyAddFoldersValue = governancePolicyAddFoldersValue; return result; } /** * The type of the event with description. * - * @param deviceSyncBackupStatusChangedValue (devices) Enabled/disabled - * backup for computer. Must not be {@code null}. + * @param governancePolicyAddFolderFailedValue (data_governance) Couldn't + * add a folder to a policy. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceSyncBackupStatusChanged(Tag _tag, DeviceSyncBackupStatusChangedType deviceSyncBackupStatusChangedValue) { + private EventType withTagAndGovernancePolicyAddFolderFailed(Tag _tag, GovernancePolicyAddFolderFailedType governancePolicyAddFolderFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceSyncBackupStatusChangedValue = deviceSyncBackupStatusChangedValue; + result.governancePolicyAddFolderFailedValue = governancePolicyAddFolderFailedValue; return result; } /** * The type of the event with description. * - * @param deviceUnlinkValue (devices) Disconnected device. Must not be - * {@code null}. + * @param governancePolicyContentDisposedValue (data_governance) Content + * disposed. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceUnlink(Tag _tag, DeviceUnlinkType deviceUnlinkValue) { + private EventType withTagAndGovernancePolicyContentDisposed(Tag _tag, GovernancePolicyContentDisposedType governancePolicyContentDisposedValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceUnlinkValue = deviceUnlinkValue; + result.governancePolicyContentDisposedValue = governancePolicyContentDisposedValue; return result; } /** * The type of the event with description. * - * @param dropboxPasswordsExportedValue (devices) Exported passwords. Must - * not be {@code null}. + * @param governancePolicyCreateValue (data_governance) Activated a new + * policy. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDropboxPasswordsExported(Tag _tag, DropboxPasswordsExportedType dropboxPasswordsExportedValue) { + private EventType withTagAndGovernancePolicyCreate(Tag _tag, GovernancePolicyCreateType governancePolicyCreateValue) { EventType result = new EventType(); result._tag = _tag; - result.dropboxPasswordsExportedValue = dropboxPasswordsExportedValue; + result.governancePolicyCreateValue = governancePolicyCreateValue; return result; } /** * The type of the event with description. * - * @param dropboxPasswordsNewDeviceEnrolledValue (devices) Enrolled new - * Dropbox Passwords device. Must not be {@code null}. + * @param governancePolicyDeleteValue (data_governance) Deleted a policy. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDropboxPasswordsNewDeviceEnrolled(Tag _tag, DropboxPasswordsNewDeviceEnrolledType dropboxPasswordsNewDeviceEnrolledValue) { + private EventType withTagAndGovernancePolicyDelete(Tag _tag, GovernancePolicyDeleteType governancePolicyDeleteValue) { EventType result = new EventType(); result._tag = _tag; - result.dropboxPasswordsNewDeviceEnrolledValue = dropboxPasswordsNewDeviceEnrolledValue; + result.governancePolicyDeleteValue = governancePolicyDeleteValue; return result; } /** * The type of the event with description. * - * @param emmRefreshAuthTokenValue (devices) Refreshed auth token used for - * setting up EMM. Must not be {@code null}. + * @param governancePolicyEditDetailsValue (data_governance) Edited policy. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEmmRefreshAuthToken(Tag _tag, EmmRefreshAuthTokenType emmRefreshAuthTokenValue) { + private EventType withTagAndGovernancePolicyEditDetails(Tag _tag, GovernancePolicyEditDetailsType governancePolicyEditDetailsValue) { EventType result = new EventType(); result._tag = _tag; - result.emmRefreshAuthTokenValue = emmRefreshAuthTokenValue; + result.governancePolicyEditDetailsValue = governancePolicyEditDetailsValue; return result; } /** * The type of the event with description. * - * @param externalDriveBackupEligibilityStatusCheckedValue (devices) - * Checked external drive backup eligibility status. Must not be {@code - * null}. + * @param governancePolicyEditDurationValue (data_governance) Changed + * policy duration. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndExternalDriveBackupEligibilityStatusChecked(Tag _tag, ExternalDriveBackupEligibilityStatusCheckedType externalDriveBackupEligibilityStatusCheckedValue) { + private EventType withTagAndGovernancePolicyEditDuration(Tag _tag, GovernancePolicyEditDurationType governancePolicyEditDurationValue) { EventType result = new EventType(); result._tag = _tag; - result.externalDriveBackupEligibilityStatusCheckedValue = externalDriveBackupEligibilityStatusCheckedValue; + result.governancePolicyEditDurationValue = governancePolicyEditDurationValue; return result; } /** * The type of the event with description. * - * @param externalDriveBackupStatusChangedValue (devices) Modified external - * drive backup. Must not be {@code null}. + * @param governancePolicyExportCreatedValue (data_governance) Created a + * policy download. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndExternalDriveBackupStatusChanged(Tag _tag, ExternalDriveBackupStatusChangedType externalDriveBackupStatusChangedValue) { + private EventType withTagAndGovernancePolicyExportCreated(Tag _tag, GovernancePolicyExportCreatedType governancePolicyExportCreatedValue) { EventType result = new EventType(); result._tag = _tag; - result.externalDriveBackupStatusChangedValue = externalDriveBackupStatusChangedValue; + result.governancePolicyExportCreatedValue = governancePolicyExportCreatedValue; return result; } /** * The type of the event with description. * - * @param accountCaptureChangeAvailabilityValue (domains) Granted/revoked - * option to enable account capture on team domains. Must not be {@code - * null}. + * @param governancePolicyExportRemovedValue (data_governance) Removed a + * policy download. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndAccountCaptureChangeAvailability(Tag _tag, AccountCaptureChangeAvailabilityType accountCaptureChangeAvailabilityValue) { + private EventType withTagAndGovernancePolicyExportRemoved(Tag _tag, GovernancePolicyExportRemovedType governancePolicyExportRemovedValue) { EventType result = new EventType(); result._tag = _tag; - result.accountCaptureChangeAvailabilityValue = accountCaptureChangeAvailabilityValue; + result.governancePolicyExportRemovedValue = governancePolicyExportRemovedValue; return result; } /** * The type of the event with description. * - * @param accountCaptureMigrateAccountValue (domains) Account-captured user - * migrated account to team. Must not be {@code null}. + * @param governancePolicyRemoveFoldersValue (data_governance) Removed + * folders from policy. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndAccountCaptureMigrateAccount(Tag _tag, AccountCaptureMigrateAccountType accountCaptureMigrateAccountValue) { + private EventType withTagAndGovernancePolicyRemoveFolders(Tag _tag, GovernancePolicyRemoveFoldersType governancePolicyRemoveFoldersValue) { EventType result = new EventType(); result._tag = _tag; - result.accountCaptureMigrateAccountValue = accountCaptureMigrateAccountValue; + result.governancePolicyRemoveFoldersValue = governancePolicyRemoveFoldersValue; return result; } /** * The type of the event with description. * - * @param accountCaptureNotificationEmailsSentValue (domains) Sent account - * capture email to all unmanaged members. Must not be {@code null}. + * @param governancePolicyReportCreatedValue (data_governance) Created a + * summary report for a policy. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndAccountCaptureNotificationEmailsSent(Tag _tag, AccountCaptureNotificationEmailsSentType accountCaptureNotificationEmailsSentValue) { + private EventType withTagAndGovernancePolicyReportCreated(Tag _tag, GovernancePolicyReportCreatedType governancePolicyReportCreatedValue) { EventType result = new EventType(); result._tag = _tag; - result.accountCaptureNotificationEmailsSentValue = accountCaptureNotificationEmailsSentValue; + result.governancePolicyReportCreatedValue = governancePolicyReportCreatedValue; return result; } /** * The type of the event with description. * - * @param accountCaptureRelinquishAccountValue (domains) Account-captured - * user changed account email to personal email. Must not be {@code - * null}. + * @param governancePolicyZipPartDownloadedValue (data_governance) + * Downloaded content from a policy. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndAccountCaptureRelinquishAccount(Tag _tag, AccountCaptureRelinquishAccountType accountCaptureRelinquishAccountValue) { + private EventType withTagAndGovernancePolicyZipPartDownloaded(Tag _tag, GovernancePolicyZipPartDownloadedType governancePolicyZipPartDownloadedValue) { EventType result = new EventType(); result._tag = _tag; - result.accountCaptureRelinquishAccountValue = accountCaptureRelinquishAccountValue; + result.governancePolicyZipPartDownloadedValue = governancePolicyZipPartDownloadedValue; return result; } /** * The type of the event with description. * - * @param disabledDomainInvitesValue (domains) Disabled domain invites - * (deprecated, no longer logged). Must not be {@code null}. + * @param legalHoldsActivateAHoldValue (data_governance) Activated a hold. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDisabledDomainInvites(Tag _tag, DisabledDomainInvitesType disabledDomainInvitesValue) { + private EventType withTagAndLegalHoldsActivateAHold(Tag _tag, LegalHoldsActivateAHoldType legalHoldsActivateAHoldValue) { EventType result = new EventType(); result._tag = _tag; - result.disabledDomainInvitesValue = disabledDomainInvitesValue; + result.legalHoldsActivateAHoldValue = legalHoldsActivateAHoldValue; return result; } /** * The type of the event with description. * - * @param domainInvitesApproveRequestToJoinTeamValue (domains) Approved - * user's request to join team. Must not be {@code null}. + * @param legalHoldsAddMembersValue (data_governance) Added members to a + * hold. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDomainInvitesApproveRequestToJoinTeam(Tag _tag, DomainInvitesApproveRequestToJoinTeamType domainInvitesApproveRequestToJoinTeamValue) { + private EventType withTagAndLegalHoldsAddMembers(Tag _tag, LegalHoldsAddMembersType legalHoldsAddMembersValue) { EventType result = new EventType(); result._tag = _tag; - result.domainInvitesApproveRequestToJoinTeamValue = domainInvitesApproveRequestToJoinTeamValue; + result.legalHoldsAddMembersValue = legalHoldsAddMembersValue; return result; } /** * The type of the event with description. * - * @param domainInvitesDeclineRequestToJoinTeamValue (domains) Declined - * user's request to join team. Must not be {@code null}. + * @param legalHoldsChangeHoldDetailsValue (data_governance) Edited details + * for a hold. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDomainInvitesDeclineRequestToJoinTeam(Tag _tag, DomainInvitesDeclineRequestToJoinTeamType domainInvitesDeclineRequestToJoinTeamValue) { + private EventType withTagAndLegalHoldsChangeHoldDetails(Tag _tag, LegalHoldsChangeHoldDetailsType legalHoldsChangeHoldDetailsValue) { EventType result = new EventType(); result._tag = _tag; - result.domainInvitesDeclineRequestToJoinTeamValue = domainInvitesDeclineRequestToJoinTeamValue; + result.legalHoldsChangeHoldDetailsValue = legalHoldsChangeHoldDetailsValue; return result; } /** * The type of the event with description. * - * @param domainInvitesEmailExistingUsersValue (domains) Sent domain - * invites to existing domain accounts (deprecated, no longer logged). + * @param legalHoldsChangeHoldNameValue (data_governance) Renamed a hold. * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDomainInvitesEmailExistingUsers(Tag _tag, DomainInvitesEmailExistingUsersType domainInvitesEmailExistingUsersValue) { + private EventType withTagAndLegalHoldsChangeHoldName(Tag _tag, LegalHoldsChangeHoldNameType legalHoldsChangeHoldNameValue) { EventType result = new EventType(); result._tag = _tag; - result.domainInvitesEmailExistingUsersValue = domainInvitesEmailExistingUsersValue; + result.legalHoldsChangeHoldNameValue = legalHoldsChangeHoldNameValue; return result; } /** * The type of the event with description. * - * @param domainInvitesRequestToJoinTeamValue (domains) Requested to join - * team. Must not be {@code null}. + * @param legalHoldsExportAHoldValue (data_governance) Exported hold. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDomainInvitesRequestToJoinTeam(Tag _tag, DomainInvitesRequestToJoinTeamType domainInvitesRequestToJoinTeamValue) { + private EventType withTagAndLegalHoldsExportAHold(Tag _tag, LegalHoldsExportAHoldType legalHoldsExportAHoldValue) { EventType result = new EventType(); result._tag = _tag; - result.domainInvitesRequestToJoinTeamValue = domainInvitesRequestToJoinTeamValue; + result.legalHoldsExportAHoldValue = legalHoldsExportAHoldValue; return result; } /** * The type of the event with description. * - * @param domainInvitesSetInviteNewUserPrefToNoValue (domains) Disabled - * "Automatically invite new users" (deprecated, no longer logged). Must - * not be {@code null}. + * @param legalHoldsExportCancelledValue (data_governance) Canceled export + * for a hold. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDomainInvitesSetInviteNewUserPrefToNo(Tag _tag, DomainInvitesSetInviteNewUserPrefToNoType domainInvitesSetInviteNewUserPrefToNoValue) { + private EventType withTagAndLegalHoldsExportCancelled(Tag _tag, LegalHoldsExportCancelledType legalHoldsExportCancelledValue) { EventType result = new EventType(); result._tag = _tag; - result.domainInvitesSetInviteNewUserPrefToNoValue = domainInvitesSetInviteNewUserPrefToNoValue; + result.legalHoldsExportCancelledValue = legalHoldsExportCancelledValue; return result; } /** * The type of the event with description. * - * @param domainInvitesSetInviteNewUserPrefToYesValue (domains) Enabled - * "Automatically invite new users" (deprecated, no longer logged). Must - * not be {@code null}. + * @param legalHoldsExportDownloadedValue (data_governance) Downloaded + * export for a hold. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDomainInvitesSetInviteNewUserPrefToYes(Tag _tag, DomainInvitesSetInviteNewUserPrefToYesType domainInvitesSetInviteNewUserPrefToYesValue) { + private EventType withTagAndLegalHoldsExportDownloaded(Tag _tag, LegalHoldsExportDownloadedType legalHoldsExportDownloadedValue) { EventType result = new EventType(); result._tag = _tag; - result.domainInvitesSetInviteNewUserPrefToYesValue = domainInvitesSetInviteNewUserPrefToYesValue; + result.legalHoldsExportDownloadedValue = legalHoldsExportDownloadedValue; return result; } /** * The type of the event with description. * - * @param domainVerificationAddDomainFailValue (domains) Failed to verify - * team domain. Must not be {@code null}. + * @param legalHoldsExportRemovedValue (data_governance) Removed export for + * a hold. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDomainVerificationAddDomainFail(Tag _tag, DomainVerificationAddDomainFailType domainVerificationAddDomainFailValue) { + private EventType withTagAndLegalHoldsExportRemoved(Tag _tag, LegalHoldsExportRemovedType legalHoldsExportRemovedValue) { EventType result = new EventType(); result._tag = _tag; - result.domainVerificationAddDomainFailValue = domainVerificationAddDomainFailValue; + result.legalHoldsExportRemovedValue = legalHoldsExportRemovedValue; return result; } /** * The type of the event with description. * - * @param domainVerificationAddDomainSuccessValue (domains) Verified team - * domain. Must not be {@code null}. + * @param legalHoldsReleaseAHoldValue (data_governance) Released a hold. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDomainVerificationAddDomainSuccess(Tag _tag, DomainVerificationAddDomainSuccessType domainVerificationAddDomainSuccessValue) { + private EventType withTagAndLegalHoldsReleaseAHold(Tag _tag, LegalHoldsReleaseAHoldType legalHoldsReleaseAHoldValue) { EventType result = new EventType(); result._tag = _tag; - result.domainVerificationAddDomainSuccessValue = domainVerificationAddDomainSuccessValue; + result.legalHoldsReleaseAHoldValue = legalHoldsReleaseAHoldValue; return result; } /** * The type of the event with description. * - * @param domainVerificationRemoveDomainValue (domains) Removed domain from - * list of verified team domains. Must not be {@code null}. + * @param legalHoldsRemoveMembersValue (data_governance) Removed members + * from a hold. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDomainVerificationRemoveDomain(Tag _tag, DomainVerificationRemoveDomainType domainVerificationRemoveDomainValue) { + private EventType withTagAndLegalHoldsRemoveMembers(Tag _tag, LegalHoldsRemoveMembersType legalHoldsRemoveMembersValue) { EventType result = new EventType(); result._tag = _tag; - result.domainVerificationRemoveDomainValue = domainVerificationRemoveDomainValue; + result.legalHoldsRemoveMembersValue = legalHoldsRemoveMembersValue; return result; } /** * The type of the event with description. * - * @param enabledDomainInvitesValue (domains) Enabled domain invites - * (deprecated, no longer logged). Must not be {@code null}. + * @param legalHoldsReportAHoldValue (data_governance) Created a summary + * report for a hold. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEnabledDomainInvites(Tag _tag, EnabledDomainInvitesType enabledDomainInvitesValue) { + private EventType withTagAndLegalHoldsReportAHold(Tag _tag, LegalHoldsReportAHoldType legalHoldsReportAHoldValue) { EventType result = new EventType(); result._tag = _tag; - result.enabledDomainInvitesValue = enabledDomainInvitesValue; + result.legalHoldsReportAHoldValue = legalHoldsReportAHoldValue; return result; } /** * The type of the event with description. * - * @param teamEncryptionKeyCancelKeyDeletionValue (encryption) Canceled - * team encryption key deletion. Must not be {@code null}. + * @param deviceChangeIpDesktopValue (devices) Changed IP address + * associated with active desktop session. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamEncryptionKeyCancelKeyDeletion(Tag _tag, TeamEncryptionKeyCancelKeyDeletionType teamEncryptionKeyCancelKeyDeletionValue) { + private EventType withTagAndDeviceChangeIpDesktop(Tag _tag, DeviceChangeIpDesktopType deviceChangeIpDesktopValue) { EventType result = new EventType(); result._tag = _tag; - result.teamEncryptionKeyCancelKeyDeletionValue = teamEncryptionKeyCancelKeyDeletionValue; + result.deviceChangeIpDesktopValue = deviceChangeIpDesktopValue; return result; } /** * The type of the event with description. * - * @param teamEncryptionKeyCreateKeyValue (encryption) Created team - * encryption key. Must not be {@code null}. + * @param deviceChangeIpMobileValue (devices) Changed IP address associated + * with active mobile session. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamEncryptionKeyCreateKey(Tag _tag, TeamEncryptionKeyCreateKeyType teamEncryptionKeyCreateKeyValue) { + private EventType withTagAndDeviceChangeIpMobile(Tag _tag, DeviceChangeIpMobileType deviceChangeIpMobileValue) { EventType result = new EventType(); result._tag = _tag; - result.teamEncryptionKeyCreateKeyValue = teamEncryptionKeyCreateKeyValue; + result.deviceChangeIpMobileValue = deviceChangeIpMobileValue; return result; } /** * The type of the event with description. * - * @param teamEncryptionKeyDeleteKeyValue (encryption) Deleted team - * encryption key. Must not be {@code null}. + * @param deviceChangeIpWebValue (devices) Changed IP address associated + * with active web session. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamEncryptionKeyDeleteKey(Tag _tag, TeamEncryptionKeyDeleteKeyType teamEncryptionKeyDeleteKeyValue) { + private EventType withTagAndDeviceChangeIpWeb(Tag _tag, DeviceChangeIpWebType deviceChangeIpWebValue) { EventType result = new EventType(); result._tag = _tag; - result.teamEncryptionKeyDeleteKeyValue = teamEncryptionKeyDeleteKeyValue; + result.deviceChangeIpWebValue = deviceChangeIpWebValue; return result; } /** * The type of the event with description. * - * @param teamEncryptionKeyDisableKeyValue (encryption) Disabled team - * encryption key. Must not be {@code null}. + * @param deviceDeleteOnUnlinkFailValue (devices) Failed to delete all + * files from unlinked device. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamEncryptionKeyDisableKey(Tag _tag, TeamEncryptionKeyDisableKeyType teamEncryptionKeyDisableKeyValue) { + private EventType withTagAndDeviceDeleteOnUnlinkFail(Tag _tag, DeviceDeleteOnUnlinkFailType deviceDeleteOnUnlinkFailValue) { EventType result = new EventType(); result._tag = _tag; - result.teamEncryptionKeyDisableKeyValue = teamEncryptionKeyDisableKeyValue; + result.deviceDeleteOnUnlinkFailValue = deviceDeleteOnUnlinkFailValue; return result; } /** * The type of the event with description. * - * @param teamEncryptionKeyEnableKeyValue (encryption) Enabled team - * encryption key. Must not be {@code null}. + * @param deviceDeleteOnUnlinkSuccessValue (devices) Deleted all files from + * unlinked device. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamEncryptionKeyEnableKey(Tag _tag, TeamEncryptionKeyEnableKeyType teamEncryptionKeyEnableKeyValue) { + private EventType withTagAndDeviceDeleteOnUnlinkSuccess(Tag _tag, DeviceDeleteOnUnlinkSuccessType deviceDeleteOnUnlinkSuccessValue) { EventType result = new EventType(); result._tag = _tag; - result.teamEncryptionKeyEnableKeyValue = teamEncryptionKeyEnableKeyValue; + result.deviceDeleteOnUnlinkSuccessValue = deviceDeleteOnUnlinkSuccessValue; return result; } /** * The type of the event with description. * - * @param teamEncryptionKeyRotateKeyValue (encryption) Rotated team - * encryption key (deprecated, no longer logged). Must not be {@code - * null}. + * @param deviceLinkFailValue (devices) Failed to link device. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamEncryptionKeyRotateKey(Tag _tag, TeamEncryptionKeyRotateKeyType teamEncryptionKeyRotateKeyValue) { + private EventType withTagAndDeviceLinkFail(Tag _tag, DeviceLinkFailType deviceLinkFailValue) { EventType result = new EventType(); result._tag = _tag; - result.teamEncryptionKeyRotateKeyValue = teamEncryptionKeyRotateKeyValue; + result.deviceLinkFailValue = deviceLinkFailValue; return result; } /** * The type of the event with description. * - * @param teamEncryptionKeyScheduleKeyDeletionValue (encryption) Scheduled - * encryption key deletion. Must not be {@code null}. + * @param deviceLinkSuccessValue (devices) Linked device. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamEncryptionKeyScheduleKeyDeletion(Tag _tag, TeamEncryptionKeyScheduleKeyDeletionType teamEncryptionKeyScheduleKeyDeletionValue) { + private EventType withTagAndDeviceLinkSuccess(Tag _tag, DeviceLinkSuccessType deviceLinkSuccessValue) { EventType result = new EventType(); result._tag = _tag; - result.teamEncryptionKeyScheduleKeyDeletionValue = teamEncryptionKeyScheduleKeyDeletionValue; + result.deviceLinkSuccessValue = deviceLinkSuccessValue; return result; } /** * The type of the event with description. * - * @param applyNamingConventionValue (file_operations) Applied naming - * convention. Must not be {@code null}. + * @param deviceManagementDisabledValue (devices) Disabled device + * management (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndApplyNamingConvention(Tag _tag, ApplyNamingConventionType applyNamingConventionValue) { + private EventType withTagAndDeviceManagementDisabled(Tag _tag, DeviceManagementDisabledType deviceManagementDisabledValue) { EventType result = new EventType(); result._tag = _tag; - result.applyNamingConventionValue = applyNamingConventionValue; + result.deviceManagementDisabledValue = deviceManagementDisabledValue; return result; } /** * The type of the event with description. * - * @param createFolderValue (file_operations) Created folders (deprecated, - * no longer logged). Must not be {@code null}. + * @param deviceManagementEnabledValue (devices) Enabled device management + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndCreateFolder(Tag _tag, CreateFolderType createFolderValue) { + private EventType withTagAndDeviceManagementEnabled(Tag _tag, DeviceManagementEnabledType deviceManagementEnabledValue) { EventType result = new EventType(); result._tag = _tag; - result.createFolderValue = createFolderValue; + result.deviceManagementEnabledValue = deviceManagementEnabledValue; return result; } /** * The type of the event with description. * - * @param fileAddValue (file_operations) Added files and/or folders. Must - * not be {@code null}. + * @param deviceSyncBackupStatusChangedValue (devices) Enabled/disabled + * backup for computer. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileAdd(Tag _tag, FileAddType fileAddValue) { + private EventType withTagAndDeviceSyncBackupStatusChanged(Tag _tag, DeviceSyncBackupStatusChangedType deviceSyncBackupStatusChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.fileAddValue = fileAddValue; + result.deviceSyncBackupStatusChangedValue = deviceSyncBackupStatusChangedValue; return result; } /** * The type of the event with description. * - * @param fileAddFromAutomationValue (file_operations) Added files and/or - * folders from automation. Must not be {@code null}. + * @param deviceUnlinkValue (devices) Disconnected device. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileAddFromAutomation(Tag _tag, FileAddFromAutomationType fileAddFromAutomationValue) { + private EventType withTagAndDeviceUnlink(Tag _tag, DeviceUnlinkType deviceUnlinkValue) { EventType result = new EventType(); result._tag = _tag; - result.fileAddFromAutomationValue = fileAddFromAutomationValue; + result.deviceUnlinkValue = deviceUnlinkValue; return result; } /** * The type of the event with description. * - * @param fileCopyValue (file_operations) Copied files and/or folders. Must + * @param dropboxPasswordsExportedValue (devices) Exported passwords. Must * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileCopy(Tag _tag, FileCopyType fileCopyValue) { + private EventType withTagAndDropboxPasswordsExported(Tag _tag, DropboxPasswordsExportedType dropboxPasswordsExportedValue) { EventType result = new EventType(); result._tag = _tag; - result.fileCopyValue = fileCopyValue; + result.dropboxPasswordsExportedValue = dropboxPasswordsExportedValue; return result; } /** * The type of the event with description. * - * @param fileDeleteValue (file_operations) Deleted files and/or folders. - * Must not be {@code null}. + * @param dropboxPasswordsNewDeviceEnrolledValue (devices) Enrolled new + * Dropbox Passwords device. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileDelete(Tag _tag, FileDeleteType fileDeleteValue) { + private EventType withTagAndDropboxPasswordsNewDeviceEnrolled(Tag _tag, DropboxPasswordsNewDeviceEnrolledType dropboxPasswordsNewDeviceEnrolledValue) { EventType result = new EventType(); result._tag = _tag; - result.fileDeleteValue = fileDeleteValue; + result.dropboxPasswordsNewDeviceEnrolledValue = dropboxPasswordsNewDeviceEnrolledValue; return result; } /** * The type of the event with description. * - * @param fileDownloadValue (file_operations) Downloaded files and/or - * folders. Must not be {@code null}. + * @param emmRefreshAuthTokenValue (devices) Refreshed auth token used for + * setting up EMM. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileDownload(Tag _tag, FileDownloadType fileDownloadValue) { + private EventType withTagAndEmmRefreshAuthToken(Tag _tag, EmmRefreshAuthTokenType emmRefreshAuthTokenValue) { EventType result = new EventType(); result._tag = _tag; - result.fileDownloadValue = fileDownloadValue; + result.emmRefreshAuthTokenValue = emmRefreshAuthTokenValue; return result; } /** * The type of the event with description. * - * @param fileEditValue (file_operations) Edited files. Must not be {@code + * @param externalDriveBackupEligibilityStatusCheckedValue (devices) + * Checked external drive backup eligibility status. Must not be {@code * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileEdit(Tag _tag, FileEditType fileEditValue) { + private EventType withTagAndExternalDriveBackupEligibilityStatusChecked(Tag _tag, ExternalDriveBackupEligibilityStatusCheckedType externalDriveBackupEligibilityStatusCheckedValue) { EventType result = new EventType(); result._tag = _tag; - result.fileEditValue = fileEditValue; + result.externalDriveBackupEligibilityStatusCheckedValue = externalDriveBackupEligibilityStatusCheckedValue; return result; } /** * The type of the event with description. * - * @param fileGetCopyReferenceValue (file_operations) Created copy - * reference to file/folder. Must not be {@code null}. + * @param externalDriveBackupStatusChangedValue (devices) Modified external + * drive backup. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileGetCopyReference(Tag _tag, FileGetCopyReferenceType fileGetCopyReferenceValue) { + private EventType withTagAndExternalDriveBackupStatusChanged(Tag _tag, ExternalDriveBackupStatusChangedType externalDriveBackupStatusChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.fileGetCopyReferenceValue = fileGetCopyReferenceValue; + result.externalDriveBackupStatusChangedValue = externalDriveBackupStatusChangedValue; return result; } /** * The type of the event with description. * - * @param fileLockingLockStatusChangedValue (file_operations) - * Locked/unlocked editing for a file. Must not be {@code null}. + * @param accountCaptureChangeAvailabilityValue (domains) Granted/revoked + * option to enable account capture on team domains. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileLockingLockStatusChanged(Tag _tag, FileLockingLockStatusChangedType fileLockingLockStatusChangedValue) { + private EventType withTagAndAccountCaptureChangeAvailability(Tag _tag, AccountCaptureChangeAvailabilityType accountCaptureChangeAvailabilityValue) { EventType result = new EventType(); result._tag = _tag; - result.fileLockingLockStatusChangedValue = fileLockingLockStatusChangedValue; + result.accountCaptureChangeAvailabilityValue = accountCaptureChangeAvailabilityValue; return result; } /** * The type of the event with description. * - * @param fileMoveValue (file_operations) Moved files and/or folders. Must - * not be {@code null}. + * @param accountCaptureMigrateAccountValue (domains) Account-captured user + * migrated account to team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileMove(Tag _tag, FileMoveType fileMoveValue) { + private EventType withTagAndAccountCaptureMigrateAccount(Tag _tag, AccountCaptureMigrateAccountType accountCaptureMigrateAccountValue) { EventType result = new EventType(); result._tag = _tag; - result.fileMoveValue = fileMoveValue; + result.accountCaptureMigrateAccountValue = accountCaptureMigrateAccountValue; return result; } /** * The type of the event with description. * - * @param filePermanentlyDeleteValue (file_operations) Permanently deleted - * files and/or folders. Must not be {@code null}. + * @param accountCaptureNotificationEmailsSentValue (domains) Sent account + * capture email to all unmanaged members. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFilePermanentlyDelete(Tag _tag, FilePermanentlyDeleteType filePermanentlyDeleteValue) { + private EventType withTagAndAccountCaptureNotificationEmailsSent(Tag _tag, AccountCaptureNotificationEmailsSentType accountCaptureNotificationEmailsSentValue) { EventType result = new EventType(); result._tag = _tag; - result.filePermanentlyDeleteValue = filePermanentlyDeleteValue; + result.accountCaptureNotificationEmailsSentValue = accountCaptureNotificationEmailsSentValue; return result; } /** * The type of the event with description. * - * @param filePreviewValue (file_operations) Previewed files and/or - * folders. Must not be {@code null}. + * @param accountCaptureRelinquishAccountValue (domains) Account-captured + * user changed account email to personal email. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFilePreview(Tag _tag, FilePreviewType filePreviewValue) { + private EventType withTagAndAccountCaptureRelinquishAccount(Tag _tag, AccountCaptureRelinquishAccountType accountCaptureRelinquishAccountValue) { EventType result = new EventType(); result._tag = _tag; - result.filePreviewValue = filePreviewValue; + result.accountCaptureRelinquishAccountValue = accountCaptureRelinquishAccountValue; return result; } /** * The type of the event with description. * - * @param fileRenameValue (file_operations) Renamed files and/or folders. - * Must not be {@code null}. + * @param disabledDomainInvitesValue (domains) Disabled domain invites + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRename(Tag _tag, FileRenameType fileRenameValue) { + private EventType withTagAndDisabledDomainInvites(Tag _tag, DisabledDomainInvitesType disabledDomainInvitesValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRenameValue = fileRenameValue; + result.disabledDomainInvitesValue = disabledDomainInvitesValue; return result; } /** * The type of the event with description. * - * @param fileRestoreValue (file_operations) Restored deleted files and/or - * folders. Must not be {@code null}. + * @param domainInvitesApproveRequestToJoinTeamValue (domains) Approved + * user's request to join team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRestore(Tag _tag, FileRestoreType fileRestoreValue) { + private EventType withTagAndDomainInvitesApproveRequestToJoinTeam(Tag _tag, DomainInvitesApproveRequestToJoinTeamType domainInvitesApproveRequestToJoinTeamValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRestoreValue = fileRestoreValue; + result.domainInvitesApproveRequestToJoinTeamValue = domainInvitesApproveRequestToJoinTeamValue; return result; } /** * The type of the event with description. * - * @param fileRevertValue (file_operations) Reverted files to previous - * version. Must not be {@code null}. + * @param domainInvitesDeclineRequestToJoinTeamValue (domains) Declined + * user's request to join team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRevert(Tag _tag, FileRevertType fileRevertValue) { + private EventType withTagAndDomainInvitesDeclineRequestToJoinTeam(Tag _tag, DomainInvitesDeclineRequestToJoinTeamType domainInvitesDeclineRequestToJoinTeamValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRevertValue = fileRevertValue; + result.domainInvitesDeclineRequestToJoinTeamValue = domainInvitesDeclineRequestToJoinTeamValue; return result; } /** * The type of the event with description. * - * @param fileRollbackChangesValue (file_operations) Rolled back file - * actions. Must not be {@code null}. + * @param domainInvitesEmailExistingUsersValue (domains) Sent domain + * invites to existing domain accounts (deprecated, no longer logged). + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRollbackChanges(Tag _tag, FileRollbackChangesType fileRollbackChangesValue) { + private EventType withTagAndDomainInvitesEmailExistingUsers(Tag _tag, DomainInvitesEmailExistingUsersType domainInvitesEmailExistingUsersValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRollbackChangesValue = fileRollbackChangesValue; + result.domainInvitesEmailExistingUsersValue = domainInvitesEmailExistingUsersValue; return result; } /** * The type of the event with description. * - * @param fileSaveCopyReferenceValue (file_operations) Saved file/folder - * using copy reference. Must not be {@code null}. + * @param domainInvitesRequestToJoinTeamValue (domains) Requested to join + * team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileSaveCopyReference(Tag _tag, FileSaveCopyReferenceType fileSaveCopyReferenceValue) { + private EventType withTagAndDomainInvitesRequestToJoinTeam(Tag _tag, DomainInvitesRequestToJoinTeamType domainInvitesRequestToJoinTeamValue) { EventType result = new EventType(); result._tag = _tag; - result.fileSaveCopyReferenceValue = fileSaveCopyReferenceValue; + result.domainInvitesRequestToJoinTeamValue = domainInvitesRequestToJoinTeamValue; return result; } /** * The type of the event with description. * - * @param folderOverviewDescriptionChangedValue (file_operations) Updated - * folder overview. Must not be {@code null}. + * @param domainInvitesSetInviteNewUserPrefToNoValue (domains) Disabled + * "Automatically invite new users" (deprecated, no longer logged). Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFolderOverviewDescriptionChanged(Tag _tag, FolderOverviewDescriptionChangedType folderOverviewDescriptionChangedValue) { + private EventType withTagAndDomainInvitesSetInviteNewUserPrefToNo(Tag _tag, DomainInvitesSetInviteNewUserPrefToNoType domainInvitesSetInviteNewUserPrefToNoValue) { EventType result = new EventType(); result._tag = _tag; - result.folderOverviewDescriptionChangedValue = folderOverviewDescriptionChangedValue; + result.domainInvitesSetInviteNewUserPrefToNoValue = domainInvitesSetInviteNewUserPrefToNoValue; return result; } /** * The type of the event with description. * - * @param folderOverviewItemPinnedValue (file_operations) Pinned item to - * folder overview. Must not be {@code null}. + * @param domainInvitesSetInviteNewUserPrefToYesValue (domains) Enabled + * "Automatically invite new users" (deprecated, no longer logged). Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFolderOverviewItemPinned(Tag _tag, FolderOverviewItemPinnedType folderOverviewItemPinnedValue) { + private EventType withTagAndDomainInvitesSetInviteNewUserPrefToYes(Tag _tag, DomainInvitesSetInviteNewUserPrefToYesType domainInvitesSetInviteNewUserPrefToYesValue) { EventType result = new EventType(); result._tag = _tag; - result.folderOverviewItemPinnedValue = folderOverviewItemPinnedValue; + result.domainInvitesSetInviteNewUserPrefToYesValue = domainInvitesSetInviteNewUserPrefToYesValue; return result; } /** * The type of the event with description. * - * @param folderOverviewItemUnpinnedValue (file_operations) Unpinned item - * from folder overview. Must not be {@code null}. + * @param domainVerificationAddDomainFailValue (domains) Failed to verify + * team domain. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFolderOverviewItemUnpinned(Tag _tag, FolderOverviewItemUnpinnedType folderOverviewItemUnpinnedValue) { + private EventType withTagAndDomainVerificationAddDomainFail(Tag _tag, DomainVerificationAddDomainFailType domainVerificationAddDomainFailValue) { EventType result = new EventType(); result._tag = _tag; - result.folderOverviewItemUnpinnedValue = folderOverviewItemUnpinnedValue; + result.domainVerificationAddDomainFailValue = domainVerificationAddDomainFailValue; return result; } /** * The type of the event with description. * - * @param objectLabelAddedValue (file_operations) Added a label. Must not - * be {@code null}. + * @param domainVerificationAddDomainSuccessValue (domains) Verified team + * domain. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndObjectLabelAdded(Tag _tag, ObjectLabelAddedType objectLabelAddedValue) { + private EventType withTagAndDomainVerificationAddDomainSuccess(Tag _tag, DomainVerificationAddDomainSuccessType domainVerificationAddDomainSuccessValue) { EventType result = new EventType(); result._tag = _tag; - result.objectLabelAddedValue = objectLabelAddedValue; + result.domainVerificationAddDomainSuccessValue = domainVerificationAddDomainSuccessValue; return result; } /** * The type of the event with description. * - * @param objectLabelRemovedValue (file_operations) Removed a label. Must - * not be {@code null}. + * @param domainVerificationRemoveDomainValue (domains) Removed domain from + * list of verified team domains. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndObjectLabelRemoved(Tag _tag, ObjectLabelRemovedType objectLabelRemovedValue) { + private EventType withTagAndDomainVerificationRemoveDomain(Tag _tag, DomainVerificationRemoveDomainType domainVerificationRemoveDomainValue) { EventType result = new EventType(); result._tag = _tag; - result.objectLabelRemovedValue = objectLabelRemovedValue; + result.domainVerificationRemoveDomainValue = domainVerificationRemoveDomainValue; return result; } /** * The type of the event with description. * - * @param objectLabelUpdatedValueValue (file_operations) Updated a label's - * value. Must not be {@code null}. + * @param enabledDomainInvitesValue (domains) Enabled domain invites + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndObjectLabelUpdatedValue(Tag _tag, ObjectLabelUpdatedValueType objectLabelUpdatedValueValue) { + private EventType withTagAndEnabledDomainInvites(Tag _tag, EnabledDomainInvitesType enabledDomainInvitesValue) { EventType result = new EventType(); result._tag = _tag; - result.objectLabelUpdatedValueValue = objectLabelUpdatedValueValue; + result.enabledDomainInvitesValue = enabledDomainInvitesValue; return result; } /** * The type of the event with description. * - * @param organizeFolderWithTidyValue (file_operations) Organized a folder - * with multi-file organize. Must not be {@code null}. + * @param encryptedFolderCancelTeamKeyRotationValue (encryption) Canceled + * team key rotation. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndOrganizeFolderWithTidy(Tag _tag, OrganizeFolderWithTidyType organizeFolderWithTidyValue) { + private EventType withTagAndEncryptedFolderCancelTeamKeyRotation(Tag _tag, EncryptedFolderCancelTeamKeyRotationType encryptedFolderCancelTeamKeyRotationValue) { EventType result = new EventType(); result._tag = _tag; - result.organizeFolderWithTidyValue = organizeFolderWithTidyValue; + result.encryptedFolderCancelTeamKeyRotationValue = encryptedFolderCancelTeamKeyRotationValue; return result; } /** * The type of the event with description. * - * @param replayFileDeleteValue (file_operations) Deleted files in Replay. - * Must not be {@code null}. + * @param encryptedFolderEnrollBackupKeyValue (encryption) Added recovery + * key. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndReplayFileDelete(Tag _tag, ReplayFileDeleteType replayFileDeleteValue) { + private EventType withTagAndEncryptedFolderEnrollBackupKey(Tag _tag, EncryptedFolderEnrollBackupKeyType encryptedFolderEnrollBackupKeyValue) { EventType result = new EventType(); result._tag = _tag; - result.replayFileDeleteValue = replayFileDeleteValue; + result.encryptedFolderEnrollBackupKeyValue = encryptedFolderEnrollBackupKeyValue; return result; } /** * The type of the event with description. * - * @param rewindFolderValue (file_operations) Rewound a folder. Must not be - * {@code null}. + * @param encryptedFolderEnrollClientValue (encryption) Enrolled device. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndRewindFolder(Tag _tag, RewindFolderType rewindFolderValue) { + private EventType withTagAndEncryptedFolderEnrollClient(Tag _tag, EncryptedFolderEnrollClientType encryptedFolderEnrollClientValue) { EventType result = new EventType(); result._tag = _tag; - result.rewindFolderValue = rewindFolderValue; + result.encryptedFolderEnrollClientValue = encryptedFolderEnrollClientValue; return result; } /** * The type of the event with description. * - * @param undoNamingConventionValue (file_operations) Reverted naming - * convention. Must not be {@code null}. + * @param encryptedFolderEnrollTeamValue (encryption) Activated team folder + * encryption. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndUndoNamingConvention(Tag _tag, UndoNamingConventionType undoNamingConventionValue) { + private EventType withTagAndEncryptedFolderEnrollTeam(Tag _tag, EncryptedFolderEnrollTeamType encryptedFolderEnrollTeamValue) { EventType result = new EventType(); result._tag = _tag; - result.undoNamingConventionValue = undoNamingConventionValue; + result.encryptedFolderEnrollTeamValue = encryptedFolderEnrollTeamValue; return result; } /** * The type of the event with description. * - * @param undoOrganizeFolderWithTidyValue (file_operations) Removed - * multi-file organize. Must not be {@code null}. + * @param encryptedFolderFinishTeamUnenrollmentValue (encryption) + * Deactivated team folder encryption. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndUndoOrganizeFolderWithTidy(Tag _tag, UndoOrganizeFolderWithTidyType undoOrganizeFolderWithTidyValue) { + private EventType withTagAndEncryptedFolderFinishTeamUnenrollment(Tag _tag, EncryptedFolderFinishTeamUnenrollmentType encryptedFolderFinishTeamUnenrollmentValue) { EventType result = new EventType(); result._tag = _tag; - result.undoOrganizeFolderWithTidyValue = undoOrganizeFolderWithTidyValue; + result.encryptedFolderFinishTeamUnenrollmentValue = encryptedFolderFinishTeamUnenrollmentValue; return result; } /** * The type of the event with description. * - * @param userTagsAddedValue (file_operations) Tagged a file. Must not be - * {@code null}. + * @param encryptedFolderInitTeamKeyRotationValue (encryption) Initiated + * team key rotation. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndUserTagsAdded(Tag _tag, UserTagsAddedType userTagsAddedValue) { + private EventType withTagAndEncryptedFolderInitTeamKeyRotation(Tag _tag, EncryptedFolderInitTeamKeyRotationType encryptedFolderInitTeamKeyRotationValue) { EventType result = new EventType(); result._tag = _tag; - result.userTagsAddedValue = userTagsAddedValue; + result.encryptedFolderInitTeamKeyRotationValue = encryptedFolderInitTeamKeyRotationValue; return result; } /** * The type of the event with description. * - * @param userTagsRemovedValue (file_operations) Removed tags. Must not be - * {@code null}. + * @param encryptedFolderInitTeamUnenrollmentValue (encryption) Initiated + * deactivation of team folder encryption. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndUserTagsRemoved(Tag _tag, UserTagsRemovedType userTagsRemovedValue) { + private EventType withTagAndEncryptedFolderInitTeamUnenrollment(Tag _tag, EncryptedFolderInitTeamUnenrollmentType encryptedFolderInitTeamUnenrollmentValue) { EventType result = new EventType(); result._tag = _tag; - result.userTagsRemovedValue = userTagsRemovedValue; + result.encryptedFolderInitTeamUnenrollmentValue = encryptedFolderInitTeamUnenrollmentValue; return result; } /** * The type of the event with description. * - * @param emailIngestReceiveFileValue (file_requests) Received files via - * Email to Dropbox. Must not be {@code null}. + * @param encryptedFolderRemoveBackupKeyValue (encryption) Removed recovery + * key. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEmailIngestReceiveFile(Tag _tag, EmailIngestReceiveFileType emailIngestReceiveFileValue) { + private EventType withTagAndEncryptedFolderRemoveBackupKey(Tag _tag, EncryptedFolderRemoveBackupKeyType encryptedFolderRemoveBackupKeyValue) { EventType result = new EventType(); result._tag = _tag; - result.emailIngestReceiveFileValue = emailIngestReceiveFileValue; + result.encryptedFolderRemoveBackupKeyValue = encryptedFolderRemoveBackupKeyValue; return result; } /** * The type of the event with description. * - * @param fileRequestChangeValue (file_requests) Changed file request. Must - * not be {@code null}. + * @param encryptedFolderRotateTeamKeyValue (encryption) Rotated team key. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRequestChange(Tag _tag, FileRequestChangeType fileRequestChangeValue) { + private EventType withTagAndEncryptedFolderRotateTeamKey(Tag _tag, EncryptedFolderRotateTeamKeyType encryptedFolderRotateTeamKeyValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRequestChangeValue = fileRequestChangeValue; + result.encryptedFolderRotateTeamKeyValue = encryptedFolderRotateTeamKeyValue; return result; } /** * The type of the event with description. * - * @param fileRequestCloseValue (file_requests) Closed file request. Must - * not be {@code null}. + * @param encryptedFolderUnenrollClientValue (encryption) Unenrolled + * device. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRequestClose(Tag _tag, FileRequestCloseType fileRequestCloseValue) { + private EventType withTagAndEncryptedFolderUnenrollClient(Tag _tag, EncryptedFolderUnenrollClientType encryptedFolderUnenrollClientValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRequestCloseValue = fileRequestCloseValue; + result.encryptedFolderUnenrollClientValue = encryptedFolderUnenrollClientValue; return result; } /** * The type of the event with description. * - * @param fileRequestCreateValue (file_requests) Created file request. Must - * not be {@code null}. + * @param teamEncryptionKeyActivateKeyValue (encryption) Activated team + * encryption key. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRequestCreate(Tag _tag, FileRequestCreateType fileRequestCreateValue) { + private EventType withTagAndTeamEncryptionKeyActivateKey(Tag _tag, TeamEncryptionKeyActivateKeyType teamEncryptionKeyActivateKeyValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRequestCreateValue = fileRequestCreateValue; + result.teamEncryptionKeyActivateKeyValue = teamEncryptionKeyActivateKeyValue; return result; } /** * The type of the event with description. * - * @param fileRequestDeleteValue (file_requests) Delete file request. Must - * not be {@code null}. + * @param teamEncryptionKeyCancelKeyDeletionValue (encryption) Canceled + * team encryption key deletion. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRequestDelete(Tag _tag, FileRequestDeleteType fileRequestDeleteValue) { + private EventType withTagAndTeamEncryptionKeyCancelKeyDeletion(Tag _tag, TeamEncryptionKeyCancelKeyDeletionType teamEncryptionKeyCancelKeyDeletionValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRequestDeleteValue = fileRequestDeleteValue; + result.teamEncryptionKeyCancelKeyDeletionValue = teamEncryptionKeyCancelKeyDeletionValue; return result; } /** * The type of the event with description. * - * @param fileRequestReceiveFileValue (file_requests) Received files for - * file request. Must not be {@code null}. + * @param teamEncryptionKeyCreateKeyValue (encryption) Created team + * encryption key. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRequestReceiveFile(Tag _tag, FileRequestReceiveFileType fileRequestReceiveFileValue) { + private EventType withTagAndTeamEncryptionKeyCreateKey(Tag _tag, TeamEncryptionKeyCreateKeyType teamEncryptionKeyCreateKeyValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRequestReceiveFileValue = fileRequestReceiveFileValue; + result.teamEncryptionKeyCreateKeyValue = teamEncryptionKeyCreateKeyValue; return result; } /** * The type of the event with description. * - * @param groupAddExternalIdValue (groups) Added external ID for group. - * Must not be {@code null}. + * @param teamEncryptionKeyDeactivateKeyValue (encryption) Deactivated team + * encryption key. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupAddExternalId(Tag _tag, GroupAddExternalIdType groupAddExternalIdValue) { + private EventType withTagAndTeamEncryptionKeyDeactivateKey(Tag _tag, TeamEncryptionKeyDeactivateKeyType teamEncryptionKeyDeactivateKeyValue) { EventType result = new EventType(); result._tag = _tag; - result.groupAddExternalIdValue = groupAddExternalIdValue; + result.teamEncryptionKeyDeactivateKeyValue = teamEncryptionKeyDeactivateKeyValue; return result; } /** * The type of the event with description. * - * @param groupAddMemberValue (groups) Added team members to group. Must - * not be {@code null}. + * @param teamEncryptionKeyDeleteKeyValue (encryption) Deleted team + * encryption key. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupAddMember(Tag _tag, GroupAddMemberType groupAddMemberValue) { + private EventType withTagAndTeamEncryptionKeyDeleteKey(Tag _tag, TeamEncryptionKeyDeleteKeyType teamEncryptionKeyDeleteKeyValue) { EventType result = new EventType(); result._tag = _tag; - result.groupAddMemberValue = groupAddMemberValue; + result.teamEncryptionKeyDeleteKeyValue = teamEncryptionKeyDeleteKeyValue; return result; } /** * The type of the event with description. * - * @param groupChangeExternalIdValue (groups) Changed external ID for - * group. Must not be {@code null}. + * @param teamEncryptionKeyDisableKeyValue (encryption) Disabled team + * encryption key. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupChangeExternalId(Tag _tag, GroupChangeExternalIdType groupChangeExternalIdValue) { + private EventType withTagAndTeamEncryptionKeyDisableKey(Tag _tag, TeamEncryptionKeyDisableKeyType teamEncryptionKeyDisableKeyValue) { EventType result = new EventType(); result._tag = _tag; - result.groupChangeExternalIdValue = groupChangeExternalIdValue; + result.teamEncryptionKeyDisableKeyValue = teamEncryptionKeyDisableKeyValue; return result; } /** * The type of the event with description. * - * @param groupChangeManagementTypeValue (groups) Changed group management - * type. Must not be {@code null}. + * @param teamEncryptionKeyEnableKeyValue (encryption) Enabled team + * encryption key. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupChangeManagementType(Tag _tag, GroupChangeManagementTypeType groupChangeManagementTypeValue) { + private EventType withTagAndTeamEncryptionKeyEnableKey(Tag _tag, TeamEncryptionKeyEnableKeyType teamEncryptionKeyEnableKeyValue) { EventType result = new EventType(); result._tag = _tag; - result.groupChangeManagementTypeValue = groupChangeManagementTypeValue; + result.teamEncryptionKeyEnableKeyValue = teamEncryptionKeyEnableKeyValue; return result; } /** * The type of the event with description. * - * @param groupChangeMemberRoleValue (groups) Changed manager permissions - * of group member. Must not be {@code null}. + * @param teamEncryptionKeyRotateKeyValue (encryption) Rotated team + * encryption key (deprecated, no longer logged). Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupChangeMemberRole(Tag _tag, GroupChangeMemberRoleType groupChangeMemberRoleValue) { + private EventType withTagAndTeamEncryptionKeyRotateKey(Tag _tag, TeamEncryptionKeyRotateKeyType teamEncryptionKeyRotateKeyValue) { EventType result = new EventType(); result._tag = _tag; - result.groupChangeMemberRoleValue = groupChangeMemberRoleValue; + result.teamEncryptionKeyRotateKeyValue = teamEncryptionKeyRotateKeyValue; return result; } /** * The type of the event with description. * - * @param groupCreateValue (groups) Created group. Must not be {@code - * null}. + * @param teamEncryptionKeyScheduleKeyDeletionValue (encryption) Scheduled + * encryption key deletion. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupCreate(Tag _tag, GroupCreateType groupCreateValue) { + private EventType withTagAndTeamEncryptionKeyScheduleKeyDeletion(Tag _tag, TeamEncryptionKeyScheduleKeyDeletionType teamEncryptionKeyScheduleKeyDeletionValue) { EventType result = new EventType(); result._tag = _tag; - result.groupCreateValue = groupCreateValue; + result.teamEncryptionKeyScheduleKeyDeletionValue = teamEncryptionKeyScheduleKeyDeletionValue; return result; } /** * The type of the event with description. * - * @param groupDeleteValue (groups) Deleted group. Must not be {@code - * null}. + * @param applyNamingConventionValue (file_operations) Applied naming + * convention. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupDelete(Tag _tag, GroupDeleteType groupDeleteValue) { + private EventType withTagAndApplyNamingConvention(Tag _tag, ApplyNamingConventionType applyNamingConventionValue) { EventType result = new EventType(); result._tag = _tag; - result.groupDeleteValue = groupDeleteValue; + result.applyNamingConventionValue = applyNamingConventionValue; return result; } /** * The type of the event with description. * - * @param groupDescriptionUpdatedValue (groups) Updated group (deprecated, + * @param createFolderValue (file_operations) Created folders (deprecated, * no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupDescriptionUpdated(Tag _tag, GroupDescriptionUpdatedType groupDescriptionUpdatedValue) { + private EventType withTagAndCreateFolder(Tag _tag, CreateFolderType createFolderValue) { EventType result = new EventType(); result._tag = _tag; - result.groupDescriptionUpdatedValue = groupDescriptionUpdatedValue; + result.createFolderValue = createFolderValue; return result; } /** * The type of the event with description. * - * @param groupJoinPolicyUpdatedValue (groups) Updated group join policy - * (deprecated, no longer logged). Must not be {@code null}. + * @param fileAddValue (file_operations) Added files and/or folders. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupJoinPolicyUpdated(Tag _tag, GroupJoinPolicyUpdatedType groupJoinPolicyUpdatedValue) { + private EventType withTagAndFileAdd(Tag _tag, FileAddType fileAddValue) { EventType result = new EventType(); result._tag = _tag; - result.groupJoinPolicyUpdatedValue = groupJoinPolicyUpdatedValue; + result.fileAddValue = fileAddValue; return result; } /** * The type of the event with description. * - * @param groupMovedValue (groups) Moved group (deprecated, no longer - * logged). Must not be {@code null}. + * @param fileAddFromAutomationValue (file_operations) Added files and/or + * folders from automation. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupMoved(Tag _tag, GroupMovedType groupMovedValue) { + private EventType withTagAndFileAddFromAutomation(Tag _tag, FileAddFromAutomationType fileAddFromAutomationValue) { EventType result = new EventType(); result._tag = _tag; - result.groupMovedValue = groupMovedValue; + result.fileAddFromAutomationValue = fileAddFromAutomationValue; return result; } /** * The type of the event with description. * - * @param groupRemoveExternalIdValue (groups) Removed external ID for - * group. Must not be {@code null}. + * @param fileCopyValue (file_operations) Copied files and/or folders. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupRemoveExternalId(Tag _tag, GroupRemoveExternalIdType groupRemoveExternalIdValue) { + private EventType withTagAndFileCopy(Tag _tag, FileCopyType fileCopyValue) { EventType result = new EventType(); result._tag = _tag; - result.groupRemoveExternalIdValue = groupRemoveExternalIdValue; + result.fileCopyValue = fileCopyValue; return result; } /** * The type of the event with description. * - * @param groupRemoveMemberValue (groups) Removed team members from group. + * @param fileDeleteValue (file_operations) Deleted files and/or folders. * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupRemoveMember(Tag _tag, GroupRemoveMemberType groupRemoveMemberValue) { + private EventType withTagAndFileDelete(Tag _tag, FileDeleteType fileDeleteValue) { EventType result = new EventType(); result._tag = _tag; - result.groupRemoveMemberValue = groupRemoveMemberValue; + result.fileDeleteValue = fileDeleteValue; return result; } /** * The type of the event with description. * - * @param groupRenameValue (groups) Renamed group. Must not be {@code - * null}. + * @param fileDownloadValue (file_operations) Downloaded files and/or + * folders. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupRename(Tag _tag, GroupRenameType groupRenameValue) { + private EventType withTagAndFileDownload(Tag _tag, FileDownloadType fileDownloadValue) { EventType result = new EventType(); result._tag = _tag; - result.groupRenameValue = groupRenameValue; + result.fileDownloadValue = fileDownloadValue; return result; } /** * The type of the event with description. * - * @param accountLockOrUnlockedValue (logins) Unlocked/locked account after - * failed sign in attempts. Must not be {@code null}. + * @param fileEditValue (file_operations) Edited files. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndAccountLockOrUnlocked(Tag _tag, AccountLockOrUnlockedType accountLockOrUnlockedValue) { + private EventType withTagAndFileEdit(Tag _tag, FileEditType fileEditValue) { EventType result = new EventType(); result._tag = _tag; - result.accountLockOrUnlockedValue = accountLockOrUnlockedValue; + result.fileEditValue = fileEditValue; return result; } /** * The type of the event with description. * - * @param emmErrorValue (logins) Failed to sign in via EMM (deprecated, - * replaced by 'Failed to sign in'). Must not be {@code null}. + * @param fileGetCopyReferenceValue (file_operations) Created copy + * reference to file/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEmmError(Tag _tag, EmmErrorType emmErrorValue) { + private EventType withTagAndFileGetCopyReference(Tag _tag, FileGetCopyReferenceType fileGetCopyReferenceValue) { EventType result = new EventType(); result._tag = _tag; - result.emmErrorValue = emmErrorValue; + result.fileGetCopyReferenceValue = fileGetCopyReferenceValue; return result; } /** * The type of the event with description. * - * @param guestAdminSignedInViaTrustedTeamsValue (logins) Started trusted - * team admin session. Must not be {@code null}. + * @param fileLockingLockStatusChangedValue (file_operations) + * Locked/unlocked editing for a file. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGuestAdminSignedInViaTrustedTeams(Tag _tag, GuestAdminSignedInViaTrustedTeamsType guestAdminSignedInViaTrustedTeamsValue) { + private EventType withTagAndFileLockingLockStatusChanged(Tag _tag, FileLockingLockStatusChangedType fileLockingLockStatusChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.guestAdminSignedInViaTrustedTeamsValue = guestAdminSignedInViaTrustedTeamsValue; + result.fileLockingLockStatusChangedValue = fileLockingLockStatusChangedValue; return result; } /** * The type of the event with description. * - * @param guestAdminSignedOutViaTrustedTeamsValue (logins) Ended trusted - * team admin session. Must not be {@code null}. + * @param fileMoveValue (file_operations) Moved files and/or folders. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGuestAdminSignedOutViaTrustedTeams(Tag _tag, GuestAdminSignedOutViaTrustedTeamsType guestAdminSignedOutViaTrustedTeamsValue) { + private EventType withTagAndFileMove(Tag _tag, FileMoveType fileMoveValue) { EventType result = new EventType(); result._tag = _tag; - result.guestAdminSignedOutViaTrustedTeamsValue = guestAdminSignedOutViaTrustedTeamsValue; + result.fileMoveValue = fileMoveValue; return result; } /** * The type of the event with description. * - * @param loginFailValue (logins) Failed to sign in. Must not be {@code - * null}. + * @param filePermanentlyDeleteValue (file_operations) Permanently deleted + * files and/or folders. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLoginFail(Tag _tag, LoginFailType loginFailValue) { + private EventType withTagAndFilePermanentlyDelete(Tag _tag, FilePermanentlyDeleteType filePermanentlyDeleteValue) { EventType result = new EventType(); result._tag = _tag; - result.loginFailValue = loginFailValue; + result.filePermanentlyDeleteValue = filePermanentlyDeleteValue; return result; } /** * The type of the event with description. * - * @param loginSuccessValue (logins) Signed in. Must not be {@code null}. + * @param filePreviewValue (file_operations) Previewed files and/or + * folders. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLoginSuccess(Tag _tag, LoginSuccessType loginSuccessValue) { + private EventType withTagAndFilePreview(Tag _tag, FilePreviewType filePreviewValue) { EventType result = new EventType(); result._tag = _tag; - result.loginSuccessValue = loginSuccessValue; + result.filePreviewValue = filePreviewValue; return result; } /** * The type of the event with description. * - * @param logoutValue (logins) Signed out. Must not be {@code null}. + * @param fileRenameValue (file_operations) Renamed files and/or folders. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndLogout(Tag _tag, LogoutType logoutValue) { + private EventType withTagAndFileRename(Tag _tag, FileRenameType fileRenameValue) { EventType result = new EventType(); result._tag = _tag; - result.logoutValue = logoutValue; + result.fileRenameValue = fileRenameValue; return result; } /** * The type of the event with description. * - * @param resellerSupportSessionEndValue (logins) Ended reseller support - * session. Must not be {@code null}. + * @param fileRestoreValue (file_operations) Restored deleted files and/or + * folders. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndResellerSupportSessionEnd(Tag _tag, ResellerSupportSessionEndType resellerSupportSessionEndValue) { + private EventType withTagAndFileRestore(Tag _tag, FileRestoreType fileRestoreValue) { EventType result = new EventType(); result._tag = _tag; - result.resellerSupportSessionEndValue = resellerSupportSessionEndValue; + result.fileRestoreValue = fileRestoreValue; return result; } /** * The type of the event with description. * - * @param resellerSupportSessionStartValue (logins) Started reseller - * support session. Must not be {@code null}. + * @param fileRevertValue (file_operations) Reverted files to previous + * version. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndResellerSupportSessionStart(Tag _tag, ResellerSupportSessionStartType resellerSupportSessionStartValue) { + private EventType withTagAndFileRevert(Tag _tag, FileRevertType fileRevertValue) { EventType result = new EventType(); result._tag = _tag; - result.resellerSupportSessionStartValue = resellerSupportSessionStartValue; + result.fileRevertValue = fileRevertValue; return result; } /** * The type of the event with description. * - * @param signInAsSessionEndValue (logins) Ended admin sign-in-as session. - * Must not be {@code null}. + * @param fileRollbackChangesValue (file_operations) Rolled back file + * actions. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSignInAsSessionEnd(Tag _tag, SignInAsSessionEndType signInAsSessionEndValue) { + private EventType withTagAndFileRollbackChanges(Tag _tag, FileRollbackChangesType fileRollbackChangesValue) { EventType result = new EventType(); result._tag = _tag; - result.signInAsSessionEndValue = signInAsSessionEndValue; + result.fileRollbackChangesValue = fileRollbackChangesValue; return result; } /** * The type of the event with description. * - * @param signInAsSessionStartValue (logins) Started admin sign-in-as - * session. Must not be {@code null}. + * @param fileSaveCopyReferenceValue (file_operations) Saved file/folder + * using copy reference. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSignInAsSessionStart(Tag _tag, SignInAsSessionStartType signInAsSessionStartValue) { + private EventType withTagAndFileSaveCopyReference(Tag _tag, FileSaveCopyReferenceType fileSaveCopyReferenceValue) { EventType result = new EventType(); result._tag = _tag; - result.signInAsSessionStartValue = signInAsSessionStartValue; + result.fileSaveCopyReferenceValue = fileSaveCopyReferenceValue; return result; } /** * The type of the event with description. * - * @param ssoErrorValue (logins) Failed to sign in via SSO (deprecated, - * replaced by 'Failed to sign in'). Must not be {@code null}. - * @param _tag Discriminating tag for this instance. + * @param folderOverviewDescriptionChangedValue (file_operations) Updated + * folder overview. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoError(Tag _tag, SsoErrorType ssoErrorValue) { + private EventType withTagAndFolderOverviewDescriptionChanged(Tag _tag, FolderOverviewDescriptionChangedType folderOverviewDescriptionChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoErrorValue = ssoErrorValue; + result.folderOverviewDescriptionChangedValue = folderOverviewDescriptionChangedValue; return result; } /** * The type of the event with description. * - * @param backupAdminInvitationSentValue (members) Invited members to - * activate Backup. Must not be {@code null}. + * @param folderOverviewItemPinnedValue (file_operations) Pinned item to + * folder overview. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndBackupAdminInvitationSent(Tag _tag, BackupAdminInvitationSentType backupAdminInvitationSentValue) { + private EventType withTagAndFolderOverviewItemPinned(Tag _tag, FolderOverviewItemPinnedType folderOverviewItemPinnedValue) { EventType result = new EventType(); result._tag = _tag; - result.backupAdminInvitationSentValue = backupAdminInvitationSentValue; + result.folderOverviewItemPinnedValue = folderOverviewItemPinnedValue; return result; } /** * The type of the event with description. * - * @param backupInvitationOpenedValue (members) Opened Backup invite. Must - * not be {@code null}. + * @param folderOverviewItemUnpinnedValue (file_operations) Unpinned item + * from folder overview. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndBackupInvitationOpened(Tag _tag, BackupInvitationOpenedType backupInvitationOpenedValue) { + private EventType withTagAndFolderOverviewItemUnpinned(Tag _tag, FolderOverviewItemUnpinnedType folderOverviewItemUnpinnedValue) { EventType result = new EventType(); result._tag = _tag; - result.backupInvitationOpenedValue = backupInvitationOpenedValue; + result.folderOverviewItemUnpinnedValue = folderOverviewItemUnpinnedValue; return result; } /** * The type of the event with description. * - * @param createTeamInviteLinkValue (members) Created team invite link. - * Must not be {@code null}. + * @param objectLabelAddedValue (file_operations) Added a label. Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndCreateTeamInviteLink(Tag _tag, CreateTeamInviteLinkType createTeamInviteLinkValue) { + private EventType withTagAndObjectLabelAdded(Tag _tag, ObjectLabelAddedType objectLabelAddedValue) { EventType result = new EventType(); result._tag = _tag; - result.createTeamInviteLinkValue = createTeamInviteLinkValue; + result.objectLabelAddedValue = objectLabelAddedValue; return result; } /** * The type of the event with description. * - * @param deleteTeamInviteLinkValue (members) Deleted team invite link. - * Must not be {@code null}. + * @param objectLabelRemovedValue (file_operations) Removed a label. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeleteTeamInviteLink(Tag _tag, DeleteTeamInviteLinkType deleteTeamInviteLinkValue) { + private EventType withTagAndObjectLabelRemoved(Tag _tag, ObjectLabelRemovedType objectLabelRemovedValue) { EventType result = new EventType(); result._tag = _tag; - result.deleteTeamInviteLinkValue = deleteTeamInviteLinkValue; + result.objectLabelRemovedValue = objectLabelRemovedValue; return result; } /** * The type of the event with description. * - * @param memberAddExternalIdValue (members) Added an external ID for team - * member. Must not be {@code null}. + * @param objectLabelUpdatedValueValue (file_operations) Updated a label's + * value. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberAddExternalId(Tag _tag, MemberAddExternalIdType memberAddExternalIdValue) { + private EventType withTagAndObjectLabelUpdatedValue(Tag _tag, ObjectLabelUpdatedValueType objectLabelUpdatedValueValue) { EventType result = new EventType(); result._tag = _tag; - result.memberAddExternalIdValue = memberAddExternalIdValue; + result.objectLabelUpdatedValueValue = objectLabelUpdatedValueValue; return result; } /** * The type of the event with description. * - * @param memberAddNameValue (members) Added team member name. Must not be - * {@code null}. + * @param organizeFolderWithTidyValue (file_operations) Organized a folder + * with multi-file organize. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberAddName(Tag _tag, MemberAddNameType memberAddNameValue) { + private EventType withTagAndOrganizeFolderWithTidy(Tag _tag, OrganizeFolderWithTidyType organizeFolderWithTidyValue) { EventType result = new EventType(); result._tag = _tag; - result.memberAddNameValue = memberAddNameValue; + result.organizeFolderWithTidyValue = organizeFolderWithTidyValue; return result; } /** * The type of the event with description. * - * @param memberChangeAdminRoleValue (members) Changed team member admin - * role. Must not be {@code null}. + * @param replayFileDeleteValue (file_operations) Deleted files in Replay. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberChangeAdminRole(Tag _tag, MemberChangeAdminRoleType memberChangeAdminRoleValue) { + private EventType withTagAndReplayFileDelete(Tag _tag, ReplayFileDeleteType replayFileDeleteValue) { EventType result = new EventType(); result._tag = _tag; - result.memberChangeAdminRoleValue = memberChangeAdminRoleValue; + result.replayFileDeleteValue = replayFileDeleteValue; return result; } /** * The type of the event with description. * - * @param memberChangeEmailValue (members) Changed team member email. Must - * not be {@code null}. + * @param replayFileDownloadedValue (file_operations) Downloaded files in + * Replay. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberChangeEmail(Tag _tag, MemberChangeEmailType memberChangeEmailValue) { + private EventType withTagAndReplayFileDownloaded(Tag _tag, ReplayFileDownloadedType replayFileDownloadedValue) { EventType result = new EventType(); result._tag = _tag; - result.memberChangeEmailValue = memberChangeEmailValue; + result.replayFileDownloadedValue = replayFileDownloadedValue; return result; } /** * The type of the event with description. * - * @param memberChangeExternalIdValue (members) Changed the external ID for - * team member. Must not be {@code null}. + * @param replayTeamProjectCreatedValue (file_operations) Created a team + * project in Replay. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberChangeExternalId(Tag _tag, MemberChangeExternalIdType memberChangeExternalIdValue) { + private EventType withTagAndReplayTeamProjectCreated(Tag _tag, ReplayTeamProjectCreatedType replayTeamProjectCreatedValue) { EventType result = new EventType(); result._tag = _tag; - result.memberChangeExternalIdValue = memberChangeExternalIdValue; + result.replayTeamProjectCreatedValue = replayTeamProjectCreatedValue; return result; } /** * The type of the event with description. * - * @param memberChangeMembershipTypeValue (members) Changed membership type - * (limited/full) of member (deprecated, no longer logged). Must not be + * @param rewindFolderValue (file_operations) Rewound a folder. Must not be * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberChangeMembershipType(Tag _tag, MemberChangeMembershipTypeType memberChangeMembershipTypeValue) { + private EventType withTagAndRewindFolder(Tag _tag, RewindFolderType rewindFolderValue) { EventType result = new EventType(); result._tag = _tag; - result.memberChangeMembershipTypeValue = memberChangeMembershipTypeValue; + result.rewindFolderValue = rewindFolderValue; return result; } /** * The type of the event with description. * - * @param memberChangeNameValue (members) Changed team member name. Must - * not be {@code null}. + * @param undoNamingConventionValue (file_operations) Reverted naming + * convention. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberChangeName(Tag _tag, MemberChangeNameType memberChangeNameValue) { + private EventType withTagAndUndoNamingConvention(Tag _tag, UndoNamingConventionType undoNamingConventionValue) { EventType result = new EventType(); result._tag = _tag; - result.memberChangeNameValue = memberChangeNameValue; + result.undoNamingConventionValue = undoNamingConventionValue; return result; } /** * The type of the event with description. * - * @param memberChangeResellerRoleValue (members) Changed team member - * reseller role. Must not be {@code null}. + * @param undoOrganizeFolderWithTidyValue (file_operations) Removed + * multi-file organize. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberChangeResellerRole(Tag _tag, MemberChangeResellerRoleType memberChangeResellerRoleValue) { + private EventType withTagAndUndoOrganizeFolderWithTidy(Tag _tag, UndoOrganizeFolderWithTidyType undoOrganizeFolderWithTidyValue) { EventType result = new EventType(); result._tag = _tag; - result.memberChangeResellerRoleValue = memberChangeResellerRoleValue; + result.undoOrganizeFolderWithTidyValue = undoOrganizeFolderWithTidyValue; return result; } /** * The type of the event with description. * - * @param memberChangeStatusValue (members) Changed member status (invited, - * joined, suspended, etc.). Must not be {@code null}. + * @param userTagsAddedValue (file_operations) Tagged a file. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberChangeStatus(Tag _tag, MemberChangeStatusType memberChangeStatusValue) { + private EventType withTagAndUserTagsAdded(Tag _tag, UserTagsAddedType userTagsAddedValue) { EventType result = new EventType(); result._tag = _tag; - result.memberChangeStatusValue = memberChangeStatusValue; + result.userTagsAddedValue = userTagsAddedValue; return result; } /** * The type of the event with description. * - * @param memberDeleteManualContactsValue (members) Cleared manually added - * contacts. Must not be {@code null}. + * @param userTagsRemovedValue (file_operations) Removed tags. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberDeleteManualContacts(Tag _tag, MemberDeleteManualContactsType memberDeleteManualContactsValue) { + private EventType withTagAndUserTagsRemoved(Tag _tag, UserTagsRemovedType userTagsRemovedValue) { EventType result = new EventType(); result._tag = _tag; - result.memberDeleteManualContactsValue = memberDeleteManualContactsValue; + result.userTagsRemovedValue = userTagsRemovedValue; return result; } /** * The type of the event with description. * - * @param memberDeleteProfilePhotoValue (members) Deleted team member - * profile photo. Must not be {@code null}. + * @param emailIngestReceiveFileValue (file_requests) Received files via + * Email to Dropbox. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberDeleteProfilePhoto(Tag _tag, MemberDeleteProfilePhotoType memberDeleteProfilePhotoValue) { + private EventType withTagAndEmailIngestReceiveFile(Tag _tag, EmailIngestReceiveFileType emailIngestReceiveFileValue) { EventType result = new EventType(); result._tag = _tag; - result.memberDeleteProfilePhotoValue = memberDeleteProfilePhotoValue; + result.emailIngestReceiveFileValue = emailIngestReceiveFileValue; return result; } /** * The type of the event with description. * - * @param memberPermanentlyDeleteAccountContentsValue (members) Permanently - * deleted contents of deleted team member account. Must not be {@code - * null}. + * @param fileRequestAutoCloseValue (file_requests) Auto closed file + * request. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberPermanentlyDeleteAccountContents(Tag _tag, MemberPermanentlyDeleteAccountContentsType memberPermanentlyDeleteAccountContentsValue) { + private EventType withTagAndFileRequestAutoClose(Tag _tag, FileRequestAutoCloseType fileRequestAutoCloseValue) { EventType result = new EventType(); result._tag = _tag; - result.memberPermanentlyDeleteAccountContentsValue = memberPermanentlyDeleteAccountContentsValue; + result.fileRequestAutoCloseValue = fileRequestAutoCloseValue; return result; } /** * The type of the event with description. * - * @param memberRemoveExternalIdValue (members) Removed the external ID for - * team member. Must not be {@code null}. + * @param fileRequestChangeValue (file_requests) Changed file request. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberRemoveExternalId(Tag _tag, MemberRemoveExternalIdType memberRemoveExternalIdValue) { + private EventType withTagAndFileRequestChange(Tag _tag, FileRequestChangeType fileRequestChangeValue) { EventType result = new EventType(); result._tag = _tag; - result.memberRemoveExternalIdValue = memberRemoveExternalIdValue; + result.fileRequestChangeValue = fileRequestChangeValue; return result; } /** * The type of the event with description. * - * @param memberSetProfilePhotoValue (members) Set team member profile - * photo. Must not be {@code null}. + * @param fileRequestCloseValue (file_requests) Closed file request. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSetProfilePhoto(Tag _tag, MemberSetProfilePhotoType memberSetProfilePhotoValue) { + private EventType withTagAndFileRequestClose(Tag _tag, FileRequestCloseType fileRequestCloseValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSetProfilePhotoValue = memberSetProfilePhotoValue; + result.fileRequestCloseValue = fileRequestCloseValue; return result; } /** * The type of the event with description. * - * @param memberSpaceLimitsAddCustomQuotaValue (members) Set custom member - * space limit. Must not be {@code null}. + * @param fileRequestCreateValue (file_requests) Created file request. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSpaceLimitsAddCustomQuota(Tag _tag, MemberSpaceLimitsAddCustomQuotaType memberSpaceLimitsAddCustomQuotaValue) { + private EventType withTagAndFileRequestCreate(Tag _tag, FileRequestCreateType fileRequestCreateValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSpaceLimitsAddCustomQuotaValue = memberSpaceLimitsAddCustomQuotaValue; + result.fileRequestCreateValue = fileRequestCreateValue; return result; } /** * The type of the event with description. * - * @param memberSpaceLimitsChangeCustomQuotaValue (members) Changed custom - * member space limit. Must not be {@code null}. + * @param fileRequestDeleteValue (file_requests) Delete file request. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSpaceLimitsChangeCustomQuota(Tag _tag, MemberSpaceLimitsChangeCustomQuotaType memberSpaceLimitsChangeCustomQuotaValue) { + private EventType withTagAndFileRequestDelete(Tag _tag, FileRequestDeleteType fileRequestDeleteValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSpaceLimitsChangeCustomQuotaValue = memberSpaceLimitsChangeCustomQuotaValue; + result.fileRequestDeleteValue = fileRequestDeleteValue; return result; } /** * The type of the event with description. * - * @param memberSpaceLimitsChangeStatusValue (members) Changed space limit - * status. Must not be {@code null}. + * @param fileRequestReceiveFileValue (file_requests) Received files for + * file request. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSpaceLimitsChangeStatus(Tag _tag, MemberSpaceLimitsChangeStatusType memberSpaceLimitsChangeStatusValue) { + private EventType withTagAndFileRequestReceiveFile(Tag _tag, FileRequestReceiveFileType fileRequestReceiveFileValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSpaceLimitsChangeStatusValue = memberSpaceLimitsChangeStatusValue; + result.fileRequestReceiveFileValue = fileRequestReceiveFileValue; return result; } /** * The type of the event with description. * - * @param memberSpaceLimitsRemoveCustomQuotaValue (members) Removed custom - * member space limit. Must not be {@code null}. + * @param groupAddExternalIdValue (groups) Added external ID for group. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSpaceLimitsRemoveCustomQuota(Tag _tag, MemberSpaceLimitsRemoveCustomQuotaType memberSpaceLimitsRemoveCustomQuotaValue) { + private EventType withTagAndGroupAddExternalId(Tag _tag, GroupAddExternalIdType groupAddExternalIdValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSpaceLimitsRemoveCustomQuotaValue = memberSpaceLimitsRemoveCustomQuotaValue; + result.groupAddExternalIdValue = groupAddExternalIdValue; return result; } /** * The type of the event with description. * - * @param memberSuggestValue (members) Suggested person to add to team. - * Must not be {@code null}. + * @param groupAddMemberValue (groups) Added team members to group. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSuggest(Tag _tag, MemberSuggestType memberSuggestValue) { + private EventType withTagAndGroupAddMember(Tag _tag, GroupAddMemberType groupAddMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSuggestValue = memberSuggestValue; + result.groupAddMemberValue = groupAddMemberValue; return result; } /** * The type of the event with description. * - * @param memberTransferAccountContentsValue (members) Transferred contents - * of deleted member account to another member. Must not be {@code - * null}. + * @param groupChangeExternalIdValue (groups) Changed external ID for + * group. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberTransferAccountContents(Tag _tag, MemberTransferAccountContentsType memberTransferAccountContentsValue) { + private EventType withTagAndGroupChangeExternalId(Tag _tag, GroupChangeExternalIdType groupChangeExternalIdValue) { EventType result = new EventType(); result._tag = _tag; - result.memberTransferAccountContentsValue = memberTransferAccountContentsValue; + result.groupChangeExternalIdValue = groupChangeExternalIdValue; return result; } /** * The type of the event with description. * - * @param pendingSecondaryEmailAddedValue (members) Added pending secondary - * email. Must not be {@code null}. + * @param groupChangeManagementTypeValue (groups) Changed group management + * type. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPendingSecondaryEmailAdded(Tag _tag, PendingSecondaryEmailAddedType pendingSecondaryEmailAddedValue) { + private EventType withTagAndGroupChangeManagementType(Tag _tag, GroupChangeManagementTypeType groupChangeManagementTypeValue) { EventType result = new EventType(); result._tag = _tag; - result.pendingSecondaryEmailAddedValue = pendingSecondaryEmailAddedValue; + result.groupChangeManagementTypeValue = groupChangeManagementTypeValue; return result; } /** * The type of the event with description. * - * @param secondaryEmailDeletedValue (members) Deleted secondary email. - * Must not be {@code null}. + * @param groupChangeMemberRoleValue (groups) Changed manager permissions + * of group member. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSecondaryEmailDeleted(Tag _tag, SecondaryEmailDeletedType secondaryEmailDeletedValue) { + private EventType withTagAndGroupChangeMemberRole(Tag _tag, GroupChangeMemberRoleType groupChangeMemberRoleValue) { EventType result = new EventType(); result._tag = _tag; - result.secondaryEmailDeletedValue = secondaryEmailDeletedValue; + result.groupChangeMemberRoleValue = groupChangeMemberRoleValue; return result; } /** * The type of the event with description. * - * @param secondaryEmailVerifiedValue (members) Verified secondary email. - * Must not be {@code null}. + * @param groupCreateValue (groups) Created group. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSecondaryEmailVerified(Tag _tag, SecondaryEmailVerifiedType secondaryEmailVerifiedValue) { + private EventType withTagAndGroupCreate(Tag _tag, GroupCreateType groupCreateValue) { EventType result = new EventType(); result._tag = _tag; - result.secondaryEmailVerifiedValue = secondaryEmailVerifiedValue; + result.groupCreateValue = groupCreateValue; return result; } /** * The type of the event with description. * - * @param secondaryMailsPolicyChangedValue (members) Secondary mails policy - * changed. Must not be {@code null}. + * @param groupDeleteValue (groups) Deleted group. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSecondaryMailsPolicyChanged(Tag _tag, SecondaryMailsPolicyChangedType secondaryMailsPolicyChangedValue) { + private EventType withTagAndGroupDelete(Tag _tag, GroupDeleteType groupDeleteValue) { EventType result = new EventType(); result._tag = _tag; - result.secondaryMailsPolicyChangedValue = secondaryMailsPolicyChangedValue; + result.groupDeleteValue = groupDeleteValue; return result; } /** * The type of the event with description. * - * @param binderAddPageValue (paper) Added Binder page (deprecated, - * replaced by 'Edited files'). Must not be {@code null}. + * @param groupDescriptionUpdatedValue (groups) Updated group (deprecated, + * no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndBinderAddPage(Tag _tag, BinderAddPageType binderAddPageValue) { + private EventType withTagAndGroupDescriptionUpdated(Tag _tag, GroupDescriptionUpdatedType groupDescriptionUpdatedValue) { EventType result = new EventType(); result._tag = _tag; - result.binderAddPageValue = binderAddPageValue; + result.groupDescriptionUpdatedValue = groupDescriptionUpdatedValue; return result; } /** * The type of the event with description. * - * @param binderAddSectionValue (paper) Added Binder section (deprecated, - * replaced by 'Edited files'). Must not be {@code null}. + * @param groupExternalSharingSettingOverrideChangedValue (groups) Changed + * group's external sharing setting. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndBinderAddSection(Tag _tag, BinderAddSectionType binderAddSectionValue) { + private EventType withTagAndGroupExternalSharingSettingOverrideChanged(Tag _tag, GroupExternalSharingSettingOverrideChangedType groupExternalSharingSettingOverrideChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.binderAddSectionValue = binderAddSectionValue; + result.groupExternalSharingSettingOverrideChangedValue = groupExternalSharingSettingOverrideChangedValue; return result; } /** * The type of the event with description. * - * @param binderRemovePageValue (paper) Removed Binder page (deprecated, - * replaced by 'Edited files'). Must not be {@code null}. + * @param groupJoinPolicyUpdatedValue (groups) Updated group join policy + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndBinderRemovePage(Tag _tag, BinderRemovePageType binderRemovePageValue) { + private EventType withTagAndGroupJoinPolicyUpdated(Tag _tag, GroupJoinPolicyUpdatedType groupJoinPolicyUpdatedValue) { EventType result = new EventType(); result._tag = _tag; - result.binderRemovePageValue = binderRemovePageValue; + result.groupJoinPolicyUpdatedValue = groupJoinPolicyUpdatedValue; return result; } /** * The type of the event with description. * - * @param binderRemoveSectionValue (paper) Removed Binder section - * (deprecated, replaced by 'Edited files'). Must not be {@code null}. + * @param groupMovedValue (groups) Moved group (deprecated, no longer + * logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndBinderRemoveSection(Tag _tag, BinderRemoveSectionType binderRemoveSectionValue) { + private EventType withTagAndGroupMoved(Tag _tag, GroupMovedType groupMovedValue) { EventType result = new EventType(); result._tag = _tag; - result.binderRemoveSectionValue = binderRemoveSectionValue; + result.groupMovedValue = groupMovedValue; return result; } /** * The type of the event with description. * - * @param binderRenamePageValue (paper) Renamed Binder page (deprecated, - * replaced by 'Edited files'). Must not be {@code null}. + * @param groupRemoveExternalIdValue (groups) Removed external ID for + * group. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndBinderRenamePage(Tag _tag, BinderRenamePageType binderRenamePageValue) { + private EventType withTagAndGroupRemoveExternalId(Tag _tag, GroupRemoveExternalIdType groupRemoveExternalIdValue) { EventType result = new EventType(); result._tag = _tag; - result.binderRenamePageValue = binderRenamePageValue; + result.groupRemoveExternalIdValue = groupRemoveExternalIdValue; return result; } /** * The type of the event with description. * - * @param binderRenameSectionValue (paper) Renamed Binder section - * (deprecated, replaced by 'Edited files'). Must not be {@code null}. + * @param groupRemoveMemberValue (groups) Removed team members from group. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndBinderRenameSection(Tag _tag, BinderRenameSectionType binderRenameSectionValue) { + private EventType withTagAndGroupRemoveMember(Tag _tag, GroupRemoveMemberType groupRemoveMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.binderRenameSectionValue = binderRenameSectionValue; + result.groupRemoveMemberValue = groupRemoveMemberValue; return result; } /** * The type of the event with description. * - * @param binderReorderPageValue (paper) Reordered Binder page (deprecated, - * replaced by 'Edited files'). Must not be {@code null}. + * @param groupRenameValue (groups) Renamed group. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndBinderReorderPage(Tag _tag, BinderReorderPageType binderReorderPageValue) { + private EventType withTagAndGroupRename(Tag _tag, GroupRenameType groupRenameValue) { EventType result = new EventType(); result._tag = _tag; - result.binderReorderPageValue = binderReorderPageValue; + result.groupRenameValue = groupRenameValue; return result; } /** * The type of the event with description. * - * @param binderReorderSectionValue (paper) Reordered Binder section - * (deprecated, replaced by 'Edited files'). Must not be {@code null}. + * @param accountLockOrUnlockedValue (logins) Unlocked/locked account after + * failed sign in attempts. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndBinderReorderSection(Tag _tag, BinderReorderSectionType binderReorderSectionValue) { + private EventType withTagAndAccountLockOrUnlocked(Tag _tag, AccountLockOrUnlockedType accountLockOrUnlockedValue) { EventType result = new EventType(); result._tag = _tag; - result.binderReorderSectionValue = binderReorderSectionValue; + result.accountLockOrUnlockedValue = accountLockOrUnlockedValue; return result; } /** * The type of the event with description. * - * @param paperContentAddMemberValue (paper) Added users and/or groups to - * Paper doc/folder. Must not be {@code null}. + * @param emmErrorValue (logins) Failed to sign in via EMM (deprecated, + * replaced by 'Failed to sign in'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperContentAddMember(Tag _tag, PaperContentAddMemberType paperContentAddMemberValue) { + private EventType withTagAndEmmError(Tag _tag, EmmErrorType emmErrorValue) { EventType result = new EventType(); result._tag = _tag; - result.paperContentAddMemberValue = paperContentAddMemberValue; + result.emmErrorValue = emmErrorValue; return result; } /** * The type of the event with description. * - * @param paperContentAddToFolderValue (paper) Added Paper doc/folder to - * folder. Must not be {@code null}. + * @param guestAdminSignedInViaTrustedTeamsValue (logins) Started trusted + * team admin session. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperContentAddToFolder(Tag _tag, PaperContentAddToFolderType paperContentAddToFolderValue) { + private EventType withTagAndGuestAdminSignedInViaTrustedTeams(Tag _tag, GuestAdminSignedInViaTrustedTeamsType guestAdminSignedInViaTrustedTeamsValue) { EventType result = new EventType(); result._tag = _tag; - result.paperContentAddToFolderValue = paperContentAddToFolderValue; + result.guestAdminSignedInViaTrustedTeamsValue = guestAdminSignedInViaTrustedTeamsValue; return result; } /** * The type of the event with description. * - * @param paperContentArchiveValue (paper) Archived Paper doc/folder. Must - * not be {@code null}. + * @param guestAdminSignedOutViaTrustedTeamsValue (logins) Ended trusted + * team admin session. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperContentArchive(Tag _tag, PaperContentArchiveType paperContentArchiveValue) { + private EventType withTagAndGuestAdminSignedOutViaTrustedTeams(Tag _tag, GuestAdminSignedOutViaTrustedTeamsType guestAdminSignedOutViaTrustedTeamsValue) { EventType result = new EventType(); result._tag = _tag; - result.paperContentArchiveValue = paperContentArchiveValue; + result.guestAdminSignedOutViaTrustedTeamsValue = guestAdminSignedOutViaTrustedTeamsValue; return result; } /** * The type of the event with description. * - * @param paperContentCreateValue (paper) Created Paper doc/folder. Must - * not be {@code null}. + * @param loginFailValue (logins) Failed to sign in. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperContentCreate(Tag _tag, PaperContentCreateType paperContentCreateValue) { + private EventType withTagAndLoginFail(Tag _tag, LoginFailType loginFailValue) { EventType result = new EventType(); result._tag = _tag; - result.paperContentCreateValue = paperContentCreateValue; + result.loginFailValue = loginFailValue; return result; } /** * The type of the event with description. * - * @param paperContentPermanentlyDeleteValue (paper) Permanently deleted - * Paper doc/folder. Must not be {@code null}. + * @param loginSuccessValue (logins) Signed in. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperContentPermanentlyDelete(Tag _tag, PaperContentPermanentlyDeleteType paperContentPermanentlyDeleteValue) { + private EventType withTagAndLoginSuccess(Tag _tag, LoginSuccessType loginSuccessValue) { EventType result = new EventType(); result._tag = _tag; - result.paperContentPermanentlyDeleteValue = paperContentPermanentlyDeleteValue; + result.loginSuccessValue = loginSuccessValue; return result; } /** * The type of the event with description. * - * @param paperContentRemoveFromFolderValue (paper) Removed Paper - * doc/folder from folder. Must not be {@code null}. + * @param logoutValue (logins) Signed out. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperContentRemoveFromFolder(Tag _tag, PaperContentRemoveFromFolderType paperContentRemoveFromFolderValue) { + private EventType withTagAndLogout(Tag _tag, LogoutType logoutValue) { EventType result = new EventType(); result._tag = _tag; - result.paperContentRemoveFromFolderValue = paperContentRemoveFromFolderValue; + result.logoutValue = logoutValue; return result; } /** * The type of the event with description. * - * @param paperContentRemoveMemberValue (paper) Removed users and/or groups - * from Paper doc/folder. Must not be {@code null}. + * @param resellerSupportSessionEndValue (logins) Ended reseller support + * session. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperContentRemoveMember(Tag _tag, PaperContentRemoveMemberType paperContentRemoveMemberValue) { + private EventType withTagAndResellerSupportSessionEnd(Tag _tag, ResellerSupportSessionEndType resellerSupportSessionEndValue) { EventType result = new EventType(); result._tag = _tag; - result.paperContentRemoveMemberValue = paperContentRemoveMemberValue; + result.resellerSupportSessionEndValue = resellerSupportSessionEndValue; return result; } /** * The type of the event with description. * - * @param paperContentRenameValue (paper) Renamed Paper doc/folder. Must - * not be {@code null}. + * @param resellerSupportSessionStartValue (logins) Started reseller + * support session. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperContentRename(Tag _tag, PaperContentRenameType paperContentRenameValue) { + private EventType withTagAndResellerSupportSessionStart(Tag _tag, ResellerSupportSessionStartType resellerSupportSessionStartValue) { EventType result = new EventType(); result._tag = _tag; - result.paperContentRenameValue = paperContentRenameValue; + result.resellerSupportSessionStartValue = resellerSupportSessionStartValue; return result; } /** * The type of the event with description. * - * @param paperContentRestoreValue (paper) Restored archived Paper - * doc/folder. Must not be {@code null}. + * @param signInAsSessionEndValue (logins) Ended admin sign-in-as session. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperContentRestore(Tag _tag, PaperContentRestoreType paperContentRestoreValue) { + private EventType withTagAndSignInAsSessionEnd(Tag _tag, SignInAsSessionEndType signInAsSessionEndValue) { EventType result = new EventType(); result._tag = _tag; - result.paperContentRestoreValue = paperContentRestoreValue; + result.signInAsSessionEndValue = signInAsSessionEndValue; return result; } /** * The type of the event with description. * - * @param paperDocAddCommentValue (paper) Added Paper doc comment. Must not - * be {@code null}. + * @param signInAsSessionStartValue (logins) Started admin sign-in-as + * session. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocAddComment(Tag _tag, PaperDocAddCommentType paperDocAddCommentValue) { + private EventType withTagAndSignInAsSessionStart(Tag _tag, SignInAsSessionStartType signInAsSessionStartValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocAddCommentValue = paperDocAddCommentValue; + result.signInAsSessionStartValue = signInAsSessionStartValue; return result; } /** * The type of the event with description. * - * @param paperDocChangeMemberRoleValue (paper) Changed member permissions - * for Paper doc. Must not be {@code null}. + * @param ssoErrorValue (logins) Failed to sign in via SSO (deprecated, + * replaced by 'Failed to sign in'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocChangeMemberRole(Tag _tag, PaperDocChangeMemberRoleType paperDocChangeMemberRoleValue) { + private EventType withTagAndSsoError(Tag _tag, SsoErrorType ssoErrorValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocChangeMemberRoleValue = paperDocChangeMemberRoleValue; + result.ssoErrorValue = ssoErrorValue; return result; } /** * The type of the event with description. * - * @param paperDocChangeSharingPolicyValue (paper) Changed sharing setting - * for Paper doc. Must not be {@code null}. + * @param addonAssignedValue (members) Add-on Assigned. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocChangeSharingPolicy(Tag _tag, PaperDocChangeSharingPolicyType paperDocChangeSharingPolicyValue) { + private EventType withTagAndAddonAssigned(Tag _tag, AddonAssignedType addonAssignedValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocChangeSharingPolicyValue = paperDocChangeSharingPolicyValue; + result.addonAssignedValue = addonAssignedValue; return result; } /** * The type of the event with description. * - * @param paperDocChangeSubscriptionValue (paper) Followed/unfollowed Paper - * doc. Must not be {@code null}. + * @param addonRemovedValue (members) Add-on Removed. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocChangeSubscription(Tag _tag, PaperDocChangeSubscriptionType paperDocChangeSubscriptionValue) { + private EventType withTagAndAddonRemoved(Tag _tag, AddonRemovedType addonRemovedValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocChangeSubscriptionValue = paperDocChangeSubscriptionValue; + result.addonRemovedValue = addonRemovedValue; return result; } /** * The type of the event with description. * - * @param paperDocDeletedValue (paper) Archived Paper doc (deprecated, no - * longer logged). Must not be {@code null}. + * @param backupAdminInvitationSentValue (members) Invited members to + * activate Backup. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocDeleted(Tag _tag, PaperDocDeletedType paperDocDeletedValue) { + private EventType withTagAndBackupAdminInvitationSent(Tag _tag, BackupAdminInvitationSentType backupAdminInvitationSentValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocDeletedValue = paperDocDeletedValue; + result.backupAdminInvitationSentValue = backupAdminInvitationSentValue; return result; } /** * The type of the event with description. * - * @param paperDocDeleteCommentValue (paper) Deleted Paper doc comment. - * Must not be {@code null}. + * @param backupInvitationOpenedValue (members) Opened Backup invite. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocDeleteComment(Tag _tag, PaperDocDeleteCommentType paperDocDeleteCommentValue) { + private EventType withTagAndBackupInvitationOpened(Tag _tag, BackupInvitationOpenedType backupInvitationOpenedValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocDeleteCommentValue = paperDocDeleteCommentValue; + result.backupInvitationOpenedValue = backupInvitationOpenedValue; return result; } /** * The type of the event with description. * - * @param paperDocDownloadValue (paper) Downloaded Paper doc in specific - * format. Must not be {@code null}. + * @param createTeamInviteLinkValue (members) Created team invite link. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocDownload(Tag _tag, PaperDocDownloadType paperDocDownloadValue) { + private EventType withTagAndCreateTeamInviteLink(Tag _tag, CreateTeamInviteLinkType createTeamInviteLinkValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocDownloadValue = paperDocDownloadValue; + result.createTeamInviteLinkValue = createTeamInviteLinkValue; return result; } /** * The type of the event with description. * - * @param paperDocEditValue (paper) Edited Paper doc. Must not be {@code - * null}. + * @param deleteTeamInviteLinkValue (members) Deleted team invite link. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocEdit(Tag _tag, PaperDocEditType paperDocEditValue) { + private EventType withTagAndDeleteTeamInviteLink(Tag _tag, DeleteTeamInviteLinkType deleteTeamInviteLinkValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocEditValue = paperDocEditValue; + result.deleteTeamInviteLinkValue = deleteTeamInviteLinkValue; return result; } /** * The type of the event with description. * - * @param paperDocEditCommentValue (paper) Edited Paper doc comment. Must - * not be {@code null}. + * @param memberAddExternalIdValue (members) Added an external ID for team + * member. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocEditComment(Tag _tag, PaperDocEditCommentType paperDocEditCommentValue) { + private EventType withTagAndMemberAddExternalId(Tag _tag, MemberAddExternalIdType memberAddExternalIdValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocEditCommentValue = paperDocEditCommentValue; + result.memberAddExternalIdValue = memberAddExternalIdValue; return result; } /** * The type of the event with description. * - * @param paperDocFollowedValue (paper) Followed Paper doc (deprecated, - * replaced by 'Followed/unfollowed Paper doc'). Must not be {@code - * null}. + * @param memberAddNameValue (members) Added team member name. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocFollowed(Tag _tag, PaperDocFollowedType paperDocFollowedValue) { + private EventType withTagAndMemberAddName(Tag _tag, MemberAddNameType memberAddNameValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocFollowedValue = paperDocFollowedValue; + result.memberAddNameValue = memberAddNameValue; return result; } /** * The type of the event with description. * - * @param paperDocMentionValue (paper) Mentioned user in Paper doc. Must - * not be {@code null}. + * @param memberChangeAdminRoleValue (members) Changed team member admin + * role. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocMention(Tag _tag, PaperDocMentionType paperDocMentionValue) { + private EventType withTagAndMemberChangeAdminRole(Tag _tag, MemberChangeAdminRoleType memberChangeAdminRoleValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocMentionValue = paperDocMentionValue; + result.memberChangeAdminRoleValue = memberChangeAdminRoleValue; return result; } /** * The type of the event with description. * - * @param paperDocOwnershipChangedValue (paper) Transferred ownership of - * Paper doc. Must not be {@code null}. + * @param memberChangeEmailValue (members) Changed team member email. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocOwnershipChanged(Tag _tag, PaperDocOwnershipChangedType paperDocOwnershipChangedValue) { + private EventType withTagAndMemberChangeEmail(Tag _tag, MemberChangeEmailType memberChangeEmailValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocOwnershipChangedValue = paperDocOwnershipChangedValue; + result.memberChangeEmailValue = memberChangeEmailValue; return result; } /** * The type of the event with description. * - * @param paperDocRequestAccessValue (paper) Requested access to Paper doc. - * Must not be {@code null}. + * @param memberChangeExternalIdValue (members) Changed the external ID for + * team member. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocRequestAccess(Tag _tag, PaperDocRequestAccessType paperDocRequestAccessValue) { + private EventType withTagAndMemberChangeExternalId(Tag _tag, MemberChangeExternalIdType memberChangeExternalIdValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocRequestAccessValue = paperDocRequestAccessValue; + result.memberChangeExternalIdValue = memberChangeExternalIdValue; return result; } /** * The type of the event with description. * - * @param paperDocResolveCommentValue (paper) Resolved Paper doc comment. - * Must not be {@code null}. + * @param memberChangeMembershipTypeValue (members) Changed membership type + * (limited/full) of member (deprecated, no longer logged). Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocResolveComment(Tag _tag, PaperDocResolveCommentType paperDocResolveCommentValue) { + private EventType withTagAndMemberChangeMembershipType(Tag _tag, MemberChangeMembershipTypeType memberChangeMembershipTypeValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocResolveCommentValue = paperDocResolveCommentValue; + result.memberChangeMembershipTypeValue = memberChangeMembershipTypeValue; return result; } /** * The type of the event with description. * - * @param paperDocRevertValue (paper) Restored Paper doc to previous - * version. Must not be {@code null}. + * @param memberChangeNameValue (members) Changed team member name. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocRevert(Tag _tag, PaperDocRevertType paperDocRevertValue) { + private EventType withTagAndMemberChangeName(Tag _tag, MemberChangeNameType memberChangeNameValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocRevertValue = paperDocRevertValue; + result.memberChangeNameValue = memberChangeNameValue; return result; } /** * The type of the event with description. * - * @param paperDocSlackShareValue (paper) Shared Paper doc via Slack. Must - * not be {@code null}. + * @param memberChangeResellerRoleValue (members) Changed team member + * reseller role. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocSlackShare(Tag _tag, PaperDocSlackShareType paperDocSlackShareValue) { + private EventType withTagAndMemberChangeResellerRole(Tag _tag, MemberChangeResellerRoleType memberChangeResellerRoleValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocSlackShareValue = paperDocSlackShareValue; + result.memberChangeResellerRoleValue = memberChangeResellerRoleValue; return result; } /** * The type of the event with description. * - * @param paperDocTeamInviteValue (paper) Shared Paper doc with users - * and/or groups (deprecated, no longer logged). Must not be {@code - * null}. + * @param memberChangeStatusValue (members) Changed member status (invited, + * joined, suspended, etc.). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocTeamInvite(Tag _tag, PaperDocTeamInviteType paperDocTeamInviteValue) { + private EventType withTagAndMemberChangeStatus(Tag _tag, MemberChangeStatusType memberChangeStatusValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocTeamInviteValue = paperDocTeamInviteValue; + result.memberChangeStatusValue = memberChangeStatusValue; return result; } /** * The type of the event with description. * - * @param paperDocTrashedValue (paper) Deleted Paper doc. Must not be - * {@code null}. + * @param memberDeleteManualContactsValue (members) Cleared manually added + * contacts. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocTrashed(Tag _tag, PaperDocTrashedType paperDocTrashedValue) { + private EventType withTagAndMemberDeleteManualContacts(Tag _tag, MemberDeleteManualContactsType memberDeleteManualContactsValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocTrashedValue = paperDocTrashedValue; + result.memberDeleteManualContactsValue = memberDeleteManualContactsValue; return result; } /** * The type of the event with description. * - * @param paperDocUnresolveCommentValue (paper) Unresolved Paper doc - * comment. Must not be {@code null}. + * @param memberDeleteProfilePhotoValue (members) Deleted team member + * profile photo. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocUnresolveComment(Tag _tag, PaperDocUnresolveCommentType paperDocUnresolveCommentValue) { + private EventType withTagAndMemberDeleteProfilePhoto(Tag _tag, MemberDeleteProfilePhotoType memberDeleteProfilePhotoValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocUnresolveCommentValue = paperDocUnresolveCommentValue; + result.memberDeleteProfilePhotoValue = memberDeleteProfilePhotoValue; return result; } /** * The type of the event with description. * - * @param paperDocUntrashedValue (paper) Restored Paper doc. Must not be - * {@code null}. + * @param memberPermanentlyDeleteAccountContentsValue (members) Permanently + * deleted contents of deleted team member account. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocUntrashed(Tag _tag, PaperDocUntrashedType paperDocUntrashedValue) { + private EventType withTagAndMemberPermanentlyDeleteAccountContents(Tag _tag, MemberPermanentlyDeleteAccountContentsType memberPermanentlyDeleteAccountContentsValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocUntrashedValue = paperDocUntrashedValue; + result.memberPermanentlyDeleteAccountContentsValue = memberPermanentlyDeleteAccountContentsValue; return result; } /** * The type of the event with description. * - * @param paperDocViewValue (paper) Viewed Paper doc. Must not be {@code - * null}. - * @param _tag Discriminating tag for this instance. + * @param memberRemoveExternalIdValue (members) Removed the external ID for + * team member. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDocView(Tag _tag, PaperDocViewType paperDocViewValue) { + private EventType withTagAndMemberRemoveExternalId(Tag _tag, MemberRemoveExternalIdType memberRemoveExternalIdValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDocViewValue = paperDocViewValue; + result.memberRemoveExternalIdValue = memberRemoveExternalIdValue; return result; } /** * The type of the event with description. * - * @param paperExternalViewAllowValue (paper) Changed Paper external - * sharing setting to anyone (deprecated, no longer logged). Must not be - * {@code null}. + * @param memberSetProfilePhotoValue (members) Set team member profile + * photo. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperExternalViewAllow(Tag _tag, PaperExternalViewAllowType paperExternalViewAllowValue) { + private EventType withTagAndMemberSetProfilePhoto(Tag _tag, MemberSetProfilePhotoType memberSetProfilePhotoValue) { EventType result = new EventType(); result._tag = _tag; - result.paperExternalViewAllowValue = paperExternalViewAllowValue; + result.memberSetProfilePhotoValue = memberSetProfilePhotoValue; return result; } /** * The type of the event with description. * - * @param paperExternalViewDefaultTeamValue (paper) Changed Paper external - * sharing setting to default team (deprecated, no longer logged). Must - * not be {@code null}. + * @param memberSpaceLimitsAddCustomQuotaValue (members) Set custom member + * space limit. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperExternalViewDefaultTeam(Tag _tag, PaperExternalViewDefaultTeamType paperExternalViewDefaultTeamValue) { + private EventType withTagAndMemberSpaceLimitsAddCustomQuota(Tag _tag, MemberSpaceLimitsAddCustomQuotaType memberSpaceLimitsAddCustomQuotaValue) { EventType result = new EventType(); result._tag = _tag; - result.paperExternalViewDefaultTeamValue = paperExternalViewDefaultTeamValue; + result.memberSpaceLimitsAddCustomQuotaValue = memberSpaceLimitsAddCustomQuotaValue; return result; } /** * The type of the event with description. * - * @param paperExternalViewForbidValue (paper) Changed Paper external - * sharing setting to team-only (deprecated, no longer logged). Must not - * be {@code null}. + * @param memberSpaceLimitsChangeCustomQuotaValue (members) Changed custom + * member space limit. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperExternalViewForbid(Tag _tag, PaperExternalViewForbidType paperExternalViewForbidValue) { + private EventType withTagAndMemberSpaceLimitsChangeCustomQuota(Tag _tag, MemberSpaceLimitsChangeCustomQuotaType memberSpaceLimitsChangeCustomQuotaValue) { EventType result = new EventType(); result._tag = _tag; - result.paperExternalViewForbidValue = paperExternalViewForbidValue; + result.memberSpaceLimitsChangeCustomQuotaValue = memberSpaceLimitsChangeCustomQuotaValue; return result; } /** * The type of the event with description. * - * @param paperFolderChangeSubscriptionValue (paper) Followed/unfollowed - * Paper folder. Must not be {@code null}. + * @param memberSpaceLimitsChangeStatusValue (members) Changed space limit + * status. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperFolderChangeSubscription(Tag _tag, PaperFolderChangeSubscriptionType paperFolderChangeSubscriptionValue) { + private EventType withTagAndMemberSpaceLimitsChangeStatus(Tag _tag, MemberSpaceLimitsChangeStatusType memberSpaceLimitsChangeStatusValue) { EventType result = new EventType(); result._tag = _tag; - result.paperFolderChangeSubscriptionValue = paperFolderChangeSubscriptionValue; + result.memberSpaceLimitsChangeStatusValue = memberSpaceLimitsChangeStatusValue; return result; } /** * The type of the event with description. * - * @param paperFolderDeletedValue (paper) Archived Paper folder - * (deprecated, no longer logged). Must not be {@code null}. + * @param memberSpaceLimitsRemoveCustomQuotaValue (members) Removed custom + * member space limit. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperFolderDeleted(Tag _tag, PaperFolderDeletedType paperFolderDeletedValue) { + private EventType withTagAndMemberSpaceLimitsRemoveCustomQuota(Tag _tag, MemberSpaceLimitsRemoveCustomQuotaType memberSpaceLimitsRemoveCustomQuotaValue) { EventType result = new EventType(); result._tag = _tag; - result.paperFolderDeletedValue = paperFolderDeletedValue; + result.memberSpaceLimitsRemoveCustomQuotaValue = memberSpaceLimitsRemoveCustomQuotaValue; return result; } /** * The type of the event with description. * - * @param paperFolderFollowedValue (paper) Followed Paper folder - * (deprecated, replaced by 'Followed/unfollowed Paper folder'). Must - * not be {@code null}. + * @param memberSuggestValue (members) Suggested person to add to team. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperFolderFollowed(Tag _tag, PaperFolderFollowedType paperFolderFollowedValue) { + private EventType withTagAndMemberSuggest(Tag _tag, MemberSuggestType memberSuggestValue) { EventType result = new EventType(); result._tag = _tag; - result.paperFolderFollowedValue = paperFolderFollowedValue; + result.memberSuggestValue = memberSuggestValue; return result; } /** * The type of the event with description. * - * @param paperFolderTeamInviteValue (paper) Shared Paper folder with users - * and/or groups (deprecated, no longer logged). Must not be {@code + * @param memberTransferAccountContentsValue (members) Transferred contents + * of deleted member account to another member. Must not be {@code * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperFolderTeamInvite(Tag _tag, PaperFolderTeamInviteType paperFolderTeamInviteValue) { + private EventType withTagAndMemberTransferAccountContents(Tag _tag, MemberTransferAccountContentsType memberTransferAccountContentsValue) { EventType result = new EventType(); result._tag = _tag; - result.paperFolderTeamInviteValue = paperFolderTeamInviteValue; + result.memberTransferAccountContentsValue = memberTransferAccountContentsValue; return result; } /** * The type of the event with description. * - * @param paperPublishedLinkChangePermissionValue (paper) Changed - * permissions for published doc. Must not be {@code null}. + * @param pendingSecondaryEmailAddedValue (members) Added pending secondary + * email. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperPublishedLinkChangePermission(Tag _tag, PaperPublishedLinkChangePermissionType paperPublishedLinkChangePermissionValue) { + private EventType withTagAndPendingSecondaryEmailAdded(Tag _tag, PendingSecondaryEmailAddedType pendingSecondaryEmailAddedValue) { EventType result = new EventType(); result._tag = _tag; - result.paperPublishedLinkChangePermissionValue = paperPublishedLinkChangePermissionValue; + result.pendingSecondaryEmailAddedValue = pendingSecondaryEmailAddedValue; return result; } /** * The type of the event with description. * - * @param paperPublishedLinkCreateValue (paper) Published doc. Must not be - * {@code null}. + * @param productAssignedToMemberValue (members) Product assigned to team + * member. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperPublishedLinkCreate(Tag _tag, PaperPublishedLinkCreateType paperPublishedLinkCreateValue) { + private EventType withTagAndProductAssignedToMember(Tag _tag, ProductAssignedToMemberType productAssignedToMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.paperPublishedLinkCreateValue = paperPublishedLinkCreateValue; + result.productAssignedToMemberValue = productAssignedToMemberValue; return result; } /** * The type of the event with description. * - * @param paperPublishedLinkDisabledValue (paper) Unpublished doc. Must not - * be {@code null}. + * @param productRemovedFromMemberValue (members) Product removed from team + * member. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperPublishedLinkDisabled(Tag _tag, PaperPublishedLinkDisabledType paperPublishedLinkDisabledValue) { + private EventType withTagAndProductRemovedFromMember(Tag _tag, ProductRemovedFromMemberType productRemovedFromMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.paperPublishedLinkDisabledValue = paperPublishedLinkDisabledValue; + result.productRemovedFromMemberValue = productRemovedFromMemberValue; return result; } /** * The type of the event with description. * - * @param paperPublishedLinkViewValue (paper) Viewed published doc. Must - * not be {@code null}. + * @param secondaryEmailDeletedValue (members) Deleted secondary email. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperPublishedLinkView(Tag _tag, PaperPublishedLinkViewType paperPublishedLinkViewValue) { + private EventType withTagAndSecondaryEmailDeleted(Tag _tag, SecondaryEmailDeletedType secondaryEmailDeletedValue) { EventType result = new EventType(); result._tag = _tag; - result.paperPublishedLinkViewValue = paperPublishedLinkViewValue; + result.secondaryEmailDeletedValue = secondaryEmailDeletedValue; return result; } /** * The type of the event with description. * - * @param passwordChangeValue (passwords) Changed password. Must not be - * {@code null}. + * @param secondaryEmailVerifiedValue (members) Verified secondary email. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPasswordChange(Tag _tag, PasswordChangeType passwordChangeValue) { + private EventType withTagAndSecondaryEmailVerified(Tag _tag, SecondaryEmailVerifiedType secondaryEmailVerifiedValue) { EventType result = new EventType(); result._tag = _tag; - result.passwordChangeValue = passwordChangeValue; + result.secondaryEmailVerifiedValue = secondaryEmailVerifiedValue; return result; } /** * The type of the event with description. * - * @param passwordResetValue (passwords) Reset password. Must not be {@code - * null}. + * @param secondaryMailsPolicyChangedValue (members) Secondary mails policy + * changed. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPasswordReset(Tag _tag, PasswordResetType passwordResetValue) { + private EventType withTagAndSecondaryMailsPolicyChanged(Tag _tag, SecondaryMailsPolicyChangedType secondaryMailsPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.passwordResetValue = passwordResetValue; + result.secondaryMailsPolicyChangedValue = secondaryMailsPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param passwordResetAllValue (passwords) Reset all team member - * passwords. Must not be {@code null}. + * @param binderAddPageValue (paper) Added Binder page (deprecated, + * replaced by 'Edited files'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPasswordResetAll(Tag _tag, PasswordResetAllType passwordResetAllValue) { + private EventType withTagAndBinderAddPage(Tag _tag, BinderAddPageType binderAddPageValue) { EventType result = new EventType(); result._tag = _tag; - result.passwordResetAllValue = passwordResetAllValue; + result.binderAddPageValue = binderAddPageValue; return result; } /** * The type of the event with description. * - * @param classificationCreateReportValue (reports) Created Classification - * report. Must not be {@code null}. + * @param binderAddSectionValue (paper) Added Binder section (deprecated, + * replaced by 'Edited files'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndClassificationCreateReport(Tag _tag, ClassificationCreateReportType classificationCreateReportValue) { + private EventType withTagAndBinderAddSection(Tag _tag, BinderAddSectionType binderAddSectionValue) { EventType result = new EventType(); result._tag = _tag; - result.classificationCreateReportValue = classificationCreateReportValue; + result.binderAddSectionValue = binderAddSectionValue; return result; } /** * The type of the event with description. * - * @param classificationCreateReportFailValue (reports) Couldn't create - * Classification report. Must not be {@code null}. + * @param binderRemovePageValue (paper) Removed Binder page (deprecated, + * replaced by 'Edited files'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndClassificationCreateReportFail(Tag _tag, ClassificationCreateReportFailType classificationCreateReportFailValue) { + private EventType withTagAndBinderRemovePage(Tag _tag, BinderRemovePageType binderRemovePageValue) { EventType result = new EventType(); result._tag = _tag; - result.classificationCreateReportFailValue = classificationCreateReportFailValue; + result.binderRemovePageValue = binderRemovePageValue; return result; } /** * The type of the event with description. * - * @param emmCreateExceptionsReportValue (reports) Created EMM-excluded - * users report. Must not be {@code null}. + * @param binderRemoveSectionValue (paper) Removed Binder section + * (deprecated, replaced by 'Edited files'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEmmCreateExceptionsReport(Tag _tag, EmmCreateExceptionsReportType emmCreateExceptionsReportValue) { + private EventType withTagAndBinderRemoveSection(Tag _tag, BinderRemoveSectionType binderRemoveSectionValue) { EventType result = new EventType(); result._tag = _tag; - result.emmCreateExceptionsReportValue = emmCreateExceptionsReportValue; + result.binderRemoveSectionValue = binderRemoveSectionValue; return result; } /** * The type of the event with description. * - * @param emmCreateUsageReportValue (reports) Created EMM mobile app usage - * report. Must not be {@code null}. + * @param binderRenamePageValue (paper) Renamed Binder page (deprecated, + * replaced by 'Edited files'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEmmCreateUsageReport(Tag _tag, EmmCreateUsageReportType emmCreateUsageReportValue) { + private EventType withTagAndBinderRenamePage(Tag _tag, BinderRenamePageType binderRenamePageValue) { EventType result = new EventType(); result._tag = _tag; - result.emmCreateUsageReportValue = emmCreateUsageReportValue; + result.binderRenamePageValue = binderRenamePageValue; return result; } /** * The type of the event with description. * - * @param exportMembersReportValue (reports) Created member data report. - * Must not be {@code null}. + * @param binderRenameSectionValue (paper) Renamed Binder section + * (deprecated, replaced by 'Edited files'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndExportMembersReport(Tag _tag, ExportMembersReportType exportMembersReportValue) { + private EventType withTagAndBinderRenameSection(Tag _tag, BinderRenameSectionType binderRenameSectionValue) { EventType result = new EventType(); result._tag = _tag; - result.exportMembersReportValue = exportMembersReportValue; + result.binderRenameSectionValue = binderRenameSectionValue; return result; } /** * The type of the event with description. * - * @param exportMembersReportFailValue (reports) Failed to create members - * data report. Must not be {@code null}. + * @param binderReorderPageValue (paper) Reordered Binder page (deprecated, + * replaced by 'Edited files'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndExportMembersReportFail(Tag _tag, ExportMembersReportFailType exportMembersReportFailValue) { + private EventType withTagAndBinderReorderPage(Tag _tag, BinderReorderPageType binderReorderPageValue) { EventType result = new EventType(); result._tag = _tag; - result.exportMembersReportFailValue = exportMembersReportFailValue; + result.binderReorderPageValue = binderReorderPageValue; return result; } /** * The type of the event with description. * - * @param externalSharingCreateReportValue (reports) Created External - * sharing report. Must not be {@code null}. + * @param binderReorderSectionValue (paper) Reordered Binder section + * (deprecated, replaced by 'Edited files'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndExternalSharingCreateReport(Tag _tag, ExternalSharingCreateReportType externalSharingCreateReportValue) { + private EventType withTagAndBinderReorderSection(Tag _tag, BinderReorderSectionType binderReorderSectionValue) { EventType result = new EventType(); result._tag = _tag; - result.externalSharingCreateReportValue = externalSharingCreateReportValue; + result.binderReorderSectionValue = binderReorderSectionValue; return result; } /** * The type of the event with description. * - * @param externalSharingReportFailedValue (reports) Couldn't create - * External sharing report. Must not be {@code null}. + * @param paperContentAddMemberValue (paper) Added users and/or groups to + * Paper doc/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndExternalSharingReportFailed(Tag _tag, ExternalSharingReportFailedType externalSharingReportFailedValue) { + private EventType withTagAndPaperContentAddMember(Tag _tag, PaperContentAddMemberType paperContentAddMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.externalSharingReportFailedValue = externalSharingReportFailedValue; + result.paperContentAddMemberValue = paperContentAddMemberValue; return result; } /** * The type of the event with description. * - * @param noExpirationLinkGenCreateReportValue (reports) Report created: - * Links created with no expiration. Must not be {@code null}. + * @param paperContentAddToFolderValue (paper) Added Paper doc/folder to + * folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoExpirationLinkGenCreateReport(Tag _tag, NoExpirationLinkGenCreateReportType noExpirationLinkGenCreateReportValue) { + private EventType withTagAndPaperContentAddToFolder(Tag _tag, PaperContentAddToFolderType paperContentAddToFolderValue) { EventType result = new EventType(); result._tag = _tag; - result.noExpirationLinkGenCreateReportValue = noExpirationLinkGenCreateReportValue; + result.paperContentAddToFolderValue = paperContentAddToFolderValue; return result; } /** * The type of the event with description. * - * @param noExpirationLinkGenReportFailedValue (reports) Couldn't create - * report: Links created with no expiration. Must not be {@code null}. + * @param paperContentArchiveValue (paper) Archived Paper doc/folder. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoExpirationLinkGenReportFailed(Tag _tag, NoExpirationLinkGenReportFailedType noExpirationLinkGenReportFailedValue) { + private EventType withTagAndPaperContentArchive(Tag _tag, PaperContentArchiveType paperContentArchiveValue) { EventType result = new EventType(); result._tag = _tag; - result.noExpirationLinkGenReportFailedValue = noExpirationLinkGenReportFailedValue; + result.paperContentArchiveValue = paperContentArchiveValue; return result; } /** * The type of the event with description. * - * @param noPasswordLinkGenCreateReportValue (reports) Report created: - * Links created without passwords. Must not be {@code null}. + * @param paperContentCreateValue (paper) Created Paper doc/folder. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoPasswordLinkGenCreateReport(Tag _tag, NoPasswordLinkGenCreateReportType noPasswordLinkGenCreateReportValue) { + private EventType withTagAndPaperContentCreate(Tag _tag, PaperContentCreateType paperContentCreateValue) { EventType result = new EventType(); result._tag = _tag; - result.noPasswordLinkGenCreateReportValue = noPasswordLinkGenCreateReportValue; + result.paperContentCreateValue = paperContentCreateValue; return result; } /** * The type of the event with description. * - * @param noPasswordLinkGenReportFailedValue (reports) Couldn't create - * report: Links created without passwords. Must not be {@code null}. + * @param paperContentPermanentlyDeleteValue (paper) Permanently deleted + * Paper doc/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoPasswordLinkGenReportFailed(Tag _tag, NoPasswordLinkGenReportFailedType noPasswordLinkGenReportFailedValue) { + private EventType withTagAndPaperContentPermanentlyDelete(Tag _tag, PaperContentPermanentlyDeleteType paperContentPermanentlyDeleteValue) { EventType result = new EventType(); result._tag = _tag; - result.noPasswordLinkGenReportFailedValue = noPasswordLinkGenReportFailedValue; + result.paperContentPermanentlyDeleteValue = paperContentPermanentlyDeleteValue; return result; } /** * The type of the event with description. * - * @param noPasswordLinkViewCreateReportValue (reports) Report created: - * Views of links without passwords. Must not be {@code null}. + * @param paperContentRemoveFromFolderValue (paper) Removed Paper + * doc/folder from folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoPasswordLinkViewCreateReport(Tag _tag, NoPasswordLinkViewCreateReportType noPasswordLinkViewCreateReportValue) { + private EventType withTagAndPaperContentRemoveFromFolder(Tag _tag, PaperContentRemoveFromFolderType paperContentRemoveFromFolderValue) { EventType result = new EventType(); result._tag = _tag; - result.noPasswordLinkViewCreateReportValue = noPasswordLinkViewCreateReportValue; + result.paperContentRemoveFromFolderValue = paperContentRemoveFromFolderValue; return result; } /** * The type of the event with description. * - * @param noPasswordLinkViewReportFailedValue (reports) Couldn't create - * report: Views of links without passwords. Must not be {@code null}. + * @param paperContentRemoveMemberValue (paper) Removed users and/or groups + * from Paper doc/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoPasswordLinkViewReportFailed(Tag _tag, NoPasswordLinkViewReportFailedType noPasswordLinkViewReportFailedValue) { + private EventType withTagAndPaperContentRemoveMember(Tag _tag, PaperContentRemoveMemberType paperContentRemoveMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.noPasswordLinkViewReportFailedValue = noPasswordLinkViewReportFailedValue; + result.paperContentRemoveMemberValue = paperContentRemoveMemberValue; return result; } /** * The type of the event with description. * - * @param outdatedLinkViewCreateReportValue (reports) Report created: Views - * of old links. Must not be {@code null}. + * @param paperContentRenameValue (paper) Renamed Paper doc/folder. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndOutdatedLinkViewCreateReport(Tag _tag, OutdatedLinkViewCreateReportType outdatedLinkViewCreateReportValue) { + private EventType withTagAndPaperContentRename(Tag _tag, PaperContentRenameType paperContentRenameValue) { EventType result = new EventType(); result._tag = _tag; - result.outdatedLinkViewCreateReportValue = outdatedLinkViewCreateReportValue; + result.paperContentRenameValue = paperContentRenameValue; return result; } /** * The type of the event with description. * - * @param outdatedLinkViewReportFailedValue (reports) Couldn't create - * report: Views of old links. Must not be {@code null}. + * @param paperContentRestoreValue (paper) Restored archived Paper + * doc/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndOutdatedLinkViewReportFailed(Tag _tag, OutdatedLinkViewReportFailedType outdatedLinkViewReportFailedValue) { + private EventType withTagAndPaperContentRestore(Tag _tag, PaperContentRestoreType paperContentRestoreValue) { EventType result = new EventType(); result._tag = _tag; - result.outdatedLinkViewReportFailedValue = outdatedLinkViewReportFailedValue; + result.paperContentRestoreValue = paperContentRestoreValue; return result; } /** * The type of the event with description. * - * @param paperAdminExportStartValue (reports) Exported all team Paper - * docs. Must not be {@code null}. + * @param paperDocAddCommentValue (paper) Added Paper doc comment. Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperAdminExportStart(Tag _tag, PaperAdminExportStartType paperAdminExportStartValue) { + private EventType withTagAndPaperDocAddComment(Tag _tag, PaperDocAddCommentType paperDocAddCommentValue) { EventType result = new EventType(); result._tag = _tag; - result.paperAdminExportStartValue = paperAdminExportStartValue; + result.paperDocAddCommentValue = paperDocAddCommentValue; return result; } /** * The type of the event with description. * - * @param ransomwareAlertCreateReportValue (reports) Created ransomware - * report. Must not be {@code null}. + * @param paperDocChangeMemberRoleValue (paper) Changed member permissions + * for Paper doc. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndRansomwareAlertCreateReport(Tag _tag, RansomwareAlertCreateReportType ransomwareAlertCreateReportValue) { + private EventType withTagAndPaperDocChangeMemberRole(Tag _tag, PaperDocChangeMemberRoleType paperDocChangeMemberRoleValue) { EventType result = new EventType(); result._tag = _tag; - result.ransomwareAlertCreateReportValue = ransomwareAlertCreateReportValue; + result.paperDocChangeMemberRoleValue = paperDocChangeMemberRoleValue; return result; } /** * The type of the event with description. * - * @param ransomwareAlertCreateReportFailedValue (reports) Couldn't - * generate ransomware report. Must not be {@code null}. + * @param paperDocChangeSharingPolicyValue (paper) Changed sharing setting + * for Paper doc. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndRansomwareAlertCreateReportFailed(Tag _tag, RansomwareAlertCreateReportFailedType ransomwareAlertCreateReportFailedValue) { + private EventType withTagAndPaperDocChangeSharingPolicy(Tag _tag, PaperDocChangeSharingPolicyType paperDocChangeSharingPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.ransomwareAlertCreateReportFailedValue = ransomwareAlertCreateReportFailedValue; + result.paperDocChangeSharingPolicyValue = paperDocChangeSharingPolicyValue; return result; } /** * The type of the event with description. * - * @param smartSyncCreateAdminPrivilegeReportValue (reports) Created Smart - * Sync non-admin devices report. Must not be {@code null}. + * @param paperDocChangeSubscriptionValue (paper) Followed/unfollowed Paper + * doc. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSmartSyncCreateAdminPrivilegeReport(Tag _tag, SmartSyncCreateAdminPrivilegeReportType smartSyncCreateAdminPrivilegeReportValue) { + private EventType withTagAndPaperDocChangeSubscription(Tag _tag, PaperDocChangeSubscriptionType paperDocChangeSubscriptionValue) { EventType result = new EventType(); result._tag = _tag; - result.smartSyncCreateAdminPrivilegeReportValue = smartSyncCreateAdminPrivilegeReportValue; + result.paperDocChangeSubscriptionValue = paperDocChangeSubscriptionValue; return result; } /** * The type of the event with description. * - * @param teamActivityCreateReportValue (reports) Created team activity - * report. Must not be {@code null}. + * @param paperDocDeletedValue (paper) Archived Paper doc (deprecated, no + * longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamActivityCreateReport(Tag _tag, TeamActivityCreateReportType teamActivityCreateReportValue) { + private EventType withTagAndPaperDocDeleted(Tag _tag, PaperDocDeletedType paperDocDeletedValue) { EventType result = new EventType(); result._tag = _tag; - result.teamActivityCreateReportValue = teamActivityCreateReportValue; + result.paperDocDeletedValue = paperDocDeletedValue; return result; } /** * The type of the event with description. * - * @param teamActivityCreateReportFailValue (reports) Couldn't generate - * team activity report. Must not be {@code null}. + * @param paperDocDeleteCommentValue (paper) Deleted Paper doc comment. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamActivityCreateReportFail(Tag _tag, TeamActivityCreateReportFailType teamActivityCreateReportFailValue) { + private EventType withTagAndPaperDocDeleteComment(Tag _tag, PaperDocDeleteCommentType paperDocDeleteCommentValue) { EventType result = new EventType(); result._tag = _tag; - result.teamActivityCreateReportFailValue = teamActivityCreateReportFailValue; + result.paperDocDeleteCommentValue = paperDocDeleteCommentValue; return result; } /** * The type of the event with description. * - * @param collectionShareValue (sharing) Shared album. Must not be {@code - * null}. + * @param paperDocDownloadValue (paper) Downloaded Paper doc in specific + * format. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndCollectionShare(Tag _tag, CollectionShareType collectionShareValue) { + private EventType withTagAndPaperDocDownload(Tag _tag, PaperDocDownloadType paperDocDownloadValue) { EventType result = new EventType(); result._tag = _tag; - result.collectionShareValue = collectionShareValue; + result.paperDocDownloadValue = paperDocDownloadValue; return result; } /** * The type of the event with description. * - * @param fileTransfersFileAddValue (sharing) Transfer files added. Must - * not be {@code null}. + * @param paperDocEditValue (paper) Edited Paper doc. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileTransfersFileAdd(Tag _tag, FileTransfersFileAddType fileTransfersFileAddValue) { + private EventType withTagAndPaperDocEdit(Tag _tag, PaperDocEditType paperDocEditValue) { EventType result = new EventType(); result._tag = _tag; - result.fileTransfersFileAddValue = fileTransfersFileAddValue; + result.paperDocEditValue = paperDocEditValue; return result; } /** * The type of the event with description. * - * @param fileTransfersTransferDeleteValue (sharing) Deleted transfer. Must + * @param paperDocEditCommentValue (paper) Edited Paper doc comment. Must * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileTransfersTransferDelete(Tag _tag, FileTransfersTransferDeleteType fileTransfersTransferDeleteValue) { + private EventType withTagAndPaperDocEditComment(Tag _tag, PaperDocEditCommentType paperDocEditCommentValue) { EventType result = new EventType(); result._tag = _tag; - result.fileTransfersTransferDeleteValue = fileTransfersTransferDeleteValue; + result.paperDocEditCommentValue = paperDocEditCommentValue; return result; } /** * The type of the event with description. * - * @param fileTransfersTransferDownloadValue (sharing) Transfer downloaded. - * Must not be {@code null}. + * @param paperDocFollowedValue (paper) Followed Paper doc (deprecated, + * replaced by 'Followed/unfollowed Paper doc'). Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileTransfersTransferDownload(Tag _tag, FileTransfersTransferDownloadType fileTransfersTransferDownloadValue) { + private EventType withTagAndPaperDocFollowed(Tag _tag, PaperDocFollowedType paperDocFollowedValue) { EventType result = new EventType(); result._tag = _tag; - result.fileTransfersTransferDownloadValue = fileTransfersTransferDownloadValue; + result.paperDocFollowedValue = paperDocFollowedValue; return result; } /** * The type of the event with description. * - * @param fileTransfersTransferSendValue (sharing) Sent transfer. Must not - * be {@code null}. + * @param paperDocMentionValue (paper) Mentioned user in Paper doc. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileTransfersTransferSend(Tag _tag, FileTransfersTransferSendType fileTransfersTransferSendValue) { + private EventType withTagAndPaperDocMention(Tag _tag, PaperDocMentionType paperDocMentionValue) { EventType result = new EventType(); result._tag = _tag; - result.fileTransfersTransferSendValue = fileTransfersTransferSendValue; + result.paperDocMentionValue = paperDocMentionValue; return result; } /** * The type of the event with description. * - * @param fileTransfersTransferViewValue (sharing) Viewed transfer. Must - * not be {@code null}. + * @param paperDocOwnershipChangedValue (paper) Transferred ownership of + * Paper doc. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileTransfersTransferView(Tag _tag, FileTransfersTransferViewType fileTransfersTransferViewValue) { + private EventType withTagAndPaperDocOwnershipChanged(Tag _tag, PaperDocOwnershipChangedType paperDocOwnershipChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.fileTransfersTransferViewValue = fileTransfersTransferViewValue; + result.paperDocOwnershipChangedValue = paperDocOwnershipChangedValue; return result; } /** * The type of the event with description. * - * @param noteAclInviteOnlyValue (sharing) Changed Paper doc to invite-only - * (deprecated, no longer logged). Must not be {@code null}. + * @param paperDocRequestAccessValue (paper) Requested access to Paper doc. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoteAclInviteOnly(Tag _tag, NoteAclInviteOnlyType noteAclInviteOnlyValue) { + private EventType withTagAndPaperDocRequestAccess(Tag _tag, PaperDocRequestAccessType paperDocRequestAccessValue) { EventType result = new EventType(); result._tag = _tag; - result.noteAclInviteOnlyValue = noteAclInviteOnlyValue; + result.paperDocRequestAccessValue = paperDocRequestAccessValue; return result; } /** * The type of the event with description. * - * @param noteAclLinkValue (sharing) Changed Paper doc to link-accessible - * (deprecated, no longer logged). Must not be {@code null}. + * @param paperDocResolveCommentValue (paper) Resolved Paper doc comment. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoteAclLink(Tag _tag, NoteAclLinkType noteAclLinkValue) { + private EventType withTagAndPaperDocResolveComment(Tag _tag, PaperDocResolveCommentType paperDocResolveCommentValue) { EventType result = new EventType(); result._tag = _tag; - result.noteAclLinkValue = noteAclLinkValue; + result.paperDocResolveCommentValue = paperDocResolveCommentValue; return result; } /** * The type of the event with description. * - * @param noteAclTeamLinkValue (sharing) Changed Paper doc to - * link-accessible for team (deprecated, no longer logged). Must not be - * {@code null}. + * @param paperDocRevertValue (paper) Restored Paper doc to previous + * version. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoteAclTeamLink(Tag _tag, NoteAclTeamLinkType noteAclTeamLinkValue) { + private EventType withTagAndPaperDocRevert(Tag _tag, PaperDocRevertType paperDocRevertValue) { EventType result = new EventType(); result._tag = _tag; - result.noteAclTeamLinkValue = noteAclTeamLinkValue; + result.paperDocRevertValue = paperDocRevertValue; return result; } /** * The type of the event with description. * - * @param noteSharedValue (sharing) Shared Paper doc (deprecated, no longer - * logged). Must not be {@code null}. + * @param paperDocSlackShareValue (paper) Shared Paper doc via Slack. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoteShared(Tag _tag, NoteSharedType noteSharedValue) { + private EventType withTagAndPaperDocSlackShare(Tag _tag, PaperDocSlackShareType paperDocSlackShareValue) { EventType result = new EventType(); result._tag = _tag; - result.noteSharedValue = noteSharedValue; + result.paperDocSlackShareValue = paperDocSlackShareValue; return result; } /** * The type of the event with description. * - * @param noteShareReceiveValue (sharing) Shared received Paper doc - * (deprecated, no longer logged). Must not be {@code null}. + * @param paperDocTeamInviteValue (paper) Shared Paper doc with users + * and/or groups (deprecated, no longer logged). Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNoteShareReceive(Tag _tag, NoteShareReceiveType noteShareReceiveValue) { + private EventType withTagAndPaperDocTeamInvite(Tag _tag, PaperDocTeamInviteType paperDocTeamInviteValue) { EventType result = new EventType(); result._tag = _tag; - result.noteShareReceiveValue = noteShareReceiveValue; + result.paperDocTeamInviteValue = paperDocTeamInviteValue; return result; } /** * The type of the event with description. * - * @param openNoteSharedValue (sharing) Opened shared Paper doc - * (deprecated, no longer logged). Must not be {@code null}. + * @param paperDocTrashedValue (paper) Deleted Paper doc. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndOpenNoteShared(Tag _tag, OpenNoteSharedType openNoteSharedValue) { + private EventType withTagAndPaperDocTrashed(Tag _tag, PaperDocTrashedType paperDocTrashedValue) { EventType result = new EventType(); result._tag = _tag; - result.openNoteSharedValue = openNoteSharedValue; + result.paperDocTrashedValue = paperDocTrashedValue; return result; } /** * The type of the event with description. * - * @param replayFileSharedLinkCreatedValue (sharing) Created shared link in - * Replay. Must not be {@code null}. + * @param paperDocUnresolveCommentValue (paper) Unresolved Paper doc + * comment. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndReplayFileSharedLinkCreated(Tag _tag, ReplayFileSharedLinkCreatedType replayFileSharedLinkCreatedValue) { + private EventType withTagAndPaperDocUnresolveComment(Tag _tag, PaperDocUnresolveCommentType paperDocUnresolveCommentValue) { EventType result = new EventType(); result._tag = _tag; - result.replayFileSharedLinkCreatedValue = replayFileSharedLinkCreatedValue; + result.paperDocUnresolveCommentValue = paperDocUnresolveCommentValue; return result; } /** * The type of the event with description. * - * @param replayFileSharedLinkModifiedValue (sharing) Modified shared link - * in Replay. Must not be {@code null}. + * @param paperDocUntrashedValue (paper) Restored Paper doc. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndReplayFileSharedLinkModified(Tag _tag, ReplayFileSharedLinkModifiedType replayFileSharedLinkModifiedValue) { + private EventType withTagAndPaperDocUntrashed(Tag _tag, PaperDocUntrashedType paperDocUntrashedValue) { EventType result = new EventType(); result._tag = _tag; - result.replayFileSharedLinkModifiedValue = replayFileSharedLinkModifiedValue; + result.paperDocUntrashedValue = paperDocUntrashedValue; return result; } /** * The type of the event with description. * - * @param replayProjectTeamAddValue (sharing) Added member to Replay - * Project. Must not be {@code null}. + * @param paperDocViewValue (paper) Viewed Paper doc. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndReplayProjectTeamAdd(Tag _tag, ReplayProjectTeamAddType replayProjectTeamAddValue) { + private EventType withTagAndPaperDocView(Tag _tag, PaperDocViewType paperDocViewValue) { EventType result = new EventType(); result._tag = _tag; - result.replayProjectTeamAddValue = replayProjectTeamAddValue; + result.paperDocViewValue = paperDocViewValue; return result; } /** * The type of the event with description. * - * @param replayProjectTeamDeleteValue (sharing) Removed member from Replay - * Project. Must not be {@code null}. + * @param paperExternalViewAllowValue (paper) Changed Paper external + * sharing setting to anyone (deprecated, no longer logged). Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndReplayProjectTeamDelete(Tag _tag, ReplayProjectTeamDeleteType replayProjectTeamDeleteValue) { + private EventType withTagAndPaperExternalViewAllow(Tag _tag, PaperExternalViewAllowType paperExternalViewAllowValue) { EventType result = new EventType(); result._tag = _tag; - result.replayProjectTeamDeleteValue = replayProjectTeamDeleteValue; + result.paperExternalViewAllowValue = paperExternalViewAllowValue; return result; } /** * The type of the event with description. * - * @param sfAddGroupValue (sharing) Added team to shared folder - * (deprecated, no longer logged). Must not be {@code null}. + * @param paperExternalViewDefaultTeamValue (paper) Changed Paper external + * sharing setting to default team (deprecated, no longer logged). Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfAddGroup(Tag _tag, SfAddGroupType sfAddGroupValue) { + private EventType withTagAndPaperExternalViewDefaultTeam(Tag _tag, PaperExternalViewDefaultTeamType paperExternalViewDefaultTeamValue) { EventType result = new EventType(); result._tag = _tag; - result.sfAddGroupValue = sfAddGroupValue; + result.paperExternalViewDefaultTeamValue = paperExternalViewDefaultTeamValue; return result; } /** * The type of the event with description. * - * @param sfAllowNonMembersToViewSharedLinksValue (sharing) Allowed - * non-collaborators to view links to files in shared folder - * (deprecated, no longer logged). Must not be {@code null}. + * @param paperExternalViewForbidValue (paper) Changed Paper external + * sharing setting to team-only (deprecated, no longer logged). Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfAllowNonMembersToViewSharedLinks(Tag _tag, SfAllowNonMembersToViewSharedLinksType sfAllowNonMembersToViewSharedLinksValue) { + private EventType withTagAndPaperExternalViewForbid(Tag _tag, PaperExternalViewForbidType paperExternalViewForbidValue) { EventType result = new EventType(); result._tag = _tag; - result.sfAllowNonMembersToViewSharedLinksValue = sfAllowNonMembersToViewSharedLinksValue; + result.paperExternalViewForbidValue = paperExternalViewForbidValue; return result; } /** * The type of the event with description. * - * @param sfExternalInviteWarnValue (sharing) Set team members to see - * warning before sharing folders outside team (deprecated, no longer - * logged). Must not be {@code null}. + * @param paperFolderChangeSubscriptionValue (paper) Followed/unfollowed + * Paper folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfExternalInviteWarn(Tag _tag, SfExternalInviteWarnType sfExternalInviteWarnValue) { + private EventType withTagAndPaperFolderChangeSubscription(Tag _tag, PaperFolderChangeSubscriptionType paperFolderChangeSubscriptionValue) { EventType result = new EventType(); result._tag = _tag; - result.sfExternalInviteWarnValue = sfExternalInviteWarnValue; + result.paperFolderChangeSubscriptionValue = paperFolderChangeSubscriptionValue; return result; } /** * The type of the event with description. * - * @param sfFbInviteValue (sharing) Invited Facebook users to shared folder + * @param paperFolderDeletedValue (paper) Archived Paper folder * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfFbInvite(Tag _tag, SfFbInviteType sfFbInviteValue) { + private EventType withTagAndPaperFolderDeleted(Tag _tag, PaperFolderDeletedType paperFolderDeletedValue) { EventType result = new EventType(); result._tag = _tag; - result.sfFbInviteValue = sfFbInviteValue; + result.paperFolderDeletedValue = paperFolderDeletedValue; return result; } /** * The type of the event with description. * - * @param sfFbInviteChangeRoleValue (sharing) Changed Facebook user's role - * in shared folder (deprecated, no longer logged). Must not be {@code - * null}. + * @param paperFolderFollowedValue (paper) Followed Paper folder + * (deprecated, replaced by 'Followed/unfollowed Paper folder'). Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfFbInviteChangeRole(Tag _tag, SfFbInviteChangeRoleType sfFbInviteChangeRoleValue) { + private EventType withTagAndPaperFolderFollowed(Tag _tag, PaperFolderFollowedType paperFolderFollowedValue) { EventType result = new EventType(); result._tag = _tag; - result.sfFbInviteChangeRoleValue = sfFbInviteChangeRoleValue; + result.paperFolderFollowedValue = paperFolderFollowedValue; return result; } /** * The type of the event with description. * - * @param sfFbUninviteValue (sharing) Uninvited Facebook user from shared - * folder (deprecated, no longer logged). Must not be {@code null}. + * @param paperFolderTeamInviteValue (paper) Shared Paper folder with users + * and/or groups (deprecated, no longer logged). Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfFbUninvite(Tag _tag, SfFbUninviteType sfFbUninviteValue) { + private EventType withTagAndPaperFolderTeamInvite(Tag _tag, PaperFolderTeamInviteType paperFolderTeamInviteValue) { EventType result = new EventType(); result._tag = _tag; - result.sfFbUninviteValue = sfFbUninviteValue; + result.paperFolderTeamInviteValue = paperFolderTeamInviteValue; return result; } /** * The type of the event with description. * - * @param sfInviteGroupValue (sharing) Invited group to shared folder - * (deprecated, no longer logged). Must not be {@code null}. + * @param paperPublishedLinkChangePermissionValue (paper) Changed + * permissions for published doc. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfInviteGroup(Tag _tag, SfInviteGroupType sfInviteGroupValue) { + private EventType withTagAndPaperPublishedLinkChangePermission(Tag _tag, PaperPublishedLinkChangePermissionType paperPublishedLinkChangePermissionValue) { EventType result = new EventType(); result._tag = _tag; - result.sfInviteGroupValue = sfInviteGroupValue; + result.paperPublishedLinkChangePermissionValue = paperPublishedLinkChangePermissionValue; return result; } /** * The type of the event with description. * - * @param sfTeamGrantAccessValue (sharing) Granted access to shared folder - * (deprecated, no longer logged). Must not be {@code null}. + * @param paperPublishedLinkCreateValue (paper) Published doc. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfTeamGrantAccess(Tag _tag, SfTeamGrantAccessType sfTeamGrantAccessValue) { + private EventType withTagAndPaperPublishedLinkCreate(Tag _tag, PaperPublishedLinkCreateType paperPublishedLinkCreateValue) { EventType result = new EventType(); result._tag = _tag; - result.sfTeamGrantAccessValue = sfTeamGrantAccessValue; + result.paperPublishedLinkCreateValue = paperPublishedLinkCreateValue; return result; } /** * The type of the event with description. * - * @param sfTeamInviteValue (sharing) Invited team members to shared folder - * (deprecated, replaced by 'Invited user to Dropbox and added them to - * shared file/folder'). Must not be {@code null}. + * @param paperPublishedLinkDisabledValue (paper) Unpublished doc. Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfTeamInvite(Tag _tag, SfTeamInviteType sfTeamInviteValue) { + private EventType withTagAndPaperPublishedLinkDisabled(Tag _tag, PaperPublishedLinkDisabledType paperPublishedLinkDisabledValue) { EventType result = new EventType(); result._tag = _tag; - result.sfTeamInviteValue = sfTeamInviteValue; + result.paperPublishedLinkDisabledValue = paperPublishedLinkDisabledValue; return result; } /** * The type of the event with description. * - * @param sfTeamInviteChangeRoleValue (sharing) Changed team member's role - * in shared folder (deprecated, no longer logged). Must not be {@code - * null}. + * @param paperPublishedLinkViewValue (paper) Viewed published doc. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfTeamInviteChangeRole(Tag _tag, SfTeamInviteChangeRoleType sfTeamInviteChangeRoleValue) { + private EventType withTagAndPaperPublishedLinkView(Tag _tag, PaperPublishedLinkViewType paperPublishedLinkViewValue) { EventType result = new EventType(); result._tag = _tag; - result.sfTeamInviteChangeRoleValue = sfTeamInviteChangeRoleValue; + result.paperPublishedLinkViewValue = paperPublishedLinkViewValue; return result; } /** * The type of the event with description. * - * @param sfTeamJoinValue (sharing) Joined team member's shared folder - * (deprecated, no longer logged). Must not be {@code null}. - * @param _tag Discriminating tag for this instance. + * @param passwordChangeValue (passwords) Changed password. Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfTeamJoin(Tag _tag, SfTeamJoinType sfTeamJoinValue) { + private EventType withTagAndPasswordChange(Tag _tag, PasswordChangeType passwordChangeValue) { EventType result = new EventType(); result._tag = _tag; - result.sfTeamJoinValue = sfTeamJoinValue; + result.passwordChangeValue = passwordChangeValue; return result; } /** * The type of the event with description. * - * @param sfTeamJoinFromOobLinkValue (sharing) Joined team member's shared - * folder from link (deprecated, no longer logged). Must not be {@code + * @param passwordResetValue (passwords) Reset password. Must not be {@code * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfTeamJoinFromOobLink(Tag _tag, SfTeamJoinFromOobLinkType sfTeamJoinFromOobLinkValue) { + private EventType withTagAndPasswordReset(Tag _tag, PasswordResetType passwordResetValue) { EventType result = new EventType(); result._tag = _tag; - result.sfTeamJoinFromOobLinkValue = sfTeamJoinFromOobLinkValue; + result.passwordResetValue = passwordResetValue; return result; } /** * The type of the event with description. * - * @param sfTeamUninviteValue (sharing) Unshared folder with team member - * (deprecated, replaced by 'Removed invitee from shared file/folder - * before invite was accepted'). Must not be {@code null}. + * @param passwordResetAllValue (passwords) Reset all team member + * passwords. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSfTeamUninvite(Tag _tag, SfTeamUninviteType sfTeamUninviteValue) { + private EventType withTagAndPasswordResetAll(Tag _tag, PasswordResetAllType passwordResetAllValue) { EventType result = new EventType(); result._tag = _tag; - result.sfTeamUninviteValue = sfTeamUninviteValue; + result.passwordResetAllValue = passwordResetAllValue; return result; } /** * The type of the event with description. * - * @param sharedContentAddInviteesValue (sharing) Invited user to Dropbox - * and added them to shared file/folder. Must not be {@code null}. + * @param classificationCreateReportValue (reports) Created Classification + * report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentAddInvitees(Tag _tag, SharedContentAddInviteesType sharedContentAddInviteesValue) { + private EventType withTagAndClassificationCreateReport(Tag _tag, ClassificationCreateReportType classificationCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentAddInviteesValue = sharedContentAddInviteesValue; + result.classificationCreateReportValue = classificationCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentAddLinkExpiryValue (sharing) Added expiration date - * to link for shared file/folder (deprecated, no longer logged). Must - * not be {@code null}. + * @param classificationCreateReportFailValue (reports) Couldn't create + * Classification report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentAddLinkExpiry(Tag _tag, SharedContentAddLinkExpiryType sharedContentAddLinkExpiryValue) { + private EventType withTagAndClassificationCreateReportFail(Tag _tag, ClassificationCreateReportFailType classificationCreateReportFailValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentAddLinkExpiryValue = sharedContentAddLinkExpiryValue; + result.classificationCreateReportFailValue = classificationCreateReportFailValue; return result; } /** * The type of the event with description. * - * @param sharedContentAddLinkPasswordValue (sharing) Added password to - * link for shared file/folder (deprecated, no longer logged). Must not - * be {@code null}. + * @param emmCreateExceptionsReportValue (reports) Created EMM-excluded + * users report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentAddLinkPassword(Tag _tag, SharedContentAddLinkPasswordType sharedContentAddLinkPasswordValue) { + private EventType withTagAndEmmCreateExceptionsReport(Tag _tag, EmmCreateExceptionsReportType emmCreateExceptionsReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentAddLinkPasswordValue = sharedContentAddLinkPasswordValue; + result.emmCreateExceptionsReportValue = emmCreateExceptionsReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentAddMemberValue (sharing) Added users and/or groups - * to shared file/folder. Must not be {@code null}. + * @param emmCreateUsageReportValue (reports) Created EMM mobile app usage + * report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentAddMember(Tag _tag, SharedContentAddMemberType sharedContentAddMemberValue) { + private EventType withTagAndEmmCreateUsageReport(Tag _tag, EmmCreateUsageReportType emmCreateUsageReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentAddMemberValue = sharedContentAddMemberValue; + result.emmCreateUsageReportValue = emmCreateUsageReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentChangeDownloadsPolicyValue (sharing) Changed whether - * members can download shared file/folder (deprecated, no longer - * logged). Must not be {@code null}. + * @param exportMembersReportValue (reports) Created member data report. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentChangeDownloadsPolicy(Tag _tag, SharedContentChangeDownloadsPolicyType sharedContentChangeDownloadsPolicyValue) { + private EventType withTagAndExportMembersReport(Tag _tag, ExportMembersReportType exportMembersReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentChangeDownloadsPolicyValue = sharedContentChangeDownloadsPolicyValue; + result.exportMembersReportValue = exportMembersReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentChangeInviteeRoleValue (sharing) Changed access type - * of invitee to shared file/folder before invite was accepted. Must not - * be {@code null}. + * @param exportMembersReportFailValue (reports) Failed to create members + * data report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentChangeInviteeRole(Tag _tag, SharedContentChangeInviteeRoleType sharedContentChangeInviteeRoleValue) { + private EventType withTagAndExportMembersReportFail(Tag _tag, ExportMembersReportFailType exportMembersReportFailValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentChangeInviteeRoleValue = sharedContentChangeInviteeRoleValue; + result.exportMembersReportFailValue = exportMembersReportFailValue; return result; } /** * The type of the event with description. * - * @param sharedContentChangeLinkAudienceValue (sharing) Changed link - * audience of shared file/folder (deprecated, no longer logged). Must - * not be {@code null}. + * @param externalSharingCreateReportValue (reports) Created External + * sharing report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentChangeLinkAudience(Tag _tag, SharedContentChangeLinkAudienceType sharedContentChangeLinkAudienceValue) { + private EventType withTagAndExternalSharingCreateReport(Tag _tag, ExternalSharingCreateReportType externalSharingCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentChangeLinkAudienceValue = sharedContentChangeLinkAudienceValue; + result.externalSharingCreateReportValue = externalSharingCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentChangeLinkExpiryValue (sharing) Changed link - * expiration of shared file/folder (deprecated, no longer logged). Must - * not be {@code null}. + * @param externalSharingReportFailedValue (reports) Couldn't create + * External sharing report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentChangeLinkExpiry(Tag _tag, SharedContentChangeLinkExpiryType sharedContentChangeLinkExpiryValue) { + private EventType withTagAndExternalSharingReportFailed(Tag _tag, ExternalSharingReportFailedType externalSharingReportFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentChangeLinkExpiryValue = sharedContentChangeLinkExpiryValue; + result.externalSharingReportFailedValue = externalSharingReportFailedValue; return result; } /** * The type of the event with description. * - * @param sharedContentChangeLinkPasswordValue (sharing) Changed link - * password of shared file/folder (deprecated, no longer logged). Must - * not be {@code null}. + * @param memberAccessDetailsCreateReportValue (reports) Created member + * access report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentChangeLinkPassword(Tag _tag, SharedContentChangeLinkPasswordType sharedContentChangeLinkPasswordValue) { + private EventType withTagAndMemberAccessDetailsCreateReport(Tag _tag, MemberAccessDetailsCreateReportType memberAccessDetailsCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentChangeLinkPasswordValue = sharedContentChangeLinkPasswordValue; + result.memberAccessDetailsCreateReportValue = memberAccessDetailsCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentChangeMemberRoleValue (sharing) Changed access type - * of shared file/folder member. Must not be {@code null}. + * @param memberAccessDetailsCreateReportFailedValue (reports) Couldn't + * generate member access report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentChangeMemberRole(Tag _tag, SharedContentChangeMemberRoleType sharedContentChangeMemberRoleValue) { + private EventType withTagAndMemberAccessDetailsCreateReportFailed(Tag _tag, MemberAccessDetailsCreateReportFailedType memberAccessDetailsCreateReportFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentChangeMemberRoleValue = sharedContentChangeMemberRoleValue; + result.memberAccessDetailsCreateReportFailedValue = memberAccessDetailsCreateReportFailedValue; return result; } /** * The type of the event with description. * - * @param sharedContentChangeViewerInfoPolicyValue (sharing) Changed - * whether members can see who viewed shared file/folder. Must not be - * {@code null}. + * @param noExpirationLinkGenCreateReportValue (reports) Report created: + * Links created with no expiration. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentChangeViewerInfoPolicy(Tag _tag, SharedContentChangeViewerInfoPolicyType sharedContentChangeViewerInfoPolicyValue) { + private EventType withTagAndNoExpirationLinkGenCreateReport(Tag _tag, NoExpirationLinkGenCreateReportType noExpirationLinkGenCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentChangeViewerInfoPolicyValue = sharedContentChangeViewerInfoPolicyValue; + result.noExpirationLinkGenCreateReportValue = noExpirationLinkGenCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentClaimInvitationValue (sharing) Acquired membership - * of shared file/folder by accepting invite. Must not be {@code null}. + * @param noExpirationLinkGenReportFailedValue (reports) Couldn't create + * report: Links created with no expiration. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentClaimInvitation(Tag _tag, SharedContentClaimInvitationType sharedContentClaimInvitationValue) { + private EventType withTagAndNoExpirationLinkGenReportFailed(Tag _tag, NoExpirationLinkGenReportFailedType noExpirationLinkGenReportFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentClaimInvitationValue = sharedContentClaimInvitationValue; + result.noExpirationLinkGenReportFailedValue = noExpirationLinkGenReportFailedValue; return result; } /** * The type of the event with description. * - * @param sharedContentCopyValue (sharing) Copied shared file/folder to own - * Dropbox. Must not be {@code null}. + * @param noPasswordLinkGenCreateReportValue (reports) Report created: + * Links created without passwords. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentCopy(Tag _tag, SharedContentCopyType sharedContentCopyValue) { + private EventType withTagAndNoPasswordLinkGenCreateReport(Tag _tag, NoPasswordLinkGenCreateReportType noPasswordLinkGenCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentCopyValue = sharedContentCopyValue; + result.noPasswordLinkGenCreateReportValue = noPasswordLinkGenCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentDownloadValue (sharing) Downloaded shared - * file/folder. Must not be {@code null}. + * @param noPasswordLinkGenReportFailedValue (reports) Couldn't create + * report: Links created without passwords. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentDownload(Tag _tag, SharedContentDownloadType sharedContentDownloadValue) { + private EventType withTagAndNoPasswordLinkGenReportFailed(Tag _tag, NoPasswordLinkGenReportFailedType noPasswordLinkGenReportFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentDownloadValue = sharedContentDownloadValue; + result.noPasswordLinkGenReportFailedValue = noPasswordLinkGenReportFailedValue; return result; } /** * The type of the event with description. * - * @param sharedContentRelinquishMembershipValue (sharing) Left shared - * file/folder. Must not be {@code null}. + * @param noPasswordLinkViewCreateReportValue (reports) Report created: + * Views of links without passwords. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentRelinquishMembership(Tag _tag, SharedContentRelinquishMembershipType sharedContentRelinquishMembershipValue) { + private EventType withTagAndNoPasswordLinkViewCreateReport(Tag _tag, NoPasswordLinkViewCreateReportType noPasswordLinkViewCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentRelinquishMembershipValue = sharedContentRelinquishMembershipValue; + result.noPasswordLinkViewCreateReportValue = noPasswordLinkViewCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentRemoveInviteesValue (sharing) Removed invitee from - * shared file/folder before invite was accepted. Must not be {@code - * null}. + * @param noPasswordLinkViewReportFailedValue (reports) Couldn't create + * report: Views of links without passwords. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentRemoveInvitees(Tag _tag, SharedContentRemoveInviteesType sharedContentRemoveInviteesValue) { + private EventType withTagAndNoPasswordLinkViewReportFailed(Tag _tag, NoPasswordLinkViewReportFailedType noPasswordLinkViewReportFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentRemoveInviteesValue = sharedContentRemoveInviteesValue; + result.noPasswordLinkViewReportFailedValue = noPasswordLinkViewReportFailedValue; return result; } /** * The type of the event with description. * - * @param sharedContentRemoveLinkExpiryValue (sharing) Removed link - * expiration date of shared file/folder (deprecated, no longer logged). - * Must not be {@code null}. + * @param outdatedLinkViewCreateReportValue (reports) Report created: Views + * of old links. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentRemoveLinkExpiry(Tag _tag, SharedContentRemoveLinkExpiryType sharedContentRemoveLinkExpiryValue) { + private EventType withTagAndOutdatedLinkViewCreateReport(Tag _tag, OutdatedLinkViewCreateReportType outdatedLinkViewCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentRemoveLinkExpiryValue = sharedContentRemoveLinkExpiryValue; + result.outdatedLinkViewCreateReportValue = outdatedLinkViewCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentRemoveLinkPasswordValue (sharing) Removed link - * password of shared file/folder (deprecated, no longer logged). Must - * not be {@code null}. + * @param outdatedLinkViewReportFailedValue (reports) Couldn't create + * report: Views of old links. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentRemoveLinkPassword(Tag _tag, SharedContentRemoveLinkPasswordType sharedContentRemoveLinkPasswordValue) { + private EventType withTagAndOutdatedLinkViewReportFailed(Tag _tag, OutdatedLinkViewReportFailedType outdatedLinkViewReportFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentRemoveLinkPasswordValue = sharedContentRemoveLinkPasswordValue; + result.outdatedLinkViewReportFailedValue = outdatedLinkViewReportFailedValue; return result; } /** * The type of the event with description. * - * @param sharedContentRemoveMemberValue (sharing) Removed user/group from - * shared file/folder. Must not be {@code null}. + * @param paperAdminExportStartValue (reports) Exported all team Paper + * docs. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentRemoveMember(Tag _tag, SharedContentRemoveMemberType sharedContentRemoveMemberValue) { + private EventType withTagAndPaperAdminExportStart(Tag _tag, PaperAdminExportStartType paperAdminExportStartValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentRemoveMemberValue = sharedContentRemoveMemberValue; + result.paperAdminExportStartValue = paperAdminExportStartValue; return result; } /** * The type of the event with description. * - * @param sharedContentRequestAccessValue (sharing) Requested access to - * shared file/folder. Must not be {@code null}. + * @param ransomwareAlertCreateReportValue (reports) Created ransomware + * report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentRequestAccess(Tag _tag, SharedContentRequestAccessType sharedContentRequestAccessValue) { + private EventType withTagAndRansomwareAlertCreateReport(Tag _tag, RansomwareAlertCreateReportType ransomwareAlertCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentRequestAccessValue = sharedContentRequestAccessValue; + result.ransomwareAlertCreateReportValue = ransomwareAlertCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentRestoreInviteesValue (sharing) Restored shared - * file/folder invitees. Must not be {@code null}. + * @param ransomwareAlertCreateReportFailedValue (reports) Couldn't + * generate ransomware report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentRestoreInvitees(Tag _tag, SharedContentRestoreInviteesType sharedContentRestoreInviteesValue) { + private EventType withTagAndRansomwareAlertCreateReportFailed(Tag _tag, RansomwareAlertCreateReportFailedType ransomwareAlertCreateReportFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentRestoreInviteesValue = sharedContentRestoreInviteesValue; + result.ransomwareAlertCreateReportFailedValue = ransomwareAlertCreateReportFailedValue; return result; } /** * The type of the event with description. * - * @param sharedContentRestoreMemberValue (sharing) Restored users and/or - * groups to membership of shared file/folder. Must not be {@code null}. + * @param sharedFoldersCreateReportValue (reports) Created shared folders + * report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentRestoreMember(Tag _tag, SharedContentRestoreMemberType sharedContentRestoreMemberValue) { + private EventType withTagAndSharedFoldersCreateReport(Tag _tag, SharedFoldersCreateReportType sharedFoldersCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentRestoreMemberValue = sharedContentRestoreMemberValue; + result.sharedFoldersCreateReportValue = sharedFoldersCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedContentUnshareValue (sharing) Unshared file/folder by - * clearing membership. Must not be {@code null}. + * @param sharedFoldersCreateReportFailedValue (reports) Couldn't generate + * shared folders report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentUnshare(Tag _tag, SharedContentUnshareType sharedContentUnshareValue) { + private EventType withTagAndSharedFoldersCreateReportFailed(Tag _tag, SharedFoldersCreateReportFailedType sharedFoldersCreateReportFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentUnshareValue = sharedContentUnshareValue; + result.sharedFoldersCreateReportFailedValue = sharedFoldersCreateReportFailedValue; return result; } /** * The type of the event with description. * - * @param sharedContentViewValue (sharing) Previewed shared file/folder. - * Must not be {@code null}. + * @param smartSyncCreateAdminPrivilegeReportValue (reports) Created Smart + * Sync non-admin devices report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedContentView(Tag _tag, SharedContentViewType sharedContentViewValue) { + private EventType withTagAndSmartSyncCreateAdminPrivilegeReport(Tag _tag, SmartSyncCreateAdminPrivilegeReportType smartSyncCreateAdminPrivilegeReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedContentViewValue = sharedContentViewValue; + result.smartSyncCreateAdminPrivilegeReportValue = smartSyncCreateAdminPrivilegeReportValue; return result; } /** * The type of the event with description. * - * @param sharedFolderChangeLinkPolicyValue (sharing) Changed who can - * access shared folder via link. Must not be {@code null}. + * @param teamActivityCreateReportValue (reports) Created team activity + * report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedFolderChangeLinkPolicy(Tag _tag, SharedFolderChangeLinkPolicyType sharedFolderChangeLinkPolicyValue) { + private EventType withTagAndTeamActivityCreateReport(Tag _tag, TeamActivityCreateReportType teamActivityCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedFolderChangeLinkPolicyValue = sharedFolderChangeLinkPolicyValue; + result.teamActivityCreateReportValue = teamActivityCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedFolderChangeMembersInheritancePolicyValue (sharing) Changed - * whether shared folder inherits members from parent folder. Must not - * be {@code null}. + * @param teamActivityCreateReportFailValue (reports) Couldn't generate + * team activity report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedFolderChangeMembersInheritancePolicy(Tag _tag, SharedFolderChangeMembersInheritancePolicyType sharedFolderChangeMembersInheritancePolicyValue) { + private EventType withTagAndTeamActivityCreateReportFail(Tag _tag, TeamActivityCreateReportFailType teamActivityCreateReportFailValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedFolderChangeMembersInheritancePolicyValue = sharedFolderChangeMembersInheritancePolicyValue; + result.teamActivityCreateReportFailValue = teamActivityCreateReportFailValue; return result; } /** * The type of the event with description. * - * @param sharedFolderChangeMembersManagementPolicyValue (sharing) Changed - * who can add/remove members of shared folder. Must not be {@code - * null}. + * @param teamFoldersCreateReportValue (reports) Created team folders + * report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedFolderChangeMembersManagementPolicy(Tag _tag, SharedFolderChangeMembersManagementPolicyType sharedFolderChangeMembersManagementPolicyValue) { + private EventType withTagAndTeamFoldersCreateReport(Tag _tag, TeamFoldersCreateReportType teamFoldersCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedFolderChangeMembersManagementPolicyValue = sharedFolderChangeMembersManagementPolicyValue; + result.teamFoldersCreateReportValue = teamFoldersCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedFolderChangeMembersPolicyValue (sharing) Changed who can - * become member of shared folder. Must not be {@code null}. + * @param teamFoldersCreateReportFailedValue (reports) Couldn't generate + * team folders report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedFolderChangeMembersPolicy(Tag _tag, SharedFolderChangeMembersPolicyType sharedFolderChangeMembersPolicyValue) { + private EventType withTagAndTeamFoldersCreateReportFailed(Tag _tag, TeamFoldersCreateReportFailedType teamFoldersCreateReportFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedFolderChangeMembersPolicyValue = sharedFolderChangeMembersPolicyValue; + result.teamFoldersCreateReportFailedValue = teamFoldersCreateReportFailedValue; return result; } /** * The type of the event with description. * - * @param sharedFolderCreateValue (sharing) Created shared folder. Must not - * be {@code null}. + * @param teamStorageCreateReportValue (reports) Created team storage + * report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedFolderCreate(Tag _tag, SharedFolderCreateType sharedFolderCreateValue) { + private EventType withTagAndTeamStorageCreateReport(Tag _tag, TeamStorageCreateReportType teamStorageCreateReportValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedFolderCreateValue = sharedFolderCreateValue; + result.teamStorageCreateReportValue = teamStorageCreateReportValue; return result; } /** * The type of the event with description. * - * @param sharedFolderDeclineInvitationValue (sharing) Declined team - * member's invite to shared folder. Must not be {@code null}. + * @param teamStorageCreateReportFailedValue (reports) Couldn't generate + * team storage report. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedFolderDeclineInvitation(Tag _tag, SharedFolderDeclineInvitationType sharedFolderDeclineInvitationValue) { + private EventType withTagAndTeamStorageCreateReportFailed(Tag _tag, TeamStorageCreateReportFailedType teamStorageCreateReportFailedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedFolderDeclineInvitationValue = sharedFolderDeclineInvitationValue; + result.teamStorageCreateReportFailedValue = teamStorageCreateReportFailedValue; return result; } /** * The type of the event with description. * - * @param sharedFolderMountValue (sharing) Added shared folder to own - * Dropbox. Must not be {@code null}. + * @param collectionShareValue (sharing) Shared album. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedFolderMount(Tag _tag, SharedFolderMountType sharedFolderMountValue) { + private EventType withTagAndCollectionShare(Tag _tag, CollectionShareType collectionShareValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedFolderMountValue = sharedFolderMountValue; + result.collectionShareValue = collectionShareValue; return result; } /** * The type of the event with description. * - * @param sharedFolderNestValue (sharing) Changed parent of shared folder. - * Must not be {@code null}. + * @param fileTransfersFileAddValue (sharing) Transfer files added. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedFolderNest(Tag _tag, SharedFolderNestType sharedFolderNestValue) { + private EventType withTagAndFileTransfersFileAdd(Tag _tag, FileTransfersFileAddType fileTransfersFileAddValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedFolderNestValue = sharedFolderNestValue; + result.fileTransfersFileAddValue = fileTransfersFileAddValue; return result; } /** * The type of the event with description. * - * @param sharedFolderTransferOwnershipValue (sharing) Transferred - * ownership of shared folder to another member. Must not be {@code - * null}. + * @param fileTransfersTransferDeleteValue (sharing) Deleted transfer. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedFolderTransferOwnership(Tag _tag, SharedFolderTransferOwnershipType sharedFolderTransferOwnershipValue) { + private EventType withTagAndFileTransfersTransferDelete(Tag _tag, FileTransfersTransferDeleteType fileTransfersTransferDeleteValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedFolderTransferOwnershipValue = sharedFolderTransferOwnershipValue; + result.fileTransfersTransferDeleteValue = fileTransfersTransferDeleteValue; return result; } /** * The type of the event with description. * - * @param sharedFolderUnmountValue (sharing) Deleted shared folder from - * Dropbox. Must not be {@code null}. + * @param fileTransfersTransferDownloadValue (sharing) Transfer downloaded. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedFolderUnmount(Tag _tag, SharedFolderUnmountType sharedFolderUnmountValue) { + private EventType withTagAndFileTransfersTransferDownload(Tag _tag, FileTransfersTransferDownloadType fileTransfersTransferDownloadValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedFolderUnmountValue = sharedFolderUnmountValue; + result.fileTransfersTransferDownloadValue = fileTransfersTransferDownloadValue; return result; } /** * The type of the event with description. * - * @param sharedLinkAddExpiryValue (sharing) Added shared link expiration - * date. Must not be {@code null}. + * @param fileTransfersTransferSendValue (sharing) Sent transfer. Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkAddExpiry(Tag _tag, SharedLinkAddExpiryType sharedLinkAddExpiryValue) { + private EventType withTagAndFileTransfersTransferSend(Tag _tag, FileTransfersTransferSendType fileTransfersTransferSendValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkAddExpiryValue = sharedLinkAddExpiryValue; + result.fileTransfersTransferSendValue = fileTransfersTransferSendValue; return result; } /** * The type of the event with description. * - * @param sharedLinkChangeExpiryValue (sharing) Changed shared link - * expiration date. Must not be {@code null}. + * @param fileTransfersTransferViewValue (sharing) Viewed transfer. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkChangeExpiry(Tag _tag, SharedLinkChangeExpiryType sharedLinkChangeExpiryValue) { + private EventType withTagAndFileTransfersTransferView(Tag _tag, FileTransfersTransferViewType fileTransfersTransferViewValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkChangeExpiryValue = sharedLinkChangeExpiryValue; + result.fileTransfersTransferViewValue = fileTransfersTransferViewValue; return result; } /** * The type of the event with description. * - * @param sharedLinkChangeVisibilityValue (sharing) Changed visibility of - * shared link. Must not be {@code null}. + * @param noteAclInviteOnlyValue (sharing) Changed Paper doc to invite-only + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkChangeVisibility(Tag _tag, SharedLinkChangeVisibilityType sharedLinkChangeVisibilityValue) { + private EventType withTagAndNoteAclInviteOnly(Tag _tag, NoteAclInviteOnlyType noteAclInviteOnlyValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkChangeVisibilityValue = sharedLinkChangeVisibilityValue; + result.noteAclInviteOnlyValue = noteAclInviteOnlyValue; return result; } /** * The type of the event with description. * - * @param sharedLinkCopyValue (sharing) Added file/folder to Dropbox from - * shared link. Must not be {@code null}. + * @param noteAclLinkValue (sharing) Changed Paper doc to link-accessible + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkCopy(Tag _tag, SharedLinkCopyType sharedLinkCopyValue) { + private EventType withTagAndNoteAclLink(Tag _tag, NoteAclLinkType noteAclLinkValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkCopyValue = sharedLinkCopyValue; + result.noteAclLinkValue = noteAclLinkValue; return result; } /** * The type of the event with description. * - * @param sharedLinkCreateValue (sharing) Created shared link. Must not be + * @param noteAclTeamLinkValue (sharing) Changed Paper doc to + * link-accessible for team (deprecated, no longer logged). Must not be * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkCreate(Tag _tag, SharedLinkCreateType sharedLinkCreateValue) { + private EventType withTagAndNoteAclTeamLink(Tag _tag, NoteAclTeamLinkType noteAclTeamLinkValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkCreateValue = sharedLinkCreateValue; + result.noteAclTeamLinkValue = noteAclTeamLinkValue; return result; } /** * The type of the event with description. * - * @param sharedLinkDisableValue (sharing) Removed shared link. Must not be - * {@code null}. + * @param noteSharedValue (sharing) Shared Paper doc (deprecated, no longer + * logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkDisable(Tag _tag, SharedLinkDisableType sharedLinkDisableValue) { + private EventType withTagAndNoteShared(Tag _tag, NoteSharedType noteSharedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkDisableValue = sharedLinkDisableValue; + result.noteSharedValue = noteSharedValue; return result; } /** * The type of the event with description. * - * @param sharedLinkDownloadValue (sharing) Downloaded file/folder from - * shared link. Must not be {@code null}. + * @param noteShareReceiveValue (sharing) Shared received Paper doc + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkDownload(Tag _tag, SharedLinkDownloadType sharedLinkDownloadValue) { + private EventType withTagAndNoteShareReceive(Tag _tag, NoteShareReceiveType noteShareReceiveValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkDownloadValue = sharedLinkDownloadValue; + result.noteShareReceiveValue = noteShareReceiveValue; return result; } /** * The type of the event with description. * - * @param sharedLinkRemoveExpiryValue (sharing) Removed shared link - * expiration date. Must not be {@code null}. + * @param openNoteSharedValue (sharing) Opened shared Paper doc + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkRemoveExpiry(Tag _tag, SharedLinkRemoveExpiryType sharedLinkRemoveExpiryValue) { + private EventType withTagAndOpenNoteShared(Tag _tag, OpenNoteSharedType openNoteSharedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkRemoveExpiryValue = sharedLinkRemoveExpiryValue; + result.openNoteSharedValue = openNoteSharedValue; return result; } /** * The type of the event with description. * - * @param sharedLinkSettingsAddExpirationValue (sharing) Added an - * expiration date to the shared link. Must not be {@code null}. + * @param replayFileSharedLinkCreatedValue (sharing) Created shared link in + * Replay. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkSettingsAddExpiration(Tag _tag, SharedLinkSettingsAddExpirationType sharedLinkSettingsAddExpirationValue) { + private EventType withTagAndReplayFileSharedLinkCreated(Tag _tag, ReplayFileSharedLinkCreatedType replayFileSharedLinkCreatedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkSettingsAddExpirationValue = sharedLinkSettingsAddExpirationValue; + result.replayFileSharedLinkCreatedValue = replayFileSharedLinkCreatedValue; return result; } /** * The type of the event with description. * - * @param sharedLinkSettingsAddPasswordValue (sharing) Added a password to - * the shared link. Must not be {@code null}. + * @param replayFileSharedLinkModifiedValue (sharing) Changed shared link + * in Replay. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkSettingsAddPassword(Tag _tag, SharedLinkSettingsAddPasswordType sharedLinkSettingsAddPasswordValue) { + private EventType withTagAndReplayFileSharedLinkModified(Tag _tag, ReplayFileSharedLinkModifiedType replayFileSharedLinkModifiedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkSettingsAddPasswordValue = sharedLinkSettingsAddPasswordValue; + result.replayFileSharedLinkModifiedValue = replayFileSharedLinkModifiedValue; return result; } /** * The type of the event with description. * - * @param sharedLinkSettingsAllowDownloadDisabledValue (sharing) Disabled - * downloads. Must not be {@code null}. + * @param replayProjectTeamAddValue (sharing) Added member to Replay + * Project. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkSettingsAllowDownloadDisabled(Tag _tag, SharedLinkSettingsAllowDownloadDisabledType sharedLinkSettingsAllowDownloadDisabledValue) { + private EventType withTagAndReplayProjectTeamAdd(Tag _tag, ReplayProjectTeamAddType replayProjectTeamAddValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkSettingsAllowDownloadDisabledValue = sharedLinkSettingsAllowDownloadDisabledValue; + result.replayProjectTeamAddValue = replayProjectTeamAddValue; return result; } /** * The type of the event with description. * - * @param sharedLinkSettingsAllowDownloadEnabledValue (sharing) Enabled - * downloads. Must not be {@code null}. + * @param replayProjectTeamDeleteValue (sharing) Removed member from Replay + * Project. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkSettingsAllowDownloadEnabled(Tag _tag, SharedLinkSettingsAllowDownloadEnabledType sharedLinkSettingsAllowDownloadEnabledValue) { + private EventType withTagAndReplayProjectTeamDelete(Tag _tag, ReplayProjectTeamDeleteType replayProjectTeamDeleteValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkSettingsAllowDownloadEnabledValue = sharedLinkSettingsAllowDownloadEnabledValue; + result.replayProjectTeamDeleteValue = replayProjectTeamDeleteValue; return result; } /** * The type of the event with description. * - * @param sharedLinkSettingsChangeAudienceValue (sharing) Changed the - * audience of the shared link. Must not be {@code null}. + * @param sendAndTrackFileAddedValue (sharing) File added to Send and + * Track. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkSettingsChangeAudience(Tag _tag, SharedLinkSettingsChangeAudienceType sharedLinkSettingsChangeAudienceValue) { + private EventType withTagAndSendAndTrackFileAdded(Tag _tag, SendAndTrackFileAddedType sendAndTrackFileAddedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkSettingsChangeAudienceValue = sharedLinkSettingsChangeAudienceValue; + result.sendAndTrackFileAddedValue = sendAndTrackFileAddedValue; return result; } /** * The type of the event with description. * - * @param sharedLinkSettingsChangeExpirationValue (sharing) Changed the - * expiration date of the shared link. Must not be {@code null}. + * @param sendAndTrackFileRenamedValue (sharing) File renamed in Send and + * Track. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkSettingsChangeExpiration(Tag _tag, SharedLinkSettingsChangeExpirationType sharedLinkSettingsChangeExpirationValue) { + private EventType withTagAndSendAndTrackFileRenamed(Tag _tag, SendAndTrackFileRenamedType sendAndTrackFileRenamedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkSettingsChangeExpirationValue = sharedLinkSettingsChangeExpirationValue; + result.sendAndTrackFileRenamedValue = sendAndTrackFileRenamedValue; return result; } /** * The type of the event with description. * - * @param sharedLinkSettingsChangePasswordValue (sharing) Changed the - * password of the shared link. Must not be {@code null}. + * @param sendAndTrackFileUpdatedValue (sharing) File updated in Send and + * Track. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkSettingsChangePassword(Tag _tag, SharedLinkSettingsChangePasswordType sharedLinkSettingsChangePasswordValue) { + private EventType withTagAndSendAndTrackFileUpdated(Tag _tag, SendAndTrackFileUpdatedType sendAndTrackFileUpdatedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkSettingsChangePasswordValue = sharedLinkSettingsChangePasswordValue; + result.sendAndTrackFileUpdatedValue = sendAndTrackFileUpdatedValue; return result; } /** * The type of the event with description. * - * @param sharedLinkSettingsRemoveExpirationValue (sharing) Removed the - * expiration date from the shared link. Must not be {@code null}. + * @param sendAndTrackLinkCreatedValue (sharing) Link created in Send and + * Track. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkSettingsRemoveExpiration(Tag _tag, SharedLinkSettingsRemoveExpirationType sharedLinkSettingsRemoveExpirationValue) { + private EventType withTagAndSendAndTrackLinkCreated(Tag _tag, SendAndTrackLinkCreatedType sendAndTrackLinkCreatedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkSettingsRemoveExpirationValue = sharedLinkSettingsRemoveExpirationValue; + result.sendAndTrackLinkCreatedValue = sendAndTrackLinkCreatedValue; return result; } /** * The type of the event with description. * - * @param sharedLinkSettingsRemovePasswordValue (sharing) Removed the - * password from the shared link. Must not be {@code null}. + * @param sendAndTrackLinkDeletedValue (sharing) Link deleted in Send and + * Track. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkSettingsRemovePassword(Tag _tag, SharedLinkSettingsRemovePasswordType sharedLinkSettingsRemovePasswordValue) { + private EventType withTagAndSendAndTrackLinkDeleted(Tag _tag, SendAndTrackLinkDeletedType sendAndTrackLinkDeletedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkSettingsRemovePasswordValue = sharedLinkSettingsRemovePasswordValue; + result.sendAndTrackLinkDeletedValue = sendAndTrackLinkDeletedValue; return result; } /** * The type of the event with description. * - * @param sharedLinkShareValue (sharing) Added members as audience of - * shared link. Must not be {@code null}. + * @param sendAndTrackLinkUpdatedValue (sharing) Send and Track Link + * Updated. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkShare(Tag _tag, SharedLinkShareType sharedLinkShareValue) { + private EventType withTagAndSendAndTrackLinkUpdated(Tag _tag, SendAndTrackLinkUpdatedType sendAndTrackLinkUpdatedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkShareValue = sharedLinkShareValue; + result.sendAndTrackLinkUpdatedValue = sendAndTrackLinkUpdatedValue; return result; } /** * The type of the event with description. * - * @param sharedLinkViewValue (sharing) Opened shared link. Must not be - * {@code null}. + * @param sendAndTrackLinkViewedValue (sharing) Send and Track Link + * Visited. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedLinkView(Tag _tag, SharedLinkViewType sharedLinkViewValue) { + private EventType withTagAndSendAndTrackLinkViewed(Tag _tag, SendAndTrackLinkViewedType sendAndTrackLinkViewedValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedLinkViewValue = sharedLinkViewValue; + result.sendAndTrackLinkViewedValue = sendAndTrackLinkViewedValue; return result; } /** * The type of the event with description. * - * @param sharedNoteOpenedValue (sharing) Opened shared Paper doc - * (deprecated, no longer logged). Must not be {@code null}. + * @param sendAndTrackRemovedFileAndAssociatedLinksValue (sharing) Send and + * Track file and associated links deleted. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharedNoteOpened(Tag _tag, SharedNoteOpenedType sharedNoteOpenedValue) { + private EventType withTagAndSendAndTrackRemovedFileAndAssociatedLinks(Tag _tag, SendAndTrackRemovedFileAndAssociatedLinksType sendAndTrackRemovedFileAndAssociatedLinksValue) { EventType result = new EventType(); result._tag = _tag; - result.sharedNoteOpenedValue = sharedNoteOpenedValue; + result.sendAndTrackRemovedFileAndAssociatedLinksValue = sendAndTrackRemovedFileAndAssociatedLinksValue; return result; } /** * The type of the event with description. * - * @param shmodelDisableDownloadsValue (sharing) Disabled downloads for - * link (deprecated, no longer logged). Must not be {@code null}. + * @param sfAddGroupValue (sharing) Added team to shared folder + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShmodelDisableDownloads(Tag _tag, ShmodelDisableDownloadsType shmodelDisableDownloadsValue) { + private EventType withTagAndSfAddGroup(Tag _tag, SfAddGroupType sfAddGroupValue) { EventType result = new EventType(); result._tag = _tag; - result.shmodelDisableDownloadsValue = shmodelDisableDownloadsValue; + result.sfAddGroupValue = sfAddGroupValue; return result; } /** * The type of the event with description. * - * @param shmodelEnableDownloadsValue (sharing) Enabled downloads for link + * @param sfAllowNonMembersToViewSharedLinksValue (sharing) Allowed + * non-collaborators to view links to files in shared folder * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShmodelEnableDownloads(Tag _tag, ShmodelEnableDownloadsType shmodelEnableDownloadsValue) { + private EventType withTagAndSfAllowNonMembersToViewSharedLinks(Tag _tag, SfAllowNonMembersToViewSharedLinksType sfAllowNonMembersToViewSharedLinksValue) { EventType result = new EventType(); result._tag = _tag; - result.shmodelEnableDownloadsValue = shmodelEnableDownloadsValue; + result.sfAllowNonMembersToViewSharedLinksValue = sfAllowNonMembersToViewSharedLinksValue; return result; } /** * The type of the event with description. * - * @param shmodelGroupShareValue (sharing) Shared link with group - * (deprecated, no longer logged). Must not be {@code null}. + * @param sfExternalInviteWarnValue (sharing) Set team members to see + * warning before sharing folders outside team (deprecated, no longer + * logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShmodelGroupShare(Tag _tag, ShmodelGroupShareType shmodelGroupShareValue) { + private EventType withTagAndSfExternalInviteWarn(Tag _tag, SfExternalInviteWarnType sfExternalInviteWarnValue) { EventType result = new EventType(); result._tag = _tag; - result.shmodelGroupShareValue = shmodelGroupShareValue; + result.sfExternalInviteWarnValue = sfExternalInviteWarnValue; return result; } /** * The type of the event with description. * - * @param showcaseAccessGrantedValue (showcase) Granted access to showcase. - * Must not be {@code null}. + * @param sfFbInviteValue (sharing) Invited Facebook users to shared folder + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseAccessGranted(Tag _tag, ShowcaseAccessGrantedType showcaseAccessGrantedValue) { + private EventType withTagAndSfFbInvite(Tag _tag, SfFbInviteType sfFbInviteValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseAccessGrantedValue = showcaseAccessGrantedValue; + result.sfFbInviteValue = sfFbInviteValue; return result; } /** * The type of the event with description. * - * @param showcaseAddMemberValue (showcase) Added member to showcase. Must - * not be {@code null}. + * @param sfFbInviteChangeRoleValue (sharing) Changed Facebook user's role + * in shared folder (deprecated, no longer logged). Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseAddMember(Tag _tag, ShowcaseAddMemberType showcaseAddMemberValue) { + private EventType withTagAndSfFbInviteChangeRole(Tag _tag, SfFbInviteChangeRoleType sfFbInviteChangeRoleValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseAddMemberValue = showcaseAddMemberValue; + result.sfFbInviteChangeRoleValue = sfFbInviteChangeRoleValue; return result; } /** * The type of the event with description. * - * @param showcaseArchivedValue (showcase) Archived showcase. Must not be - * {@code null}. + * @param sfFbUninviteValue (sharing) Uninvited Facebook user from shared + * folder (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseArchived(Tag _tag, ShowcaseArchivedType showcaseArchivedValue) { + private EventType withTagAndSfFbUninvite(Tag _tag, SfFbUninviteType sfFbUninviteValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseArchivedValue = showcaseArchivedValue; + result.sfFbUninviteValue = sfFbUninviteValue; return result; } /** * The type of the event with description. * - * @param showcaseCreatedValue (showcase) Created showcase. Must not be - * {@code null}. + * @param sfInviteGroupValue (sharing) Invited group to shared folder + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseCreated(Tag _tag, ShowcaseCreatedType showcaseCreatedValue) { + private EventType withTagAndSfInviteGroup(Tag _tag, SfInviteGroupType sfInviteGroupValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseCreatedValue = showcaseCreatedValue; + result.sfInviteGroupValue = sfInviteGroupValue; return result; } /** * The type of the event with description. * - * @param showcaseDeleteCommentValue (showcase) Deleted showcase comment. - * Must not be {@code null}. + * @param sfTeamGrantAccessValue (sharing) Granted access to shared folder + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseDeleteComment(Tag _tag, ShowcaseDeleteCommentType showcaseDeleteCommentValue) { + private EventType withTagAndSfTeamGrantAccess(Tag _tag, SfTeamGrantAccessType sfTeamGrantAccessValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseDeleteCommentValue = showcaseDeleteCommentValue; + result.sfTeamGrantAccessValue = sfTeamGrantAccessValue; return result; } /** * The type of the event with description. * - * @param showcaseEditedValue (showcase) Edited showcase. Must not be - * {@code null}. + * @param sfTeamInviteValue (sharing) Invited team members to shared folder + * (deprecated, replaced by 'Invited user to Dropbox and added them to + * shared file/folder'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseEdited(Tag _tag, ShowcaseEditedType showcaseEditedValue) { + private EventType withTagAndSfTeamInvite(Tag _tag, SfTeamInviteType sfTeamInviteValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseEditedValue = showcaseEditedValue; + result.sfTeamInviteValue = sfTeamInviteValue; return result; } /** * The type of the event with description. * - * @param showcaseEditCommentValue (showcase) Edited showcase comment. Must - * not be {@code null}. + * @param sfTeamInviteChangeRoleValue (sharing) Changed team member's role + * in shared folder (deprecated, no longer logged). Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseEditComment(Tag _tag, ShowcaseEditCommentType showcaseEditCommentValue) { + private EventType withTagAndSfTeamInviteChangeRole(Tag _tag, SfTeamInviteChangeRoleType sfTeamInviteChangeRoleValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseEditCommentValue = showcaseEditCommentValue; + result.sfTeamInviteChangeRoleValue = sfTeamInviteChangeRoleValue; return result; } /** * The type of the event with description. * - * @param showcaseFileAddedValue (showcase) Added file to showcase. Must - * not be {@code null}. + * @param sfTeamJoinValue (sharing) Joined team member's shared folder + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseFileAdded(Tag _tag, ShowcaseFileAddedType showcaseFileAddedValue) { + private EventType withTagAndSfTeamJoin(Tag _tag, SfTeamJoinType sfTeamJoinValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseFileAddedValue = showcaseFileAddedValue; + result.sfTeamJoinValue = sfTeamJoinValue; return result; } /** * The type of the event with description. * - * @param showcaseFileDownloadValue (showcase) Downloaded file from - * showcase. Must not be {@code null}. + * @param sfTeamJoinFromOobLinkValue (sharing) Joined team member's shared + * folder from link (deprecated, no longer logged). Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseFileDownload(Tag _tag, ShowcaseFileDownloadType showcaseFileDownloadValue) { + private EventType withTagAndSfTeamJoinFromOobLink(Tag _tag, SfTeamJoinFromOobLinkType sfTeamJoinFromOobLinkValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseFileDownloadValue = showcaseFileDownloadValue; + result.sfTeamJoinFromOobLinkValue = sfTeamJoinFromOobLinkValue; return result; } /** * The type of the event with description. * - * @param showcaseFileRemovedValue (showcase) Removed file from showcase. - * Must not be {@code null}. + * @param sfTeamUninviteValue (sharing) Unshared folder with team member + * (deprecated, replaced by 'Removed invitee from shared file/folder + * before invite was accepted'). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseFileRemoved(Tag _tag, ShowcaseFileRemovedType showcaseFileRemovedValue) { + private EventType withTagAndSfTeamUninvite(Tag _tag, SfTeamUninviteType sfTeamUninviteValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseFileRemovedValue = showcaseFileRemovedValue; + result.sfTeamUninviteValue = sfTeamUninviteValue; return result; } /** * The type of the event with description. * - * @param showcaseFileViewValue (showcase) Viewed file in showcase. Must - * not be {@code null}. + * @param sharedContentAddInviteesValue (sharing) Invited user to Dropbox + * and added them to shared file/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseFileView(Tag _tag, ShowcaseFileViewType showcaseFileViewValue) { + private EventType withTagAndSharedContentAddInvitees(Tag _tag, SharedContentAddInviteesType sharedContentAddInviteesValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseFileViewValue = showcaseFileViewValue; + result.sharedContentAddInviteesValue = sharedContentAddInviteesValue; return result; } /** * The type of the event with description. * - * @param showcasePermanentlyDeletedValue (showcase) Permanently deleted - * showcase. Must not be {@code null}. + * @param sharedContentAddLinkExpiryValue (sharing) Added expiration date + * to link for shared file/folder (deprecated, no longer logged). Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcasePermanentlyDeleted(Tag _tag, ShowcasePermanentlyDeletedType showcasePermanentlyDeletedValue) { + private EventType withTagAndSharedContentAddLinkExpiry(Tag _tag, SharedContentAddLinkExpiryType sharedContentAddLinkExpiryValue) { EventType result = new EventType(); result._tag = _tag; - result.showcasePermanentlyDeletedValue = showcasePermanentlyDeletedValue; + result.sharedContentAddLinkExpiryValue = sharedContentAddLinkExpiryValue; return result; } /** * The type of the event with description. * - * @param showcasePostCommentValue (showcase) Added showcase comment. Must - * not be {@code null}. + * @param sharedContentAddLinkPasswordValue (sharing) Added password to + * link for shared file/folder (deprecated, no longer logged). Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcasePostComment(Tag _tag, ShowcasePostCommentType showcasePostCommentValue) { + private EventType withTagAndSharedContentAddLinkPassword(Tag _tag, SharedContentAddLinkPasswordType sharedContentAddLinkPasswordValue) { EventType result = new EventType(); result._tag = _tag; - result.showcasePostCommentValue = showcasePostCommentValue; + result.sharedContentAddLinkPasswordValue = sharedContentAddLinkPasswordValue; return result; } /** * The type of the event with description. * - * @param showcaseRemoveMemberValue (showcase) Removed member from - * showcase. Must not be {@code null}. + * @param sharedContentAddMemberValue (sharing) Added users and/or groups + * to shared file/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseRemoveMember(Tag _tag, ShowcaseRemoveMemberType showcaseRemoveMemberValue) { + private EventType withTagAndSharedContentAddMember(Tag _tag, SharedContentAddMemberType sharedContentAddMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseRemoveMemberValue = showcaseRemoveMemberValue; + result.sharedContentAddMemberValue = sharedContentAddMemberValue; return result; } /** * The type of the event with description. * - * @param showcaseRenamedValue (showcase) Renamed showcase. Must not be - * {@code null}. + * @param sharedContentChangeDownloadsPolicyValue (sharing) Changed whether + * members can download shared file/folder (deprecated, no longer + * logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseRenamed(Tag _tag, ShowcaseRenamedType showcaseRenamedValue) { + private EventType withTagAndSharedContentChangeDownloadsPolicy(Tag _tag, SharedContentChangeDownloadsPolicyType sharedContentChangeDownloadsPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseRenamedValue = showcaseRenamedValue; + result.sharedContentChangeDownloadsPolicyValue = sharedContentChangeDownloadsPolicyValue; return result; } /** * The type of the event with description. * - * @param showcaseRequestAccessValue (showcase) Requested access to - * showcase. Must not be {@code null}. + * @param sharedContentChangeInviteeRoleValue (sharing) Changed access type + * of invitee to shared file/folder before invite was accepted. Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseRequestAccess(Tag _tag, ShowcaseRequestAccessType showcaseRequestAccessValue) { + private EventType withTagAndSharedContentChangeInviteeRole(Tag _tag, SharedContentChangeInviteeRoleType sharedContentChangeInviteeRoleValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseRequestAccessValue = showcaseRequestAccessValue; + result.sharedContentChangeInviteeRoleValue = sharedContentChangeInviteeRoleValue; return result; } /** * The type of the event with description. * - * @param showcaseResolveCommentValue (showcase) Resolved showcase comment. - * Must not be {@code null}. + * @param sharedContentChangeLinkAudienceValue (sharing) Changed link + * audience of shared file/folder (deprecated, no longer logged). Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseResolveComment(Tag _tag, ShowcaseResolveCommentType showcaseResolveCommentValue) { + private EventType withTagAndSharedContentChangeLinkAudience(Tag _tag, SharedContentChangeLinkAudienceType sharedContentChangeLinkAudienceValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseResolveCommentValue = showcaseResolveCommentValue; + result.sharedContentChangeLinkAudienceValue = sharedContentChangeLinkAudienceValue; return result; } /** * The type of the event with description. * - * @param showcaseRestoredValue (showcase) Unarchived showcase. Must not be - * {@code null}. + * @param sharedContentChangeLinkExpiryValue (sharing) Changed link + * expiration of shared file/folder (deprecated, no longer logged). Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseRestored(Tag _tag, ShowcaseRestoredType showcaseRestoredValue) { + private EventType withTagAndSharedContentChangeLinkExpiry(Tag _tag, SharedContentChangeLinkExpiryType sharedContentChangeLinkExpiryValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseRestoredValue = showcaseRestoredValue; + result.sharedContentChangeLinkExpiryValue = sharedContentChangeLinkExpiryValue; return result; } /** * The type of the event with description. * - * @param showcaseTrashedValue (showcase) Deleted showcase. Must not be - * {@code null}. + * @param sharedContentChangeLinkPasswordValue (sharing) Changed link + * password of shared file/folder (deprecated, no longer logged). Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseTrashed(Tag _tag, ShowcaseTrashedType showcaseTrashedValue) { + private EventType withTagAndSharedContentChangeLinkPassword(Tag _tag, SharedContentChangeLinkPasswordType sharedContentChangeLinkPasswordValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseTrashedValue = showcaseTrashedValue; + result.sharedContentChangeLinkPasswordValue = sharedContentChangeLinkPasswordValue; return result; } /** * The type of the event with description. * - * @param showcaseTrashedDeprecatedValue (showcase) Deleted showcase (old - * version) (deprecated, replaced by 'Deleted showcase'). Must not be - * {@code null}. + * @param sharedContentChangeMemberRoleValue (sharing) Changed access type + * of shared file/folder member. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseTrashedDeprecated(Tag _tag, ShowcaseTrashedDeprecatedType showcaseTrashedDeprecatedValue) { + private EventType withTagAndSharedContentChangeMemberRole(Tag _tag, SharedContentChangeMemberRoleType sharedContentChangeMemberRoleValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseTrashedDeprecatedValue = showcaseTrashedDeprecatedValue; + result.sharedContentChangeMemberRoleValue = sharedContentChangeMemberRoleValue; return result; } /** * The type of the event with description. * - * @param showcaseUnresolveCommentValue (showcase) Unresolved showcase - * comment. Must not be {@code null}. + * @param sharedContentChangeViewerInfoPolicyValue (sharing) Changed + * whether members can see who viewed shared file/folder. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseUnresolveComment(Tag _tag, ShowcaseUnresolveCommentType showcaseUnresolveCommentValue) { + private EventType withTagAndSharedContentChangeViewerInfoPolicy(Tag _tag, SharedContentChangeViewerInfoPolicyType sharedContentChangeViewerInfoPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseUnresolveCommentValue = showcaseUnresolveCommentValue; + result.sharedContentChangeViewerInfoPolicyValue = sharedContentChangeViewerInfoPolicyValue; return result; } /** * The type of the event with description. * - * @param showcaseUntrashedValue (showcase) Restored showcase. Must not be - * {@code null}. + * @param sharedContentClaimInvitationValue (sharing) Acquired membership + * of shared file/folder by accepting invite. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseUntrashed(Tag _tag, ShowcaseUntrashedType showcaseUntrashedValue) { + private EventType withTagAndSharedContentClaimInvitation(Tag _tag, SharedContentClaimInvitationType sharedContentClaimInvitationValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseUntrashedValue = showcaseUntrashedValue; + result.sharedContentClaimInvitationValue = sharedContentClaimInvitationValue; return result; } /** * The type of the event with description. * - * @param showcaseUntrashedDeprecatedValue (showcase) Restored showcase - * (old version) (deprecated, replaced by 'Restored showcase'). Must not - * be {@code null}. + * @param sharedContentCopyValue (sharing) Copied shared file/folder to own + * Dropbox. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseUntrashedDeprecated(Tag _tag, ShowcaseUntrashedDeprecatedType showcaseUntrashedDeprecatedValue) { + private EventType withTagAndSharedContentCopy(Tag _tag, SharedContentCopyType sharedContentCopyValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseUntrashedDeprecatedValue = showcaseUntrashedDeprecatedValue; + result.sharedContentCopyValue = sharedContentCopyValue; return result; } /** * The type of the event with description. * - * @param showcaseViewValue (showcase) Viewed showcase. Must not be {@code - * null}. + * @param sharedContentDownloadValue (sharing) Downloaded shared + * file/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseView(Tag _tag, ShowcaseViewType showcaseViewValue) { + private EventType withTagAndSharedContentDownload(Tag _tag, SharedContentDownloadType sharedContentDownloadValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseViewValue = showcaseViewValue; + result.sharedContentDownloadValue = sharedContentDownloadValue; return result; } /** * The type of the event with description. * - * @param ssoAddCertValue (sso) Added X.509 certificate for SSO. Must not - * be {@code null}. + * @param sharedContentRelinquishMembershipValue (sharing) Left shared + * file/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoAddCert(Tag _tag, SsoAddCertType ssoAddCertValue) { + private EventType withTagAndSharedContentRelinquishMembership(Tag _tag, SharedContentRelinquishMembershipType sharedContentRelinquishMembershipValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoAddCertValue = ssoAddCertValue; + result.sharedContentRelinquishMembershipValue = sharedContentRelinquishMembershipValue; return result; } /** * The type of the event with description. * - * @param ssoAddLoginUrlValue (sso) Added sign-in URL for SSO. Must not be - * {@code null}. + * @param sharedContentRemoveInviteesValue (sharing) Removed invitee from + * shared file/folder before invite was accepted. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoAddLoginUrl(Tag _tag, SsoAddLoginUrlType ssoAddLoginUrlValue) { + private EventType withTagAndSharedContentRemoveInvitees(Tag _tag, SharedContentRemoveInviteesType sharedContentRemoveInviteesValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoAddLoginUrlValue = ssoAddLoginUrlValue; + result.sharedContentRemoveInviteesValue = sharedContentRemoveInviteesValue; return result; } /** * The type of the event with description. * - * @param ssoAddLogoutUrlValue (sso) Added sign-out URL for SSO. Must not - * be {@code null}. + * @param sharedContentRemoveLinkExpiryValue (sharing) Removed link + * expiration date of shared file/folder (deprecated, no longer logged). + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoAddLogoutUrl(Tag _tag, SsoAddLogoutUrlType ssoAddLogoutUrlValue) { + private EventType withTagAndSharedContentRemoveLinkExpiry(Tag _tag, SharedContentRemoveLinkExpiryType sharedContentRemoveLinkExpiryValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoAddLogoutUrlValue = ssoAddLogoutUrlValue; + result.sharedContentRemoveLinkExpiryValue = sharedContentRemoveLinkExpiryValue; return result; } /** * The type of the event with description. * - * @param ssoChangeCertValue (sso) Changed X.509 certificate for SSO. Must + * @param sharedContentRemoveLinkPasswordValue (sharing) Removed link + * password of shared file/folder (deprecated, no longer logged). Must * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoChangeCert(Tag _tag, SsoChangeCertType ssoChangeCertValue) { + private EventType withTagAndSharedContentRemoveLinkPassword(Tag _tag, SharedContentRemoveLinkPasswordType sharedContentRemoveLinkPasswordValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoChangeCertValue = ssoChangeCertValue; + result.sharedContentRemoveLinkPasswordValue = sharedContentRemoveLinkPasswordValue; return result; } /** * The type of the event with description. * - * @param ssoChangeLoginUrlValue (sso) Changed sign-in URL for SSO. Must - * not be {@code null}. + * @param sharedContentRemoveMemberValue (sharing) Removed user/group from + * shared file/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoChangeLoginUrl(Tag _tag, SsoChangeLoginUrlType ssoChangeLoginUrlValue) { + private EventType withTagAndSharedContentRemoveMember(Tag _tag, SharedContentRemoveMemberType sharedContentRemoveMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoChangeLoginUrlValue = ssoChangeLoginUrlValue; + result.sharedContentRemoveMemberValue = sharedContentRemoveMemberValue; return result; } /** * The type of the event with description. * - * @param ssoChangeLogoutUrlValue (sso) Changed sign-out URL for SSO. Must - * not be {@code null}. + * @param sharedContentRequestAccessValue (sharing) Requested access to + * shared file/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoChangeLogoutUrl(Tag _tag, SsoChangeLogoutUrlType ssoChangeLogoutUrlValue) { + private EventType withTagAndSharedContentRequestAccess(Tag _tag, SharedContentRequestAccessType sharedContentRequestAccessValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoChangeLogoutUrlValue = ssoChangeLogoutUrlValue; + result.sharedContentRequestAccessValue = sharedContentRequestAccessValue; return result; } /** * The type of the event with description. * - * @param ssoChangeSamlIdentityModeValue (sso) Changed SAML identity mode - * for SSO. Must not be {@code null}. + * @param sharedContentRestoreInviteesValue (sharing) Restored shared + * file/folder invitees. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoChangeSamlIdentityMode(Tag _tag, SsoChangeSamlIdentityModeType ssoChangeSamlIdentityModeValue) { + private EventType withTagAndSharedContentRestoreInvitees(Tag _tag, SharedContentRestoreInviteesType sharedContentRestoreInviteesValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoChangeSamlIdentityModeValue = ssoChangeSamlIdentityModeValue; + result.sharedContentRestoreInviteesValue = sharedContentRestoreInviteesValue; return result; } /** * The type of the event with description. * - * @param ssoRemoveCertValue (sso) Removed X.509 certificate for SSO. Must - * not be {@code null}. + * @param sharedContentRestoreMemberValue (sharing) Restored users and/or + * groups to membership of shared file/folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoRemoveCert(Tag _tag, SsoRemoveCertType ssoRemoveCertValue) { + private EventType withTagAndSharedContentRestoreMember(Tag _tag, SharedContentRestoreMemberType sharedContentRestoreMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoRemoveCertValue = ssoRemoveCertValue; + result.sharedContentRestoreMemberValue = sharedContentRestoreMemberValue; return result; } /** * The type of the event with description. * - * @param ssoRemoveLoginUrlValue (sso) Removed sign-in URL for SSO. Must - * not be {@code null}. + * @param sharedContentUnshareValue (sharing) Unshared file/folder by + * clearing membership. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoRemoveLoginUrl(Tag _tag, SsoRemoveLoginUrlType ssoRemoveLoginUrlValue) { + private EventType withTagAndSharedContentUnshare(Tag _tag, SharedContentUnshareType sharedContentUnshareValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoRemoveLoginUrlValue = ssoRemoveLoginUrlValue; + result.sharedContentUnshareValue = sharedContentUnshareValue; return result; } /** * The type of the event with description. * - * @param ssoRemoveLogoutUrlValue (sso) Removed sign-out URL for SSO. Must - * not be {@code null}. + * @param sharedContentViewValue (sharing) Previewed shared file/folder. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoRemoveLogoutUrl(Tag _tag, SsoRemoveLogoutUrlType ssoRemoveLogoutUrlValue) { + private EventType withTagAndSharedContentView(Tag _tag, SharedContentViewType sharedContentViewValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoRemoveLogoutUrlValue = ssoRemoveLogoutUrlValue; + result.sharedContentViewValue = sharedContentViewValue; return result; } /** * The type of the event with description. * - * @param teamFolderChangeStatusValue (team_folders) Changed archival - * status of team folder. Must not be {@code null}. + * @param sharedFolderChangeLinkPolicyValue (sharing) Changed who can + * access shared folder via link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamFolderChangeStatus(Tag _tag, TeamFolderChangeStatusType teamFolderChangeStatusValue) { + private EventType withTagAndSharedFolderChangeLinkPolicy(Tag _tag, SharedFolderChangeLinkPolicyType sharedFolderChangeLinkPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamFolderChangeStatusValue = teamFolderChangeStatusValue; + result.sharedFolderChangeLinkPolicyValue = sharedFolderChangeLinkPolicyValue; return result; } /** * The type of the event with description. * - * @param teamFolderCreateValue (team_folders) Created team folder in - * active status. Must not be {@code null}. + * @param sharedFolderChangeMembersInheritancePolicyValue (sharing) Changed + * whether shared folder inherits members from parent folder. Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamFolderCreate(Tag _tag, TeamFolderCreateType teamFolderCreateValue) { + private EventType withTagAndSharedFolderChangeMembersInheritancePolicy(Tag _tag, SharedFolderChangeMembersInheritancePolicyType sharedFolderChangeMembersInheritancePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamFolderCreateValue = teamFolderCreateValue; + result.sharedFolderChangeMembersInheritancePolicyValue = sharedFolderChangeMembersInheritancePolicyValue; return result; } /** * The type of the event with description. * - * @param teamFolderDowngradeValue (team_folders) Downgraded team folder to - * regular shared folder. Must not be {@code null}. + * @param sharedFolderChangeMembersManagementPolicyValue (sharing) Changed + * who can add/remove members of shared folder. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamFolderDowngrade(Tag _tag, TeamFolderDowngradeType teamFolderDowngradeValue) { + private EventType withTagAndSharedFolderChangeMembersManagementPolicy(Tag _tag, SharedFolderChangeMembersManagementPolicyType sharedFolderChangeMembersManagementPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamFolderDowngradeValue = teamFolderDowngradeValue; + result.sharedFolderChangeMembersManagementPolicyValue = sharedFolderChangeMembersManagementPolicyValue; return result; } /** * The type of the event with description. * - * @param teamFolderPermanentlyDeleteValue (team_folders) Permanently - * deleted archived team folder. Must not be {@code null}. + * @param sharedFolderChangeMembersPolicyValue (sharing) Changed who can + * become member of shared folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamFolderPermanentlyDelete(Tag _tag, TeamFolderPermanentlyDeleteType teamFolderPermanentlyDeleteValue) { + private EventType withTagAndSharedFolderChangeMembersPolicy(Tag _tag, SharedFolderChangeMembersPolicyType sharedFolderChangeMembersPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamFolderPermanentlyDeleteValue = teamFolderPermanentlyDeleteValue; + result.sharedFolderChangeMembersPolicyValue = sharedFolderChangeMembersPolicyValue; return result; } /** * The type of the event with description. * - * @param teamFolderRenameValue (team_folders) Renamed active/archived team - * folder. Must not be {@code null}. + * @param sharedFolderCreateValue (sharing) Created shared folder. Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamFolderRename(Tag _tag, TeamFolderRenameType teamFolderRenameValue) { + private EventType withTagAndSharedFolderCreate(Tag _tag, SharedFolderCreateType sharedFolderCreateValue) { EventType result = new EventType(); result._tag = _tag; - result.teamFolderRenameValue = teamFolderRenameValue; + result.sharedFolderCreateValue = sharedFolderCreateValue; return result; } /** * The type of the event with description. * - * @param teamSelectiveSyncSettingsChangedValue (team_folders) Changed sync - * default. Must not be {@code null}. + * @param sharedFolderDeclineInvitationValue (sharing) Declined team + * member's invite to shared folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamSelectiveSyncSettingsChanged(Tag _tag, TeamSelectiveSyncSettingsChangedType teamSelectiveSyncSettingsChangedValue) { + private EventType withTagAndSharedFolderDeclineInvitation(Tag _tag, SharedFolderDeclineInvitationType sharedFolderDeclineInvitationValue) { EventType result = new EventType(); result._tag = _tag; - result.teamSelectiveSyncSettingsChangedValue = teamSelectiveSyncSettingsChangedValue; + result.sharedFolderDeclineInvitationValue = sharedFolderDeclineInvitationValue; return result; } /** * The type of the event with description. * - * @param accountCaptureChangePolicyValue (team_policies) Changed account - * capture setting on team domain. Must not be {@code null}. + * @param sharedFolderMountValue (sharing) Added shared folder to own + * Dropbox. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndAccountCaptureChangePolicy(Tag _tag, AccountCaptureChangePolicyType accountCaptureChangePolicyValue) { + private EventType withTagAndSharedFolderMount(Tag _tag, SharedFolderMountType sharedFolderMountValue) { EventType result = new EventType(); result._tag = _tag; - result.accountCaptureChangePolicyValue = accountCaptureChangePolicyValue; + result.sharedFolderMountValue = sharedFolderMountValue; return result; } /** * The type of the event with description. * - * @param adminEmailRemindersChangedValue (team_policies) Changed admin - * reminder settings for requests to join the team. Must not be {@code - * null}. + * @param sharedFolderNestValue (sharing) Changed parent of shared folder. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndAdminEmailRemindersChanged(Tag _tag, AdminEmailRemindersChangedType adminEmailRemindersChangedValue) { + private EventType withTagAndSharedFolderNest(Tag _tag, SharedFolderNestType sharedFolderNestValue) { EventType result = new EventType(); result._tag = _tag; - result.adminEmailRemindersChangedValue = adminEmailRemindersChangedValue; + result.sharedFolderNestValue = sharedFolderNestValue; return result; } /** * The type of the event with description. * - * @param allowDownloadDisabledValue (team_policies) Disabled downloads - * (deprecated, no longer logged). Must not be {@code null}. + * @param sharedFolderTransferOwnershipValue (sharing) Transferred + * ownership of shared folder to another member. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndAllowDownloadDisabled(Tag _tag, AllowDownloadDisabledType allowDownloadDisabledValue) { + private EventType withTagAndSharedFolderTransferOwnership(Tag _tag, SharedFolderTransferOwnershipType sharedFolderTransferOwnershipValue) { EventType result = new EventType(); result._tag = _tag; - result.allowDownloadDisabledValue = allowDownloadDisabledValue; + result.sharedFolderTransferOwnershipValue = sharedFolderTransferOwnershipValue; return result; } /** * The type of the event with description. * - * @param allowDownloadEnabledValue (team_policies) Enabled downloads - * (deprecated, no longer logged). Must not be {@code null}. + * @param sharedFolderUnmountValue (sharing) Deleted shared folder from + * Dropbox. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndAllowDownloadEnabled(Tag _tag, AllowDownloadEnabledType allowDownloadEnabledValue) { + private EventType withTagAndSharedFolderUnmount(Tag _tag, SharedFolderUnmountType sharedFolderUnmountValue) { EventType result = new EventType(); result._tag = _tag; - result.allowDownloadEnabledValue = allowDownloadEnabledValue; + result.sharedFolderUnmountValue = sharedFolderUnmountValue; return result; } /** * The type of the event with description. * - * @param appPermissionsChangedValue (team_policies) Changed app - * permissions. Must not be {@code null}. + * @param sharedLinkAddExpiryValue (sharing) Added shared link expiration + * date. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndAppPermissionsChanged(Tag _tag, AppPermissionsChangedType appPermissionsChangedValue) { + private EventType withTagAndSharedLinkAddExpiry(Tag _tag, SharedLinkAddExpiryType sharedLinkAddExpiryValue) { EventType result = new EventType(); result._tag = _tag; - result.appPermissionsChangedValue = appPermissionsChangedValue; + result.sharedLinkAddExpiryValue = sharedLinkAddExpiryValue; return result; } /** * The type of the event with description. * - * @param cameraUploadsPolicyChangedValue (team_policies) Changed camera - * uploads setting for team. Must not be {@code null}. + * @param sharedLinkChangeExpiryValue (sharing) Changed shared link + * expiration date. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndCameraUploadsPolicyChanged(Tag _tag, CameraUploadsPolicyChangedType cameraUploadsPolicyChangedValue) { + private EventType withTagAndSharedLinkChangeExpiry(Tag _tag, SharedLinkChangeExpiryType sharedLinkChangeExpiryValue) { EventType result = new EventType(); result._tag = _tag; - result.cameraUploadsPolicyChangedValue = cameraUploadsPolicyChangedValue; + result.sharedLinkChangeExpiryValue = sharedLinkChangeExpiryValue; return result; } /** * The type of the event with description. * - * @param captureTranscriptPolicyChangedValue (team_policies) Changed - * Capture transcription policy for team. Must not be {@code null}. + * @param sharedLinkChangeVisibilityValue (sharing) Changed visibility of + * shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndCaptureTranscriptPolicyChanged(Tag _tag, CaptureTranscriptPolicyChangedType captureTranscriptPolicyChangedValue) { + private EventType withTagAndSharedLinkChangeVisibility(Tag _tag, SharedLinkChangeVisibilityType sharedLinkChangeVisibilityValue) { EventType result = new EventType(); result._tag = _tag; - result.captureTranscriptPolicyChangedValue = captureTranscriptPolicyChangedValue; + result.sharedLinkChangeVisibilityValue = sharedLinkChangeVisibilityValue; return result; } /** * The type of the event with description. * - * @param classificationChangePolicyValue (team_policies) Changed - * classification policy for team. Must not be {@code null}. + * @param sharedLinkCopyValue (sharing) Added file/folder to Dropbox from + * shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndClassificationChangePolicy(Tag _tag, ClassificationChangePolicyType classificationChangePolicyValue) { + private EventType withTagAndSharedLinkCopy(Tag _tag, SharedLinkCopyType sharedLinkCopyValue) { EventType result = new EventType(); result._tag = _tag; - result.classificationChangePolicyValue = classificationChangePolicyValue; + result.sharedLinkCopyValue = sharedLinkCopyValue; return result; } /** * The type of the event with description. * - * @param computerBackupPolicyChangedValue (team_policies) Changed computer - * backup policy for team. Must not be {@code null}. + * @param sharedLinkCreateValue (sharing) Created shared link. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndComputerBackupPolicyChanged(Tag _tag, ComputerBackupPolicyChangedType computerBackupPolicyChangedValue) { + private EventType withTagAndSharedLinkCreate(Tag _tag, SharedLinkCreateType sharedLinkCreateValue) { EventType result = new EventType(); result._tag = _tag; - result.computerBackupPolicyChangedValue = computerBackupPolicyChangedValue; + result.sharedLinkCreateValue = sharedLinkCreateValue; return result; } /** * The type of the event with description. * - * @param contentAdministrationPolicyChangedValue (team_policies) Changed - * content management setting. Must not be {@code null}. + * @param sharedLinkDisableValue (sharing) Removed shared link. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndContentAdministrationPolicyChanged(Tag _tag, ContentAdministrationPolicyChangedType contentAdministrationPolicyChangedValue) { + private EventType withTagAndSharedLinkDisable(Tag _tag, SharedLinkDisableType sharedLinkDisableValue) { EventType result = new EventType(); result._tag = _tag; - result.contentAdministrationPolicyChangedValue = contentAdministrationPolicyChangedValue; + result.sharedLinkDisableValue = sharedLinkDisableValue; return result; } /** * The type of the event with description. * - * @param dataPlacementRestrictionChangePolicyValue (team_policies) Set - * restrictions on data center locations where team data resides. Must - * not be {@code null}. + * @param sharedLinkDownloadValue (sharing) Downloaded file/folder from + * shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDataPlacementRestrictionChangePolicy(Tag _tag, DataPlacementRestrictionChangePolicyType dataPlacementRestrictionChangePolicyValue) { + private EventType withTagAndSharedLinkDownload(Tag _tag, SharedLinkDownloadType sharedLinkDownloadValue) { EventType result = new EventType(); result._tag = _tag; - result.dataPlacementRestrictionChangePolicyValue = dataPlacementRestrictionChangePolicyValue; + result.sharedLinkDownloadValue = sharedLinkDownloadValue; return result; } /** * The type of the event with description. * - * @param dataPlacementRestrictionSatisfyPolicyValue (team_policies) - * Completed restrictions on data center locations where team data - * resides. Must not be {@code null}. + * @param sharedLinkRemoveExpiryValue (sharing) Removed shared link + * expiration date. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDataPlacementRestrictionSatisfyPolicy(Tag _tag, DataPlacementRestrictionSatisfyPolicyType dataPlacementRestrictionSatisfyPolicyValue) { + private EventType withTagAndSharedLinkRemoveExpiry(Tag _tag, SharedLinkRemoveExpiryType sharedLinkRemoveExpiryValue) { EventType result = new EventType(); result._tag = _tag; - result.dataPlacementRestrictionSatisfyPolicyValue = dataPlacementRestrictionSatisfyPolicyValue; + result.sharedLinkRemoveExpiryValue = sharedLinkRemoveExpiryValue; return result; } /** * The type of the event with description. * - * @param deviceApprovalsAddExceptionValue (team_policies) Added members to - * device approvals exception list. Must not be {@code null}. + * @param sharedLinkRemoveVisitorValue (sharing) Removed link visitor. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceApprovalsAddException(Tag _tag, DeviceApprovalsAddExceptionType deviceApprovalsAddExceptionValue) { + private EventType withTagAndSharedLinkRemoveVisitor(Tag _tag, SharedLinkRemoveVisitorType sharedLinkRemoveVisitorValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceApprovalsAddExceptionValue = deviceApprovalsAddExceptionValue; + result.sharedLinkRemoveVisitorValue = sharedLinkRemoveVisitorValue; return result; } /** * The type of the event with description. * - * @param deviceApprovalsChangeDesktopPolicyValue (team_policies) - * Set/removed limit on number of computers member can link to team - * Dropbox account. Must not be {@code null}. + * @param sharedLinkSettingsAddExpirationValue (sharing) Added an + * expiration date to the shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceApprovalsChangeDesktopPolicy(Tag _tag, DeviceApprovalsChangeDesktopPolicyType deviceApprovalsChangeDesktopPolicyValue) { + private EventType withTagAndSharedLinkSettingsAddExpiration(Tag _tag, SharedLinkSettingsAddExpirationType sharedLinkSettingsAddExpirationValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceApprovalsChangeDesktopPolicyValue = deviceApprovalsChangeDesktopPolicyValue; + result.sharedLinkSettingsAddExpirationValue = sharedLinkSettingsAddExpirationValue; return result; } /** * The type of the event with description. * - * @param deviceApprovalsChangeMobilePolicyValue (team_policies) - * Set/removed limit on number of mobile devices member can link to team - * Dropbox account. Must not be {@code null}. + * @param sharedLinkSettingsAddPasswordValue (sharing) Added a password to + * the shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceApprovalsChangeMobilePolicy(Tag _tag, DeviceApprovalsChangeMobilePolicyType deviceApprovalsChangeMobilePolicyValue) { + private EventType withTagAndSharedLinkSettingsAddPassword(Tag _tag, SharedLinkSettingsAddPasswordType sharedLinkSettingsAddPasswordValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceApprovalsChangeMobilePolicyValue = deviceApprovalsChangeMobilePolicyValue; + result.sharedLinkSettingsAddPasswordValue = sharedLinkSettingsAddPasswordValue; return result; } /** * The type of the event with description. * - * @param deviceApprovalsChangeOverageActionValue (team_policies) Changed - * device approvals setting when member is over limit. Must not be - * {@code null}. + * @param sharedLinkSettingsAllowDownloadDisabledValue (sharing) Disabled + * downloads. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceApprovalsChangeOverageAction(Tag _tag, DeviceApprovalsChangeOverageActionType deviceApprovalsChangeOverageActionValue) { + private EventType withTagAndSharedLinkSettingsAllowDownloadDisabled(Tag _tag, SharedLinkSettingsAllowDownloadDisabledType sharedLinkSettingsAllowDownloadDisabledValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceApprovalsChangeOverageActionValue = deviceApprovalsChangeOverageActionValue; + result.sharedLinkSettingsAllowDownloadDisabledValue = sharedLinkSettingsAllowDownloadDisabledValue; return result; } /** * The type of the event with description. * - * @param deviceApprovalsChangeUnlinkActionValue (team_policies) Changed - * device approvals setting when member unlinks approved device. Must - * not be {@code null}. + * @param sharedLinkSettingsAllowDownloadEnabledValue (sharing) Enabled + * downloads. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceApprovalsChangeUnlinkAction(Tag _tag, DeviceApprovalsChangeUnlinkActionType deviceApprovalsChangeUnlinkActionValue) { + private EventType withTagAndSharedLinkSettingsAllowDownloadEnabled(Tag _tag, SharedLinkSettingsAllowDownloadEnabledType sharedLinkSettingsAllowDownloadEnabledValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceApprovalsChangeUnlinkActionValue = deviceApprovalsChangeUnlinkActionValue; + result.sharedLinkSettingsAllowDownloadEnabledValue = sharedLinkSettingsAllowDownloadEnabledValue; return result; } /** * The type of the event with description. * - * @param deviceApprovalsRemoveExceptionValue (team_policies) Removed - * members from device approvals exception list. Must not be {@code - * null}. + * @param sharedLinkSettingsChangeAudienceValue (sharing) Changed the + * audience of the shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDeviceApprovalsRemoveException(Tag _tag, DeviceApprovalsRemoveExceptionType deviceApprovalsRemoveExceptionValue) { + private EventType withTagAndSharedLinkSettingsChangeAudience(Tag _tag, SharedLinkSettingsChangeAudienceType sharedLinkSettingsChangeAudienceValue) { EventType result = new EventType(); result._tag = _tag; - result.deviceApprovalsRemoveExceptionValue = deviceApprovalsRemoveExceptionValue; + result.sharedLinkSettingsChangeAudienceValue = sharedLinkSettingsChangeAudienceValue; return result; } /** * The type of the event with description. * - * @param directoryRestrictionsAddMembersValue (team_policies) Added - * members to directory restrictions list. Must not be {@code null}. + * @param sharedLinkSettingsChangeExpirationValue (sharing) Changed the + * expiration date of the shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDirectoryRestrictionsAddMembers(Tag _tag, DirectoryRestrictionsAddMembersType directoryRestrictionsAddMembersValue) { + private EventType withTagAndSharedLinkSettingsChangeExpiration(Tag _tag, SharedLinkSettingsChangeExpirationType sharedLinkSettingsChangeExpirationValue) { EventType result = new EventType(); result._tag = _tag; - result.directoryRestrictionsAddMembersValue = directoryRestrictionsAddMembersValue; + result.sharedLinkSettingsChangeExpirationValue = sharedLinkSettingsChangeExpirationValue; return result; } /** * The type of the event with description. * - * @param directoryRestrictionsRemoveMembersValue (team_policies) Removed - * members from directory restrictions list. Must not be {@code null}. + * @param sharedLinkSettingsChangePasswordValue (sharing) Changed the + * password of the shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDirectoryRestrictionsRemoveMembers(Tag _tag, DirectoryRestrictionsRemoveMembersType directoryRestrictionsRemoveMembersValue) { + private EventType withTagAndSharedLinkSettingsChangePassword(Tag _tag, SharedLinkSettingsChangePasswordType sharedLinkSettingsChangePasswordValue) { EventType result = new EventType(); result._tag = _tag; - result.directoryRestrictionsRemoveMembersValue = directoryRestrictionsRemoveMembersValue; + result.sharedLinkSettingsChangePasswordValue = sharedLinkSettingsChangePasswordValue; return result; } /** * The type of the event with description. * - * @param dropboxPasswordsPolicyChangedValue (team_policies) Changed - * Dropbox Passwords policy for team. Must not be {@code null}. + * @param sharedLinkSettingsRemoveExpirationValue (sharing) Removed the + * expiration date from the shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDropboxPasswordsPolicyChanged(Tag _tag, DropboxPasswordsPolicyChangedType dropboxPasswordsPolicyChangedValue) { + private EventType withTagAndSharedLinkSettingsRemoveExpiration(Tag _tag, SharedLinkSettingsRemoveExpirationType sharedLinkSettingsRemoveExpirationValue) { EventType result = new EventType(); result._tag = _tag; - result.dropboxPasswordsPolicyChangedValue = dropboxPasswordsPolicyChangedValue; + result.sharedLinkSettingsRemoveExpirationValue = sharedLinkSettingsRemoveExpirationValue; return result; } /** * The type of the event with description. * - * @param emailIngestPolicyChangedValue (team_policies) Changed email to - * Dropbox policy for team. Must not be {@code null}. + * @param sharedLinkSettingsRemovePasswordValue (sharing) Removed the + * password from the shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEmailIngestPolicyChanged(Tag _tag, EmailIngestPolicyChangedType emailIngestPolicyChangedValue) { + private EventType withTagAndSharedLinkSettingsRemovePassword(Tag _tag, SharedLinkSettingsRemovePasswordType sharedLinkSettingsRemovePasswordValue) { EventType result = new EventType(); result._tag = _tag; - result.emailIngestPolicyChangedValue = emailIngestPolicyChangedValue; + result.sharedLinkSettingsRemovePasswordValue = sharedLinkSettingsRemovePasswordValue; return result; } /** * The type of the event with description. * - * @param emmAddExceptionValue (team_policies) Added members to EMM - * exception list. Must not be {@code null}. + * @param sharedLinkShareValue (sharing) Added members as audience of + * shared link. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEmmAddException(Tag _tag, EmmAddExceptionType emmAddExceptionValue) { + private EventType withTagAndSharedLinkShare(Tag _tag, SharedLinkShareType sharedLinkShareValue) { EventType result = new EventType(); result._tag = _tag; - result.emmAddExceptionValue = emmAddExceptionValue; + result.sharedLinkShareValue = sharedLinkShareValue; return result; } /** * The type of the event with description. * - * @param emmChangePolicyValue (team_policies) Enabled/disabled enterprise - * mobility management for members. Must not be {@code null}. + * @param sharedLinkViewValue (sharing) Opened shared link. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEmmChangePolicy(Tag _tag, EmmChangePolicyType emmChangePolicyValue) { + private EventType withTagAndSharedLinkView(Tag _tag, SharedLinkViewType sharedLinkViewValue) { EventType result = new EventType(); result._tag = _tag; - result.emmChangePolicyValue = emmChangePolicyValue; + result.sharedLinkViewValue = sharedLinkViewValue; return result; } /** * The type of the event with description. * - * @param emmRemoveExceptionValue (team_policies) Removed members from EMM - * exception list. Must not be {@code null}. + * @param sharedNoteOpenedValue (sharing) Opened shared Paper doc + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEmmRemoveException(Tag _tag, EmmRemoveExceptionType emmRemoveExceptionValue) { + private EventType withTagAndSharedNoteOpened(Tag _tag, SharedNoteOpenedType sharedNoteOpenedValue) { EventType result = new EventType(); result._tag = _tag; - result.emmRemoveExceptionValue = emmRemoveExceptionValue; + result.sharedNoteOpenedValue = sharedNoteOpenedValue; return result; } /** * The type of the event with description. * - * @param extendedVersionHistoryChangePolicyValue (team_policies) - * Accepted/opted out of extended version history. Must not be {@code - * null}. + * @param shmodelDisableDownloadsValue (sharing) Disabled downloads for + * link (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndExtendedVersionHistoryChangePolicy(Tag _tag, ExtendedVersionHistoryChangePolicyType extendedVersionHistoryChangePolicyValue) { + private EventType withTagAndShmodelDisableDownloads(Tag _tag, ShmodelDisableDownloadsType shmodelDisableDownloadsValue) { EventType result = new EventType(); result._tag = _tag; - result.extendedVersionHistoryChangePolicyValue = extendedVersionHistoryChangePolicyValue; + result.shmodelDisableDownloadsValue = shmodelDisableDownloadsValue; return result; } /** * The type of the event with description. * - * @param externalDriveBackupPolicyChangedValue (team_policies) Changed - * external drive backup policy for team. Must not be {@code null}. + * @param shmodelEnableDownloadsValue (sharing) Enabled downloads for link + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndExternalDriveBackupPolicyChanged(Tag _tag, ExternalDriveBackupPolicyChangedType externalDriveBackupPolicyChangedValue) { + private EventType withTagAndShmodelEnableDownloads(Tag _tag, ShmodelEnableDownloadsType shmodelEnableDownloadsValue) { EventType result = new EventType(); result._tag = _tag; - result.externalDriveBackupPolicyChangedValue = externalDriveBackupPolicyChangedValue; + result.shmodelEnableDownloadsValue = shmodelEnableDownloadsValue; return result; } /** * The type of the event with description. * - * @param fileCommentsChangePolicyValue (team_policies) Enabled/disabled - * commenting on team files. Must not be {@code null}. + * @param shmodelGroupShareValue (sharing) Shared link with group + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileCommentsChangePolicy(Tag _tag, FileCommentsChangePolicyType fileCommentsChangePolicyValue) { + private EventType withTagAndShmodelGroupShare(Tag _tag, ShmodelGroupShareType shmodelGroupShareValue) { EventType result = new EventType(); result._tag = _tag; - result.fileCommentsChangePolicyValue = fileCommentsChangePolicyValue; + result.shmodelGroupShareValue = shmodelGroupShareValue; return result; } /** * The type of the event with description. * - * @param fileLockingPolicyChangedValue (team_policies) Changed file - * locking policy for team. Must not be {@code null}. + * @param showcaseAccessGrantedValue (showcase) Granted access to showcase. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileLockingPolicyChanged(Tag _tag, FileLockingPolicyChangedType fileLockingPolicyChangedValue) { + private EventType withTagAndShowcaseAccessGranted(Tag _tag, ShowcaseAccessGrantedType showcaseAccessGrantedValue) { EventType result = new EventType(); result._tag = _tag; - result.fileLockingPolicyChangedValue = fileLockingPolicyChangedValue; + result.showcaseAccessGrantedValue = showcaseAccessGrantedValue; return result; } /** * The type of the event with description. * - * @param fileProviderMigrationPolicyChangedValue (team_policies) Changed - * File Provider Migration policy for team. Must not be {@code null}. + * @param showcaseAddMemberValue (showcase) Added member to showcase. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileProviderMigrationPolicyChanged(Tag _tag, FileProviderMigrationPolicyChangedType fileProviderMigrationPolicyChangedValue) { + private EventType withTagAndShowcaseAddMember(Tag _tag, ShowcaseAddMemberType showcaseAddMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.fileProviderMigrationPolicyChangedValue = fileProviderMigrationPolicyChangedValue; + result.showcaseAddMemberValue = showcaseAddMemberValue; return result; } /** * The type of the event with description. * - * @param fileRequestsChangePolicyValue (team_policies) Enabled/disabled - * file requests. Must not be {@code null}. + * @param showcaseArchivedValue (showcase) Archived showcase. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRequestsChangePolicy(Tag _tag, FileRequestsChangePolicyType fileRequestsChangePolicyValue) { + private EventType withTagAndShowcaseArchived(Tag _tag, ShowcaseArchivedType showcaseArchivedValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRequestsChangePolicyValue = fileRequestsChangePolicyValue; + result.showcaseArchivedValue = showcaseArchivedValue; return result; } /** * The type of the event with description. * - * @param fileRequestsEmailsEnabledValue (team_policies) Enabled file - * request emails for everyone (deprecated, no longer logged). Must not - * be {@code null}. + * @param showcaseCreatedValue (showcase) Created showcase. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRequestsEmailsEnabled(Tag _tag, FileRequestsEmailsEnabledType fileRequestsEmailsEnabledValue) { + private EventType withTagAndShowcaseCreated(Tag _tag, ShowcaseCreatedType showcaseCreatedValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRequestsEmailsEnabledValue = fileRequestsEmailsEnabledValue; + result.showcaseCreatedValue = showcaseCreatedValue; return result; } /** * The type of the event with description. * - * @param fileRequestsEmailsRestrictedToTeamOnlyValue (team_policies) - * Enabled file request emails for team (deprecated, no longer logged). + * @param showcaseDeleteCommentValue (showcase) Deleted showcase comment. * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileRequestsEmailsRestrictedToTeamOnly(Tag _tag, FileRequestsEmailsRestrictedToTeamOnlyType fileRequestsEmailsRestrictedToTeamOnlyValue) { + private EventType withTagAndShowcaseDeleteComment(Tag _tag, ShowcaseDeleteCommentType showcaseDeleteCommentValue) { EventType result = new EventType(); result._tag = _tag; - result.fileRequestsEmailsRestrictedToTeamOnlyValue = fileRequestsEmailsRestrictedToTeamOnlyValue; + result.showcaseDeleteCommentValue = showcaseDeleteCommentValue; return result; } /** * The type of the event with description. * - * @param fileTransfersPolicyChangedValue (team_policies) Changed file - * transfers policy for team. Must not be {@code null}. + * @param showcaseEditedValue (showcase) Edited showcase. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFileTransfersPolicyChanged(Tag _tag, FileTransfersPolicyChangedType fileTransfersPolicyChangedValue) { + private EventType withTagAndShowcaseEdited(Tag _tag, ShowcaseEditedType showcaseEditedValue) { EventType result = new EventType(); result._tag = _tag; - result.fileTransfersPolicyChangedValue = fileTransfersPolicyChangedValue; + result.showcaseEditedValue = showcaseEditedValue; return result; } /** * The type of the event with description. * - * @param folderLinkRestrictionPolicyChangedValue (team_policies) Changed - * folder link restrictions policy for team. Must not be {@code null}. + * @param showcaseEditCommentValue (showcase) Edited showcase comment. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndFolderLinkRestrictionPolicyChanged(Tag _tag, FolderLinkRestrictionPolicyChangedType folderLinkRestrictionPolicyChangedValue) { + private EventType withTagAndShowcaseEditComment(Tag _tag, ShowcaseEditCommentType showcaseEditCommentValue) { EventType result = new EventType(); result._tag = _tag; - result.folderLinkRestrictionPolicyChangedValue = folderLinkRestrictionPolicyChangedValue; + result.showcaseEditCommentValue = showcaseEditCommentValue; return result; } /** * The type of the event with description. * - * @param googleSsoChangePolicyValue (team_policies) Enabled/disabled - * Google single sign-on for team. Must not be {@code null}. + * @param showcaseFileAddedValue (showcase) Added file to showcase. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGoogleSsoChangePolicy(Tag _tag, GoogleSsoChangePolicyType googleSsoChangePolicyValue) { + private EventType withTagAndShowcaseFileAdded(Tag _tag, ShowcaseFileAddedType showcaseFileAddedValue) { EventType result = new EventType(); result._tag = _tag; - result.googleSsoChangePolicyValue = googleSsoChangePolicyValue; + result.showcaseFileAddedValue = showcaseFileAddedValue; return result; } /** * The type of the event with description. * - * @param groupUserManagementChangePolicyValue (team_policies) Changed who - * can create groups. Must not be {@code null}. + * @param showcaseFileDownloadValue (showcase) Downloaded file from + * showcase. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGroupUserManagementChangePolicy(Tag _tag, GroupUserManagementChangePolicyType groupUserManagementChangePolicyValue) { + private EventType withTagAndShowcaseFileDownload(Tag _tag, ShowcaseFileDownloadType showcaseFileDownloadValue) { EventType result = new EventType(); result._tag = _tag; - result.groupUserManagementChangePolicyValue = groupUserManagementChangePolicyValue; + result.showcaseFileDownloadValue = showcaseFileDownloadValue; return result; } /** * The type of the event with description. * - * @param integrationPolicyChangedValue (team_policies) Changed integration - * policy for team. Must not be {@code null}. + * @param showcaseFileRemovedValue (showcase) Removed file from showcase. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndIntegrationPolicyChanged(Tag _tag, IntegrationPolicyChangedType integrationPolicyChangedValue) { + private EventType withTagAndShowcaseFileRemoved(Tag _tag, ShowcaseFileRemovedType showcaseFileRemovedValue) { EventType result = new EventType(); result._tag = _tag; - result.integrationPolicyChangedValue = integrationPolicyChangedValue; + result.showcaseFileRemovedValue = showcaseFileRemovedValue; return result; } /** * The type of the event with description. * - * @param inviteAcceptanceEmailPolicyChangedValue (team_policies) Changed - * invite accept email policy for team. Must not be {@code null}. + * @param showcaseFileViewValue (showcase) Viewed file in showcase. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndInviteAcceptanceEmailPolicyChanged(Tag _tag, InviteAcceptanceEmailPolicyChangedType inviteAcceptanceEmailPolicyChangedValue) { + private EventType withTagAndShowcaseFileView(Tag _tag, ShowcaseFileViewType showcaseFileViewValue) { EventType result = new EventType(); result._tag = _tag; - result.inviteAcceptanceEmailPolicyChangedValue = inviteAcceptanceEmailPolicyChangedValue; + result.showcaseFileViewValue = showcaseFileViewValue; return result; } /** * The type of the event with description. * - * @param memberRequestsChangePolicyValue (team_policies) Changed whether - * users can find team when not invited. Must not be {@code null}. + * @param showcasePermanentlyDeletedValue (showcase) Permanently deleted + * showcase. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberRequestsChangePolicy(Tag _tag, MemberRequestsChangePolicyType memberRequestsChangePolicyValue) { + private EventType withTagAndShowcasePermanentlyDeleted(Tag _tag, ShowcasePermanentlyDeletedType showcasePermanentlyDeletedValue) { EventType result = new EventType(); result._tag = _tag; - result.memberRequestsChangePolicyValue = memberRequestsChangePolicyValue; + result.showcasePermanentlyDeletedValue = showcasePermanentlyDeletedValue; return result; } /** * The type of the event with description. * - * @param memberSendInvitePolicyChangedValue (team_policies) Changed member - * send invite policy for team. Must not be {@code null}. + * @param showcasePostCommentValue (showcase) Added showcase comment. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSendInvitePolicyChanged(Tag _tag, MemberSendInvitePolicyChangedType memberSendInvitePolicyChangedValue) { + private EventType withTagAndShowcasePostComment(Tag _tag, ShowcasePostCommentType showcasePostCommentValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSendInvitePolicyChangedValue = memberSendInvitePolicyChangedValue; + result.showcasePostCommentValue = showcasePostCommentValue; return result; } /** * The type of the event with description. * - * @param memberSpaceLimitsAddExceptionValue (team_policies) Added members - * to member space limit exception list. Must not be {@code null}. + * @param showcaseRemoveMemberValue (showcase) Removed member from + * showcase. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSpaceLimitsAddException(Tag _tag, MemberSpaceLimitsAddExceptionType memberSpaceLimitsAddExceptionValue) { + private EventType withTagAndShowcaseRemoveMember(Tag _tag, ShowcaseRemoveMemberType showcaseRemoveMemberValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSpaceLimitsAddExceptionValue = memberSpaceLimitsAddExceptionValue; + result.showcaseRemoveMemberValue = showcaseRemoveMemberValue; return result; } /** * The type of the event with description. * - * @param memberSpaceLimitsChangeCapsTypePolicyValue (team_policies) - * Changed member space limit type for team. Must not be {@code null}. + * @param showcaseRenamedValue (showcase) Renamed showcase. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSpaceLimitsChangeCapsTypePolicy(Tag _tag, MemberSpaceLimitsChangeCapsTypePolicyType memberSpaceLimitsChangeCapsTypePolicyValue) { + private EventType withTagAndShowcaseRenamed(Tag _tag, ShowcaseRenamedType showcaseRenamedValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSpaceLimitsChangeCapsTypePolicyValue = memberSpaceLimitsChangeCapsTypePolicyValue; + result.showcaseRenamedValue = showcaseRenamedValue; return result; } /** * The type of the event with description. * - * @param memberSpaceLimitsChangePolicyValue (team_policies) Changed team - * default member space limit. Must not be {@code null}. + * @param showcaseRequestAccessValue (showcase) Requested access to + * showcase. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSpaceLimitsChangePolicy(Tag _tag, MemberSpaceLimitsChangePolicyType memberSpaceLimitsChangePolicyValue) { + private EventType withTagAndShowcaseRequestAccess(Tag _tag, ShowcaseRequestAccessType showcaseRequestAccessValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSpaceLimitsChangePolicyValue = memberSpaceLimitsChangePolicyValue; + result.showcaseRequestAccessValue = showcaseRequestAccessValue; return result; } /** * The type of the event with description. * - * @param memberSpaceLimitsRemoveExceptionValue (team_policies) Removed - * members from member space limit exception list. Must not be {@code - * null}. + * @param showcaseResolveCommentValue (showcase) Resolved showcase comment. + * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSpaceLimitsRemoveException(Tag _tag, MemberSpaceLimitsRemoveExceptionType memberSpaceLimitsRemoveExceptionValue) { + private EventType withTagAndShowcaseResolveComment(Tag _tag, ShowcaseResolveCommentType showcaseResolveCommentValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSpaceLimitsRemoveExceptionValue = memberSpaceLimitsRemoveExceptionValue; + result.showcaseResolveCommentValue = showcaseResolveCommentValue; return result; } /** * The type of the event with description. * - * @param memberSuggestionsChangePolicyValue (team_policies) - * Enabled/disabled option for team members to suggest people to add to - * team. Must not be {@code null}. + * @param showcaseRestoredValue (showcase) Unarchived showcase. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMemberSuggestionsChangePolicy(Tag _tag, MemberSuggestionsChangePolicyType memberSuggestionsChangePolicyValue) { + private EventType withTagAndShowcaseRestored(Tag _tag, ShowcaseRestoredType showcaseRestoredValue) { EventType result = new EventType(); result._tag = _tag; - result.memberSuggestionsChangePolicyValue = memberSuggestionsChangePolicyValue; + result.showcaseRestoredValue = showcaseRestoredValue; return result; } /** * The type of the event with description. * - * @param microsoftOfficeAddinChangePolicyValue (team_policies) - * Enabled/disabled Microsoft Office add-in. Must not be {@code null}. + * @param showcaseTrashedValue (showcase) Deleted showcase. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndMicrosoftOfficeAddinChangePolicy(Tag _tag, MicrosoftOfficeAddinChangePolicyType microsoftOfficeAddinChangePolicyValue) { + private EventType withTagAndShowcaseTrashed(Tag _tag, ShowcaseTrashedType showcaseTrashedValue) { EventType result = new EventType(); result._tag = _tag; - result.microsoftOfficeAddinChangePolicyValue = microsoftOfficeAddinChangePolicyValue; + result.showcaseTrashedValue = showcaseTrashedValue; return result; } /** * The type of the event with description. * - * @param networkControlChangePolicyValue (team_policies) Enabled/disabled - * network control. Must not be {@code null}. + * @param showcaseTrashedDeprecatedValue (showcase) Deleted showcase (old + * version) (deprecated, replaced by 'Deleted showcase'). Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndNetworkControlChangePolicy(Tag _tag, NetworkControlChangePolicyType networkControlChangePolicyValue) { + private EventType withTagAndShowcaseTrashedDeprecated(Tag _tag, ShowcaseTrashedDeprecatedType showcaseTrashedDeprecatedValue) { EventType result = new EventType(); result._tag = _tag; - result.networkControlChangePolicyValue = networkControlChangePolicyValue; + result.showcaseTrashedDeprecatedValue = showcaseTrashedDeprecatedValue; return result; } /** * The type of the event with description. * - * @param paperChangeDeploymentPolicyValue (team_policies) Changed whether - * Dropbox Paper, when enabled, is deployed to all members or to - * specific members. Must not be {@code null}. + * @param showcaseUnresolveCommentValue (showcase) Unresolved showcase + * comment. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperChangeDeploymentPolicy(Tag _tag, PaperChangeDeploymentPolicyType paperChangeDeploymentPolicyValue) { + private EventType withTagAndShowcaseUnresolveComment(Tag _tag, ShowcaseUnresolveCommentType showcaseUnresolveCommentValue) { EventType result = new EventType(); result._tag = _tag; - result.paperChangeDeploymentPolicyValue = paperChangeDeploymentPolicyValue; + result.showcaseUnresolveCommentValue = showcaseUnresolveCommentValue; return result; } /** * The type of the event with description. * - * @param paperChangeMemberLinkPolicyValue (team_policies) Changed whether - * non-members can view Paper docs with link (deprecated, no longer - * logged). Must not be {@code null}. + * @param showcaseUntrashedValue (showcase) Restored showcase. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperChangeMemberLinkPolicy(Tag _tag, PaperChangeMemberLinkPolicyType paperChangeMemberLinkPolicyValue) { + private EventType withTagAndShowcaseUntrashed(Tag _tag, ShowcaseUntrashedType showcaseUntrashedValue) { EventType result = new EventType(); result._tag = _tag; - result.paperChangeMemberLinkPolicyValue = paperChangeMemberLinkPolicyValue; + result.showcaseUntrashedValue = showcaseUntrashedValue; return result; } /** * The type of the event with description. * - * @param paperChangeMemberPolicyValue (team_policies) Changed whether - * members can share Paper docs outside team, and if docs are accessible - * only by team members or anyone by default. Must not be {@code null}. + * @param showcaseUntrashedDeprecatedValue (showcase) Restored showcase + * (old version) (deprecated, replaced by 'Restored showcase'). Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperChangeMemberPolicy(Tag _tag, PaperChangeMemberPolicyType paperChangeMemberPolicyValue) { + private EventType withTagAndShowcaseUntrashedDeprecated(Tag _tag, ShowcaseUntrashedDeprecatedType showcaseUntrashedDeprecatedValue) { EventType result = new EventType(); result._tag = _tag; - result.paperChangeMemberPolicyValue = paperChangeMemberPolicyValue; + result.showcaseUntrashedDeprecatedValue = showcaseUntrashedDeprecatedValue; return result; } /** * The type of the event with description. * - * @param paperChangePolicyValue (team_policies) Enabled/disabled Dropbox - * Paper for team. Must not be {@code null}. + * @param showcaseViewValue (showcase) Viewed showcase. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperChangePolicy(Tag _tag, PaperChangePolicyType paperChangePolicyValue) { + private EventType withTagAndShowcaseView(Tag _tag, ShowcaseViewType showcaseViewValue) { EventType result = new EventType(); result._tag = _tag; - result.paperChangePolicyValue = paperChangePolicyValue; + result.showcaseViewValue = showcaseViewValue; return result; } /** * The type of the event with description. * - * @param paperDefaultFolderPolicyChangedValue (team_policies) Changed - * Paper Default Folder Policy setting for team. Must not be {@code - * null}. + * @param signSignatureRequestCanceledValue (signatures) Canceled signature + * request. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDefaultFolderPolicyChanged(Tag _tag, PaperDefaultFolderPolicyChangedType paperDefaultFolderPolicyChangedValue) { + private EventType withTagAndSignSignatureRequestCanceled(Tag _tag, SignSignatureRequestCanceledType signSignatureRequestCanceledValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDefaultFolderPolicyChangedValue = paperDefaultFolderPolicyChangedValue; + result.signSignatureRequestCanceledValue = signSignatureRequestCanceledValue; return result; } /** * The type of the event with description. * - * @param paperDesktopPolicyChangedValue (team_policies) Enabled/disabled - * Paper Desktop for team. Must not be {@code null}. + * @param signSignatureRequestCompletedValue (signatures) Completed + * signature request. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperDesktopPolicyChanged(Tag _tag, PaperDesktopPolicyChangedType paperDesktopPolicyChangedValue) { + private EventType withTagAndSignSignatureRequestCompleted(Tag _tag, SignSignatureRequestCompletedType signSignatureRequestCompletedValue) { EventType result = new EventType(); result._tag = _tag; - result.paperDesktopPolicyChangedValue = paperDesktopPolicyChangedValue; + result.signSignatureRequestCompletedValue = signSignatureRequestCompletedValue; return result; } /** * The type of the event with description. * - * @param paperEnabledUsersGroupAdditionValue (team_policies) Added users - * to Paper-enabled users list. Must not be {@code null}. + * @param signSignatureRequestDeclinedValue (signatures) Declined signature + * request. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperEnabledUsersGroupAddition(Tag _tag, PaperEnabledUsersGroupAdditionType paperEnabledUsersGroupAdditionValue) { + private EventType withTagAndSignSignatureRequestDeclined(Tag _tag, SignSignatureRequestDeclinedType signSignatureRequestDeclinedValue) { EventType result = new EventType(); result._tag = _tag; - result.paperEnabledUsersGroupAdditionValue = paperEnabledUsersGroupAdditionValue; + result.signSignatureRequestDeclinedValue = signSignatureRequestDeclinedValue; return result; } /** * The type of the event with description. * - * @param paperEnabledUsersGroupRemovalValue (team_policies) Removed users - * from Paper-enabled users list. Must not be {@code null}. + * @param signSignatureRequestOpenedValue (signatures) Opened signature + * request. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPaperEnabledUsersGroupRemoval(Tag _tag, PaperEnabledUsersGroupRemovalType paperEnabledUsersGroupRemovalValue) { + private EventType withTagAndSignSignatureRequestOpened(Tag _tag, SignSignatureRequestOpenedType signSignatureRequestOpenedValue) { EventType result = new EventType(); result._tag = _tag; - result.paperEnabledUsersGroupRemovalValue = paperEnabledUsersGroupRemovalValue; + result.signSignatureRequestOpenedValue = signSignatureRequestOpenedValue; return result; } /** * The type of the event with description. * - * @param passwordStrengthRequirementsChangePolicyValue (team_policies) - * Changed team password strength requirements. Must not be {@code - * null}. + * @param signSignatureRequestReminderSentValue (signatures) Sent signature + * request reminder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPasswordStrengthRequirementsChangePolicy(Tag _tag, PasswordStrengthRequirementsChangePolicyType passwordStrengthRequirementsChangePolicyValue) { + private EventType withTagAndSignSignatureRequestReminderSent(Tag _tag, SignSignatureRequestReminderSentType signSignatureRequestReminderSentValue) { EventType result = new EventType(); result._tag = _tag; - result.passwordStrengthRequirementsChangePolicyValue = passwordStrengthRequirementsChangePolicyValue; + result.signSignatureRequestReminderSentValue = signSignatureRequestReminderSentValue; return result; } /** * The type of the event with description. * - * @param permanentDeleteChangePolicyValue (team_policies) Enabled/disabled - * ability of team members to permanently delete content. Must not be - * {@code null}. + * @param signSignatureRequestSentValue (signatures) Sent signature + * request. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndPermanentDeleteChangePolicy(Tag _tag, PermanentDeleteChangePolicyType permanentDeleteChangePolicyValue) { + private EventType withTagAndSignSignatureRequestSent(Tag _tag, SignSignatureRequestSentType signSignatureRequestSentValue) { EventType result = new EventType(); result._tag = _tag; - result.permanentDeleteChangePolicyValue = permanentDeleteChangePolicyValue; + result.signSignatureRequestSentValue = signSignatureRequestSentValue; return result; } /** * The type of the event with description. * - * @param resellerSupportChangePolicyValue (team_policies) Enabled/disabled - * reseller support. Must not be {@code null}. + * @param signTemplateCreatedValue (signatures) Created template. Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndResellerSupportChangePolicy(Tag _tag, ResellerSupportChangePolicyType resellerSupportChangePolicyValue) { + private EventType withTagAndSignTemplateCreated(Tag _tag, SignTemplateCreatedType signTemplateCreatedValue) { EventType result = new EventType(); result._tag = _tag; - result.resellerSupportChangePolicyValue = resellerSupportChangePolicyValue; + result.signTemplateCreatedValue = signTemplateCreatedValue; return result; } /** * The type of the event with description. * - * @param rewindPolicyChangedValue (team_policies) Changed Rewind policy - * for team. Must not be {@code null}. + * @param signTemplateSharedValue (signatures) Shared template. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndRewindPolicyChanged(Tag _tag, RewindPolicyChangedType rewindPolicyChangedValue) { + private EventType withTagAndSignTemplateShared(Tag _tag, SignTemplateSharedType signTemplateSharedValue) { EventType result = new EventType(); result._tag = _tag; - result.rewindPolicyChangedValue = rewindPolicyChangedValue; + result.signTemplateSharedValue = signTemplateSharedValue; return result; } /** * The type of the event with description. * - * @param sendForSignaturePolicyChangedValue (team_policies) Changed send - * for signature policy for team. Must not be {@code null}. + * @param riscSecurityEventValue (sso) RISC security event received from + * external provider. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSendForSignaturePolicyChanged(Tag _tag, SendForSignaturePolicyChangedType sendForSignaturePolicyChangedValue) { + private EventType withTagAndRiscSecurityEvent(Tag _tag, RiscSecurityEventType riscSecurityEventValue) { EventType result = new EventType(); result._tag = _tag; - result.sendForSignaturePolicyChangedValue = sendForSignaturePolicyChangedValue; + result.riscSecurityEventValue = riscSecurityEventValue; return result; } /** * The type of the event with description. * - * @param sharingChangeFolderJoinPolicyValue (team_policies) Changed - * whether team members can join shared folders owned outside team. Must - * not be {@code null}. + * @param ssoAddCertValue (sso) Added X.509 certificate for SSO. Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharingChangeFolderJoinPolicy(Tag _tag, SharingChangeFolderJoinPolicyType sharingChangeFolderJoinPolicyValue) { + private EventType withTagAndSsoAddCert(Tag _tag, SsoAddCertType ssoAddCertValue) { EventType result = new EventType(); result._tag = _tag; - result.sharingChangeFolderJoinPolicyValue = sharingChangeFolderJoinPolicyValue; + result.ssoAddCertValue = ssoAddCertValue; return result; } /** * The type of the event with description. * - * @param sharingChangeLinkAllowChangeExpirationPolicyValue (team_policies) - * Changed the allow remove or change expiration policy for the links - * shared outside of the team. Must not be {@code null}. + * @param ssoAddLoginUrlValue (sso) Added sign-in URL for SSO. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharingChangeLinkAllowChangeExpirationPolicy(Tag _tag, SharingChangeLinkAllowChangeExpirationPolicyType sharingChangeLinkAllowChangeExpirationPolicyValue) { + private EventType withTagAndSsoAddLoginUrl(Tag _tag, SsoAddLoginUrlType ssoAddLoginUrlValue) { EventType result = new EventType(); result._tag = _tag; - result.sharingChangeLinkAllowChangeExpirationPolicyValue = sharingChangeLinkAllowChangeExpirationPolicyValue; + result.ssoAddLoginUrlValue = ssoAddLoginUrlValue; return result; } /** * The type of the event with description. * - * @param sharingChangeLinkDefaultExpirationPolicyValue (team_policies) - * Changed the default expiration for the links shared outside of the - * team. Must not be {@code null}. + * @param ssoAddLogoutUrlValue (sso) Added sign-out URL for SSO. Must not + * be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharingChangeLinkDefaultExpirationPolicy(Tag _tag, SharingChangeLinkDefaultExpirationPolicyType sharingChangeLinkDefaultExpirationPolicyValue) { + private EventType withTagAndSsoAddLogoutUrl(Tag _tag, SsoAddLogoutUrlType ssoAddLogoutUrlValue) { EventType result = new EventType(); result._tag = _tag; - result.sharingChangeLinkDefaultExpirationPolicyValue = sharingChangeLinkDefaultExpirationPolicyValue; + result.ssoAddLogoutUrlValue = ssoAddLogoutUrlValue; return result; } /** * The type of the event with description. * - * @param sharingChangeLinkEnforcePasswordPolicyValue (team_policies) - * Changed the password requirement for the links shared outside of the - * team. Must not be {@code null}. + * @param ssoChangeCertValue (sso) Changed X.509 certificate for SSO. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharingChangeLinkEnforcePasswordPolicy(Tag _tag, SharingChangeLinkEnforcePasswordPolicyType sharingChangeLinkEnforcePasswordPolicyValue) { + private EventType withTagAndSsoChangeCert(Tag _tag, SsoChangeCertType ssoChangeCertValue) { EventType result = new EventType(); result._tag = _tag; - result.sharingChangeLinkEnforcePasswordPolicyValue = sharingChangeLinkEnforcePasswordPolicyValue; + result.ssoChangeCertValue = ssoChangeCertValue; return result; } /** * The type of the event with description. * - * @param sharingChangeLinkPolicyValue (team_policies) Changed whether - * members can share links outside team, and if links are accessible - * only by team members or anyone by default. Must not be {@code null}. + * @param ssoChangeLoginUrlValue (sso) Changed sign-in URL for SSO. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharingChangeLinkPolicy(Tag _tag, SharingChangeLinkPolicyType sharingChangeLinkPolicyValue) { + private EventType withTagAndSsoChangeLoginUrl(Tag _tag, SsoChangeLoginUrlType ssoChangeLoginUrlValue) { EventType result = new EventType(); result._tag = _tag; - result.sharingChangeLinkPolicyValue = sharingChangeLinkPolicyValue; + result.ssoChangeLoginUrlValue = ssoChangeLoginUrlValue; return result; } /** * The type of the event with description. * - * @param sharingChangeMemberPolicyValue (team_policies) Changed whether - * members can share files/folders outside team. Must not be {@code - * null}. + * @param ssoChangeLogoutUrlValue (sso) Changed sign-out URL for SSO. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSharingChangeMemberPolicy(Tag _tag, SharingChangeMemberPolicyType sharingChangeMemberPolicyValue) { + private EventType withTagAndSsoChangeLogoutUrl(Tag _tag, SsoChangeLogoutUrlType ssoChangeLogoutUrlValue) { EventType result = new EventType(); result._tag = _tag; - result.sharingChangeMemberPolicyValue = sharingChangeMemberPolicyValue; + result.ssoChangeLogoutUrlValue = ssoChangeLogoutUrlValue; return result; } /** * The type of the event with description. * - * @param showcaseChangeDownloadPolicyValue (team_policies) - * Enabled/disabled downloading files from Dropbox Showcase for team. - * Must not be {@code null}. + * @param ssoChangeSamlIdentityModeValue (sso) Changed SAML identity mode + * for SSO. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseChangeDownloadPolicy(Tag _tag, ShowcaseChangeDownloadPolicyType showcaseChangeDownloadPolicyValue) { + private EventType withTagAndSsoChangeSamlIdentityMode(Tag _tag, SsoChangeSamlIdentityModeType ssoChangeSamlIdentityModeValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseChangeDownloadPolicyValue = showcaseChangeDownloadPolicyValue; + result.ssoChangeSamlIdentityModeValue = ssoChangeSamlIdentityModeValue; return result; } /** * The type of the event with description. * - * @param showcaseChangeEnabledPolicyValue (team_policies) Enabled/disabled - * Dropbox Showcase for team. Must not be {@code null}. + * @param ssoRemoveCertValue (sso) Removed X.509 certificate for SSO. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseChangeEnabledPolicy(Tag _tag, ShowcaseChangeEnabledPolicyType showcaseChangeEnabledPolicyValue) { + private EventType withTagAndSsoRemoveCert(Tag _tag, SsoRemoveCertType ssoRemoveCertValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseChangeEnabledPolicyValue = showcaseChangeEnabledPolicyValue; + result.ssoRemoveCertValue = ssoRemoveCertValue; return result; } /** * The type of the event with description. * - * @param showcaseChangeExternalSharingPolicyValue (team_policies) - * Enabled/disabled sharing Dropbox Showcase externally for team. Must + * @param ssoRemoveLoginUrlValue (sso) Removed sign-in URL for SSO. Must * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndShowcaseChangeExternalSharingPolicy(Tag _tag, ShowcaseChangeExternalSharingPolicyType showcaseChangeExternalSharingPolicyValue) { + private EventType withTagAndSsoRemoveLoginUrl(Tag _tag, SsoRemoveLoginUrlType ssoRemoveLoginUrlValue) { EventType result = new EventType(); result._tag = _tag; - result.showcaseChangeExternalSharingPolicyValue = showcaseChangeExternalSharingPolicyValue; + result.ssoRemoveLoginUrlValue = ssoRemoveLoginUrlValue; return result; } /** * The type of the event with description. * - * @param smarterSmartSyncPolicyChangedValue (team_policies) Changed - * automatic Smart Sync setting for team. Must not be {@code null}. + * @param ssoRemoveLogoutUrlValue (sso) Removed sign-out URL for SSO. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSmarterSmartSyncPolicyChanged(Tag _tag, SmarterSmartSyncPolicyChangedType smarterSmartSyncPolicyChangedValue) { + private EventType withTagAndSsoRemoveLogoutUrl(Tag _tag, SsoRemoveLogoutUrlType ssoRemoveLogoutUrlValue) { EventType result = new EventType(); result._tag = _tag; - result.smarterSmartSyncPolicyChangedValue = smarterSmartSyncPolicyChangedValue; + result.ssoRemoveLogoutUrlValue = ssoRemoveLogoutUrlValue; return result; } /** * The type of the event with description. * - * @param smartSyncChangePolicyValue (team_policies) Changed default Smart - * Sync setting for team members. Must not be {@code null}. + * @param teamFolderChangeStatusValue (team_folders) Changed archival + * status of team folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSmartSyncChangePolicy(Tag _tag, SmartSyncChangePolicyType smartSyncChangePolicyValue) { + private EventType withTagAndTeamFolderChangeStatus(Tag _tag, TeamFolderChangeStatusType teamFolderChangeStatusValue) { EventType result = new EventType(); result._tag = _tag; - result.smartSyncChangePolicyValue = smartSyncChangePolicyValue; + result.teamFolderChangeStatusValue = teamFolderChangeStatusValue; return result; } /** * The type of the event with description. * - * @param smartSyncNotOptOutValue (team_policies) Opted team into Smart - * Sync. Must not be {@code null}. + * @param teamFolderCreateValue (team_folders) Created team folder in + * active status. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSmartSyncNotOptOut(Tag _tag, SmartSyncNotOptOutType smartSyncNotOptOutValue) { + private EventType withTagAndTeamFolderCreate(Tag _tag, TeamFolderCreateType teamFolderCreateValue) { EventType result = new EventType(); result._tag = _tag; - result.smartSyncNotOptOutValue = smartSyncNotOptOutValue; + result.teamFolderCreateValue = teamFolderCreateValue; return result; } /** * The type of the event with description. * - * @param smartSyncOptOutValue (team_policies) Opted team out of Smart - * Sync. Must not be {@code null}. + * @param teamFolderDowngradeValue (team_folders) Downgraded team folder to + * regular shared folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSmartSyncOptOut(Tag _tag, SmartSyncOptOutType smartSyncOptOutValue) { + private EventType withTagAndTeamFolderDowngrade(Tag _tag, TeamFolderDowngradeType teamFolderDowngradeValue) { EventType result = new EventType(); result._tag = _tag; - result.smartSyncOptOutValue = smartSyncOptOutValue; + result.teamFolderDowngradeValue = teamFolderDowngradeValue; return result; } /** * The type of the event with description. * - * @param ssoChangePolicyValue (team_policies) Changed single sign-on - * setting for team. Must not be {@code null}. + * @param teamFolderPermanentlyDeleteValue (team_folders) Permanently + * deleted archived team folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndSsoChangePolicy(Tag _tag, SsoChangePolicyType ssoChangePolicyValue) { + private EventType withTagAndTeamFolderPermanentlyDelete(Tag _tag, TeamFolderPermanentlyDeleteType teamFolderPermanentlyDeleteValue) { EventType result = new EventType(); result._tag = _tag; - result.ssoChangePolicyValue = ssoChangePolicyValue; + result.teamFolderPermanentlyDeleteValue = teamFolderPermanentlyDeleteValue; return result; } /** * The type of the event with description. * - * @param teamBrandingPolicyChangedValue (team_policies) Changed team - * branding policy for team. Must not be {@code null}. + * @param teamFolderRenameValue (team_folders) Renamed active/archived team + * folder. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamBrandingPolicyChanged(Tag _tag, TeamBrandingPolicyChangedType teamBrandingPolicyChangedValue) { + private EventType withTagAndTeamFolderRename(Tag _tag, TeamFolderRenameType teamFolderRenameValue) { EventType result = new EventType(); result._tag = _tag; - result.teamBrandingPolicyChangedValue = teamBrandingPolicyChangedValue; + result.teamFolderRenameValue = teamFolderRenameValue; return result; } /** * The type of the event with description. * - * @param teamExtensionsPolicyChangedValue (team_policies) Changed App - * Integrations setting for team. Must not be {@code null}. + * @param teamSelectiveSyncSettingsChangedValue (team_folders) Changed sync + * default. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamExtensionsPolicyChanged(Tag _tag, TeamExtensionsPolicyChangedType teamExtensionsPolicyChangedValue) { + private EventType withTagAndTeamSelectiveSyncSettingsChanged(Tag _tag, TeamSelectiveSyncSettingsChangedType teamSelectiveSyncSettingsChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.teamExtensionsPolicyChangedValue = teamExtensionsPolicyChangedValue; + result.teamSelectiveSyncSettingsChangedValue = teamSelectiveSyncSettingsChangedValue; return result; } /** * The type of the event with description. * - * @param teamSelectiveSyncPolicyChangedValue (team_policies) - * Enabled/disabled Team Selective Sync for team. Must not be {@code - * null}. + * @param accountCaptureChangePolicyValue (team_policies) Changed account + * capture setting on team domain. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamSelectiveSyncPolicyChanged(Tag _tag, TeamSelectiveSyncPolicyChangedType teamSelectiveSyncPolicyChangedValue) { + private EventType withTagAndAccountCaptureChangePolicy(Tag _tag, AccountCaptureChangePolicyType accountCaptureChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamSelectiveSyncPolicyChangedValue = teamSelectiveSyncPolicyChangedValue; + result.accountCaptureChangePolicyValue = accountCaptureChangePolicyValue; return result; } /** * The type of the event with description. * - * @param teamSharingWhitelistSubjectsChangedValue (team_policies) Edited - * the approved list for sharing externally. Must not be {@code null}. + * @param adminEmailRemindersChangedValue (team_policies) Changed admin + * reminder settings for requests to join the team. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamSharingWhitelistSubjectsChanged(Tag _tag, TeamSharingWhitelistSubjectsChangedType teamSharingWhitelistSubjectsChangedValue) { + private EventType withTagAndAdminEmailRemindersChanged(Tag _tag, AdminEmailRemindersChangedType adminEmailRemindersChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.teamSharingWhitelistSubjectsChangedValue = teamSharingWhitelistSubjectsChangedValue; + result.adminEmailRemindersChangedValue = adminEmailRemindersChangedValue; return result; } /** * The type of the event with description. * - * @param tfaAddExceptionValue (team_policies) Added members to two factor - * authentication exception list. Must not be {@code null}. + * @param aiThirdPartySharingDropboxBasePolicyChangedValue (team_policies) + * Changed AI third party sharing policy for team. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTfaAddException(Tag _tag, TfaAddExceptionType tfaAddExceptionValue) { + private EventType withTagAndAiThirdPartySharingDropboxBasePolicyChanged(Tag _tag, AiThirdPartySharingDropboxBasePolicyChangedType aiThirdPartySharingDropboxBasePolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.tfaAddExceptionValue = tfaAddExceptionValue; + result.aiThirdPartySharingDropboxBasePolicyChangedValue = aiThirdPartySharingDropboxBasePolicyChangedValue; return result; } /** * The type of the event with description. * - * @param tfaChangePolicyValue (team_policies) Changed two-step - * verification setting for team. Must not be {@code null}. + * @param allowDownloadDisabledValue (team_policies) Disabled downloads + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTfaChangePolicy(Tag _tag, TfaChangePolicyType tfaChangePolicyValue) { + private EventType withTagAndAllowDownloadDisabled(Tag _tag, AllowDownloadDisabledType allowDownloadDisabledValue) { EventType result = new EventType(); result._tag = _tag; - result.tfaChangePolicyValue = tfaChangePolicyValue; + result.allowDownloadDisabledValue = allowDownloadDisabledValue; return result; } /** * The type of the event with description. * - * @param tfaRemoveExceptionValue (team_policies) Removed members from two - * factor authentication exception list. Must not be {@code null}. + * @param allowDownloadEnabledValue (team_policies) Enabled downloads + * (deprecated, no longer logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTfaRemoveException(Tag _tag, TfaRemoveExceptionType tfaRemoveExceptionValue) { + private EventType withTagAndAllowDownloadEnabled(Tag _tag, AllowDownloadEnabledType allowDownloadEnabledValue) { EventType result = new EventType(); result._tag = _tag; - result.tfaRemoveExceptionValue = tfaRemoveExceptionValue; + result.allowDownloadEnabledValue = allowDownloadEnabledValue; return result; } /** * The type of the event with description. * - * @param twoAccountChangePolicyValue (team_policies) Enabled/disabled - * option for members to link personal Dropbox account and team account - * to same computer. Must not be {@code null}. + * @param appleLoginChangePolicyValue (team_policies) Enabled/disabled + * Apple login for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTwoAccountChangePolicy(Tag _tag, TwoAccountChangePolicyType twoAccountChangePolicyValue) { + private EventType withTagAndAppleLoginChangePolicy(Tag _tag, AppleLoginChangePolicyType appleLoginChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.twoAccountChangePolicyValue = twoAccountChangePolicyValue; + result.appleLoginChangePolicyValue = appleLoginChangePolicyValue; return result; } /** * The type of the event with description. * - * @param viewerInfoPolicyChangedValue (team_policies) Changed team policy - * for viewer info. Must not be {@code null}. + * @param appPermissionsChangedValue (team_policies) Changed app + * permissions. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndViewerInfoPolicyChanged(Tag _tag, ViewerInfoPolicyChangedType viewerInfoPolicyChangedValue) { + private EventType withTagAndAppPermissionsChanged(Tag _tag, AppPermissionsChangedType appPermissionsChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.viewerInfoPolicyChangedValue = viewerInfoPolicyChangedValue; + result.appPermissionsChangedValue = appPermissionsChangedValue; return result; } /** * The type of the event with description. * - * @param watermarkingPolicyChangedValue (team_policies) Changed - * watermarking policy for team. Must not be {@code null}. + * @param cameraUploadsPolicyChangedValue (team_policies) Changed camera + * uploads setting for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndWatermarkingPolicyChanged(Tag _tag, WatermarkingPolicyChangedType watermarkingPolicyChangedValue) { + private EventType withTagAndCameraUploadsPolicyChanged(Tag _tag, CameraUploadsPolicyChangedType cameraUploadsPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.watermarkingPolicyChangedValue = watermarkingPolicyChangedValue; + result.cameraUploadsPolicyChangedValue = cameraUploadsPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param webSessionsChangeActiveSessionLimitValue (team_policies) Changed - * limit on active sessions per member. Must not be {@code null}. + * @param captureTeamSpacePolicyChangedValue (team_policies) Changed + * Capture team space policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndWebSessionsChangeActiveSessionLimit(Tag _tag, WebSessionsChangeActiveSessionLimitType webSessionsChangeActiveSessionLimitValue) { + private EventType withTagAndCaptureTeamSpacePolicyChanged(Tag _tag, CaptureTeamSpacePolicyChangedType captureTeamSpacePolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.webSessionsChangeActiveSessionLimitValue = webSessionsChangeActiveSessionLimitValue; + result.captureTeamSpacePolicyChangedValue = captureTeamSpacePolicyChangedValue; return result; } /** * The type of the event with description. * - * @param webSessionsChangeFixedLengthPolicyValue (team_policies) Changed - * how long members can stay signed in to Dropbox.com. Must not be - * {@code null}. + * @param captureTranscriptPolicyChangedValue (team_policies) Changed + * Capture transcription policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndWebSessionsChangeFixedLengthPolicy(Tag _tag, WebSessionsChangeFixedLengthPolicyType webSessionsChangeFixedLengthPolicyValue) { + private EventType withTagAndCaptureTranscriptPolicyChanged(Tag _tag, CaptureTranscriptPolicyChangedType captureTranscriptPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.webSessionsChangeFixedLengthPolicyValue = webSessionsChangeFixedLengthPolicyValue; + result.captureTranscriptPolicyChangedValue = captureTranscriptPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param webSessionsChangeIdleLengthPolicyValue (team_policies) Changed - * how long team members can be idle while signed in to Dropbox.com. - * Must not be {@code null}. + * @param classificationChangePolicyValue (team_policies) Changed + * classification policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndWebSessionsChangeIdleLengthPolicy(Tag _tag, WebSessionsChangeIdleLengthPolicyType webSessionsChangeIdleLengthPolicyValue) { + private EventType withTagAndClassificationChangePolicy(Tag _tag, ClassificationChangePolicyType classificationChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.webSessionsChangeIdleLengthPolicyValue = webSessionsChangeIdleLengthPolicyValue; + result.classificationChangePolicyValue = classificationChangePolicyValue; return result; } /** * The type of the event with description. * - * @param dataResidencyMigrationRequestSuccessfulValue (team_profile) - * Requested data residency migration for team data. Must not be {@code - * null}. + * @param computerBackupPolicyChangedValue (team_policies) Changed computer + * backup policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDataResidencyMigrationRequestSuccessful(Tag _tag, DataResidencyMigrationRequestSuccessfulType dataResidencyMigrationRequestSuccessfulValue) { + private EventType withTagAndComputerBackupPolicyChanged(Tag _tag, ComputerBackupPolicyChangedType computerBackupPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.dataResidencyMigrationRequestSuccessfulValue = dataResidencyMigrationRequestSuccessfulValue; + result.computerBackupPolicyChangedValue = computerBackupPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param dataResidencyMigrationRequestUnsuccessfulValue (team_profile) - * Request for data residency migration for team data has failed. Must - * not be {@code null}. + * @param contentAdministrationPolicyChangedValue (team_policies) Changed + * content management setting. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndDataResidencyMigrationRequestUnsuccessful(Tag _tag, DataResidencyMigrationRequestUnsuccessfulType dataResidencyMigrationRequestUnsuccessfulValue) { + private EventType withTagAndContentAdministrationPolicyChanged(Tag _tag, ContentAdministrationPolicyChangedType contentAdministrationPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.dataResidencyMigrationRequestUnsuccessfulValue = dataResidencyMigrationRequestUnsuccessfulValue; + result.contentAdministrationPolicyChangedValue = contentAdministrationPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param teamMergeFromValue (team_profile) Merged another team into this - * team. Must not be {@code null}. + * @param contentDeletionProtectionChangePolicyValue (team_policies) + * Changed content deletion protection policy for team. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeFrom(Tag _tag, TeamMergeFromType teamMergeFromValue) { + private EventType withTagAndContentDeletionProtectionChangePolicy(Tag _tag, ContentDeletionProtectionChangePolicyType contentDeletionProtectionChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeFromValue = teamMergeFromValue; + result.contentDeletionProtectionChangePolicyValue = contentDeletionProtectionChangePolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeToValue (team_profile) Merged this team into another - * team. Must not be {@code null}. + * @param dashExternalSharingPolicyChangedValue (team_policies) Changed + * Dash external sharing policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeTo(Tag _tag, TeamMergeToType teamMergeToValue) { + private EventType withTagAndDashExternalSharingPolicyChanged(Tag _tag, DashExternalSharingPolicyChangedType dashExternalSharingPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeToValue = teamMergeToValue; + result.dashExternalSharingPolicyChangedValue = dashExternalSharingPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param teamProfileAddBackgroundValue (team_profile) Added team - * background to display on shared link headers. Must not be {@code - * null}. + * @param dataPlacementRestrictionChangePolicyValue (team_policies) Set + * restrictions on data center locations where team data resides. Must + * not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamProfileAddBackground(Tag _tag, TeamProfileAddBackgroundType teamProfileAddBackgroundValue) { + private EventType withTagAndDataPlacementRestrictionChangePolicy(Tag _tag, DataPlacementRestrictionChangePolicyType dataPlacementRestrictionChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamProfileAddBackgroundValue = teamProfileAddBackgroundValue; + result.dataPlacementRestrictionChangePolicyValue = dataPlacementRestrictionChangePolicyValue; return result; } /** * The type of the event with description. * - * @param teamProfileAddLogoValue (team_profile) Added team logo to display - * on shared link headers. Must not be {@code null}. + * @param dataPlacementRestrictionSatisfyPolicyValue (team_policies) + * Completed restrictions on data center locations where team data + * resides. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamProfileAddLogo(Tag _tag, TeamProfileAddLogoType teamProfileAddLogoValue) { + private EventType withTagAndDataPlacementRestrictionSatisfyPolicy(Tag _tag, DataPlacementRestrictionSatisfyPolicyType dataPlacementRestrictionSatisfyPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamProfileAddLogoValue = teamProfileAddLogoValue; + result.dataPlacementRestrictionSatisfyPolicyValue = dataPlacementRestrictionSatisfyPolicyValue; return result; } /** * The type of the event with description. * - * @param teamProfileChangeBackgroundValue (team_profile) Changed team - * background displayed on shared link headers. Must not be {@code - * null}. + * @param deviceApprovalsAddExceptionValue (team_policies) Added members to + * device approvals exception list. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamProfileChangeBackground(Tag _tag, TeamProfileChangeBackgroundType teamProfileChangeBackgroundValue) { + private EventType withTagAndDeviceApprovalsAddException(Tag _tag, DeviceApprovalsAddExceptionType deviceApprovalsAddExceptionValue) { EventType result = new EventType(); result._tag = _tag; - result.teamProfileChangeBackgroundValue = teamProfileChangeBackgroundValue; + result.deviceApprovalsAddExceptionValue = deviceApprovalsAddExceptionValue; return result; } /** * The type of the event with description. * - * @param teamProfileChangeDefaultLanguageValue (team_profile) Changed - * default language for team. Must not be {@code null}. + * @param deviceApprovalsChangeDesktopPolicyValue (team_policies) + * Set/removed limit on number of computers member can link to team + * Dropbox account. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamProfileChangeDefaultLanguage(Tag _tag, TeamProfileChangeDefaultLanguageType teamProfileChangeDefaultLanguageValue) { + private EventType withTagAndDeviceApprovalsChangeDesktopPolicy(Tag _tag, DeviceApprovalsChangeDesktopPolicyType deviceApprovalsChangeDesktopPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamProfileChangeDefaultLanguageValue = teamProfileChangeDefaultLanguageValue; + result.deviceApprovalsChangeDesktopPolicyValue = deviceApprovalsChangeDesktopPolicyValue; return result; } /** * The type of the event with description. * - * @param teamProfileChangeLogoValue (team_profile) Changed team logo - * displayed on shared link headers. Must not be {@code null}. + * @param deviceApprovalsChangeMobilePolicyValue (team_policies) + * Set/removed limit on number of mobile devices member can link to team + * Dropbox account. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamProfileChangeLogo(Tag _tag, TeamProfileChangeLogoType teamProfileChangeLogoValue) { + private EventType withTagAndDeviceApprovalsChangeMobilePolicy(Tag _tag, DeviceApprovalsChangeMobilePolicyType deviceApprovalsChangeMobilePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamProfileChangeLogoValue = teamProfileChangeLogoValue; + result.deviceApprovalsChangeMobilePolicyValue = deviceApprovalsChangeMobilePolicyValue; return result; } /** * The type of the event with description. * - * @param teamProfileChangeNameValue (team_profile) Changed team name. Must - * not be {@code null}. + * @param deviceApprovalsChangeOverageActionValue (team_policies) Changed + * device approvals setting when member is over limit. Must not be + * {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamProfileChangeName(Tag _tag, TeamProfileChangeNameType teamProfileChangeNameValue) { + private EventType withTagAndDeviceApprovalsChangeOverageAction(Tag _tag, DeviceApprovalsChangeOverageActionType deviceApprovalsChangeOverageActionValue) { EventType result = new EventType(); result._tag = _tag; - result.teamProfileChangeNameValue = teamProfileChangeNameValue; + result.deviceApprovalsChangeOverageActionValue = deviceApprovalsChangeOverageActionValue; return result; } /** * The type of the event with description. * - * @param teamProfileRemoveBackgroundValue (team_profile) Removed team - * background displayed on shared link headers. Must not be {@code + * @param deviceApprovalsChangeUnlinkActionValue (team_policies) Changed + * device approvals setting when member unlinks approved device. Must + * not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndDeviceApprovalsChangeUnlinkAction(Tag _tag, DeviceApprovalsChangeUnlinkActionType deviceApprovalsChangeUnlinkActionValue) { + EventType result = new EventType(); + result._tag = _tag; + result.deviceApprovalsChangeUnlinkActionValue = deviceApprovalsChangeUnlinkActionValue; + return result; + } + + /** + * The type of the event with description. + * + * @param deviceApprovalsRemoveExceptionValue (team_policies) Removed + * members from device approvals exception list. Must not be {@code * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamProfileRemoveBackground(Tag _tag, TeamProfileRemoveBackgroundType teamProfileRemoveBackgroundValue) { + private EventType withTagAndDeviceApprovalsRemoveException(Tag _tag, DeviceApprovalsRemoveExceptionType deviceApprovalsRemoveExceptionValue) { EventType result = new EventType(); result._tag = _tag; - result.teamProfileRemoveBackgroundValue = teamProfileRemoveBackgroundValue; + result.deviceApprovalsRemoveExceptionValue = deviceApprovalsRemoveExceptionValue; return result; } /** * The type of the event with description. * - * @param teamProfileRemoveLogoValue (team_profile) Removed team logo - * displayed on shared link headers. Must not be {@code null}. + * @param directoryRestrictionsAddMembersValue (team_policies) Added + * members to directory restrictions list. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamProfileRemoveLogo(Tag _tag, TeamProfileRemoveLogoType teamProfileRemoveLogoValue) { + private EventType withTagAndDirectoryRestrictionsAddMembers(Tag _tag, DirectoryRestrictionsAddMembersType directoryRestrictionsAddMembersValue) { EventType result = new EventType(); result._tag = _tag; - result.teamProfileRemoveLogoValue = teamProfileRemoveLogoValue; + result.directoryRestrictionsAddMembersValue = directoryRestrictionsAddMembersValue; return result; } /** * The type of the event with description. * - * @param tfaAddBackupPhoneValue (tfa) Added backup phone for two-step - * verification. Must not be {@code null}. + * @param directoryRestrictionsRemoveMembersValue (team_policies) Removed + * members from directory restrictions list. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTfaAddBackupPhone(Tag _tag, TfaAddBackupPhoneType tfaAddBackupPhoneValue) { + private EventType withTagAndDirectoryRestrictionsRemoveMembers(Tag _tag, DirectoryRestrictionsRemoveMembersType directoryRestrictionsRemoveMembersValue) { EventType result = new EventType(); result._tag = _tag; - result.tfaAddBackupPhoneValue = tfaAddBackupPhoneValue; + result.directoryRestrictionsRemoveMembersValue = directoryRestrictionsRemoveMembersValue; return result; } /** * The type of the event with description. * - * @param tfaAddSecurityKeyValue (tfa) Added security key for two-step - * verification. Must not be {@code null}. + * @param dropboxPasswordsPolicyChangedValue (team_policies) Changed + * Dropbox Passwords policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTfaAddSecurityKey(Tag _tag, TfaAddSecurityKeyType tfaAddSecurityKeyValue) { + private EventType withTagAndDropboxPasswordsPolicyChanged(Tag _tag, DropboxPasswordsPolicyChangedType dropboxPasswordsPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.tfaAddSecurityKeyValue = tfaAddSecurityKeyValue; + result.dropboxPasswordsPolicyChangedValue = dropboxPasswordsPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param tfaChangeBackupPhoneValue (tfa) Changed backup phone for two-step - * verification. Must not be {@code null}. + * @param emailIngestPolicyChangedValue (team_policies) Changed email to + * Dropbox policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTfaChangeBackupPhone(Tag _tag, TfaChangeBackupPhoneType tfaChangeBackupPhoneValue) { + private EventType withTagAndEmailIngestPolicyChanged(Tag _tag, EmailIngestPolicyChangedType emailIngestPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.tfaChangeBackupPhoneValue = tfaChangeBackupPhoneValue; + result.emailIngestPolicyChangedValue = emailIngestPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param tfaChangeStatusValue (tfa) Enabled/disabled/changed two-step - * verification setting. Must not be {@code null}. + * @param emmAddExceptionValue (team_policies) Added members to EMM + * exception list. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTfaChangeStatus(Tag _tag, TfaChangeStatusType tfaChangeStatusValue) { + private EventType withTagAndEmmAddException(Tag _tag, EmmAddExceptionType emmAddExceptionValue) { EventType result = new EventType(); result._tag = _tag; - result.tfaChangeStatusValue = tfaChangeStatusValue; + result.emmAddExceptionValue = emmAddExceptionValue; return result; } /** * The type of the event with description. * - * @param tfaRemoveBackupPhoneValue (tfa) Removed backup phone for two-step - * verification. Must not be {@code null}. + * @param emmChangePolicyValue (team_policies) Enabled/disabled enterprise + * mobility management for members. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTfaRemoveBackupPhone(Tag _tag, TfaRemoveBackupPhoneType tfaRemoveBackupPhoneValue) { + private EventType withTagAndEmmChangePolicy(Tag _tag, EmmChangePolicyType emmChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.tfaRemoveBackupPhoneValue = tfaRemoveBackupPhoneValue; + result.emmChangePolicyValue = emmChangePolicyValue; return result; } /** * The type of the event with description. * - * @param tfaRemoveSecurityKeyValue (tfa) Removed security key for two-step - * verification. Must not be {@code null}. + * @param emmRemoveExceptionValue (team_policies) Removed members from EMM + * exception list. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTfaRemoveSecurityKey(Tag _tag, TfaRemoveSecurityKeyType tfaRemoveSecurityKeyValue) { + private EventType withTagAndEmmRemoveException(Tag _tag, EmmRemoveExceptionType emmRemoveExceptionValue) { EventType result = new EventType(); result._tag = _tag; - result.tfaRemoveSecurityKeyValue = tfaRemoveSecurityKeyValue; + result.emmRemoveExceptionValue = emmRemoveExceptionValue; + return result; + } + + /** + * The type of the event with description. + * + * @param extendedVersionHistoryChangePolicyValue (team_policies) + * Accepted/opted out of extended version history. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndExtendedVersionHistoryChangePolicy(Tag _tag, ExtendedVersionHistoryChangePolicyType extendedVersionHistoryChangePolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.extendedVersionHistoryChangePolicyValue = extendedVersionHistoryChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param externalDriveBackupPolicyChangedValue (team_policies) Changed + * external drive backup policy for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndExternalDriveBackupPolicyChanged(Tag _tag, ExternalDriveBackupPolicyChangedType externalDriveBackupPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.externalDriveBackupPolicyChangedValue = externalDriveBackupPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param fileCommentsChangePolicyValue (team_policies) Enabled/disabled + * commenting on team files. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndFileCommentsChangePolicy(Tag _tag, FileCommentsChangePolicyType fileCommentsChangePolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.fileCommentsChangePolicyValue = fileCommentsChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param fileLockingPolicyChangedValue (team_policies) Changed file + * locking policy for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndFileLockingPolicyChanged(Tag _tag, FileLockingPolicyChangedType fileLockingPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.fileLockingPolicyChangedValue = fileLockingPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param fileProviderMigrationPolicyChangedValue (team_policies) Changed + * File Provider Migration policy for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndFileProviderMigrationPolicyChanged(Tag _tag, FileProviderMigrationPolicyChangedType fileProviderMigrationPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.fileProviderMigrationPolicyChangedValue = fileProviderMigrationPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param fileRequestsChangePolicyValue (team_policies) Enabled/disabled + * file requests. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndFileRequestsChangePolicy(Tag _tag, FileRequestsChangePolicyType fileRequestsChangePolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.fileRequestsChangePolicyValue = fileRequestsChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param fileRequestsEmailsEnabledValue (team_policies) Enabled file + * request emails for everyone (deprecated, no longer logged). Must not + * be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndFileRequestsEmailsEnabled(Tag _tag, FileRequestsEmailsEnabledType fileRequestsEmailsEnabledValue) { + EventType result = new EventType(); + result._tag = _tag; + result.fileRequestsEmailsEnabledValue = fileRequestsEmailsEnabledValue; return result; } /** * The type of the event with description. * - * @param tfaResetValue (tfa) Reset two-step verification for team member. + * @param fileRequestsEmailsRestrictedToTeamOnlyValue (team_policies) + * Enabled file request emails for team (deprecated, no longer logged). * Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTfaReset(Tag _tag, TfaResetType tfaResetValue) { + private EventType withTagAndFileRequestsEmailsRestrictedToTeamOnly(Tag _tag, FileRequestsEmailsRestrictedToTeamOnlyType fileRequestsEmailsRestrictedToTeamOnlyValue) { EventType result = new EventType(); result._tag = _tag; - result.tfaResetValue = tfaResetValue; + result.fileRequestsEmailsRestrictedToTeamOnlyValue = fileRequestsEmailsRestrictedToTeamOnlyValue; return result; } /** * The type of the event with description. * - * @param changedEnterpriseAdminRoleValue (trusted_teams) Changed - * enterprise admin role. Must not be {@code null}. + * @param fileTransfersPolicyChangedValue (team_policies) Changed file + * transfers policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndChangedEnterpriseAdminRole(Tag _tag, ChangedEnterpriseAdminRoleType changedEnterpriseAdminRoleValue) { + private EventType withTagAndFileTransfersPolicyChanged(Tag _tag, FileTransfersPolicyChangedType fileTransfersPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.changedEnterpriseAdminRoleValue = changedEnterpriseAdminRoleValue; + result.fileTransfersPolicyChangedValue = fileTransfersPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param changedEnterpriseConnectedTeamStatusValue (trusted_teams) Changed - * enterprise-connected team status. Must not be {@code null}. + * @param flexibleFileNamesPolicyChangedValue (team_policies) Changed + * flexible file names policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndChangedEnterpriseConnectedTeamStatus(Tag _tag, ChangedEnterpriseConnectedTeamStatusType changedEnterpriseConnectedTeamStatusValue) { + private EventType withTagAndFlexibleFileNamesPolicyChanged(Tag _tag, FlexibleFileNamesPolicyChangedType flexibleFileNamesPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.changedEnterpriseConnectedTeamStatusValue = changedEnterpriseConnectedTeamStatusValue; + result.flexibleFileNamesPolicyChangedValue = flexibleFileNamesPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param endedEnterpriseAdminSessionValue (trusted_teams) Ended enterprise - * admin session. Must not be {@code null}. + * @param folderLinkRestrictionPolicyChangedValue (team_policies) Changed + * folder link restrictions policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEndedEnterpriseAdminSession(Tag _tag, EndedEnterpriseAdminSessionType endedEnterpriseAdminSessionValue) { + private EventType withTagAndFolderLinkRestrictionPolicyChanged(Tag _tag, FolderLinkRestrictionPolicyChangedType folderLinkRestrictionPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.endedEnterpriseAdminSessionValue = endedEnterpriseAdminSessionValue; + result.folderLinkRestrictionPolicyChangedValue = folderLinkRestrictionPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param endedEnterpriseAdminSessionDeprecatedValue (trusted_teams) Ended - * enterprise admin session (deprecated, replaced by 'Ended enterprise - * admin session'). Must not be {@code null}. + * @param googleSsoChangePolicyValue (team_policies) Enabled/disabled + * Google single sign-on for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEndedEnterpriseAdminSessionDeprecated(Tag _tag, EndedEnterpriseAdminSessionDeprecatedType endedEnterpriseAdminSessionDeprecatedValue) { + private EventType withTagAndGoogleSsoChangePolicy(Tag _tag, GoogleSsoChangePolicyType googleSsoChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.endedEnterpriseAdminSessionDeprecatedValue = endedEnterpriseAdminSessionDeprecatedValue; + result.googleSsoChangePolicyValue = googleSsoChangePolicyValue; return result; } /** * The type of the event with description. * - * @param enterpriseSettingsLockingValue (trusted_teams) Changed who can - * update a setting. Must not be {@code null}. + * @param groupUserManagementChangePolicyValue (team_policies) Changed who + * can create groups. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndEnterpriseSettingsLocking(Tag _tag, EnterpriseSettingsLockingType enterpriseSettingsLockingValue) { + private EventType withTagAndGroupUserManagementChangePolicy(Tag _tag, GroupUserManagementChangePolicyType groupUserManagementChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.enterpriseSettingsLockingValue = enterpriseSettingsLockingValue; + result.groupUserManagementChangePolicyValue = groupUserManagementChangePolicyValue; return result; } /** * The type of the event with description. * - * @param guestAdminChangeStatusValue (trusted_teams) Changed guest team - * admin status. Must not be {@code null}. + * @param integrationPolicyChangedValue (team_policies) Changed integration + * policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndGuestAdminChangeStatus(Tag _tag, GuestAdminChangeStatusType guestAdminChangeStatusValue) { + private EventType withTagAndIntegrationPolicyChanged(Tag _tag, IntegrationPolicyChangedType integrationPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.guestAdminChangeStatusValue = guestAdminChangeStatusValue; + result.integrationPolicyChangedValue = integrationPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param startedEnterpriseAdminSessionValue (trusted_teams) Started - * enterprise admin session. Must not be {@code null}. + * @param inviteAcceptanceEmailPolicyChangedValue (team_policies) Changed + * invite accept email policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndStartedEnterpriseAdminSession(Tag _tag, StartedEnterpriseAdminSessionType startedEnterpriseAdminSessionValue) { + private EventType withTagAndInviteAcceptanceEmailPolicyChanged(Tag _tag, InviteAcceptanceEmailPolicyChangedType inviteAcceptanceEmailPolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.startedEnterpriseAdminSessionValue = startedEnterpriseAdminSessionValue; + result.inviteAcceptanceEmailPolicyChangedValue = inviteAcceptanceEmailPolicyChangedValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestAcceptedValue (trusted_teams) Accepted a team - * merge request. Must not be {@code null}. + * @param memberRequestsChangePolicyValue (team_policies) Changed whether + * users can find team when not invited. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestAccepted(Tag _tag, TeamMergeRequestAcceptedType teamMergeRequestAcceptedValue) { + private EventType withTagAndMemberRequestsChangePolicy(Tag _tag, MemberRequestsChangePolicyType memberRequestsChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestAcceptedValue = teamMergeRequestAcceptedValue; + result.memberRequestsChangePolicyValue = memberRequestsChangePolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestAcceptedShownToPrimaryTeamValue (trusted_teams) - * Accepted a team merge request (deprecated, replaced by 'Accepted a - * team merge request'). Must not be {@code null}. + * @param memberSendInvitePolicyChangedValue (team_policies) Changed member + * send invite policy for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestAcceptedShownToPrimaryTeam(Tag _tag, TeamMergeRequestAcceptedShownToPrimaryTeamType teamMergeRequestAcceptedShownToPrimaryTeamValue) { + private EventType withTagAndMemberSendInvitePolicyChanged(Tag _tag, MemberSendInvitePolicyChangedType memberSendInvitePolicyChangedValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestAcceptedShownToPrimaryTeamValue = teamMergeRequestAcceptedShownToPrimaryTeamValue; + result.memberSendInvitePolicyChangedValue = memberSendInvitePolicyChangedValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestAcceptedShownToSecondaryTeamValue (trusted_teams) - * Accepted a team merge request (deprecated, replaced by 'Accepted a - * team merge request'). Must not be {@code null}. + * @param memberSpaceLimitsAddExceptionValue (team_policies) Added members + * to member space limit exception list. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestAcceptedShownToSecondaryTeam(Tag _tag, TeamMergeRequestAcceptedShownToSecondaryTeamType teamMergeRequestAcceptedShownToSecondaryTeamValue) { + private EventType withTagAndMemberSpaceLimitsAddException(Tag _tag, MemberSpaceLimitsAddExceptionType memberSpaceLimitsAddExceptionValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestAcceptedShownToSecondaryTeamValue = teamMergeRequestAcceptedShownToSecondaryTeamValue; + result.memberSpaceLimitsAddExceptionValue = memberSpaceLimitsAddExceptionValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestAutoCanceledValue (trusted_teams) Automatically - * canceled team merge request. Must not be {@code null}. + * @param memberSpaceLimitsChangeCapsTypePolicyValue (team_policies) + * Changed member space limit type for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestAutoCanceled(Tag _tag, TeamMergeRequestAutoCanceledType teamMergeRequestAutoCanceledValue) { + private EventType withTagAndMemberSpaceLimitsChangeCapsTypePolicy(Tag _tag, MemberSpaceLimitsChangeCapsTypePolicyType memberSpaceLimitsChangeCapsTypePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestAutoCanceledValue = teamMergeRequestAutoCanceledValue; + result.memberSpaceLimitsChangeCapsTypePolicyValue = memberSpaceLimitsChangeCapsTypePolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestCanceledValue (trusted_teams) Canceled a team - * merge request. Must not be {@code null}. + * @param memberSpaceLimitsChangePolicyValue (team_policies) Changed team + * default member space limit. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestCanceled(Tag _tag, TeamMergeRequestCanceledType teamMergeRequestCanceledValue) { + private EventType withTagAndMemberSpaceLimitsChangePolicy(Tag _tag, MemberSpaceLimitsChangePolicyType memberSpaceLimitsChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestCanceledValue = teamMergeRequestCanceledValue; + result.memberSpaceLimitsChangePolicyValue = memberSpaceLimitsChangePolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestCanceledShownToPrimaryTeamValue (trusted_teams) - * Canceled a team merge request (deprecated, replaced by 'Canceled a - * team merge request'). Must not be {@code null}. + * @param memberSpaceLimitsRemoveExceptionValue (team_policies) Removed + * members from member space limit exception list. Must not be {@code + * null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestCanceledShownToPrimaryTeam(Tag _tag, TeamMergeRequestCanceledShownToPrimaryTeamType teamMergeRequestCanceledShownToPrimaryTeamValue) { + private EventType withTagAndMemberSpaceLimitsRemoveException(Tag _tag, MemberSpaceLimitsRemoveExceptionType memberSpaceLimitsRemoveExceptionValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestCanceledShownToPrimaryTeamValue = teamMergeRequestCanceledShownToPrimaryTeamValue; + result.memberSpaceLimitsRemoveExceptionValue = memberSpaceLimitsRemoveExceptionValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestCanceledShownToSecondaryTeamValue (trusted_teams) - * Canceled a team merge request (deprecated, replaced by 'Canceled a - * team merge request'). Must not be {@code null}. + * @param memberSuggestionsChangePolicyValue (team_policies) + * Enabled/disabled option for team members to suggest people to add to + * team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestCanceledShownToSecondaryTeam(Tag _tag, TeamMergeRequestCanceledShownToSecondaryTeamType teamMergeRequestCanceledShownToSecondaryTeamValue) { + private EventType withTagAndMemberSuggestionsChangePolicy(Tag _tag, MemberSuggestionsChangePolicyType memberSuggestionsChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestCanceledShownToSecondaryTeamValue = teamMergeRequestCanceledShownToSecondaryTeamValue; + result.memberSuggestionsChangePolicyValue = memberSuggestionsChangePolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestExpiredValue (trusted_teams) Team merge request - * expired. Must not be {@code null}. + * @param microsoftLoginChangePolicyValue (team_policies) Enabled/disabled + * Microsoft login for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestExpired(Tag _tag, TeamMergeRequestExpiredType teamMergeRequestExpiredValue) { + private EventType withTagAndMicrosoftLoginChangePolicy(Tag _tag, MicrosoftLoginChangePolicyType microsoftLoginChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestExpiredValue = teamMergeRequestExpiredValue; + result.microsoftLoginChangePolicyValue = microsoftLoginChangePolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestExpiredShownToPrimaryTeamValue (trusted_teams) - * Team merge request expired (deprecated, replaced by 'Team merge - * request expired'). Must not be {@code null}. + * @param microsoftOfficeAddinChangePolicyValue (team_policies) + * Enabled/disabled Microsoft Office add-in. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestExpiredShownToPrimaryTeam(Tag _tag, TeamMergeRequestExpiredShownToPrimaryTeamType teamMergeRequestExpiredShownToPrimaryTeamValue) { + private EventType withTagAndMicrosoftOfficeAddinChangePolicy(Tag _tag, MicrosoftOfficeAddinChangePolicyType microsoftOfficeAddinChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestExpiredShownToPrimaryTeamValue = teamMergeRequestExpiredShownToPrimaryTeamValue; + result.microsoftOfficeAddinChangePolicyValue = microsoftOfficeAddinChangePolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestExpiredShownToSecondaryTeamValue (trusted_teams) - * Team merge request expired (deprecated, replaced by 'Team merge - * request expired'). Must not be {@code null}. + * @param networkControlChangePolicyValue (team_policies) Enabled/disabled + * network control. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestExpiredShownToSecondaryTeam(Tag _tag, TeamMergeRequestExpiredShownToSecondaryTeamType teamMergeRequestExpiredShownToSecondaryTeamValue) { + private EventType withTagAndNetworkControlChangePolicy(Tag _tag, NetworkControlChangePolicyType networkControlChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestExpiredShownToSecondaryTeamValue = teamMergeRequestExpiredShownToSecondaryTeamValue; + result.networkControlChangePolicyValue = networkControlChangePolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestRejectedShownToPrimaryTeamValue (trusted_teams) - * Rejected a team merge request (deprecated, no longer logged). Must - * not be {@code null}. + * @param paperChangeDeploymentPolicyValue (team_policies) Changed whether + * Dropbox Paper, when enabled, is deployed to all members or to + * specific members. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestRejectedShownToPrimaryTeam(Tag _tag, TeamMergeRequestRejectedShownToPrimaryTeamType teamMergeRequestRejectedShownToPrimaryTeamValue) { + private EventType withTagAndPaperChangeDeploymentPolicy(Tag _tag, PaperChangeDeploymentPolicyType paperChangeDeploymentPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestRejectedShownToPrimaryTeamValue = teamMergeRequestRejectedShownToPrimaryTeamValue; + result.paperChangeDeploymentPolicyValue = paperChangeDeploymentPolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestRejectedShownToSecondaryTeamValue (trusted_teams) - * Rejected a team merge request (deprecated, no longer logged). Must - * not be {@code null}. + * @param paperChangeMemberLinkPolicyValue (team_policies) Changed whether + * non-members can view Paper docs with link (deprecated, no longer + * logged). Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestRejectedShownToSecondaryTeam(Tag _tag, TeamMergeRequestRejectedShownToSecondaryTeamType teamMergeRequestRejectedShownToSecondaryTeamValue) { + private EventType withTagAndPaperChangeMemberLinkPolicy(Tag _tag, PaperChangeMemberLinkPolicyType paperChangeMemberLinkPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestRejectedShownToSecondaryTeamValue = teamMergeRequestRejectedShownToSecondaryTeamValue; + result.paperChangeMemberLinkPolicyValue = paperChangeMemberLinkPolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestReminderValue (trusted_teams) Sent a team merge - * request reminder. Must not be {@code null}. + * @param paperChangeMemberPolicyValue (team_policies) Changed whether + * members can share Paper docs outside team, and if docs are accessible + * only by team members or anyone by default. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestReminder(Tag _tag, TeamMergeRequestReminderType teamMergeRequestReminderValue) { + private EventType withTagAndPaperChangeMemberPolicy(Tag _tag, PaperChangeMemberPolicyType paperChangeMemberPolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestReminderValue = teamMergeRequestReminderValue; + result.paperChangeMemberPolicyValue = paperChangeMemberPolicyValue; return result; } /** * The type of the event with description. * - * @param teamMergeRequestReminderShownToPrimaryTeamValue (trusted_teams) - * Sent a team merge request reminder (deprecated, replaced by 'Sent a - * team merge request reminder'). Must not be {@code null}. + * @param paperChangePolicyValue (team_policies) Enabled/disabled Dropbox + * Paper for team. Must not be {@code null}. * @param _tag Discriminating tag for this instance. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - private EventType withTagAndTeamMergeRequestReminderShownToPrimaryTeam(Tag _tag, TeamMergeRequestReminderShownToPrimaryTeamType teamMergeRequestReminderShownToPrimaryTeamValue) { + private EventType withTagAndPaperChangePolicy(Tag _tag, PaperChangePolicyType paperChangePolicyValue) { EventType result = new EventType(); result._tag = _tag; - result.teamMergeRequestReminderShownToPrimaryTeamValue = teamMergeRequestReminderShownToPrimaryTeamValue; + result.paperChangePolicyValue = paperChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param paperDefaultFolderPolicyChangedValue (team_policies) Changed + * Paper Default Folder Policy setting for team. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndPaperDefaultFolderPolicyChanged(Tag _tag, PaperDefaultFolderPolicyChangedType paperDefaultFolderPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.paperDefaultFolderPolicyChangedValue = paperDefaultFolderPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param paperDesktopPolicyChangedValue (team_policies) Enabled/disabled + * Paper Desktop for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndPaperDesktopPolicyChanged(Tag _tag, PaperDesktopPolicyChangedType paperDesktopPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.paperDesktopPolicyChangedValue = paperDesktopPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param paperEnabledUsersGroupAdditionValue (team_policies) Added users + * to Paper-enabled users list. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndPaperEnabledUsersGroupAddition(Tag _tag, PaperEnabledUsersGroupAdditionType paperEnabledUsersGroupAdditionValue) { + EventType result = new EventType(); + result._tag = _tag; + result.paperEnabledUsersGroupAdditionValue = paperEnabledUsersGroupAdditionValue; + return result; + } + + /** + * The type of the event with description. + * + * @param paperEnabledUsersGroupRemovalValue (team_policies) Removed users + * from Paper-enabled users list. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndPaperEnabledUsersGroupRemoval(Tag _tag, PaperEnabledUsersGroupRemovalType paperEnabledUsersGroupRemovalValue) { + EventType result = new EventType(); + result._tag = _tag; + result.paperEnabledUsersGroupRemovalValue = paperEnabledUsersGroupRemovalValue; + return result; + } + + /** + * The type of the event with description. + * + * @param passkeyLoginPolicyChangedValue (team_policies) Changed passkey + * login policy for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndPasskeyLoginPolicyChanged(Tag _tag, PasskeyLoginPolicyChangedType passkeyLoginPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.passkeyLoginPolicyChangedValue = passkeyLoginPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param passwordStrengthRequirementsChangePolicyValue (team_policies) + * Changed team password strength requirements. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndPasswordStrengthRequirementsChangePolicy(Tag _tag, PasswordStrengthRequirementsChangePolicyType passwordStrengthRequirementsChangePolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.passwordStrengthRequirementsChangePolicyValue = passwordStrengthRequirementsChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param permanentDeleteChangePolicyValue (team_policies) Enabled/disabled + * ability of team members to permanently delete content. Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndPermanentDeleteChangePolicy(Tag _tag, PermanentDeleteChangePolicyType permanentDeleteChangePolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.permanentDeleteChangePolicyValue = permanentDeleteChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param previewsAiPolicyChangedValue (team_policies) Changed Dropbox AI + * policy for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndPreviewsAiPolicyChanged(Tag _tag, PreviewsAiPolicyChangedType previewsAiPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.previewsAiPolicyChangedValue = previewsAiPolicyChangedValue; return result; } /** - * The type of the event with description. + * The type of the event with description. + * + * @param replayAddingPeoplePolicyChangedValue (team_policies) Changed the + * policy for adding people to Replay content. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndReplayAddingPeoplePolicyChanged(Tag _tag, ReplayAddingPeoplePolicyChangedType replayAddingPeoplePolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.replayAddingPeoplePolicyChangedValue = replayAddingPeoplePolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param replaySharingPolicyChangedValue (team_policies) Changed the + * policy for sharing Replay content. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndReplaySharingPolicyChanged(Tag _tag, ReplaySharingPolicyChangedType replaySharingPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.replaySharingPolicyChangedValue = replaySharingPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param resellerSupportChangePolicyValue (team_policies) Enabled/disabled + * reseller support. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndResellerSupportChangePolicy(Tag _tag, ResellerSupportChangePolicyType resellerSupportChangePolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.resellerSupportChangePolicyValue = resellerSupportChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param rewindPolicyChangedValue (team_policies) Changed Rewind policy + * for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndRewindPolicyChanged(Tag _tag, RewindPolicyChangedType rewindPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.rewindPolicyChangedValue = rewindPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param sendAndTrackPolicyChangedValue (team_policies) Changed “Send and + * track” policy for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSendAndTrackPolicyChanged(Tag _tag, SendAndTrackPolicyChangedType sendAndTrackPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.sendAndTrackPolicyChangedValue = sendAndTrackPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param sendExternalSharingPolicyChangedValue (team_policies) Changed + * “Send and track” external sharing policy for team. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSendExternalSharingPolicyChanged(Tag _tag, SendExternalSharingPolicyChangedType sendExternalSharingPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.sendExternalSharingPolicyChangedValue = sendExternalSharingPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param sendForSignaturePolicyChangedValue (team_policies) Changed send + * for signature policy for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSendForSignaturePolicyChanged(Tag _tag, SendForSignaturePolicyChangedType sendForSignaturePolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.sendForSignaturePolicyChangedValue = sendForSignaturePolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param sharedLinkDefaultPermissionsPolicyChangedValue (team_policies) + * Changed shared link default permissions policy for team. Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSharedLinkDefaultPermissionsPolicyChanged(Tag _tag, SharedLinkDefaultPermissionsPolicyChangedType sharedLinkDefaultPermissionsPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.sharedLinkDefaultPermissionsPolicyChangedValue = sharedLinkDefaultPermissionsPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param sharingChangeFolderJoinPolicyValue (team_policies) Changed + * whether team members can join shared folders owned outside team. Must + * not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSharingChangeFolderJoinPolicy(Tag _tag, SharingChangeFolderJoinPolicyType sharingChangeFolderJoinPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.sharingChangeFolderJoinPolicyValue = sharingChangeFolderJoinPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param sharingChangeLinkAllowChangeExpirationPolicyValue (team_policies) + * Changed the allow remove or change expiration policy for the links + * shared outside of the team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSharingChangeLinkAllowChangeExpirationPolicy(Tag _tag, SharingChangeLinkAllowChangeExpirationPolicyType sharingChangeLinkAllowChangeExpirationPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.sharingChangeLinkAllowChangeExpirationPolicyValue = sharingChangeLinkAllowChangeExpirationPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param sharingChangeLinkDefaultExpirationPolicyValue (team_policies) + * Changed the default expiration for the links shared outside of the + * team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSharingChangeLinkDefaultExpirationPolicy(Tag _tag, SharingChangeLinkDefaultExpirationPolicyType sharingChangeLinkDefaultExpirationPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.sharingChangeLinkDefaultExpirationPolicyValue = sharingChangeLinkDefaultExpirationPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param sharingChangeLinkEnforcePasswordPolicyValue (team_policies) + * Changed the password requirement for the links shared outside of the + * team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSharingChangeLinkEnforcePasswordPolicy(Tag _tag, SharingChangeLinkEnforcePasswordPolicyType sharingChangeLinkEnforcePasswordPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.sharingChangeLinkEnforcePasswordPolicyValue = sharingChangeLinkEnforcePasswordPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param sharingChangeLinkPolicyValue (team_policies) Changed whether + * members can share links outside team, and if links are accessible + * only by team members or anyone by default. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSharingChangeLinkPolicy(Tag _tag, SharingChangeLinkPolicyType sharingChangeLinkPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.sharingChangeLinkPolicyValue = sharingChangeLinkPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param sharingChangeMemberPolicyValue (team_policies) Changed whether + * members can share files/folders outside team. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSharingChangeMemberPolicy(Tag _tag, SharingChangeMemberPolicyType sharingChangeMemberPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.sharingChangeMemberPolicyValue = sharingChangeMemberPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param showcaseChangeDownloadPolicyValue (team_policies) + * Enabled/disabled downloading files from Dropbox Showcase for team. + * Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndShowcaseChangeDownloadPolicy(Tag _tag, ShowcaseChangeDownloadPolicyType showcaseChangeDownloadPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.showcaseChangeDownloadPolicyValue = showcaseChangeDownloadPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param showcaseChangeEnabledPolicyValue (team_policies) Enabled/disabled + * Dropbox Showcase for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndShowcaseChangeEnabledPolicy(Tag _tag, ShowcaseChangeEnabledPolicyType showcaseChangeEnabledPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.showcaseChangeEnabledPolicyValue = showcaseChangeEnabledPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param showcaseChangeExternalSharingPolicyValue (team_policies) + * Enabled/disabled sharing Dropbox Showcase externally for team. Must + * not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndShowcaseChangeExternalSharingPolicy(Tag _tag, ShowcaseChangeExternalSharingPolicyType showcaseChangeExternalSharingPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.showcaseChangeExternalSharingPolicyValue = showcaseChangeExternalSharingPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param signExternalSharingPolicyChangedValue (team_policies) Changed + * Signatures external sharing policy for team. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSignExternalSharingPolicyChanged(Tag _tag, SignExternalSharingPolicyChangedType signExternalSharingPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.signExternalSharingPolicyChangedValue = signExternalSharingPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param signTemplateCreationPermissionChangedValue (team_policies) + * Changed template creation permission. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSignTemplateCreationPermissionChanged(Tag _tag, SignTemplateCreationPermissionChangedType signTemplateCreationPermissionChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.signTemplateCreationPermissionChangedValue = signTemplateCreationPermissionChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param smarterSmartSyncPolicyChangedValue (team_policies) Changed + * automatic Smart Sync setting for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSmarterSmartSyncPolicyChanged(Tag _tag, SmarterSmartSyncPolicyChangedType smarterSmartSyncPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.smarterSmartSyncPolicyChangedValue = smarterSmartSyncPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param smartSyncChangePolicyValue (team_policies) Changed default Smart + * Sync setting for team members. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSmartSyncChangePolicy(Tag _tag, SmartSyncChangePolicyType smartSyncChangePolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.smartSyncChangePolicyValue = smartSyncChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param smartSyncNotOptOutValue (team_policies) Opted team into Smart + * Sync. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSmartSyncNotOptOut(Tag _tag, SmartSyncNotOptOutType smartSyncNotOptOutValue) { + EventType result = new EventType(); + result._tag = _tag; + result.smartSyncNotOptOutValue = smartSyncNotOptOutValue; + return result; + } + + /** + * The type of the event with description. + * + * @param smartSyncOptOutValue (team_policies) Opted team out of Smart + * Sync. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSmartSyncOptOut(Tag _tag, SmartSyncOptOutType smartSyncOptOutValue) { + EventType result = new EventType(); + result._tag = _tag; + result.smartSyncOptOutValue = smartSyncOptOutValue; + return result; + } + + /** + * The type of the event with description. + * + * @param ssoChangePolicyValue (team_policies) Changed single sign-on + * setting for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndSsoChangePolicy(Tag _tag, SsoChangePolicyType ssoChangePolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.ssoChangePolicyValue = ssoChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param stackCrossTeamAccessPolicyChangedValue (team_policies) Changed + * cross-team Stack access policy for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndStackCrossTeamAccessPolicyChanged(Tag _tag, StackCrossTeamAccessPolicyChangedType stackCrossTeamAccessPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.stackCrossTeamAccessPolicyChangedValue = stackCrossTeamAccessPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamBrandingPolicyChangedValue (team_policies) Changed team + * branding policy for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamBrandingPolicyChanged(Tag _tag, TeamBrandingPolicyChangedType teamBrandingPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamBrandingPolicyChangedValue = teamBrandingPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamExtensionsPolicyChangedValue (team_policies) Changed App + * Integrations setting for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamExtensionsPolicyChanged(Tag _tag, TeamExtensionsPolicyChangedType teamExtensionsPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamExtensionsPolicyChangedValue = teamExtensionsPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMemberStorageRequestPolicyChangedValue (team_policies) + * Changed team member storage request policy for team. Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMemberStorageRequestPolicyChanged(Tag _tag, TeamMemberStorageRequestPolicyChangedType teamMemberStorageRequestPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMemberStorageRequestPolicyChangedValue = teamMemberStorageRequestPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamSelectiveSyncPolicyChangedValue (team_policies) + * Enabled/disabled Team Selective Sync for team. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamSelectiveSyncPolicyChanged(Tag _tag, TeamSelectiveSyncPolicyChangedType teamSelectiveSyncPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamSelectiveSyncPolicyChangedValue = teamSelectiveSyncPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamSharingWhitelistSubjectsChangedValue (team_policies) Edited + * the approved list for sharing externally. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamSharingWhitelistSubjectsChanged(Tag _tag, TeamSharingWhitelistSubjectsChangedType teamSharingWhitelistSubjectsChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamSharingWhitelistSubjectsChangedValue = teamSharingWhitelistSubjectsChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param tfaAddExceptionValue (team_policies) Added members to two factor + * authentication exception list. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTfaAddException(Tag _tag, TfaAddExceptionType tfaAddExceptionValue) { + EventType result = new EventType(); + result._tag = _tag; + result.tfaAddExceptionValue = tfaAddExceptionValue; + return result; + } + + /** + * The type of the event with description. + * + * @param tfaChangePolicyValue (team_policies) Changed two-factor + * authentication setting for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTfaChangePolicy(Tag _tag, TfaChangePolicyType tfaChangePolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.tfaChangePolicyValue = tfaChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param tfaRemoveExceptionValue (team_policies) Removed members from two + * factor authentication exception list. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTfaRemoveException(Tag _tag, TfaRemoveExceptionType tfaRemoveExceptionValue) { + EventType result = new EventType(); + result._tag = _tag; + result.tfaRemoveExceptionValue = tfaRemoveExceptionValue; + return result; + } + + /** + * The type of the event with description. + * + * @param topLevelContentPolicyChangedValue (team_policies) Changed top + * level content setting for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTopLevelContentPolicyChanged(Tag _tag, TopLevelContentPolicyChangedType topLevelContentPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.topLevelContentPolicyChangedValue = topLevelContentPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param twoAccountChangePolicyValue (team_policies) Enabled/disabled + * option for members to link personal Dropbox account and team account + * to same computer. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTwoAccountChangePolicy(Tag _tag, TwoAccountChangePolicyType twoAccountChangePolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.twoAccountChangePolicyValue = twoAccountChangePolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param viewerInfoPolicyChangedValue (team_policies) Changed team policy + * for viewer info. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndViewerInfoPolicyChanged(Tag _tag, ViewerInfoPolicyChangedType viewerInfoPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.viewerInfoPolicyChangedValue = viewerInfoPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param watermarkingPolicyChangedValue (team_policies) Changed + * watermarking policy for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndWatermarkingPolicyChanged(Tag _tag, WatermarkingPolicyChangedType watermarkingPolicyChangedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.watermarkingPolicyChangedValue = watermarkingPolicyChangedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param webSessionsChangeActiveSessionLimitValue (team_policies) Changed + * limit on active sessions per member. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndWebSessionsChangeActiveSessionLimit(Tag _tag, WebSessionsChangeActiveSessionLimitType webSessionsChangeActiveSessionLimitValue) { + EventType result = new EventType(); + result._tag = _tag; + result.webSessionsChangeActiveSessionLimitValue = webSessionsChangeActiveSessionLimitValue; + return result; + } + + /** + * The type of the event with description. + * + * @param webSessionsChangeFixedLengthPolicyValue (team_policies) Changed + * how long members can stay signed in to Dropbox.com. Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndWebSessionsChangeFixedLengthPolicy(Tag _tag, WebSessionsChangeFixedLengthPolicyType webSessionsChangeFixedLengthPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.webSessionsChangeFixedLengthPolicyValue = webSessionsChangeFixedLengthPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param webSessionsChangeIdleLengthPolicyValue (team_policies) Changed + * how long team members can be idle while signed in to Dropbox.com. + * Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndWebSessionsChangeIdleLengthPolicy(Tag _tag, WebSessionsChangeIdleLengthPolicyType webSessionsChangeIdleLengthPolicyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.webSessionsChangeIdleLengthPolicyValue = webSessionsChangeIdleLengthPolicyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param dataResidencyMigrationRequestSuccessfulValue (team_profile) + * Requested data residency migration for team data. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndDataResidencyMigrationRequestSuccessful(Tag _tag, DataResidencyMigrationRequestSuccessfulType dataResidencyMigrationRequestSuccessfulValue) { + EventType result = new EventType(); + result._tag = _tag; + result.dataResidencyMigrationRequestSuccessfulValue = dataResidencyMigrationRequestSuccessfulValue; + return result; + } + + /** + * The type of the event with description. + * + * @param dataResidencyMigrationRequestUnsuccessfulValue (team_profile) + * Request for data residency migration for team data has failed. Must + * not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndDataResidencyMigrationRequestUnsuccessful(Tag _tag, DataResidencyMigrationRequestUnsuccessfulType dataResidencyMigrationRequestUnsuccessfulValue) { + EventType result = new EventType(); + result._tag = _tag; + result.dataResidencyMigrationRequestUnsuccessfulValue = dataResidencyMigrationRequestUnsuccessfulValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeFromValue (team_profile) Merged another team into this + * team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeFrom(Tag _tag, TeamMergeFromType teamMergeFromValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeFromValue = teamMergeFromValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeToValue (team_profile) Merged this team into another + * team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeTo(Tag _tag, TeamMergeToType teamMergeToValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeToValue = teamMergeToValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamProfileAddBackgroundValue (team_profile) Added team + * background to display on shared link headers. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamProfileAddBackground(Tag _tag, TeamProfileAddBackgroundType teamProfileAddBackgroundValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamProfileAddBackgroundValue = teamProfileAddBackgroundValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamProfileAddLogoValue (team_profile) Added team logo to display + * on shared link headers. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamProfileAddLogo(Tag _tag, TeamProfileAddLogoType teamProfileAddLogoValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamProfileAddLogoValue = teamProfileAddLogoValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamProfileChangeBackgroundValue (team_profile) Changed team + * background displayed on shared link headers. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamProfileChangeBackground(Tag _tag, TeamProfileChangeBackgroundType teamProfileChangeBackgroundValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamProfileChangeBackgroundValue = teamProfileChangeBackgroundValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamProfileChangeDefaultLanguageValue (team_profile) Changed + * default language for team. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamProfileChangeDefaultLanguage(Tag _tag, TeamProfileChangeDefaultLanguageType teamProfileChangeDefaultLanguageValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamProfileChangeDefaultLanguageValue = teamProfileChangeDefaultLanguageValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamProfileChangeLogoValue (team_profile) Changed team logo + * displayed on shared link headers. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamProfileChangeLogo(Tag _tag, TeamProfileChangeLogoType teamProfileChangeLogoValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamProfileChangeLogoValue = teamProfileChangeLogoValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamProfileChangeNameValue (team_profile) Changed team name. Must + * not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamProfileChangeName(Tag _tag, TeamProfileChangeNameType teamProfileChangeNameValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamProfileChangeNameValue = teamProfileChangeNameValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamProfileRemoveBackgroundValue (team_profile) Removed team + * background displayed on shared link headers. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamProfileRemoveBackground(Tag _tag, TeamProfileRemoveBackgroundType teamProfileRemoveBackgroundValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamProfileRemoveBackgroundValue = teamProfileRemoveBackgroundValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamProfileRemoveLogoValue (team_profile) Removed team logo + * displayed on shared link headers. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamProfileRemoveLogo(Tag _tag, TeamProfileRemoveLogoType teamProfileRemoveLogoValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamProfileRemoveLogoValue = teamProfileRemoveLogoValue; + return result; + } + + /** + * The type of the event with description. + * + * @param passkeyAddValue (tfa) Added passkey for login. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndPasskeyAdd(Tag _tag, PasskeyAddType passkeyAddValue) { + EventType result = new EventType(); + result._tag = _tag; + result.passkeyAddValue = passkeyAddValue; + return result; + } + + /** + * The type of the event with description. + * + * @param passkeyRemoveValue (tfa) Removed passkey for login. Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndPasskeyRemove(Tag _tag, PasskeyRemoveType passkeyRemoveValue) { + EventType result = new EventType(); + result._tag = _tag; + result.passkeyRemoveValue = passkeyRemoveValue; + return result; + } + + /** + * The type of the event with description. + * + * @param tfaAddBackupPhoneValue (tfa) Added backup phone for two-factor + * authentication. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTfaAddBackupPhone(Tag _tag, TfaAddBackupPhoneType tfaAddBackupPhoneValue) { + EventType result = new EventType(); + result._tag = _tag; + result.tfaAddBackupPhoneValue = tfaAddBackupPhoneValue; + return result; + } + + /** + * The type of the event with description. + * + * @param tfaAddSecurityKeyValue (tfa) Added security key for two-factor + * authentication. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTfaAddSecurityKey(Tag _tag, TfaAddSecurityKeyType tfaAddSecurityKeyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.tfaAddSecurityKeyValue = tfaAddSecurityKeyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param tfaChangeBackupPhoneValue (tfa) Changed backup phone for + * two-factor authentication. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTfaChangeBackupPhone(Tag _tag, TfaChangeBackupPhoneType tfaChangeBackupPhoneValue) { + EventType result = new EventType(); + result._tag = _tag; + result.tfaChangeBackupPhoneValue = tfaChangeBackupPhoneValue; + return result; + } + + /** + * The type of the event with description. + * + * @param tfaChangeStatusValue (tfa) Enabled/disabled/changed two-factor + * authentication setting. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTfaChangeStatus(Tag _tag, TfaChangeStatusType tfaChangeStatusValue) { + EventType result = new EventType(); + result._tag = _tag; + result.tfaChangeStatusValue = tfaChangeStatusValue; + return result; + } + + /** + * The type of the event with description. + * + * @param tfaRemoveBackupPhoneValue (tfa) Removed backup phone for + * two-factor authentication. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTfaRemoveBackupPhone(Tag _tag, TfaRemoveBackupPhoneType tfaRemoveBackupPhoneValue) { + EventType result = new EventType(); + result._tag = _tag; + result.tfaRemoveBackupPhoneValue = tfaRemoveBackupPhoneValue; + return result; + } + + /** + * The type of the event with description. + * + * @param tfaRemoveSecurityKeyValue (tfa) Removed security key for + * two-factor authentication. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTfaRemoveSecurityKey(Tag _tag, TfaRemoveSecurityKeyType tfaRemoveSecurityKeyValue) { + EventType result = new EventType(); + result._tag = _tag; + result.tfaRemoveSecurityKeyValue = tfaRemoveSecurityKeyValue; + return result; + } + + /** + * The type of the event with description. + * + * @param tfaResetValue (tfa) Reset two-factor authentication for team + * member. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTfaReset(Tag _tag, TfaResetType tfaResetValue) { + EventType result = new EventType(); + result._tag = _tag; + result.tfaResetValue = tfaResetValue; + return result; + } + + /** + * The type of the event with description. + * + * @param changedEnterpriseAdminRoleValue (trusted_teams) Changed + * enterprise admin role. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndChangedEnterpriseAdminRole(Tag _tag, ChangedEnterpriseAdminRoleType changedEnterpriseAdminRoleValue) { + EventType result = new EventType(); + result._tag = _tag; + result.changedEnterpriseAdminRoleValue = changedEnterpriseAdminRoleValue; + return result; + } + + /** + * The type of the event with description. + * + * @param changedEnterpriseConnectedTeamStatusValue (trusted_teams) Changed + * enterprise-connected team status. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndChangedEnterpriseConnectedTeamStatus(Tag _tag, ChangedEnterpriseConnectedTeamStatusType changedEnterpriseConnectedTeamStatusValue) { + EventType result = new EventType(); + result._tag = _tag; + result.changedEnterpriseConnectedTeamStatusValue = changedEnterpriseConnectedTeamStatusValue; + return result; + } + + /** + * The type of the event with description. + * + * @param endedEnterpriseAdminSessionValue (trusted_teams) Ended enterprise + * admin session. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndEndedEnterpriseAdminSession(Tag _tag, EndedEnterpriseAdminSessionType endedEnterpriseAdminSessionValue) { + EventType result = new EventType(); + result._tag = _tag; + result.endedEnterpriseAdminSessionValue = endedEnterpriseAdminSessionValue; + return result; + } + + /** + * The type of the event with description. + * + * @param endedEnterpriseAdminSessionDeprecatedValue (trusted_teams) Ended + * enterprise admin session (deprecated, replaced by 'Ended enterprise + * admin session'). Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndEndedEnterpriseAdminSessionDeprecated(Tag _tag, EndedEnterpriseAdminSessionDeprecatedType endedEnterpriseAdminSessionDeprecatedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.endedEnterpriseAdminSessionDeprecatedValue = endedEnterpriseAdminSessionDeprecatedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param enterpriseSettingsLockingValue (trusted_teams) Changed who can + * update a setting. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndEnterpriseSettingsLocking(Tag _tag, EnterpriseSettingsLockingType enterpriseSettingsLockingValue) { + EventType result = new EventType(); + result._tag = _tag; + result.enterpriseSettingsLockingValue = enterpriseSettingsLockingValue; + return result; + } + + /** + * The type of the event with description. + * + * @param guestAdminChangeStatusValue (trusted_teams) Changed guest team + * admin status. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndGuestAdminChangeStatus(Tag _tag, GuestAdminChangeStatusType guestAdminChangeStatusValue) { + EventType result = new EventType(); + result._tag = _tag; + result.guestAdminChangeStatusValue = guestAdminChangeStatusValue; + return result; + } + + /** + * The type of the event with description. + * + * @param startedEnterpriseAdminSessionValue (trusted_teams) Started + * enterprise admin session. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndStartedEnterpriseAdminSession(Tag _tag, StartedEnterpriseAdminSessionType startedEnterpriseAdminSessionValue) { + EventType result = new EventType(); + result._tag = _tag; + result.startedEnterpriseAdminSessionValue = startedEnterpriseAdminSessionValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestAcceptedValue (trusted_teams) Accepted a team + * merge request. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestAccepted(Tag _tag, TeamMergeRequestAcceptedType teamMergeRequestAcceptedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestAcceptedValue = teamMergeRequestAcceptedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestAcceptedShownToPrimaryTeamValue (trusted_teams) + * Accepted a team merge request (deprecated, replaced by 'Accepted a + * team merge request'). Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestAcceptedShownToPrimaryTeam(Tag _tag, TeamMergeRequestAcceptedShownToPrimaryTeamType teamMergeRequestAcceptedShownToPrimaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestAcceptedShownToPrimaryTeamValue = teamMergeRequestAcceptedShownToPrimaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestAcceptedShownToSecondaryTeamValue (trusted_teams) + * Accepted a team merge request (deprecated, replaced by 'Accepted a + * team merge request'). Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestAcceptedShownToSecondaryTeam(Tag _tag, TeamMergeRequestAcceptedShownToSecondaryTeamType teamMergeRequestAcceptedShownToSecondaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestAcceptedShownToSecondaryTeamValue = teamMergeRequestAcceptedShownToSecondaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestAutoCanceledValue (trusted_teams) Automatically + * canceled team merge request. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestAutoCanceled(Tag _tag, TeamMergeRequestAutoCanceledType teamMergeRequestAutoCanceledValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestAutoCanceledValue = teamMergeRequestAutoCanceledValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestCanceledValue (trusted_teams) Canceled a team + * merge request. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestCanceled(Tag _tag, TeamMergeRequestCanceledType teamMergeRequestCanceledValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestCanceledValue = teamMergeRequestCanceledValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestCanceledShownToPrimaryTeamValue (trusted_teams) + * Canceled a team merge request (deprecated, replaced by 'Canceled a + * team merge request'). Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestCanceledShownToPrimaryTeam(Tag _tag, TeamMergeRequestCanceledShownToPrimaryTeamType teamMergeRequestCanceledShownToPrimaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestCanceledShownToPrimaryTeamValue = teamMergeRequestCanceledShownToPrimaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestCanceledShownToSecondaryTeamValue (trusted_teams) + * Canceled a team merge request (deprecated, replaced by 'Canceled a + * team merge request'). Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestCanceledShownToSecondaryTeam(Tag _tag, TeamMergeRequestCanceledShownToSecondaryTeamType teamMergeRequestCanceledShownToSecondaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestCanceledShownToSecondaryTeamValue = teamMergeRequestCanceledShownToSecondaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestExpiredValue (trusted_teams) Team merge request + * expired. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestExpired(Tag _tag, TeamMergeRequestExpiredType teamMergeRequestExpiredValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestExpiredValue = teamMergeRequestExpiredValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestExpiredShownToPrimaryTeamValue (trusted_teams) + * Team merge request expired (deprecated, replaced by 'Team merge + * request expired'). Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestExpiredShownToPrimaryTeam(Tag _tag, TeamMergeRequestExpiredShownToPrimaryTeamType teamMergeRequestExpiredShownToPrimaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestExpiredShownToPrimaryTeamValue = teamMergeRequestExpiredShownToPrimaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestExpiredShownToSecondaryTeamValue (trusted_teams) + * Team merge request expired (deprecated, replaced by 'Team merge + * request expired'). Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestExpiredShownToSecondaryTeam(Tag _tag, TeamMergeRequestExpiredShownToSecondaryTeamType teamMergeRequestExpiredShownToSecondaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestExpiredShownToSecondaryTeamValue = teamMergeRequestExpiredShownToSecondaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestRejectedShownToPrimaryTeamValue (trusted_teams) + * Rejected a team merge request (deprecated, no longer logged). Must + * not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestRejectedShownToPrimaryTeam(Tag _tag, TeamMergeRequestRejectedShownToPrimaryTeamType teamMergeRequestRejectedShownToPrimaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestRejectedShownToPrimaryTeamValue = teamMergeRequestRejectedShownToPrimaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestRejectedShownToSecondaryTeamValue (trusted_teams) + * Rejected a team merge request (deprecated, no longer logged). Must + * not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestRejectedShownToSecondaryTeam(Tag _tag, TeamMergeRequestRejectedShownToSecondaryTeamType teamMergeRequestRejectedShownToSecondaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestRejectedShownToSecondaryTeamValue = teamMergeRequestRejectedShownToSecondaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestReminderValue (trusted_teams) Sent a team merge + * request reminder. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestReminder(Tag _tag, TeamMergeRequestReminderType teamMergeRequestReminderValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestReminderValue = teamMergeRequestReminderValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestReminderShownToPrimaryTeamValue (trusted_teams) + * Sent a team merge request reminder (deprecated, replaced by 'Sent a + * team merge request reminder'). Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestReminderShownToPrimaryTeam(Tag _tag, TeamMergeRequestReminderShownToPrimaryTeamType teamMergeRequestReminderShownToPrimaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestReminderShownToPrimaryTeamValue = teamMergeRequestReminderShownToPrimaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestReminderShownToSecondaryTeamValue (trusted_teams) + * Sent a team merge request reminder (deprecated, replaced by 'Sent a + * team merge request reminder'). Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestReminderShownToSecondaryTeam(Tag _tag, TeamMergeRequestReminderShownToSecondaryTeamType teamMergeRequestReminderShownToSecondaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestReminderShownToSecondaryTeamValue = teamMergeRequestReminderShownToSecondaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestRevokedValue (trusted_teams) Canceled the team + * merge. Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestRevoked(Tag _tag, TeamMergeRequestRevokedType teamMergeRequestRevokedValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestRevokedValue = teamMergeRequestRevokedValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestSentShownToPrimaryTeamValue (trusted_teams) + * Requested to merge their Dropbox team into yours. Must not be {@code + * null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestSentShownToPrimaryTeam(Tag _tag, TeamMergeRequestSentShownToPrimaryTeamType teamMergeRequestSentShownToPrimaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestSentShownToPrimaryTeamValue = teamMergeRequestSentShownToPrimaryTeamValue; + return result; + } + + /** + * The type of the event with description. + * + * @param teamMergeRequestSentShownToSecondaryTeamValue (trusted_teams) + * Requested to merge your team into another Dropbox team. Must not be + * {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private EventType withTagAndTeamMergeRequestSentShownToSecondaryTeam(Tag _tag, TeamMergeRequestSentShownToSecondaryTeamType teamMergeRequestSentShownToSecondaryTeamValue) { + EventType result = new EventType(); + result._tag = _tag; + result.teamMergeRequestSentShownToSecondaryTeamValue = teamMergeRequestSentShownToSecondaryTeamValue; + return result; + } + + /** + * Returns the tag for this instance. + * + *

This class is a tagged union. Tagged unions instances are always + * associated to a specific tag. This means only one of the {@code isXyz()} + * methods will return {@code true}. Callers are recommended to use the tag + * value in a {@code switch} statement to properly handle the different + * values for this {@code EventType}.

+ * + *

If a tag returned by the server is unrecognized by this SDK, the + * {@link Tag#OTHER} value will be used.

+ * + * @return the tag for this instance. + */ + public Tag tag() { + return _tag; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ADMIN_ALERTING_ALERT_STATE_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ADMIN_ALERTING_ALERT_STATE_CHANGED}, {@code false} otherwise. + */ + public boolean isAdminAlertingAlertStateChanged() { + return this._tag == Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ADMIN_ALERTING_ALERT_STATE_CHANGED}. + * + *

(admin_alerting) Changed an alert state

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ADMIN_ALERTING_ALERT_STATE_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType adminAlertingAlertStateChanged(AdminAlertingAlertStateChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAdminAlertingAlertStateChanged(Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED, value); + } + + /** + * (admin_alerting) Changed an alert state + * + *

This instance must be tagged as {@link + * Tag#ADMIN_ALERTING_ALERT_STATE_CHANGED}.

+ * + * @return The {@link AdminAlertingAlertStateChangedType} value associated + * with this instance if {@link #isAdminAlertingAlertStateChanged} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isAdminAlertingAlertStateChanged} is {@code false}. + */ + public AdminAlertingAlertStateChangedType getAdminAlertingAlertStateChangedValue() { + if (this._tag != Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED, but was Tag." + this._tag.name()); + } + return adminAlertingAlertStateChangedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ADMIN_ALERTING_CHANGED_ALERT_CONFIG}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ADMIN_ALERTING_CHANGED_ALERT_CONFIG}, {@code false} otherwise. + */ + public boolean isAdminAlertingChangedAlertConfig() { + return this._tag == Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ADMIN_ALERTING_CHANGED_ALERT_CONFIG}. + * + *

(admin_alerting) Changed an alert setting

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ADMIN_ALERTING_CHANGED_ALERT_CONFIG}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType adminAlertingChangedAlertConfig(AdminAlertingChangedAlertConfigType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAdminAlertingChangedAlertConfig(Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG, value); + } + + /** + * (admin_alerting) Changed an alert setting + * + *

This instance must be tagged as {@link + * Tag#ADMIN_ALERTING_CHANGED_ALERT_CONFIG}.

+ * + * @return The {@link AdminAlertingChangedAlertConfigType} value associated + * with this instance if {@link #isAdminAlertingChangedAlertConfig} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isAdminAlertingChangedAlertConfig} is {@code false}. + */ + public AdminAlertingChangedAlertConfigType getAdminAlertingChangedAlertConfigValue() { + if (this._tag != Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG) { + throw new IllegalStateException("Invalid tag: required Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG, but was Tag." + this._tag.name()); + } + return adminAlertingChangedAlertConfigValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ADMIN_ALERTING_TRIGGERED_ALERT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ADMIN_ALERTING_TRIGGERED_ALERT}, {@code false} otherwise. + */ + public boolean isAdminAlertingTriggeredAlert() { + return this._tag == Tag.ADMIN_ALERTING_TRIGGERED_ALERT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ADMIN_ALERTING_TRIGGERED_ALERT}. + * + *

(admin_alerting) Triggered security alert

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ADMIN_ALERTING_TRIGGERED_ALERT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType adminAlertingTriggeredAlert(AdminAlertingTriggeredAlertType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAdminAlertingTriggeredAlert(Tag.ADMIN_ALERTING_TRIGGERED_ALERT, value); + } + + /** + * (admin_alerting) Triggered security alert + * + *

This instance must be tagged as {@link + * Tag#ADMIN_ALERTING_TRIGGERED_ALERT}.

+ * + * @return The {@link AdminAlertingTriggeredAlertType} value associated with + * this instance if {@link #isAdminAlertingTriggeredAlert} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isAdminAlertingTriggeredAlert} + * is {@code false}. + */ + public AdminAlertingTriggeredAlertType getAdminAlertingTriggeredAlertValue() { + if (this._tag != Tag.ADMIN_ALERTING_TRIGGERED_ALERT) { + throw new IllegalStateException("Invalid tag: required Tag.ADMIN_ALERTING_TRIGGERED_ALERT, but was Tag." + this._tag.name()); + } + return adminAlertingTriggeredAlertValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#RANSOMWARE_RESTORE_PROCESS_COMPLETED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#RANSOMWARE_RESTORE_PROCESS_COMPLETED}, {@code false} otherwise. + */ + public boolean isRansomwareRestoreProcessCompleted() { + return this._tag == Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#RANSOMWARE_RESTORE_PROCESS_COMPLETED}. + * + *

(admin_alerting) Completed ransomware restore process

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#RANSOMWARE_RESTORE_PROCESS_COMPLETED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType ransomwareRestoreProcessCompleted(RansomwareRestoreProcessCompletedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndRansomwareRestoreProcessCompleted(Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED, value); + } + + /** + * (admin_alerting) Completed ransomware restore process + * + *

This instance must be tagged as {@link + * Tag#RANSOMWARE_RESTORE_PROCESS_COMPLETED}.

+ * + * @return The {@link RansomwareRestoreProcessCompletedType} value + * associated with this instance if {@link + * #isRansomwareRestoreProcessCompleted} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isRansomwareRestoreProcessCompleted} is {@code false}. + */ + public RansomwareRestoreProcessCompletedType getRansomwareRestoreProcessCompletedValue() { + if (this._tag != Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED) { + throw new IllegalStateException("Invalid tag: required Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED, but was Tag." + this._tag.name()); + } + return ransomwareRestoreProcessCompletedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#RANSOMWARE_RESTORE_PROCESS_STARTED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#RANSOMWARE_RESTORE_PROCESS_STARTED}, {@code false} otherwise. + */ + public boolean isRansomwareRestoreProcessStarted() { + return this._tag == Tag.RANSOMWARE_RESTORE_PROCESS_STARTED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#RANSOMWARE_RESTORE_PROCESS_STARTED}. + * + *

(admin_alerting) Started ransomware restore process

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#RANSOMWARE_RESTORE_PROCESS_STARTED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType ransomwareRestoreProcessStarted(RansomwareRestoreProcessStartedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndRansomwareRestoreProcessStarted(Tag.RANSOMWARE_RESTORE_PROCESS_STARTED, value); + } + + /** + * (admin_alerting) Started ransomware restore process + * + *

This instance must be tagged as {@link + * Tag#RANSOMWARE_RESTORE_PROCESS_STARTED}.

+ * + * @return The {@link RansomwareRestoreProcessStartedType} value associated + * with this instance if {@link #isRansomwareRestoreProcessStarted} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isRansomwareRestoreProcessStarted} is {@code false}. + */ + public RansomwareRestoreProcessStartedType getRansomwareRestoreProcessStartedValue() { + if (this._tag != Tag.RANSOMWARE_RESTORE_PROCESS_STARTED) { + throw new IllegalStateException("Invalid tag: required Tag.RANSOMWARE_RESTORE_PROCESS_STARTED, but was Tag." + this._tag.name()); + } + return ransomwareRestoreProcessStartedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#APP_BLOCKED_BY_PERMISSIONS}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#APP_BLOCKED_BY_PERMISSIONS}, {@code false} otherwise. + */ + public boolean isAppBlockedByPermissions() { + return this._tag == Tag.APP_BLOCKED_BY_PERMISSIONS; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#APP_BLOCKED_BY_PERMISSIONS}. + * + *

(apps) Failed to connect app for member

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#APP_BLOCKED_BY_PERMISSIONS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType appBlockedByPermissions(AppBlockedByPermissionsType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAppBlockedByPermissions(Tag.APP_BLOCKED_BY_PERMISSIONS, value); + } + + /** + * (apps) Failed to connect app for member + * + *

This instance must be tagged as {@link + * Tag#APP_BLOCKED_BY_PERMISSIONS}.

+ * + * @return The {@link AppBlockedByPermissionsType} value associated with + * this instance if {@link #isAppBlockedByPermissions} is {@code true}. + * + * @throws IllegalStateException If {@link #isAppBlockedByPermissions} is + * {@code false}. + */ + public AppBlockedByPermissionsType getAppBlockedByPermissionsValue() { + if (this._tag != Tag.APP_BLOCKED_BY_PERMISSIONS) { + throw new IllegalStateException("Invalid tag: required Tag.APP_BLOCKED_BY_PERMISSIONS, but was Tag." + this._tag.name()); + } + return appBlockedByPermissionsValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#APP_LINK_TEAM}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#APP_LINK_TEAM}, {@code false} otherwise. + */ + public boolean isAppLinkTeam() { + return this._tag == Tag.APP_LINK_TEAM; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#APP_LINK_TEAM}. + * + *

(apps) Linked app for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#APP_LINK_TEAM}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType appLinkTeam(AppLinkTeamType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAppLinkTeam(Tag.APP_LINK_TEAM, value); + } + + /** + * (apps) Linked app for team + * + *

This instance must be tagged as {@link Tag#APP_LINK_TEAM}.

+ * + * @return The {@link AppLinkTeamType} value associated with this instance + * if {@link #isAppLinkTeam} is {@code true}. + * + * @throws IllegalStateException If {@link #isAppLinkTeam} is {@code + * false}. + */ + public AppLinkTeamType getAppLinkTeamValue() { + if (this._tag != Tag.APP_LINK_TEAM) { + throw new IllegalStateException("Invalid tag: required Tag.APP_LINK_TEAM, but was Tag." + this._tag.name()); + } + return appLinkTeamValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#APP_LINK_USER}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#APP_LINK_USER}, {@code false} otherwise. + */ + public boolean isAppLinkUser() { + return this._tag == Tag.APP_LINK_USER; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#APP_LINK_USER}. + * + *

(apps) Linked app for member

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#APP_LINK_USER}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType appLinkUser(AppLinkUserType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAppLinkUser(Tag.APP_LINK_USER, value); + } + + /** + * (apps) Linked app for member + * + *

This instance must be tagged as {@link Tag#APP_LINK_USER}.

+ * + * @return The {@link AppLinkUserType} value associated with this instance + * if {@link #isAppLinkUser} is {@code true}. + * + * @throws IllegalStateException If {@link #isAppLinkUser} is {@code + * false}. + */ + public AppLinkUserType getAppLinkUserValue() { + if (this._tag != Tag.APP_LINK_USER) { + throw new IllegalStateException("Invalid tag: required Tag.APP_LINK_USER, but was Tag." + this._tag.name()); + } + return appLinkUserValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#APP_UNLINK_TEAM}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#APP_UNLINK_TEAM}, {@code false} otherwise. + */ + public boolean isAppUnlinkTeam() { + return this._tag == Tag.APP_UNLINK_TEAM; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#APP_UNLINK_TEAM}. + * + *

(apps) Unlinked app for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#APP_UNLINK_TEAM}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType appUnlinkTeam(AppUnlinkTeamType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAppUnlinkTeam(Tag.APP_UNLINK_TEAM, value); + } + + /** + * (apps) Unlinked app for team + * + *

This instance must be tagged as {@link Tag#APP_UNLINK_TEAM}.

+ * + * @return The {@link AppUnlinkTeamType} value associated with this instance + * if {@link #isAppUnlinkTeam} is {@code true}. + * + * @throws IllegalStateException If {@link #isAppUnlinkTeam} is {@code + * false}. + */ + public AppUnlinkTeamType getAppUnlinkTeamValue() { + if (this._tag != Tag.APP_UNLINK_TEAM) { + throw new IllegalStateException("Invalid tag: required Tag.APP_UNLINK_TEAM, but was Tag." + this._tag.name()); + } + return appUnlinkTeamValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#APP_UNLINK_USER}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#APP_UNLINK_USER}, {@code false} otherwise. + */ + public boolean isAppUnlinkUser() { + return this._tag == Tag.APP_UNLINK_USER; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#APP_UNLINK_USER}. + * + *

(apps) Unlinked app for member

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#APP_UNLINK_USER}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType appUnlinkUser(AppUnlinkUserType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAppUnlinkUser(Tag.APP_UNLINK_USER, value); + } + + /** + * (apps) Unlinked app for member + * + *

This instance must be tagged as {@link Tag#APP_UNLINK_USER}.

+ * + * @return The {@link AppUnlinkUserType} value associated with this instance + * if {@link #isAppUnlinkUser} is {@code true}. + * + * @throws IllegalStateException If {@link #isAppUnlinkUser} is {@code + * false}. + */ + public AppUnlinkUserType getAppUnlinkUserValue() { + if (this._tag != Tag.APP_UNLINK_USER) { + throw new IllegalStateException("Invalid tag: required Tag.APP_UNLINK_USER, but was Tag." + this._tag.name()); + } + return appUnlinkUserValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#INTEGRATION_CONNECTED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#INTEGRATION_CONNECTED}, {@code false} otherwise. + */ + public boolean isIntegrationConnected() { + return this._tag == Tag.INTEGRATION_CONNECTED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#INTEGRATION_CONNECTED}. + * + *

(apps) Connected integration for member

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#INTEGRATION_CONNECTED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType integrationConnected(IntegrationConnectedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndIntegrationConnected(Tag.INTEGRATION_CONNECTED, value); + } + + /** + * (apps) Connected integration for member + * + *

This instance must be tagged as {@link Tag#INTEGRATION_CONNECTED}. + *

+ * + * @return The {@link IntegrationConnectedType} value associated with this + * instance if {@link #isIntegrationConnected} is {@code true}. + * + * @throws IllegalStateException If {@link #isIntegrationConnected} is + * {@code false}. + */ + public IntegrationConnectedType getIntegrationConnectedValue() { + if (this._tag != Tag.INTEGRATION_CONNECTED) { + throw new IllegalStateException("Invalid tag: required Tag.INTEGRATION_CONNECTED, but was Tag." + this._tag.name()); + } + return integrationConnectedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#INTEGRATION_DISCONNECTED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#INTEGRATION_DISCONNECTED}, {@code false} otherwise. + */ + public boolean isIntegrationDisconnected() { + return this._tag == Tag.INTEGRATION_DISCONNECTED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#INTEGRATION_DISCONNECTED}. + * + *

(apps) Disconnected integration for member

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#INTEGRATION_DISCONNECTED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType integrationDisconnected(IntegrationDisconnectedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndIntegrationDisconnected(Tag.INTEGRATION_DISCONNECTED, value); + } + + /** + * (apps) Disconnected integration for member + * + *

This instance must be tagged as {@link Tag#INTEGRATION_DISCONNECTED}. + *

+ * + * @return The {@link IntegrationDisconnectedType} value associated with + * this instance if {@link #isIntegrationDisconnected} is {@code true}. + * + * @throws IllegalStateException If {@link #isIntegrationDisconnected} is + * {@code false}. + */ + public IntegrationDisconnectedType getIntegrationDisconnectedValue() { + if (this._tag != Tag.INTEGRATION_DISCONNECTED) { + throw new IllegalStateException("Invalid tag: required Tag.INTEGRATION_DISCONNECTED, but was Tag." + this._tag.name()); + } + return integrationDisconnectedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FILE_ADD_COMMENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FILE_ADD_COMMENT}, {@code false} otherwise. + */ + public boolean isFileAddComment() { + return this._tag == Tag.FILE_ADD_COMMENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#FILE_ADD_COMMENT}. + * + *

(comments) Added file comment

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#FILE_ADD_COMMENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType fileAddComment(FileAddCommentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndFileAddComment(Tag.FILE_ADD_COMMENT, value); + } + + /** + * (comments) Added file comment + * + *

This instance must be tagged as {@link Tag#FILE_ADD_COMMENT}.

+ * + * @return The {@link FileAddCommentType} value associated with this + * instance if {@link #isFileAddComment} is {@code true}. + * + * @throws IllegalStateException If {@link #isFileAddComment} is {@code + * false}. + */ + public FileAddCommentType getFileAddCommentValue() { + if (this._tag != Tag.FILE_ADD_COMMENT) { + throw new IllegalStateException("Invalid tag: required Tag.FILE_ADD_COMMENT, but was Tag." + this._tag.name()); + } + return fileAddCommentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FILE_CHANGE_COMMENT_SUBSCRIPTION}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FILE_CHANGE_COMMENT_SUBSCRIPTION}, {@code false} otherwise. + */ + public boolean isFileChangeCommentSubscription() { + return this._tag == Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#FILE_CHANGE_COMMENT_SUBSCRIPTION}. + * + *

(comments) Subscribed to or unsubscribed from comment notifications + * for file

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#FILE_CHANGE_COMMENT_SUBSCRIPTION}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType fileChangeCommentSubscription(FileChangeCommentSubscriptionType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndFileChangeCommentSubscription(Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION, value); + } + + /** + * (comments) Subscribed to or unsubscribed from comment notifications for + * file + * + *

This instance must be tagged as {@link + * Tag#FILE_CHANGE_COMMENT_SUBSCRIPTION}.

+ * + * @return The {@link FileChangeCommentSubscriptionType} value associated + * with this instance if {@link #isFileChangeCommentSubscription} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isFileChangeCommentSubscription} is {@code false}. + */ + public FileChangeCommentSubscriptionType getFileChangeCommentSubscriptionValue() { + if (this._tag != Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION) { + throw new IllegalStateException("Invalid tag: required Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION, but was Tag." + this._tag.name()); + } + return fileChangeCommentSubscriptionValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FILE_DELETE_COMMENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FILE_DELETE_COMMENT}, {@code false} otherwise. + */ + public boolean isFileDeleteComment() { + return this._tag == Tag.FILE_DELETE_COMMENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#FILE_DELETE_COMMENT}. + * + *

(comments) Deleted file comment

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#FILE_DELETE_COMMENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType fileDeleteComment(FileDeleteCommentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndFileDeleteComment(Tag.FILE_DELETE_COMMENT, value); + } + + /** + * (comments) Deleted file comment + * + *

This instance must be tagged as {@link Tag#FILE_DELETE_COMMENT}.

+ * + * @return The {@link FileDeleteCommentType} value associated with this + * instance if {@link #isFileDeleteComment} is {@code true}. + * + * @throws IllegalStateException If {@link #isFileDeleteComment} is {@code + * false}. + */ + public FileDeleteCommentType getFileDeleteCommentValue() { + if (this._tag != Tag.FILE_DELETE_COMMENT) { + throw new IllegalStateException("Invalid tag: required Tag.FILE_DELETE_COMMENT, but was Tag." + this._tag.name()); + } + return fileDeleteCommentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FILE_EDIT_COMMENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FILE_EDIT_COMMENT}, {@code false} otherwise. + */ + public boolean isFileEditComment() { + return this._tag == Tag.FILE_EDIT_COMMENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#FILE_EDIT_COMMENT}. + * + *

(comments) Edited file comment

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#FILE_EDIT_COMMENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType fileEditComment(FileEditCommentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndFileEditComment(Tag.FILE_EDIT_COMMENT, value); + } + + /** + * (comments) Edited file comment + * + *

This instance must be tagged as {@link Tag#FILE_EDIT_COMMENT}.

+ * + * @return The {@link FileEditCommentType} value associated with this + * instance if {@link #isFileEditComment} is {@code true}. + * + * @throws IllegalStateException If {@link #isFileEditComment} is {@code + * false}. + */ + public FileEditCommentType getFileEditCommentValue() { + if (this._tag != Tag.FILE_EDIT_COMMENT) { + throw new IllegalStateException("Invalid tag: required Tag.FILE_EDIT_COMMENT, but was Tag." + this._tag.name()); + } + return fileEditCommentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FILE_LIKE_COMMENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FILE_LIKE_COMMENT}, {@code false} otherwise. + */ + public boolean isFileLikeComment() { + return this._tag == Tag.FILE_LIKE_COMMENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#FILE_LIKE_COMMENT}. + * + *

(comments) Liked file comment (deprecated, no longer logged)

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#FILE_LIKE_COMMENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType fileLikeComment(FileLikeCommentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndFileLikeComment(Tag.FILE_LIKE_COMMENT, value); + } + + /** + * (comments) Liked file comment (deprecated, no longer logged) + * + *

This instance must be tagged as {@link Tag#FILE_LIKE_COMMENT}.

+ * + * @return The {@link FileLikeCommentType} value associated with this + * instance if {@link #isFileLikeComment} is {@code true}. + * + * @throws IllegalStateException If {@link #isFileLikeComment} is {@code + * false}. + */ + public FileLikeCommentType getFileLikeCommentValue() { + if (this._tag != Tag.FILE_LIKE_COMMENT) { + throw new IllegalStateException("Invalid tag: required Tag.FILE_LIKE_COMMENT, but was Tag." + this._tag.name()); + } + return fileLikeCommentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FILE_RESOLVE_COMMENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FILE_RESOLVE_COMMENT}, {@code false} otherwise. + */ + public boolean isFileResolveComment() { + return this._tag == Tag.FILE_RESOLVE_COMMENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#FILE_RESOLVE_COMMENT}. + * + *

(comments) Resolved file comment

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#FILE_RESOLVE_COMMENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType fileResolveComment(FileResolveCommentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndFileResolveComment(Tag.FILE_RESOLVE_COMMENT, value); + } + + /** + * (comments) Resolved file comment + * + *

This instance must be tagged as {@link Tag#FILE_RESOLVE_COMMENT}. + *

+ * + * @return The {@link FileResolveCommentType} value associated with this + * instance if {@link #isFileResolveComment} is {@code true}. + * + * @throws IllegalStateException If {@link #isFileResolveComment} is {@code + * false}. + */ + public FileResolveCommentType getFileResolveCommentValue() { + if (this._tag != Tag.FILE_RESOLVE_COMMENT) { + throw new IllegalStateException("Invalid tag: required Tag.FILE_RESOLVE_COMMENT, but was Tag." + this._tag.name()); + } + return fileResolveCommentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FILE_UNLIKE_COMMENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FILE_UNLIKE_COMMENT}, {@code false} otherwise. + */ + public boolean isFileUnlikeComment() { + return this._tag == Tag.FILE_UNLIKE_COMMENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#FILE_UNLIKE_COMMENT}. + * + *

(comments) Unliked file comment (deprecated, no longer logged)

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#FILE_UNLIKE_COMMENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType fileUnlikeComment(FileUnlikeCommentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndFileUnlikeComment(Tag.FILE_UNLIKE_COMMENT, value); + } + + /** + * (comments) Unliked file comment (deprecated, no longer logged) + * + *

This instance must be tagged as {@link Tag#FILE_UNLIKE_COMMENT}.

+ * + * @return The {@link FileUnlikeCommentType} value associated with this + * instance if {@link #isFileUnlikeComment} is {@code true}. + * + * @throws IllegalStateException If {@link #isFileUnlikeComment} is {@code + * false}. + */ + public FileUnlikeCommentType getFileUnlikeCommentValue() { + if (this._tag != Tag.FILE_UNLIKE_COMMENT) { + throw new IllegalStateException("Invalid tag: required Tag.FILE_UNLIKE_COMMENT, but was Tag." + this._tag.name()); + } + return fileUnlikeCommentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FILE_UNRESOLVE_COMMENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FILE_UNRESOLVE_COMMENT}, {@code false} otherwise. + */ + public boolean isFileUnresolveComment() { + return this._tag == Tag.FILE_UNRESOLVE_COMMENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#FILE_UNRESOLVE_COMMENT}. + * + *

(comments) Unresolved file comment

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#FILE_UNRESOLVE_COMMENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType fileUnresolveComment(FileUnresolveCommentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndFileUnresolveComment(Tag.FILE_UNRESOLVE_COMMENT, value); + } + + /** + * (comments) Unresolved file comment + * + *

This instance must be tagged as {@link Tag#FILE_UNRESOLVE_COMMENT}. + *

+ * + * @return The {@link FileUnresolveCommentType} value associated with this + * instance if {@link #isFileUnresolveComment} is {@code true}. + * + * @throws IllegalStateException If {@link #isFileUnresolveComment} is + * {@code false}. + */ + public FileUnresolveCommentType getFileUnresolveCommentValue() { + if (this._tag != Tag.FILE_UNRESOLVE_COMMENT) { + throw new IllegalStateException("Invalid tag: required Tag.FILE_UNRESOLVE_COMMENT, but was Tag." + this._tag.name()); + } + return fileUnresolveCommentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADDED_COMMENT_TO_STACK}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADDED_COMMENT_TO_STACK}, {@code false} otherwise. + */ + public boolean isDashAddedCommentToStack() { + return this._tag == Tag.DASH_ADDED_COMMENT_TO_STACK; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_ADDED_COMMENT_TO_STACK}. + * + *

(dash) Added a comment to a stack

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_ADDED_COMMENT_TO_STACK}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType dashAddedCommentToStack(DashAddedCommentToStackType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashAddedCommentToStack(Tag.DASH_ADDED_COMMENT_TO_STACK, value); + } + + /** + * (dash) Added a comment to a stack + * + *

This instance must be tagged as {@link + * Tag#DASH_ADDED_COMMENT_TO_STACK}.

+ * + * @return The {@link DashAddedCommentToStackType} value associated with + * this instance if {@link #isDashAddedCommentToStack} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashAddedCommentToStack} is + * {@code false}. + */ + public DashAddedCommentToStackType getDashAddedCommentToStackValue() { + if (this._tag != Tag.DASH_ADDED_COMMENT_TO_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADDED_COMMENT_TO_STACK, but was Tag." + this._tag.name()); + } + return dashAddedCommentToStackValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADDED_CONNECTOR}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADDED_CONNECTOR}, {@code false} otherwise. + */ + public boolean isDashAddedConnector() { + return this._tag == Tag.DASH_ADDED_CONNECTOR; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_ADDED_CONNECTOR}. + * + *

(dash) Connected to a user connector

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_ADDED_CONNECTOR}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType dashAddedConnector(DashAddedConnectorType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashAddedConnector(Tag.DASH_ADDED_CONNECTOR, value); + } + + /** + * (dash) Connected to a user connector + * + *

This instance must be tagged as {@link Tag#DASH_ADDED_CONNECTOR}. + *

+ * + * @return The {@link DashAddedConnectorType} value associated with this + * instance if {@link #isDashAddedConnector} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashAddedConnector} is {@code + * false}. + */ + public DashAddedConnectorType getDashAddedConnectorValue() { + if (this._tag != Tag.DASH_ADDED_CONNECTOR) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADDED_CONNECTOR, but was Tag." + this._tag.name()); + } + return dashAddedConnectorValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADDED_LINK_TO_STACK}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADDED_LINK_TO_STACK}, {@code false} otherwise. + */ + public boolean isDashAddedLinkToStack() { + return this._tag == Tag.DASH_ADDED_LINK_TO_STACK; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_ADDED_LINK_TO_STACK}. + * + *

(dash) Added a link to a stack

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_ADDED_LINK_TO_STACK}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType dashAddedLinkToStack(DashAddedLinkToStackType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashAddedLinkToStack(Tag.DASH_ADDED_LINK_TO_STACK, value); + } + + /** + * (dash) Added a link to a stack + * + *

This instance must be tagged as {@link Tag#DASH_ADDED_LINK_TO_STACK}. + *

+ * + * @return The {@link DashAddedLinkToStackType} value associated with this + * instance if {@link #isDashAddedLinkToStack} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashAddedLinkToStack} is + * {@code false}. + */ + public DashAddedLinkToStackType getDashAddedLinkToStackValue() { + if (this._tag != Tag.DASH_ADDED_LINK_TO_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADDED_LINK_TO_STACK, but was Tag." + this._tag.name()); + } + return dashAddedLinkToStackValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST}, {@code false} otherwise. + */ + public boolean isDashAddedTeamEmailDomainAllowlist() { + return this._tag == Tag.DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST}. + * + *

(dash) Admin added an email domain to the team allowlist

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType dashAddedTeamEmailDomainAllowlist(DashAddedTeamEmailDomainAllowlistType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashAddedTeamEmailDomainAllowlist(Tag.DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST, value); + } + + /** + * (dash) Admin added an email domain to the team allowlist + * + *

This instance must be tagged as {@link + * Tag#DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST}.

+ * + * @return The {@link DashAddedTeamEmailDomainAllowlistType} value + * associated with this instance if {@link + * #isDashAddedTeamEmailDomainAllowlist} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashAddedTeamEmailDomainAllowlist} is {@code false}. + */ + public DashAddedTeamEmailDomainAllowlistType getDashAddedTeamEmailDomainAllowlistValue() { + if (this._tag != Tag.DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST, but was Tag." + this._tag.name()); + } + return dashAddedTeamEmailDomainAllowlistValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR}, {@code false} otherwise. + */ + public boolean isDashAdminAddedOrgWideConnector() { + return this._tag == Tag.DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR}. + * + *

(dash) Admin added an admin connector

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType dashAdminAddedOrgWideConnector(DashAdminAddedOrgWideConnectorType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashAdminAddedOrgWideConnector(Tag.DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR, value); + } + + /** + * (dash) Admin added an admin connector + * + *

This instance must be tagged as {@link + * Tag#DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR}.

+ * + * @return The {@link DashAdminAddedOrgWideConnectorType} value associated + * with this instance if {@link #isDashAdminAddedOrgWideConnector} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashAdminAddedOrgWideConnector} is {@code false}. + */ + public DashAdminAddedOrgWideConnectorType getDashAdminAddedOrgWideConnectorValue() { + if (this._tag != Tag.DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR, but was Tag." + this._tag.name()); + } + return dashAdminAddedOrgWideConnectorValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADMIN_DISABLED_CONNECTOR}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADMIN_DISABLED_CONNECTOR}, {@code false} otherwise. + */ + public boolean isDashAdminDisabledConnector() { + return this._tag == Tag.DASH_ADMIN_DISABLED_CONNECTOR; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_ADMIN_DISABLED_CONNECTOR}. + * + *

(dash) Admin disabled a user connector

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_ADMIN_DISABLED_CONNECTOR}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType dashAdminDisabledConnector(DashAdminDisabledConnectorType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashAdminDisabledConnector(Tag.DASH_ADMIN_DISABLED_CONNECTOR, value); + } + + /** + * (dash) Admin disabled a user connector + * + *

This instance must be tagged as {@link + * Tag#DASH_ADMIN_DISABLED_CONNECTOR}.

+ * + * @return The {@link DashAdminDisabledConnectorType} value associated with + * this instance if {@link #isDashAdminDisabledConnector} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isDashAdminDisabledConnector} + * is {@code false}. + */ + public DashAdminDisabledConnectorType getDashAdminDisabledConnectorValue() { + if (this._tag != Tag.DASH_ADMIN_DISABLED_CONNECTOR) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADMIN_DISABLED_CONNECTOR, but was Tag." + this._tag.name()); + } + return dashAdminDisabledConnectorValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADMIN_ENABLED_CONNECTOR}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADMIN_ENABLED_CONNECTOR}, {@code false} otherwise. + */ + public boolean isDashAdminEnabledConnector() { + return this._tag == Tag.DASH_ADMIN_ENABLED_CONNECTOR; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_ADMIN_ENABLED_CONNECTOR}. + * + *

(dash) Admin enabled a user connector

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_ADMIN_ENABLED_CONNECTOR}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType dashAdminEnabledConnector(DashAdminEnabledConnectorType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashAdminEnabledConnector(Tag.DASH_ADMIN_ENABLED_CONNECTOR, value); + } + + /** + * (dash) Admin enabled a user connector + * + *

This instance must be tagged as {@link + * Tag#DASH_ADMIN_ENABLED_CONNECTOR}.

+ * + * @return The {@link DashAdminEnabledConnectorType} value associated with + * this instance if {@link #isDashAdminEnabledConnector} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isDashAdminEnabledConnector} is + * {@code false}. + */ + public DashAdminEnabledConnectorType getDashAdminEnabledConnectorValue() { + if (this._tag != Tag.DASH_ADMIN_ENABLED_CONNECTOR) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADMIN_ENABLED_CONNECTOR, but was Tag." + this._tag.name()); + } + return dashAdminEnabledConnectorValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR}, {@code false} otherwise. + */ + public boolean isDashAdminRemovedOrgWideConnector() { + return this._tag == Tag.DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR}. + * + *

(dash) Admin removed an admin connector

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType dashAdminRemovedOrgWideConnector(DashAdminRemovedOrgWideConnectorType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashAdminRemovedOrgWideConnector(Tag.DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR, value); + } + + /** + * (dash) Admin removed an admin connector + * + *

This instance must be tagged as {@link + * Tag#DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR}.

+ * + * @return The {@link DashAdminRemovedOrgWideConnectorType} value associated + * with this instance if {@link #isDashAdminRemovedOrgWideConnector} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashAdminRemovedOrgWideConnector} is {@code false}. + */ + public DashAdminRemovedOrgWideConnectorType getDashAdminRemovedOrgWideConnectorValue() { + if (this._tag != Tag.DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR, but was Tag." + this._tag.name()); + } + return dashAdminRemovedOrgWideConnectorValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_ARCHIVED_STACK}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_ARCHIVED_STACK}, {@code false} otherwise. + */ + public boolean isDashArchivedStack() { + return this._tag == Tag.DASH_ARCHIVED_STACK; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_ARCHIVED_STACK}. + * + *

(dash) Archived a stack

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_ARCHIVED_STACK}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType dashArchivedStack(DashArchivedStackType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashArchivedStack(Tag.DASH_ARCHIVED_STACK, value); + } + + /** + * (dash) Archived a stack + * + *

This instance must be tagged as {@link Tag#DASH_ARCHIVED_STACK}.

+ * + * @return The {@link DashArchivedStackType} value associated with this + * instance if {@link #isDashArchivedStack} is {@code true}. + * + * @throws IllegalStateException If {@link #isDashArchivedStack} is {@code + * false}. + */ + public DashArchivedStackType getDashArchivedStackValue() { + if (this._tag != Tag.DASH_ARCHIVED_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_ARCHIVED_STACK, but was Tag." + this._tag.name()); + } + return dashArchivedStackValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK}, {@code false} + * otherwise. + */ + public boolean isDashChangedAudienceOfSharedLinkToStack() { + return this._tag == Tag.DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK}. * - * @param teamMergeRequestReminderShownToSecondaryTeamValue (trusted_teams) - * Sent a team merge request reminder (deprecated, replaced by 'Sent a - * team merge request reminder'). Must not be {@code null}. - * @param _tag Discriminating tag for this instance. + *

(dash) Changed the audience of a shared link to a stack

* - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. */ - private EventType withTagAndTeamMergeRequestReminderShownToSecondaryTeam(Tag _tag, TeamMergeRequestReminderShownToSecondaryTeamType teamMergeRequestReminderShownToSecondaryTeamValue) { - EventType result = new EventType(); - result._tag = _tag; - result.teamMergeRequestReminderShownToSecondaryTeamValue = teamMergeRequestReminderShownToSecondaryTeamValue; - return result; + public static EventType dashChangedAudienceOfSharedLinkToStack(DashChangedAudienceOfSharedLinkToStackType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashChangedAudienceOfSharedLinkToStack(Tag.DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK, value); } /** - * The type of the event with description. + * (dash) Changed the audience of a shared link to a stack * - * @param teamMergeRequestRevokedValue (trusted_teams) Canceled the team - * merge. Must not be {@code null}. - * @param _tag Discriminating tag for this instance. + *

This instance must be tagged as {@link + * Tag#DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK}.

* - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. + * @return The {@link DashChangedAudienceOfSharedLinkToStackType} value + * associated with this instance if {@link + * #isDashChangedAudienceOfSharedLinkToStack} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashChangedAudienceOfSharedLinkToStack} is {@code false}. */ - private EventType withTagAndTeamMergeRequestRevoked(Tag _tag, TeamMergeRequestRevokedType teamMergeRequestRevokedValue) { - EventType result = new EventType(); - result._tag = _tag; - result.teamMergeRequestRevokedValue = teamMergeRequestRevokedValue; - return result; + public DashChangedAudienceOfSharedLinkToStackType getDashChangedAudienceOfSharedLinkToStackValue() { + if (this._tag != Tag.DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK, but was Tag." + this._tag.name()); + } + return dashChangedAudienceOfSharedLinkToStackValue; } /** - * The type of the event with description. - * - * @param teamMergeRequestSentShownToPrimaryTeamValue (trusted_teams) - * Requested to merge their Dropbox team into yours. Must not be {@code - * null}. - * @param _tag Discriminating tag for this instance. + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_CLONED_STACK}, {@code false} otherwise. * - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_CLONED_STACK}, {@code false} otherwise. */ - private EventType withTagAndTeamMergeRequestSentShownToPrimaryTeam(Tag _tag, TeamMergeRequestSentShownToPrimaryTeamType teamMergeRequestSentShownToPrimaryTeamValue) { - EventType result = new EventType(); - result._tag = _tag; - result.teamMergeRequestSentShownToPrimaryTeamValue = teamMergeRequestSentShownToPrimaryTeamValue; - return result; + public boolean isDashClonedStack() { + return this._tag == Tag.DASH_CLONED_STACK; } /** - * The type of the event with description. + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_CLONED_STACK}. * - * @param teamMergeRequestSentShownToSecondaryTeamValue (trusted_teams) - * Requested to merge your team into another Dropbox team. Must not be - * {@code null}. - * @param _tag Discriminating tag for this instance. + *

(dash) Cloned stack

* - * @throws IllegalArgumentException If any argument does not meet its - * preconditions. + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_CLONED_STACK}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. */ - private EventType withTagAndTeamMergeRequestSentShownToSecondaryTeam(Tag _tag, TeamMergeRequestSentShownToSecondaryTeamType teamMergeRequestSentShownToSecondaryTeamValue) { - EventType result = new EventType(); - result._tag = _tag; - result.teamMergeRequestSentShownToSecondaryTeamValue = teamMergeRequestSentShownToSecondaryTeamValue; - return result; + public static EventType dashClonedStack(DashClonedStackType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashClonedStack(Tag.DASH_CLONED_STACK, value); } /** - * Returns the tag for this instance. + * (dash) Cloned stack * - *

This class is a tagged union. Tagged unions instances are always - * associated to a specific tag. This means only one of the {@code isXyz()} - * methods will return {@code true}. Callers are recommended to use the tag - * value in a {@code switch} statement to properly handle the different - * values for this {@code EventType}.

+ *

This instance must be tagged as {@link Tag#DASH_CLONED_STACK}.

* - *

If a tag returned by the server is unrecognized by this SDK, the - * {@link Tag#OTHER} value will be used.

+ * @return The {@link DashClonedStackType} value associated with this + * instance if {@link #isDashClonedStack} is {@code true}. * - * @return the tag for this instance. + * @throws IllegalStateException If {@link #isDashClonedStack} is {@code + * false}. */ - public Tag tag() { - return _tag; + public DashClonedStackType getDashClonedStackValue() { + if (this._tag != Tag.DASH_CLONED_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_CLONED_STACK, but was Tag." + this._tag.name()); + } + return dashClonedStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#ADMIN_ALERTING_ALERT_STATE_CHANGED}, {@code false} otherwise. + * Tag#DASH_CREATED_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#ADMIN_ALERTING_ALERT_STATE_CHANGED}, {@code false} otherwise. + * Tag#DASH_CREATED_STACK}, {@code false} otherwise. */ - public boolean isAdminAlertingAlertStateChanged() { - return this._tag == Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED; + public boolean isDashCreatedStack() { + return this._tag == Tag.DASH_CREATED_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#ADMIN_ALERTING_ALERT_STATE_CHANGED}. + * Tag#DASH_CREATED_STACK}. * - *

(admin_alerting) Changed an alert state

+ *

(dash) Created a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#ADMIN_ALERTING_ALERT_STATE_CHANGED}. + * Tag#DASH_CREATED_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType adminAlertingAlertStateChanged(AdminAlertingAlertStateChangedType value) { + public static EventType dashCreatedStack(DashCreatedStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndAdminAlertingAlertStateChanged(Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED, value); + return new EventType().withTagAndDashCreatedStack(Tag.DASH_CREATED_STACK, value); } /** - * (admin_alerting) Changed an alert state + * (dash) Created a stack * - *

This instance must be tagged as {@link - * Tag#ADMIN_ALERTING_ALERT_STATE_CHANGED}.

+ *

This instance must be tagged as {@link Tag#DASH_CREATED_STACK}.

* - * @return The {@link AdminAlertingAlertStateChangedType} value associated - * with this instance if {@link #isAdminAlertingAlertStateChanged} is - * {@code true}. + * @return The {@link DashCreatedStackType} value associated with this + * instance if {@link #isDashCreatedStack} is {@code true}. * - * @throws IllegalStateException If {@link - * #isAdminAlertingAlertStateChanged} is {@code false}. + * @throws IllegalStateException If {@link #isDashCreatedStack} is {@code + * false}. */ - public AdminAlertingAlertStateChangedType getAdminAlertingAlertStateChangedValue() { - if (this._tag != Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED) { - throw new IllegalStateException("Invalid tag: required Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED, but was Tag." + this._tag.name()); + public DashCreatedStackType getDashCreatedStackValue() { + if (this._tag != Tag.DASH_CREATED_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_CREATED_STACK, but was Tag." + this._tag.name()); } - return adminAlertingAlertStateChangedValue; + return dashCreatedStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#ADMIN_ALERTING_CHANGED_ALERT_CONFIG}, {@code false} otherwise. + * Tag#DASH_DELETED_COMMENT_FROM_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#ADMIN_ALERTING_CHANGED_ALERT_CONFIG}, {@code false} otherwise. + * Tag#DASH_DELETED_COMMENT_FROM_STACK}, {@code false} otherwise. */ - public boolean isAdminAlertingChangedAlertConfig() { - return this._tag == Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG; + public boolean isDashDeletedCommentFromStack() { + return this._tag == Tag.DASH_DELETED_COMMENT_FROM_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#ADMIN_ALERTING_CHANGED_ALERT_CONFIG}. + * Tag#DASH_DELETED_COMMENT_FROM_STACK}. * - *

(admin_alerting) Changed an alert setting

+ *

(dash) Deleted a comment from a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#ADMIN_ALERTING_CHANGED_ALERT_CONFIG}. + * Tag#DASH_DELETED_COMMENT_FROM_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType adminAlertingChangedAlertConfig(AdminAlertingChangedAlertConfigType value) { + public static EventType dashDeletedCommentFromStack(DashDeletedCommentFromStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndAdminAlertingChangedAlertConfig(Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG, value); + return new EventType().withTagAndDashDeletedCommentFromStack(Tag.DASH_DELETED_COMMENT_FROM_STACK, value); } /** - * (admin_alerting) Changed an alert setting + * (dash) Deleted a comment from a stack * *

This instance must be tagged as {@link - * Tag#ADMIN_ALERTING_CHANGED_ALERT_CONFIG}.

+ * Tag#DASH_DELETED_COMMENT_FROM_STACK}.

* - * @return The {@link AdminAlertingChangedAlertConfigType} value associated - * with this instance if {@link #isAdminAlertingChangedAlertConfig} is - * {@code true}. + * @return The {@link DashDeletedCommentFromStackType} value associated with + * this instance if {@link #isDashDeletedCommentFromStack} is {@code + * true}. * - * @throws IllegalStateException If {@link - * #isAdminAlertingChangedAlertConfig} is {@code false}. + * @throws IllegalStateException If {@link #isDashDeletedCommentFromStack} + * is {@code false}. */ - public AdminAlertingChangedAlertConfigType getAdminAlertingChangedAlertConfigValue() { - if (this._tag != Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG) { - throw new IllegalStateException("Invalid tag: required Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG, but was Tag." + this._tag.name()); + public DashDeletedCommentFromStackType getDashDeletedCommentFromStackValue() { + if (this._tag != Tag.DASH_DELETED_COMMENT_FROM_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_DELETED_COMMENT_FROM_STACK, but was Tag." + this._tag.name()); } - return adminAlertingChangedAlertConfigValue; + return dashDeletedCommentFromStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#ADMIN_ALERTING_TRIGGERED_ALERT}, {@code false} otherwise. + * Tag#DASH_DELETED_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#ADMIN_ALERTING_TRIGGERED_ALERT}, {@code false} otherwise. + * Tag#DASH_DELETED_STACK}, {@code false} otherwise. */ - public boolean isAdminAlertingTriggeredAlert() { - return this._tag == Tag.ADMIN_ALERTING_TRIGGERED_ALERT; + public boolean isDashDeletedStack() { + return this._tag == Tag.DASH_DELETED_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#ADMIN_ALERTING_TRIGGERED_ALERT}. + * Tag#DASH_DELETED_STACK}. * - *

(admin_alerting) Triggered security alert

+ *

(dash) Deleted a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#ADMIN_ALERTING_TRIGGERED_ALERT}. + * Tag#DASH_DELETED_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType adminAlertingTriggeredAlert(AdminAlertingTriggeredAlertType value) { + public static EventType dashDeletedStack(DashDeletedStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndAdminAlertingTriggeredAlert(Tag.ADMIN_ALERTING_TRIGGERED_ALERT, value); + return new EventType().withTagAndDashDeletedStack(Tag.DASH_DELETED_STACK, value); } /** - * (admin_alerting) Triggered security alert + * (dash) Deleted a stack * - *

This instance must be tagged as {@link - * Tag#ADMIN_ALERTING_TRIGGERED_ALERT}.

+ *

This instance must be tagged as {@link Tag#DASH_DELETED_STACK}.

* - * @return The {@link AdminAlertingTriggeredAlertType} value associated with - * this instance if {@link #isAdminAlertingTriggeredAlert} is {@code - * true}. + * @return The {@link DashDeletedStackType} value associated with this + * instance if {@link #isDashDeletedStack} is {@code true}. * - * @throws IllegalStateException If {@link #isAdminAlertingTriggeredAlert} - * is {@code false}. + * @throws IllegalStateException If {@link #isDashDeletedStack} is {@code + * false}. */ - public AdminAlertingTriggeredAlertType getAdminAlertingTriggeredAlertValue() { - if (this._tag != Tag.ADMIN_ALERTING_TRIGGERED_ALERT) { - throw new IllegalStateException("Invalid tag: required Tag.ADMIN_ALERTING_TRIGGERED_ALERT, but was Tag." + this._tag.name()); + public DashDeletedStackType getDashDeletedStackValue() { + if (this._tag != Tag.DASH_DELETED_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_DELETED_STACK, but was Tag." + this._tag.name()); } - return adminAlertingTriggeredAlertValue; + return dashDeletedStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#RANSOMWARE_RESTORE_PROCESS_COMPLETED}, {@code false} otherwise. + * Tag#DASH_EDITED_COMMENT_IN_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#RANSOMWARE_RESTORE_PROCESS_COMPLETED}, {@code false} otherwise. + * Tag#DASH_EDITED_COMMENT_IN_STACK}, {@code false} otherwise. */ - public boolean isRansomwareRestoreProcessCompleted() { - return this._tag == Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED; + public boolean isDashEditedCommentInStack() { + return this._tag == Tag.DASH_EDITED_COMMENT_IN_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#RANSOMWARE_RESTORE_PROCESS_COMPLETED}. + * Tag#DASH_EDITED_COMMENT_IN_STACK}. * - *

(admin_alerting) Completed ransomware restore process

+ *

(dash) Edited a comment in a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#RANSOMWARE_RESTORE_PROCESS_COMPLETED}. + * Tag#DASH_EDITED_COMMENT_IN_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType ransomwareRestoreProcessCompleted(RansomwareRestoreProcessCompletedType value) { + public static EventType dashEditedCommentInStack(DashEditedCommentInStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndRansomwareRestoreProcessCompleted(Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED, value); + return new EventType().withTagAndDashEditedCommentInStack(Tag.DASH_EDITED_COMMENT_IN_STACK, value); } /** - * (admin_alerting) Completed ransomware restore process + * (dash) Edited a comment in a stack * *

This instance must be tagged as {@link - * Tag#RANSOMWARE_RESTORE_PROCESS_COMPLETED}.

+ * Tag#DASH_EDITED_COMMENT_IN_STACK}.

* - * @return The {@link RansomwareRestoreProcessCompletedType} value - * associated with this instance if {@link - * #isRansomwareRestoreProcessCompleted} is {@code true}. + * @return The {@link DashEditedCommentInStackType} value associated with + * this instance if {@link #isDashEditedCommentInStack} is {@code true}. * - * @throws IllegalStateException If {@link - * #isRansomwareRestoreProcessCompleted} is {@code false}. + * @throws IllegalStateException If {@link #isDashEditedCommentInStack} is + * {@code false}. */ - public RansomwareRestoreProcessCompletedType getRansomwareRestoreProcessCompletedValue() { - if (this._tag != Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED) { - throw new IllegalStateException("Invalid tag: required Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED, but was Tag." + this._tag.name()); + public DashEditedCommentInStackType getDashEditedCommentInStackValue() { + if (this._tag != Tag.DASH_EDITED_COMMENT_IN_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_EDITED_COMMENT_IN_STACK, but was Tag." + this._tag.name()); } - return ransomwareRestoreProcessCompletedValue; + return dashEditedCommentInStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#RANSOMWARE_RESTORE_PROCESS_STARTED}, {@code false} otherwise. + * Tag#DASH_EXTERNAL_USER_OPENED_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#RANSOMWARE_RESTORE_PROCESS_STARTED}, {@code false} otherwise. + * Tag#DASH_EXTERNAL_USER_OPENED_STACK}, {@code false} otherwise. */ - public boolean isRansomwareRestoreProcessStarted() { - return this._tag == Tag.RANSOMWARE_RESTORE_PROCESS_STARTED; + public boolean isDashExternalUserOpenedStack() { + return this._tag == Tag.DASH_EXTERNAL_USER_OPENED_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#RANSOMWARE_RESTORE_PROCESS_STARTED}. + * Tag#DASH_EXTERNAL_USER_OPENED_STACK}. * - *

(admin_alerting) Started ransomware restore process

+ *

(dash) External user opened a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#RANSOMWARE_RESTORE_PROCESS_STARTED}. + * Tag#DASH_EXTERNAL_USER_OPENED_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType ransomwareRestoreProcessStarted(RansomwareRestoreProcessStartedType value) { + public static EventType dashExternalUserOpenedStack(DashExternalUserOpenedStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndRansomwareRestoreProcessStarted(Tag.RANSOMWARE_RESTORE_PROCESS_STARTED, value); + return new EventType().withTagAndDashExternalUserOpenedStack(Tag.DASH_EXTERNAL_USER_OPENED_STACK, value); } /** - * (admin_alerting) Started ransomware restore process + * (dash) External user opened a stack * *

This instance must be tagged as {@link - * Tag#RANSOMWARE_RESTORE_PROCESS_STARTED}.

+ * Tag#DASH_EXTERNAL_USER_OPENED_STACK}.

* - * @return The {@link RansomwareRestoreProcessStartedType} value associated - * with this instance if {@link #isRansomwareRestoreProcessStarted} is - * {@code true}. + * @return The {@link DashExternalUserOpenedStackType} value associated with + * this instance if {@link #isDashExternalUserOpenedStack} is {@code + * true}. * - * @throws IllegalStateException If {@link - * #isRansomwareRestoreProcessStarted} is {@code false}. + * @throws IllegalStateException If {@link #isDashExternalUserOpenedStack} + * is {@code false}. */ - public RansomwareRestoreProcessStartedType getRansomwareRestoreProcessStartedValue() { - if (this._tag != Tag.RANSOMWARE_RESTORE_PROCESS_STARTED) { - throw new IllegalStateException("Invalid tag: required Tag.RANSOMWARE_RESTORE_PROCESS_STARTED, but was Tag." + this._tag.name()); + public DashExternalUserOpenedStackType getDashExternalUserOpenedStackValue() { + if (this._tag != Tag.DASH_EXTERNAL_USER_OPENED_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_EXTERNAL_USER_OPENED_STACK, but was Tag." + this._tag.name()); } - return ransomwareRestoreProcessStartedValue; + return dashExternalUserOpenedStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#APP_BLOCKED_BY_PERMISSIONS}, {@code false} otherwise. + * Tag#DASH_FIRST_LAUNCHED_DESKTOP}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#APP_BLOCKED_BY_PERMISSIONS}, {@code false} otherwise. + * Tag#DASH_FIRST_LAUNCHED_DESKTOP}, {@code false} otherwise. */ - public boolean isAppBlockedByPermissions() { - return this._tag == Tag.APP_BLOCKED_BY_PERMISSIONS; + public boolean isDashFirstLaunchedDesktop() { + return this._tag == Tag.DASH_FIRST_LAUNCHED_DESKTOP; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#APP_BLOCKED_BY_PERMISSIONS}. + * Tag#DASH_FIRST_LAUNCHED_DESKTOP}. * - *

(apps) Failed to connect app for member

+ *

(dash) Opened the desktop app for the first time

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#APP_BLOCKED_BY_PERMISSIONS}. + * Tag#DASH_FIRST_LAUNCHED_DESKTOP}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType appBlockedByPermissions(AppBlockedByPermissionsType value) { + public static EventType dashFirstLaunchedDesktop(DashFirstLaunchedDesktopType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndAppBlockedByPermissions(Tag.APP_BLOCKED_BY_PERMISSIONS, value); + return new EventType().withTagAndDashFirstLaunchedDesktop(Tag.DASH_FIRST_LAUNCHED_DESKTOP, value); } /** - * (apps) Failed to connect app for member + * (dash) Opened the desktop app for the first time * *

This instance must be tagged as {@link - * Tag#APP_BLOCKED_BY_PERMISSIONS}.

+ * Tag#DASH_FIRST_LAUNCHED_DESKTOP}.

* - * @return The {@link AppBlockedByPermissionsType} value associated with - * this instance if {@link #isAppBlockedByPermissions} is {@code true}. + * @return The {@link DashFirstLaunchedDesktopType} value associated with + * this instance if {@link #isDashFirstLaunchedDesktop} is {@code true}. * - * @throws IllegalStateException If {@link #isAppBlockedByPermissions} is + * @throws IllegalStateException If {@link #isDashFirstLaunchedDesktop} is * {@code false}. */ - public AppBlockedByPermissionsType getAppBlockedByPermissionsValue() { - if (this._tag != Tag.APP_BLOCKED_BY_PERMISSIONS) { - throw new IllegalStateException("Invalid tag: required Tag.APP_BLOCKED_BY_PERMISSIONS, but was Tag." + this._tag.name()); + public DashFirstLaunchedDesktopType getDashFirstLaunchedDesktopValue() { + if (this._tag != Tag.DASH_FIRST_LAUNCHED_DESKTOP) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_FIRST_LAUNCHED_DESKTOP, but was Tag." + this._tag.name()); } - return appBlockedByPermissionsValue; + return dashFirstLaunchedDesktopValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#APP_LINK_TEAM}, {@code false} otherwise. + * Tag#DASH_FIRST_LAUNCHED_EXTENSION}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#APP_LINK_TEAM}, {@code false} otherwise. + * Tag#DASH_FIRST_LAUNCHED_EXTENSION}, {@code false} otherwise. */ - public boolean isAppLinkTeam() { - return this._tag == Tag.APP_LINK_TEAM; + public boolean isDashFirstLaunchedExtension() { + return this._tag == Tag.DASH_FIRST_LAUNCHED_EXTENSION; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#APP_LINK_TEAM}. + * Tag#DASH_FIRST_LAUNCHED_EXTENSION}. * - *

(apps) Linked app for team

+ *

(dash) Opened the extension for the first time

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#APP_LINK_TEAM}. + * Tag#DASH_FIRST_LAUNCHED_EXTENSION}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType appLinkTeam(AppLinkTeamType value) { + public static EventType dashFirstLaunchedExtension(DashFirstLaunchedExtensionType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndAppLinkTeam(Tag.APP_LINK_TEAM, value); + return new EventType().withTagAndDashFirstLaunchedExtension(Tag.DASH_FIRST_LAUNCHED_EXTENSION, value); } /** - * (apps) Linked app for team + * (dash) Opened the extension for the first time * - *

This instance must be tagged as {@link Tag#APP_LINK_TEAM}.

+ *

This instance must be tagged as {@link + * Tag#DASH_FIRST_LAUNCHED_EXTENSION}.

* - * @return The {@link AppLinkTeamType} value associated with this instance - * if {@link #isAppLinkTeam} is {@code true}. + * @return The {@link DashFirstLaunchedExtensionType} value associated with + * this instance if {@link #isDashFirstLaunchedExtension} is {@code + * true}. * - * @throws IllegalStateException If {@link #isAppLinkTeam} is {@code - * false}. + * @throws IllegalStateException If {@link #isDashFirstLaunchedExtension} + * is {@code false}. */ - public AppLinkTeamType getAppLinkTeamValue() { - if (this._tag != Tag.APP_LINK_TEAM) { - throw new IllegalStateException("Invalid tag: required Tag.APP_LINK_TEAM, but was Tag." + this._tag.name()); + public DashFirstLaunchedExtensionType getDashFirstLaunchedExtensionValue() { + if (this._tag != Tag.DASH_FIRST_LAUNCHED_EXTENSION) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_FIRST_LAUNCHED_EXTENSION, but was Tag." + this._tag.name()); } - return appLinkTeamValue; + return dashFirstLaunchedExtensionValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#APP_LINK_USER}, {@code false} otherwise. + * Tag#DASH_FIRST_LAUNCHED_WEB_START_PAGE}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#APP_LINK_USER}, {@code false} otherwise. + * Tag#DASH_FIRST_LAUNCHED_WEB_START_PAGE}, {@code false} otherwise. */ - public boolean isAppLinkUser() { - return this._tag == Tag.APP_LINK_USER; + public boolean isDashFirstLaunchedWebStartPage() { + return this._tag == Tag.DASH_FIRST_LAUNCHED_WEB_START_PAGE; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#APP_LINK_USER}. + * Tag#DASH_FIRST_LAUNCHED_WEB_START_PAGE}. * - *

(apps) Linked app for member

+ *

(dash) Opened the web Start Page for the first time

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#APP_LINK_USER}. + * Tag#DASH_FIRST_LAUNCHED_WEB_START_PAGE}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType appLinkUser(AppLinkUserType value) { + public static EventType dashFirstLaunchedWebStartPage(DashFirstLaunchedWebStartPageType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndAppLinkUser(Tag.APP_LINK_USER, value); + return new EventType().withTagAndDashFirstLaunchedWebStartPage(Tag.DASH_FIRST_LAUNCHED_WEB_START_PAGE, value); } /** - * (apps) Linked app for member + * (dash) Opened the web Start Page for the first time * - *

This instance must be tagged as {@link Tag#APP_LINK_USER}.

+ *

This instance must be tagged as {@link + * Tag#DASH_FIRST_LAUNCHED_WEB_START_PAGE}.

* - * @return The {@link AppLinkUserType} value associated with this instance - * if {@link #isAppLinkUser} is {@code true}. + * @return The {@link DashFirstLaunchedWebStartPageType} value associated + * with this instance if {@link #isDashFirstLaunchedWebStartPage} is + * {@code true}. * - * @throws IllegalStateException If {@link #isAppLinkUser} is {@code - * false}. + * @throws IllegalStateException If {@link + * #isDashFirstLaunchedWebStartPage} is {@code false}. */ - public AppLinkUserType getAppLinkUserValue() { - if (this._tag != Tag.APP_LINK_USER) { - throw new IllegalStateException("Invalid tag: required Tag.APP_LINK_USER, but was Tag." + this._tag.name()); + public DashFirstLaunchedWebStartPageType getDashFirstLaunchedWebStartPageValue() { + if (this._tag != Tag.DASH_FIRST_LAUNCHED_WEB_START_PAGE) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_FIRST_LAUNCHED_WEB_START_PAGE, but was Tag." + this._tag.name()); } - return appLinkUserValue; + return dashFirstLaunchedWebStartPageValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#APP_UNLINK_TEAM}, {@code false} otherwise. + * Tag#DASH_OPENED_SHARED_LINK_TO_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#APP_UNLINK_TEAM}, {@code false} otherwise. + * Tag#DASH_OPENED_SHARED_LINK_TO_STACK}, {@code false} otherwise. */ - public boolean isAppUnlinkTeam() { - return this._tag == Tag.APP_UNLINK_TEAM; + public boolean isDashOpenedSharedLinkToStack() { + return this._tag == Tag.DASH_OPENED_SHARED_LINK_TO_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#APP_UNLINK_TEAM}. + * Tag#DASH_OPENED_SHARED_LINK_TO_STACK}. * - *

(apps) Unlinked app for team

+ *

(dash) Checked access permissions to a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#APP_UNLINK_TEAM}. + * Tag#DASH_OPENED_SHARED_LINK_TO_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType appUnlinkTeam(AppUnlinkTeamType value) { + public static EventType dashOpenedSharedLinkToStack(DashOpenedSharedLinkToStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndAppUnlinkTeam(Tag.APP_UNLINK_TEAM, value); + return new EventType().withTagAndDashOpenedSharedLinkToStack(Tag.DASH_OPENED_SHARED_LINK_TO_STACK, value); } /** - * (apps) Unlinked app for team + * (dash) Checked access permissions to a stack * - *

This instance must be tagged as {@link Tag#APP_UNLINK_TEAM}.

+ *

This instance must be tagged as {@link + * Tag#DASH_OPENED_SHARED_LINK_TO_STACK}.

* - * @return The {@link AppUnlinkTeamType} value associated with this instance - * if {@link #isAppUnlinkTeam} is {@code true}. + * @return The {@link DashOpenedSharedLinkToStackType} value associated with + * this instance if {@link #isDashOpenedSharedLinkToStack} is {@code + * true}. * - * @throws IllegalStateException If {@link #isAppUnlinkTeam} is {@code - * false}. + * @throws IllegalStateException If {@link #isDashOpenedSharedLinkToStack} + * is {@code false}. */ - public AppUnlinkTeamType getAppUnlinkTeamValue() { - if (this._tag != Tag.APP_UNLINK_TEAM) { - throw new IllegalStateException("Invalid tag: required Tag.APP_UNLINK_TEAM, but was Tag." + this._tag.name()); + public DashOpenedSharedLinkToStackType getDashOpenedSharedLinkToStackValue() { + if (this._tag != Tag.DASH_OPENED_SHARED_LINK_TO_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_OPENED_SHARED_LINK_TO_STACK, but was Tag." + this._tag.name()); } - return appUnlinkTeamValue; + return dashOpenedSharedLinkToStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#APP_UNLINK_USER}, {@code false} otherwise. + * Tag#DASH_OPENED_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#APP_UNLINK_USER}, {@code false} otherwise. + * Tag#DASH_OPENED_STACK}, {@code false} otherwise. */ - public boolean isAppUnlinkUser() { - return this._tag == Tag.APP_UNLINK_USER; + public boolean isDashOpenedStack() { + return this._tag == Tag.DASH_OPENED_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#APP_UNLINK_USER}. + * Tag#DASH_OPENED_STACK}. * - *

(apps) Unlinked app for member

+ *

(dash) Opened a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#APP_UNLINK_USER}. + * Tag#DASH_OPENED_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType appUnlinkUser(AppUnlinkUserType value) { + public static EventType dashOpenedStack(DashOpenedStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndAppUnlinkUser(Tag.APP_UNLINK_USER, value); + return new EventType().withTagAndDashOpenedStack(Tag.DASH_OPENED_STACK, value); } /** - * (apps) Unlinked app for member + * (dash) Opened a stack * - *

This instance must be tagged as {@link Tag#APP_UNLINK_USER}.

+ *

This instance must be tagged as {@link Tag#DASH_OPENED_STACK}.

* - * @return The {@link AppUnlinkUserType} value associated with this instance - * if {@link #isAppUnlinkUser} is {@code true}. + * @return The {@link DashOpenedStackType} value associated with this + * instance if {@link #isDashOpenedStack} is {@code true}. * - * @throws IllegalStateException If {@link #isAppUnlinkUser} is {@code + * @throws IllegalStateException If {@link #isDashOpenedStack} is {@code * false}. */ - public AppUnlinkUserType getAppUnlinkUserValue() { - if (this._tag != Tag.APP_UNLINK_USER) { - throw new IllegalStateException("Invalid tag: required Tag.APP_UNLINK_USER, but was Tag." + this._tag.name()); + public DashOpenedStackType getDashOpenedStackValue() { + if (this._tag != Tag.DASH_OPENED_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_OPENED_STACK, but was Tag." + this._tag.name()); } - return appUnlinkUserValue; + return dashOpenedStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#INTEGRATION_CONNECTED}, {@code false} otherwise. + * Tag#DASH_PREVIEW_OPT_OUT_STATUS_CHANGED}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#INTEGRATION_CONNECTED}, {@code false} otherwise. + * Tag#DASH_PREVIEW_OPT_OUT_STATUS_CHANGED}, {@code false} otherwise. */ - public boolean isIntegrationConnected() { - return this._tag == Tag.INTEGRATION_CONNECTED; + public boolean isDashPreviewOptOutStatusChanged() { + return this._tag == Tag.DASH_PREVIEW_OPT_OUT_STATUS_CHANGED; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#INTEGRATION_CONNECTED}. + * Tag#DASH_PREVIEW_OPT_OUT_STATUS_CHANGED}. * - *

(apps) Connected integration for member

+ *

(dash) Changed the preview opt-out status

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#INTEGRATION_CONNECTED}. + * Tag#DASH_PREVIEW_OPT_OUT_STATUS_CHANGED}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType integrationConnected(IntegrationConnectedType value) { + public static EventType dashPreviewOptOutStatusChanged(DashPreviewOptOutStatusChangedType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndIntegrationConnected(Tag.INTEGRATION_CONNECTED, value); + return new EventType().withTagAndDashPreviewOptOutStatusChanged(Tag.DASH_PREVIEW_OPT_OUT_STATUS_CHANGED, value); } /** - * (apps) Connected integration for member + * (dash) Changed the preview opt-out status * - *

This instance must be tagged as {@link Tag#INTEGRATION_CONNECTED}. - *

+ *

This instance must be tagged as {@link + * Tag#DASH_PREVIEW_OPT_OUT_STATUS_CHANGED}.

* - * @return The {@link IntegrationConnectedType} value associated with this - * instance if {@link #isIntegrationConnected} is {@code true}. + * @return The {@link DashPreviewOptOutStatusChangedType} value associated + * with this instance if {@link #isDashPreviewOptOutStatusChanged} is + * {@code true}. * - * @throws IllegalStateException If {@link #isIntegrationConnected} is - * {@code false}. + * @throws IllegalStateException If {@link + * #isDashPreviewOptOutStatusChanged} is {@code false}. */ - public IntegrationConnectedType getIntegrationConnectedValue() { - if (this._tag != Tag.INTEGRATION_CONNECTED) { - throw new IllegalStateException("Invalid tag: required Tag.INTEGRATION_CONNECTED, but was Tag." + this._tag.name()); + public DashPreviewOptOutStatusChangedType getDashPreviewOptOutStatusChangedValue() { + if (this._tag != Tag.DASH_PREVIEW_OPT_OUT_STATUS_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_PREVIEW_OPT_OUT_STATUS_CHANGED, but was Tag." + this._tag.name()); } - return integrationConnectedValue; + return dashPreviewOptOutStatusChangedValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#INTEGRATION_DISCONNECTED}, {@code false} otherwise. + * Tag#DASH_REMOVED_CONNECTOR}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#INTEGRATION_DISCONNECTED}, {@code false} otherwise. + * Tag#DASH_REMOVED_CONNECTOR}, {@code false} otherwise. */ - public boolean isIntegrationDisconnected() { - return this._tag == Tag.INTEGRATION_DISCONNECTED; + public boolean isDashRemovedConnector() { + return this._tag == Tag.DASH_REMOVED_CONNECTOR; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#INTEGRATION_DISCONNECTED}. + * Tag#DASH_REMOVED_CONNECTOR}. * - *

(apps) Disconnected integration for member

+ *

(dash) Disconnected a user connector

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#INTEGRATION_DISCONNECTED}. + * Tag#DASH_REMOVED_CONNECTOR}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType integrationDisconnected(IntegrationDisconnectedType value) { + public static EventType dashRemovedConnector(DashRemovedConnectorType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndIntegrationDisconnected(Tag.INTEGRATION_DISCONNECTED, value); + return new EventType().withTagAndDashRemovedConnector(Tag.DASH_REMOVED_CONNECTOR, value); } /** - * (apps) Disconnected integration for member + * (dash) Disconnected a user connector * - *

This instance must be tagged as {@link Tag#INTEGRATION_DISCONNECTED}. + *

This instance must be tagged as {@link Tag#DASH_REMOVED_CONNECTOR}. *

* - * @return The {@link IntegrationDisconnectedType} value associated with - * this instance if {@link #isIntegrationDisconnected} is {@code true}. + * @return The {@link DashRemovedConnectorType} value associated with this + * instance if {@link #isDashRemovedConnector} is {@code true}. * - * @throws IllegalStateException If {@link #isIntegrationDisconnected} is + * @throws IllegalStateException If {@link #isDashRemovedConnector} is * {@code false}. */ - public IntegrationDisconnectedType getIntegrationDisconnectedValue() { - if (this._tag != Tag.INTEGRATION_DISCONNECTED) { - throw new IllegalStateException("Invalid tag: required Tag.INTEGRATION_DISCONNECTED, but was Tag." + this._tag.name()); + public DashRemovedConnectorType getDashRemovedConnectorValue() { + if (this._tag != Tag.DASH_REMOVED_CONNECTOR) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_REMOVED_CONNECTOR, but was Tag." + this._tag.name()); } - return integrationDisconnectedValue; + return dashRemovedConnectorValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#FILE_ADD_COMMENT}, {@code false} otherwise. + * Tag#DASH_REMOVED_LINK_FROM_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#FILE_ADD_COMMENT}, {@code false} otherwise. + * Tag#DASH_REMOVED_LINK_FROM_STACK}, {@code false} otherwise. */ - public boolean isFileAddComment() { - return this._tag == Tag.FILE_ADD_COMMENT; + public boolean isDashRemovedLinkFromStack() { + return this._tag == Tag.DASH_REMOVED_LINK_FROM_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#FILE_ADD_COMMENT}. + * Tag#DASH_REMOVED_LINK_FROM_STACK}. * - *

(comments) Added file comment

+ *

(dash) Removed a link from a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#FILE_ADD_COMMENT}. + * Tag#DASH_REMOVED_LINK_FROM_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType fileAddComment(FileAddCommentType value) { + public static EventType dashRemovedLinkFromStack(DashRemovedLinkFromStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndFileAddComment(Tag.FILE_ADD_COMMENT, value); + return new EventType().withTagAndDashRemovedLinkFromStack(Tag.DASH_REMOVED_LINK_FROM_STACK, value); } /** - * (comments) Added file comment + * (dash) Removed a link from a stack * - *

This instance must be tagged as {@link Tag#FILE_ADD_COMMENT}.

+ *

This instance must be tagged as {@link + * Tag#DASH_REMOVED_LINK_FROM_STACK}.

* - * @return The {@link FileAddCommentType} value associated with this - * instance if {@link #isFileAddComment} is {@code true}. + * @return The {@link DashRemovedLinkFromStackType} value associated with + * this instance if {@link #isDashRemovedLinkFromStack} is {@code true}. * - * @throws IllegalStateException If {@link #isFileAddComment} is {@code - * false}. + * @throws IllegalStateException If {@link #isDashRemovedLinkFromStack} is + * {@code false}. */ - public FileAddCommentType getFileAddCommentValue() { - if (this._tag != Tag.FILE_ADD_COMMENT) { - throw new IllegalStateException("Invalid tag: required Tag.FILE_ADD_COMMENT, but was Tag." + this._tag.name()); + public DashRemovedLinkFromStackType getDashRemovedLinkFromStackValue() { + if (this._tag != Tag.DASH_REMOVED_LINK_FROM_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_REMOVED_LINK_FROM_STACK, but was Tag." + this._tag.name()); } - return fileAddCommentValue; + return dashRemovedLinkFromStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#FILE_CHANGE_COMMENT_SUBSCRIPTION}, {@code false} otherwise. + * Tag#DASH_REMOVED_SHARED_LINK_TO_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#FILE_CHANGE_COMMENT_SUBSCRIPTION}, {@code false} otherwise. + * Tag#DASH_REMOVED_SHARED_LINK_TO_STACK}, {@code false} otherwise. */ - public boolean isFileChangeCommentSubscription() { - return this._tag == Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION; + public boolean isDashRemovedSharedLinkToStack() { + return this._tag == Tag.DASH_REMOVED_SHARED_LINK_TO_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#FILE_CHANGE_COMMENT_SUBSCRIPTION}. + * Tag#DASH_REMOVED_SHARED_LINK_TO_STACK}. * - *

(comments) Subscribed to or unsubscribed from comment notifications - * for file

+ *

(dash) Removed a shared link to a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#FILE_CHANGE_COMMENT_SUBSCRIPTION}. + * Tag#DASH_REMOVED_SHARED_LINK_TO_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType fileChangeCommentSubscription(FileChangeCommentSubscriptionType value) { + public static EventType dashRemovedSharedLinkToStack(DashRemovedSharedLinkToStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndFileChangeCommentSubscription(Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION, value); + return new EventType().withTagAndDashRemovedSharedLinkToStack(Tag.DASH_REMOVED_SHARED_LINK_TO_STACK, value); } /** - * (comments) Subscribed to or unsubscribed from comment notifications for - * file + * (dash) Removed a shared link to a stack * *

This instance must be tagged as {@link - * Tag#FILE_CHANGE_COMMENT_SUBSCRIPTION}.

+ * Tag#DASH_REMOVED_SHARED_LINK_TO_STACK}.

* - * @return The {@link FileChangeCommentSubscriptionType} value associated - * with this instance if {@link #isFileChangeCommentSubscription} is + * @return The {@link DashRemovedSharedLinkToStackType} value associated + * with this instance if {@link #isDashRemovedSharedLinkToStack} is * {@code true}. * - * @throws IllegalStateException If {@link - * #isFileChangeCommentSubscription} is {@code false}. + * @throws IllegalStateException If {@link #isDashRemovedSharedLinkToStack} + * is {@code false}. */ - public FileChangeCommentSubscriptionType getFileChangeCommentSubscriptionValue() { - if (this._tag != Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION) { - throw new IllegalStateException("Invalid tag: required Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION, but was Tag." + this._tag.name()); + public DashRemovedSharedLinkToStackType getDashRemovedSharedLinkToStackValue() { + if (this._tag != Tag.DASH_REMOVED_SHARED_LINK_TO_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_REMOVED_SHARED_LINK_TO_STACK, but was Tag." + this._tag.name()); } - return fileChangeCommentSubscriptionValue; + return dashRemovedSharedLinkToStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#FILE_DELETE_COMMENT}, {@code false} otherwise. + * Tag#DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#FILE_DELETE_COMMENT}, {@code false} otherwise. + * Tag#DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST}, {@code false} + * otherwise. */ - public boolean isFileDeleteComment() { - return this._tag == Tag.FILE_DELETE_COMMENT; + public boolean isDashRemovedTeamEmailDomainAllowlist() { + return this._tag == Tag.DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#FILE_DELETE_COMMENT}. + * Tag#DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST}. * - *

(comments) Deleted file comment

+ *

(dash) Admin removed an email domain from the team allowlist

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#FILE_DELETE_COMMENT}. + * Tag#DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType fileDeleteComment(FileDeleteCommentType value) { + public static EventType dashRemovedTeamEmailDomainAllowlist(DashRemovedTeamEmailDomainAllowlistType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndFileDeleteComment(Tag.FILE_DELETE_COMMENT, value); + return new EventType().withTagAndDashRemovedTeamEmailDomainAllowlist(Tag.DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST, value); } /** - * (comments) Deleted file comment + * (dash) Admin removed an email domain from the team allowlist * - *

This instance must be tagged as {@link Tag#FILE_DELETE_COMMENT}.

+ *

This instance must be tagged as {@link + * Tag#DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST}.

* - * @return The {@link FileDeleteCommentType} value associated with this - * instance if {@link #isFileDeleteComment} is {@code true}. + * @return The {@link DashRemovedTeamEmailDomainAllowlistType} value + * associated with this instance if {@link + * #isDashRemovedTeamEmailDomainAllowlist} is {@code true}. * - * @throws IllegalStateException If {@link #isFileDeleteComment} is {@code - * false}. + * @throws IllegalStateException If {@link + * #isDashRemovedTeamEmailDomainAllowlist} is {@code false}. */ - public FileDeleteCommentType getFileDeleteCommentValue() { - if (this._tag != Tag.FILE_DELETE_COMMENT) { - throw new IllegalStateException("Invalid tag: required Tag.FILE_DELETE_COMMENT, but was Tag." + this._tag.name()); + public DashRemovedTeamEmailDomainAllowlistType getDashRemovedTeamEmailDomainAllowlistValue() { + if (this._tag != Tag.DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST, but was Tag." + this._tag.name()); } - return fileDeleteCommentValue; + return dashRemovedTeamEmailDomainAllowlistValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#FILE_EDIT_COMMENT}, {@code false} otherwise. + * Tag#DASH_RENAMED_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#FILE_EDIT_COMMENT}, {@code false} otherwise. + * Tag#DASH_RENAMED_STACK}, {@code false} otherwise. */ - public boolean isFileEditComment() { - return this._tag == Tag.FILE_EDIT_COMMENT; + public boolean isDashRenamedStack() { + return this._tag == Tag.DASH_RENAMED_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#FILE_EDIT_COMMENT}. + * Tag#DASH_RENAMED_STACK}. * - *

(comments) Edited file comment

+ *

(dash) Renamed a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#FILE_EDIT_COMMENT}. + * Tag#DASH_RENAMED_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType fileEditComment(FileEditCommentType value) { + public static EventType dashRenamedStack(DashRenamedStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndFileEditComment(Tag.FILE_EDIT_COMMENT, value); + return new EventType().withTagAndDashRenamedStack(Tag.DASH_RENAMED_STACK, value); } /** - * (comments) Edited file comment + * (dash) Renamed a stack * - *

This instance must be tagged as {@link Tag#FILE_EDIT_COMMENT}.

+ *

This instance must be tagged as {@link Tag#DASH_RENAMED_STACK}.

* - * @return The {@link FileEditCommentType} value associated with this - * instance if {@link #isFileEditComment} is {@code true}. + * @return The {@link DashRenamedStackType} value associated with this + * instance if {@link #isDashRenamedStack} is {@code true}. * - * @throws IllegalStateException If {@link #isFileEditComment} is {@code + * @throws IllegalStateException If {@link #isDashRenamedStack} is {@code * false}. */ - public FileEditCommentType getFileEditCommentValue() { - if (this._tag != Tag.FILE_EDIT_COMMENT) { - throw new IllegalStateException("Invalid tag: required Tag.FILE_EDIT_COMMENT, but was Tag." + this._tag.name()); + public DashRenamedStackType getDashRenamedStackValue() { + if (this._tag != Tag.DASH_RENAMED_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_RENAMED_STACK, but was Tag." + this._tag.name()); } - return fileEditCommentValue; + return dashRenamedStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#FILE_LIKE_COMMENT}, {@code false} otherwise. + * Tag#DASH_SHARED_LINK_TO_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#FILE_LIKE_COMMENT}, {@code false} otherwise. + * Tag#DASH_SHARED_LINK_TO_STACK}, {@code false} otherwise. */ - public boolean isFileLikeComment() { - return this._tag == Tag.FILE_LIKE_COMMENT; + public boolean isDashSharedLinkToStack() { + return this._tag == Tag.DASH_SHARED_LINK_TO_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#FILE_LIKE_COMMENT}. + * Tag#DASH_SHARED_LINK_TO_STACK}. * - *

(comments) Liked file comment (deprecated, no longer logged)

+ *

(dash) Shared a link to a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#FILE_LIKE_COMMENT}. + * Tag#DASH_SHARED_LINK_TO_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType fileLikeComment(FileLikeCommentType value) { + public static EventType dashSharedLinkToStack(DashSharedLinkToStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndFileLikeComment(Tag.FILE_LIKE_COMMENT, value); + return new EventType().withTagAndDashSharedLinkToStack(Tag.DASH_SHARED_LINK_TO_STACK, value); } /** - * (comments) Liked file comment (deprecated, no longer logged) + * (dash) Shared a link to a stack * - *

This instance must be tagged as {@link Tag#FILE_LIKE_COMMENT}.

+ *

This instance must be tagged as {@link + * Tag#DASH_SHARED_LINK_TO_STACK}.

* - * @return The {@link FileLikeCommentType} value associated with this - * instance if {@link #isFileLikeComment} is {@code true}. + * @return The {@link DashSharedLinkToStackType} value associated with this + * instance if {@link #isDashSharedLinkToStack} is {@code true}. * - * @throws IllegalStateException If {@link #isFileLikeComment} is {@code - * false}. + * @throws IllegalStateException If {@link #isDashSharedLinkToStack} is + * {@code false}. */ - public FileLikeCommentType getFileLikeCommentValue() { - if (this._tag != Tag.FILE_LIKE_COMMENT) { - throw new IllegalStateException("Invalid tag: required Tag.FILE_LIKE_COMMENT, but was Tag." + this._tag.name()); + public DashSharedLinkToStackType getDashSharedLinkToStackValue() { + if (this._tag != Tag.DASH_SHARED_LINK_TO_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_SHARED_LINK_TO_STACK, but was Tag." + this._tag.name()); } - return fileLikeCommentValue; + return dashSharedLinkToStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#FILE_RESOLVE_COMMENT}, {@code false} otherwise. + * Tag#DASH_UNARCHIVED_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#FILE_RESOLVE_COMMENT}, {@code false} otherwise. + * Tag#DASH_UNARCHIVED_STACK}, {@code false} otherwise. */ - public boolean isFileResolveComment() { - return this._tag == Tag.FILE_RESOLVE_COMMENT; + public boolean isDashUnarchivedStack() { + return this._tag == Tag.DASH_UNARCHIVED_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#FILE_RESOLVE_COMMENT}. + * Tag#DASH_UNARCHIVED_STACK}. * - *

(comments) Resolved file comment

+ *

(dash) Unarchived a stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#FILE_RESOLVE_COMMENT}. + * Tag#DASH_UNARCHIVED_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType fileResolveComment(FileResolveCommentType value) { + public static EventType dashUnarchivedStack(DashUnarchivedStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndFileResolveComment(Tag.FILE_RESOLVE_COMMENT, value); + return new EventType().withTagAndDashUnarchivedStack(Tag.DASH_UNARCHIVED_STACK, value); } /** - * (comments) Resolved file comment + * (dash) Unarchived a stack * - *

This instance must be tagged as {@link Tag#FILE_RESOLVE_COMMENT}. + *

This instance must be tagged as {@link Tag#DASH_UNARCHIVED_STACK}. *

* - * @return The {@link FileResolveCommentType} value associated with this - * instance if {@link #isFileResolveComment} is {@code true}. + * @return The {@link DashUnarchivedStackType} value associated with this + * instance if {@link #isDashUnarchivedStack} is {@code true}. * - * @throws IllegalStateException If {@link #isFileResolveComment} is {@code - * false}. + * @throws IllegalStateException If {@link #isDashUnarchivedStack} is + * {@code false}. */ - public FileResolveCommentType getFileResolveCommentValue() { - if (this._tag != Tag.FILE_RESOLVE_COMMENT) { - throw new IllegalStateException("Invalid tag: required Tag.FILE_RESOLVE_COMMENT, but was Tag." + this._tag.name()); + public DashUnarchivedStackType getDashUnarchivedStackValue() { + if (this._tag != Tag.DASH_UNARCHIVED_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_UNARCHIVED_STACK, but was Tag." + this._tag.name()); } - return fileResolveCommentValue; + return dashUnarchivedStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#FILE_UNLIKE_COMMENT}, {@code false} otherwise. + * Tag#DASH_VIEWED_COMPANY_STACK}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#FILE_UNLIKE_COMMENT}, {@code false} otherwise. + * Tag#DASH_VIEWED_COMPANY_STACK}, {@code false} otherwise. */ - public boolean isFileUnlikeComment() { - return this._tag == Tag.FILE_UNLIKE_COMMENT; + public boolean isDashViewedCompanyStack() { + return this._tag == Tag.DASH_VIEWED_COMPANY_STACK; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#FILE_UNLIKE_COMMENT}. + * Tag#DASH_VIEWED_COMPANY_STACK}. * - *

(comments) Unliked file comment (deprecated, no longer logged)

+ *

(dash) Member viewed a company stack

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#FILE_UNLIKE_COMMENT}. + * Tag#DASH_VIEWED_COMPANY_STACK}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType fileUnlikeComment(FileUnlikeCommentType value) { + public static EventType dashViewedCompanyStack(DashViewedCompanyStackType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndFileUnlikeComment(Tag.FILE_UNLIKE_COMMENT, value); + return new EventType().withTagAndDashViewedCompanyStack(Tag.DASH_VIEWED_COMPANY_STACK, value); } /** - * (comments) Unliked file comment (deprecated, no longer logged) + * (dash) Member viewed a company stack * - *

This instance must be tagged as {@link Tag#FILE_UNLIKE_COMMENT}.

+ *

This instance must be tagged as {@link + * Tag#DASH_VIEWED_COMPANY_STACK}.

* - * @return The {@link FileUnlikeCommentType} value associated with this - * instance if {@link #isFileUnlikeComment} is {@code true}. + * @return The {@link DashViewedCompanyStackType} value associated with this + * instance if {@link #isDashViewedCompanyStack} is {@code true}. * - * @throws IllegalStateException If {@link #isFileUnlikeComment} is {@code - * false}. + * @throws IllegalStateException If {@link #isDashViewedCompanyStack} is + * {@code false}. */ - public FileUnlikeCommentType getFileUnlikeCommentValue() { - if (this._tag != Tag.FILE_UNLIKE_COMMENT) { - throw new IllegalStateException("Invalid tag: required Tag.FILE_UNLIKE_COMMENT, but was Tag." + this._tag.name()); + public DashViewedCompanyStackType getDashViewedCompanyStackValue() { + if (this._tag != Tag.DASH_VIEWED_COMPANY_STACK) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_VIEWED_COMPANY_STACK, but was Tag." + this._tag.name()); } - return fileUnlikeCommentValue; + return dashViewedCompanyStackValue; } /** * Returns {@code true} if this instance has the tag {@link - * Tag#FILE_UNRESOLVE_COMMENT}, {@code false} otherwise. + * Tag#DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT}, {@code false} otherwise. * * @return {@code true} if this instance is tagged as {@link - * Tag#FILE_UNRESOLVE_COMMENT}, {@code false} otherwise. + * Tag#DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT}, {@code false} + * otherwise. */ - public boolean isFileUnresolveComment() { - return this._tag == Tag.FILE_UNRESOLVE_COMMENT; + public boolean isDashViewedExternalAiActivityReport() { + return this._tag == Tag.DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT; } /** * Returns an instance of {@code EventType} that has its tag set to {@link - * Tag#FILE_UNRESOLVE_COMMENT}. + * Tag#DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT}. * - *

(comments) Unresolved file comment

+ *

(dash) Admin viewed the external AI activity report

* * @param value value to assign to this instance. * * @return Instance of {@code EventType} with its tag set to {@link - * Tag#FILE_UNRESOLVE_COMMENT}. + * Tag#DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT}. * * @throws IllegalArgumentException if {@code value} is {@code null}. */ - public static EventType fileUnresolveComment(FileUnresolveCommentType value) { + public static EventType dashViewedExternalAiActivityReport(DashViewedExternalAiActivityReportType value) { if (value == null) { throw new IllegalArgumentException("Value is null"); } - return new EventType().withTagAndFileUnresolveComment(Tag.FILE_UNRESOLVE_COMMENT, value); + return new EventType().withTagAndDashViewedExternalAiActivityReport(Tag.DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT, value); } /** - * (comments) Unresolved file comment + * (dash) Admin viewed the external AI activity report * - *

This instance must be tagged as {@link Tag#FILE_UNRESOLVE_COMMENT}. - *

+ *

This instance must be tagged as {@link + * Tag#DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT}.

* - * @return The {@link FileUnresolveCommentType} value associated with this - * instance if {@link #isFileUnresolveComment} is {@code true}. + * @return The {@link DashViewedExternalAiActivityReportType} value + * associated with this instance if {@link + * #isDashViewedExternalAiActivityReport} is {@code true}. * - * @throws IllegalStateException If {@link #isFileUnresolveComment} is - * {@code false}. + * @throws IllegalStateException If {@link + * #isDashViewedExternalAiActivityReport} is {@code false}. */ - public FileUnresolveCommentType getFileUnresolveCommentValue() { - if (this._tag != Tag.FILE_UNRESOLVE_COMMENT) { - throw new IllegalStateException("Invalid tag: required Tag.FILE_UNRESOLVE_COMMENT, but was Tag." + this._tag.name()); + public DashViewedExternalAiActivityReportType getDashViewedExternalAiActivityReportValue() { + if (this._tag != Tag.DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT, but was Tag." + this._tag.name()); } - return fileUnresolveCommentValue; + return dashViewedExternalAiActivityReportValue; } /** @@ -15099,6 +18827,571 @@ public EnabledDomainInvitesType getEnabledDomainInvitesValue() { return enabledDomainInvitesValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderCancelTeamKeyRotation() { + return this._tag == Tag.ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION}. + * + *

(encryption) Canceled team key rotation

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType encryptedFolderCancelTeamKeyRotation(EncryptedFolderCancelTeamKeyRotationType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndEncryptedFolderCancelTeamKeyRotation(Tag.ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION, value); + } + + /** + * (encryption) Canceled team key rotation + * + *

This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION}.

+ * + * @return The {@link EncryptedFolderCancelTeamKeyRotationType} value + * associated with this instance if {@link + * #isEncryptedFolderCancelTeamKeyRotation} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderCancelTeamKeyRotation} is {@code false}. + */ + public EncryptedFolderCancelTeamKeyRotationType getEncryptedFolderCancelTeamKeyRotationValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION, but was Tag." + this._tag.name()); + } + return encryptedFolderCancelTeamKeyRotationValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY}, {@code false} otherwise. + */ + public boolean isEncryptedFolderEnrollBackupKey() { + return this._tag == Tag.ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY}. + * + *

(encryption) Added recovery key

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType encryptedFolderEnrollBackupKey(EncryptedFolderEnrollBackupKeyType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndEncryptedFolderEnrollBackupKey(Tag.ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY, value); + } + + /** + * (encryption) Added recovery key + * + *

This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY}.

+ * + * @return The {@link EncryptedFolderEnrollBackupKeyType} value associated + * with this instance if {@link #isEncryptedFolderEnrollBackupKey} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderEnrollBackupKey} is {@code false}. + */ + public EncryptedFolderEnrollBackupKeyType getEncryptedFolderEnrollBackupKeyValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY, but was Tag." + this._tag.name()); + } + return encryptedFolderEnrollBackupKeyValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_CLIENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_CLIENT}, {@code false} otherwise. + */ + public boolean isEncryptedFolderEnrollClient() { + return this._tag == Tag.ENCRYPTED_FOLDER_ENROLL_CLIENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_CLIENT}. + * + *

(encryption) Enrolled device

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_CLIENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType encryptedFolderEnrollClient(EncryptedFolderEnrollClientType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndEncryptedFolderEnrollClient(Tag.ENCRYPTED_FOLDER_ENROLL_CLIENT, value); + } + + /** + * (encryption) Enrolled device + * + *

This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_CLIENT}.

+ * + * @return The {@link EncryptedFolderEnrollClientType} value associated with + * this instance if {@link #isEncryptedFolderEnrollClient} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isEncryptedFolderEnrollClient} + * is {@code false}. + */ + public EncryptedFolderEnrollClientType getEncryptedFolderEnrollClientValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_ENROLL_CLIENT) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_ENROLL_CLIENT, but was Tag." + this._tag.name()); + } + return encryptedFolderEnrollClientValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_TEAM}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_TEAM}, {@code false} otherwise. + */ + public boolean isEncryptedFolderEnrollTeam() { + return this._tag == Tag.ENCRYPTED_FOLDER_ENROLL_TEAM; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_TEAM}. + * + *

(encryption) Activated team folder encryption

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_TEAM}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType encryptedFolderEnrollTeam(EncryptedFolderEnrollTeamType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndEncryptedFolderEnrollTeam(Tag.ENCRYPTED_FOLDER_ENROLL_TEAM, value); + } + + /** + * (encryption) Activated team folder encryption + * + *

This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_ENROLL_TEAM}.

+ * + * @return The {@link EncryptedFolderEnrollTeamType} value associated with + * this instance if {@link #isEncryptedFolderEnrollTeam} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isEncryptedFolderEnrollTeam} is + * {@code false}. + */ + public EncryptedFolderEnrollTeamType getEncryptedFolderEnrollTeamValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_ENROLL_TEAM) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_ENROLL_TEAM, but was Tag." + this._tag.name()); + } + return encryptedFolderEnrollTeamValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderFinishTeamUnenrollment() { + return this._tag == Tag.ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT}. + * + *

(encryption) Deactivated team folder encryption

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType encryptedFolderFinishTeamUnenrollment(EncryptedFolderFinishTeamUnenrollmentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndEncryptedFolderFinishTeamUnenrollment(Tag.ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT, value); + } + + /** + * (encryption) Deactivated team folder encryption + * + *

This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT}.

+ * + * @return The {@link EncryptedFolderFinishTeamUnenrollmentType} value + * associated with this instance if {@link + * #isEncryptedFolderFinishTeamUnenrollment} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderFinishTeamUnenrollment} is {@code false}. + */ + public EncryptedFolderFinishTeamUnenrollmentType getEncryptedFolderFinishTeamUnenrollmentValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT, but was Tag." + this._tag.name()); + } + return encryptedFolderFinishTeamUnenrollmentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderInitTeamKeyRotation() { + return this._tag == Tag.ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION}. + * + *

(encryption) Initiated team key rotation

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType encryptedFolderInitTeamKeyRotation(EncryptedFolderInitTeamKeyRotationType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndEncryptedFolderInitTeamKeyRotation(Tag.ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION, value); + } + + /** + * (encryption) Initiated team key rotation + * + *

This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION}.

+ * + * @return The {@link EncryptedFolderInitTeamKeyRotationType} value + * associated with this instance if {@link + * #isEncryptedFolderInitTeamKeyRotation} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderInitTeamKeyRotation} is {@code false}. + */ + public EncryptedFolderInitTeamKeyRotationType getEncryptedFolderInitTeamKeyRotationValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION, but was Tag." + this._tag.name()); + } + return encryptedFolderInitTeamKeyRotationValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT}, {@code false} + * otherwise. + */ + public boolean isEncryptedFolderInitTeamUnenrollment() { + return this._tag == Tag.ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT}. + * + *

(encryption) Initiated deactivation of team folder encryption

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType encryptedFolderInitTeamUnenrollment(EncryptedFolderInitTeamUnenrollmentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndEncryptedFolderInitTeamUnenrollment(Tag.ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT, value); + } + + /** + * (encryption) Initiated deactivation of team folder encryption + * + *

This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT}.

+ * + * @return The {@link EncryptedFolderInitTeamUnenrollmentType} value + * associated with this instance if {@link + * #isEncryptedFolderInitTeamUnenrollment} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderInitTeamUnenrollment} is {@code false}. + */ + public EncryptedFolderInitTeamUnenrollmentType getEncryptedFolderInitTeamUnenrollmentValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT, but was Tag." + this._tag.name()); + } + return encryptedFolderInitTeamUnenrollmentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY}, {@code false} otherwise. + */ + public boolean isEncryptedFolderRemoveBackupKey() { + return this._tag == Tag.ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY}. + * + *

(encryption) Removed recovery key

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType encryptedFolderRemoveBackupKey(EncryptedFolderRemoveBackupKeyType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndEncryptedFolderRemoveBackupKey(Tag.ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY, value); + } + + /** + * (encryption) Removed recovery key + * + *

This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY}.

+ * + * @return The {@link EncryptedFolderRemoveBackupKeyType} value associated + * with this instance if {@link #isEncryptedFolderRemoveBackupKey} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderRemoveBackupKey} is {@code false}. + */ + public EncryptedFolderRemoveBackupKeyType getEncryptedFolderRemoveBackupKeyValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY, but was Tag." + this._tag.name()); + } + return encryptedFolderRemoveBackupKeyValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_ROTATE_TEAM_KEY}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_ROTATE_TEAM_KEY}, {@code false} otherwise. + */ + public boolean isEncryptedFolderRotateTeamKey() { + return this._tag == Tag.ENCRYPTED_FOLDER_ROTATE_TEAM_KEY; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ROTATE_TEAM_KEY}. + * + *

(encryption) Rotated team key

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_ROTATE_TEAM_KEY}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType encryptedFolderRotateTeamKey(EncryptedFolderRotateTeamKeyType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndEncryptedFolderRotateTeamKey(Tag.ENCRYPTED_FOLDER_ROTATE_TEAM_KEY, value); + } + + /** + * (encryption) Rotated team key + * + *

This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_ROTATE_TEAM_KEY}.

+ * + * @return The {@link EncryptedFolderRotateTeamKeyType} value associated + * with this instance if {@link #isEncryptedFolderRotateTeamKey} is + * {@code true}. + * + * @throws IllegalStateException If {@link #isEncryptedFolderRotateTeamKey} + * is {@code false}. + */ + public EncryptedFolderRotateTeamKeyType getEncryptedFolderRotateTeamKeyValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_ROTATE_TEAM_KEY) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_ROTATE_TEAM_KEY, but was Tag." + this._tag.name()); + } + return encryptedFolderRotateTeamKeyValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ENCRYPTED_FOLDER_UNENROLL_CLIENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ENCRYPTED_FOLDER_UNENROLL_CLIENT}, {@code false} otherwise. + */ + public boolean isEncryptedFolderUnenrollClient() { + return this._tag == Tag.ENCRYPTED_FOLDER_UNENROLL_CLIENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ENCRYPTED_FOLDER_UNENROLL_CLIENT}. + * + *

(encryption) Unenrolled device

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ENCRYPTED_FOLDER_UNENROLL_CLIENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType encryptedFolderUnenrollClient(EncryptedFolderUnenrollClientType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndEncryptedFolderUnenrollClient(Tag.ENCRYPTED_FOLDER_UNENROLL_CLIENT, value); + } + + /** + * (encryption) Unenrolled device + * + *

This instance must be tagged as {@link + * Tag#ENCRYPTED_FOLDER_UNENROLL_CLIENT}.

+ * + * @return The {@link EncryptedFolderUnenrollClientType} value associated + * with this instance if {@link #isEncryptedFolderUnenrollClient} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isEncryptedFolderUnenrollClient} is {@code false}. + */ + public EncryptedFolderUnenrollClientType getEncryptedFolderUnenrollClientValue() { + if (this._tag != Tag.ENCRYPTED_FOLDER_UNENROLL_CLIENT) { + throw new IllegalStateException("Invalid tag: required Tag.ENCRYPTED_FOLDER_UNENROLL_CLIENT, but was Tag." + this._tag.name()); + } + return encryptedFolderUnenrollClientValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_ENCRYPTION_KEY_ACTIVATE_KEY}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_ENCRYPTION_KEY_ACTIVATE_KEY}, {@code false} otherwise. + */ + public boolean isTeamEncryptionKeyActivateKey() { + return this._tag == Tag.TEAM_ENCRYPTION_KEY_ACTIVATE_KEY; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#TEAM_ENCRYPTION_KEY_ACTIVATE_KEY}. + * + *

(encryption) Activated team encryption key

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#TEAM_ENCRYPTION_KEY_ACTIVATE_KEY}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType teamEncryptionKeyActivateKey(TeamEncryptionKeyActivateKeyType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndTeamEncryptionKeyActivateKey(Tag.TEAM_ENCRYPTION_KEY_ACTIVATE_KEY, value); + } + + /** + * (encryption) Activated team encryption key + * + *

This instance must be tagged as {@link + * Tag#TEAM_ENCRYPTION_KEY_ACTIVATE_KEY}.

+ * + * @return The {@link TeamEncryptionKeyActivateKeyType} value associated + * with this instance if {@link #isTeamEncryptionKeyActivateKey} is + * {@code true}. + * + * @throws IllegalStateException If {@link #isTeamEncryptionKeyActivateKey} + * is {@code false}. + */ + public TeamEncryptionKeyActivateKeyType getTeamEncryptionKeyActivateKeyValue() { + if (this._tag != Tag.TEAM_ENCRYPTION_KEY_ACTIVATE_KEY) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_ENCRYPTION_KEY_ACTIVATE_KEY, but was Tag." + this._tag.name()); + } + return teamEncryptionKeyActivateKeyValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION}, {@code false} otherwise. @@ -15202,6 +19495,57 @@ public TeamEncryptionKeyCreateKeyType getTeamEncryptionKeyCreateKeyValue() { return teamEncryptionKeyCreateKeyValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY}, {@code false} otherwise. + */ + public boolean isTeamEncryptionKeyDeactivateKey() { + return this._tag == Tag.TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY}. + * + *

(encryption) Deactivated team encryption key

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType teamEncryptionKeyDeactivateKey(TeamEncryptionKeyDeactivateKeyType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndTeamEncryptionKeyDeactivateKey(Tag.TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY, value); + } + + /** + * (encryption) Deactivated team encryption key + * + *

This instance must be tagged as {@link + * Tag#TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY}.

+ * + * @return The {@link TeamEncryptionKeyDeactivateKeyType} value associated + * with this instance if {@link #isTeamEncryptionKeyDeactivateKey} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isTeamEncryptionKeyDeactivateKey} is {@code false}. + */ + public TeamEncryptionKeyDeactivateKeyType getTeamEncryptionKeyDeactivateKeyValue() { + if (this._tag != Tag.TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY, but was Tag." + this._tag.name()); + } + return teamEncryptionKeyDeactivateKeyValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TEAM_ENCRYPTION_KEY_DELETE_KEY}, {@code false} otherwise. @@ -16742,6 +21086,106 @@ public ReplayFileDeleteType getReplayFileDeleteValue() { return replayFileDeleteValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#REPLAY_FILE_DOWNLOADED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#REPLAY_FILE_DOWNLOADED}, {@code false} otherwise. + */ + public boolean isReplayFileDownloaded() { + return this._tag == Tag.REPLAY_FILE_DOWNLOADED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#REPLAY_FILE_DOWNLOADED}. + * + *

(file_operations) Downloaded files in Replay

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#REPLAY_FILE_DOWNLOADED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType replayFileDownloaded(ReplayFileDownloadedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndReplayFileDownloaded(Tag.REPLAY_FILE_DOWNLOADED, value); + } + + /** + * (file_operations) Downloaded files in Replay + * + *

This instance must be tagged as {@link Tag#REPLAY_FILE_DOWNLOADED}. + *

+ * + * @return The {@link ReplayFileDownloadedType} value associated with this + * instance if {@link #isReplayFileDownloaded} is {@code true}. + * + * @throws IllegalStateException If {@link #isReplayFileDownloaded} is + * {@code false}. + */ + public ReplayFileDownloadedType getReplayFileDownloadedValue() { + if (this._tag != Tag.REPLAY_FILE_DOWNLOADED) { + throw new IllegalStateException("Invalid tag: required Tag.REPLAY_FILE_DOWNLOADED, but was Tag." + this._tag.name()); + } + return replayFileDownloadedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#REPLAY_TEAM_PROJECT_CREATED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#REPLAY_TEAM_PROJECT_CREATED}, {@code false} otherwise. + */ + public boolean isReplayTeamProjectCreated() { + return this._tag == Tag.REPLAY_TEAM_PROJECT_CREATED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#REPLAY_TEAM_PROJECT_CREATED}. + * + *

(file_operations) Created a team project in Replay

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#REPLAY_TEAM_PROJECT_CREATED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType replayTeamProjectCreated(ReplayTeamProjectCreatedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndReplayTeamProjectCreated(Tag.REPLAY_TEAM_PROJECT_CREATED, value); + } + + /** + * (file_operations) Created a team project in Replay + * + *

This instance must be tagged as {@link + * Tag#REPLAY_TEAM_PROJECT_CREATED}.

+ * + * @return The {@link ReplayTeamProjectCreatedType} value associated with + * this instance if {@link #isReplayTeamProjectCreated} is {@code true}. + * + * @throws IllegalStateException If {@link #isReplayTeamProjectCreated} is + * {@code false}. + */ + public ReplayTeamProjectCreatedType getReplayTeamProjectCreatedValue() { + if (this._tag != Tag.REPLAY_TEAM_PROJECT_CREATED) { + throw new IllegalStateException("Invalid tag: required Tag.REPLAY_TEAM_PROJECT_CREATED, but was Tag." + this._tag.name()); + } + return replayTeamProjectCreatedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#REWIND_FOLDER}, {@code false} otherwise. @@ -17040,6 +21484,56 @@ public EmailIngestReceiveFileType getEmailIngestReceiveFileValue() { return emailIngestReceiveFileValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FILE_REQUEST_AUTO_CLOSE}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FILE_REQUEST_AUTO_CLOSE}, {@code false} otherwise. + */ + public boolean isFileRequestAutoClose() { + return this._tag == Tag.FILE_REQUEST_AUTO_CLOSE; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#FILE_REQUEST_AUTO_CLOSE}. + * + *

(file_requests) Auto closed file request

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#FILE_REQUEST_AUTO_CLOSE}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType fileRequestAutoClose(FileRequestAutoCloseType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndFileRequestAutoClose(Tag.FILE_REQUEST_AUTO_CLOSE, value); + } + + /** + * (file_requests) Auto closed file request + * + *

This instance must be tagged as {@link Tag#FILE_REQUEST_AUTO_CLOSE}. + *

+ * + * @return The {@link FileRequestAutoCloseType} value associated with this + * instance if {@link #isFileRequestAutoClose} is {@code true}. + * + * @throws IllegalStateException If {@link #isFileRequestAutoClose} is + * {@code false}. + */ + public FileRequestAutoCloseType getFileRequestAutoCloseValue() { + if (this._tag != Tag.FILE_REQUEST_AUTO_CLOSE) { + throw new IllegalStateException("Invalid tag: required Tag.FILE_REQUEST_AUTO_CLOSE, but was Tag." + this._tag.name()); + } + return fileRequestAutoCloseValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#FILE_REQUEST_CHANGE}, {@code false} otherwise. @@ -17684,6 +22178,59 @@ public GroupDescriptionUpdatedType getGroupDescriptionUpdatedValue() { return groupDescriptionUpdatedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED}, {@code false} + * otherwise. + */ + public boolean isGroupExternalSharingSettingOverrideChanged() { + return this._tag == Tag.GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED}. + * + *

(groups) Changed group's external sharing setting

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType groupExternalSharingSettingOverrideChanged(GroupExternalSharingSettingOverrideChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndGroupExternalSharingSettingOverrideChanged(Tag.GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED, value); + } + + /** + * (groups) Changed group's external sharing setting + * + *

This instance must be tagged as {@link + * Tag#GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED}.

+ * + * @return The {@link GroupExternalSharingSettingOverrideChangedType} value + * associated with this instance if {@link + * #isGroupExternalSharingSettingOverrideChanged} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isGroupExternalSharingSettingOverrideChanged} is {@code false}. + */ + public GroupExternalSharingSettingOverrideChangedType getGroupExternalSharingSettingOverrideChangedValue() { + if (this._tag != Tag.GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED, but was Tag." + this._tag.name()); + } + return groupExternalSharingSettingOverrideChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#GROUP_JOIN_POLICY_UPDATED}, {@code false} otherwise. @@ -18532,6 +23079,104 @@ public SsoErrorType getSsoErrorValue() { return ssoErrorValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ADDON_ASSIGNED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ADDON_ASSIGNED}, {@code false} otherwise. + */ + public boolean isAddonAssigned() { + return this._tag == Tag.ADDON_ASSIGNED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ADDON_ASSIGNED}. + * + *

(members) Add-on Assigned

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ADDON_ASSIGNED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType addonAssigned(AddonAssignedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAddonAssigned(Tag.ADDON_ASSIGNED, value); + } + + /** + * (members) Add-on Assigned + * + *

This instance must be tagged as {@link Tag#ADDON_ASSIGNED}.

+ * + * @return The {@link AddonAssignedType} value associated with this instance + * if {@link #isAddonAssigned} is {@code true}. + * + * @throws IllegalStateException If {@link #isAddonAssigned} is {@code + * false}. + */ + public AddonAssignedType getAddonAssignedValue() { + if (this._tag != Tag.ADDON_ASSIGNED) { + throw new IllegalStateException("Invalid tag: required Tag.ADDON_ASSIGNED, but was Tag." + this._tag.name()); + } + return addonAssignedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#ADDON_REMOVED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#ADDON_REMOVED}, {@code false} otherwise. + */ + public boolean isAddonRemoved() { + return this._tag == Tag.ADDON_REMOVED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#ADDON_REMOVED}. + * + *

(members) Add-on Removed

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#ADDON_REMOVED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType addonRemoved(AddonRemovedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAddonRemoved(Tag.ADDON_REMOVED, value); + } + + /** + * (members) Add-on Removed + * + *

This instance must be tagged as {@link Tag#ADDON_REMOVED}.

+ * + * @return The {@link AddonRemovedType} value associated with this instance + * if {@link #isAddonRemoved} is {@code true}. + * + * @throws IllegalStateException If {@link #isAddonRemoved} is {@code + * false}. + */ + public AddonRemovedType getAddonRemovedValue() { + if (this._tag != Tag.ADDON_REMOVED) { + throw new IllegalStateException("Invalid tag: required Tag.ADDON_REMOVED, but was Tag." + this._tag.name()); + } + return addonRemovedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#BACKUP_ADMIN_INVITATION_SENT}, {@code false} otherwise. @@ -19797,6 +24442,106 @@ public PendingSecondaryEmailAddedType getPendingSecondaryEmailAddedValue() { return pendingSecondaryEmailAddedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PRODUCT_ASSIGNED_TO_MEMBER}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PRODUCT_ASSIGNED_TO_MEMBER}, {@code false} otherwise. + */ + public boolean isProductAssignedToMember() { + return this._tag == Tag.PRODUCT_ASSIGNED_TO_MEMBER; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#PRODUCT_ASSIGNED_TO_MEMBER}. + * + *

(members) Product assigned to team member

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#PRODUCT_ASSIGNED_TO_MEMBER}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType productAssignedToMember(ProductAssignedToMemberType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndProductAssignedToMember(Tag.PRODUCT_ASSIGNED_TO_MEMBER, value); + } + + /** + * (members) Product assigned to team member + * + *

This instance must be tagged as {@link + * Tag#PRODUCT_ASSIGNED_TO_MEMBER}.

+ * + * @return The {@link ProductAssignedToMemberType} value associated with + * this instance if {@link #isProductAssignedToMember} is {@code true}. + * + * @throws IllegalStateException If {@link #isProductAssignedToMember} is + * {@code false}. + */ + public ProductAssignedToMemberType getProductAssignedToMemberValue() { + if (this._tag != Tag.PRODUCT_ASSIGNED_TO_MEMBER) { + throw new IllegalStateException("Invalid tag: required Tag.PRODUCT_ASSIGNED_TO_MEMBER, but was Tag." + this._tag.name()); + } + return productAssignedToMemberValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PRODUCT_REMOVED_FROM_MEMBER}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PRODUCT_REMOVED_FROM_MEMBER}, {@code false} otherwise. + */ + public boolean isProductRemovedFromMember() { + return this._tag == Tag.PRODUCT_REMOVED_FROM_MEMBER; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#PRODUCT_REMOVED_FROM_MEMBER}. + * + *

(members) Product removed from team member

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#PRODUCT_REMOVED_FROM_MEMBER}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType productRemovedFromMember(ProductRemovedFromMemberType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndProductRemovedFromMember(Tag.PRODUCT_REMOVED_FROM_MEMBER, value); + } + + /** + * (members) Product removed from team member + * + *

This instance must be tagged as {@link + * Tag#PRODUCT_REMOVED_FROM_MEMBER}.

+ * + * @return The {@link ProductRemovedFromMemberType} value associated with + * this instance if {@link #isProductRemovedFromMember} is {@code true}. + * + * @throws IllegalStateException If {@link #isProductRemovedFromMember} is + * {@code false}. + */ + public ProductRemovedFromMemberType getProductRemovedFromMemberValue() { + if (this._tag != Tag.PRODUCT_REMOVED_FROM_MEMBER) { + throw new IllegalStateException("Invalid tag: required Tag.PRODUCT_REMOVED_FROM_MEMBER, but was Tag." + this._tag.name()); + } + return productRemovedFromMemberValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SECONDARY_EMAIL_DELETED}, {@code false} otherwise. @@ -22966,6 +27711,109 @@ public ExternalSharingReportFailedType getExternalSharingReportFailedValue() { return externalSharingReportFailedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT}, {@code false} otherwise. + */ + public boolean isMemberAccessDetailsCreateReport() { + return this._tag == Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT}. + * + *

(reports) Created member access report

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType memberAccessDetailsCreateReport(MemberAccessDetailsCreateReportType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndMemberAccessDetailsCreateReport(Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT, value); + } + + /** + * (reports) Created member access report + * + *

This instance must be tagged as {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT}.

+ * + * @return The {@link MemberAccessDetailsCreateReportType} value associated + * with this instance if {@link #isMemberAccessDetailsCreateReport} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isMemberAccessDetailsCreateReport} is {@code false}. + */ + public MemberAccessDetailsCreateReportType getMemberAccessDetailsCreateReportValue() { + if (this._tag != Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT) { + throw new IllegalStateException("Invalid tag: required Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT, but was Tag." + this._tag.name()); + } + return memberAccessDetailsCreateReportValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED}, {@code false} + * otherwise. + */ + public boolean isMemberAccessDetailsCreateReportFailed() { + return this._tag == Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED}. + * + *

(reports) Couldn't generate member access report

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType memberAccessDetailsCreateReportFailed(MemberAccessDetailsCreateReportFailedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndMemberAccessDetailsCreateReportFailed(Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED, value); + } + + /** + * (reports) Couldn't generate member access report + * + *

This instance must be tagged as {@link + * Tag#MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED}.

+ * + * @return The {@link MemberAccessDetailsCreateReportFailedType} value + * associated with this instance if {@link + * #isMemberAccessDetailsCreateReportFailed} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isMemberAccessDetailsCreateReportFailed} is {@code false}. + */ + public MemberAccessDetailsCreateReportFailedType getMemberAccessDetailsCreateReportFailedValue() { + if (this._tag != Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED) { + throw new IllegalStateException("Invalid tag: required Tag.MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED, but was Tag." + this._tag.name()); + } + return memberAccessDetailsCreateReportFailedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#NO_EXPIRATION_LINK_GEN_CREATE_REPORT}, {@code false} otherwise. @@ -23529,6 +28377,108 @@ public RansomwareAlertCreateReportFailedType getRansomwareAlertCreateReportFaile return ransomwareAlertCreateReportFailedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT}, {@code false} otherwise. + */ + public boolean isSharedFoldersCreateReport() { + return this._tag == Tag.SHARED_FOLDERS_CREATE_REPORT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT}. + * + *

(reports) Created shared folders report

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sharedFoldersCreateReport(SharedFoldersCreateReportType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSharedFoldersCreateReport(Tag.SHARED_FOLDERS_CREATE_REPORT, value); + } + + /** + * (reports) Created shared folders report + * + *

This instance must be tagged as {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT}.

+ * + * @return The {@link SharedFoldersCreateReportType} value associated with + * this instance if {@link #isSharedFoldersCreateReport} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isSharedFoldersCreateReport} is + * {@code false}. + */ + public SharedFoldersCreateReportType getSharedFoldersCreateReportValue() { + if (this._tag != Tag.SHARED_FOLDERS_CREATE_REPORT) { + throw new IllegalStateException("Invalid tag: required Tag.SHARED_FOLDERS_CREATE_REPORT, but was Tag." + this._tag.name()); + } + return sharedFoldersCreateReportValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_FAILED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_FAILED}, {@code false} otherwise. + */ + public boolean isSharedFoldersCreateReportFailed() { + return this._tag == Tag.SHARED_FOLDERS_CREATE_REPORT_FAILED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_FAILED}. + * + *

(reports) Couldn't generate shared folders report

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_FAILED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sharedFoldersCreateReportFailed(SharedFoldersCreateReportFailedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSharedFoldersCreateReportFailed(Tag.SHARED_FOLDERS_CREATE_REPORT_FAILED, value); + } + + /** + * (reports) Couldn't generate shared folders report + * + *

This instance must be tagged as {@link + * Tag#SHARED_FOLDERS_CREATE_REPORT_FAILED}.

+ * + * @return The {@link SharedFoldersCreateReportFailedType} value associated + * with this instance if {@link #isSharedFoldersCreateReportFailed} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isSharedFoldersCreateReportFailed} is {@code false}. + */ + public SharedFoldersCreateReportFailedType getSharedFoldersCreateReportFailedValue() { + if (this._tag != Tag.SHARED_FOLDERS_CREATE_REPORT_FAILED) { + throw new IllegalStateException("Invalid tag: required Tag.SHARED_FOLDERS_CREATE_REPORT_FAILED, but was Tag." + this._tag.name()); + } + return sharedFoldersCreateReportFailedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT}, {@code false} otherwise. @@ -23682,6 +28632,208 @@ public TeamActivityCreateReportFailType getTeamActivityCreateReportFailValue() { return teamActivityCreateReportFailValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT}, {@code false} otherwise. + */ + public boolean isTeamFoldersCreateReport() { + return this._tag == Tag.TEAM_FOLDERS_CREATE_REPORT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT}. + * + *

(reports) Created team folders report

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType teamFoldersCreateReport(TeamFoldersCreateReportType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndTeamFoldersCreateReport(Tag.TEAM_FOLDERS_CREATE_REPORT, value); + } + + /** + * (reports) Created team folders report + * + *

This instance must be tagged as {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT}.

+ * + * @return The {@link TeamFoldersCreateReportType} value associated with + * this instance if {@link #isTeamFoldersCreateReport} is {@code true}. + * + * @throws IllegalStateException If {@link #isTeamFoldersCreateReport} is + * {@code false}. + */ + public TeamFoldersCreateReportType getTeamFoldersCreateReportValue() { + if (this._tag != Tag.TEAM_FOLDERS_CREATE_REPORT) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_FOLDERS_CREATE_REPORT, but was Tag." + this._tag.name()); + } + return teamFoldersCreateReportValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_FAILED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_FAILED}, {@code false} otherwise. + */ + public boolean isTeamFoldersCreateReportFailed() { + return this._tag == Tag.TEAM_FOLDERS_CREATE_REPORT_FAILED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_FAILED}. + * + *

(reports) Couldn't generate team folders report

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_FAILED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType teamFoldersCreateReportFailed(TeamFoldersCreateReportFailedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndTeamFoldersCreateReportFailed(Tag.TEAM_FOLDERS_CREATE_REPORT_FAILED, value); + } + + /** + * (reports) Couldn't generate team folders report + * + *

This instance must be tagged as {@link + * Tag#TEAM_FOLDERS_CREATE_REPORT_FAILED}.

+ * + * @return The {@link TeamFoldersCreateReportFailedType} value associated + * with this instance if {@link #isTeamFoldersCreateReportFailed} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isTeamFoldersCreateReportFailed} is {@code false}. + */ + public TeamFoldersCreateReportFailedType getTeamFoldersCreateReportFailedValue() { + if (this._tag != Tag.TEAM_FOLDERS_CREATE_REPORT_FAILED) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_FOLDERS_CREATE_REPORT_FAILED, but was Tag." + this._tag.name()); + } + return teamFoldersCreateReportFailedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_STORAGE_CREATE_REPORT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_STORAGE_CREATE_REPORT}, {@code false} otherwise. + */ + public boolean isTeamStorageCreateReport() { + return this._tag == Tag.TEAM_STORAGE_CREATE_REPORT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#TEAM_STORAGE_CREATE_REPORT}. + * + *

(reports) Created team storage report

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#TEAM_STORAGE_CREATE_REPORT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType teamStorageCreateReport(TeamStorageCreateReportType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndTeamStorageCreateReport(Tag.TEAM_STORAGE_CREATE_REPORT, value); + } + + /** + * (reports) Created team storage report + * + *

This instance must be tagged as {@link + * Tag#TEAM_STORAGE_CREATE_REPORT}.

+ * + * @return The {@link TeamStorageCreateReportType} value associated with + * this instance if {@link #isTeamStorageCreateReport} is {@code true}. + * + * @throws IllegalStateException If {@link #isTeamStorageCreateReport} is + * {@code false}. + */ + public TeamStorageCreateReportType getTeamStorageCreateReportValue() { + if (this._tag != Tag.TEAM_STORAGE_CREATE_REPORT) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_STORAGE_CREATE_REPORT, but was Tag." + this._tag.name()); + } + return teamStorageCreateReportValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_FAILED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_FAILED}, {@code false} otherwise. + */ + public boolean isTeamStorageCreateReportFailed() { + return this._tag == Tag.TEAM_STORAGE_CREATE_REPORT_FAILED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_FAILED}. + * + *

(reports) Couldn't generate team storage report

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_FAILED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType teamStorageCreateReportFailed(TeamStorageCreateReportFailedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndTeamStorageCreateReportFailed(Tag.TEAM_STORAGE_CREATE_REPORT_FAILED, value); + } + + /** + * (reports) Couldn't generate team storage report + * + *

This instance must be tagged as {@link + * Tag#TEAM_STORAGE_CREATE_REPORT_FAILED}.

+ * + * @return The {@link TeamStorageCreateReportFailedType} value associated + * with this instance if {@link #isTeamStorageCreateReportFailed} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isTeamStorageCreateReportFailed} is {@code false}. + */ + public TeamStorageCreateReportFailedType getTeamStorageCreateReportFailedValue() { + if (this._tag != Tag.TEAM_STORAGE_CREATE_REPORT_FAILED) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_STORAGE_CREATE_REPORT_FAILED, but was Tag." + this._tag.name()); + } + return teamStorageCreateReportFailedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#COLLECTION_SHARE}, {@code false} otherwise. @@ -24351,7 +29503,7 @@ public boolean isReplayFileSharedLinkModified() { * Returns an instance of {@code EventType} that has its tag set to {@link * Tag#REPLAY_FILE_SHARED_LINK_MODIFIED}. * - *

(sharing) Modified shared link in Replay

+ *

(sharing) Changed shared link in Replay

* * @param value value to assign to this instance. * @@ -24368,7 +29520,7 @@ public static EventType replayFileSharedLinkModified(ReplayFileSharedLinkModifie } /** - * (sharing) Modified shared link in Replay + * (sharing) Changed shared link in Replay * *

This instance must be tagged as {@link * Tag#REPLAY_FILE_SHARED_LINK_MODIFIED}.

@@ -24487,6 +29639,409 @@ public ReplayProjectTeamDeleteType getReplayProjectTeamDeleteValue() { return replayProjectTeamDeleteValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_FILE_ADDED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_FILE_ADDED}, {@code false} otherwise. + */ + public boolean isSendAndTrackFileAdded() { + return this._tag == Tag.SEND_AND_TRACK_FILE_ADDED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SEND_AND_TRACK_FILE_ADDED}. + * + *

(sharing) File added to Send and Track

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SEND_AND_TRACK_FILE_ADDED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sendAndTrackFileAdded(SendAndTrackFileAddedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSendAndTrackFileAdded(Tag.SEND_AND_TRACK_FILE_ADDED, value); + } + + /** + * (sharing) File added to Send and Track + * + *

This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_FILE_ADDED}.

+ * + * @return The {@link SendAndTrackFileAddedType} value associated with this + * instance if {@link #isSendAndTrackFileAdded} is {@code true}. + * + * @throws IllegalStateException If {@link #isSendAndTrackFileAdded} is + * {@code false}. + */ + public SendAndTrackFileAddedType getSendAndTrackFileAddedValue() { + if (this._tag != Tag.SEND_AND_TRACK_FILE_ADDED) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_FILE_ADDED, but was Tag." + this._tag.name()); + } + return sendAndTrackFileAddedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_FILE_RENAMED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_FILE_RENAMED}, {@code false} otherwise. + */ + public boolean isSendAndTrackFileRenamed() { + return this._tag == Tag.SEND_AND_TRACK_FILE_RENAMED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SEND_AND_TRACK_FILE_RENAMED}. + * + *

(sharing) File renamed in Send and Track

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SEND_AND_TRACK_FILE_RENAMED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sendAndTrackFileRenamed(SendAndTrackFileRenamedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSendAndTrackFileRenamed(Tag.SEND_AND_TRACK_FILE_RENAMED, value); + } + + /** + * (sharing) File renamed in Send and Track + * + *

This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_FILE_RENAMED}.

+ * + * @return The {@link SendAndTrackFileRenamedType} value associated with + * this instance if {@link #isSendAndTrackFileRenamed} is {@code true}. + * + * @throws IllegalStateException If {@link #isSendAndTrackFileRenamed} is + * {@code false}. + */ + public SendAndTrackFileRenamedType getSendAndTrackFileRenamedValue() { + if (this._tag != Tag.SEND_AND_TRACK_FILE_RENAMED) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_FILE_RENAMED, but was Tag." + this._tag.name()); + } + return sendAndTrackFileRenamedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_FILE_UPDATED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_FILE_UPDATED}, {@code false} otherwise. + */ + public boolean isSendAndTrackFileUpdated() { + return this._tag == Tag.SEND_AND_TRACK_FILE_UPDATED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SEND_AND_TRACK_FILE_UPDATED}. + * + *

(sharing) File updated in Send and Track

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SEND_AND_TRACK_FILE_UPDATED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sendAndTrackFileUpdated(SendAndTrackFileUpdatedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSendAndTrackFileUpdated(Tag.SEND_AND_TRACK_FILE_UPDATED, value); + } + + /** + * (sharing) File updated in Send and Track + * + *

This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_FILE_UPDATED}.

+ * + * @return The {@link SendAndTrackFileUpdatedType} value associated with + * this instance if {@link #isSendAndTrackFileUpdated} is {@code true}. + * + * @throws IllegalStateException If {@link #isSendAndTrackFileUpdated} is + * {@code false}. + */ + public SendAndTrackFileUpdatedType getSendAndTrackFileUpdatedValue() { + if (this._tag != Tag.SEND_AND_TRACK_FILE_UPDATED) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_FILE_UPDATED, but was Tag." + this._tag.name()); + } + return sendAndTrackFileUpdatedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_LINK_CREATED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_LINK_CREATED}, {@code false} otherwise. + */ + public boolean isSendAndTrackLinkCreated() { + return this._tag == Tag.SEND_AND_TRACK_LINK_CREATED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_CREATED}. + * + *

(sharing) Link created in Send and Track

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_CREATED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sendAndTrackLinkCreated(SendAndTrackLinkCreatedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSendAndTrackLinkCreated(Tag.SEND_AND_TRACK_LINK_CREATED, value); + } + + /** + * (sharing) Link created in Send and Track + * + *

This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_LINK_CREATED}.

+ * + * @return The {@link SendAndTrackLinkCreatedType} value associated with + * this instance if {@link #isSendAndTrackLinkCreated} is {@code true}. + * + * @throws IllegalStateException If {@link #isSendAndTrackLinkCreated} is + * {@code false}. + */ + public SendAndTrackLinkCreatedType getSendAndTrackLinkCreatedValue() { + if (this._tag != Tag.SEND_AND_TRACK_LINK_CREATED) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_LINK_CREATED, but was Tag." + this._tag.name()); + } + return sendAndTrackLinkCreatedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_LINK_DELETED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_LINK_DELETED}, {@code false} otherwise. + */ + public boolean isSendAndTrackLinkDeleted() { + return this._tag == Tag.SEND_AND_TRACK_LINK_DELETED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_DELETED}. + * + *

(sharing) Link deleted in Send and Track

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_DELETED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sendAndTrackLinkDeleted(SendAndTrackLinkDeletedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSendAndTrackLinkDeleted(Tag.SEND_AND_TRACK_LINK_DELETED, value); + } + + /** + * (sharing) Link deleted in Send and Track + * + *

This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_LINK_DELETED}.

+ * + * @return The {@link SendAndTrackLinkDeletedType} value associated with + * this instance if {@link #isSendAndTrackLinkDeleted} is {@code true}. + * + * @throws IllegalStateException If {@link #isSendAndTrackLinkDeleted} is + * {@code false}. + */ + public SendAndTrackLinkDeletedType getSendAndTrackLinkDeletedValue() { + if (this._tag != Tag.SEND_AND_TRACK_LINK_DELETED) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_LINK_DELETED, but was Tag." + this._tag.name()); + } + return sendAndTrackLinkDeletedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_LINK_UPDATED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_LINK_UPDATED}, {@code false} otherwise. + */ + public boolean isSendAndTrackLinkUpdated() { + return this._tag == Tag.SEND_AND_TRACK_LINK_UPDATED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_UPDATED}. + * + *

(sharing) Send and Track Link Updated

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_UPDATED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sendAndTrackLinkUpdated(SendAndTrackLinkUpdatedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSendAndTrackLinkUpdated(Tag.SEND_AND_TRACK_LINK_UPDATED, value); + } + + /** + * (sharing) Send and Track Link Updated + * + *

This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_LINK_UPDATED}.

+ * + * @return The {@link SendAndTrackLinkUpdatedType} value associated with + * this instance if {@link #isSendAndTrackLinkUpdated} is {@code true}. + * + * @throws IllegalStateException If {@link #isSendAndTrackLinkUpdated} is + * {@code false}. + */ + public SendAndTrackLinkUpdatedType getSendAndTrackLinkUpdatedValue() { + if (this._tag != Tag.SEND_AND_TRACK_LINK_UPDATED) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_LINK_UPDATED, but was Tag." + this._tag.name()); + } + return sendAndTrackLinkUpdatedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_LINK_VIEWED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_LINK_VIEWED}, {@code false} otherwise. + */ + public boolean isSendAndTrackLinkViewed() { + return this._tag == Tag.SEND_AND_TRACK_LINK_VIEWED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_VIEWED}. + * + *

(sharing) Send and Track Link Visited

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SEND_AND_TRACK_LINK_VIEWED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sendAndTrackLinkViewed(SendAndTrackLinkViewedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSendAndTrackLinkViewed(Tag.SEND_AND_TRACK_LINK_VIEWED, value); + } + + /** + * (sharing) Send and Track Link Visited + * + *

This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_LINK_VIEWED}.

+ * + * @return The {@link SendAndTrackLinkViewedType} value associated with this + * instance if {@link #isSendAndTrackLinkViewed} is {@code true}. + * + * @throws IllegalStateException If {@link #isSendAndTrackLinkViewed} is + * {@code false}. + */ + public SendAndTrackLinkViewedType getSendAndTrackLinkViewedValue() { + if (this._tag != Tag.SEND_AND_TRACK_LINK_VIEWED) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_LINK_VIEWED, but was Tag." + this._tag.name()); + } + return sendAndTrackLinkViewedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS}, {@code false} + * otherwise. + */ + public boolean isSendAndTrackRemovedFileAndAssociatedLinks() { + return this._tag == Tag.SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS}. + * + *

(sharing) Send and Track file and associated links deleted

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sendAndTrackRemovedFileAndAssociatedLinks(SendAndTrackRemovedFileAndAssociatedLinksType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSendAndTrackRemovedFileAndAssociatedLinks(Tag.SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS, value); + } + + /** + * (sharing) Send and Track file and associated links deleted + * + *

This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS}.

+ * + * @return The {@link SendAndTrackRemovedFileAndAssociatedLinksType} value + * associated with this instance if {@link + * #isSendAndTrackRemovedFileAndAssociatedLinks} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSendAndTrackRemovedFileAndAssociatedLinks} is {@code false}. + */ + public SendAndTrackRemovedFileAndAssociatedLinksType getSendAndTrackRemovedFileAndAssociatedLinksValue() { + if (this._tag != Tag.SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS, but was Tag." + this._tag.name()); + } + return sendAndTrackRemovedFileAndAssociatedLinksValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SF_ADD_GROUP}, {@code false} otherwise. @@ -27304,6 +32859,56 @@ public SharedLinkRemoveExpiryType getSharedLinkRemoveExpiryValue() { return sharedLinkRemoveExpiryValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SHARED_LINK_REMOVE_VISITOR}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SHARED_LINK_REMOVE_VISITOR}, {@code false} otherwise. + */ + public boolean isSharedLinkRemoveVisitor() { + return this._tag == Tag.SHARED_LINK_REMOVE_VISITOR; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SHARED_LINK_REMOVE_VISITOR}. + * + *

(sharing) Removed link visitor

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SHARED_LINK_REMOVE_VISITOR}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sharedLinkRemoveVisitor(SharedLinkRemoveVisitorType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSharedLinkRemoveVisitor(Tag.SHARED_LINK_REMOVE_VISITOR, value); + } + + /** + * (sharing) Removed link visitor + * + *

This instance must be tagged as {@link + * Tag#SHARED_LINK_REMOVE_VISITOR}.

+ * + * @return The {@link SharedLinkRemoveVisitorType} value associated with + * this instance if {@link #isSharedLinkRemoveVisitor} is {@code true}. + * + * @throws IllegalStateException If {@link #isSharedLinkRemoveVisitor} is + * {@code false}. + */ + public SharedLinkRemoveVisitorType getSharedLinkRemoveVisitorValue() { + if (this._tag != Tag.SHARED_LINK_REMOVE_VISITOR) { + throw new IllegalStateException("Invalid tag: required Tag.SHARED_LINK_REMOVE_VISITOR, but was Tag." + this._tag.name()); + } + return sharedLinkRemoveVisitorValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SHARED_LINK_SETTINGS_ADD_EXPIRATION}, {@code false} otherwise. @@ -29261,6 +34866,460 @@ public ShowcaseViewType getShowcaseViewValue() { return showcaseViewValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_CANCELED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_CANCELED}, {@code false} otherwise. + */ + public boolean isSignSignatureRequestCanceled() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_CANCELED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_CANCELED}. + * + *

(signatures) Canceled signature request

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_CANCELED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType signSignatureRequestCanceled(SignSignatureRequestCanceledType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSignSignatureRequestCanceled(Tag.SIGN_SIGNATURE_REQUEST_CANCELED, value); + } + + /** + * (signatures) Canceled signature request + * + *

This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_CANCELED}.

+ * + * @return The {@link SignSignatureRequestCanceledType} value associated + * with this instance if {@link #isSignSignatureRequestCanceled} is + * {@code true}. + * + * @throws IllegalStateException If {@link #isSignSignatureRequestCanceled} + * is {@code false}. + */ + public SignSignatureRequestCanceledType getSignSignatureRequestCanceledValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_CANCELED) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_CANCELED, but was Tag." + this._tag.name()); + } + return signSignatureRequestCanceledValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_COMPLETED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_COMPLETED}, {@code false} otherwise. + */ + public boolean isSignSignatureRequestCompleted() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_COMPLETED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_COMPLETED}. + * + *

(signatures) Completed signature request

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_COMPLETED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType signSignatureRequestCompleted(SignSignatureRequestCompletedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSignSignatureRequestCompleted(Tag.SIGN_SIGNATURE_REQUEST_COMPLETED, value); + } + + /** + * (signatures) Completed signature request + * + *

This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_COMPLETED}.

+ * + * @return The {@link SignSignatureRequestCompletedType} value associated + * with this instance if {@link #isSignSignatureRequestCompleted} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignSignatureRequestCompleted} is {@code false}. + */ + public SignSignatureRequestCompletedType getSignSignatureRequestCompletedValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_COMPLETED) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_COMPLETED, but was Tag." + this._tag.name()); + } + return signSignatureRequestCompletedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_DECLINED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_DECLINED}, {@code false} otherwise. + */ + public boolean isSignSignatureRequestDeclined() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_DECLINED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_DECLINED}. + * + *

(signatures) Declined signature request

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_DECLINED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType signSignatureRequestDeclined(SignSignatureRequestDeclinedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSignSignatureRequestDeclined(Tag.SIGN_SIGNATURE_REQUEST_DECLINED, value); + } + + /** + * (signatures) Declined signature request + * + *

This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_DECLINED}.

+ * + * @return The {@link SignSignatureRequestDeclinedType} value associated + * with this instance if {@link #isSignSignatureRequestDeclined} is + * {@code true}. + * + * @throws IllegalStateException If {@link #isSignSignatureRequestDeclined} + * is {@code false}. + */ + public SignSignatureRequestDeclinedType getSignSignatureRequestDeclinedValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_DECLINED) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_DECLINED, but was Tag." + this._tag.name()); + } + return signSignatureRequestDeclinedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_OPENED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_OPENED}, {@code false} otherwise. + */ + public boolean isSignSignatureRequestOpened() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_OPENED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_OPENED}. + * + *

(signatures) Opened signature request

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_OPENED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType signSignatureRequestOpened(SignSignatureRequestOpenedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSignSignatureRequestOpened(Tag.SIGN_SIGNATURE_REQUEST_OPENED, value); + } + + /** + * (signatures) Opened signature request + * + *

This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_OPENED}.

+ * + * @return The {@link SignSignatureRequestOpenedType} value associated with + * this instance if {@link #isSignSignatureRequestOpened} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isSignSignatureRequestOpened} + * is {@code false}. + */ + public SignSignatureRequestOpenedType getSignSignatureRequestOpenedValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_OPENED) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_OPENED, but was Tag." + this._tag.name()); + } + return signSignatureRequestOpenedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_REMINDER_SENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_REMINDER_SENT}, {@code false} otherwise. + */ + public boolean isSignSignatureRequestReminderSent() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_REMINDER_SENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_REMINDER_SENT}. + * + *

(signatures) Sent signature request reminder

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_REMINDER_SENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType signSignatureRequestReminderSent(SignSignatureRequestReminderSentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSignSignatureRequestReminderSent(Tag.SIGN_SIGNATURE_REQUEST_REMINDER_SENT, value); + } + + /** + * (signatures) Sent signature request reminder + * + *

This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_REMINDER_SENT}.

+ * + * @return The {@link SignSignatureRequestReminderSentType} value associated + * with this instance if {@link #isSignSignatureRequestReminderSent} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignSignatureRequestReminderSent} is {@code false}. + */ + public SignSignatureRequestReminderSentType getSignSignatureRequestReminderSentValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_REMINDER_SENT) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_REMINDER_SENT, but was Tag." + this._tag.name()); + } + return signSignatureRequestReminderSentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_SIGNATURE_REQUEST_SENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_SENT}, {@code false} otherwise. + */ + public boolean isSignSignatureRequestSent() { + return this._tag == Tag.SIGN_SIGNATURE_REQUEST_SENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_SENT}. + * + *

(signatures) Sent signature request

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SIGN_SIGNATURE_REQUEST_SENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType signSignatureRequestSent(SignSignatureRequestSentType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSignSignatureRequestSent(Tag.SIGN_SIGNATURE_REQUEST_SENT, value); + } + + /** + * (signatures) Sent signature request + * + *

This instance must be tagged as {@link + * Tag#SIGN_SIGNATURE_REQUEST_SENT}.

+ * + * @return The {@link SignSignatureRequestSentType} value associated with + * this instance if {@link #isSignSignatureRequestSent} is {@code true}. + * + * @throws IllegalStateException If {@link #isSignSignatureRequestSent} is + * {@code false}. + */ + public SignSignatureRequestSentType getSignSignatureRequestSentValue() { + if (this._tag != Tag.SIGN_SIGNATURE_REQUEST_SENT) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_SIGNATURE_REQUEST_SENT, but was Tag." + this._tag.name()); + } + return signSignatureRequestSentValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_TEMPLATE_CREATED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_TEMPLATE_CREATED}, {@code false} otherwise. + */ + public boolean isSignTemplateCreated() { + return this._tag == Tag.SIGN_TEMPLATE_CREATED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SIGN_TEMPLATE_CREATED}. + * + *

(signatures) Created template

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SIGN_TEMPLATE_CREATED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType signTemplateCreated(SignTemplateCreatedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSignTemplateCreated(Tag.SIGN_TEMPLATE_CREATED, value); + } + + /** + * (signatures) Created template + * + *

This instance must be tagged as {@link Tag#SIGN_TEMPLATE_CREATED}. + *

+ * + * @return The {@link SignTemplateCreatedType} value associated with this + * instance if {@link #isSignTemplateCreated} is {@code true}. + * + * @throws IllegalStateException If {@link #isSignTemplateCreated} is + * {@code false}. + */ + public SignTemplateCreatedType getSignTemplateCreatedValue() { + if (this._tag != Tag.SIGN_TEMPLATE_CREATED) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_TEMPLATE_CREATED, but was Tag." + this._tag.name()); + } + return signTemplateCreatedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_TEMPLATE_SHARED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_TEMPLATE_SHARED}, {@code false} otherwise. + */ + public boolean isSignTemplateShared() { + return this._tag == Tag.SIGN_TEMPLATE_SHARED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SIGN_TEMPLATE_SHARED}. + * + *

(signatures) Shared template

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SIGN_TEMPLATE_SHARED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType signTemplateShared(SignTemplateSharedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSignTemplateShared(Tag.SIGN_TEMPLATE_SHARED, value); + } + + /** + * (signatures) Shared template + * + *

This instance must be tagged as {@link Tag#SIGN_TEMPLATE_SHARED}. + *

+ * + * @return The {@link SignTemplateSharedType} value associated with this + * instance if {@link #isSignTemplateShared} is {@code true}. + * + * @throws IllegalStateException If {@link #isSignTemplateShared} is {@code + * false}. + */ + public SignTemplateSharedType getSignTemplateSharedValue() { + if (this._tag != Tag.SIGN_TEMPLATE_SHARED) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_TEMPLATE_SHARED, but was Tag." + this._tag.name()); + } + return signTemplateSharedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#RISC_SECURITY_EVENT}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#RISC_SECURITY_EVENT}, {@code false} otherwise. + */ + public boolean isRiscSecurityEvent() { + return this._tag == Tag.RISC_SECURITY_EVENT; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#RISC_SECURITY_EVENT}. + * + *

(sso) RISC security event received from external provider

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#RISC_SECURITY_EVENT}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType riscSecurityEvent(RiscSecurityEventType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndRiscSecurityEvent(Tag.RISC_SECURITY_EVENT, value); + } + + /** + * (sso) RISC security event received from external provider + * + *

This instance must be tagged as {@link Tag#RISC_SECURITY_EVENT}.

+ * + * @return The {@link RiscSecurityEventType} value associated with this + * instance if {@link #isRiscSecurityEvent} is {@code true}. + * + * @throws IllegalStateException If {@link #isRiscSecurityEvent} is {@code + * false}. + */ + public RiscSecurityEventType getRiscSecurityEventValue() { + if (this._tag != Tag.RISC_SECURITY_EVENT) { + throw new IllegalStateException("Invalid tag: required Tag.RISC_SECURITY_EVENT, but was Tag." + this._tag.name()); + } + return riscSecurityEventValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SSO_ADD_CERT}, {@code false} otherwise. @@ -30160,6 +36219,59 @@ public AdminEmailRemindersChangedType getAdminEmailRemindersChangedValue() { return adminEmailRemindersChangedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED}, {@code + * false} otherwise. + */ + public boolean isAiThirdPartySharingDropboxBasePolicyChanged() { + return this._tag == Tag.AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED}. + * + *

(team_policies) Changed AI third party sharing policy for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType aiThirdPartySharingDropboxBasePolicyChanged(AiThirdPartySharingDropboxBasePolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAiThirdPartySharingDropboxBasePolicyChanged(Tag.AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed AI third party sharing policy for team + * + *

This instance must be tagged as {@link + * Tag#AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED}.

+ * + * @return The {@link AiThirdPartySharingDropboxBasePolicyChangedType} value + * associated with this instance if {@link + * #isAiThirdPartySharingDropboxBasePolicyChanged} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isAiThirdPartySharingDropboxBasePolicyChanged} is {@code false}. + */ + public AiThirdPartySharingDropboxBasePolicyChangedType getAiThirdPartySharingDropboxBasePolicyChangedValue() { + if (this._tag != Tag.AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return aiThirdPartySharingDropboxBasePolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#ALLOW_DOWNLOAD_DISABLED}, {@code false} otherwise. @@ -30261,6 +36373,56 @@ public AllowDownloadEnabledType getAllowDownloadEnabledValue() { return allowDownloadEnabledValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#APPLE_LOGIN_CHANGE_POLICY}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#APPLE_LOGIN_CHANGE_POLICY}, {@code false} otherwise. + */ + public boolean isAppleLoginChangePolicy() { + return this._tag == Tag.APPLE_LOGIN_CHANGE_POLICY; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#APPLE_LOGIN_CHANGE_POLICY}. + * + *

(team_policies) Enabled/disabled Apple login for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#APPLE_LOGIN_CHANGE_POLICY}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType appleLoginChangePolicy(AppleLoginChangePolicyType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndAppleLoginChangePolicy(Tag.APPLE_LOGIN_CHANGE_POLICY, value); + } + + /** + * (team_policies) Enabled/disabled Apple login for team + * + *

This instance must be tagged as {@link + * Tag#APPLE_LOGIN_CHANGE_POLICY}.

+ * + * @return The {@link AppleLoginChangePolicyType} value associated with this + * instance if {@link #isAppleLoginChangePolicy} is {@code true}. + * + * @throws IllegalStateException If {@link #isAppleLoginChangePolicy} is + * {@code false}. + */ + public AppleLoginChangePolicyType getAppleLoginChangePolicyValue() { + if (this._tag != Tag.APPLE_LOGIN_CHANGE_POLICY) { + throw new IllegalStateException("Invalid tag: required Tag.APPLE_LOGIN_CHANGE_POLICY, but was Tag." + this._tag.name()); + } + return appleLoginChangePolicyValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#APP_PERMISSIONS_CHANGED}, {@code false} otherwise. @@ -30362,6 +36524,57 @@ public CameraUploadsPolicyChangedType getCameraUploadsPolicyChangedValue() { return cameraUploadsPolicyChangedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#CAPTURE_TEAM_SPACE_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#CAPTURE_TEAM_SPACE_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isCaptureTeamSpacePolicyChanged() { + return this._tag == Tag.CAPTURE_TEAM_SPACE_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#CAPTURE_TEAM_SPACE_POLICY_CHANGED}. + * + *

(team_policies) Changed Capture team space policy for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#CAPTURE_TEAM_SPACE_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType captureTeamSpacePolicyChanged(CaptureTeamSpacePolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndCaptureTeamSpacePolicyChanged(Tag.CAPTURE_TEAM_SPACE_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed Capture team space policy for team + * + *

This instance must be tagged as {@link + * Tag#CAPTURE_TEAM_SPACE_POLICY_CHANGED}.

+ * + * @return The {@link CaptureTeamSpacePolicyChangedType} value associated + * with this instance if {@link #isCaptureTeamSpacePolicyChanged} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isCaptureTeamSpacePolicyChanged} is {@code false}. + */ + public CaptureTeamSpacePolicyChangedType getCaptureTeamSpacePolicyChangedValue() { + if (this._tag != Tag.CAPTURE_TEAM_SPACE_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.CAPTURE_TEAM_SPACE_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return captureTeamSpacePolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#CAPTURE_TRANSCRIPT_POLICY_CHANGED}, {@code false} otherwise. @@ -30566,6 +36779,110 @@ public ContentAdministrationPolicyChangedType getContentAdministrationPolicyChan return contentAdministrationPolicyChangedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#CONTENT_DELETION_PROTECTION_CHANGE_POLICY}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#CONTENT_DELETION_PROTECTION_CHANGE_POLICY}, {@code false} + * otherwise. + */ + public boolean isContentDeletionProtectionChangePolicy() { + return this._tag == Tag.CONTENT_DELETION_PROTECTION_CHANGE_POLICY; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#CONTENT_DELETION_PROTECTION_CHANGE_POLICY}. + * + *

(team_policies) Changed content deletion protection policy for team + *

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#CONTENT_DELETION_PROTECTION_CHANGE_POLICY}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType contentDeletionProtectionChangePolicy(ContentDeletionProtectionChangePolicyType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndContentDeletionProtectionChangePolicy(Tag.CONTENT_DELETION_PROTECTION_CHANGE_POLICY, value); + } + + /** + * (team_policies) Changed content deletion protection policy for team + * + *

This instance must be tagged as {@link + * Tag#CONTENT_DELETION_PROTECTION_CHANGE_POLICY}.

+ * + * @return The {@link ContentDeletionProtectionChangePolicyType} value + * associated with this instance if {@link + * #isContentDeletionProtectionChangePolicy} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isContentDeletionProtectionChangePolicy} is {@code false}. + */ + public ContentDeletionProtectionChangePolicyType getContentDeletionProtectionChangePolicyValue() { + if (this._tag != Tag.CONTENT_DELETION_PROTECTION_CHANGE_POLICY) { + throw new IllegalStateException("Invalid tag: required Tag.CONTENT_DELETION_PROTECTION_CHANGE_POLICY, but was Tag." + this._tag.name()); + } + return contentDeletionProtectionChangePolicyValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DASH_EXTERNAL_SHARING_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DASH_EXTERNAL_SHARING_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isDashExternalSharingPolicyChanged() { + return this._tag == Tag.DASH_EXTERNAL_SHARING_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#DASH_EXTERNAL_SHARING_POLICY_CHANGED}. + * + *

(team_policies) Changed Dash external sharing policy for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#DASH_EXTERNAL_SHARING_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType dashExternalSharingPolicyChanged(DashExternalSharingPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndDashExternalSharingPolicyChanged(Tag.DASH_EXTERNAL_SHARING_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed Dash external sharing policy for team + * + *

This instance must be tagged as {@link + * Tag#DASH_EXTERNAL_SHARING_POLICY_CHANGED}.

+ * + * @return The {@link DashExternalSharingPolicyChangedType} value associated + * with this instance if {@link #isDashExternalSharingPolicyChanged} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isDashExternalSharingPolicyChanged} is {@code false}. + */ + public DashExternalSharingPolicyChangedType getDashExternalSharingPolicyChangedValue() { + if (this._tag != Tag.DASH_EXTERNAL_SHARING_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.DASH_EXTERNAL_SHARING_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return dashExternalSharingPolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY}, {@code false} otherwise. @@ -31804,6 +38121,57 @@ public FileTransfersPolicyChangedType getFileTransfersPolicyChangedValue() { return fileTransfersPolicyChangedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#FLEXIBLE_FILE_NAMES_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#FLEXIBLE_FILE_NAMES_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isFlexibleFileNamesPolicyChanged() { + return this._tag == Tag.FLEXIBLE_FILE_NAMES_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#FLEXIBLE_FILE_NAMES_POLICY_CHANGED}. + * + *

(team_policies) Changed flexible file names policy for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#FLEXIBLE_FILE_NAMES_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType flexibleFileNamesPolicyChanged(FlexibleFileNamesPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndFlexibleFileNamesPolicyChanged(Tag.FLEXIBLE_FILE_NAMES_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed flexible file names policy for team + * + *

This instance must be tagged as {@link + * Tag#FLEXIBLE_FILE_NAMES_POLICY_CHANGED}.

+ * + * @return The {@link FlexibleFileNamesPolicyChangedType} value associated + * with this instance if {@link #isFlexibleFileNamesPolicyChanged} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isFlexibleFileNamesPolicyChanged} is {@code false}. + */ + public FlexibleFileNamesPolicyChangedType getFlexibleFileNamesPolicyChangedValue() { + if (this._tag != Tag.FLEXIBLE_FILE_NAMES_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.FLEXIBLE_FILE_NAMES_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return flexibleFileNamesPolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#FOLDER_LINK_RESTRICTION_POLICY_CHANGED}, {@code false} otherwise. @@ -32421,6 +38789,57 @@ public MemberSuggestionsChangePolicyType getMemberSuggestionsChangePolicyValue() return memberSuggestionsChangePolicyValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#MICROSOFT_LOGIN_CHANGE_POLICY}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#MICROSOFT_LOGIN_CHANGE_POLICY}, {@code false} otherwise. + */ + public boolean isMicrosoftLoginChangePolicy() { + return this._tag == Tag.MICROSOFT_LOGIN_CHANGE_POLICY; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#MICROSOFT_LOGIN_CHANGE_POLICY}. + * + *

(team_policies) Enabled/disabled Microsoft login for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#MICROSOFT_LOGIN_CHANGE_POLICY}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType microsoftLoginChangePolicy(MicrosoftLoginChangePolicyType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndMicrosoftLoginChangePolicy(Tag.MICROSOFT_LOGIN_CHANGE_POLICY, value); + } + + /** + * (team_policies) Enabled/disabled Microsoft login for team + * + *

This instance must be tagged as {@link + * Tag#MICROSOFT_LOGIN_CHANGE_POLICY}.

+ * + * @return The {@link MicrosoftLoginChangePolicyType} value associated with + * this instance if {@link #isMicrosoftLoginChangePolicy} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isMicrosoftLoginChangePolicy} + * is {@code false}. + */ + public MicrosoftLoginChangePolicyType getMicrosoftLoginChangePolicyValue() { + if (this._tag != Tag.MICROSOFT_LOGIN_CHANGE_POLICY) { + throw new IllegalStateException("Invalid tag: required Tag.MICROSOFT_LOGIN_CHANGE_POLICY, but was Tag." + this._tag.name()); + } + return microsoftLoginChangePolicyValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY}, {@code false} otherwise. @@ -32937,6 +39356,57 @@ public PaperEnabledUsersGroupRemovalType getPaperEnabledUsersGroupRemovalValue() return paperEnabledUsersGroupRemovalValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PASSKEY_LOGIN_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PASSKEY_LOGIN_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isPasskeyLoginPolicyChanged() { + return this._tag == Tag.PASSKEY_LOGIN_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#PASSKEY_LOGIN_POLICY_CHANGED}. + * + *

(team_policies) Changed passkey login policy for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#PASSKEY_LOGIN_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType passkeyLoginPolicyChanged(PasskeyLoginPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndPasskeyLoginPolicyChanged(Tag.PASSKEY_LOGIN_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed passkey login policy for team + * + *

This instance must be tagged as {@link + * Tag#PASSKEY_LOGIN_POLICY_CHANGED}.

+ * + * @return The {@link PasskeyLoginPolicyChangedType} value associated with + * this instance if {@link #isPasskeyLoginPolicyChanged} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isPasskeyLoginPolicyChanged} is + * {@code false}. + */ + public PasskeyLoginPolicyChangedType getPasskeyLoginPolicyChangedValue() { + if (this._tag != Tag.PASSKEY_LOGIN_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.PASSKEY_LOGIN_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return passkeyLoginPolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY}, {@code false} @@ -33043,6 +39513,159 @@ public PermanentDeleteChangePolicyType getPermanentDeleteChangePolicyValue() { return permanentDeleteChangePolicyValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PREVIEWS_AI_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PREVIEWS_AI_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isPreviewsAiPolicyChanged() { + return this._tag == Tag.PREVIEWS_AI_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#PREVIEWS_AI_POLICY_CHANGED}. + * + *

(team_policies) Changed Dropbox AI policy for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#PREVIEWS_AI_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType previewsAiPolicyChanged(PreviewsAiPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndPreviewsAiPolicyChanged(Tag.PREVIEWS_AI_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed Dropbox AI policy for team + * + *

This instance must be tagged as {@link + * Tag#PREVIEWS_AI_POLICY_CHANGED}.

+ * + * @return The {@link PreviewsAiPolicyChangedType} value associated with + * this instance if {@link #isPreviewsAiPolicyChanged} is {@code true}. + * + * @throws IllegalStateException If {@link #isPreviewsAiPolicyChanged} is + * {@code false}. + */ + public PreviewsAiPolicyChangedType getPreviewsAiPolicyChangedValue() { + if (this._tag != Tag.PREVIEWS_AI_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.PREVIEWS_AI_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return previewsAiPolicyChangedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#REPLAY_ADDING_PEOPLE_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#REPLAY_ADDING_PEOPLE_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isReplayAddingPeoplePolicyChanged() { + return this._tag == Tag.REPLAY_ADDING_PEOPLE_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#REPLAY_ADDING_PEOPLE_POLICY_CHANGED}. + * + *

(team_policies) Changed the policy for adding people to Replay + * content

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#REPLAY_ADDING_PEOPLE_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType replayAddingPeoplePolicyChanged(ReplayAddingPeoplePolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndReplayAddingPeoplePolicyChanged(Tag.REPLAY_ADDING_PEOPLE_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed the policy for adding people to Replay content + * + *

This instance must be tagged as {@link + * Tag#REPLAY_ADDING_PEOPLE_POLICY_CHANGED}.

+ * + * @return The {@link ReplayAddingPeoplePolicyChangedType} value associated + * with this instance if {@link #isReplayAddingPeoplePolicyChanged} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isReplayAddingPeoplePolicyChanged} is {@code false}. + */ + public ReplayAddingPeoplePolicyChangedType getReplayAddingPeoplePolicyChangedValue() { + if (this._tag != Tag.REPLAY_ADDING_PEOPLE_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.REPLAY_ADDING_PEOPLE_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return replayAddingPeoplePolicyChangedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#REPLAY_SHARING_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#REPLAY_SHARING_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isReplaySharingPolicyChanged() { + return this._tag == Tag.REPLAY_SHARING_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#REPLAY_SHARING_POLICY_CHANGED}. + * + *

(team_policies) Changed the policy for sharing Replay content

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#REPLAY_SHARING_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType replaySharingPolicyChanged(ReplaySharingPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndReplaySharingPolicyChanged(Tag.REPLAY_SHARING_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed the policy for sharing Replay content + * + *

This instance must be tagged as {@link + * Tag#REPLAY_SHARING_POLICY_CHANGED}.

+ * + * @return The {@link ReplaySharingPolicyChangedType} value associated with + * this instance if {@link #isReplaySharingPolicyChanged} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isReplaySharingPolicyChanged} + * is {@code false}. + */ + public ReplaySharingPolicyChangedType getReplaySharingPolicyChangedValue() { + if (this._tag != Tag.REPLAY_SHARING_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.REPLAY_SHARING_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return replaySharingPolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#RESELLER_SUPPORT_CHANGE_POLICY}, {@code false} otherwise. @@ -33144,6 +39767,109 @@ public RewindPolicyChangedType getRewindPolicyChangedValue() { return rewindPolicyChangedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_AND_TRACK_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_AND_TRACK_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isSendAndTrackPolicyChanged() { + return this._tag == Tag.SEND_AND_TRACK_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SEND_AND_TRACK_POLICY_CHANGED}. + * + *

(team_policies) Changed “Send and track” policy for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SEND_AND_TRACK_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sendAndTrackPolicyChanged(SendAndTrackPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSendAndTrackPolicyChanged(Tag.SEND_AND_TRACK_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed “Send and track” policy for team + * + *

This instance must be tagged as {@link + * Tag#SEND_AND_TRACK_POLICY_CHANGED}.

+ * + * @return The {@link SendAndTrackPolicyChangedType} value associated with + * this instance if {@link #isSendAndTrackPolicyChanged} is {@code + * true}. + * + * @throws IllegalStateException If {@link #isSendAndTrackPolicyChanged} is + * {@code false}. + */ + public SendAndTrackPolicyChangedType getSendAndTrackPolicyChangedValue() { + if (this._tag != Tag.SEND_AND_TRACK_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_AND_TRACK_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return sendAndTrackPolicyChangedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SEND_EXTERNAL_SHARING_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SEND_EXTERNAL_SHARING_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isSendExternalSharingPolicyChanged() { + return this._tag == Tag.SEND_EXTERNAL_SHARING_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SEND_EXTERNAL_SHARING_POLICY_CHANGED}. + * + *

(team_policies) Changed “Send and track” external sharing policy for + * team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SEND_EXTERNAL_SHARING_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sendExternalSharingPolicyChanged(SendExternalSharingPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSendExternalSharingPolicyChanged(Tag.SEND_EXTERNAL_SHARING_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed “Send and track” external sharing policy for team + * + *

This instance must be tagged as {@link + * Tag#SEND_EXTERNAL_SHARING_POLICY_CHANGED}.

+ * + * @return The {@link SendExternalSharingPolicyChangedType} value associated + * with this instance if {@link #isSendExternalSharingPolicyChanged} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isSendExternalSharingPolicyChanged} is {@code false}. + */ + public SendExternalSharingPolicyChangedType getSendExternalSharingPolicyChangedValue() { + if (this._tag != Tag.SEND_EXTERNAL_SHARING_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.SEND_EXTERNAL_SHARING_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return sendExternalSharingPolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SEND_FOR_SIGNATURE_POLICY_CHANGED}, {@code false} otherwise. @@ -33195,6 +39921,60 @@ public SendForSignaturePolicyChangedType getSendForSignaturePolicyChangedValue() return sendForSignaturePolicyChangedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED}, {@code false} + * otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED}, {@code false} + * otherwise. + */ + public boolean isSharedLinkDefaultPermissionsPolicyChanged() { + return this._tag == Tag.SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED}. + * + *

(team_policies) Changed shared link default permissions policy for + * team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType sharedLinkDefaultPermissionsPolicyChanged(SharedLinkDefaultPermissionsPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSharedLinkDefaultPermissionsPolicyChanged(Tag.SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed shared link default permissions policy for team + * + *

This instance must be tagged as {@link + * Tag#SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED}.

+ * + * @return The {@link SharedLinkDefaultPermissionsPolicyChangedType} value + * associated with this instance if {@link + * #isSharedLinkDefaultPermissionsPolicyChanged} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSharedLinkDefaultPermissionsPolicyChanged} is {@code false}. + */ + public SharedLinkDefaultPermissionsPolicyChangedType getSharedLinkDefaultPermissionsPolicyChangedValue() { + if (this._tag != Tag.SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return sharedLinkDefaultPermissionsPolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SHARING_CHANGE_FOLDER_JOIN_POLICY}, {@code false} otherwise. @@ -33677,6 +40457,110 @@ public ShowcaseChangeExternalSharingPolicyType getShowcaseChangeExternalSharingP return showcaseChangeExternalSharingPolicyValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_EXTERNAL_SHARING_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_EXTERNAL_SHARING_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isSignExternalSharingPolicyChanged() { + return this._tag == Tag.SIGN_EXTERNAL_SHARING_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SIGN_EXTERNAL_SHARING_POLICY_CHANGED}. + * + *

(team_policies) Changed Signatures external sharing policy for team + *

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SIGN_EXTERNAL_SHARING_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType signExternalSharingPolicyChanged(SignExternalSharingPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSignExternalSharingPolicyChanged(Tag.SIGN_EXTERNAL_SHARING_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed Signatures external sharing policy for team + * + *

This instance must be tagged as {@link + * Tag#SIGN_EXTERNAL_SHARING_POLICY_CHANGED}.

+ * + * @return The {@link SignExternalSharingPolicyChangedType} value associated + * with this instance if {@link #isSignExternalSharingPolicyChanged} is + * {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignExternalSharingPolicyChanged} is {@code false}. + */ + public SignExternalSharingPolicyChangedType getSignExternalSharingPolicyChangedValue() { + if (this._tag != Tag.SIGN_EXTERNAL_SHARING_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_EXTERNAL_SHARING_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return signExternalSharingPolicyChangedValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED}, {@code false} + * otherwise. + */ + public boolean isSignTemplateCreationPermissionChanged() { + return this._tag == Tag.SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED}. + * + *

(team_policies) Changed template creation permission

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType signTemplateCreationPermissionChanged(SignTemplateCreationPermissionChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndSignTemplateCreationPermissionChanged(Tag.SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED, value); + } + + /** + * (team_policies) Changed template creation permission + * + *

This instance must be tagged as {@link + * Tag#SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED}.

+ * + * @return The {@link SignTemplateCreationPermissionChangedType} value + * associated with this instance if {@link + * #isSignTemplateCreationPermissionChanged} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isSignTemplateCreationPermissionChanged} is {@code false}. + */ + public SignTemplateCreationPermissionChangedType getSignTemplateCreationPermissionChangedValue() { + if (this._tag != Tag.SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED, but was Tag." + this._tag.name()); + } + return signTemplateCreationPermissionChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#SMARTER_SMART_SYNC_POLICY_CHANGED}, {@code false} otherwise. @@ -33927,6 +40811,57 @@ public SsoChangePolicyType getSsoChangePolicyValue() { return ssoChangePolicyValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isStackCrossTeamAccessPolicyChanged() { + return this._tag == Tag.STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED}. + * + *

(team_policies) Changed cross-team Stack access policy for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType stackCrossTeamAccessPolicyChanged(StackCrossTeamAccessPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndStackCrossTeamAccessPolicyChanged(Tag.STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed cross-team Stack access policy for team + * + *

This instance must be tagged as {@link + * Tag#STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED}.

+ * + * @return The {@link StackCrossTeamAccessPolicyChangedType} value + * associated with this instance if {@link + * #isStackCrossTeamAccessPolicyChanged} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isStackCrossTeamAccessPolicyChanged} is {@code false}. + */ + public StackCrossTeamAccessPolicyChangedType getStackCrossTeamAccessPolicyChangedValue() { + if (this._tag != Tag.STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return stackCrossTeamAccessPolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TEAM_BRANDING_POLICY_CHANGED}, {@code false} otherwise. @@ -34029,6 +40964,59 @@ public TeamExtensionsPolicyChangedType getTeamExtensionsPolicyChangedValue() { return teamExtensionsPolicyChangedValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED}, {@code false} + * otherwise. + */ + public boolean isTeamMemberStorageRequestPolicyChanged() { + return this._tag == Tag.TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED}. + * + *

(team_policies) Changed team member storage request policy for team + *

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType teamMemberStorageRequestPolicyChanged(TeamMemberStorageRequestPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndTeamMemberStorageRequestPolicyChanged(Tag.TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed team member storage request policy for team + * + *

This instance must be tagged as {@link + * Tag#TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED}.

+ * + * @return The {@link TeamMemberStorageRequestPolicyChangedType} value + * associated with this instance if {@link + * #isTeamMemberStorageRequestPolicyChanged} is {@code true}. + * + * @throws IllegalStateException If {@link + * #isTeamMemberStorageRequestPolicyChanged} is {@code false}. + */ + public TeamMemberStorageRequestPolicyChangedType getTeamMemberStorageRequestPolicyChangedValue() { + if (this._tag != Tag.TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return teamMemberStorageRequestPolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TEAM_SELECTIVE_SYNC_POLICY_CHANGED}, {@code false} otherwise. @@ -34197,7 +41185,8 @@ public boolean isTfaChangePolicy() { * Returns an instance of {@code EventType} that has its tag set to {@link * Tag#TFA_CHANGE_POLICY}. * - *

(team_policies) Changed two-step verification setting for team

+ *

(team_policies) Changed two-factor authentication setting for team + *

* * @param value value to assign to this instance. * @@ -34214,7 +41203,7 @@ public static EventType tfaChangePolicy(TfaChangePolicyType value) { } /** - * (team_policies) Changed two-step verification setting for team + * (team_policies) Changed two-factor authentication setting for team * *

This instance must be tagged as {@link Tag#TFA_CHANGE_POLICY}.

* @@ -34283,6 +41272,57 @@ public TfaRemoveExceptionType getTfaRemoveExceptionValue() { return tfaRemoveExceptionValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TOP_LEVEL_CONTENT_POLICY_CHANGED}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TOP_LEVEL_CONTENT_POLICY_CHANGED}, {@code false} otherwise. + */ + public boolean isTopLevelContentPolicyChanged() { + return this._tag == Tag.TOP_LEVEL_CONTENT_POLICY_CHANGED; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#TOP_LEVEL_CONTENT_POLICY_CHANGED}. + * + *

(team_policies) Changed top level content setting for team

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#TOP_LEVEL_CONTENT_POLICY_CHANGED}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType topLevelContentPolicyChanged(TopLevelContentPolicyChangedType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndTopLevelContentPolicyChanged(Tag.TOP_LEVEL_CONTENT_POLICY_CHANGED, value); + } + + /** + * (team_policies) Changed top level content setting for team + * + *

This instance must be tagged as {@link + * Tag#TOP_LEVEL_CONTENT_POLICY_CHANGED}.

+ * + * @return The {@link TopLevelContentPolicyChangedType} value associated + * with this instance if {@link #isTopLevelContentPolicyChanged} is + * {@code true}. + * + * @throws IllegalStateException If {@link #isTopLevelContentPolicyChanged} + * is {@code false}. + */ + public TopLevelContentPolicyChangedType getTopLevelContentPolicyChangedValue() { + if (this._tag != Tag.TOP_LEVEL_CONTENT_POLICY_CHANGED) { + throw new IllegalStateException("Invalid tag: required Tag.TOP_LEVEL_CONTENT_POLICY_CHANGED, but was Tag." + this._tag.name()); + } + return topLevelContentPolicyChangedValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TWO_ACCOUNT_CHANGE_POLICY}, {@code false} otherwise. @@ -35209,6 +42249,103 @@ public TeamProfileRemoveLogoType getTeamProfileRemoveLogoValue() { return teamProfileRemoveLogoValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PASSKEY_ADD}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PASSKEY_ADD}, {@code false} otherwise. + */ + public boolean isPasskeyAdd() { + return this._tag == Tag.PASSKEY_ADD; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#PASSKEY_ADD}. + * + *

(tfa) Added passkey for login

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#PASSKEY_ADD}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType passkeyAdd(PasskeyAddType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndPasskeyAdd(Tag.PASSKEY_ADD, value); + } + + /** + * (tfa) Added passkey for login + * + *

This instance must be tagged as {@link Tag#PASSKEY_ADD}.

+ * + * @return The {@link PasskeyAddType} value associated with this instance if + * {@link #isPasskeyAdd} is {@code true}. + * + * @throws IllegalStateException If {@link #isPasskeyAdd} is {@code false}. + */ + public PasskeyAddType getPasskeyAddValue() { + if (this._tag != Tag.PASSKEY_ADD) { + throw new IllegalStateException("Invalid tag: required Tag.PASSKEY_ADD, but was Tag." + this._tag.name()); + } + return passkeyAddValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#PASSKEY_REMOVE}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#PASSKEY_REMOVE}, {@code false} otherwise. + */ + public boolean isPasskeyRemove() { + return this._tag == Tag.PASSKEY_REMOVE; + } + + /** + * Returns an instance of {@code EventType} that has its tag set to {@link + * Tag#PASSKEY_REMOVE}. + * + *

(tfa) Removed passkey for login

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code EventType} with its tag set to {@link + * Tag#PASSKEY_REMOVE}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static EventType passkeyRemove(PasskeyRemoveType value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new EventType().withTagAndPasskeyRemove(Tag.PASSKEY_REMOVE, value); + } + + /** + * (tfa) Removed passkey for login + * + *

This instance must be tagged as {@link Tag#PASSKEY_REMOVE}.

+ * + * @return The {@link PasskeyRemoveType} value associated with this instance + * if {@link #isPasskeyRemove} is {@code true}. + * + * @throws IllegalStateException If {@link #isPasskeyRemove} is {@code + * false}. + */ + public PasskeyRemoveType getPasskeyRemoveValue() { + if (this._tag != Tag.PASSKEY_REMOVE) { + throw new IllegalStateException("Invalid tag: required Tag.PASSKEY_REMOVE, but was Tag." + this._tag.name()); + } + return passkeyRemoveValue; + } + /** * Returns {@code true} if this instance has the tag {@link * Tag#TFA_ADD_BACKUP_PHONE}, {@code false} otherwise. @@ -35224,7 +42361,7 @@ public boolean isTfaAddBackupPhone() { * Returns an instance of {@code EventType} that has its tag set to {@link * Tag#TFA_ADD_BACKUP_PHONE}. * - *

(tfa) Added backup phone for two-step verification

+ *

(tfa) Added backup phone for two-factor authentication

* * @param value value to assign to this instance. * @@ -35241,7 +42378,7 @@ public static EventType tfaAddBackupPhone(TfaAddBackupPhoneType value) { } /** - * (tfa) Added backup phone for two-step verification + * (tfa) Added backup phone for two-factor authentication * *

This instance must be tagged as {@link Tag#TFA_ADD_BACKUP_PHONE}. *

@@ -35274,7 +42411,7 @@ public boolean isTfaAddSecurityKey() { * Returns an instance of {@code EventType} that has its tag set to {@link * Tag#TFA_ADD_SECURITY_KEY}. * - *

(tfa) Added security key for two-step verification

+ *

(tfa) Added security key for two-factor authentication

* * @param value value to assign to this instance. * @@ -35291,7 +42428,7 @@ public static EventType tfaAddSecurityKey(TfaAddSecurityKeyType value) { } /** - * (tfa) Added security key for two-step verification + * (tfa) Added security key for two-factor authentication * *

This instance must be tagged as {@link Tag#TFA_ADD_SECURITY_KEY}. *

@@ -35324,7 +42461,7 @@ public boolean isTfaChangeBackupPhone() { * Returns an instance of {@code EventType} that has its tag set to {@link * Tag#TFA_CHANGE_BACKUP_PHONE}. * - *

(tfa) Changed backup phone for two-step verification

+ *

(tfa) Changed backup phone for two-factor authentication

* * @param value value to assign to this instance. * @@ -35341,7 +42478,7 @@ public static EventType tfaChangeBackupPhone(TfaChangeBackupPhoneType value) { } /** - * (tfa) Changed backup phone for two-step verification + * (tfa) Changed backup phone for two-factor authentication * *

This instance must be tagged as {@link Tag#TFA_CHANGE_BACKUP_PHONE}. *

@@ -35374,7 +42511,7 @@ public boolean isTfaChangeStatus() { * Returns an instance of {@code EventType} that has its tag set to {@link * Tag#TFA_CHANGE_STATUS}. * - *

(tfa) Enabled/disabled/changed two-step verification setting

+ *

(tfa) Enabled/disabled/changed two-factor authentication setting

* * @param value value to assign to this instance. * @@ -35391,7 +42528,7 @@ public static EventType tfaChangeStatus(TfaChangeStatusType value) { } /** - * (tfa) Enabled/disabled/changed two-step verification setting + * (tfa) Enabled/disabled/changed two-factor authentication setting * *

This instance must be tagged as {@link Tag#TFA_CHANGE_STATUS}.

* @@ -35423,7 +42560,7 @@ public boolean isTfaRemoveBackupPhone() { * Returns an instance of {@code EventType} that has its tag set to {@link * Tag#TFA_REMOVE_BACKUP_PHONE}. * - *

(tfa) Removed backup phone for two-step verification

+ *

(tfa) Removed backup phone for two-factor authentication

* * @param value value to assign to this instance. * @@ -35440,7 +42577,7 @@ public static EventType tfaRemoveBackupPhone(TfaRemoveBackupPhoneType value) { } /** - * (tfa) Removed backup phone for two-step verification + * (tfa) Removed backup phone for two-factor authentication * *

This instance must be tagged as {@link Tag#TFA_REMOVE_BACKUP_PHONE}. *

@@ -35473,7 +42610,7 @@ public boolean isTfaRemoveSecurityKey() { * Returns an instance of {@code EventType} that has its tag set to {@link * Tag#TFA_REMOVE_SECURITY_KEY}. * - *

(tfa) Removed security key for two-step verification

+ *

(tfa) Removed security key for two-factor authentication

* * @param value value to assign to this instance. * @@ -35490,7 +42627,7 @@ public static EventType tfaRemoveSecurityKey(TfaRemoveSecurityKeyType value) { } /** - * (tfa) Removed security key for two-step verification + * (tfa) Removed security key for two-factor authentication * *

This instance must be tagged as {@link Tag#TFA_REMOVE_SECURITY_KEY}. *

@@ -35523,7 +42660,7 @@ public boolean isTfaReset() { * Returns an instance of {@code EventType} that has its tag set to {@link * Tag#TFA_RESET}. * - *

(tfa) Reset two-step verification for team member

+ *

(tfa) Reset two-factor authentication for team member

* * @param value value to assign to this instance. * @@ -35540,7 +42677,7 @@ public static EventType tfaReset(TfaResetType value) { } /** - * (tfa) Reset two-step verification for team member + * (tfa) Reset two-factor authentication for team member * *

This instance must be tagged as {@link Tag#TFA_RESET}.

* @@ -36909,6 +44046,37 @@ public int hashCode() { this.fileResolveCommentValue, this.fileUnlikeCommentValue, this.fileUnresolveCommentValue, + this.dashAddedCommentToStackValue, + this.dashAddedConnectorValue, + this.dashAddedLinkToStackValue, + this.dashAddedTeamEmailDomainAllowlistValue, + this.dashAdminAddedOrgWideConnectorValue, + this.dashAdminDisabledConnectorValue, + this.dashAdminEnabledConnectorValue, + this.dashAdminRemovedOrgWideConnectorValue, + this.dashArchivedStackValue, + this.dashChangedAudienceOfSharedLinkToStackValue, + this.dashClonedStackValue, + this.dashCreatedStackValue, + this.dashDeletedCommentFromStackValue, + this.dashDeletedStackValue, + this.dashEditedCommentInStackValue, + this.dashExternalUserOpenedStackValue, + this.dashFirstLaunchedDesktopValue, + this.dashFirstLaunchedExtensionValue, + this.dashFirstLaunchedWebStartPageValue, + this.dashOpenedSharedLinkToStackValue, + this.dashOpenedStackValue, + this.dashPreviewOptOutStatusChangedValue, + this.dashRemovedConnectorValue, + this.dashRemovedLinkFromStackValue, + this.dashRemovedSharedLinkToStackValue, + this.dashRemovedTeamEmailDomainAllowlistValue, + this.dashRenamedStackValue, + this.dashSharedLinkToStackValue, + this.dashUnarchivedStackValue, + this.dashViewedCompanyStackValue, + this.dashViewedExternalAiActivityReportValue, this.governancePolicyAddFoldersValue, this.governancePolicyAddFolderFailedValue, this.governancePolicyContentDisposedValue, @@ -36963,8 +44131,20 @@ public int hashCode() { this.domainVerificationAddDomainSuccessValue, this.domainVerificationRemoveDomainValue, this.enabledDomainInvitesValue, + this.encryptedFolderCancelTeamKeyRotationValue, + this.encryptedFolderEnrollBackupKeyValue, + this.encryptedFolderEnrollClientValue, + this.encryptedFolderEnrollTeamValue, + this.encryptedFolderFinishTeamUnenrollmentValue, + this.encryptedFolderInitTeamKeyRotationValue, + this.encryptedFolderInitTeamUnenrollmentValue, + this.encryptedFolderRemoveBackupKeyValue, + this.encryptedFolderRotateTeamKeyValue, + this.encryptedFolderUnenrollClientValue, + this.teamEncryptionKeyActivateKeyValue, this.teamEncryptionKeyCancelKeyDeletionValue, this.teamEncryptionKeyCreateKeyValue, + this.teamEncryptionKeyDeactivateKeyValue, this.teamEncryptionKeyDeleteKeyValue, this.teamEncryptionKeyDisableKeyValue, this.teamEncryptionKeyEnableKeyValue, @@ -36996,12 +44176,15 @@ public int hashCode() { this.objectLabelUpdatedValueValue, this.organizeFolderWithTidyValue, this.replayFileDeleteValue, + this.replayFileDownloadedValue, + this.replayTeamProjectCreatedValue, this.rewindFolderValue, this.undoNamingConventionValue, this.undoOrganizeFolderWithTidyValue, this.userTagsAddedValue, this.userTagsRemovedValue, this.emailIngestReceiveFileValue, + this.fileRequestAutoCloseValue, this.fileRequestChangeValue, this.fileRequestCloseValue, this.fileRequestCreateValue, @@ -37015,6 +44198,7 @@ public int hashCode() { this.groupCreateValue, this.groupDeleteValue, this.groupDescriptionUpdatedValue, + this.groupExternalSharingSettingOverrideChangedValue, this.groupJoinPolicyUpdatedValue, this.groupMovedValue, this.groupRemoveExternalIdValue, @@ -37032,6 +44216,8 @@ public int hashCode() { this.signInAsSessionEndValue, this.signInAsSessionStartValue, this.ssoErrorValue, + this.addonAssignedValue, + this.addonRemovedValue, this.backupAdminInvitationSentValue, this.backupInvitationOpenedValue, this.createTeamInviteLinkValue, @@ -37057,6 +44243,8 @@ public int hashCode() { this.memberSuggestValue, this.memberTransferAccountContentsValue, this.pendingSecondaryEmailAddedValue, + this.productAssignedToMemberValue, + this.productRemovedFromMemberValue, this.secondaryEmailDeletedValue, this.secondaryEmailVerifiedValue, this.secondaryMailsPolicyChangedValue, @@ -37120,6 +44308,8 @@ public int hashCode() { this.exportMembersReportFailValue, this.externalSharingCreateReportValue, this.externalSharingReportFailedValue, + this.memberAccessDetailsCreateReportValue, + this.memberAccessDetailsCreateReportFailedValue, this.noExpirationLinkGenCreateReportValue, this.noExpirationLinkGenReportFailedValue, this.noPasswordLinkGenCreateReportValue, @@ -37131,9 +44321,15 @@ public int hashCode() { this.paperAdminExportStartValue, this.ransomwareAlertCreateReportValue, this.ransomwareAlertCreateReportFailedValue, + this.sharedFoldersCreateReportValue, + this.sharedFoldersCreateReportFailedValue, this.smartSyncCreateAdminPrivilegeReportValue, this.teamActivityCreateReportValue, this.teamActivityCreateReportFailValue, + this.teamFoldersCreateReportValue, + this.teamFoldersCreateReportFailedValue, + this.teamStorageCreateReportValue, + this.teamStorageCreateReportFailedValue, this.collectionShareValue, this.fileTransfersFileAddValue, this.fileTransfersTransferDeleteValue, @@ -37150,6 +44346,14 @@ public int hashCode() { this.replayFileSharedLinkModifiedValue, this.replayProjectTeamAddValue, this.replayProjectTeamDeleteValue, + this.sendAndTrackFileAddedValue, + this.sendAndTrackFileRenamedValue, + this.sendAndTrackFileUpdatedValue, + this.sendAndTrackLinkCreatedValue, + this.sendAndTrackLinkDeletedValue, + this.sendAndTrackLinkUpdatedValue, + this.sendAndTrackLinkViewedValue, + this.sendAndTrackRemovedFileAndAssociatedLinksValue, this.sfAddGroupValue, this.sfAllowNonMembersToViewSharedLinksValue, this.sfExternalInviteWarnValue, @@ -37205,6 +44409,7 @@ public int hashCode() { this.sharedLinkDisableValue, this.sharedLinkDownloadValue, this.sharedLinkRemoveExpiryValue, + this.sharedLinkRemoveVisitorValue, this.sharedLinkSettingsAddExpirationValue, this.sharedLinkSettingsAddPasswordValue, this.sharedLinkSettingsAllowDownloadDisabledValue, @@ -37244,6 +44449,15 @@ public int hashCode() { this.showcaseUntrashedValue, this.showcaseUntrashedDeprecatedValue, this.showcaseViewValue, + this.signSignatureRequestCanceledValue, + this.signSignatureRequestCompletedValue, + this.signSignatureRequestDeclinedValue, + this.signSignatureRequestOpenedValue, + this.signSignatureRequestReminderSentValue, + this.signSignatureRequestSentValue, + this.signTemplateCreatedValue, + this.signTemplateSharedValue, + this.riscSecurityEventValue, this.ssoAddCertValue, this.ssoAddLoginUrlValue, this.ssoAddLogoutUrlValue, @@ -37262,14 +44476,19 @@ public int hashCode() { this.teamSelectiveSyncSettingsChangedValue, this.accountCaptureChangePolicyValue, this.adminEmailRemindersChangedValue, + this.aiThirdPartySharingDropboxBasePolicyChangedValue, this.allowDownloadDisabledValue, this.allowDownloadEnabledValue, + this.appleLoginChangePolicyValue, this.appPermissionsChangedValue, this.cameraUploadsPolicyChangedValue, + this.captureTeamSpacePolicyChangedValue, this.captureTranscriptPolicyChangedValue, this.classificationChangePolicyValue, this.computerBackupPolicyChangedValue, this.contentAdministrationPolicyChangedValue, + this.contentDeletionProtectionChangePolicyValue, + this.dashExternalSharingPolicyChangedValue, this.dataPlacementRestrictionChangePolicyValue, this.dataPlacementRestrictionSatisfyPolicyValue, this.deviceApprovalsAddExceptionValue, @@ -37294,6 +44513,7 @@ public int hashCode() { this.fileRequestsEmailsEnabledValue, this.fileRequestsEmailsRestrictedToTeamOnlyValue, this.fileTransfersPolicyChangedValue, + this.flexibleFileNamesPolicyChangedValue, this.folderLinkRestrictionPolicyChangedValue, this.googleSsoChangePolicyValue, this.groupUserManagementChangePolicyValue, @@ -37306,6 +44526,7 @@ public int hashCode() { this.memberSpaceLimitsChangePolicyValue, this.memberSpaceLimitsRemoveExceptionValue, this.memberSuggestionsChangePolicyValue, + this.microsoftLoginChangePolicyValue, this.microsoftOfficeAddinChangePolicyValue, this.networkControlChangePolicyValue, this.paperChangeDeploymentPolicyValue, @@ -37316,11 +44537,18 @@ public int hashCode() { this.paperDesktopPolicyChangedValue, this.paperEnabledUsersGroupAdditionValue, this.paperEnabledUsersGroupRemovalValue, + this.passkeyLoginPolicyChangedValue, this.passwordStrengthRequirementsChangePolicyValue, this.permanentDeleteChangePolicyValue, + this.previewsAiPolicyChangedValue, + this.replayAddingPeoplePolicyChangedValue, + this.replaySharingPolicyChangedValue, this.resellerSupportChangePolicyValue, this.rewindPolicyChangedValue, + this.sendAndTrackPolicyChangedValue, + this.sendExternalSharingPolicyChangedValue, this.sendForSignaturePolicyChangedValue, + this.sharedLinkDefaultPermissionsPolicyChangedValue, this.sharingChangeFolderJoinPolicyValue, this.sharingChangeLinkAllowChangeExpirationPolicyValue, this.sharingChangeLinkDefaultExpirationPolicyValue, @@ -37330,18 +44558,23 @@ public int hashCode() { this.showcaseChangeDownloadPolicyValue, this.showcaseChangeEnabledPolicyValue, this.showcaseChangeExternalSharingPolicyValue, + this.signExternalSharingPolicyChangedValue, + this.signTemplateCreationPermissionChangedValue, this.smarterSmartSyncPolicyChangedValue, this.smartSyncChangePolicyValue, this.smartSyncNotOptOutValue, this.smartSyncOptOutValue, this.ssoChangePolicyValue, + this.stackCrossTeamAccessPolicyChangedValue, this.teamBrandingPolicyChangedValue, this.teamExtensionsPolicyChangedValue, + this.teamMemberStorageRequestPolicyChangedValue, this.teamSelectiveSyncPolicyChangedValue, this.teamSharingWhitelistSubjectsChangedValue, this.tfaAddExceptionValue, this.tfaChangePolicyValue, this.tfaRemoveExceptionValue, + this.topLevelContentPolicyChangedValue, this.twoAccountChangePolicyValue, this.viewerInfoPolicyChangedValue, this.watermarkingPolicyChangedValue, @@ -37360,6 +44593,8 @@ public int hashCode() { this.teamProfileChangeNameValue, this.teamProfileRemoveBackgroundValue, this.teamProfileRemoveLogoValue, + this.passkeyAddValue, + this.passkeyRemoveValue, this.tfaAddBackupPhoneValue, this.tfaAddSecurityKeyValue, this.tfaChangeBackupPhoneValue, @@ -37450,6 +44685,68 @@ else if (obj instanceof EventType) { return (this.fileUnlikeCommentValue == other.fileUnlikeCommentValue) || (this.fileUnlikeCommentValue.equals(other.fileUnlikeCommentValue)); case FILE_UNRESOLVE_COMMENT: return (this.fileUnresolveCommentValue == other.fileUnresolveCommentValue) || (this.fileUnresolveCommentValue.equals(other.fileUnresolveCommentValue)); + case DASH_ADDED_COMMENT_TO_STACK: + return (this.dashAddedCommentToStackValue == other.dashAddedCommentToStackValue) || (this.dashAddedCommentToStackValue.equals(other.dashAddedCommentToStackValue)); + case DASH_ADDED_CONNECTOR: + return (this.dashAddedConnectorValue == other.dashAddedConnectorValue) || (this.dashAddedConnectorValue.equals(other.dashAddedConnectorValue)); + case DASH_ADDED_LINK_TO_STACK: + return (this.dashAddedLinkToStackValue == other.dashAddedLinkToStackValue) || (this.dashAddedLinkToStackValue.equals(other.dashAddedLinkToStackValue)); + case DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST: + return (this.dashAddedTeamEmailDomainAllowlistValue == other.dashAddedTeamEmailDomainAllowlistValue) || (this.dashAddedTeamEmailDomainAllowlistValue.equals(other.dashAddedTeamEmailDomainAllowlistValue)); + case DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR: + return (this.dashAdminAddedOrgWideConnectorValue == other.dashAdminAddedOrgWideConnectorValue) || (this.dashAdminAddedOrgWideConnectorValue.equals(other.dashAdminAddedOrgWideConnectorValue)); + case DASH_ADMIN_DISABLED_CONNECTOR: + return (this.dashAdminDisabledConnectorValue == other.dashAdminDisabledConnectorValue) || (this.dashAdminDisabledConnectorValue.equals(other.dashAdminDisabledConnectorValue)); + case DASH_ADMIN_ENABLED_CONNECTOR: + return (this.dashAdminEnabledConnectorValue == other.dashAdminEnabledConnectorValue) || (this.dashAdminEnabledConnectorValue.equals(other.dashAdminEnabledConnectorValue)); + case DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR: + return (this.dashAdminRemovedOrgWideConnectorValue == other.dashAdminRemovedOrgWideConnectorValue) || (this.dashAdminRemovedOrgWideConnectorValue.equals(other.dashAdminRemovedOrgWideConnectorValue)); + case DASH_ARCHIVED_STACK: + return (this.dashArchivedStackValue == other.dashArchivedStackValue) || (this.dashArchivedStackValue.equals(other.dashArchivedStackValue)); + case DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK: + return (this.dashChangedAudienceOfSharedLinkToStackValue == other.dashChangedAudienceOfSharedLinkToStackValue) || (this.dashChangedAudienceOfSharedLinkToStackValue.equals(other.dashChangedAudienceOfSharedLinkToStackValue)); + case DASH_CLONED_STACK: + return (this.dashClonedStackValue == other.dashClonedStackValue) || (this.dashClonedStackValue.equals(other.dashClonedStackValue)); + case DASH_CREATED_STACK: + return (this.dashCreatedStackValue == other.dashCreatedStackValue) || (this.dashCreatedStackValue.equals(other.dashCreatedStackValue)); + case DASH_DELETED_COMMENT_FROM_STACK: + return (this.dashDeletedCommentFromStackValue == other.dashDeletedCommentFromStackValue) || (this.dashDeletedCommentFromStackValue.equals(other.dashDeletedCommentFromStackValue)); + case DASH_DELETED_STACK: + return (this.dashDeletedStackValue == other.dashDeletedStackValue) || (this.dashDeletedStackValue.equals(other.dashDeletedStackValue)); + case DASH_EDITED_COMMENT_IN_STACK: + return (this.dashEditedCommentInStackValue == other.dashEditedCommentInStackValue) || (this.dashEditedCommentInStackValue.equals(other.dashEditedCommentInStackValue)); + case DASH_EXTERNAL_USER_OPENED_STACK: + return (this.dashExternalUserOpenedStackValue == other.dashExternalUserOpenedStackValue) || (this.dashExternalUserOpenedStackValue.equals(other.dashExternalUserOpenedStackValue)); + case DASH_FIRST_LAUNCHED_DESKTOP: + return (this.dashFirstLaunchedDesktopValue == other.dashFirstLaunchedDesktopValue) || (this.dashFirstLaunchedDesktopValue.equals(other.dashFirstLaunchedDesktopValue)); + case DASH_FIRST_LAUNCHED_EXTENSION: + return (this.dashFirstLaunchedExtensionValue == other.dashFirstLaunchedExtensionValue) || (this.dashFirstLaunchedExtensionValue.equals(other.dashFirstLaunchedExtensionValue)); + case DASH_FIRST_LAUNCHED_WEB_START_PAGE: + return (this.dashFirstLaunchedWebStartPageValue == other.dashFirstLaunchedWebStartPageValue) || (this.dashFirstLaunchedWebStartPageValue.equals(other.dashFirstLaunchedWebStartPageValue)); + case DASH_OPENED_SHARED_LINK_TO_STACK: + return (this.dashOpenedSharedLinkToStackValue == other.dashOpenedSharedLinkToStackValue) || (this.dashOpenedSharedLinkToStackValue.equals(other.dashOpenedSharedLinkToStackValue)); + case DASH_OPENED_STACK: + return (this.dashOpenedStackValue == other.dashOpenedStackValue) || (this.dashOpenedStackValue.equals(other.dashOpenedStackValue)); + case DASH_PREVIEW_OPT_OUT_STATUS_CHANGED: + return (this.dashPreviewOptOutStatusChangedValue == other.dashPreviewOptOutStatusChangedValue) || (this.dashPreviewOptOutStatusChangedValue.equals(other.dashPreviewOptOutStatusChangedValue)); + case DASH_REMOVED_CONNECTOR: + return (this.dashRemovedConnectorValue == other.dashRemovedConnectorValue) || (this.dashRemovedConnectorValue.equals(other.dashRemovedConnectorValue)); + case DASH_REMOVED_LINK_FROM_STACK: + return (this.dashRemovedLinkFromStackValue == other.dashRemovedLinkFromStackValue) || (this.dashRemovedLinkFromStackValue.equals(other.dashRemovedLinkFromStackValue)); + case DASH_REMOVED_SHARED_LINK_TO_STACK: + return (this.dashRemovedSharedLinkToStackValue == other.dashRemovedSharedLinkToStackValue) || (this.dashRemovedSharedLinkToStackValue.equals(other.dashRemovedSharedLinkToStackValue)); + case DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST: + return (this.dashRemovedTeamEmailDomainAllowlistValue == other.dashRemovedTeamEmailDomainAllowlistValue) || (this.dashRemovedTeamEmailDomainAllowlistValue.equals(other.dashRemovedTeamEmailDomainAllowlistValue)); + case DASH_RENAMED_STACK: + return (this.dashRenamedStackValue == other.dashRenamedStackValue) || (this.dashRenamedStackValue.equals(other.dashRenamedStackValue)); + case DASH_SHARED_LINK_TO_STACK: + return (this.dashSharedLinkToStackValue == other.dashSharedLinkToStackValue) || (this.dashSharedLinkToStackValue.equals(other.dashSharedLinkToStackValue)); + case DASH_UNARCHIVED_STACK: + return (this.dashUnarchivedStackValue == other.dashUnarchivedStackValue) || (this.dashUnarchivedStackValue.equals(other.dashUnarchivedStackValue)); + case DASH_VIEWED_COMPANY_STACK: + return (this.dashViewedCompanyStackValue == other.dashViewedCompanyStackValue) || (this.dashViewedCompanyStackValue.equals(other.dashViewedCompanyStackValue)); + case DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT: + return (this.dashViewedExternalAiActivityReportValue == other.dashViewedExternalAiActivityReportValue) || (this.dashViewedExternalAiActivityReportValue.equals(other.dashViewedExternalAiActivityReportValue)); case GOVERNANCE_POLICY_ADD_FOLDERS: return (this.governancePolicyAddFoldersValue == other.governancePolicyAddFoldersValue) || (this.governancePolicyAddFoldersValue.equals(other.governancePolicyAddFoldersValue)); case GOVERNANCE_POLICY_ADD_FOLDER_FAILED: @@ -37558,10 +44855,34 @@ else if (obj instanceof EventType) { return (this.domainVerificationRemoveDomainValue == other.domainVerificationRemoveDomainValue) || (this.domainVerificationRemoveDomainValue.equals(other.domainVerificationRemoveDomainValue)); case ENABLED_DOMAIN_INVITES: return (this.enabledDomainInvitesValue == other.enabledDomainInvitesValue) || (this.enabledDomainInvitesValue.equals(other.enabledDomainInvitesValue)); + case ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION: + return (this.encryptedFolderCancelTeamKeyRotationValue == other.encryptedFolderCancelTeamKeyRotationValue) || (this.encryptedFolderCancelTeamKeyRotationValue.equals(other.encryptedFolderCancelTeamKeyRotationValue)); + case ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY: + return (this.encryptedFolderEnrollBackupKeyValue == other.encryptedFolderEnrollBackupKeyValue) || (this.encryptedFolderEnrollBackupKeyValue.equals(other.encryptedFolderEnrollBackupKeyValue)); + case ENCRYPTED_FOLDER_ENROLL_CLIENT: + return (this.encryptedFolderEnrollClientValue == other.encryptedFolderEnrollClientValue) || (this.encryptedFolderEnrollClientValue.equals(other.encryptedFolderEnrollClientValue)); + case ENCRYPTED_FOLDER_ENROLL_TEAM: + return (this.encryptedFolderEnrollTeamValue == other.encryptedFolderEnrollTeamValue) || (this.encryptedFolderEnrollTeamValue.equals(other.encryptedFolderEnrollTeamValue)); + case ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT: + return (this.encryptedFolderFinishTeamUnenrollmentValue == other.encryptedFolderFinishTeamUnenrollmentValue) || (this.encryptedFolderFinishTeamUnenrollmentValue.equals(other.encryptedFolderFinishTeamUnenrollmentValue)); + case ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION: + return (this.encryptedFolderInitTeamKeyRotationValue == other.encryptedFolderInitTeamKeyRotationValue) || (this.encryptedFolderInitTeamKeyRotationValue.equals(other.encryptedFolderInitTeamKeyRotationValue)); + case ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT: + return (this.encryptedFolderInitTeamUnenrollmentValue == other.encryptedFolderInitTeamUnenrollmentValue) || (this.encryptedFolderInitTeamUnenrollmentValue.equals(other.encryptedFolderInitTeamUnenrollmentValue)); + case ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY: + return (this.encryptedFolderRemoveBackupKeyValue == other.encryptedFolderRemoveBackupKeyValue) || (this.encryptedFolderRemoveBackupKeyValue.equals(other.encryptedFolderRemoveBackupKeyValue)); + case ENCRYPTED_FOLDER_ROTATE_TEAM_KEY: + return (this.encryptedFolderRotateTeamKeyValue == other.encryptedFolderRotateTeamKeyValue) || (this.encryptedFolderRotateTeamKeyValue.equals(other.encryptedFolderRotateTeamKeyValue)); + case ENCRYPTED_FOLDER_UNENROLL_CLIENT: + return (this.encryptedFolderUnenrollClientValue == other.encryptedFolderUnenrollClientValue) || (this.encryptedFolderUnenrollClientValue.equals(other.encryptedFolderUnenrollClientValue)); + case TEAM_ENCRYPTION_KEY_ACTIVATE_KEY: + return (this.teamEncryptionKeyActivateKeyValue == other.teamEncryptionKeyActivateKeyValue) || (this.teamEncryptionKeyActivateKeyValue.equals(other.teamEncryptionKeyActivateKeyValue)); case TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION: return (this.teamEncryptionKeyCancelKeyDeletionValue == other.teamEncryptionKeyCancelKeyDeletionValue) || (this.teamEncryptionKeyCancelKeyDeletionValue.equals(other.teamEncryptionKeyCancelKeyDeletionValue)); case TEAM_ENCRYPTION_KEY_CREATE_KEY: return (this.teamEncryptionKeyCreateKeyValue == other.teamEncryptionKeyCreateKeyValue) || (this.teamEncryptionKeyCreateKeyValue.equals(other.teamEncryptionKeyCreateKeyValue)); + case TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY: + return (this.teamEncryptionKeyDeactivateKeyValue == other.teamEncryptionKeyDeactivateKeyValue) || (this.teamEncryptionKeyDeactivateKeyValue.equals(other.teamEncryptionKeyDeactivateKeyValue)); case TEAM_ENCRYPTION_KEY_DELETE_KEY: return (this.teamEncryptionKeyDeleteKeyValue == other.teamEncryptionKeyDeleteKeyValue) || (this.teamEncryptionKeyDeleteKeyValue.equals(other.teamEncryptionKeyDeleteKeyValue)); case TEAM_ENCRYPTION_KEY_DISABLE_KEY: @@ -37624,6 +44945,10 @@ else if (obj instanceof EventType) { return (this.organizeFolderWithTidyValue == other.organizeFolderWithTidyValue) || (this.organizeFolderWithTidyValue.equals(other.organizeFolderWithTidyValue)); case REPLAY_FILE_DELETE: return (this.replayFileDeleteValue == other.replayFileDeleteValue) || (this.replayFileDeleteValue.equals(other.replayFileDeleteValue)); + case REPLAY_FILE_DOWNLOADED: + return (this.replayFileDownloadedValue == other.replayFileDownloadedValue) || (this.replayFileDownloadedValue.equals(other.replayFileDownloadedValue)); + case REPLAY_TEAM_PROJECT_CREATED: + return (this.replayTeamProjectCreatedValue == other.replayTeamProjectCreatedValue) || (this.replayTeamProjectCreatedValue.equals(other.replayTeamProjectCreatedValue)); case REWIND_FOLDER: return (this.rewindFolderValue == other.rewindFolderValue) || (this.rewindFolderValue.equals(other.rewindFolderValue)); case UNDO_NAMING_CONVENTION: @@ -37636,6 +44961,8 @@ else if (obj instanceof EventType) { return (this.userTagsRemovedValue == other.userTagsRemovedValue) || (this.userTagsRemovedValue.equals(other.userTagsRemovedValue)); case EMAIL_INGEST_RECEIVE_FILE: return (this.emailIngestReceiveFileValue == other.emailIngestReceiveFileValue) || (this.emailIngestReceiveFileValue.equals(other.emailIngestReceiveFileValue)); + case FILE_REQUEST_AUTO_CLOSE: + return (this.fileRequestAutoCloseValue == other.fileRequestAutoCloseValue) || (this.fileRequestAutoCloseValue.equals(other.fileRequestAutoCloseValue)); case FILE_REQUEST_CHANGE: return (this.fileRequestChangeValue == other.fileRequestChangeValue) || (this.fileRequestChangeValue.equals(other.fileRequestChangeValue)); case FILE_REQUEST_CLOSE: @@ -37662,6 +44989,8 @@ else if (obj instanceof EventType) { return (this.groupDeleteValue == other.groupDeleteValue) || (this.groupDeleteValue.equals(other.groupDeleteValue)); case GROUP_DESCRIPTION_UPDATED: return (this.groupDescriptionUpdatedValue == other.groupDescriptionUpdatedValue) || (this.groupDescriptionUpdatedValue.equals(other.groupDescriptionUpdatedValue)); + case GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED: + return (this.groupExternalSharingSettingOverrideChangedValue == other.groupExternalSharingSettingOverrideChangedValue) || (this.groupExternalSharingSettingOverrideChangedValue.equals(other.groupExternalSharingSettingOverrideChangedValue)); case GROUP_JOIN_POLICY_UPDATED: return (this.groupJoinPolicyUpdatedValue == other.groupJoinPolicyUpdatedValue) || (this.groupJoinPolicyUpdatedValue.equals(other.groupJoinPolicyUpdatedValue)); case GROUP_MOVED: @@ -37696,6 +45025,10 @@ else if (obj instanceof EventType) { return (this.signInAsSessionStartValue == other.signInAsSessionStartValue) || (this.signInAsSessionStartValue.equals(other.signInAsSessionStartValue)); case SSO_ERROR: return (this.ssoErrorValue == other.ssoErrorValue) || (this.ssoErrorValue.equals(other.ssoErrorValue)); + case ADDON_ASSIGNED: + return (this.addonAssignedValue == other.addonAssignedValue) || (this.addonAssignedValue.equals(other.addonAssignedValue)); + case ADDON_REMOVED: + return (this.addonRemovedValue == other.addonRemovedValue) || (this.addonRemovedValue.equals(other.addonRemovedValue)); case BACKUP_ADMIN_INVITATION_SENT: return (this.backupAdminInvitationSentValue == other.backupAdminInvitationSentValue) || (this.backupAdminInvitationSentValue.equals(other.backupAdminInvitationSentValue)); case BACKUP_INVITATION_OPENED: @@ -37746,6 +45079,10 @@ else if (obj instanceof EventType) { return (this.memberTransferAccountContentsValue == other.memberTransferAccountContentsValue) || (this.memberTransferAccountContentsValue.equals(other.memberTransferAccountContentsValue)); case PENDING_SECONDARY_EMAIL_ADDED: return (this.pendingSecondaryEmailAddedValue == other.pendingSecondaryEmailAddedValue) || (this.pendingSecondaryEmailAddedValue.equals(other.pendingSecondaryEmailAddedValue)); + case PRODUCT_ASSIGNED_TO_MEMBER: + return (this.productAssignedToMemberValue == other.productAssignedToMemberValue) || (this.productAssignedToMemberValue.equals(other.productAssignedToMemberValue)); + case PRODUCT_REMOVED_FROM_MEMBER: + return (this.productRemovedFromMemberValue == other.productRemovedFromMemberValue) || (this.productRemovedFromMemberValue.equals(other.productRemovedFromMemberValue)); case SECONDARY_EMAIL_DELETED: return (this.secondaryEmailDeletedValue == other.secondaryEmailDeletedValue) || (this.secondaryEmailDeletedValue.equals(other.secondaryEmailDeletedValue)); case SECONDARY_EMAIL_VERIFIED: @@ -37872,6 +45209,10 @@ else if (obj instanceof EventType) { return (this.externalSharingCreateReportValue == other.externalSharingCreateReportValue) || (this.externalSharingCreateReportValue.equals(other.externalSharingCreateReportValue)); case EXTERNAL_SHARING_REPORT_FAILED: return (this.externalSharingReportFailedValue == other.externalSharingReportFailedValue) || (this.externalSharingReportFailedValue.equals(other.externalSharingReportFailedValue)); + case MEMBER_ACCESS_DETAILS_CREATE_REPORT: + return (this.memberAccessDetailsCreateReportValue == other.memberAccessDetailsCreateReportValue) || (this.memberAccessDetailsCreateReportValue.equals(other.memberAccessDetailsCreateReportValue)); + case MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED: + return (this.memberAccessDetailsCreateReportFailedValue == other.memberAccessDetailsCreateReportFailedValue) || (this.memberAccessDetailsCreateReportFailedValue.equals(other.memberAccessDetailsCreateReportFailedValue)); case NO_EXPIRATION_LINK_GEN_CREATE_REPORT: return (this.noExpirationLinkGenCreateReportValue == other.noExpirationLinkGenCreateReportValue) || (this.noExpirationLinkGenCreateReportValue.equals(other.noExpirationLinkGenCreateReportValue)); case NO_EXPIRATION_LINK_GEN_REPORT_FAILED: @@ -37894,12 +45235,24 @@ else if (obj instanceof EventType) { return (this.ransomwareAlertCreateReportValue == other.ransomwareAlertCreateReportValue) || (this.ransomwareAlertCreateReportValue.equals(other.ransomwareAlertCreateReportValue)); case RANSOMWARE_ALERT_CREATE_REPORT_FAILED: return (this.ransomwareAlertCreateReportFailedValue == other.ransomwareAlertCreateReportFailedValue) || (this.ransomwareAlertCreateReportFailedValue.equals(other.ransomwareAlertCreateReportFailedValue)); + case SHARED_FOLDERS_CREATE_REPORT: + return (this.sharedFoldersCreateReportValue == other.sharedFoldersCreateReportValue) || (this.sharedFoldersCreateReportValue.equals(other.sharedFoldersCreateReportValue)); + case SHARED_FOLDERS_CREATE_REPORT_FAILED: + return (this.sharedFoldersCreateReportFailedValue == other.sharedFoldersCreateReportFailedValue) || (this.sharedFoldersCreateReportFailedValue.equals(other.sharedFoldersCreateReportFailedValue)); case SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT: return (this.smartSyncCreateAdminPrivilegeReportValue == other.smartSyncCreateAdminPrivilegeReportValue) || (this.smartSyncCreateAdminPrivilegeReportValue.equals(other.smartSyncCreateAdminPrivilegeReportValue)); case TEAM_ACTIVITY_CREATE_REPORT: return (this.teamActivityCreateReportValue == other.teamActivityCreateReportValue) || (this.teamActivityCreateReportValue.equals(other.teamActivityCreateReportValue)); case TEAM_ACTIVITY_CREATE_REPORT_FAIL: return (this.teamActivityCreateReportFailValue == other.teamActivityCreateReportFailValue) || (this.teamActivityCreateReportFailValue.equals(other.teamActivityCreateReportFailValue)); + case TEAM_FOLDERS_CREATE_REPORT: + return (this.teamFoldersCreateReportValue == other.teamFoldersCreateReportValue) || (this.teamFoldersCreateReportValue.equals(other.teamFoldersCreateReportValue)); + case TEAM_FOLDERS_CREATE_REPORT_FAILED: + return (this.teamFoldersCreateReportFailedValue == other.teamFoldersCreateReportFailedValue) || (this.teamFoldersCreateReportFailedValue.equals(other.teamFoldersCreateReportFailedValue)); + case TEAM_STORAGE_CREATE_REPORT: + return (this.teamStorageCreateReportValue == other.teamStorageCreateReportValue) || (this.teamStorageCreateReportValue.equals(other.teamStorageCreateReportValue)); + case TEAM_STORAGE_CREATE_REPORT_FAILED: + return (this.teamStorageCreateReportFailedValue == other.teamStorageCreateReportFailedValue) || (this.teamStorageCreateReportFailedValue.equals(other.teamStorageCreateReportFailedValue)); case COLLECTION_SHARE: return (this.collectionShareValue == other.collectionShareValue) || (this.collectionShareValue.equals(other.collectionShareValue)); case FILE_TRANSFERS_FILE_ADD: @@ -37932,6 +45285,22 @@ else if (obj instanceof EventType) { return (this.replayProjectTeamAddValue == other.replayProjectTeamAddValue) || (this.replayProjectTeamAddValue.equals(other.replayProjectTeamAddValue)); case REPLAY_PROJECT_TEAM_DELETE: return (this.replayProjectTeamDeleteValue == other.replayProjectTeamDeleteValue) || (this.replayProjectTeamDeleteValue.equals(other.replayProjectTeamDeleteValue)); + case SEND_AND_TRACK_FILE_ADDED: + return (this.sendAndTrackFileAddedValue == other.sendAndTrackFileAddedValue) || (this.sendAndTrackFileAddedValue.equals(other.sendAndTrackFileAddedValue)); + case SEND_AND_TRACK_FILE_RENAMED: + return (this.sendAndTrackFileRenamedValue == other.sendAndTrackFileRenamedValue) || (this.sendAndTrackFileRenamedValue.equals(other.sendAndTrackFileRenamedValue)); + case SEND_AND_TRACK_FILE_UPDATED: + return (this.sendAndTrackFileUpdatedValue == other.sendAndTrackFileUpdatedValue) || (this.sendAndTrackFileUpdatedValue.equals(other.sendAndTrackFileUpdatedValue)); + case SEND_AND_TRACK_LINK_CREATED: + return (this.sendAndTrackLinkCreatedValue == other.sendAndTrackLinkCreatedValue) || (this.sendAndTrackLinkCreatedValue.equals(other.sendAndTrackLinkCreatedValue)); + case SEND_AND_TRACK_LINK_DELETED: + return (this.sendAndTrackLinkDeletedValue == other.sendAndTrackLinkDeletedValue) || (this.sendAndTrackLinkDeletedValue.equals(other.sendAndTrackLinkDeletedValue)); + case SEND_AND_TRACK_LINK_UPDATED: + return (this.sendAndTrackLinkUpdatedValue == other.sendAndTrackLinkUpdatedValue) || (this.sendAndTrackLinkUpdatedValue.equals(other.sendAndTrackLinkUpdatedValue)); + case SEND_AND_TRACK_LINK_VIEWED: + return (this.sendAndTrackLinkViewedValue == other.sendAndTrackLinkViewedValue) || (this.sendAndTrackLinkViewedValue.equals(other.sendAndTrackLinkViewedValue)); + case SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS: + return (this.sendAndTrackRemovedFileAndAssociatedLinksValue == other.sendAndTrackRemovedFileAndAssociatedLinksValue) || (this.sendAndTrackRemovedFileAndAssociatedLinksValue.equals(other.sendAndTrackRemovedFileAndAssociatedLinksValue)); case SF_ADD_GROUP: return (this.sfAddGroupValue == other.sfAddGroupValue) || (this.sfAddGroupValue.equals(other.sfAddGroupValue)); case SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS: @@ -38042,6 +45411,8 @@ else if (obj instanceof EventType) { return (this.sharedLinkDownloadValue == other.sharedLinkDownloadValue) || (this.sharedLinkDownloadValue.equals(other.sharedLinkDownloadValue)); case SHARED_LINK_REMOVE_EXPIRY: return (this.sharedLinkRemoveExpiryValue == other.sharedLinkRemoveExpiryValue) || (this.sharedLinkRemoveExpiryValue.equals(other.sharedLinkRemoveExpiryValue)); + case SHARED_LINK_REMOVE_VISITOR: + return (this.sharedLinkRemoveVisitorValue == other.sharedLinkRemoveVisitorValue) || (this.sharedLinkRemoveVisitorValue.equals(other.sharedLinkRemoveVisitorValue)); case SHARED_LINK_SETTINGS_ADD_EXPIRATION: return (this.sharedLinkSettingsAddExpirationValue == other.sharedLinkSettingsAddExpirationValue) || (this.sharedLinkSettingsAddExpirationValue.equals(other.sharedLinkSettingsAddExpirationValue)); case SHARED_LINK_SETTINGS_ADD_PASSWORD: @@ -38120,6 +45491,24 @@ else if (obj instanceof EventType) { return (this.showcaseUntrashedDeprecatedValue == other.showcaseUntrashedDeprecatedValue) || (this.showcaseUntrashedDeprecatedValue.equals(other.showcaseUntrashedDeprecatedValue)); case SHOWCASE_VIEW: return (this.showcaseViewValue == other.showcaseViewValue) || (this.showcaseViewValue.equals(other.showcaseViewValue)); + case SIGN_SIGNATURE_REQUEST_CANCELED: + return (this.signSignatureRequestCanceledValue == other.signSignatureRequestCanceledValue) || (this.signSignatureRequestCanceledValue.equals(other.signSignatureRequestCanceledValue)); + case SIGN_SIGNATURE_REQUEST_COMPLETED: + return (this.signSignatureRequestCompletedValue == other.signSignatureRequestCompletedValue) || (this.signSignatureRequestCompletedValue.equals(other.signSignatureRequestCompletedValue)); + case SIGN_SIGNATURE_REQUEST_DECLINED: + return (this.signSignatureRequestDeclinedValue == other.signSignatureRequestDeclinedValue) || (this.signSignatureRequestDeclinedValue.equals(other.signSignatureRequestDeclinedValue)); + case SIGN_SIGNATURE_REQUEST_OPENED: + return (this.signSignatureRequestOpenedValue == other.signSignatureRequestOpenedValue) || (this.signSignatureRequestOpenedValue.equals(other.signSignatureRequestOpenedValue)); + case SIGN_SIGNATURE_REQUEST_REMINDER_SENT: + return (this.signSignatureRequestReminderSentValue == other.signSignatureRequestReminderSentValue) || (this.signSignatureRequestReminderSentValue.equals(other.signSignatureRequestReminderSentValue)); + case SIGN_SIGNATURE_REQUEST_SENT: + return (this.signSignatureRequestSentValue == other.signSignatureRequestSentValue) || (this.signSignatureRequestSentValue.equals(other.signSignatureRequestSentValue)); + case SIGN_TEMPLATE_CREATED: + return (this.signTemplateCreatedValue == other.signTemplateCreatedValue) || (this.signTemplateCreatedValue.equals(other.signTemplateCreatedValue)); + case SIGN_TEMPLATE_SHARED: + return (this.signTemplateSharedValue == other.signTemplateSharedValue) || (this.signTemplateSharedValue.equals(other.signTemplateSharedValue)); + case RISC_SECURITY_EVENT: + return (this.riscSecurityEventValue == other.riscSecurityEventValue) || (this.riscSecurityEventValue.equals(other.riscSecurityEventValue)); case SSO_ADD_CERT: return (this.ssoAddCertValue == other.ssoAddCertValue) || (this.ssoAddCertValue.equals(other.ssoAddCertValue)); case SSO_ADD_LOGIN_URL: @@ -38156,14 +45545,20 @@ else if (obj instanceof EventType) { return (this.accountCaptureChangePolicyValue == other.accountCaptureChangePolicyValue) || (this.accountCaptureChangePolicyValue.equals(other.accountCaptureChangePolicyValue)); case ADMIN_EMAIL_REMINDERS_CHANGED: return (this.adminEmailRemindersChangedValue == other.adminEmailRemindersChangedValue) || (this.adminEmailRemindersChangedValue.equals(other.adminEmailRemindersChangedValue)); + case AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED: + return (this.aiThirdPartySharingDropboxBasePolicyChangedValue == other.aiThirdPartySharingDropboxBasePolicyChangedValue) || (this.aiThirdPartySharingDropboxBasePolicyChangedValue.equals(other.aiThirdPartySharingDropboxBasePolicyChangedValue)); case ALLOW_DOWNLOAD_DISABLED: return (this.allowDownloadDisabledValue == other.allowDownloadDisabledValue) || (this.allowDownloadDisabledValue.equals(other.allowDownloadDisabledValue)); case ALLOW_DOWNLOAD_ENABLED: return (this.allowDownloadEnabledValue == other.allowDownloadEnabledValue) || (this.allowDownloadEnabledValue.equals(other.allowDownloadEnabledValue)); + case APPLE_LOGIN_CHANGE_POLICY: + return (this.appleLoginChangePolicyValue == other.appleLoginChangePolicyValue) || (this.appleLoginChangePolicyValue.equals(other.appleLoginChangePolicyValue)); case APP_PERMISSIONS_CHANGED: return (this.appPermissionsChangedValue == other.appPermissionsChangedValue) || (this.appPermissionsChangedValue.equals(other.appPermissionsChangedValue)); case CAMERA_UPLOADS_POLICY_CHANGED: return (this.cameraUploadsPolicyChangedValue == other.cameraUploadsPolicyChangedValue) || (this.cameraUploadsPolicyChangedValue.equals(other.cameraUploadsPolicyChangedValue)); + case CAPTURE_TEAM_SPACE_POLICY_CHANGED: + return (this.captureTeamSpacePolicyChangedValue == other.captureTeamSpacePolicyChangedValue) || (this.captureTeamSpacePolicyChangedValue.equals(other.captureTeamSpacePolicyChangedValue)); case CAPTURE_TRANSCRIPT_POLICY_CHANGED: return (this.captureTranscriptPolicyChangedValue == other.captureTranscriptPolicyChangedValue) || (this.captureTranscriptPolicyChangedValue.equals(other.captureTranscriptPolicyChangedValue)); case CLASSIFICATION_CHANGE_POLICY: @@ -38172,6 +45567,10 @@ else if (obj instanceof EventType) { return (this.computerBackupPolicyChangedValue == other.computerBackupPolicyChangedValue) || (this.computerBackupPolicyChangedValue.equals(other.computerBackupPolicyChangedValue)); case CONTENT_ADMINISTRATION_POLICY_CHANGED: return (this.contentAdministrationPolicyChangedValue == other.contentAdministrationPolicyChangedValue) || (this.contentAdministrationPolicyChangedValue.equals(other.contentAdministrationPolicyChangedValue)); + case CONTENT_DELETION_PROTECTION_CHANGE_POLICY: + return (this.contentDeletionProtectionChangePolicyValue == other.contentDeletionProtectionChangePolicyValue) || (this.contentDeletionProtectionChangePolicyValue.equals(other.contentDeletionProtectionChangePolicyValue)); + case DASH_EXTERNAL_SHARING_POLICY_CHANGED: + return (this.dashExternalSharingPolicyChangedValue == other.dashExternalSharingPolicyChangedValue) || (this.dashExternalSharingPolicyChangedValue.equals(other.dashExternalSharingPolicyChangedValue)); case DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY: return (this.dataPlacementRestrictionChangePolicyValue == other.dataPlacementRestrictionChangePolicyValue) || (this.dataPlacementRestrictionChangePolicyValue.equals(other.dataPlacementRestrictionChangePolicyValue)); case DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY: @@ -38220,6 +45619,8 @@ else if (obj instanceof EventType) { return (this.fileRequestsEmailsRestrictedToTeamOnlyValue == other.fileRequestsEmailsRestrictedToTeamOnlyValue) || (this.fileRequestsEmailsRestrictedToTeamOnlyValue.equals(other.fileRequestsEmailsRestrictedToTeamOnlyValue)); case FILE_TRANSFERS_POLICY_CHANGED: return (this.fileTransfersPolicyChangedValue == other.fileTransfersPolicyChangedValue) || (this.fileTransfersPolicyChangedValue.equals(other.fileTransfersPolicyChangedValue)); + case FLEXIBLE_FILE_NAMES_POLICY_CHANGED: + return (this.flexibleFileNamesPolicyChangedValue == other.flexibleFileNamesPolicyChangedValue) || (this.flexibleFileNamesPolicyChangedValue.equals(other.flexibleFileNamesPolicyChangedValue)); case FOLDER_LINK_RESTRICTION_POLICY_CHANGED: return (this.folderLinkRestrictionPolicyChangedValue == other.folderLinkRestrictionPolicyChangedValue) || (this.folderLinkRestrictionPolicyChangedValue.equals(other.folderLinkRestrictionPolicyChangedValue)); case GOOGLE_SSO_CHANGE_POLICY: @@ -38244,6 +45645,8 @@ else if (obj instanceof EventType) { return (this.memberSpaceLimitsRemoveExceptionValue == other.memberSpaceLimitsRemoveExceptionValue) || (this.memberSpaceLimitsRemoveExceptionValue.equals(other.memberSpaceLimitsRemoveExceptionValue)); case MEMBER_SUGGESTIONS_CHANGE_POLICY: return (this.memberSuggestionsChangePolicyValue == other.memberSuggestionsChangePolicyValue) || (this.memberSuggestionsChangePolicyValue.equals(other.memberSuggestionsChangePolicyValue)); + case MICROSOFT_LOGIN_CHANGE_POLICY: + return (this.microsoftLoginChangePolicyValue == other.microsoftLoginChangePolicyValue) || (this.microsoftLoginChangePolicyValue.equals(other.microsoftLoginChangePolicyValue)); case MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY: return (this.microsoftOfficeAddinChangePolicyValue == other.microsoftOfficeAddinChangePolicyValue) || (this.microsoftOfficeAddinChangePolicyValue.equals(other.microsoftOfficeAddinChangePolicyValue)); case NETWORK_CONTROL_CHANGE_POLICY: @@ -38264,16 +45667,30 @@ else if (obj instanceof EventType) { return (this.paperEnabledUsersGroupAdditionValue == other.paperEnabledUsersGroupAdditionValue) || (this.paperEnabledUsersGroupAdditionValue.equals(other.paperEnabledUsersGroupAdditionValue)); case PAPER_ENABLED_USERS_GROUP_REMOVAL: return (this.paperEnabledUsersGroupRemovalValue == other.paperEnabledUsersGroupRemovalValue) || (this.paperEnabledUsersGroupRemovalValue.equals(other.paperEnabledUsersGroupRemovalValue)); + case PASSKEY_LOGIN_POLICY_CHANGED: + return (this.passkeyLoginPolicyChangedValue == other.passkeyLoginPolicyChangedValue) || (this.passkeyLoginPolicyChangedValue.equals(other.passkeyLoginPolicyChangedValue)); case PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY: return (this.passwordStrengthRequirementsChangePolicyValue == other.passwordStrengthRequirementsChangePolicyValue) || (this.passwordStrengthRequirementsChangePolicyValue.equals(other.passwordStrengthRequirementsChangePolicyValue)); case PERMANENT_DELETE_CHANGE_POLICY: return (this.permanentDeleteChangePolicyValue == other.permanentDeleteChangePolicyValue) || (this.permanentDeleteChangePolicyValue.equals(other.permanentDeleteChangePolicyValue)); + case PREVIEWS_AI_POLICY_CHANGED: + return (this.previewsAiPolicyChangedValue == other.previewsAiPolicyChangedValue) || (this.previewsAiPolicyChangedValue.equals(other.previewsAiPolicyChangedValue)); + case REPLAY_ADDING_PEOPLE_POLICY_CHANGED: + return (this.replayAddingPeoplePolicyChangedValue == other.replayAddingPeoplePolicyChangedValue) || (this.replayAddingPeoplePolicyChangedValue.equals(other.replayAddingPeoplePolicyChangedValue)); + case REPLAY_SHARING_POLICY_CHANGED: + return (this.replaySharingPolicyChangedValue == other.replaySharingPolicyChangedValue) || (this.replaySharingPolicyChangedValue.equals(other.replaySharingPolicyChangedValue)); case RESELLER_SUPPORT_CHANGE_POLICY: return (this.resellerSupportChangePolicyValue == other.resellerSupportChangePolicyValue) || (this.resellerSupportChangePolicyValue.equals(other.resellerSupportChangePolicyValue)); case REWIND_POLICY_CHANGED: return (this.rewindPolicyChangedValue == other.rewindPolicyChangedValue) || (this.rewindPolicyChangedValue.equals(other.rewindPolicyChangedValue)); + case SEND_AND_TRACK_POLICY_CHANGED: + return (this.sendAndTrackPolicyChangedValue == other.sendAndTrackPolicyChangedValue) || (this.sendAndTrackPolicyChangedValue.equals(other.sendAndTrackPolicyChangedValue)); + case SEND_EXTERNAL_SHARING_POLICY_CHANGED: + return (this.sendExternalSharingPolicyChangedValue == other.sendExternalSharingPolicyChangedValue) || (this.sendExternalSharingPolicyChangedValue.equals(other.sendExternalSharingPolicyChangedValue)); case SEND_FOR_SIGNATURE_POLICY_CHANGED: return (this.sendForSignaturePolicyChangedValue == other.sendForSignaturePolicyChangedValue) || (this.sendForSignaturePolicyChangedValue.equals(other.sendForSignaturePolicyChangedValue)); + case SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED: + return (this.sharedLinkDefaultPermissionsPolicyChangedValue == other.sharedLinkDefaultPermissionsPolicyChangedValue) || (this.sharedLinkDefaultPermissionsPolicyChangedValue.equals(other.sharedLinkDefaultPermissionsPolicyChangedValue)); case SHARING_CHANGE_FOLDER_JOIN_POLICY: return (this.sharingChangeFolderJoinPolicyValue == other.sharingChangeFolderJoinPolicyValue) || (this.sharingChangeFolderJoinPolicyValue.equals(other.sharingChangeFolderJoinPolicyValue)); case SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY: @@ -38292,6 +45709,10 @@ else if (obj instanceof EventType) { return (this.showcaseChangeEnabledPolicyValue == other.showcaseChangeEnabledPolicyValue) || (this.showcaseChangeEnabledPolicyValue.equals(other.showcaseChangeEnabledPolicyValue)); case SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY: return (this.showcaseChangeExternalSharingPolicyValue == other.showcaseChangeExternalSharingPolicyValue) || (this.showcaseChangeExternalSharingPolicyValue.equals(other.showcaseChangeExternalSharingPolicyValue)); + case SIGN_EXTERNAL_SHARING_POLICY_CHANGED: + return (this.signExternalSharingPolicyChangedValue == other.signExternalSharingPolicyChangedValue) || (this.signExternalSharingPolicyChangedValue.equals(other.signExternalSharingPolicyChangedValue)); + case SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED: + return (this.signTemplateCreationPermissionChangedValue == other.signTemplateCreationPermissionChangedValue) || (this.signTemplateCreationPermissionChangedValue.equals(other.signTemplateCreationPermissionChangedValue)); case SMARTER_SMART_SYNC_POLICY_CHANGED: return (this.smarterSmartSyncPolicyChangedValue == other.smarterSmartSyncPolicyChangedValue) || (this.smarterSmartSyncPolicyChangedValue.equals(other.smarterSmartSyncPolicyChangedValue)); case SMART_SYNC_CHANGE_POLICY: @@ -38302,10 +45723,14 @@ else if (obj instanceof EventType) { return (this.smartSyncOptOutValue == other.smartSyncOptOutValue) || (this.smartSyncOptOutValue.equals(other.smartSyncOptOutValue)); case SSO_CHANGE_POLICY: return (this.ssoChangePolicyValue == other.ssoChangePolicyValue) || (this.ssoChangePolicyValue.equals(other.ssoChangePolicyValue)); + case STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED: + return (this.stackCrossTeamAccessPolicyChangedValue == other.stackCrossTeamAccessPolicyChangedValue) || (this.stackCrossTeamAccessPolicyChangedValue.equals(other.stackCrossTeamAccessPolicyChangedValue)); case TEAM_BRANDING_POLICY_CHANGED: return (this.teamBrandingPolicyChangedValue == other.teamBrandingPolicyChangedValue) || (this.teamBrandingPolicyChangedValue.equals(other.teamBrandingPolicyChangedValue)); case TEAM_EXTENSIONS_POLICY_CHANGED: return (this.teamExtensionsPolicyChangedValue == other.teamExtensionsPolicyChangedValue) || (this.teamExtensionsPolicyChangedValue.equals(other.teamExtensionsPolicyChangedValue)); + case TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED: + return (this.teamMemberStorageRequestPolicyChangedValue == other.teamMemberStorageRequestPolicyChangedValue) || (this.teamMemberStorageRequestPolicyChangedValue.equals(other.teamMemberStorageRequestPolicyChangedValue)); case TEAM_SELECTIVE_SYNC_POLICY_CHANGED: return (this.teamSelectiveSyncPolicyChangedValue == other.teamSelectiveSyncPolicyChangedValue) || (this.teamSelectiveSyncPolicyChangedValue.equals(other.teamSelectiveSyncPolicyChangedValue)); case TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED: @@ -38316,6 +45741,8 @@ else if (obj instanceof EventType) { return (this.tfaChangePolicyValue == other.tfaChangePolicyValue) || (this.tfaChangePolicyValue.equals(other.tfaChangePolicyValue)); case TFA_REMOVE_EXCEPTION: return (this.tfaRemoveExceptionValue == other.tfaRemoveExceptionValue) || (this.tfaRemoveExceptionValue.equals(other.tfaRemoveExceptionValue)); + case TOP_LEVEL_CONTENT_POLICY_CHANGED: + return (this.topLevelContentPolicyChangedValue == other.topLevelContentPolicyChangedValue) || (this.topLevelContentPolicyChangedValue.equals(other.topLevelContentPolicyChangedValue)); case TWO_ACCOUNT_CHANGE_POLICY: return (this.twoAccountChangePolicyValue == other.twoAccountChangePolicyValue) || (this.twoAccountChangePolicyValue.equals(other.twoAccountChangePolicyValue)); case VIEWER_INFO_POLICY_CHANGED: @@ -38352,6 +45779,10 @@ else if (obj instanceof EventType) { return (this.teamProfileRemoveBackgroundValue == other.teamProfileRemoveBackgroundValue) || (this.teamProfileRemoveBackgroundValue.equals(other.teamProfileRemoveBackgroundValue)); case TEAM_PROFILE_REMOVE_LOGO: return (this.teamProfileRemoveLogoValue == other.teamProfileRemoveLogoValue) || (this.teamProfileRemoveLogoValue.equals(other.teamProfileRemoveLogoValue)); + case PASSKEY_ADD: + return (this.passkeyAddValue == other.passkeyAddValue) || (this.passkeyAddValue.equals(other.passkeyAddValue)); + case PASSKEY_REMOVE: + return (this.passkeyRemoveValue == other.passkeyRemoveValue) || (this.passkeyRemoveValue.equals(other.passkeyRemoveValue)); case TFA_ADD_BACKUP_PHONE: return (this.tfaAddBackupPhoneValue == other.tfaAddBackupPhoneValue) || (this.tfaAddBackupPhoneValue.equals(other.tfaAddBackupPhoneValue)); case TFA_ADD_SECURITY_KEY: @@ -38593,6 +46024,223 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case DASH_ADDED_COMMENT_TO_STACK: { + g.writeStartObject(); + writeTag("dash_added_comment_to_stack", g); + DashAddedCommentToStackType.Serializer.INSTANCE.serialize(value.dashAddedCommentToStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADDED_CONNECTOR: { + g.writeStartObject(); + writeTag("dash_added_connector", g); + DashAddedConnectorType.Serializer.INSTANCE.serialize(value.dashAddedConnectorValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADDED_LINK_TO_STACK: { + g.writeStartObject(); + writeTag("dash_added_link_to_stack", g); + DashAddedLinkToStackType.Serializer.INSTANCE.serialize(value.dashAddedLinkToStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST: { + g.writeStartObject(); + writeTag("dash_added_team_email_domain_allowlist", g); + DashAddedTeamEmailDomainAllowlistType.Serializer.INSTANCE.serialize(value.dashAddedTeamEmailDomainAllowlistValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR: { + g.writeStartObject(); + writeTag("dash_admin_added_org_wide_connector", g); + DashAdminAddedOrgWideConnectorType.Serializer.INSTANCE.serialize(value.dashAdminAddedOrgWideConnectorValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADMIN_DISABLED_CONNECTOR: { + g.writeStartObject(); + writeTag("dash_admin_disabled_connector", g); + DashAdminDisabledConnectorType.Serializer.INSTANCE.serialize(value.dashAdminDisabledConnectorValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADMIN_ENABLED_CONNECTOR: { + g.writeStartObject(); + writeTag("dash_admin_enabled_connector", g); + DashAdminEnabledConnectorType.Serializer.INSTANCE.serialize(value.dashAdminEnabledConnectorValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR: { + g.writeStartObject(); + writeTag("dash_admin_removed_org_wide_connector", g); + DashAdminRemovedOrgWideConnectorType.Serializer.INSTANCE.serialize(value.dashAdminRemovedOrgWideConnectorValue, g, true); + g.writeEndObject(); + break; + } + case DASH_ARCHIVED_STACK: { + g.writeStartObject(); + writeTag("dash_archived_stack", g); + DashArchivedStackType.Serializer.INSTANCE.serialize(value.dashArchivedStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK: { + g.writeStartObject(); + writeTag("dash_changed_audience_of_shared_link_to_stack", g); + DashChangedAudienceOfSharedLinkToStackType.Serializer.INSTANCE.serialize(value.dashChangedAudienceOfSharedLinkToStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_CLONED_STACK: { + g.writeStartObject(); + writeTag("dash_cloned_stack", g); + DashClonedStackType.Serializer.INSTANCE.serialize(value.dashClonedStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_CREATED_STACK: { + g.writeStartObject(); + writeTag("dash_created_stack", g); + DashCreatedStackType.Serializer.INSTANCE.serialize(value.dashCreatedStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_DELETED_COMMENT_FROM_STACK: { + g.writeStartObject(); + writeTag("dash_deleted_comment_from_stack", g); + DashDeletedCommentFromStackType.Serializer.INSTANCE.serialize(value.dashDeletedCommentFromStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_DELETED_STACK: { + g.writeStartObject(); + writeTag("dash_deleted_stack", g); + DashDeletedStackType.Serializer.INSTANCE.serialize(value.dashDeletedStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_EDITED_COMMENT_IN_STACK: { + g.writeStartObject(); + writeTag("dash_edited_comment_in_stack", g); + DashEditedCommentInStackType.Serializer.INSTANCE.serialize(value.dashEditedCommentInStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_EXTERNAL_USER_OPENED_STACK: { + g.writeStartObject(); + writeTag("dash_external_user_opened_stack", g); + DashExternalUserOpenedStackType.Serializer.INSTANCE.serialize(value.dashExternalUserOpenedStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_FIRST_LAUNCHED_DESKTOP: { + g.writeStartObject(); + writeTag("dash_first_launched_desktop", g); + DashFirstLaunchedDesktopType.Serializer.INSTANCE.serialize(value.dashFirstLaunchedDesktopValue, g, true); + g.writeEndObject(); + break; + } + case DASH_FIRST_LAUNCHED_EXTENSION: { + g.writeStartObject(); + writeTag("dash_first_launched_extension", g); + DashFirstLaunchedExtensionType.Serializer.INSTANCE.serialize(value.dashFirstLaunchedExtensionValue, g, true); + g.writeEndObject(); + break; + } + case DASH_FIRST_LAUNCHED_WEB_START_PAGE: { + g.writeStartObject(); + writeTag("dash_first_launched_web_start_page", g); + DashFirstLaunchedWebStartPageType.Serializer.INSTANCE.serialize(value.dashFirstLaunchedWebStartPageValue, g, true); + g.writeEndObject(); + break; + } + case DASH_OPENED_SHARED_LINK_TO_STACK: { + g.writeStartObject(); + writeTag("dash_opened_shared_link_to_stack", g); + DashOpenedSharedLinkToStackType.Serializer.INSTANCE.serialize(value.dashOpenedSharedLinkToStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_OPENED_STACK: { + g.writeStartObject(); + writeTag("dash_opened_stack", g); + DashOpenedStackType.Serializer.INSTANCE.serialize(value.dashOpenedStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_PREVIEW_OPT_OUT_STATUS_CHANGED: { + g.writeStartObject(); + writeTag("dash_preview_opt_out_status_changed", g); + DashPreviewOptOutStatusChangedType.Serializer.INSTANCE.serialize(value.dashPreviewOptOutStatusChangedValue, g, true); + g.writeEndObject(); + break; + } + case DASH_REMOVED_CONNECTOR: { + g.writeStartObject(); + writeTag("dash_removed_connector", g); + DashRemovedConnectorType.Serializer.INSTANCE.serialize(value.dashRemovedConnectorValue, g, true); + g.writeEndObject(); + break; + } + case DASH_REMOVED_LINK_FROM_STACK: { + g.writeStartObject(); + writeTag("dash_removed_link_from_stack", g); + DashRemovedLinkFromStackType.Serializer.INSTANCE.serialize(value.dashRemovedLinkFromStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_REMOVED_SHARED_LINK_TO_STACK: { + g.writeStartObject(); + writeTag("dash_removed_shared_link_to_stack", g); + DashRemovedSharedLinkToStackType.Serializer.INSTANCE.serialize(value.dashRemovedSharedLinkToStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST: { + g.writeStartObject(); + writeTag("dash_removed_team_email_domain_allowlist", g); + DashRemovedTeamEmailDomainAllowlistType.Serializer.INSTANCE.serialize(value.dashRemovedTeamEmailDomainAllowlistValue, g, true); + g.writeEndObject(); + break; + } + case DASH_RENAMED_STACK: { + g.writeStartObject(); + writeTag("dash_renamed_stack", g); + DashRenamedStackType.Serializer.INSTANCE.serialize(value.dashRenamedStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_SHARED_LINK_TO_STACK: { + g.writeStartObject(); + writeTag("dash_shared_link_to_stack", g); + DashSharedLinkToStackType.Serializer.INSTANCE.serialize(value.dashSharedLinkToStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_UNARCHIVED_STACK: { + g.writeStartObject(); + writeTag("dash_unarchived_stack", g); + DashUnarchivedStackType.Serializer.INSTANCE.serialize(value.dashUnarchivedStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_VIEWED_COMPANY_STACK: { + g.writeStartObject(); + writeTag("dash_viewed_company_stack", g); + DashViewedCompanyStackType.Serializer.INSTANCE.serialize(value.dashViewedCompanyStackValue, g, true); + g.writeEndObject(); + break; + } + case DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT: { + g.writeStartObject(); + writeTag("dash_viewed_external_ai_activity_report", g); + DashViewedExternalAiActivityReportType.Serializer.INSTANCE.serialize(value.dashViewedExternalAiActivityReportValue, g, true); + g.writeEndObject(); + break; + } case GOVERNANCE_POLICY_ADD_FOLDERS: { g.writeStartObject(); writeTag("governance_policy_add_folders", g); @@ -38971,6 +46619,83 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION: { + g.writeStartObject(); + writeTag("encrypted_folder_cancel_team_key_rotation", g); + EncryptedFolderCancelTeamKeyRotationType.Serializer.INSTANCE.serialize(value.encryptedFolderCancelTeamKeyRotationValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY: { + g.writeStartObject(); + writeTag("encrypted_folder_enroll_backup_key", g); + EncryptedFolderEnrollBackupKeyType.Serializer.INSTANCE.serialize(value.encryptedFolderEnrollBackupKeyValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_ENROLL_CLIENT: { + g.writeStartObject(); + writeTag("encrypted_folder_enroll_client", g); + EncryptedFolderEnrollClientType.Serializer.INSTANCE.serialize(value.encryptedFolderEnrollClientValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_ENROLL_TEAM: { + g.writeStartObject(); + writeTag("encrypted_folder_enroll_team", g); + EncryptedFolderEnrollTeamType.Serializer.INSTANCE.serialize(value.encryptedFolderEnrollTeamValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT: { + g.writeStartObject(); + writeTag("encrypted_folder_finish_team_unenrollment", g); + EncryptedFolderFinishTeamUnenrollmentType.Serializer.INSTANCE.serialize(value.encryptedFolderFinishTeamUnenrollmentValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION: { + g.writeStartObject(); + writeTag("encrypted_folder_init_team_key_rotation", g); + EncryptedFolderInitTeamKeyRotationType.Serializer.INSTANCE.serialize(value.encryptedFolderInitTeamKeyRotationValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT: { + g.writeStartObject(); + writeTag("encrypted_folder_init_team_unenrollment", g); + EncryptedFolderInitTeamUnenrollmentType.Serializer.INSTANCE.serialize(value.encryptedFolderInitTeamUnenrollmentValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY: { + g.writeStartObject(); + writeTag("encrypted_folder_remove_backup_key", g); + EncryptedFolderRemoveBackupKeyType.Serializer.INSTANCE.serialize(value.encryptedFolderRemoveBackupKeyValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_ROTATE_TEAM_KEY: { + g.writeStartObject(); + writeTag("encrypted_folder_rotate_team_key", g); + EncryptedFolderRotateTeamKeyType.Serializer.INSTANCE.serialize(value.encryptedFolderRotateTeamKeyValue, g, true); + g.writeEndObject(); + break; + } + case ENCRYPTED_FOLDER_UNENROLL_CLIENT: { + g.writeStartObject(); + writeTag("encrypted_folder_unenroll_client", g); + EncryptedFolderUnenrollClientType.Serializer.INSTANCE.serialize(value.encryptedFolderUnenrollClientValue, g, true); + g.writeEndObject(); + break; + } + case TEAM_ENCRYPTION_KEY_ACTIVATE_KEY: { + g.writeStartObject(); + writeTag("team_encryption_key_activate_key", g); + TeamEncryptionKeyActivateKeyType.Serializer.INSTANCE.serialize(value.teamEncryptionKeyActivateKeyValue, g, true); + g.writeEndObject(); + break; + } case TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION: { g.writeStartObject(); writeTag("team_encryption_key_cancel_key_deletion", g); @@ -38985,6 +46710,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY: { + g.writeStartObject(); + writeTag("team_encryption_key_deactivate_key", g); + TeamEncryptionKeyDeactivateKeyType.Serializer.INSTANCE.serialize(value.teamEncryptionKeyDeactivateKeyValue, g, true); + g.writeEndObject(); + break; + } case TEAM_ENCRYPTION_KEY_DELETE_KEY: { g.writeStartObject(); writeTag("team_encryption_key_delete_key", g); @@ -39202,6 +46934,20 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case REPLAY_FILE_DOWNLOADED: { + g.writeStartObject(); + writeTag("replay_file_downloaded", g); + ReplayFileDownloadedType.Serializer.INSTANCE.serialize(value.replayFileDownloadedValue, g, true); + g.writeEndObject(); + break; + } + case REPLAY_TEAM_PROJECT_CREATED: { + g.writeStartObject(); + writeTag("replay_team_project_created", g); + ReplayTeamProjectCreatedType.Serializer.INSTANCE.serialize(value.replayTeamProjectCreatedValue, g, true); + g.writeEndObject(); + break; + } case REWIND_FOLDER: { g.writeStartObject(); writeTag("rewind_folder", g); @@ -39244,6 +46990,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case FILE_REQUEST_AUTO_CLOSE: { + g.writeStartObject(); + writeTag("file_request_auto_close", g); + FileRequestAutoCloseType.Serializer.INSTANCE.serialize(value.fileRequestAutoCloseValue, g, true); + g.writeEndObject(); + break; + } case FILE_REQUEST_CHANGE: { g.writeStartObject(); writeTag("file_request_change", g); @@ -39335,6 +47088,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED: { + g.writeStartObject(); + writeTag("group_external_sharing_setting_override_changed", g); + GroupExternalSharingSettingOverrideChangedType.Serializer.INSTANCE.serialize(value.groupExternalSharingSettingOverrideChangedValue, g, true); + g.writeEndObject(); + break; + } case GROUP_JOIN_POLICY_UPDATED: { g.writeStartObject(); writeTag("group_join_policy_updated", g); @@ -39454,6 +47214,20 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case ADDON_ASSIGNED: { + g.writeStartObject(); + writeTag("addon_assigned", g); + AddonAssignedType.Serializer.INSTANCE.serialize(value.addonAssignedValue, g, true); + g.writeEndObject(); + break; + } + case ADDON_REMOVED: { + g.writeStartObject(); + writeTag("addon_removed", g); + AddonRemovedType.Serializer.INSTANCE.serialize(value.addonRemovedValue, g, true); + g.writeEndObject(); + break; + } case BACKUP_ADMIN_INVITATION_SENT: { g.writeStartObject(); writeTag("backup_admin_invitation_sent", g); @@ -39629,6 +47403,20 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case PRODUCT_ASSIGNED_TO_MEMBER: { + g.writeStartObject(); + writeTag("product_assigned_to_member", g); + ProductAssignedToMemberType.Serializer.INSTANCE.serialize(value.productAssignedToMemberValue, g, true); + g.writeEndObject(); + break; + } + case PRODUCT_REMOVED_FROM_MEMBER: { + g.writeStartObject(); + writeTag("product_removed_from_member", g); + ProductRemovedFromMemberType.Serializer.INSTANCE.serialize(value.productRemovedFromMemberValue, g, true); + g.writeEndObject(); + break; + } case SECONDARY_EMAIL_DELETED: { g.writeStartObject(); writeTag("secondary_email_deleted", g); @@ -40070,6 +47858,20 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case MEMBER_ACCESS_DETAILS_CREATE_REPORT: { + g.writeStartObject(); + writeTag("member_access_details_create_report", g); + MemberAccessDetailsCreateReportType.Serializer.INSTANCE.serialize(value.memberAccessDetailsCreateReportValue, g, true); + g.writeEndObject(); + break; + } + case MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED: { + g.writeStartObject(); + writeTag("member_access_details_create_report_failed", g); + MemberAccessDetailsCreateReportFailedType.Serializer.INSTANCE.serialize(value.memberAccessDetailsCreateReportFailedValue, g, true); + g.writeEndObject(); + break; + } case NO_EXPIRATION_LINK_GEN_CREATE_REPORT: { g.writeStartObject(); writeTag("no_expiration_link_gen_create_report", g); @@ -40147,6 +47949,20 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case SHARED_FOLDERS_CREATE_REPORT: { + g.writeStartObject(); + writeTag("shared_folders_create_report", g); + SharedFoldersCreateReportType.Serializer.INSTANCE.serialize(value.sharedFoldersCreateReportValue, g, true); + g.writeEndObject(); + break; + } + case SHARED_FOLDERS_CREATE_REPORT_FAILED: { + g.writeStartObject(); + writeTag("shared_folders_create_report_failed", g); + SharedFoldersCreateReportFailedType.Serializer.INSTANCE.serialize(value.sharedFoldersCreateReportFailedValue, g, true); + g.writeEndObject(); + break; + } case SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT: { g.writeStartObject(); writeTag("smart_sync_create_admin_privilege_report", g); @@ -40168,6 +47984,34 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case TEAM_FOLDERS_CREATE_REPORT: { + g.writeStartObject(); + writeTag("team_folders_create_report", g); + TeamFoldersCreateReportType.Serializer.INSTANCE.serialize(value.teamFoldersCreateReportValue, g, true); + g.writeEndObject(); + break; + } + case TEAM_FOLDERS_CREATE_REPORT_FAILED: { + g.writeStartObject(); + writeTag("team_folders_create_report_failed", g); + TeamFoldersCreateReportFailedType.Serializer.INSTANCE.serialize(value.teamFoldersCreateReportFailedValue, g, true); + g.writeEndObject(); + break; + } + case TEAM_STORAGE_CREATE_REPORT: { + g.writeStartObject(); + writeTag("team_storage_create_report", g); + TeamStorageCreateReportType.Serializer.INSTANCE.serialize(value.teamStorageCreateReportValue, g, true); + g.writeEndObject(); + break; + } + case TEAM_STORAGE_CREATE_REPORT_FAILED: { + g.writeStartObject(); + writeTag("team_storage_create_report_failed", g); + TeamStorageCreateReportFailedType.Serializer.INSTANCE.serialize(value.teamStorageCreateReportFailedValue, g, true); + g.writeEndObject(); + break; + } case COLLECTION_SHARE: { g.writeStartObject(); writeTag("collection_share", g); @@ -40280,6 +48124,62 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case SEND_AND_TRACK_FILE_ADDED: { + g.writeStartObject(); + writeTag("send_and_track_file_added", g); + SendAndTrackFileAddedType.Serializer.INSTANCE.serialize(value.sendAndTrackFileAddedValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_FILE_RENAMED: { + g.writeStartObject(); + writeTag("send_and_track_file_renamed", g); + SendAndTrackFileRenamedType.Serializer.INSTANCE.serialize(value.sendAndTrackFileRenamedValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_FILE_UPDATED: { + g.writeStartObject(); + writeTag("send_and_track_file_updated", g); + SendAndTrackFileUpdatedType.Serializer.INSTANCE.serialize(value.sendAndTrackFileUpdatedValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_LINK_CREATED: { + g.writeStartObject(); + writeTag("send_and_track_link_created", g); + SendAndTrackLinkCreatedType.Serializer.INSTANCE.serialize(value.sendAndTrackLinkCreatedValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_LINK_DELETED: { + g.writeStartObject(); + writeTag("send_and_track_link_deleted", g); + SendAndTrackLinkDeletedType.Serializer.INSTANCE.serialize(value.sendAndTrackLinkDeletedValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_LINK_UPDATED: { + g.writeStartObject(); + writeTag("send_and_track_link_updated", g); + SendAndTrackLinkUpdatedType.Serializer.INSTANCE.serialize(value.sendAndTrackLinkUpdatedValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_LINK_VIEWED: { + g.writeStartObject(); + writeTag("send_and_track_link_viewed", g); + SendAndTrackLinkViewedType.Serializer.INSTANCE.serialize(value.sendAndTrackLinkViewedValue, g, true); + g.writeEndObject(); + break; + } + case SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS: { + g.writeStartObject(); + writeTag("send_and_track_removed_file_and_associated_links", g); + SendAndTrackRemovedFileAndAssociatedLinksType.Serializer.INSTANCE.serialize(value.sendAndTrackRemovedFileAndAssociatedLinksValue, g, true); + g.writeEndObject(); + break; + } case SF_ADD_GROUP: { g.writeStartObject(); writeTag("sf_add_group", g); @@ -40665,6 +48565,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case SHARED_LINK_REMOVE_VISITOR: { + g.writeStartObject(); + writeTag("shared_link_remove_visitor", g); + SharedLinkRemoveVisitorType.Serializer.INSTANCE.serialize(value.sharedLinkRemoveVisitorValue, g, true); + g.writeEndObject(); + break; + } case SHARED_LINK_SETTINGS_ADD_EXPIRATION: { g.writeStartObject(); writeTag("shared_link_settings_add_expiration", g); @@ -40938,6 +48845,69 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case SIGN_SIGNATURE_REQUEST_CANCELED: { + g.writeStartObject(); + writeTag("sign_signature_request_canceled", g); + SignSignatureRequestCanceledType.Serializer.INSTANCE.serialize(value.signSignatureRequestCanceledValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_SIGNATURE_REQUEST_COMPLETED: { + g.writeStartObject(); + writeTag("sign_signature_request_completed", g); + SignSignatureRequestCompletedType.Serializer.INSTANCE.serialize(value.signSignatureRequestCompletedValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_SIGNATURE_REQUEST_DECLINED: { + g.writeStartObject(); + writeTag("sign_signature_request_declined", g); + SignSignatureRequestDeclinedType.Serializer.INSTANCE.serialize(value.signSignatureRequestDeclinedValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_SIGNATURE_REQUEST_OPENED: { + g.writeStartObject(); + writeTag("sign_signature_request_opened", g); + SignSignatureRequestOpenedType.Serializer.INSTANCE.serialize(value.signSignatureRequestOpenedValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_SIGNATURE_REQUEST_REMINDER_SENT: { + g.writeStartObject(); + writeTag("sign_signature_request_reminder_sent", g); + SignSignatureRequestReminderSentType.Serializer.INSTANCE.serialize(value.signSignatureRequestReminderSentValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_SIGNATURE_REQUEST_SENT: { + g.writeStartObject(); + writeTag("sign_signature_request_sent", g); + SignSignatureRequestSentType.Serializer.INSTANCE.serialize(value.signSignatureRequestSentValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_TEMPLATE_CREATED: { + g.writeStartObject(); + writeTag("sign_template_created", g); + SignTemplateCreatedType.Serializer.INSTANCE.serialize(value.signTemplateCreatedValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_TEMPLATE_SHARED: { + g.writeStartObject(); + writeTag("sign_template_shared", g); + SignTemplateSharedType.Serializer.INSTANCE.serialize(value.signTemplateSharedValue, g, true); + g.writeEndObject(); + break; + } + case RISC_SECURITY_EVENT: { + g.writeStartObject(); + writeTag("risc_security_event", g); + RiscSecurityEventType.Serializer.INSTANCE.serialize(value.riscSecurityEventValue, g, true); + g.writeEndObject(); + break; + } case SSO_ADD_CERT: { g.writeStartObject(); writeTag("sso_add_cert", g); @@ -41064,6 +49034,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("ai_third_party_sharing_dropbox_base_policy_changed", g); + AiThirdPartySharingDropboxBasePolicyChangedType.Serializer.INSTANCE.serialize(value.aiThirdPartySharingDropboxBasePolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case ALLOW_DOWNLOAD_DISABLED: { g.writeStartObject(); writeTag("allow_download_disabled", g); @@ -41078,6 +49055,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case APPLE_LOGIN_CHANGE_POLICY: { + g.writeStartObject(); + writeTag("apple_login_change_policy", g); + AppleLoginChangePolicyType.Serializer.INSTANCE.serialize(value.appleLoginChangePolicyValue, g, true); + g.writeEndObject(); + break; + } case APP_PERMISSIONS_CHANGED: { g.writeStartObject(); writeTag("app_permissions_changed", g); @@ -41092,6 +49076,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case CAPTURE_TEAM_SPACE_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("capture_team_space_policy_changed", g); + CaptureTeamSpacePolicyChangedType.Serializer.INSTANCE.serialize(value.captureTeamSpacePolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case CAPTURE_TRANSCRIPT_POLICY_CHANGED: { g.writeStartObject(); writeTag("capture_transcript_policy_changed", g); @@ -41120,6 +49111,20 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case CONTENT_DELETION_PROTECTION_CHANGE_POLICY: { + g.writeStartObject(); + writeTag("content_deletion_protection_change_policy", g); + ContentDeletionProtectionChangePolicyType.Serializer.INSTANCE.serialize(value.contentDeletionProtectionChangePolicyValue, g, true); + g.writeEndObject(); + break; + } + case DASH_EXTERNAL_SHARING_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("dash_external_sharing_policy_changed", g); + DashExternalSharingPolicyChangedType.Serializer.INSTANCE.serialize(value.dashExternalSharingPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY: { g.writeStartObject(); writeTag("data_placement_restriction_change_policy", g); @@ -41288,6 +49293,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case FLEXIBLE_FILE_NAMES_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("flexible_file_names_policy_changed", g); + FlexibleFileNamesPolicyChangedType.Serializer.INSTANCE.serialize(value.flexibleFileNamesPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case FOLDER_LINK_RESTRICTION_POLICY_CHANGED: { g.writeStartObject(); writeTag("folder_link_restriction_policy_changed", g); @@ -41372,6 +49384,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case MICROSOFT_LOGIN_CHANGE_POLICY: { + g.writeStartObject(); + writeTag("microsoft_login_change_policy", g); + MicrosoftLoginChangePolicyType.Serializer.INSTANCE.serialize(value.microsoftLoginChangePolicyValue, g, true); + g.writeEndObject(); + break; + } case MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY: { g.writeStartObject(); writeTag("microsoft_office_addin_change_policy", g); @@ -41442,6 +49461,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case PASSKEY_LOGIN_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("passkey_login_policy_changed", g); + PasskeyLoginPolicyChangedType.Serializer.INSTANCE.serialize(value.passkeyLoginPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY: { g.writeStartObject(); writeTag("password_strength_requirements_change_policy", g); @@ -41456,6 +49482,27 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case PREVIEWS_AI_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("previews_ai_policy_changed", g); + PreviewsAiPolicyChangedType.Serializer.INSTANCE.serialize(value.previewsAiPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } + case REPLAY_ADDING_PEOPLE_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("replay_adding_people_policy_changed", g); + ReplayAddingPeoplePolicyChangedType.Serializer.INSTANCE.serialize(value.replayAddingPeoplePolicyChangedValue, g, true); + g.writeEndObject(); + break; + } + case REPLAY_SHARING_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("replay_sharing_policy_changed", g); + ReplaySharingPolicyChangedType.Serializer.INSTANCE.serialize(value.replaySharingPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case RESELLER_SUPPORT_CHANGE_POLICY: { g.writeStartObject(); writeTag("reseller_support_change_policy", g); @@ -41470,6 +49517,20 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case SEND_AND_TRACK_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("send_and_track_policy_changed", g); + SendAndTrackPolicyChangedType.Serializer.INSTANCE.serialize(value.sendAndTrackPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } + case SEND_EXTERNAL_SHARING_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("send_external_sharing_policy_changed", g); + SendExternalSharingPolicyChangedType.Serializer.INSTANCE.serialize(value.sendExternalSharingPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case SEND_FOR_SIGNATURE_POLICY_CHANGED: { g.writeStartObject(); writeTag("send_for_signature_policy_changed", g); @@ -41477,6 +49538,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("shared_link_default_permissions_policy_changed", g); + SharedLinkDefaultPermissionsPolicyChangedType.Serializer.INSTANCE.serialize(value.sharedLinkDefaultPermissionsPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case SHARING_CHANGE_FOLDER_JOIN_POLICY: { g.writeStartObject(); writeTag("sharing_change_folder_join_policy", g); @@ -41540,6 +49608,20 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case SIGN_EXTERNAL_SHARING_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("sign_external_sharing_policy_changed", g); + SignExternalSharingPolicyChangedType.Serializer.INSTANCE.serialize(value.signExternalSharingPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } + case SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED: { + g.writeStartObject(); + writeTag("sign_template_creation_permission_changed", g); + SignTemplateCreationPermissionChangedType.Serializer.INSTANCE.serialize(value.signTemplateCreationPermissionChangedValue, g, true); + g.writeEndObject(); + break; + } case SMARTER_SMART_SYNC_POLICY_CHANGED: { g.writeStartObject(); writeTag("smarter_smart_sync_policy_changed", g); @@ -41575,6 +49657,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("stack_cross_team_access_policy_changed", g); + StackCrossTeamAccessPolicyChangedType.Serializer.INSTANCE.serialize(value.stackCrossTeamAccessPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case TEAM_BRANDING_POLICY_CHANGED: { g.writeStartObject(); writeTag("team_branding_policy_changed", g); @@ -41589,6 +49678,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("team_member_storage_request_policy_changed", g); + TeamMemberStorageRequestPolicyChangedType.Serializer.INSTANCE.serialize(value.teamMemberStorageRequestPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case TEAM_SELECTIVE_SYNC_POLICY_CHANGED: { g.writeStartObject(); writeTag("team_selective_sync_policy_changed", g); @@ -41624,6 +49720,13 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case TOP_LEVEL_CONTENT_POLICY_CHANGED: { + g.writeStartObject(); + writeTag("top_level_content_policy_changed", g); + TopLevelContentPolicyChangedType.Serializer.INSTANCE.serialize(value.topLevelContentPolicyChangedValue, g, true); + g.writeEndObject(); + break; + } case TWO_ACCOUNT_CHANGE_POLICY: { g.writeStartObject(); writeTag("two_account_change_policy", g); @@ -41750,6 +49853,20 @@ public void serialize(EventType value, JsonGenerator g) throws IOException, Json g.writeEndObject(); break; } + case PASSKEY_ADD: { + g.writeStartObject(); + writeTag("passkey_add", g); + PasskeyAddType.Serializer.INSTANCE.serialize(value.passkeyAddValue, g, true); + g.writeEndObject(); + break; + } + case PASSKEY_REMOVE: { + g.writeStartObject(); + writeTag("passkey_remove", g); + PasskeyRemoveType.Serializer.INSTANCE.serialize(value.passkeyRemoveValue, g, true); + g.writeEndObject(); + break; + } case TFA_ADD_BACKUP_PHONE: { g.writeStartObject(); writeTag("tfa_add_backup_phone", g); @@ -42098,6 +50215,161 @@ else if ("file_unresolve_comment".equals(tag)) { fieldValue = FileUnresolveCommentType.Serializer.INSTANCE.deserialize(p, true); value = EventType.fileUnresolveComment(fieldValue); } + else if ("dash_added_comment_to_stack".equals(tag)) { + DashAddedCommentToStackType fieldValue = null; + fieldValue = DashAddedCommentToStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashAddedCommentToStack(fieldValue); + } + else if ("dash_added_connector".equals(tag)) { + DashAddedConnectorType fieldValue = null; + fieldValue = DashAddedConnectorType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashAddedConnector(fieldValue); + } + else if ("dash_added_link_to_stack".equals(tag)) { + DashAddedLinkToStackType fieldValue = null; + fieldValue = DashAddedLinkToStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashAddedLinkToStack(fieldValue); + } + else if ("dash_added_team_email_domain_allowlist".equals(tag)) { + DashAddedTeamEmailDomainAllowlistType fieldValue = null; + fieldValue = DashAddedTeamEmailDomainAllowlistType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashAddedTeamEmailDomainAllowlist(fieldValue); + } + else if ("dash_admin_added_org_wide_connector".equals(tag)) { + DashAdminAddedOrgWideConnectorType fieldValue = null; + fieldValue = DashAdminAddedOrgWideConnectorType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashAdminAddedOrgWideConnector(fieldValue); + } + else if ("dash_admin_disabled_connector".equals(tag)) { + DashAdminDisabledConnectorType fieldValue = null; + fieldValue = DashAdminDisabledConnectorType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashAdminDisabledConnector(fieldValue); + } + else if ("dash_admin_enabled_connector".equals(tag)) { + DashAdminEnabledConnectorType fieldValue = null; + fieldValue = DashAdminEnabledConnectorType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashAdminEnabledConnector(fieldValue); + } + else if ("dash_admin_removed_org_wide_connector".equals(tag)) { + DashAdminRemovedOrgWideConnectorType fieldValue = null; + fieldValue = DashAdminRemovedOrgWideConnectorType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashAdminRemovedOrgWideConnector(fieldValue); + } + else if ("dash_archived_stack".equals(tag)) { + DashArchivedStackType fieldValue = null; + fieldValue = DashArchivedStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashArchivedStack(fieldValue); + } + else if ("dash_changed_audience_of_shared_link_to_stack".equals(tag)) { + DashChangedAudienceOfSharedLinkToStackType fieldValue = null; + fieldValue = DashChangedAudienceOfSharedLinkToStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashChangedAudienceOfSharedLinkToStack(fieldValue); + } + else if ("dash_cloned_stack".equals(tag)) { + DashClonedStackType fieldValue = null; + fieldValue = DashClonedStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashClonedStack(fieldValue); + } + else if ("dash_created_stack".equals(tag)) { + DashCreatedStackType fieldValue = null; + fieldValue = DashCreatedStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashCreatedStack(fieldValue); + } + else if ("dash_deleted_comment_from_stack".equals(tag)) { + DashDeletedCommentFromStackType fieldValue = null; + fieldValue = DashDeletedCommentFromStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashDeletedCommentFromStack(fieldValue); + } + else if ("dash_deleted_stack".equals(tag)) { + DashDeletedStackType fieldValue = null; + fieldValue = DashDeletedStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashDeletedStack(fieldValue); + } + else if ("dash_edited_comment_in_stack".equals(tag)) { + DashEditedCommentInStackType fieldValue = null; + fieldValue = DashEditedCommentInStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashEditedCommentInStack(fieldValue); + } + else if ("dash_external_user_opened_stack".equals(tag)) { + DashExternalUserOpenedStackType fieldValue = null; + fieldValue = DashExternalUserOpenedStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashExternalUserOpenedStack(fieldValue); + } + else if ("dash_first_launched_desktop".equals(tag)) { + DashFirstLaunchedDesktopType fieldValue = null; + fieldValue = DashFirstLaunchedDesktopType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashFirstLaunchedDesktop(fieldValue); + } + else if ("dash_first_launched_extension".equals(tag)) { + DashFirstLaunchedExtensionType fieldValue = null; + fieldValue = DashFirstLaunchedExtensionType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashFirstLaunchedExtension(fieldValue); + } + else if ("dash_first_launched_web_start_page".equals(tag)) { + DashFirstLaunchedWebStartPageType fieldValue = null; + fieldValue = DashFirstLaunchedWebStartPageType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashFirstLaunchedWebStartPage(fieldValue); + } + else if ("dash_opened_shared_link_to_stack".equals(tag)) { + DashOpenedSharedLinkToStackType fieldValue = null; + fieldValue = DashOpenedSharedLinkToStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashOpenedSharedLinkToStack(fieldValue); + } + else if ("dash_opened_stack".equals(tag)) { + DashOpenedStackType fieldValue = null; + fieldValue = DashOpenedStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashOpenedStack(fieldValue); + } + else if ("dash_preview_opt_out_status_changed".equals(tag)) { + DashPreviewOptOutStatusChangedType fieldValue = null; + fieldValue = DashPreviewOptOutStatusChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashPreviewOptOutStatusChanged(fieldValue); + } + else if ("dash_removed_connector".equals(tag)) { + DashRemovedConnectorType fieldValue = null; + fieldValue = DashRemovedConnectorType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashRemovedConnector(fieldValue); + } + else if ("dash_removed_link_from_stack".equals(tag)) { + DashRemovedLinkFromStackType fieldValue = null; + fieldValue = DashRemovedLinkFromStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashRemovedLinkFromStack(fieldValue); + } + else if ("dash_removed_shared_link_to_stack".equals(tag)) { + DashRemovedSharedLinkToStackType fieldValue = null; + fieldValue = DashRemovedSharedLinkToStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashRemovedSharedLinkToStack(fieldValue); + } + else if ("dash_removed_team_email_domain_allowlist".equals(tag)) { + DashRemovedTeamEmailDomainAllowlistType fieldValue = null; + fieldValue = DashRemovedTeamEmailDomainAllowlistType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashRemovedTeamEmailDomainAllowlist(fieldValue); + } + else if ("dash_renamed_stack".equals(tag)) { + DashRenamedStackType fieldValue = null; + fieldValue = DashRenamedStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashRenamedStack(fieldValue); + } + else if ("dash_shared_link_to_stack".equals(tag)) { + DashSharedLinkToStackType fieldValue = null; + fieldValue = DashSharedLinkToStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashSharedLinkToStack(fieldValue); + } + else if ("dash_unarchived_stack".equals(tag)) { + DashUnarchivedStackType fieldValue = null; + fieldValue = DashUnarchivedStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashUnarchivedStack(fieldValue); + } + else if ("dash_viewed_company_stack".equals(tag)) { + DashViewedCompanyStackType fieldValue = null; + fieldValue = DashViewedCompanyStackType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashViewedCompanyStack(fieldValue); + } + else if ("dash_viewed_external_ai_activity_report".equals(tag)) { + DashViewedExternalAiActivityReportType fieldValue = null; + fieldValue = DashViewedExternalAiActivityReportType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashViewedExternalAiActivityReport(fieldValue); + } else if ("governance_policy_add_folders".equals(tag)) { GovernancePolicyAddFoldersType fieldValue = null; fieldValue = GovernancePolicyAddFoldersType.Serializer.INSTANCE.deserialize(p, true); @@ -42368,6 +50640,61 @@ else if ("enabled_domain_invites".equals(tag)) { fieldValue = EnabledDomainInvitesType.Serializer.INSTANCE.deserialize(p, true); value = EventType.enabledDomainInvites(fieldValue); } + else if ("encrypted_folder_cancel_team_key_rotation".equals(tag)) { + EncryptedFolderCancelTeamKeyRotationType fieldValue = null; + fieldValue = EncryptedFolderCancelTeamKeyRotationType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.encryptedFolderCancelTeamKeyRotation(fieldValue); + } + else if ("encrypted_folder_enroll_backup_key".equals(tag)) { + EncryptedFolderEnrollBackupKeyType fieldValue = null; + fieldValue = EncryptedFolderEnrollBackupKeyType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.encryptedFolderEnrollBackupKey(fieldValue); + } + else if ("encrypted_folder_enroll_client".equals(tag)) { + EncryptedFolderEnrollClientType fieldValue = null; + fieldValue = EncryptedFolderEnrollClientType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.encryptedFolderEnrollClient(fieldValue); + } + else if ("encrypted_folder_enroll_team".equals(tag)) { + EncryptedFolderEnrollTeamType fieldValue = null; + fieldValue = EncryptedFolderEnrollTeamType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.encryptedFolderEnrollTeam(fieldValue); + } + else if ("encrypted_folder_finish_team_unenrollment".equals(tag)) { + EncryptedFolderFinishTeamUnenrollmentType fieldValue = null; + fieldValue = EncryptedFolderFinishTeamUnenrollmentType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.encryptedFolderFinishTeamUnenrollment(fieldValue); + } + else if ("encrypted_folder_init_team_key_rotation".equals(tag)) { + EncryptedFolderInitTeamKeyRotationType fieldValue = null; + fieldValue = EncryptedFolderInitTeamKeyRotationType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.encryptedFolderInitTeamKeyRotation(fieldValue); + } + else if ("encrypted_folder_init_team_unenrollment".equals(tag)) { + EncryptedFolderInitTeamUnenrollmentType fieldValue = null; + fieldValue = EncryptedFolderInitTeamUnenrollmentType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.encryptedFolderInitTeamUnenrollment(fieldValue); + } + else if ("encrypted_folder_remove_backup_key".equals(tag)) { + EncryptedFolderRemoveBackupKeyType fieldValue = null; + fieldValue = EncryptedFolderRemoveBackupKeyType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.encryptedFolderRemoveBackupKey(fieldValue); + } + else if ("encrypted_folder_rotate_team_key".equals(tag)) { + EncryptedFolderRotateTeamKeyType fieldValue = null; + fieldValue = EncryptedFolderRotateTeamKeyType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.encryptedFolderRotateTeamKey(fieldValue); + } + else if ("encrypted_folder_unenroll_client".equals(tag)) { + EncryptedFolderUnenrollClientType fieldValue = null; + fieldValue = EncryptedFolderUnenrollClientType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.encryptedFolderUnenrollClient(fieldValue); + } + else if ("team_encryption_key_activate_key".equals(tag)) { + TeamEncryptionKeyActivateKeyType fieldValue = null; + fieldValue = TeamEncryptionKeyActivateKeyType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.teamEncryptionKeyActivateKey(fieldValue); + } else if ("team_encryption_key_cancel_key_deletion".equals(tag)) { TeamEncryptionKeyCancelKeyDeletionType fieldValue = null; fieldValue = TeamEncryptionKeyCancelKeyDeletionType.Serializer.INSTANCE.deserialize(p, true); @@ -42378,6 +50705,11 @@ else if ("team_encryption_key_create_key".equals(tag)) { fieldValue = TeamEncryptionKeyCreateKeyType.Serializer.INSTANCE.deserialize(p, true); value = EventType.teamEncryptionKeyCreateKey(fieldValue); } + else if ("team_encryption_key_deactivate_key".equals(tag)) { + TeamEncryptionKeyDeactivateKeyType fieldValue = null; + fieldValue = TeamEncryptionKeyDeactivateKeyType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.teamEncryptionKeyDeactivateKey(fieldValue); + } else if ("team_encryption_key_delete_key".equals(tag)) { TeamEncryptionKeyDeleteKeyType fieldValue = null; fieldValue = TeamEncryptionKeyDeleteKeyType.Serializer.INSTANCE.deserialize(p, true); @@ -42533,6 +50865,16 @@ else if ("replay_file_delete".equals(tag)) { fieldValue = ReplayFileDeleteType.Serializer.INSTANCE.deserialize(p, true); value = EventType.replayFileDelete(fieldValue); } + else if ("replay_file_downloaded".equals(tag)) { + ReplayFileDownloadedType fieldValue = null; + fieldValue = ReplayFileDownloadedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.replayFileDownloaded(fieldValue); + } + else if ("replay_team_project_created".equals(tag)) { + ReplayTeamProjectCreatedType fieldValue = null; + fieldValue = ReplayTeamProjectCreatedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.replayTeamProjectCreated(fieldValue); + } else if ("rewind_folder".equals(tag)) { RewindFolderType fieldValue = null; fieldValue = RewindFolderType.Serializer.INSTANCE.deserialize(p, true); @@ -42563,6 +50905,11 @@ else if ("email_ingest_receive_file".equals(tag)) { fieldValue = EmailIngestReceiveFileType.Serializer.INSTANCE.deserialize(p, true); value = EventType.emailIngestReceiveFile(fieldValue); } + else if ("file_request_auto_close".equals(tag)) { + FileRequestAutoCloseType fieldValue = null; + fieldValue = FileRequestAutoCloseType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.fileRequestAutoClose(fieldValue); + } else if ("file_request_change".equals(tag)) { FileRequestChangeType fieldValue = null; fieldValue = FileRequestChangeType.Serializer.INSTANCE.deserialize(p, true); @@ -42628,6 +50975,11 @@ else if ("group_description_updated".equals(tag)) { fieldValue = GroupDescriptionUpdatedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.groupDescriptionUpdated(fieldValue); } + else if ("group_external_sharing_setting_override_changed".equals(tag)) { + GroupExternalSharingSettingOverrideChangedType fieldValue = null; + fieldValue = GroupExternalSharingSettingOverrideChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.groupExternalSharingSettingOverrideChanged(fieldValue); + } else if ("group_join_policy_updated".equals(tag)) { GroupJoinPolicyUpdatedType fieldValue = null; fieldValue = GroupJoinPolicyUpdatedType.Serializer.INSTANCE.deserialize(p, true); @@ -42713,6 +51065,16 @@ else if ("sso_error".equals(tag)) { fieldValue = SsoErrorType.Serializer.INSTANCE.deserialize(p, true); value = EventType.ssoError(fieldValue); } + else if ("addon_assigned".equals(tag)) { + AddonAssignedType fieldValue = null; + fieldValue = AddonAssignedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.addonAssigned(fieldValue); + } + else if ("addon_removed".equals(tag)) { + AddonRemovedType fieldValue = null; + fieldValue = AddonRemovedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.addonRemoved(fieldValue); + } else if ("backup_admin_invitation_sent".equals(tag)) { BackupAdminInvitationSentType fieldValue = null; fieldValue = BackupAdminInvitationSentType.Serializer.INSTANCE.deserialize(p, true); @@ -42838,6 +51200,16 @@ else if ("pending_secondary_email_added".equals(tag)) { fieldValue = PendingSecondaryEmailAddedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.pendingSecondaryEmailAdded(fieldValue); } + else if ("product_assigned_to_member".equals(tag)) { + ProductAssignedToMemberType fieldValue = null; + fieldValue = ProductAssignedToMemberType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.productAssignedToMember(fieldValue); + } + else if ("product_removed_from_member".equals(tag)) { + ProductRemovedFromMemberType fieldValue = null; + fieldValue = ProductRemovedFromMemberType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.productRemovedFromMember(fieldValue); + } else if ("secondary_email_deleted".equals(tag)) { SecondaryEmailDeletedType fieldValue = null; fieldValue = SecondaryEmailDeletedType.Serializer.INSTANCE.deserialize(p, true); @@ -43153,6 +51525,16 @@ else if ("external_sharing_report_failed".equals(tag)) { fieldValue = ExternalSharingReportFailedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.externalSharingReportFailed(fieldValue); } + else if ("member_access_details_create_report".equals(tag)) { + MemberAccessDetailsCreateReportType fieldValue = null; + fieldValue = MemberAccessDetailsCreateReportType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.memberAccessDetailsCreateReport(fieldValue); + } + else if ("member_access_details_create_report_failed".equals(tag)) { + MemberAccessDetailsCreateReportFailedType fieldValue = null; + fieldValue = MemberAccessDetailsCreateReportFailedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.memberAccessDetailsCreateReportFailed(fieldValue); + } else if ("no_expiration_link_gen_create_report".equals(tag)) { NoExpirationLinkGenCreateReportType fieldValue = null; fieldValue = NoExpirationLinkGenCreateReportType.Serializer.INSTANCE.deserialize(p, true); @@ -43208,6 +51590,16 @@ else if ("ransomware_alert_create_report_failed".equals(tag)) { fieldValue = RansomwareAlertCreateReportFailedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.ransomwareAlertCreateReportFailed(fieldValue); } + else if ("shared_folders_create_report".equals(tag)) { + SharedFoldersCreateReportType fieldValue = null; + fieldValue = SharedFoldersCreateReportType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sharedFoldersCreateReport(fieldValue); + } + else if ("shared_folders_create_report_failed".equals(tag)) { + SharedFoldersCreateReportFailedType fieldValue = null; + fieldValue = SharedFoldersCreateReportFailedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sharedFoldersCreateReportFailed(fieldValue); + } else if ("smart_sync_create_admin_privilege_report".equals(tag)) { SmartSyncCreateAdminPrivilegeReportType fieldValue = null; fieldValue = SmartSyncCreateAdminPrivilegeReportType.Serializer.INSTANCE.deserialize(p, true); @@ -43223,6 +51615,26 @@ else if ("team_activity_create_report_fail".equals(tag)) { fieldValue = TeamActivityCreateReportFailType.Serializer.INSTANCE.deserialize(p, true); value = EventType.teamActivityCreateReportFail(fieldValue); } + else if ("team_folders_create_report".equals(tag)) { + TeamFoldersCreateReportType fieldValue = null; + fieldValue = TeamFoldersCreateReportType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.teamFoldersCreateReport(fieldValue); + } + else if ("team_folders_create_report_failed".equals(tag)) { + TeamFoldersCreateReportFailedType fieldValue = null; + fieldValue = TeamFoldersCreateReportFailedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.teamFoldersCreateReportFailed(fieldValue); + } + else if ("team_storage_create_report".equals(tag)) { + TeamStorageCreateReportType fieldValue = null; + fieldValue = TeamStorageCreateReportType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.teamStorageCreateReport(fieldValue); + } + else if ("team_storage_create_report_failed".equals(tag)) { + TeamStorageCreateReportFailedType fieldValue = null; + fieldValue = TeamStorageCreateReportFailedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.teamStorageCreateReportFailed(fieldValue); + } else if ("collection_share".equals(tag)) { CollectionShareType fieldValue = null; fieldValue = CollectionShareType.Serializer.INSTANCE.deserialize(p, true); @@ -43303,6 +51715,46 @@ else if ("replay_project_team_delete".equals(tag)) { fieldValue = ReplayProjectTeamDeleteType.Serializer.INSTANCE.deserialize(p, true); value = EventType.replayProjectTeamDelete(fieldValue); } + else if ("send_and_track_file_added".equals(tag)) { + SendAndTrackFileAddedType fieldValue = null; + fieldValue = SendAndTrackFileAddedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sendAndTrackFileAdded(fieldValue); + } + else if ("send_and_track_file_renamed".equals(tag)) { + SendAndTrackFileRenamedType fieldValue = null; + fieldValue = SendAndTrackFileRenamedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sendAndTrackFileRenamed(fieldValue); + } + else if ("send_and_track_file_updated".equals(tag)) { + SendAndTrackFileUpdatedType fieldValue = null; + fieldValue = SendAndTrackFileUpdatedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sendAndTrackFileUpdated(fieldValue); + } + else if ("send_and_track_link_created".equals(tag)) { + SendAndTrackLinkCreatedType fieldValue = null; + fieldValue = SendAndTrackLinkCreatedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sendAndTrackLinkCreated(fieldValue); + } + else if ("send_and_track_link_deleted".equals(tag)) { + SendAndTrackLinkDeletedType fieldValue = null; + fieldValue = SendAndTrackLinkDeletedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sendAndTrackLinkDeleted(fieldValue); + } + else if ("send_and_track_link_updated".equals(tag)) { + SendAndTrackLinkUpdatedType fieldValue = null; + fieldValue = SendAndTrackLinkUpdatedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sendAndTrackLinkUpdated(fieldValue); + } + else if ("send_and_track_link_viewed".equals(tag)) { + SendAndTrackLinkViewedType fieldValue = null; + fieldValue = SendAndTrackLinkViewedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sendAndTrackLinkViewed(fieldValue); + } + else if ("send_and_track_removed_file_and_associated_links".equals(tag)) { + SendAndTrackRemovedFileAndAssociatedLinksType fieldValue = null; + fieldValue = SendAndTrackRemovedFileAndAssociatedLinksType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sendAndTrackRemovedFileAndAssociatedLinks(fieldValue); + } else if ("sf_add_group".equals(tag)) { SfAddGroupType fieldValue = null; fieldValue = SfAddGroupType.Serializer.INSTANCE.deserialize(p, true); @@ -43578,6 +52030,11 @@ else if ("shared_link_remove_expiry".equals(tag)) { fieldValue = SharedLinkRemoveExpiryType.Serializer.INSTANCE.deserialize(p, true); value = EventType.sharedLinkRemoveExpiry(fieldValue); } + else if ("shared_link_remove_visitor".equals(tag)) { + SharedLinkRemoveVisitorType fieldValue = null; + fieldValue = SharedLinkRemoveVisitorType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sharedLinkRemoveVisitor(fieldValue); + } else if ("shared_link_settings_add_expiration".equals(tag)) { SharedLinkSettingsAddExpirationType fieldValue = null; fieldValue = SharedLinkSettingsAddExpirationType.Serializer.INSTANCE.deserialize(p, true); @@ -43773,6 +52230,51 @@ else if ("showcase_view".equals(tag)) { fieldValue = ShowcaseViewType.Serializer.INSTANCE.deserialize(p, true); value = EventType.showcaseView(fieldValue); } + else if ("sign_signature_request_canceled".equals(tag)) { + SignSignatureRequestCanceledType fieldValue = null; + fieldValue = SignSignatureRequestCanceledType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.signSignatureRequestCanceled(fieldValue); + } + else if ("sign_signature_request_completed".equals(tag)) { + SignSignatureRequestCompletedType fieldValue = null; + fieldValue = SignSignatureRequestCompletedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.signSignatureRequestCompleted(fieldValue); + } + else if ("sign_signature_request_declined".equals(tag)) { + SignSignatureRequestDeclinedType fieldValue = null; + fieldValue = SignSignatureRequestDeclinedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.signSignatureRequestDeclined(fieldValue); + } + else if ("sign_signature_request_opened".equals(tag)) { + SignSignatureRequestOpenedType fieldValue = null; + fieldValue = SignSignatureRequestOpenedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.signSignatureRequestOpened(fieldValue); + } + else if ("sign_signature_request_reminder_sent".equals(tag)) { + SignSignatureRequestReminderSentType fieldValue = null; + fieldValue = SignSignatureRequestReminderSentType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.signSignatureRequestReminderSent(fieldValue); + } + else if ("sign_signature_request_sent".equals(tag)) { + SignSignatureRequestSentType fieldValue = null; + fieldValue = SignSignatureRequestSentType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.signSignatureRequestSent(fieldValue); + } + else if ("sign_template_created".equals(tag)) { + SignTemplateCreatedType fieldValue = null; + fieldValue = SignTemplateCreatedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.signTemplateCreated(fieldValue); + } + else if ("sign_template_shared".equals(tag)) { + SignTemplateSharedType fieldValue = null; + fieldValue = SignTemplateSharedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.signTemplateShared(fieldValue); + } + else if ("risc_security_event".equals(tag)) { + RiscSecurityEventType fieldValue = null; + fieldValue = RiscSecurityEventType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.riscSecurityEvent(fieldValue); + } else if ("sso_add_cert".equals(tag)) { SsoAddCertType fieldValue = null; fieldValue = SsoAddCertType.Serializer.INSTANCE.deserialize(p, true); @@ -43863,6 +52365,11 @@ else if ("admin_email_reminders_changed".equals(tag)) { fieldValue = AdminEmailRemindersChangedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.adminEmailRemindersChanged(fieldValue); } + else if ("ai_third_party_sharing_dropbox_base_policy_changed".equals(tag)) { + AiThirdPartySharingDropboxBasePolicyChangedType fieldValue = null; + fieldValue = AiThirdPartySharingDropboxBasePolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.aiThirdPartySharingDropboxBasePolicyChanged(fieldValue); + } else if ("allow_download_disabled".equals(tag)) { AllowDownloadDisabledType fieldValue = null; fieldValue = AllowDownloadDisabledType.Serializer.INSTANCE.deserialize(p, true); @@ -43873,6 +52380,11 @@ else if ("allow_download_enabled".equals(tag)) { fieldValue = AllowDownloadEnabledType.Serializer.INSTANCE.deserialize(p, true); value = EventType.allowDownloadEnabled(fieldValue); } + else if ("apple_login_change_policy".equals(tag)) { + AppleLoginChangePolicyType fieldValue = null; + fieldValue = AppleLoginChangePolicyType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.appleLoginChangePolicy(fieldValue); + } else if ("app_permissions_changed".equals(tag)) { AppPermissionsChangedType fieldValue = null; fieldValue = AppPermissionsChangedType.Serializer.INSTANCE.deserialize(p, true); @@ -43883,6 +52395,11 @@ else if ("camera_uploads_policy_changed".equals(tag)) { fieldValue = CameraUploadsPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.cameraUploadsPolicyChanged(fieldValue); } + else if ("capture_team_space_policy_changed".equals(tag)) { + CaptureTeamSpacePolicyChangedType fieldValue = null; + fieldValue = CaptureTeamSpacePolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.captureTeamSpacePolicyChanged(fieldValue); + } else if ("capture_transcript_policy_changed".equals(tag)) { CaptureTranscriptPolicyChangedType fieldValue = null; fieldValue = CaptureTranscriptPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); @@ -43903,6 +52420,16 @@ else if ("content_administration_policy_changed".equals(tag)) { fieldValue = ContentAdministrationPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.contentAdministrationPolicyChanged(fieldValue); } + else if ("content_deletion_protection_change_policy".equals(tag)) { + ContentDeletionProtectionChangePolicyType fieldValue = null; + fieldValue = ContentDeletionProtectionChangePolicyType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.contentDeletionProtectionChangePolicy(fieldValue); + } + else if ("dash_external_sharing_policy_changed".equals(tag)) { + DashExternalSharingPolicyChangedType fieldValue = null; + fieldValue = DashExternalSharingPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.dashExternalSharingPolicyChanged(fieldValue); + } else if ("data_placement_restriction_change_policy".equals(tag)) { DataPlacementRestrictionChangePolicyType fieldValue = null; fieldValue = DataPlacementRestrictionChangePolicyType.Serializer.INSTANCE.deserialize(p, true); @@ -44023,6 +52550,11 @@ else if ("file_transfers_policy_changed".equals(tag)) { fieldValue = FileTransfersPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.fileTransfersPolicyChanged(fieldValue); } + else if ("flexible_file_names_policy_changed".equals(tag)) { + FlexibleFileNamesPolicyChangedType fieldValue = null; + fieldValue = FlexibleFileNamesPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.flexibleFileNamesPolicyChanged(fieldValue); + } else if ("folder_link_restriction_policy_changed".equals(tag)) { FolderLinkRestrictionPolicyChangedType fieldValue = null; fieldValue = FolderLinkRestrictionPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); @@ -44083,6 +52615,11 @@ else if ("member_suggestions_change_policy".equals(tag)) { fieldValue = MemberSuggestionsChangePolicyType.Serializer.INSTANCE.deserialize(p, true); value = EventType.memberSuggestionsChangePolicy(fieldValue); } + else if ("microsoft_login_change_policy".equals(tag)) { + MicrosoftLoginChangePolicyType fieldValue = null; + fieldValue = MicrosoftLoginChangePolicyType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.microsoftLoginChangePolicy(fieldValue); + } else if ("microsoft_office_addin_change_policy".equals(tag)) { MicrosoftOfficeAddinChangePolicyType fieldValue = null; fieldValue = MicrosoftOfficeAddinChangePolicyType.Serializer.INSTANCE.deserialize(p, true); @@ -44133,6 +52670,11 @@ else if ("paper_enabled_users_group_removal".equals(tag)) { fieldValue = PaperEnabledUsersGroupRemovalType.Serializer.INSTANCE.deserialize(p, true); value = EventType.paperEnabledUsersGroupRemoval(fieldValue); } + else if ("passkey_login_policy_changed".equals(tag)) { + PasskeyLoginPolicyChangedType fieldValue = null; + fieldValue = PasskeyLoginPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.passkeyLoginPolicyChanged(fieldValue); + } else if ("password_strength_requirements_change_policy".equals(tag)) { PasswordStrengthRequirementsChangePolicyType fieldValue = null; fieldValue = PasswordStrengthRequirementsChangePolicyType.Serializer.INSTANCE.deserialize(p, true); @@ -44143,6 +52685,21 @@ else if ("permanent_delete_change_policy".equals(tag)) { fieldValue = PermanentDeleteChangePolicyType.Serializer.INSTANCE.deserialize(p, true); value = EventType.permanentDeleteChangePolicy(fieldValue); } + else if ("previews_ai_policy_changed".equals(tag)) { + PreviewsAiPolicyChangedType fieldValue = null; + fieldValue = PreviewsAiPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.previewsAiPolicyChanged(fieldValue); + } + else if ("replay_adding_people_policy_changed".equals(tag)) { + ReplayAddingPeoplePolicyChangedType fieldValue = null; + fieldValue = ReplayAddingPeoplePolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.replayAddingPeoplePolicyChanged(fieldValue); + } + else if ("replay_sharing_policy_changed".equals(tag)) { + ReplaySharingPolicyChangedType fieldValue = null; + fieldValue = ReplaySharingPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.replaySharingPolicyChanged(fieldValue); + } else if ("reseller_support_change_policy".equals(tag)) { ResellerSupportChangePolicyType fieldValue = null; fieldValue = ResellerSupportChangePolicyType.Serializer.INSTANCE.deserialize(p, true); @@ -44153,11 +52710,26 @@ else if ("rewind_policy_changed".equals(tag)) { fieldValue = RewindPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.rewindPolicyChanged(fieldValue); } + else if ("send_and_track_policy_changed".equals(tag)) { + SendAndTrackPolicyChangedType fieldValue = null; + fieldValue = SendAndTrackPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sendAndTrackPolicyChanged(fieldValue); + } + else if ("send_external_sharing_policy_changed".equals(tag)) { + SendExternalSharingPolicyChangedType fieldValue = null; + fieldValue = SendExternalSharingPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sendExternalSharingPolicyChanged(fieldValue); + } else if ("send_for_signature_policy_changed".equals(tag)) { SendForSignaturePolicyChangedType fieldValue = null; fieldValue = SendForSignaturePolicyChangedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.sendForSignaturePolicyChanged(fieldValue); } + else if ("shared_link_default_permissions_policy_changed".equals(tag)) { + SharedLinkDefaultPermissionsPolicyChangedType fieldValue = null; + fieldValue = SharedLinkDefaultPermissionsPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.sharedLinkDefaultPermissionsPolicyChanged(fieldValue); + } else if ("sharing_change_folder_join_policy".equals(tag)) { SharingChangeFolderJoinPolicyType fieldValue = null; fieldValue = SharingChangeFolderJoinPolicyType.Serializer.INSTANCE.deserialize(p, true); @@ -44203,6 +52775,16 @@ else if ("showcase_change_external_sharing_policy".equals(tag)) { fieldValue = ShowcaseChangeExternalSharingPolicyType.Serializer.INSTANCE.deserialize(p, true); value = EventType.showcaseChangeExternalSharingPolicy(fieldValue); } + else if ("sign_external_sharing_policy_changed".equals(tag)) { + SignExternalSharingPolicyChangedType fieldValue = null; + fieldValue = SignExternalSharingPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.signExternalSharingPolicyChanged(fieldValue); + } + else if ("sign_template_creation_permission_changed".equals(tag)) { + SignTemplateCreationPermissionChangedType fieldValue = null; + fieldValue = SignTemplateCreationPermissionChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.signTemplateCreationPermissionChanged(fieldValue); + } else if ("smarter_smart_sync_policy_changed".equals(tag)) { SmarterSmartSyncPolicyChangedType fieldValue = null; fieldValue = SmarterSmartSyncPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); @@ -44228,6 +52810,11 @@ else if ("sso_change_policy".equals(tag)) { fieldValue = SsoChangePolicyType.Serializer.INSTANCE.deserialize(p, true); value = EventType.ssoChangePolicy(fieldValue); } + else if ("stack_cross_team_access_policy_changed".equals(tag)) { + StackCrossTeamAccessPolicyChangedType fieldValue = null; + fieldValue = StackCrossTeamAccessPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.stackCrossTeamAccessPolicyChanged(fieldValue); + } else if ("team_branding_policy_changed".equals(tag)) { TeamBrandingPolicyChangedType fieldValue = null; fieldValue = TeamBrandingPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); @@ -44238,6 +52825,11 @@ else if ("team_extensions_policy_changed".equals(tag)) { fieldValue = TeamExtensionsPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); value = EventType.teamExtensionsPolicyChanged(fieldValue); } + else if ("team_member_storage_request_policy_changed".equals(tag)) { + TeamMemberStorageRequestPolicyChangedType fieldValue = null; + fieldValue = TeamMemberStorageRequestPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.teamMemberStorageRequestPolicyChanged(fieldValue); + } else if ("team_selective_sync_policy_changed".equals(tag)) { TeamSelectiveSyncPolicyChangedType fieldValue = null; fieldValue = TeamSelectiveSyncPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); @@ -44263,6 +52855,11 @@ else if ("tfa_remove_exception".equals(tag)) { fieldValue = TfaRemoveExceptionType.Serializer.INSTANCE.deserialize(p, true); value = EventType.tfaRemoveException(fieldValue); } + else if ("top_level_content_policy_changed".equals(tag)) { + TopLevelContentPolicyChangedType fieldValue = null; + fieldValue = TopLevelContentPolicyChangedType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.topLevelContentPolicyChanged(fieldValue); + } else if ("two_account_change_policy".equals(tag)) { TwoAccountChangePolicyType fieldValue = null; fieldValue = TwoAccountChangePolicyType.Serializer.INSTANCE.deserialize(p, true); @@ -44353,6 +52950,16 @@ else if ("team_profile_remove_logo".equals(tag)) { fieldValue = TeamProfileRemoveLogoType.Serializer.INSTANCE.deserialize(p, true); value = EventType.teamProfileRemoveLogo(fieldValue); } + else if ("passkey_add".equals(tag)) { + PasskeyAddType fieldValue = null; + fieldValue = PasskeyAddType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.passkeyAdd(fieldValue); + } + else if ("passkey_remove".equals(tag)) { + PasskeyRemoveType fieldValue = null; + fieldValue = PasskeyRemoveType.Serializer.INSTANCE.deserialize(p, true); + value = EventType.passkeyRemove(fieldValue); + } else if ("tfa_add_backup_phone".equals(tag)) { TfaAddBackupPhoneType fieldValue = null; fieldValue = TfaAddBackupPhoneType.Serializer.INSTANCE.deserialize(p, true); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventTypeArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventTypeArg.java index 2d22e037f..a2b7cf469 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventTypeArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/EventTypeArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * The type of the event. */ public enum EventTypeArg { - // union team_log.EventTypeArg (team_log_generated.stone) + // union team_log.EventTypeArg (team_log_stone_gen_team_log_generated.stone) /** * (admin_alerting) Changed an alert state */ @@ -102,6 +102,130 @@ public enum EventTypeArg { * (comments) Unresolved file comment */ FILE_UNRESOLVE_COMMENT, + /** + * (dash) Added a comment to a stack + */ + DASH_ADDED_COMMENT_TO_STACK, + /** + * (dash) Connected to a user connector + */ + DASH_ADDED_CONNECTOR, + /** + * (dash) Added a link to a stack + */ + DASH_ADDED_LINK_TO_STACK, + /** + * (dash) Admin added an email domain to the team allowlist + */ + DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST, + /** + * (dash) Admin added an admin connector + */ + DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR, + /** + * (dash) Admin disabled a user connector + */ + DASH_ADMIN_DISABLED_CONNECTOR, + /** + * (dash) Admin enabled a user connector + */ + DASH_ADMIN_ENABLED_CONNECTOR, + /** + * (dash) Admin removed an admin connector + */ + DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR, + /** + * (dash) Archived a stack + */ + DASH_ARCHIVED_STACK, + /** + * (dash) Changed the audience of a shared link to a stack + */ + DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK, + /** + * (dash) Cloned stack + */ + DASH_CLONED_STACK, + /** + * (dash) Created a stack + */ + DASH_CREATED_STACK, + /** + * (dash) Deleted a comment from a stack + */ + DASH_DELETED_COMMENT_FROM_STACK, + /** + * (dash) Deleted a stack + */ + DASH_DELETED_STACK, + /** + * (dash) Edited a comment in a stack + */ + DASH_EDITED_COMMENT_IN_STACK, + /** + * (dash) External user opened a stack + */ + DASH_EXTERNAL_USER_OPENED_STACK, + /** + * (dash) Opened the desktop app for the first time + */ + DASH_FIRST_LAUNCHED_DESKTOP, + /** + * (dash) Opened the extension for the first time + */ + DASH_FIRST_LAUNCHED_EXTENSION, + /** + * (dash) Opened the web Start Page for the first time + */ + DASH_FIRST_LAUNCHED_WEB_START_PAGE, + /** + * (dash) Checked access permissions to a stack + */ + DASH_OPENED_SHARED_LINK_TO_STACK, + /** + * (dash) Opened a stack + */ + DASH_OPENED_STACK, + /** + * (dash) Changed the preview opt-out status + */ + DASH_PREVIEW_OPT_OUT_STATUS_CHANGED, + /** + * (dash) Disconnected a user connector + */ + DASH_REMOVED_CONNECTOR, + /** + * (dash) Removed a link from a stack + */ + DASH_REMOVED_LINK_FROM_STACK, + /** + * (dash) Removed a shared link to a stack + */ + DASH_REMOVED_SHARED_LINK_TO_STACK, + /** + * (dash) Admin removed an email domain from the team allowlist + */ + DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST, + /** + * (dash) Renamed a stack + */ + DASH_RENAMED_STACK, + /** + * (dash) Shared a link to a stack + */ + DASH_SHARED_LINK_TO_STACK, + /** + * (dash) Unarchived a stack + */ + DASH_UNARCHIVED_STACK, + /** + * (dash) Member viewed a company stack + */ + DASH_VIEWED_COMPANY_STACK, + /** + * (dash) Admin viewed the external AI activity report + */ + DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT, /** * (data_governance) Added folders to policy */ @@ -322,6 +446,50 @@ public enum EventTypeArg { * (domains) Enabled domain invites (deprecated, no longer logged) */ ENABLED_DOMAIN_INVITES, + /** + * (encryption) Canceled team key rotation + */ + ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION, + /** + * (encryption) Added recovery key + */ + ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY, + /** + * (encryption) Enrolled device + */ + ENCRYPTED_FOLDER_ENROLL_CLIENT, + /** + * (encryption) Activated team folder encryption + */ + ENCRYPTED_FOLDER_ENROLL_TEAM, + /** + * (encryption) Deactivated team folder encryption + */ + ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT, + /** + * (encryption) Initiated team key rotation + */ + ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION, + /** + * (encryption) Initiated deactivation of team folder encryption + */ + ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT, + /** + * (encryption) Removed recovery key + */ + ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY, + /** + * (encryption) Rotated team key + */ + ENCRYPTED_FOLDER_ROTATE_TEAM_KEY, + /** + * (encryption) Unenrolled device + */ + ENCRYPTED_FOLDER_UNENROLL_CLIENT, + /** + * (encryption) Activated team encryption key + */ + TEAM_ENCRYPTION_KEY_ACTIVATE_KEY, /** * (encryption) Canceled team encryption key deletion */ @@ -330,6 +498,10 @@ public enum EventTypeArg { * (encryption) Created team encryption key */ TEAM_ENCRYPTION_KEY_CREATE_KEY, + /** + * (encryption) Deactivated team encryption key + */ + TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY, /** * (encryption) Deleted team encryption key */ @@ -454,6 +626,14 @@ public enum EventTypeArg { * (file_operations) Deleted files in Replay */ REPLAY_FILE_DELETE, + /** + * (file_operations) Downloaded files in Replay + */ + REPLAY_FILE_DOWNLOADED, + /** + * (file_operations) Created a team project in Replay + */ + REPLAY_TEAM_PROJECT_CREATED, /** * (file_operations) Rewound a folder */ @@ -478,6 +658,10 @@ public enum EventTypeArg { * (file_requests) Received files via Email to Dropbox */ EMAIL_INGEST_RECEIVE_FILE, + /** + * (file_requests) Auto closed file request + */ + FILE_REQUEST_AUTO_CLOSE, /** * (file_requests) Changed file request */ @@ -530,6 +714,10 @@ public enum EventTypeArg { * (groups) Updated group (deprecated, no longer logged) */ GROUP_DESCRIPTION_UPDATED, + /** + * (groups) Changed group's external sharing setting + */ + GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED, /** * (groups) Updated group join policy (deprecated, no longer logged) */ @@ -600,6 +788,14 @@ public enum EventTypeArg { * sign in') */ SSO_ERROR, + /** + * (members) Add-on Assigned + */ + ADDON_ASSIGNED, + /** + * (members) Add-on Removed + */ + ADDON_REMOVED, /** * (members) Invited members to activate Backup */ @@ -702,6 +898,14 @@ public enum EventTypeArg { * (members) Added pending secondary email */ PENDING_SECONDARY_EMAIL_ADDED, + /** + * (members) Product assigned to team member + */ + PRODUCT_ASSIGNED_TO_MEMBER, + /** + * (members) Product removed from team member + */ + PRODUCT_REMOVED_FROM_MEMBER, /** * (members) Deleted secondary email */ @@ -961,6 +1165,14 @@ public enum EventTypeArg { * (reports) Couldn't create External sharing report */ EXTERNAL_SHARING_REPORT_FAILED, + /** + * (reports) Created member access report + */ + MEMBER_ACCESS_DETAILS_CREATE_REPORT, + /** + * (reports) Couldn't generate member access report + */ + MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED, /** * (reports) Report created: Links created with no expiration */ @@ -1005,6 +1217,14 @@ public enum EventTypeArg { * (reports) Couldn't generate ransomware report */ RANSOMWARE_ALERT_CREATE_REPORT_FAILED, + /** + * (reports) Created shared folders report + */ + SHARED_FOLDERS_CREATE_REPORT, + /** + * (reports) Couldn't generate shared folders report + */ + SHARED_FOLDERS_CREATE_REPORT_FAILED, /** * (reports) Created Smart Sync non-admin devices report */ @@ -1017,6 +1237,22 @@ public enum EventTypeArg { * (reports) Couldn't generate team activity report */ TEAM_ACTIVITY_CREATE_REPORT_FAIL, + /** + * (reports) Created team folders report + */ + TEAM_FOLDERS_CREATE_REPORT, + /** + * (reports) Couldn't generate team folders report + */ + TEAM_FOLDERS_CREATE_REPORT_FAILED, + /** + * (reports) Created team storage report + */ + TEAM_STORAGE_CREATE_REPORT, + /** + * (reports) Couldn't generate team storage report + */ + TEAM_STORAGE_CREATE_REPORT_FAILED, /** * (sharing) Shared album */ @@ -1072,7 +1308,7 @@ public enum EventTypeArg { */ REPLAY_FILE_SHARED_LINK_CREATED, /** - * (sharing) Modified shared link in Replay + * (sharing) Changed shared link in Replay */ REPLAY_FILE_SHARED_LINK_MODIFIED, /** @@ -1083,6 +1319,38 @@ public enum EventTypeArg { * (sharing) Removed member from Replay Project */ REPLAY_PROJECT_TEAM_DELETE, + /** + * (sharing) File added to Send and Track + */ + SEND_AND_TRACK_FILE_ADDED, + /** + * (sharing) File renamed in Send and Track + */ + SEND_AND_TRACK_FILE_RENAMED, + /** + * (sharing) File updated in Send and Track + */ + SEND_AND_TRACK_FILE_UPDATED, + /** + * (sharing) Link created in Send and Track + */ + SEND_AND_TRACK_LINK_CREATED, + /** + * (sharing) Link deleted in Send and Track + */ + SEND_AND_TRACK_LINK_DELETED, + /** + * (sharing) Send and Track Link Updated + */ + SEND_AND_TRACK_LINK_UPDATED, + /** + * (sharing) Send and Track Link Visited + */ + SEND_AND_TRACK_LINK_VIEWED, + /** + * (sharing) Send and Track file and associated links deleted + */ + SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS, /** * (sharing) Added team to shared folder (deprecated, no longer logged) */ @@ -1325,6 +1593,10 @@ public enum EventTypeArg { * (sharing) Removed shared link expiration date */ SHARED_LINK_REMOVE_EXPIRY, + /** + * (sharing) Removed link visitor + */ + SHARED_LINK_REMOVE_VISITOR, /** * (sharing) Added an expiration date to the shared link */ @@ -1483,6 +1755,42 @@ public enum EventTypeArg { * (showcase) Viewed showcase */ SHOWCASE_VIEW, + /** + * (signatures) Canceled signature request + */ + SIGN_SIGNATURE_REQUEST_CANCELED, + /** + * (signatures) Completed signature request + */ + SIGN_SIGNATURE_REQUEST_COMPLETED, + /** + * (signatures) Declined signature request + */ + SIGN_SIGNATURE_REQUEST_DECLINED, + /** + * (signatures) Opened signature request + */ + SIGN_SIGNATURE_REQUEST_OPENED, + /** + * (signatures) Sent signature request reminder + */ + SIGN_SIGNATURE_REQUEST_REMINDER_SENT, + /** + * (signatures) Sent signature request + */ + SIGN_SIGNATURE_REQUEST_SENT, + /** + * (signatures) Created template + */ + SIGN_TEMPLATE_CREATED, + /** + * (signatures) Shared template + */ + SIGN_TEMPLATE_SHARED, + /** + * (sso) RISC security event received from external provider + */ + RISC_SECURITY_EVENT, /** * (sso) Added X.509 certificate for SSO */ @@ -1556,6 +1864,10 @@ public enum EventTypeArg { * team */ ADMIN_EMAIL_REMINDERS_CHANGED, + /** + * (team_policies) Changed AI third party sharing policy for team + */ + AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED, /** * (team_policies) Disabled downloads (deprecated, no longer logged) */ @@ -1564,6 +1876,10 @@ public enum EventTypeArg { * (team_policies) Enabled downloads (deprecated, no longer logged) */ ALLOW_DOWNLOAD_ENABLED, + /** + * (team_policies) Enabled/disabled Apple login for team + */ + APPLE_LOGIN_CHANGE_POLICY, /** * (team_policies) Changed app permissions */ @@ -1572,6 +1888,10 @@ public enum EventTypeArg { * (team_policies) Changed camera uploads setting for team */ CAMERA_UPLOADS_POLICY_CHANGED, + /** + * (team_policies) Changed Capture team space policy for team + */ + CAPTURE_TEAM_SPACE_POLICY_CHANGED, /** * (team_policies) Changed Capture transcription policy for team */ @@ -1588,6 +1908,14 @@ public enum EventTypeArg { * (team_policies) Changed content management setting */ CONTENT_ADMINISTRATION_POLICY_CHANGED, + /** + * (team_policies) Changed content deletion protection policy for team + */ + CONTENT_DELETION_PROTECTION_CHANGE_POLICY, + /** + * (team_policies) Changed Dash external sharing policy for team + */ + DASH_EXTERNAL_SHARING_POLICY_CHANGED, /** * (team_policies) Set restrictions on data center locations where team data * resides @@ -1693,6 +2021,10 @@ public enum EventTypeArg { * (team_policies) Changed file transfers policy for team */ FILE_TRANSFERS_POLICY_CHANGED, + /** + * (team_policies) Changed flexible file names policy for team + */ + FLEXIBLE_FILE_NAMES_POLICY_CHANGED, /** * (team_policies) Changed folder link restrictions policy for team */ @@ -1742,6 +2074,10 @@ public enum EventTypeArg { * people to add to team */ MEMBER_SUGGESTIONS_CHANGE_POLICY, + /** + * (team_policies) Enabled/disabled Microsoft login for team + */ + MICROSOFT_LOGIN_CHANGE_POLICY, /** * (team_policies) Enabled/disabled Microsoft Office add-in */ @@ -1786,6 +2122,10 @@ public enum EventTypeArg { * (team_policies) Removed users from Paper-enabled users list */ PAPER_ENABLED_USERS_GROUP_REMOVAL, + /** + * (team_policies) Changed passkey login policy for team + */ + PASSKEY_LOGIN_POLICY_CHANGED, /** * (team_policies) Changed team password strength requirements */ @@ -1795,6 +2135,18 @@ public enum EventTypeArg { * delete content */ PERMANENT_DELETE_CHANGE_POLICY, + /** + * (team_policies) Changed Dropbox AI policy for team + */ + PREVIEWS_AI_POLICY_CHANGED, + /** + * (team_policies) Changed the policy for adding people to Replay content + */ + REPLAY_ADDING_PEOPLE_POLICY_CHANGED, + /** + * (team_policies) Changed the policy for sharing Replay content + */ + REPLAY_SHARING_POLICY_CHANGED, /** * (team_policies) Enabled/disabled reseller support */ @@ -1803,10 +2155,22 @@ public enum EventTypeArg { * (team_policies) Changed Rewind policy for team */ REWIND_POLICY_CHANGED, + /** + * (team_policies) Changed “Send and track” policy for team + */ + SEND_AND_TRACK_POLICY_CHANGED, + /** + * (team_policies) Changed “Send and track” external sharing policy for team + */ + SEND_EXTERNAL_SHARING_POLICY_CHANGED, /** * (team_policies) Changed send for signature policy for team */ SEND_FOR_SIGNATURE_POLICY_CHANGED, + /** + * (team_policies) Changed shared link default permissions policy for team + */ + SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED, /** * (team_policies) Changed whether team members can join shared folders * owned outside team @@ -1851,6 +2215,14 @@ public enum EventTypeArg { * team */ SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY, + /** + * (team_policies) Changed Signatures external sharing policy for team + */ + SIGN_EXTERNAL_SHARING_POLICY_CHANGED, + /** + * (team_policies) Changed template creation permission + */ + SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED, /** * (team_policies) Changed automatic Smart Sync setting for team */ @@ -1871,6 +2243,10 @@ public enum EventTypeArg { * (team_policies) Changed single sign-on setting for team */ SSO_CHANGE_POLICY, + /** + * (team_policies) Changed cross-team Stack access policy for team + */ + STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED, /** * (team_policies) Changed team branding policy for team */ @@ -1879,6 +2255,10 @@ public enum EventTypeArg { * (team_policies) Changed App Integrations setting for team */ TEAM_EXTENSIONS_POLICY_CHANGED, + /** + * (team_policies) Changed team member storage request policy for team + */ + TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED, /** * (team_policies) Enabled/disabled Team Selective Sync for team */ @@ -1892,7 +2272,7 @@ public enum EventTypeArg { */ TFA_ADD_EXCEPTION, /** - * (team_policies) Changed two-step verification setting for team + * (team_policies) Changed two-factor authentication setting for team */ TFA_CHANGE_POLICY, /** @@ -1900,6 +2280,10 @@ public enum EventTypeArg { * list */ TFA_REMOVE_EXCEPTION, + /** + * (team_policies) Changed top level content setting for team + */ + TOP_LEVEL_CONTENT_POLICY_CHANGED, /** * (team_policies) Enabled/disabled option for members to link personal * Dropbox account and team account to same computer @@ -1977,31 +2361,39 @@ public enum EventTypeArg { */ TEAM_PROFILE_REMOVE_LOGO, /** - * (tfa) Added backup phone for two-step verification + * (tfa) Added passkey for login + */ + PASSKEY_ADD, + /** + * (tfa) Removed passkey for login + */ + PASSKEY_REMOVE, + /** + * (tfa) Added backup phone for two-factor authentication */ TFA_ADD_BACKUP_PHONE, /** - * (tfa) Added security key for two-step verification + * (tfa) Added security key for two-factor authentication */ TFA_ADD_SECURITY_KEY, /** - * (tfa) Changed backup phone for two-step verification + * (tfa) Changed backup phone for two-factor authentication */ TFA_CHANGE_BACKUP_PHONE, /** - * (tfa) Enabled/disabled/changed two-step verification setting + * (tfa) Enabled/disabled/changed two-factor authentication setting */ TFA_CHANGE_STATUS, /** - * (tfa) Removed backup phone for two-step verification + * (tfa) Removed backup phone for two-factor authentication */ TFA_REMOVE_BACKUP_PHONE, /** - * (tfa) Removed security key for two-step verification + * (tfa) Removed security key for two-factor authentication */ TFA_REMOVE_SECURITY_KEY, /** - * (tfa) Reset two-step verification for team member + * (tfa) Reset two-factor authentication for team member */ TFA_RESET, /** @@ -2213,6 +2605,130 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("file_unresolve_comment"); break; } + case DASH_ADDED_COMMENT_TO_STACK: { + g.writeString("dash_added_comment_to_stack"); + break; + } + case DASH_ADDED_CONNECTOR: { + g.writeString("dash_added_connector"); + break; + } + case DASH_ADDED_LINK_TO_STACK: { + g.writeString("dash_added_link_to_stack"); + break; + } + case DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST: { + g.writeString("dash_added_team_email_domain_allowlist"); + break; + } + case DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR: { + g.writeString("dash_admin_added_org_wide_connector"); + break; + } + case DASH_ADMIN_DISABLED_CONNECTOR: { + g.writeString("dash_admin_disabled_connector"); + break; + } + case DASH_ADMIN_ENABLED_CONNECTOR: { + g.writeString("dash_admin_enabled_connector"); + break; + } + case DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR: { + g.writeString("dash_admin_removed_org_wide_connector"); + break; + } + case DASH_ARCHIVED_STACK: { + g.writeString("dash_archived_stack"); + break; + } + case DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK: { + g.writeString("dash_changed_audience_of_shared_link_to_stack"); + break; + } + case DASH_CLONED_STACK: { + g.writeString("dash_cloned_stack"); + break; + } + case DASH_CREATED_STACK: { + g.writeString("dash_created_stack"); + break; + } + case DASH_DELETED_COMMENT_FROM_STACK: { + g.writeString("dash_deleted_comment_from_stack"); + break; + } + case DASH_DELETED_STACK: { + g.writeString("dash_deleted_stack"); + break; + } + case DASH_EDITED_COMMENT_IN_STACK: { + g.writeString("dash_edited_comment_in_stack"); + break; + } + case DASH_EXTERNAL_USER_OPENED_STACK: { + g.writeString("dash_external_user_opened_stack"); + break; + } + case DASH_FIRST_LAUNCHED_DESKTOP: { + g.writeString("dash_first_launched_desktop"); + break; + } + case DASH_FIRST_LAUNCHED_EXTENSION: { + g.writeString("dash_first_launched_extension"); + break; + } + case DASH_FIRST_LAUNCHED_WEB_START_PAGE: { + g.writeString("dash_first_launched_web_start_page"); + break; + } + case DASH_OPENED_SHARED_LINK_TO_STACK: { + g.writeString("dash_opened_shared_link_to_stack"); + break; + } + case DASH_OPENED_STACK: { + g.writeString("dash_opened_stack"); + break; + } + case DASH_PREVIEW_OPT_OUT_STATUS_CHANGED: { + g.writeString("dash_preview_opt_out_status_changed"); + break; + } + case DASH_REMOVED_CONNECTOR: { + g.writeString("dash_removed_connector"); + break; + } + case DASH_REMOVED_LINK_FROM_STACK: { + g.writeString("dash_removed_link_from_stack"); + break; + } + case DASH_REMOVED_SHARED_LINK_TO_STACK: { + g.writeString("dash_removed_shared_link_to_stack"); + break; + } + case DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST: { + g.writeString("dash_removed_team_email_domain_allowlist"); + break; + } + case DASH_RENAMED_STACK: { + g.writeString("dash_renamed_stack"); + break; + } + case DASH_SHARED_LINK_TO_STACK: { + g.writeString("dash_shared_link_to_stack"); + break; + } + case DASH_UNARCHIVED_STACK: { + g.writeString("dash_unarchived_stack"); + break; + } + case DASH_VIEWED_COMPANY_STACK: { + g.writeString("dash_viewed_company_stack"); + break; + } + case DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT: { + g.writeString("dash_viewed_external_ai_activity_report"); + break; + } case GOVERNANCE_POLICY_ADD_FOLDERS: { g.writeString("governance_policy_add_folders"); break; @@ -2429,6 +2945,50 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("enabled_domain_invites"); break; } + case ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION: { + g.writeString("encrypted_folder_cancel_team_key_rotation"); + break; + } + case ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY: { + g.writeString("encrypted_folder_enroll_backup_key"); + break; + } + case ENCRYPTED_FOLDER_ENROLL_CLIENT: { + g.writeString("encrypted_folder_enroll_client"); + break; + } + case ENCRYPTED_FOLDER_ENROLL_TEAM: { + g.writeString("encrypted_folder_enroll_team"); + break; + } + case ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT: { + g.writeString("encrypted_folder_finish_team_unenrollment"); + break; + } + case ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION: { + g.writeString("encrypted_folder_init_team_key_rotation"); + break; + } + case ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT: { + g.writeString("encrypted_folder_init_team_unenrollment"); + break; + } + case ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY: { + g.writeString("encrypted_folder_remove_backup_key"); + break; + } + case ENCRYPTED_FOLDER_ROTATE_TEAM_KEY: { + g.writeString("encrypted_folder_rotate_team_key"); + break; + } + case ENCRYPTED_FOLDER_UNENROLL_CLIENT: { + g.writeString("encrypted_folder_unenroll_client"); + break; + } + case TEAM_ENCRYPTION_KEY_ACTIVATE_KEY: { + g.writeString("team_encryption_key_activate_key"); + break; + } case TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION: { g.writeString("team_encryption_key_cancel_key_deletion"); break; @@ -2437,6 +2997,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("team_encryption_key_create_key"); break; } + case TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY: { + g.writeString("team_encryption_key_deactivate_key"); + break; + } case TEAM_ENCRYPTION_KEY_DELETE_KEY: { g.writeString("team_encryption_key_delete_key"); break; @@ -2561,6 +3125,14 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("replay_file_delete"); break; } + case REPLAY_FILE_DOWNLOADED: { + g.writeString("replay_file_downloaded"); + break; + } + case REPLAY_TEAM_PROJECT_CREATED: { + g.writeString("replay_team_project_created"); + break; + } case REWIND_FOLDER: { g.writeString("rewind_folder"); break; @@ -2585,6 +3157,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("email_ingest_receive_file"); break; } + case FILE_REQUEST_AUTO_CLOSE: { + g.writeString("file_request_auto_close"); + break; + } case FILE_REQUEST_CHANGE: { g.writeString("file_request_change"); break; @@ -2637,6 +3213,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("group_description_updated"); break; } + case GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED: { + g.writeString("group_external_sharing_setting_override_changed"); + break; + } case GROUP_JOIN_POLICY_UPDATED: { g.writeString("group_join_policy_updated"); break; @@ -2705,6 +3285,14 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("sso_error"); break; } + case ADDON_ASSIGNED: { + g.writeString("addon_assigned"); + break; + } + case ADDON_REMOVED: { + g.writeString("addon_removed"); + break; + } case BACKUP_ADMIN_INVITATION_SENT: { g.writeString("backup_admin_invitation_sent"); break; @@ -2805,6 +3393,14 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("pending_secondary_email_added"); break; } + case PRODUCT_ASSIGNED_TO_MEMBER: { + g.writeString("product_assigned_to_member"); + break; + } + case PRODUCT_REMOVED_FROM_MEMBER: { + g.writeString("product_removed_from_member"); + break; + } case SECONDARY_EMAIL_DELETED: { g.writeString("secondary_email_deleted"); break; @@ -3057,6 +3653,14 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("external_sharing_report_failed"); break; } + case MEMBER_ACCESS_DETAILS_CREATE_REPORT: { + g.writeString("member_access_details_create_report"); + break; + } + case MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED: { + g.writeString("member_access_details_create_report_failed"); + break; + } case NO_EXPIRATION_LINK_GEN_CREATE_REPORT: { g.writeString("no_expiration_link_gen_create_report"); break; @@ -3101,6 +3705,14 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("ransomware_alert_create_report_failed"); break; } + case SHARED_FOLDERS_CREATE_REPORT: { + g.writeString("shared_folders_create_report"); + break; + } + case SHARED_FOLDERS_CREATE_REPORT_FAILED: { + g.writeString("shared_folders_create_report_failed"); + break; + } case SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT: { g.writeString("smart_sync_create_admin_privilege_report"); break; @@ -3113,6 +3725,22 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("team_activity_create_report_fail"); break; } + case TEAM_FOLDERS_CREATE_REPORT: { + g.writeString("team_folders_create_report"); + break; + } + case TEAM_FOLDERS_CREATE_REPORT_FAILED: { + g.writeString("team_folders_create_report_failed"); + break; + } + case TEAM_STORAGE_CREATE_REPORT: { + g.writeString("team_storage_create_report"); + break; + } + case TEAM_STORAGE_CREATE_REPORT_FAILED: { + g.writeString("team_storage_create_report_failed"); + break; + } case COLLECTION_SHARE: { g.writeString("collection_share"); break; @@ -3177,6 +3805,38 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("replay_project_team_delete"); break; } + case SEND_AND_TRACK_FILE_ADDED: { + g.writeString("send_and_track_file_added"); + break; + } + case SEND_AND_TRACK_FILE_RENAMED: { + g.writeString("send_and_track_file_renamed"); + break; + } + case SEND_AND_TRACK_FILE_UPDATED: { + g.writeString("send_and_track_file_updated"); + break; + } + case SEND_AND_TRACK_LINK_CREATED: { + g.writeString("send_and_track_link_created"); + break; + } + case SEND_AND_TRACK_LINK_DELETED: { + g.writeString("send_and_track_link_deleted"); + break; + } + case SEND_AND_TRACK_LINK_UPDATED: { + g.writeString("send_and_track_link_updated"); + break; + } + case SEND_AND_TRACK_LINK_VIEWED: { + g.writeString("send_and_track_link_viewed"); + break; + } + case SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS: { + g.writeString("send_and_track_removed_file_and_associated_links"); + break; + } case SF_ADD_GROUP: { g.writeString("sf_add_group"); break; @@ -3397,6 +4057,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("shared_link_remove_expiry"); break; } + case SHARED_LINK_REMOVE_VISITOR: { + g.writeString("shared_link_remove_visitor"); + break; + } case SHARED_LINK_SETTINGS_ADD_EXPIRATION: { g.writeString("shared_link_settings_add_expiration"); break; @@ -3553,6 +4217,42 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("showcase_view"); break; } + case SIGN_SIGNATURE_REQUEST_CANCELED: { + g.writeString("sign_signature_request_canceled"); + break; + } + case SIGN_SIGNATURE_REQUEST_COMPLETED: { + g.writeString("sign_signature_request_completed"); + break; + } + case SIGN_SIGNATURE_REQUEST_DECLINED: { + g.writeString("sign_signature_request_declined"); + break; + } + case SIGN_SIGNATURE_REQUEST_OPENED: { + g.writeString("sign_signature_request_opened"); + break; + } + case SIGN_SIGNATURE_REQUEST_REMINDER_SENT: { + g.writeString("sign_signature_request_reminder_sent"); + break; + } + case SIGN_SIGNATURE_REQUEST_SENT: { + g.writeString("sign_signature_request_sent"); + break; + } + case SIGN_TEMPLATE_CREATED: { + g.writeString("sign_template_created"); + break; + } + case SIGN_TEMPLATE_SHARED: { + g.writeString("sign_template_shared"); + break; + } + case RISC_SECURITY_EVENT: { + g.writeString("risc_security_event"); + break; + } case SSO_ADD_CERT: { g.writeString("sso_add_cert"); break; @@ -3625,6 +4325,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("admin_email_reminders_changed"); break; } + case AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED: { + g.writeString("ai_third_party_sharing_dropbox_base_policy_changed"); + break; + } case ALLOW_DOWNLOAD_DISABLED: { g.writeString("allow_download_disabled"); break; @@ -3633,6 +4337,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("allow_download_enabled"); break; } + case APPLE_LOGIN_CHANGE_POLICY: { + g.writeString("apple_login_change_policy"); + break; + } case APP_PERMISSIONS_CHANGED: { g.writeString("app_permissions_changed"); break; @@ -3641,6 +4349,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("camera_uploads_policy_changed"); break; } + case CAPTURE_TEAM_SPACE_POLICY_CHANGED: { + g.writeString("capture_team_space_policy_changed"); + break; + } case CAPTURE_TRANSCRIPT_POLICY_CHANGED: { g.writeString("capture_transcript_policy_changed"); break; @@ -3657,6 +4369,14 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("content_administration_policy_changed"); break; } + case CONTENT_DELETION_PROTECTION_CHANGE_POLICY: { + g.writeString("content_deletion_protection_change_policy"); + break; + } + case DASH_EXTERNAL_SHARING_POLICY_CHANGED: { + g.writeString("dash_external_sharing_policy_changed"); + break; + } case DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY: { g.writeString("data_placement_restriction_change_policy"); break; @@ -3753,6 +4473,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("file_transfers_policy_changed"); break; } + case FLEXIBLE_FILE_NAMES_POLICY_CHANGED: { + g.writeString("flexible_file_names_policy_changed"); + break; + } case FOLDER_LINK_RESTRICTION_POLICY_CHANGED: { g.writeString("folder_link_restriction_policy_changed"); break; @@ -3801,6 +4525,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("member_suggestions_change_policy"); break; } + case MICROSOFT_LOGIN_CHANGE_POLICY: { + g.writeString("microsoft_login_change_policy"); + break; + } case MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY: { g.writeString("microsoft_office_addin_change_policy"); break; @@ -3841,6 +4569,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("paper_enabled_users_group_removal"); break; } + case PASSKEY_LOGIN_POLICY_CHANGED: { + g.writeString("passkey_login_policy_changed"); + break; + } case PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY: { g.writeString("password_strength_requirements_change_policy"); break; @@ -3849,6 +4581,18 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("permanent_delete_change_policy"); break; } + case PREVIEWS_AI_POLICY_CHANGED: { + g.writeString("previews_ai_policy_changed"); + break; + } + case REPLAY_ADDING_PEOPLE_POLICY_CHANGED: { + g.writeString("replay_adding_people_policy_changed"); + break; + } + case REPLAY_SHARING_POLICY_CHANGED: { + g.writeString("replay_sharing_policy_changed"); + break; + } case RESELLER_SUPPORT_CHANGE_POLICY: { g.writeString("reseller_support_change_policy"); break; @@ -3857,10 +4601,22 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("rewind_policy_changed"); break; } + case SEND_AND_TRACK_POLICY_CHANGED: { + g.writeString("send_and_track_policy_changed"); + break; + } + case SEND_EXTERNAL_SHARING_POLICY_CHANGED: { + g.writeString("send_external_sharing_policy_changed"); + break; + } case SEND_FOR_SIGNATURE_POLICY_CHANGED: { g.writeString("send_for_signature_policy_changed"); break; } + case SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED: { + g.writeString("shared_link_default_permissions_policy_changed"); + break; + } case SHARING_CHANGE_FOLDER_JOIN_POLICY: { g.writeString("sharing_change_folder_join_policy"); break; @@ -3897,6 +4653,14 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("showcase_change_external_sharing_policy"); break; } + case SIGN_EXTERNAL_SHARING_POLICY_CHANGED: { + g.writeString("sign_external_sharing_policy_changed"); + break; + } + case SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED: { + g.writeString("sign_template_creation_permission_changed"); + break; + } case SMARTER_SMART_SYNC_POLICY_CHANGED: { g.writeString("smarter_smart_sync_policy_changed"); break; @@ -3917,6 +4681,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("sso_change_policy"); break; } + case STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED: { + g.writeString("stack_cross_team_access_policy_changed"); + break; + } case TEAM_BRANDING_POLICY_CHANGED: { g.writeString("team_branding_policy_changed"); break; @@ -3925,6 +4693,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("team_extensions_policy_changed"); break; } + case TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED: { + g.writeString("team_member_storage_request_policy_changed"); + break; + } case TEAM_SELECTIVE_SYNC_POLICY_CHANGED: { g.writeString("team_selective_sync_policy_changed"); break; @@ -3945,6 +4717,10 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("tfa_remove_exception"); break; } + case TOP_LEVEL_CONTENT_POLICY_CHANGED: { + g.writeString("top_level_content_policy_changed"); + break; + } case TWO_ACCOUNT_CHANGE_POLICY: { g.writeString("two_account_change_policy"); break; @@ -4017,6 +4793,14 @@ public void serialize(EventTypeArg value, JsonGenerator g) throws IOException, J g.writeString("team_profile_remove_logo"); break; } + case PASSKEY_ADD: { + g.writeString("passkey_add"); + break; + } + case PASSKEY_REMOVE: { + g.writeString("passkey_remove"); + break; + } case TFA_ADD_BACKUP_PHONE: { g.writeString("tfa_add_backup_phone"); break; @@ -4229,6 +5013,99 @@ else if ("file_unlike_comment".equals(tag)) { else if ("file_unresolve_comment".equals(tag)) { value = EventTypeArg.FILE_UNRESOLVE_COMMENT; } + else if ("dash_added_comment_to_stack".equals(tag)) { + value = EventTypeArg.DASH_ADDED_COMMENT_TO_STACK; + } + else if ("dash_added_connector".equals(tag)) { + value = EventTypeArg.DASH_ADDED_CONNECTOR; + } + else if ("dash_added_link_to_stack".equals(tag)) { + value = EventTypeArg.DASH_ADDED_LINK_TO_STACK; + } + else if ("dash_added_team_email_domain_allowlist".equals(tag)) { + value = EventTypeArg.DASH_ADDED_TEAM_EMAIL_DOMAIN_ALLOWLIST; + } + else if ("dash_admin_added_org_wide_connector".equals(tag)) { + value = EventTypeArg.DASH_ADMIN_ADDED_ORG_WIDE_CONNECTOR; + } + else if ("dash_admin_disabled_connector".equals(tag)) { + value = EventTypeArg.DASH_ADMIN_DISABLED_CONNECTOR; + } + else if ("dash_admin_enabled_connector".equals(tag)) { + value = EventTypeArg.DASH_ADMIN_ENABLED_CONNECTOR; + } + else if ("dash_admin_removed_org_wide_connector".equals(tag)) { + value = EventTypeArg.DASH_ADMIN_REMOVED_ORG_WIDE_CONNECTOR; + } + else if ("dash_archived_stack".equals(tag)) { + value = EventTypeArg.DASH_ARCHIVED_STACK; + } + else if ("dash_changed_audience_of_shared_link_to_stack".equals(tag)) { + value = EventTypeArg.DASH_CHANGED_AUDIENCE_OF_SHARED_LINK_TO_STACK; + } + else if ("dash_cloned_stack".equals(tag)) { + value = EventTypeArg.DASH_CLONED_STACK; + } + else if ("dash_created_stack".equals(tag)) { + value = EventTypeArg.DASH_CREATED_STACK; + } + else if ("dash_deleted_comment_from_stack".equals(tag)) { + value = EventTypeArg.DASH_DELETED_COMMENT_FROM_STACK; + } + else if ("dash_deleted_stack".equals(tag)) { + value = EventTypeArg.DASH_DELETED_STACK; + } + else if ("dash_edited_comment_in_stack".equals(tag)) { + value = EventTypeArg.DASH_EDITED_COMMENT_IN_STACK; + } + else if ("dash_external_user_opened_stack".equals(tag)) { + value = EventTypeArg.DASH_EXTERNAL_USER_OPENED_STACK; + } + else if ("dash_first_launched_desktop".equals(tag)) { + value = EventTypeArg.DASH_FIRST_LAUNCHED_DESKTOP; + } + else if ("dash_first_launched_extension".equals(tag)) { + value = EventTypeArg.DASH_FIRST_LAUNCHED_EXTENSION; + } + else if ("dash_first_launched_web_start_page".equals(tag)) { + value = EventTypeArg.DASH_FIRST_LAUNCHED_WEB_START_PAGE; + } + else if ("dash_opened_shared_link_to_stack".equals(tag)) { + value = EventTypeArg.DASH_OPENED_SHARED_LINK_TO_STACK; + } + else if ("dash_opened_stack".equals(tag)) { + value = EventTypeArg.DASH_OPENED_STACK; + } + else if ("dash_preview_opt_out_status_changed".equals(tag)) { + value = EventTypeArg.DASH_PREVIEW_OPT_OUT_STATUS_CHANGED; + } + else if ("dash_removed_connector".equals(tag)) { + value = EventTypeArg.DASH_REMOVED_CONNECTOR; + } + else if ("dash_removed_link_from_stack".equals(tag)) { + value = EventTypeArg.DASH_REMOVED_LINK_FROM_STACK; + } + else if ("dash_removed_shared_link_to_stack".equals(tag)) { + value = EventTypeArg.DASH_REMOVED_SHARED_LINK_TO_STACK; + } + else if ("dash_removed_team_email_domain_allowlist".equals(tag)) { + value = EventTypeArg.DASH_REMOVED_TEAM_EMAIL_DOMAIN_ALLOWLIST; + } + else if ("dash_renamed_stack".equals(tag)) { + value = EventTypeArg.DASH_RENAMED_STACK; + } + else if ("dash_shared_link_to_stack".equals(tag)) { + value = EventTypeArg.DASH_SHARED_LINK_TO_STACK; + } + else if ("dash_unarchived_stack".equals(tag)) { + value = EventTypeArg.DASH_UNARCHIVED_STACK; + } + else if ("dash_viewed_company_stack".equals(tag)) { + value = EventTypeArg.DASH_VIEWED_COMPANY_STACK; + } + else if ("dash_viewed_external_ai_activity_report".equals(tag)) { + value = EventTypeArg.DASH_VIEWED_EXTERNAL_AI_ACTIVITY_REPORT; + } else if ("governance_policy_add_folders".equals(tag)) { value = EventTypeArg.GOVERNANCE_POLICY_ADD_FOLDERS; } @@ -4391,12 +5268,48 @@ else if ("domain_verification_remove_domain".equals(tag)) { else if ("enabled_domain_invites".equals(tag)) { value = EventTypeArg.ENABLED_DOMAIN_INVITES; } + else if ("encrypted_folder_cancel_team_key_rotation".equals(tag)) { + value = EventTypeArg.ENCRYPTED_FOLDER_CANCEL_TEAM_KEY_ROTATION; + } + else if ("encrypted_folder_enroll_backup_key".equals(tag)) { + value = EventTypeArg.ENCRYPTED_FOLDER_ENROLL_BACKUP_KEY; + } + else if ("encrypted_folder_enroll_client".equals(tag)) { + value = EventTypeArg.ENCRYPTED_FOLDER_ENROLL_CLIENT; + } + else if ("encrypted_folder_enroll_team".equals(tag)) { + value = EventTypeArg.ENCRYPTED_FOLDER_ENROLL_TEAM; + } + else if ("encrypted_folder_finish_team_unenrollment".equals(tag)) { + value = EventTypeArg.ENCRYPTED_FOLDER_FINISH_TEAM_UNENROLLMENT; + } + else if ("encrypted_folder_init_team_key_rotation".equals(tag)) { + value = EventTypeArg.ENCRYPTED_FOLDER_INIT_TEAM_KEY_ROTATION; + } + else if ("encrypted_folder_init_team_unenrollment".equals(tag)) { + value = EventTypeArg.ENCRYPTED_FOLDER_INIT_TEAM_UNENROLLMENT; + } + else if ("encrypted_folder_remove_backup_key".equals(tag)) { + value = EventTypeArg.ENCRYPTED_FOLDER_REMOVE_BACKUP_KEY; + } + else if ("encrypted_folder_rotate_team_key".equals(tag)) { + value = EventTypeArg.ENCRYPTED_FOLDER_ROTATE_TEAM_KEY; + } + else if ("encrypted_folder_unenroll_client".equals(tag)) { + value = EventTypeArg.ENCRYPTED_FOLDER_UNENROLL_CLIENT; + } + else if ("team_encryption_key_activate_key".equals(tag)) { + value = EventTypeArg.TEAM_ENCRYPTION_KEY_ACTIVATE_KEY; + } else if ("team_encryption_key_cancel_key_deletion".equals(tag)) { value = EventTypeArg.TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION; } else if ("team_encryption_key_create_key".equals(tag)) { value = EventTypeArg.TEAM_ENCRYPTION_KEY_CREATE_KEY; } + else if ("team_encryption_key_deactivate_key".equals(tag)) { + value = EventTypeArg.TEAM_ENCRYPTION_KEY_DEACTIVATE_KEY; + } else if ("team_encryption_key_delete_key".equals(tag)) { value = EventTypeArg.TEAM_ENCRYPTION_KEY_DELETE_KEY; } @@ -4490,6 +5403,12 @@ else if ("organize_folder_with_tidy".equals(tag)) { else if ("replay_file_delete".equals(tag)) { value = EventTypeArg.REPLAY_FILE_DELETE; } + else if ("replay_file_downloaded".equals(tag)) { + value = EventTypeArg.REPLAY_FILE_DOWNLOADED; + } + else if ("replay_team_project_created".equals(tag)) { + value = EventTypeArg.REPLAY_TEAM_PROJECT_CREATED; + } else if ("rewind_folder".equals(tag)) { value = EventTypeArg.REWIND_FOLDER; } @@ -4508,6 +5427,9 @@ else if ("user_tags_removed".equals(tag)) { else if ("email_ingest_receive_file".equals(tag)) { value = EventTypeArg.EMAIL_INGEST_RECEIVE_FILE; } + else if ("file_request_auto_close".equals(tag)) { + value = EventTypeArg.FILE_REQUEST_AUTO_CLOSE; + } else if ("file_request_change".equals(tag)) { value = EventTypeArg.FILE_REQUEST_CHANGE; } @@ -4547,6 +5469,9 @@ else if ("group_delete".equals(tag)) { else if ("group_description_updated".equals(tag)) { value = EventTypeArg.GROUP_DESCRIPTION_UPDATED; } + else if ("group_external_sharing_setting_override_changed".equals(tag)) { + value = EventTypeArg.GROUP_EXTERNAL_SHARING_SETTING_OVERRIDE_CHANGED; + } else if ("group_join_policy_updated".equals(tag)) { value = EventTypeArg.GROUP_JOIN_POLICY_UPDATED; } @@ -4598,6 +5523,12 @@ else if ("sign_in_as_session_start".equals(tag)) { else if ("sso_error".equals(tag)) { value = EventTypeArg.SSO_ERROR; } + else if ("addon_assigned".equals(tag)) { + value = EventTypeArg.ADDON_ASSIGNED; + } + else if ("addon_removed".equals(tag)) { + value = EventTypeArg.ADDON_REMOVED; + } else if ("backup_admin_invitation_sent".equals(tag)) { value = EventTypeArg.BACKUP_ADMIN_INVITATION_SENT; } @@ -4673,6 +5604,12 @@ else if ("member_transfer_account_contents".equals(tag)) { else if ("pending_secondary_email_added".equals(tag)) { value = EventTypeArg.PENDING_SECONDARY_EMAIL_ADDED; } + else if ("product_assigned_to_member".equals(tag)) { + value = EventTypeArg.PRODUCT_ASSIGNED_TO_MEMBER; + } + else if ("product_removed_from_member".equals(tag)) { + value = EventTypeArg.PRODUCT_REMOVED_FROM_MEMBER; + } else if ("secondary_email_deleted".equals(tag)) { value = EventTypeArg.SECONDARY_EMAIL_DELETED; } @@ -4862,6 +5799,12 @@ else if ("external_sharing_create_report".equals(tag)) { else if ("external_sharing_report_failed".equals(tag)) { value = EventTypeArg.EXTERNAL_SHARING_REPORT_FAILED; } + else if ("member_access_details_create_report".equals(tag)) { + value = EventTypeArg.MEMBER_ACCESS_DETAILS_CREATE_REPORT; + } + else if ("member_access_details_create_report_failed".equals(tag)) { + value = EventTypeArg.MEMBER_ACCESS_DETAILS_CREATE_REPORT_FAILED; + } else if ("no_expiration_link_gen_create_report".equals(tag)) { value = EventTypeArg.NO_EXPIRATION_LINK_GEN_CREATE_REPORT; } @@ -4895,6 +5838,12 @@ else if ("ransomware_alert_create_report".equals(tag)) { else if ("ransomware_alert_create_report_failed".equals(tag)) { value = EventTypeArg.RANSOMWARE_ALERT_CREATE_REPORT_FAILED; } + else if ("shared_folders_create_report".equals(tag)) { + value = EventTypeArg.SHARED_FOLDERS_CREATE_REPORT; + } + else if ("shared_folders_create_report_failed".equals(tag)) { + value = EventTypeArg.SHARED_FOLDERS_CREATE_REPORT_FAILED; + } else if ("smart_sync_create_admin_privilege_report".equals(tag)) { value = EventTypeArg.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT; } @@ -4904,6 +5853,18 @@ else if ("team_activity_create_report".equals(tag)) { else if ("team_activity_create_report_fail".equals(tag)) { value = EventTypeArg.TEAM_ACTIVITY_CREATE_REPORT_FAIL; } + else if ("team_folders_create_report".equals(tag)) { + value = EventTypeArg.TEAM_FOLDERS_CREATE_REPORT; + } + else if ("team_folders_create_report_failed".equals(tag)) { + value = EventTypeArg.TEAM_FOLDERS_CREATE_REPORT_FAILED; + } + else if ("team_storage_create_report".equals(tag)) { + value = EventTypeArg.TEAM_STORAGE_CREATE_REPORT; + } + else if ("team_storage_create_report_failed".equals(tag)) { + value = EventTypeArg.TEAM_STORAGE_CREATE_REPORT_FAILED; + } else if ("collection_share".equals(tag)) { value = EventTypeArg.COLLECTION_SHARE; } @@ -4952,6 +5913,30 @@ else if ("replay_project_team_add".equals(tag)) { else if ("replay_project_team_delete".equals(tag)) { value = EventTypeArg.REPLAY_PROJECT_TEAM_DELETE; } + else if ("send_and_track_file_added".equals(tag)) { + value = EventTypeArg.SEND_AND_TRACK_FILE_ADDED; + } + else if ("send_and_track_file_renamed".equals(tag)) { + value = EventTypeArg.SEND_AND_TRACK_FILE_RENAMED; + } + else if ("send_and_track_file_updated".equals(tag)) { + value = EventTypeArg.SEND_AND_TRACK_FILE_UPDATED; + } + else if ("send_and_track_link_created".equals(tag)) { + value = EventTypeArg.SEND_AND_TRACK_LINK_CREATED; + } + else if ("send_and_track_link_deleted".equals(tag)) { + value = EventTypeArg.SEND_AND_TRACK_LINK_DELETED; + } + else if ("send_and_track_link_updated".equals(tag)) { + value = EventTypeArg.SEND_AND_TRACK_LINK_UPDATED; + } + else if ("send_and_track_link_viewed".equals(tag)) { + value = EventTypeArg.SEND_AND_TRACK_LINK_VIEWED; + } + else if ("send_and_track_removed_file_and_associated_links".equals(tag)) { + value = EventTypeArg.SEND_AND_TRACK_REMOVED_FILE_AND_ASSOCIATED_LINKS; + } else if ("sf_add_group".equals(tag)) { value = EventTypeArg.SF_ADD_GROUP; } @@ -5117,6 +6102,9 @@ else if ("shared_link_download".equals(tag)) { else if ("shared_link_remove_expiry".equals(tag)) { value = EventTypeArg.SHARED_LINK_REMOVE_EXPIRY; } + else if ("shared_link_remove_visitor".equals(tag)) { + value = EventTypeArg.SHARED_LINK_REMOVE_VISITOR; + } else if ("shared_link_settings_add_expiration".equals(tag)) { value = EventTypeArg.SHARED_LINK_SETTINGS_ADD_EXPIRATION; } @@ -5234,6 +6222,33 @@ else if ("showcase_untrashed_deprecated".equals(tag)) { else if ("showcase_view".equals(tag)) { value = EventTypeArg.SHOWCASE_VIEW; } + else if ("sign_signature_request_canceled".equals(tag)) { + value = EventTypeArg.SIGN_SIGNATURE_REQUEST_CANCELED; + } + else if ("sign_signature_request_completed".equals(tag)) { + value = EventTypeArg.SIGN_SIGNATURE_REQUEST_COMPLETED; + } + else if ("sign_signature_request_declined".equals(tag)) { + value = EventTypeArg.SIGN_SIGNATURE_REQUEST_DECLINED; + } + else if ("sign_signature_request_opened".equals(tag)) { + value = EventTypeArg.SIGN_SIGNATURE_REQUEST_OPENED; + } + else if ("sign_signature_request_reminder_sent".equals(tag)) { + value = EventTypeArg.SIGN_SIGNATURE_REQUEST_REMINDER_SENT; + } + else if ("sign_signature_request_sent".equals(tag)) { + value = EventTypeArg.SIGN_SIGNATURE_REQUEST_SENT; + } + else if ("sign_template_created".equals(tag)) { + value = EventTypeArg.SIGN_TEMPLATE_CREATED; + } + else if ("sign_template_shared".equals(tag)) { + value = EventTypeArg.SIGN_TEMPLATE_SHARED; + } + else if ("risc_security_event".equals(tag)) { + value = EventTypeArg.RISC_SECURITY_EVENT; + } else if ("sso_add_cert".equals(tag)) { value = EventTypeArg.SSO_ADD_CERT; } @@ -5288,18 +6303,27 @@ else if ("account_capture_change_policy".equals(tag)) { else if ("admin_email_reminders_changed".equals(tag)) { value = EventTypeArg.ADMIN_EMAIL_REMINDERS_CHANGED; } + else if ("ai_third_party_sharing_dropbox_base_policy_changed".equals(tag)) { + value = EventTypeArg.AI_THIRD_PARTY_SHARING_DROPBOX_BASE_POLICY_CHANGED; + } else if ("allow_download_disabled".equals(tag)) { value = EventTypeArg.ALLOW_DOWNLOAD_DISABLED; } else if ("allow_download_enabled".equals(tag)) { value = EventTypeArg.ALLOW_DOWNLOAD_ENABLED; } + else if ("apple_login_change_policy".equals(tag)) { + value = EventTypeArg.APPLE_LOGIN_CHANGE_POLICY; + } else if ("app_permissions_changed".equals(tag)) { value = EventTypeArg.APP_PERMISSIONS_CHANGED; } else if ("camera_uploads_policy_changed".equals(tag)) { value = EventTypeArg.CAMERA_UPLOADS_POLICY_CHANGED; } + else if ("capture_team_space_policy_changed".equals(tag)) { + value = EventTypeArg.CAPTURE_TEAM_SPACE_POLICY_CHANGED; + } else if ("capture_transcript_policy_changed".equals(tag)) { value = EventTypeArg.CAPTURE_TRANSCRIPT_POLICY_CHANGED; } @@ -5312,6 +6336,12 @@ else if ("computer_backup_policy_changed".equals(tag)) { else if ("content_administration_policy_changed".equals(tag)) { value = EventTypeArg.CONTENT_ADMINISTRATION_POLICY_CHANGED; } + else if ("content_deletion_protection_change_policy".equals(tag)) { + value = EventTypeArg.CONTENT_DELETION_PROTECTION_CHANGE_POLICY; + } + else if ("dash_external_sharing_policy_changed".equals(tag)) { + value = EventTypeArg.DASH_EXTERNAL_SHARING_POLICY_CHANGED; + } else if ("data_placement_restriction_change_policy".equals(tag)) { value = EventTypeArg.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY; } @@ -5384,6 +6414,9 @@ else if ("file_requests_emails_restricted_to_team_only".equals(tag)) { else if ("file_transfers_policy_changed".equals(tag)) { value = EventTypeArg.FILE_TRANSFERS_POLICY_CHANGED; } + else if ("flexible_file_names_policy_changed".equals(tag)) { + value = EventTypeArg.FLEXIBLE_FILE_NAMES_POLICY_CHANGED; + } else if ("folder_link_restriction_policy_changed".equals(tag)) { value = EventTypeArg.FOLDER_LINK_RESTRICTION_POLICY_CHANGED; } @@ -5420,6 +6453,9 @@ else if ("member_space_limits_remove_exception".equals(tag)) { else if ("member_suggestions_change_policy".equals(tag)) { value = EventTypeArg.MEMBER_SUGGESTIONS_CHANGE_POLICY; } + else if ("microsoft_login_change_policy".equals(tag)) { + value = EventTypeArg.MICROSOFT_LOGIN_CHANGE_POLICY; + } else if ("microsoft_office_addin_change_policy".equals(tag)) { value = EventTypeArg.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY; } @@ -5450,21 +6486,42 @@ else if ("paper_enabled_users_group_addition".equals(tag)) { else if ("paper_enabled_users_group_removal".equals(tag)) { value = EventTypeArg.PAPER_ENABLED_USERS_GROUP_REMOVAL; } + else if ("passkey_login_policy_changed".equals(tag)) { + value = EventTypeArg.PASSKEY_LOGIN_POLICY_CHANGED; + } else if ("password_strength_requirements_change_policy".equals(tag)) { value = EventTypeArg.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY; } else if ("permanent_delete_change_policy".equals(tag)) { value = EventTypeArg.PERMANENT_DELETE_CHANGE_POLICY; } + else if ("previews_ai_policy_changed".equals(tag)) { + value = EventTypeArg.PREVIEWS_AI_POLICY_CHANGED; + } + else if ("replay_adding_people_policy_changed".equals(tag)) { + value = EventTypeArg.REPLAY_ADDING_PEOPLE_POLICY_CHANGED; + } + else if ("replay_sharing_policy_changed".equals(tag)) { + value = EventTypeArg.REPLAY_SHARING_POLICY_CHANGED; + } else if ("reseller_support_change_policy".equals(tag)) { value = EventTypeArg.RESELLER_SUPPORT_CHANGE_POLICY; } else if ("rewind_policy_changed".equals(tag)) { value = EventTypeArg.REWIND_POLICY_CHANGED; } + else if ("send_and_track_policy_changed".equals(tag)) { + value = EventTypeArg.SEND_AND_TRACK_POLICY_CHANGED; + } + else if ("send_external_sharing_policy_changed".equals(tag)) { + value = EventTypeArg.SEND_EXTERNAL_SHARING_POLICY_CHANGED; + } else if ("send_for_signature_policy_changed".equals(tag)) { value = EventTypeArg.SEND_FOR_SIGNATURE_POLICY_CHANGED; } + else if ("shared_link_default_permissions_policy_changed".equals(tag)) { + value = EventTypeArg.SHARED_LINK_DEFAULT_PERMISSIONS_POLICY_CHANGED; + } else if ("sharing_change_folder_join_policy".equals(tag)) { value = EventTypeArg.SHARING_CHANGE_FOLDER_JOIN_POLICY; } @@ -5492,6 +6549,12 @@ else if ("showcase_change_enabled_policy".equals(tag)) { else if ("showcase_change_external_sharing_policy".equals(tag)) { value = EventTypeArg.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY; } + else if ("sign_external_sharing_policy_changed".equals(tag)) { + value = EventTypeArg.SIGN_EXTERNAL_SHARING_POLICY_CHANGED; + } + else if ("sign_template_creation_permission_changed".equals(tag)) { + value = EventTypeArg.SIGN_TEMPLATE_CREATION_PERMISSION_CHANGED; + } else if ("smarter_smart_sync_policy_changed".equals(tag)) { value = EventTypeArg.SMARTER_SMART_SYNC_POLICY_CHANGED; } @@ -5507,12 +6570,18 @@ else if ("smart_sync_opt_out".equals(tag)) { else if ("sso_change_policy".equals(tag)) { value = EventTypeArg.SSO_CHANGE_POLICY; } + else if ("stack_cross_team_access_policy_changed".equals(tag)) { + value = EventTypeArg.STACK_CROSS_TEAM_ACCESS_POLICY_CHANGED; + } else if ("team_branding_policy_changed".equals(tag)) { value = EventTypeArg.TEAM_BRANDING_POLICY_CHANGED; } else if ("team_extensions_policy_changed".equals(tag)) { value = EventTypeArg.TEAM_EXTENSIONS_POLICY_CHANGED; } + else if ("team_member_storage_request_policy_changed".equals(tag)) { + value = EventTypeArg.TEAM_MEMBER_STORAGE_REQUEST_POLICY_CHANGED; + } else if ("team_selective_sync_policy_changed".equals(tag)) { value = EventTypeArg.TEAM_SELECTIVE_SYNC_POLICY_CHANGED; } @@ -5528,6 +6597,9 @@ else if ("tfa_change_policy".equals(tag)) { else if ("tfa_remove_exception".equals(tag)) { value = EventTypeArg.TFA_REMOVE_EXCEPTION; } + else if ("top_level_content_policy_changed".equals(tag)) { + value = EventTypeArg.TOP_LEVEL_CONTENT_POLICY_CHANGED; + } else if ("two_account_change_policy".equals(tag)) { value = EventTypeArg.TWO_ACCOUNT_CHANGE_POLICY; } @@ -5582,6 +6654,12 @@ else if ("team_profile_remove_background".equals(tag)) { else if ("team_profile_remove_logo".equals(tag)) { value = EventTypeArg.TEAM_PROFILE_REMOVE_LOGO; } + else if ("passkey_add".equals(tag)) { + value = EventTypeArg.PASSKEY_ADD; + } + else if ("passkey_remove".equals(tag)) { + value = EventTypeArg.PASSKEY_REMOVE; + } else if ("tfa_add_backup_phone".equals(tag)) { value = EventTypeArg.TFA_ADD_BACKUP_PHONE; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportDetails.java index 84cb7237b..001c77cfd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created member data report. */ public class ExportMembersReportDetails { - // struct team_log.ExportMembersReportDetails (team_log_generated.stone) + // struct team_log.ExportMembersReportDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportFailDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportFailDetails.java index 3a16082da..701551387 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportFailDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportFailDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Failed to create members data report. */ public class ExportMembersReportFailDetails { - // struct team_log.ExportMembersReportFailDetails (team_log_generated.stone) + // struct team_log.ExportMembersReportFailDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamReportFailureReason failureReason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportFailType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportFailType.java index afd032f80..6e812093d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportFailType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportFailType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ExportMembersReportFailType { - // struct team_log.ExportMembersReportFailType (team_log_generated.stone) + // struct team_log.ExportMembersReportFailType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportType.java index 3c65c56ba..bf2911ee1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExportMembersReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ExportMembersReportType { - // struct team_log.ExportMembersReportType (team_log_generated.stone) + // struct team_log.ExportMembersReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryChangePolicyDetails.java index 024f65d64..87a1a20c8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Accepted/opted out of extended version history. */ public class ExtendedVersionHistoryChangePolicyDetails { - // struct team_log.ExtendedVersionHistoryChangePolicyDetails (team_log_generated.stone) + // struct team_log.ExtendedVersionHistoryChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ExtendedVersionHistoryPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryChangePolicyType.java index a30a01eae..ec1c8125b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ExtendedVersionHistoryChangePolicyType { - // struct team_log.ExtendedVersionHistoryChangePolicyType (team_log_generated.stone) + // struct team_log.ExtendedVersionHistoryChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryPolicy.java index 6201b180f..67e84dc31 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExtendedVersionHistoryPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ExtendedVersionHistoryPolicy { - // union team_log.ExtendedVersionHistoryPolicy (team_log_generated.stone) + // union team_log.ExtendedVersionHistoryPolicy (team_log_stone_gen_team_log_generated.stone) EXPLICITLY_LIMITED, EXPLICITLY_UNLIMITED, IMPLICITLY_LIMITED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatus.java index 239000c19..2e631e320 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,8 +20,9 @@ * External Drive Backup eligibility status */ public enum ExternalDriveBackupEligibilityStatus { - // union team_log.ExternalDriveBackupEligibilityStatus (team_log_generated.stone) + // union team_log.ExternalDriveBackupEligibilityStatus (team_log_stone_gen_team_log_generated.stone) EXCEED_LICENSE_CAP, + SKIP, SUCCESS, /** * Catch-all used for unknown tag values returned by the Dropbox servers. @@ -45,6 +46,10 @@ public void serialize(ExternalDriveBackupEligibilityStatus value, JsonGenerator g.writeString("exceed_license_cap"); break; } + case SKIP: { + g.writeString("skip"); + break; + } case SUCCESS: { g.writeString("success"); break; @@ -76,6 +81,9 @@ public ExternalDriveBackupEligibilityStatus deserialize(JsonParser p) throws IOE else if ("exceed_license_cap".equals(tag)) { value = ExternalDriveBackupEligibilityStatus.EXCEED_LICENSE_CAP; } + else if ("skip".equals(tag)) { + value = ExternalDriveBackupEligibilityStatus.SKIP; + } else if ("success".equals(tag)) { value = ExternalDriveBackupEligibilityStatus.SUCCESS; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatusCheckedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatusCheckedDetails.java index a3028452d..91b31f13f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatusCheckedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatusCheckedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Checked external drive backup eligibility status. */ public class ExternalDriveBackupEligibilityStatusCheckedDetails { - // struct team_log.ExternalDriveBackupEligibilityStatusCheckedDetails (team_log_generated.stone) + // struct team_log.ExternalDriveBackupEligibilityStatusCheckedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final DesktopDeviceSessionLogInfo desktopDeviceSessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatusCheckedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatusCheckedType.java index cec9c629e..69b8e9e30 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatusCheckedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupEligibilityStatusCheckedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ExternalDriveBackupEligibilityStatusCheckedType { - // struct team_log.ExternalDriveBackupEligibilityStatusCheckedType (team_log_generated.stone) + // struct team_log.ExternalDriveBackupEligibilityStatusCheckedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicy.java index 0c3996c0a..f757ce700 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling team access to external drive backup feature */ public enum ExternalDriveBackupPolicy { - // union team_log.ExternalDriveBackupPolicy (team_log_generated.stone) + // union team_log.ExternalDriveBackupPolicy (team_log_stone_gen_team_log_generated.stone) DEFAULT, DISABLED, ENABLED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicyChangedDetails.java index 0717764bc..d6ffc6098 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed external drive backup policy for team. */ public class ExternalDriveBackupPolicyChangedDetails { - // struct team_log.ExternalDriveBackupPolicyChangedDetails (team_log_generated.stone) + // struct team_log.ExternalDriveBackupPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ExternalDriveBackupPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicyChangedType.java index a2b2dac2c..57780e0e8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ExternalDriveBackupPolicyChangedType { - // struct team_log.ExternalDriveBackupPolicyChangedType (team_log_generated.stone) + // struct team_log.ExternalDriveBackupPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatus.java index 16128a5ab..2ce65bddb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * External Drive Backup status */ public enum ExternalDriveBackupStatus { - // union team_log.ExternalDriveBackupStatus (team_log_generated.stone) + // union team_log.ExternalDriveBackupStatus (team_log_stone_gen_team_log_generated.stone) BROKEN, CREATED, CREATED_OR_BROKEN, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatusChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatusChangedDetails.java index 6b9f8be31..84cfba2ac 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatusChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatusChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Modified external drive backup. */ public class ExternalDriveBackupStatusChangedDetails { - // struct team_log.ExternalDriveBackupStatusChangedDetails (team_log_generated.stone) + // struct team_log.ExternalDriveBackupStatusChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final DesktopDeviceSessionLogInfo desktopDeviceSessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatusChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatusChangedType.java index 7b9ab0c3f..2e3555f8f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatusChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalDriveBackupStatusChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ExternalDriveBackupStatusChangedType { - // struct team_log.ExternalDriveBackupStatusChangedType (team_log_generated.stone) + // struct team_log.ExternalDriveBackupStatusChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingCreateReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingCreateReportDetails.java index f93c7fede..d1508f775 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingCreateReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingCreateReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created External sharing report. */ public class ExternalSharingCreateReportDetails { - // struct team_log.ExternalSharingCreateReportDetails (team_log_generated.stone) + // struct team_log.ExternalSharingCreateReportDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingCreateReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingCreateReportType.java index e120183b0..e6ea1545c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingCreateReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingCreateReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ExternalSharingCreateReportType { - // struct team_log.ExternalSharingCreateReportType (team_log_generated.stone) + // struct team_log.ExternalSharingCreateReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingReportFailedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingReportFailedDetails.java index b861fac29..e57936a09 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingReportFailedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingReportFailedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Couldn't create External sharing report. */ public class ExternalSharingReportFailedDetails { - // struct team_log.ExternalSharingReportFailedDetails (team_log_generated.stone) + // struct team_log.ExternalSharingReportFailedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamReportFailureReason failureReason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingReportFailedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingReportFailedType.java index e85bd93fd..51e4cb221 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingReportFailedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalSharingReportFailedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ExternalSharingReportFailedType { - // struct team_log.ExternalSharingReportFailedType (team_log_generated.stone) + // struct team_log.ExternalSharingReportFailedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalUserLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalUserLogInfo.java index 899e3d3ca..8fd5a7c55 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalUserLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ExternalUserLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * A user without a Dropbox account. */ public class ExternalUserLogInfo { - // struct team_log.ExternalUserLogInfo (team_log_generated.stone) + // struct team_log.ExternalUserLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String userIdentifier; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FailureDetailsLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FailureDetailsLogInfo.java index 2c8ffa5fa..134186ba8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FailureDetailsLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FailureDetailsLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Provides details about a failure */ public class FailureDetailsLogInfo { - // struct team_log.FailureDetailsLogInfo (team_log_generated.stone) + // struct team_log.FailureDetailsLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String userFriendlyMessage; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedAdminRole.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedAdminRole.java index bc13a7856..d47c24702 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedAdminRole.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedAdminRole.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum FedAdminRole { - // union team_log.FedAdminRole (team_log_generated.stone) + // union team_log.FedAdminRole (team_log_stone_gen_team_log_generated.stone) ENTERPRISE_ADMIN, NOT_ENTERPRISE_ADMIN, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedExtraDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedExtraDetails.java index 42ff6dfa1..a576c9945 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedExtraDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedExtraDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class FedExtraDetails { - // union team_log.FedExtraDetails (team_log_generated.stone) + // union team_log.FedExtraDetails (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link FedExtraDetails}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedHandshakeAction.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedHandshakeAction.java index 5b4f320e1..b598652ae 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedHandshakeAction.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FedHandshakeAction.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum FedHandshakeAction { - // union team_log.FedHandshakeAction (team_log_generated.stone) + // union team_log.FedHandshakeAction (team_log_stone_gen_team_log_generated.stone) ACCEPTED_INVITE, CANCELED_INVITE, INVITE_EXPIRED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FederationStatusChangeAdditionalInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FederationStatusChangeAdditionalInfo.java index 887f116b8..c988b7eb1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FederationStatusChangeAdditionalInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FederationStatusChangeAdditionalInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,22 +29,22 @@ * will be used.

*/ public final class FederationStatusChangeAdditionalInfo { - // union team_log.FederationStatusChangeAdditionalInfo (team_log_generated.stone) + // union team_log.FederationStatusChangeAdditionalInfo (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link FederationStatusChangeAdditionalInfo}. */ public enum Tag { /** - * The name of the team. + * The name of the team */ CONNECTED_TEAM_NAME, // ConnectedTeamName /** - * The email to which the request was sent. + * The email to which the request was sent */ NON_TRUSTED_TEAM_DETAILS, // NonTrustedTeamDetails /** - * The name of the organization. + * The name of the organization */ ORGANIZATION_NAME, // OrganizationName /** @@ -174,7 +174,7 @@ public boolean isConnectedTeamName() { * Returns an instance of {@code FederationStatusChangeAdditionalInfo} that * has its tag set to {@link Tag#CONNECTED_TEAM_NAME}. * - *

The name of the team.

+ *

The name of the team

* * @param value value to assign to this instance. * @@ -191,7 +191,7 @@ public static FederationStatusChangeAdditionalInfo connectedTeamName(ConnectedTe } /** - * The name of the team. + * The name of the team * *

This instance must be tagged as {@link Tag#CONNECTED_TEAM_NAME}.

* @@ -223,7 +223,7 @@ public boolean isNonTrustedTeamDetails() { * Returns an instance of {@code FederationStatusChangeAdditionalInfo} that * has its tag set to {@link Tag#NON_TRUSTED_TEAM_DETAILS}. * - *

The email to which the request was sent.

+ *

The email to which the request was sent

* * @param value value to assign to this instance. * @@ -240,7 +240,7 @@ public static FederationStatusChangeAdditionalInfo nonTrustedTeamDetails(NonTrus } /** - * The email to which the request was sent. + * The email to which the request was sent * *

This instance must be tagged as {@link Tag#NON_TRUSTED_TEAM_DETAILS}. *

@@ -273,7 +273,7 @@ public boolean isOrganizationName() { * Returns an instance of {@code FederationStatusChangeAdditionalInfo} that * has its tag set to {@link Tag#ORGANIZATION_NAME}. * - *

The name of the organization.

+ *

The name of the organization

* * @param value value to assign to this instance. * @@ -290,7 +290,7 @@ public static FederationStatusChangeAdditionalInfo organizationName(Organization } /** - * The name of the organization. + * The name of the organization * *

This instance must be tagged as {@link Tag#ORGANIZATION_NAME}.

* diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddCommentDetails.java index 132eccd7a..b120b53e0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Added file comment. */ public class FileAddCommentDetails { - // struct team_log.FileAddCommentDetails (team_log_generated.stone) + // struct team_log.FileAddCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String commentText; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddCommentType.java index 5ed1a87a7..b39e80e6a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileAddCommentType { - // struct team_log.FileAddCommentType (team_log_generated.stone) + // struct team_log.FileAddCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddDetails.java index cc2f46119..d393ff159 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added files and/or folders. */ public class FileAddDetails { - // struct team_log.FileAddDetails (team_log_generated.stone) + // struct team_log.FileAddDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddFromAutomationDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddFromAutomationDetails.java index a935a9e3f..4e8761afb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddFromAutomationDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddFromAutomationDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added files and/or folders from automation. */ public class FileAddFromAutomationDetails { - // struct team_log.FileAddFromAutomationDetails (team_log_generated.stone) + // struct team_log.FileAddFromAutomationDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddFromAutomationType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddFromAutomationType.java index 225e546bb..f2e1e1fe7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddFromAutomationType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddFromAutomationType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileAddFromAutomationType { - // struct team_log.FileAddFromAutomationType (team_log_generated.stone) + // struct team_log.FileAddFromAutomationType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddType.java index 4e76bca7e..06469af16 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileAddType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileAddType { - // struct team_log.FileAddType (team_log_generated.stone) + // struct team_log.FileAddType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileChangeCommentSubscriptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileChangeCommentSubscriptionDetails.java index e2fefa5d8..a55f90a39 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileChangeCommentSubscriptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileChangeCommentSubscriptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Subscribed to or unsubscribed from comment notifications for file. */ public class FileChangeCommentSubscriptionDetails { - // struct team_log.FileChangeCommentSubscriptionDetails (team_log_generated.stone) + // struct team_log.FileChangeCommentSubscriptionDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FileCommentNotificationPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileChangeCommentSubscriptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileChangeCommentSubscriptionType.java index 3f643f6bf..7635bffb0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileChangeCommentSubscriptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileChangeCommentSubscriptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileChangeCommentSubscriptionType { - // struct team_log.FileChangeCommentSubscriptionType (team_log_generated.stone) + // struct team_log.FileChangeCommentSubscriptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentNotificationPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentNotificationPolicy.java index b8cccd0b4..8ace61cbb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentNotificationPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentNotificationPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Enable or disable file comments notifications */ public enum FileCommentNotificationPolicy { - // union team_log.FileCommentNotificationPolicy (team_log_generated.stone) + // union team_log.FileCommentNotificationPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsChangePolicyDetails.java index 9e463adf6..1b1034d70 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Enabled/disabled commenting on team files. */ public class FileCommentsChangePolicyDetails { - // struct team_log.FileCommentsChangePolicyDetails (team_log_generated.stone) + // struct team_log.FileCommentsChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FileCommentsPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsChangePolicyType.java index 5777adb8c..5bcfa3b24 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileCommentsChangePolicyType { - // struct team_log.FileCommentsChangePolicyType (team_log_generated.stone) + // struct team_log.FileCommentsChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsPolicy.java index 7ba4b50da..ceafcdb59 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCommentsPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * File comments policy */ public enum FileCommentsPolicy { - // union team_log.FileCommentsPolicy (team_log_generated.stone) + // union team_log.FileCommentsPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCopyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCopyDetails.java index 75a15551c..ed621c8ea 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCopyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCopyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Copied files and/or folders. */ public class FileCopyDetails { - // struct team_log.FileCopyDetails (team_log_generated.stone) + // struct team_log.FileCopyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List relocateActionDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCopyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCopyType.java index 1898f72c3..f66ca23cd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCopyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileCopyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileCopyType { - // struct team_log.FileCopyType (team_log_generated.stone) + // struct team_log.FileCopyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteCommentDetails.java index 73bab5045..6b1c31faf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Deleted file comment. */ public class FileDeleteCommentDetails { - // struct team_log.FileDeleteCommentDetails (team_log_generated.stone) + // struct team_log.FileDeleteCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String commentText; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteCommentType.java index 9b4f4b4fb..592908626 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileDeleteCommentType { - // struct team_log.FileDeleteCommentType (team_log_generated.stone) + // struct team_log.FileDeleteCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteDetails.java index 78364e0e9..240373c50 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Deleted files and/or folders. */ public class FileDeleteDetails { - // struct team_log.FileDeleteDetails (team_log_generated.stone) + // struct team_log.FileDeleteDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteType.java index 14b507e5d..79e56fbe7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDeleteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileDeleteType { - // struct team_log.FileDeleteType (team_log_generated.stone) + // struct team_log.FileDeleteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDownloadDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDownloadDetails.java index d4f1b737a..1331e4017 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDownloadDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDownloadDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Downloaded files and/or folders. */ public class FileDownloadDetails { - // struct team_log.FileDownloadDetails (team_log_generated.stone) + // struct team_log.FileDownloadDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDownloadType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDownloadType.java index 2207777f8..ec3d9e70c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDownloadType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileDownloadType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileDownloadType { - // struct team_log.FileDownloadType (team_log_generated.stone) + // struct team_log.FileDownloadType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditCommentDetails.java index b75042cfe..e3d7f9d1c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Edited file comment. */ public class FileEditCommentDetails { - // struct team_log.FileEditCommentDetails (team_log_generated.stone) + // struct team_log.FileEditCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String commentText; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditCommentType.java index fa9a8039a..3f7d62b01 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileEditCommentType { - // struct team_log.FileEditCommentType (team_log_generated.stone) + // struct team_log.FileEditCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditDetails.java index 33a535d61..921190bfe 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Edited files. */ public class FileEditDetails { - // struct team_log.FileEditDetails (team_log_generated.stone) + // struct team_log.FileEditDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditType.java index 1a7327c28..251dbff96 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileEditType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileEditType { - // struct team_log.FileEditType (team_log_generated.stone) + // struct team_log.FileEditType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileGetCopyReferenceDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileGetCopyReferenceDetails.java index b296869bd..bf52ee849 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileGetCopyReferenceDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileGetCopyReferenceDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created copy reference to file/folder. */ public class FileGetCopyReferenceDetails { - // struct team_log.FileGetCopyReferenceDetails (team_log_generated.stone) + // struct team_log.FileGetCopyReferenceDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileGetCopyReferenceType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileGetCopyReferenceType.java index 3b686d4c9..bba374dba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileGetCopyReferenceType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileGetCopyReferenceType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileGetCopyReferenceType { - // struct team_log.FileGetCopyReferenceType (team_log_generated.stone) + // struct team_log.FileGetCopyReferenceType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLikeCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLikeCommentDetails.java index 22fbe66fd..79d9f5a70 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLikeCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLikeCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Liked file comment. */ public class FileLikeCommentDetails { - // struct team_log.FileLikeCommentDetails (team_log_generated.stone) + // struct team_log.FileLikeCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String commentText; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLikeCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLikeCommentType.java index e36e40d7b..dbdd983a1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLikeCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLikeCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileLikeCommentType { - // struct team_log.FileLikeCommentType (team_log_generated.stone) + // struct team_log.FileLikeCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingLockStatusChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingLockStatusChangedDetails.java index 1657e800f..955154051 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingLockStatusChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingLockStatusChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Locked/unlocked editing for a file. */ public class FileLockingLockStatusChangedDetails { - // struct team_log.FileLockingLockStatusChangedDetails (team_log_generated.stone) + // struct team_log.FileLockingLockStatusChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final LockStatus previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingLockStatusChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingLockStatusChangedType.java index dfd5cde58..c1eecd0df 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingLockStatusChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingLockStatusChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileLockingLockStatusChangedType { - // struct team_log.FileLockingLockStatusChangedType (team_log_generated.stone) + // struct team_log.FileLockingLockStatusChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingPolicyChangedDetails.java index b45bd6852..ca26aac1e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed file locking policy for team. */ public class FileLockingPolicyChangedDetails { - // struct team_log.FileLockingPolicyChangedDetails (team_log_generated.stone) + // struct team_log.FileLockingPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FileLockingPolicyState newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingPolicyChangedType.java index 7b2c27b9e..927a96766 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLockingPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileLockingPolicyChangedType { - // struct team_log.FileLockingPolicyChangedType (team_log_generated.stone) + // struct team_log.FileLockingPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLogInfo.java index 49db20ec4..6a6ed0c8c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * File's logged information. */ public class FileLogInfo extends FileOrFolderLogInfo { - // struct team_log.FileLogInfo (team_log_generated.stone) + // struct team_log.FileLogInfo (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileMoveDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileMoveDetails.java index 57c69e145..b404661d9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileMoveDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileMoveDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Moved files and/or folders. */ public class FileMoveDetails { - // struct team_log.FileMoveDetails (team_log_generated.stone) + // struct team_log.FileMoveDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List relocateActionDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileMoveType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileMoveType.java index 81c93784b..2bea9dd3a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileMoveType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileMoveType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileMoveType { - // struct team_log.FileMoveType (team_log_generated.stone) + // struct team_log.FileMoveType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileOrFolderLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileOrFolderLogInfo.java index 67f80eb81..617fbc551 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileOrFolderLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileOrFolderLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Generic information relevant both for files and folders */ public class FileOrFolderLogInfo { - // struct team_log.FileOrFolderLogInfo (team_log_generated.stone) + // struct team_log.FileOrFolderLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PathLogInfo path; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePermanentlyDeleteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePermanentlyDeleteDetails.java index f3e50f402..a7f32b3a7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePermanentlyDeleteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePermanentlyDeleteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Permanently deleted files and/or folders. */ public class FilePermanentlyDeleteDetails { - // struct team_log.FilePermanentlyDeleteDetails (team_log_generated.stone) + // struct team_log.FilePermanentlyDeleteDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePermanentlyDeleteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePermanentlyDeleteType.java index 9e7955a59..816f4fb69 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePermanentlyDeleteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePermanentlyDeleteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FilePermanentlyDeleteType { - // struct team_log.FilePermanentlyDeleteType (team_log_generated.stone) + // struct team_log.FilePermanentlyDeleteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePreviewDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePreviewDetails.java index 4f16b824f..330eb5e52 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePreviewDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePreviewDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Previewed files and/or folders. */ public class FilePreviewDetails { - // struct team_log.FilePreviewDetails (team_log_generated.stone) + // struct team_log.FilePreviewDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePreviewType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePreviewType.java index 69dc7a36a..785d4e01a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePreviewType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FilePreviewType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FilePreviewType { - // struct team_log.FilePreviewType (team_log_generated.stone) + // struct team_log.FilePreviewType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileProviderMigrationPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileProviderMigrationPolicyChangedDetails.java index 0ef51808d..a4a12cdb4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileProviderMigrationPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileProviderMigrationPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed File Provider Migration policy for team. */ public class FileProviderMigrationPolicyChangedDetails { - // struct team_log.FileProviderMigrationPolicyChangedDetails (team_log_generated.stone) + // struct team_log.FileProviderMigrationPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FileProviderMigrationPolicyState newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileProviderMigrationPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileProviderMigrationPolicyChangedType.java index 235a55d6d..96b1abd0f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileProviderMigrationPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileProviderMigrationPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileProviderMigrationPolicyChangedType { - // struct team_log.FileProviderMigrationPolicyChangedType (team_log_generated.stone) + // struct team_log.FileProviderMigrationPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRenameDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRenameDetails.java index 643d5427d..efd71fc89 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRenameDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRenameDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Renamed files and/or folders. */ public class FileRenameDetails { - // struct team_log.FileRenameDetails (team_log_generated.stone) + // struct team_log.FileRenameDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List relocateActionDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRenameType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRenameType.java index d64210e38..2a65c7081 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRenameType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRenameType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRenameType { - // struct team_log.FileRenameType (team_log_generated.stone) + // struct team_log.FileRenameType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestChangeDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestChangeDetails.java index 9687c6cb9..881ef4382 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestChangeDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestChangeDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed file request. */ public class FileRequestChangeDetails { - // struct team_log.FileRequestChangeDetails (team_log_generated.stone) + // struct team_log.FileRequestChangeDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String fileRequestId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestChangeType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestChangeType.java index baa3a3376..e9ebe3f04 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestChangeType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestChangeType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRequestChangeType { - // struct team_log.FileRequestChangeType (team_log_generated.stone) + // struct team_log.FileRequestChangeType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCloseDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCloseDetails.java index 6469eee4a..84fe15399 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCloseDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCloseDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Closed file request. */ public class FileRequestCloseDetails { - // struct team_log.FileRequestCloseDetails (team_log_generated.stone) + // struct team_log.FileRequestCloseDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String fileRequestId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCloseType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCloseType.java index 674dbd5cd..02f55d861 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCloseType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCloseType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRequestCloseType { - // struct team_log.FileRequestCloseType (team_log_generated.stone) + // struct team_log.FileRequestCloseType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCreateDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCreateDetails.java index cb233ceb7..21c415b42 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCreateDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCreateDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Created file request. */ public class FileRequestCreateDetails { - // struct team_log.FileRequestCreateDetails (team_log_generated.stone) + // struct team_log.FileRequestCreateDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String fileRequestId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCreateType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCreateType.java index 44a1be12a..026987c7b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCreateType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestCreateType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRequestCreateType { - // struct team_log.FileRequestCreateType (team_log_generated.stone) + // struct team_log.FileRequestCreateType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeadline.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeadline.java index 0112abfc3..47d141743 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeadline.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeadline.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * File request deadline */ public class FileRequestDeadline { - // struct team_log.FileRequestDeadline (team_log_generated.stone) + // struct team_log.FileRequestDeadline (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Date deadline; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeleteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeleteDetails.java index 81d556b73..2274194b0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeleteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeleteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Delete file request. */ public class FileRequestDeleteDetails { - // struct team_log.FileRequestDeleteDetails (team_log_generated.stone) + // struct team_log.FileRequestDeleteDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String fileRequestId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeleteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeleteType.java index 9f031379f..425f59c7c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeleteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDeleteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRequestDeleteType { - // struct team_log.FileRequestDeleteType (team_log_generated.stone) + // struct team_log.FileRequestDeleteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDetails.java index ab26f0afc..c51e5337f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,21 +23,28 @@ * File request details */ public class FileRequestDetails { - // struct team_log.FileRequestDetails (team_log_generated.stone) + // struct team_log.FileRequestDetails (team_log_stone_gen_team_log_generated.stone) protected final long assetIndex; @Nullable protected final FileRequestDeadline deadline; + @Nullable + protected final Boolean hasPassword; /** * File request details * + *

Use {@link newBuilder} to create instances of this class without + * specifying values for all optional fields.

+ * * @param assetIndex Asset position in the Assets list. * @param deadline File request deadline. + * @param hasPassword Flag represents if this file request has password. */ - public FileRequestDetails(long assetIndex, @Nullable FileRequestDeadline deadline) { + public FileRequestDetails(long assetIndex, @Nullable FileRequestDeadline deadline, @Nullable Boolean hasPassword) { this.assetIndex = assetIndex; this.deadline = deadline; + this.hasPassword = hasPassword; } /** @@ -48,7 +55,7 @@ public FileRequestDetails(long assetIndex, @Nullable FileRequestDeadline deadlin * @param assetIndex Asset position in the Assets list. */ public FileRequestDetails(long assetIndex) { - this(assetIndex, null); + this(assetIndex, null, null); } /** @@ -70,11 +77,84 @@ public FileRequestDeadline getDeadline() { return deadline; } + /** + * Flag represents if this file request has password. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Boolean getHasPassword() { + return hasPassword; + } + + /** + * Returns a new builder for creating an instance of this class. + * + * @param assetIndex Asset position in the Assets list. + * + * @return builder for this class. + */ + public static Builder newBuilder(long assetIndex) { + return new Builder(assetIndex); + } + + /** + * Builder for {@link FileRequestDetails}. + */ + public static class Builder { + protected final long assetIndex; + + protected FileRequestDeadline deadline; + protected Boolean hasPassword; + + protected Builder(long assetIndex) { + this.assetIndex = assetIndex; + this.deadline = null; + this.hasPassword = null; + } + + /** + * Set value for optional field. + * + * @param deadline File request deadline. + * + * @return this builder + */ + public Builder withDeadline(FileRequestDeadline deadline) { + this.deadline = deadline; + return this; + } + + /** + * Set value for optional field. + * + * @param hasPassword Flag represents if this file request has + * password. + * + * @return this builder + */ + public Builder withHasPassword(Boolean hasPassword) { + this.hasPassword = hasPassword; + return this; + } + + /** + * Builds an instance of {@link FileRequestDetails} configured with this + * builder's values + * + * @return new instance of {@link FileRequestDetails} + */ + public FileRequestDetails build() { + return new FileRequestDetails(assetIndex, deadline, hasPassword); + } + } + @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { this.assetIndex, - this.deadline + this.deadline, + this.hasPassword }); return hash; } @@ -92,6 +172,7 @@ else if (obj.getClass().equals(this.getClass())) { FileRequestDetails other = (FileRequestDetails) obj; return (this.assetIndex == other.assetIndex) && ((this.deadline == other.deadline) || (this.deadline != null && this.deadline.equals(other.deadline))) + && ((this.hasPassword == other.hasPassword) || (this.hasPassword != null && this.hasPassword.equals(other.hasPassword))) ; } else { @@ -133,6 +214,10 @@ public void serialize(FileRequestDetails value, JsonGenerator g, boolean collaps g.writeFieldName("deadline"); StoneSerializers.nullableStruct(FileRequestDeadline.Serializer.INSTANCE).serialize(value.deadline, g); } + if (value.hasPassword != null) { + g.writeFieldName("has_password"); + StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.hasPassword, g); + } if (!collapse) { g.writeEndObject(); } @@ -149,6 +234,7 @@ public FileRequestDetails deserialize(JsonParser p, boolean collapsed) throws IO if (tag == null) { Long f_assetIndex = null; FileRequestDeadline f_deadline = null; + Boolean f_hasPassword = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -158,6 +244,9 @@ public FileRequestDetails deserialize(JsonParser p, boolean collapsed) throws IO else if ("deadline".equals(field)) { f_deadline = StoneSerializers.nullableStruct(FileRequestDeadline.Serializer.INSTANCE).deserialize(p); } + else if ("has_password".equals(field)) { + f_hasPassword = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); + } else { skipValue(p); } @@ -165,7 +254,7 @@ else if ("deadline".equals(field)) { if (f_assetIndex == null) { throw new JsonParseException(p, "Required field \"asset_index\" missing."); } - value = new FileRequestDetails(f_assetIndex, f_deadline); + value = new FileRequestDetails(f_assetIndex, f_deadline, f_hasPassword); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestReceiveFileDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestReceiveFileDetails.java index ce765f14f..fd0ea3f86 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestReceiveFileDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestReceiveFileDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Received files for file request. */ public class FileRequestReceiveFileDetails { - // struct team_log.FileRequestReceiveFileDetails (team_log_generated.stone) + // struct team_log.FileRequestReceiveFileDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String fileRequestId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestReceiveFileType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestReceiveFileType.java index 345692669..503109b70 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestReceiveFileType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestReceiveFileType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRequestReceiveFileType { - // struct team_log.FileRequestReceiveFileType (team_log_generated.stone) + // struct team_log.FileRequestReceiveFileType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsChangePolicyDetails.java index 956edaba9..79c85d4b2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Enabled/disabled file requests. */ public class FileRequestsChangePolicyDetails { - // struct team_log.FileRequestsChangePolicyDetails (team_log_generated.stone) + // struct team_log.FileRequestsChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FileRequestsPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsChangePolicyType.java index 0d0fb0fb4..6bc3312c9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRequestsChangePolicyType { - // struct team_log.FileRequestsChangePolicyType (team_log_generated.stone) + // struct team_log.FileRequestsChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsEnabledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsEnabledDetails.java index f98da4e2a..032fa78e6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsEnabledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsEnabledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Enabled file request emails for everyone. */ public class FileRequestsEmailsEnabledDetails { - // struct team_log.FileRequestsEmailsEnabledDetails (team_log_generated.stone) + // struct team_log.FileRequestsEmailsEnabledDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsEnabledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsEnabledType.java index 0f8fc961e..515418914 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsEnabledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsEnabledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRequestsEmailsEnabledType { - // struct team_log.FileRequestsEmailsEnabledType (team_log_generated.stone) + // struct team_log.FileRequestsEmailsEnabledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsRestrictedToTeamOnlyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsRestrictedToTeamOnlyDetails.java index 489007f55..a8578ade2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsRestrictedToTeamOnlyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsRestrictedToTeamOnlyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Enabled file request emails for team. */ public class FileRequestsEmailsRestrictedToTeamOnlyDetails { - // struct team_log.FileRequestsEmailsRestrictedToTeamOnlyDetails (team_log_generated.stone) + // struct team_log.FileRequestsEmailsRestrictedToTeamOnlyDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsRestrictedToTeamOnlyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsRestrictedToTeamOnlyType.java index adcc368ac..00d53551d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsRestrictedToTeamOnlyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsEmailsRestrictedToTeamOnlyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRequestsEmailsRestrictedToTeamOnlyType { - // struct team_log.FileRequestsEmailsRestrictedToTeamOnlyType (team_log_generated.stone) + // struct team_log.FileRequestsEmailsRestrictedToTeamOnlyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsPolicy.java index 02933d3d9..bc0c35d14 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRequestsPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * File requests policy */ public enum FileRequestsPolicy { - // union team_log.FileRequestsPolicy (team_log_generated.stone) + // union team_log.FileRequestsPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileResolveCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileResolveCommentDetails.java index 2d03412a1..079cbeb0d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileResolveCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileResolveCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Resolved file comment. */ public class FileResolveCommentDetails { - // struct team_log.FileResolveCommentDetails (team_log_generated.stone) + // struct team_log.FileResolveCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String commentText; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileResolveCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileResolveCommentType.java index cc0df5835..1a5c76d62 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileResolveCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileResolveCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileResolveCommentType { - // struct team_log.FileResolveCommentType (team_log_generated.stone) + // struct team_log.FileResolveCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRestoreDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRestoreDetails.java index 2bae520f8..78abaab4f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRestoreDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRestoreDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Restored deleted files and/or folders. */ public class FileRestoreDetails { - // struct team_log.FileRestoreDetails (team_log_generated.stone) + // struct team_log.FileRestoreDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRestoreType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRestoreType.java index 06470de59..f19c22d1e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRestoreType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRestoreType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRestoreType { - // struct team_log.FileRestoreType (team_log_generated.stone) + // struct team_log.FileRestoreType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRevertDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRevertDetails.java index 28b85c3fa..a5557f5f7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRevertDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRevertDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Reverted files to previous version. */ public class FileRevertDetails { - // struct team_log.FileRevertDetails (team_log_generated.stone) + // struct team_log.FileRevertDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRevertType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRevertType.java index 7135b51ff..b01f00bbb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRevertType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRevertType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRevertType { - // struct team_log.FileRevertType (team_log_generated.stone) + // struct team_log.FileRevertType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRollbackChangesDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRollbackChangesDetails.java index c8c6e4a14..58206674f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRollbackChangesDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRollbackChangesDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Rolled back file actions. */ public class FileRollbackChangesDetails { - // struct team_log.FileRollbackChangesDetails (team_log_generated.stone) + // struct team_log.FileRollbackChangesDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRollbackChangesType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRollbackChangesType.java index 668eecb11..f62856070 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRollbackChangesType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileRollbackChangesType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileRollbackChangesType { - // struct team_log.FileRollbackChangesType (team_log_generated.stone) + // struct team_log.FileRollbackChangesType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileSaveCopyReferenceDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileSaveCopyReferenceDetails.java index 873fedba4..f8ffd2d5b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileSaveCopyReferenceDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileSaveCopyReferenceDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Saved file/folder using copy reference. */ public class FileSaveCopyReferenceDetails { - // struct team_log.FileSaveCopyReferenceDetails (team_log_generated.stone) + // struct team_log.FileSaveCopyReferenceDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List relocateActionDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileSaveCopyReferenceType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileSaveCopyReferenceType.java index bd0be5646..13bbd0f97 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileSaveCopyReferenceType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileSaveCopyReferenceType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileSaveCopyReferenceType { - // struct team_log.FileSaveCopyReferenceType (team_log_generated.stone) + // struct team_log.FileSaveCopyReferenceType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersFileAddDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersFileAddDetails.java index 98aa52c3f..ac31a73f4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersFileAddDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersFileAddDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Transfer files added. */ public class FileTransfersFileAddDetails { - // struct team_log.FileTransfersFileAddDetails (team_log_generated.stone) + // struct team_log.FileTransfersFileAddDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String fileTransferId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersFileAddType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersFileAddType.java index 0a229d642..c0a1b556e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersFileAddType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersFileAddType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileTransfersFileAddType { - // struct team_log.FileTransfersFileAddType (team_log_generated.stone) + // struct team_log.FileTransfersFileAddType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicy.java index 65a5d91c5..1dac51b48 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * File transfers policy */ public enum FileTransfersPolicy { - // union team_log.FileTransfersPolicy (team_log_generated.stone) + // union team_log.FileTransfersPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicyChangedDetails.java index 9633b6d63..ded9d03f1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed file transfers policy for team. */ public class FileTransfersPolicyChangedDetails { - // struct team_log.FileTransfersPolicyChangedDetails (team_log_generated.stone) + // struct team_log.FileTransfersPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FileTransfersPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicyChangedType.java index a5beb1bd2..9ba43bd10 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileTransfersPolicyChangedType { - // struct team_log.FileTransfersPolicyChangedType (team_log_generated.stone) + // struct team_log.FileTransfersPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDeleteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDeleteDetails.java index 7dfff2473..2e93ae737 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDeleteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDeleteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Deleted transfer. */ public class FileTransfersTransferDeleteDetails { - // struct team_log.FileTransfersTransferDeleteDetails (team_log_generated.stone) + // struct team_log.FileTransfersTransferDeleteDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String fileTransferId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDeleteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDeleteType.java index 2c9be7ef2..01e0ca4c4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDeleteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDeleteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileTransfersTransferDeleteType { - // struct team_log.FileTransfersTransferDeleteType (team_log_generated.stone) + // struct team_log.FileTransfersTransferDeleteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDownloadDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDownloadDetails.java index 92746b12c..f7e951b13 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDownloadDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDownloadDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Transfer downloaded. */ public class FileTransfersTransferDownloadDetails { - // struct team_log.FileTransfersTransferDownloadDetails (team_log_generated.stone) + // struct team_log.FileTransfersTransferDownloadDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String fileTransferId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDownloadType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDownloadType.java index 9a6bce31a..177c541cd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDownloadType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferDownloadType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileTransfersTransferDownloadType { - // struct team_log.FileTransfersTransferDownloadType (team_log_generated.stone) + // struct team_log.FileTransfersTransferDownloadType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferSendDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferSendDetails.java index 1e2c99581..8e60c7eda 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferSendDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferSendDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Sent transfer. */ public class FileTransfersTransferSendDetails { - // struct team_log.FileTransfersTransferSendDetails (team_log_generated.stone) + // struct team_log.FileTransfersTransferSendDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String fileTransferId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferSendType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferSendType.java index 2b9b80e55..158cf3577 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferSendType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferSendType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileTransfersTransferSendType { - // struct team_log.FileTransfersTransferSendType (team_log_generated.stone) + // struct team_log.FileTransfersTransferSendType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferViewDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferViewDetails.java index 311ddcdae..8592a0a67 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferViewDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferViewDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Viewed transfer. */ public class FileTransfersTransferViewDetails { - // struct team_log.FileTransfersTransferViewDetails (team_log_generated.stone) + // struct team_log.FileTransfersTransferViewDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String fileTransferId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferViewType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferViewType.java index 9b34a146a..6eebc6328 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferViewType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileTransfersTransferViewType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileTransfersTransferViewType { - // struct team_log.FileTransfersTransferViewType (team_log_generated.stone) + // struct team_log.FileTransfersTransferViewType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnlikeCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnlikeCommentDetails.java index d44bae1db..cd1eb0210 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnlikeCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnlikeCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Unliked file comment. */ public class FileUnlikeCommentDetails { - // struct team_log.FileUnlikeCommentDetails (team_log_generated.stone) + // struct team_log.FileUnlikeCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String commentText; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnlikeCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnlikeCommentType.java index b276d418f..fcc781621 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnlikeCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnlikeCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileUnlikeCommentType { - // struct team_log.FileUnlikeCommentType (team_log_generated.stone) + // struct team_log.FileUnlikeCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnresolveCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnresolveCommentDetails.java index 7552bf9e9..6f177c196 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnresolveCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnresolveCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Unresolved file comment. */ public class FileUnresolveCommentDetails { - // struct team_log.FileUnresolveCommentDetails (team_log_generated.stone) + // struct team_log.FileUnresolveCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String commentText; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnresolveCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnresolveCommentType.java index 24541ce0d..e317ce75c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnresolveCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FileUnresolveCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FileUnresolveCommentType { - // struct team_log.FileUnresolveCommentType (team_log_generated.stone) + // struct team_log.FileUnresolveCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicy.java index 76abee64a..839a3ac5f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * folders */ public enum FolderLinkRestrictionPolicy { - // union team_log.FolderLinkRestrictionPolicy (team_log_generated.stone) + // union team_log.FolderLinkRestrictionPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicyChangedDetails.java index 61b90167c..c6e870e2d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed folder link restrictions policy for team. */ public class FolderLinkRestrictionPolicyChangedDetails { - // struct team_log.FolderLinkRestrictionPolicyChangedDetails (team_log_generated.stone) + // struct team_log.FolderLinkRestrictionPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FolderLinkRestrictionPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicyChangedType.java index 92aa83aae..b99a7f5bb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLinkRestrictionPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FolderLinkRestrictionPolicyChangedType { - // struct team_log.FolderLinkRestrictionPolicyChangedType (team_log_generated.stone) + // struct team_log.FolderLinkRestrictionPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLogInfo.java index 3eaea34e9..996719c35 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Folder's logged information. */ public class FolderLogInfo extends FileOrFolderLogInfo { - // struct team_log.FolderLogInfo (team_log_generated.stone) + // struct team_log.FolderLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Long fileCount; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewDescriptionChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewDescriptionChangedDetails.java index 11be040a5..de7b6c55c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewDescriptionChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewDescriptionChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Updated folder overview. */ public class FolderOverviewDescriptionChangedDetails { - // struct team_log.FolderOverviewDescriptionChangedDetails (team_log_generated.stone) + // struct team_log.FolderOverviewDescriptionChangedDetails (team_log_stone_gen_team_log_generated.stone) protected final long folderOverviewLocationAsset; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewDescriptionChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewDescriptionChangedType.java index 439134138..5dad5370e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewDescriptionChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewDescriptionChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FolderOverviewDescriptionChangedType { - // struct team_log.FolderOverviewDescriptionChangedType (team_log_generated.stone) + // struct team_log.FolderOverviewDescriptionChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemPinnedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemPinnedDetails.java index ebcbca35c..6fa3b06ce 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemPinnedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemPinnedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Pinned item to folder overview. */ public class FolderOverviewItemPinnedDetails { - // struct team_log.FolderOverviewItemPinnedDetails (team_log_generated.stone) + // struct team_log.FolderOverviewItemPinnedDetails (team_log_stone_gen_team_log_generated.stone) protected final long folderOverviewLocationAsset; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemPinnedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemPinnedType.java index a8f14ac5a..cc36de1d5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemPinnedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemPinnedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FolderOverviewItemPinnedType { - // struct team_log.FolderOverviewItemPinnedType (team_log_generated.stone) + // struct team_log.FolderOverviewItemPinnedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemUnpinnedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemUnpinnedDetails.java index 6697dd1fb..155b24ab0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemUnpinnedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemUnpinnedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Unpinned item from folder overview. */ public class FolderOverviewItemUnpinnedDetails { - // struct team_log.FolderOverviewItemUnpinnedDetails (team_log_generated.stone) + // struct team_log.FolderOverviewItemUnpinnedDetails (team_log_stone_gen_team_log_generated.stone) protected final long folderOverviewLocationAsset; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemUnpinnedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemUnpinnedType.java index 49dd99016..fdbd368fb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemUnpinnedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/FolderOverviewItemUnpinnedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class FolderOverviewItemUnpinnedType { - // struct team_log.FolderOverviewItemUnpinnedType (team_log_generated.stone) + // struct team_log.FolderOverviewItemUnpinnedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GeoLocationLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GeoLocationLogInfo.java index 7b53af588..b51c48182 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GeoLocationLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GeoLocationLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Geographic location details. */ public class GeoLocationLogInfo { - // struct team_log.GeoLocationLogInfo (team_log_generated.stone) + // struct team_log.GeoLocationLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String city; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsArg.java index 9642fb32a..83a6e785d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log.stone */ +/* This file was generated from team_log_apiv2_team_log.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ import javax.annotation.Nullable; class GetTeamEventsArg { - // struct team_log.GetTeamEventsArg (team_log.stone) + // struct team_log.GetTeamEventsArg (team_log_apiv2_team_log.stone) protected final long limit; @Nullable diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsContinueArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsContinueArg.java index cebed3659..d0dcd0e50 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsContinueArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsContinueArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log.stone */ +/* This file was generated from team_log_apiv2_team_log.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; class GetTeamEventsContinueArg { - // struct team_log.GetTeamEventsContinueArg (team_log.stone) + // struct team_log.GetTeamEventsContinueArg (team_log_apiv2_team_log.stone) @Nonnull protected final String cursor; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsContinueError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsContinueError.java index 7a7173c79..8c6022157 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsContinueError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsContinueError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log.stone */ +/* This file was generated from team_log_apiv2_team_log.stone */ package com.dropbox.core.v2.teamlog; @@ -32,7 +32,7 @@ * will be used.

*/ public final class GetTeamEventsContinueError { - // union team_log.GetTeamEventsContinueError (team_log.stone) + // union team_log.GetTeamEventsContinueError (team_log_apiv2_team_log.stone) /** * Discriminating tag type for {@link GetTeamEventsContinueError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsError.java index 56162e1fd..a42f78fa9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log.stone */ +/* This file was generated from team_log_apiv2_team_log.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * DbxTeamTeamLogRequests#getEvents}. */ public enum GetTeamEventsError { - // union team_log.GetTeamEventsError (team_log.stone) + // union team_log.GetTeamEventsError (team_log_apiv2_team_log.stone) /** * No user found matching the provided account_id. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsResult.java index 0969494bc..e6e51db72 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GetTeamEventsResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log.stone */ +/* This file was generated from team_log_apiv2_team_log.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class GetTeamEventsResult { - // struct team_log.GetTeamEventsResult (team_log.stone) + // struct team_log.GetTeamEventsResult (team_log_apiv2_team_log.stone) @Nonnull protected final List events; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoChangePolicyDetails.java index cafe4d1e4..17ff59298 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Enabled/disabled Google single sign-on for team. */ public class GoogleSsoChangePolicyDetails { - // struct team_log.GoogleSsoChangePolicyDetails (team_log_generated.stone) + // struct team_log.GoogleSsoChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final GoogleSsoPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoChangePolicyType.java index 586e9e7c3..486dbca2d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GoogleSsoChangePolicyType { - // struct team_log.GoogleSsoChangePolicyType (team_log_generated.stone) + // struct team_log.GoogleSsoChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoPolicy.java index 4ce3aa8ab..ca89142aa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GoogleSsoPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Google SSO policy */ public enum GoogleSsoPolicy { - // union team_log.GoogleSsoPolicy (team_log_generated.stone) + // union team_log.GoogleSsoPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFolderFailedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFolderFailedDetails.java index 9a624787a..35047e731 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFolderFailedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFolderFailedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Couldn't add a folder to a policy. */ public class GovernancePolicyAddFolderFailedDetails { - // struct team_log.GovernancePolicyAddFolderFailedDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyAddFolderFailedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFolderFailedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFolderFailedType.java index f357d7860..cd4fa314e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFolderFailedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFolderFailedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyAddFolderFailedType { - // struct team_log.GovernancePolicyAddFolderFailedType (team_log_generated.stone) + // struct team_log.GovernancePolicyAddFolderFailedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFoldersDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFoldersDetails.java index 0474b65d6..e84698bc2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFoldersDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFoldersDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Added folders to policy. */ public class GovernancePolicyAddFoldersDetails { - // struct team_log.GovernancePolicyAddFoldersDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyAddFoldersDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFoldersType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFoldersType.java index 8445d74df..a834d462c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFoldersType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyAddFoldersType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyAddFoldersType { - // struct team_log.GovernancePolicyAddFoldersType (team_log_generated.stone) + // struct team_log.GovernancePolicyAddFoldersType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyContentDisposedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyContentDisposedDetails.java index 198b500ec..248c14bbd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyContentDisposedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyContentDisposedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Content disposed. */ public class GovernancePolicyContentDisposedDetails { - // struct team_log.GovernancePolicyContentDisposedDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyContentDisposedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyContentDisposedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyContentDisposedType.java index 5af156bb3..285b51773 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyContentDisposedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyContentDisposedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyContentDisposedType { - // struct team_log.GovernancePolicyContentDisposedType (team_log_generated.stone) + // struct team_log.GovernancePolicyContentDisposedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyCreateDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyCreateDetails.java index 6486e3c48..d8ce70cc1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyCreateDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyCreateDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Activated a new policy. */ public class GovernancePolicyCreateDetails { - // struct team_log.GovernancePolicyCreateDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyCreateDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyCreateType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyCreateType.java index 3729bdd7c..31c37047b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyCreateType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyCreateType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyCreateType { - // struct team_log.GovernancePolicyCreateType (team_log_generated.stone) + // struct team_log.GovernancePolicyCreateType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyDeleteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyDeleteDetails.java index 5fd475c7c..46e968fbe 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyDeleteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyDeleteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Deleted a policy. */ public class GovernancePolicyDeleteDetails { - // struct team_log.GovernancePolicyDeleteDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyDeleteDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyDeleteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyDeleteType.java index 5b3843a10..12b9e0af0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyDeleteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyDeleteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyDeleteType { - // struct team_log.GovernancePolicyDeleteType (team_log_generated.stone) + // struct team_log.GovernancePolicyDeleteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDetailsDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDetailsDetails.java index 7770c129c..d5a77ecd8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDetailsDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDetailsDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Edited policy. */ public class GovernancePolicyEditDetailsDetails { - // struct team_log.GovernancePolicyEditDetailsDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyEditDetailsDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDetailsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDetailsType.java index 6eb9a746b..df261840c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDetailsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDetailsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyEditDetailsType { - // struct team_log.GovernancePolicyEditDetailsType (team_log_generated.stone) + // struct team_log.GovernancePolicyEditDetailsType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDurationDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDurationDetails.java index 653a6c88b..8f8ef4577 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDurationDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDurationDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed policy duration. */ public class GovernancePolicyEditDurationDetails { - // struct team_log.GovernancePolicyEditDurationDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyEditDurationDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDurationType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDurationType.java index d3c86c170..673c577c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDurationType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyEditDurationType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyEditDurationType { - // struct team_log.GovernancePolicyEditDurationType (team_log_generated.stone) + // struct team_log.GovernancePolicyEditDurationType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportCreatedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportCreatedDetails.java index f9e3ddb64..10b005a55 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportCreatedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportCreatedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Created a policy download. */ public class GovernancePolicyExportCreatedDetails { - // struct team_log.GovernancePolicyExportCreatedDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyExportCreatedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportCreatedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportCreatedType.java index 077f57fb3..ca5259f36 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportCreatedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportCreatedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyExportCreatedType { - // struct team_log.GovernancePolicyExportCreatedType (team_log_generated.stone) + // struct team_log.GovernancePolicyExportCreatedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportRemovedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportRemovedDetails.java index e60514a93..fb26dcdf3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportRemovedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportRemovedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Removed a policy download. */ public class GovernancePolicyExportRemovedDetails { - // struct team_log.GovernancePolicyExportRemovedDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyExportRemovedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportRemovedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportRemovedType.java index 968185a5b..e11ffae91 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportRemovedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyExportRemovedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyExportRemovedType { - // struct team_log.GovernancePolicyExportRemovedType (team_log_generated.stone) + // struct team_log.GovernancePolicyExportRemovedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyRemoveFoldersDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyRemoveFoldersDetails.java index ae47a0e58..8b9b112be 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyRemoveFoldersDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyRemoveFoldersDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Removed folders from policy. */ public class GovernancePolicyRemoveFoldersDetails { - // struct team_log.GovernancePolicyRemoveFoldersDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyRemoveFoldersDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyRemoveFoldersType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyRemoveFoldersType.java index 27c0bea24..0258fcf53 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyRemoveFoldersType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyRemoveFoldersType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyRemoveFoldersType { - // struct team_log.GovernancePolicyRemoveFoldersType (team_log_generated.stone) + // struct team_log.GovernancePolicyRemoveFoldersType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyReportCreatedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyReportCreatedDetails.java index 33cb36d14..37b7a0d43 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyReportCreatedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyReportCreatedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Created a summary report for a policy. */ public class GovernancePolicyReportCreatedDetails { - // struct team_log.GovernancePolicyReportCreatedDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyReportCreatedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyReportCreatedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyReportCreatedType.java index 0b0836f09..9960f5b42 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyReportCreatedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyReportCreatedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyReportCreatedType { - // struct team_log.GovernancePolicyReportCreatedType (team_log_generated.stone) + // struct team_log.GovernancePolicyReportCreatedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyZipPartDownloadedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyZipPartDownloadedDetails.java index 2df2263a5..7cb1bbe3e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyZipPartDownloadedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyZipPartDownloadedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Downloaded content from a policy. */ public class GovernancePolicyZipPartDownloadedDetails { - // struct team_log.GovernancePolicyZipPartDownloadedDetails (team_log_generated.stone) + // struct team_log.GovernancePolicyZipPartDownloadedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String governancePolicyId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyZipPartDownloadedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyZipPartDownloadedType.java index 4999207b9..2d66da1f7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyZipPartDownloadedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GovernancePolicyZipPartDownloadedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GovernancePolicyZipPartDownloadedType { - // struct team_log.GovernancePolicyZipPartDownloadedType (team_log_generated.stone) + // struct team_log.GovernancePolicyZipPartDownloadedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddExternalIdDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddExternalIdDetails.java index faf764f66..2af0ee680 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddExternalIdDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddExternalIdDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added external ID for group. */ public class GroupAddExternalIdDetails { - // struct team_log.GroupAddExternalIdDetails (team_log_generated.stone) + // struct team_log.GroupAddExternalIdDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddExternalIdType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddExternalIdType.java index 84d6bcb5d..725b114f8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddExternalIdType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddExternalIdType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupAddExternalIdType { - // struct team_log.GroupAddExternalIdType (team_log_generated.stone) + // struct team_log.GroupAddExternalIdType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddMemberDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddMemberDetails.java index 3a135fd34..8c7bfbb7e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddMemberDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddMemberDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Added team members to group. */ public class GroupAddMemberDetails { - // struct team_log.GroupAddMemberDetails (team_log_generated.stone) + // struct team_log.GroupAddMemberDetails (team_log_stone_gen_team_log_generated.stone) protected final boolean isGroupOwner; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddMemberType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddMemberType.java index 1b5a3a19d..ea45a803a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddMemberType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupAddMemberType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupAddMemberType { - // struct team_log.GroupAddMemberType (team_log_generated.stone) + // struct team_log.GroupAddMemberType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeExternalIdDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeExternalIdDetails.java index 6cb4cdbcc..86743abd6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeExternalIdDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeExternalIdDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed external ID for group. */ public class GroupChangeExternalIdDetails { - // struct team_log.GroupChangeExternalIdDetails (team_log_generated.stone) + // struct team_log.GroupChangeExternalIdDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeExternalIdType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeExternalIdType.java index a42231524..0d81a8c01 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeExternalIdType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeExternalIdType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupChangeExternalIdType { - // struct team_log.GroupChangeExternalIdType (team_log_generated.stone) + // struct team_log.GroupChangeExternalIdType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeManagementTypeDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeManagementTypeDetails.java index 31b72d83a..6ae2c8b03 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeManagementTypeDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeManagementTypeDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed group management type. */ public class GroupChangeManagementTypeDetails { - // struct team_log.GroupChangeManagementTypeDetails (team_log_generated.stone) + // struct team_log.GroupChangeManagementTypeDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final GroupManagementType newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeManagementTypeType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeManagementTypeType.java index 5de53782f..47fffad44 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeManagementTypeType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeManagementTypeType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupChangeManagementTypeType { - // struct team_log.GroupChangeManagementTypeType (team_log_generated.stone) + // struct team_log.GroupChangeManagementTypeType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeMemberRoleDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeMemberRoleDetails.java index a7e7da19a..554a35750 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeMemberRoleDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeMemberRoleDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Changed manager permissions of group member. */ public class GroupChangeMemberRoleDetails { - // struct team_log.GroupChangeMemberRoleDetails (team_log_generated.stone) + // struct team_log.GroupChangeMemberRoleDetails (team_log_stone_gen_team_log_generated.stone) protected final boolean isGroupOwner; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeMemberRoleType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeMemberRoleType.java index 354f7912b..53f4b7e77 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeMemberRoleType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupChangeMemberRoleType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupChangeMemberRoleType { - // struct team_log.GroupChangeMemberRoleType (team_log_generated.stone) + // struct team_log.GroupChangeMemberRoleType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupCreateDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupCreateDetails.java index f087a4591..f2761ab85 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupCreateDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupCreateDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Created group. */ public class GroupCreateDetails { - // struct team_log.GroupCreateDetails (team_log_generated.stone) + // struct team_log.GroupCreateDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Boolean isCompanyManaged; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupCreateType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupCreateType.java index 8b57d8523..3c2845e6a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupCreateType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupCreateType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupCreateType { - // struct team_log.GroupCreateType (team_log_generated.stone) + // struct team_log.GroupCreateType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDeleteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDeleteDetails.java index 826c3202b..e06f9c673 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDeleteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDeleteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Deleted group. */ public class GroupDeleteDetails { - // struct team_log.GroupDeleteDetails (team_log_generated.stone) + // struct team_log.GroupDeleteDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Boolean isCompanyManaged; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDeleteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDeleteType.java index 490a63589..b6e80e322 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDeleteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDeleteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupDeleteType { - // struct team_log.GroupDeleteType (team_log_generated.stone) + // struct team_log.GroupDeleteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDescriptionUpdatedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDescriptionUpdatedDetails.java index 93f7d54a7..ed20c2602 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDescriptionUpdatedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDescriptionUpdatedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Updated group. */ public class GroupDescriptionUpdatedDetails { - // struct team_log.GroupDescriptionUpdatedDetails (team_log_generated.stone) + // struct team_log.GroupDescriptionUpdatedDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDescriptionUpdatedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDescriptionUpdatedType.java index 43b2f0feb..0f255f91f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDescriptionUpdatedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupDescriptionUpdatedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupDescriptionUpdatedType { - // struct team_log.GroupDescriptionUpdatedType (team_log_generated.stone) + // struct team_log.GroupDescriptionUpdatedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicy.java index 8944c7492..be31cec8c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GroupJoinPolicy { - // union team_log.GroupJoinPolicy (team_log_generated.stone) + // union team_log.GroupJoinPolicy (team_log_stone_gen_team_log_generated.stone) OPEN, REQUEST_TO_JOIN, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicyUpdatedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicyUpdatedDetails.java index 500af694a..daed222a0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicyUpdatedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicyUpdatedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Updated group join policy. */ public class GroupJoinPolicyUpdatedDetails { - // struct team_log.GroupJoinPolicyUpdatedDetails (team_log_generated.stone) + // struct team_log.GroupJoinPolicyUpdatedDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Boolean isCompanyManaged; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicyUpdatedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicyUpdatedType.java index 13b8953b1..53620dcdb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicyUpdatedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupJoinPolicyUpdatedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupJoinPolicyUpdatedType { - // struct team_log.GroupJoinPolicyUpdatedType (team_log_generated.stone) + // struct team_log.GroupJoinPolicyUpdatedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupLogInfo.java index 12e67cc87..90c224aa3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Group's logged information. */ public class GroupLogInfo { - // struct team_log.GroupLogInfo (team_log_generated.stone) + // struct team_log.GroupLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String groupId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupMovedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupMovedDetails.java index 78e888288..81141214b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupMovedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupMovedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Moved group. */ public class GroupMovedDetails { - // struct team_log.GroupMovedDetails (team_log_generated.stone) + // struct team_log.GroupMovedDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupMovedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupMovedType.java index 941d0b177..5f5ecf875 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupMovedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupMovedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupMovedType { - // struct team_log.GroupMovedType (team_log_generated.stone) + // struct team_log.GroupMovedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveExternalIdDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveExternalIdDetails.java index 025918ad9..db3497808 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveExternalIdDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveExternalIdDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed external ID for group. */ public class GroupRemoveExternalIdDetails { - // struct team_log.GroupRemoveExternalIdDetails (team_log_generated.stone) + // struct team_log.GroupRemoveExternalIdDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveExternalIdType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveExternalIdType.java index d071f6a9f..76a1dacce 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveExternalIdType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveExternalIdType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupRemoveExternalIdType { - // struct team_log.GroupRemoveExternalIdType (team_log_generated.stone) + // struct team_log.GroupRemoveExternalIdType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveMemberDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveMemberDetails.java index bea30cde2..28db283fa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveMemberDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveMemberDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed team members from group. */ public class GroupRemoveMemberDetails { - // struct team_log.GroupRemoveMemberDetails (team_log_generated.stone) + // struct team_log.GroupRemoveMemberDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveMemberType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveMemberType.java index e1217d714..cf7cb0cc4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveMemberType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRemoveMemberType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupRemoveMemberType { - // struct team_log.GroupRemoveMemberType (team_log_generated.stone) + // struct team_log.GroupRemoveMemberType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRenameDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRenameDetails.java index 98636d656..9bafc2cdc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRenameDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRenameDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Renamed group. */ public class GroupRenameDetails { - // struct team_log.GroupRenameDetails (team_log_generated.stone) + // struct team_log.GroupRenameDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRenameType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRenameType.java index cb933fb9b..b25b3da3d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRenameType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupRenameType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupRenameType { - // struct team_log.GroupRenameType (team_log_generated.stone) + // struct team_log.GroupRenameType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupUserManagementChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupUserManagementChangePolicyDetails.java index e7adabb93..dd7cceffb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupUserManagementChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupUserManagementChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed who can create groups. */ public class GroupUserManagementChangePolicyDetails { - // struct team_log.GroupUserManagementChangePolicyDetails (team_log_generated.stone) + // struct team_log.GroupUserManagementChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final GroupCreation newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupUserManagementChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupUserManagementChangePolicyType.java index ba8487257..5d40adb2e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupUserManagementChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GroupUserManagementChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GroupUserManagementChangePolicyType { - // struct team_log.GroupUserManagementChangePolicyType (team_log_generated.stone) + // struct team_log.GroupUserManagementChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminChangeStatusDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminChangeStatusDetails.java index 3bda45b11..93a2b6234 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminChangeStatusDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminChangeStatusDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed guest team admin status. */ public class GuestAdminChangeStatusDetails { - // struct team_log.GuestAdminChangeStatusDetails (team_log_generated.stone) + // struct team_log.GuestAdminChangeStatusDetails (team_log_stone_gen_team_log_generated.stone) protected final boolean isGuest; @Nullable diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminChangeStatusType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminChangeStatusType.java index eee3acdf5..8e3641160 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminChangeStatusType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminChangeStatusType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GuestAdminChangeStatusType { - // struct team_log.GuestAdminChangeStatusType (team_log_generated.stone) + // struct team_log.GuestAdminChangeStatusType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedInViaTrustedTeamsDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedInViaTrustedTeamsDetails.java index 226ed2399..69b05dece 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedInViaTrustedTeamsDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedInViaTrustedTeamsDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Started trusted team admin session. */ public class GuestAdminSignedInViaTrustedTeamsDetails { - // struct team_log.GuestAdminSignedInViaTrustedTeamsDetails (team_log_generated.stone) + // struct team_log.GuestAdminSignedInViaTrustedTeamsDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String teamName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedInViaTrustedTeamsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedInViaTrustedTeamsType.java index e4d077d81..4c3bca1ec 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedInViaTrustedTeamsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedInViaTrustedTeamsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GuestAdminSignedInViaTrustedTeamsType { - // struct team_log.GuestAdminSignedInViaTrustedTeamsType (team_log_generated.stone) + // struct team_log.GuestAdminSignedInViaTrustedTeamsType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedOutViaTrustedTeamsDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedOutViaTrustedTeamsDetails.java index 4f5114742..4764e6c34 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedOutViaTrustedTeamsDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedOutViaTrustedTeamsDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Ended trusted team admin session. */ public class GuestAdminSignedOutViaTrustedTeamsDetails { - // struct team_log.GuestAdminSignedOutViaTrustedTeamsDetails (team_log_generated.stone) + // struct team_log.GuestAdminSignedOutViaTrustedTeamsDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String teamName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedOutViaTrustedTeamsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedOutViaTrustedTeamsType.java index 66263a2eb..2fb1e4441 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedOutViaTrustedTeamsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/GuestAdminSignedOutViaTrustedTeamsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GuestAdminSignedOutViaTrustedTeamsType { - // struct team_log.GuestAdminSignedOutViaTrustedTeamsType (team_log_generated.stone) + // struct team_log.GuestAdminSignedOutViaTrustedTeamsType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IdentifierType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IdentifierType.java index 66fe7c1e1..1b89698c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IdentifierType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IdentifierType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum IdentifierType { - // union team_log.IdentifierType (team_log_generated.stone) + // union team_log.IdentifierType (team_log_stone_gen_team_log_generated.stone) EMAIL, FACEBOOK_PROFILE_NAME, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationConnectedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationConnectedDetails.java index 4962b7a81..d95a96deb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationConnectedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationConnectedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Connected integration for member. */ public class IntegrationConnectedDetails { - // struct team_log.IntegrationConnectedDetails (team_log_generated.stone) + // struct team_log.IntegrationConnectedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String integrationName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationConnectedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationConnectedType.java index 765948e11..3b1586e44 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationConnectedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationConnectedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class IntegrationConnectedType { - // struct team_log.IntegrationConnectedType (team_log_generated.stone) + // struct team_log.IntegrationConnectedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationDisconnectedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationDisconnectedDetails.java index ba03d985a..5f8ec234c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationDisconnectedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationDisconnectedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Disconnected integration for member. */ public class IntegrationDisconnectedDetails { - // struct team_log.IntegrationDisconnectedDetails (team_log_generated.stone) + // struct team_log.IntegrationDisconnectedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String integrationName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationDisconnectedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationDisconnectedType.java index 9ee556e49..f2dcd2934 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationDisconnectedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationDisconnectedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class IntegrationDisconnectedType { - // struct team_log.IntegrationDisconnectedType (team_log_generated.stone) + // struct team_log.IntegrationDisconnectedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicy.java index a025407f4..6ebd82633 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling whether a service integration is enabled for the team. */ public enum IntegrationPolicy { - // union team_log.IntegrationPolicy (team_log_generated.stone) + // union team_log.IntegrationPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicyChangedDetails.java index 27e3b6690..5f2e68618 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed integration policy for team. */ public class IntegrationPolicyChangedDetails { - // struct team_log.IntegrationPolicyChangedDetails (team_log_generated.stone) + // struct team_log.IntegrationPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String integrationName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicyChangedType.java index 028014e28..3e4c80084 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/IntegrationPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class IntegrationPolicyChangedType { - // struct team_log.IntegrationPolicyChangedType (team_log_generated.stone) + // struct team_log.IntegrationPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicy.java index dc5f59078..68387d50d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * join the team is accepted */ public enum InviteAcceptanceEmailPolicy { - // union team_log.InviteAcceptanceEmailPolicy (team_log_generated.stone) + // union team_log.InviteAcceptanceEmailPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicyChangedDetails.java index 13b3daaeb..ba1452ff6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed invite accept email policy for team. */ public class InviteAcceptanceEmailPolicyChangedDetails { - // struct team_log.InviteAcceptanceEmailPolicyChangedDetails (team_log_generated.stone) + // struct team_log.InviteAcceptanceEmailPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final InviteAcceptanceEmailPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicyChangedType.java index b0468c809..e4d3bf91c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteAcceptanceEmailPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class InviteAcceptanceEmailPolicyChangedType { - // struct team_log.InviteAcceptanceEmailPolicyChangedType (team_log_generated.stone) + // struct team_log.InviteAcceptanceEmailPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteMethod.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteMethod.java index 144677265..3f82856fd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteMethod.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/InviteMethod.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum InviteMethod { - // union team_log.InviteMethod (team_log_generated.stone) + // union team_log.InviteMethod (team_log_stone_gen_team_log_generated.stone) AUTO_APPROVE, INVITE_LINK, MEMBER_INVITE, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/JoinTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/JoinTeamDetails.java index 4b5c00ebe..40d9d56df 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/JoinTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/JoinTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Additional information relevant when a new member joins the team. */ public class JoinTeamDetails { - // struct team_log.JoinTeamDetails (team_log_generated.stone) + // struct team_log.JoinTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List linkedApps; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LabelType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LabelType.java index 8f00e1512..372c95b82 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LabelType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LabelType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Label type */ public enum LabelType { - // union team_log.LabelType (team_log_generated.stone) + // union team_log.LabelType (team_log_stone_gen_team_log_generated.stone) PERSONAL_INFORMATION, TEST_ONLY, USER_DEFINED_TAG, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegacyDeviceSessionLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegacyDeviceSessionLogInfo.java index c01014386..690e23fa0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegacyDeviceSessionLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegacyDeviceSessionLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * Information on sessions, in legacy format */ public class LegacyDeviceSessionLogInfo extends DeviceSessionLogInfo { - // struct team_log.LegacyDeviceSessionLogInfo (team_log_generated.stone) + // struct team_log.LegacyDeviceSessionLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final SessionLogInfo sessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsActivateAHoldDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsActivateAHoldDetails.java index 9e0c08755..ae6844615 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsActivateAHoldDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsActivateAHoldDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * Activated a hold. */ public class LegalHoldsActivateAHoldDetails { - // struct team_log.LegalHoldsActivateAHoldDetails (team_log_generated.stone) + // struct team_log.LegalHoldsActivateAHoldDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsActivateAHoldType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsActivateAHoldType.java index 86c3a1f3f..3a93a08a3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsActivateAHoldType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsActivateAHoldType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsActivateAHoldType { - // struct team_log.LegalHoldsActivateAHoldType (team_log_generated.stone) + // struct team_log.LegalHoldsActivateAHoldType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsAddMembersDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsAddMembersDetails.java index 1a5c6ddb4..855ebc8cf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsAddMembersDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsAddMembersDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added members to a hold. */ public class LegalHoldsAddMembersDetails { - // struct team_log.LegalHoldsAddMembersDetails (team_log_generated.stone) + // struct team_log.LegalHoldsAddMembersDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsAddMembersType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsAddMembersType.java index 043c1f277..12132c26c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsAddMembersType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsAddMembersType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsAddMembersType { - // struct team_log.LegalHoldsAddMembersType (team_log_generated.stone) + // struct team_log.LegalHoldsAddMembersType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldDetailsDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldDetailsDetails.java index 9557271bc..b6d2b0cf6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldDetailsDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldDetailsDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Edited details for a hold. */ public class LegalHoldsChangeHoldDetailsDetails { - // struct team_log.LegalHoldsChangeHoldDetailsDetails (team_log_generated.stone) + // struct team_log.LegalHoldsChangeHoldDetailsDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldDetailsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldDetailsType.java index 4bf476d0c..bd6b78bae 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldDetailsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldDetailsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsChangeHoldDetailsType { - // struct team_log.LegalHoldsChangeHoldDetailsType (team_log_generated.stone) + // struct team_log.LegalHoldsChangeHoldDetailsType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldNameDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldNameDetails.java index c1fcac142..d0569d096 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldNameDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldNameDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Renamed a hold. */ public class LegalHoldsChangeHoldNameDetails { - // struct team_log.LegalHoldsChangeHoldNameDetails (team_log_generated.stone) + // struct team_log.LegalHoldsChangeHoldNameDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldNameType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldNameType.java index 250bcb427..343ddec61 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldNameType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsChangeHoldNameType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsChangeHoldNameType { - // struct team_log.LegalHoldsChangeHoldNameType (team_log_generated.stone) + // struct team_log.LegalHoldsChangeHoldNameType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportAHoldDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportAHoldDetails.java index 209695335..e4fe9e632 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportAHoldDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportAHoldDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Exported hold. */ public class LegalHoldsExportAHoldDetails { - // struct team_log.LegalHoldsExportAHoldDetails (team_log_generated.stone) + // struct team_log.LegalHoldsExportAHoldDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportAHoldType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportAHoldType.java index 6d3fe2556..24a609474 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportAHoldType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportAHoldType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsExportAHoldType { - // struct team_log.LegalHoldsExportAHoldType (team_log_generated.stone) + // struct team_log.LegalHoldsExportAHoldType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportCancelledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportCancelledDetails.java index 55ec6f67c..1a3844648 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportCancelledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportCancelledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Canceled export for a hold. */ public class LegalHoldsExportCancelledDetails { - // struct team_log.LegalHoldsExportCancelledDetails (team_log_generated.stone) + // struct team_log.LegalHoldsExportCancelledDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportCancelledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportCancelledType.java index 129ebc954..e04e2174a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportCancelledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportCancelledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsExportCancelledType { - // struct team_log.LegalHoldsExportCancelledType (team_log_generated.stone) + // struct team_log.LegalHoldsExportCancelledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportDownloadedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportDownloadedDetails.java index 213719408..a81ade7b7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportDownloadedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportDownloadedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Downloaded export for a hold. */ public class LegalHoldsExportDownloadedDetails { - // struct team_log.LegalHoldsExportDownloadedDetails (team_log_generated.stone) + // struct team_log.LegalHoldsExportDownloadedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportDownloadedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportDownloadedType.java index 33f1ea227..a4fca9b54 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportDownloadedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportDownloadedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsExportDownloadedType { - // struct team_log.LegalHoldsExportDownloadedType (team_log_generated.stone) + // struct team_log.LegalHoldsExportDownloadedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportRemovedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportRemovedDetails.java index e0fde3e35..400f17562 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportRemovedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportRemovedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed export for a hold. */ public class LegalHoldsExportRemovedDetails { - // struct team_log.LegalHoldsExportRemovedDetails (team_log_generated.stone) + // struct team_log.LegalHoldsExportRemovedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportRemovedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportRemovedType.java index c178f9823..092ed8165 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportRemovedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsExportRemovedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsExportRemovedType { - // struct team_log.LegalHoldsExportRemovedType (team_log_generated.stone) + // struct team_log.LegalHoldsExportRemovedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReleaseAHoldDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReleaseAHoldDetails.java index 60f24ef74..2a9cefdc2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReleaseAHoldDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReleaseAHoldDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Released a hold. */ public class LegalHoldsReleaseAHoldDetails { - // struct team_log.LegalHoldsReleaseAHoldDetails (team_log_generated.stone) + // struct team_log.LegalHoldsReleaseAHoldDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReleaseAHoldType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReleaseAHoldType.java index 081e13214..bb52f6027 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReleaseAHoldType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReleaseAHoldType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsReleaseAHoldType { - // struct team_log.LegalHoldsReleaseAHoldType (team_log_generated.stone) + // struct team_log.LegalHoldsReleaseAHoldType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsRemoveMembersDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsRemoveMembersDetails.java index 10ee546a7..781dc8557 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsRemoveMembersDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsRemoveMembersDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed members from a hold. */ public class LegalHoldsRemoveMembersDetails { - // struct team_log.LegalHoldsRemoveMembersDetails (team_log_generated.stone) + // struct team_log.LegalHoldsRemoveMembersDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsRemoveMembersType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsRemoveMembersType.java index 54ccccd27..37f2fc935 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsRemoveMembersType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsRemoveMembersType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsRemoveMembersType { - // struct team_log.LegalHoldsRemoveMembersType (team_log_generated.stone) + // struct team_log.LegalHoldsRemoveMembersType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReportAHoldDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReportAHoldDetails.java index 6d295cb7e..8053f0737 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReportAHoldDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReportAHoldDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Created a summary report for a hold. */ public class LegalHoldsReportAHoldDetails { - // struct team_log.LegalHoldsReportAHoldDetails (team_log_generated.stone) + // struct team_log.LegalHoldsReportAHoldDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String legalHoldId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReportAHoldType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReportAHoldType.java index ce8219921..9b05e1d01 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReportAHoldType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LegalHoldsReportAHoldType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LegalHoldsReportAHoldType { - // struct team_log.LegalHoldsReportAHoldType (team_log_generated.stone) + // struct team_log.LegalHoldsReportAHoldType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LinkedDeviceLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LinkedDeviceLogInfo.java index 74032791a..e88ccaf9d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LinkedDeviceLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LinkedDeviceLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class LinkedDeviceLogInfo { - // union team_log.LinkedDeviceLogInfo (team_log_generated.stone) + // union team_log.LinkedDeviceLogInfo (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link LinkedDeviceLogInfo}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LockStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LockStatus.java index cfea833a9..914e23719 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LockStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LockStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * File lock status */ public enum LockStatus { - // union team_log.LockStatus (team_log_generated.stone) + // union team_log.LockStatus (team_log_stone_gen_team_log_generated.stone) LOCKED, UNLOCKED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginFailDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginFailDetails.java index 653879bcd..66274109a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginFailDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginFailDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Failed to sign in. */ public class LoginFailDetails { - // struct team_log.LoginFailDetails (team_log_generated.stone) + // struct team_log.LoginFailDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Boolean isEmmManaged; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginFailType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginFailType.java index 66b3ed7ba..dfef4cb83 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginFailType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginFailType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LoginFailType { - // struct team_log.LoginFailType (team_log_generated.stone) + // struct team_log.LoginFailType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginMethod.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginMethod.java index cdc93d24c..f1765ac70 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginMethod.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginMethod.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,16 +17,19 @@ import java.util.Arrays; public enum LoginMethod { - // union team_log.LoginMethod (team_log_generated.stone) + // union team_log.LoginMethod (team_log_stone_gen_team_log_generated.stone) APPLE_OAUTH, FIRST_PARTY_TOKEN_EXCHANGE, GOOGLE_OAUTH, + KAKAO_OAUTH, LENOVO_OAUTH, + PASSKEY, PASSWORD, QR_CODE, SAML, TWO_FACTOR_AUTHENTICATION, WEB_SESSION, + MICROSOFT_OAUTH, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -57,10 +60,18 @@ public void serialize(LoginMethod value, JsonGenerator g) throws IOException, Js g.writeString("google_oauth"); break; } + case KAKAO_OAUTH: { + g.writeString("kakao_oauth"); + break; + } case LENOVO_OAUTH: { g.writeString("lenovo_oauth"); break; } + case PASSKEY: { + g.writeString("passkey"); + break; + } case PASSWORD: { g.writeString("password"); break; @@ -81,6 +92,10 @@ public void serialize(LoginMethod value, JsonGenerator g) throws IOException, Js g.writeString("web_session"); break; } + case MICROSOFT_OAUTH: { + g.writeString("microsoft_oauth"); + break; + } default: { g.writeString("other"); } @@ -114,9 +129,15 @@ else if ("first_party_token_exchange".equals(tag)) { else if ("google_oauth".equals(tag)) { value = LoginMethod.GOOGLE_OAUTH; } + else if ("kakao_oauth".equals(tag)) { + value = LoginMethod.KAKAO_OAUTH; + } else if ("lenovo_oauth".equals(tag)) { value = LoginMethod.LENOVO_OAUTH; } + else if ("passkey".equals(tag)) { + value = LoginMethod.PASSKEY; + } else if ("password".equals(tag)) { value = LoginMethod.PASSWORD; } @@ -132,6 +153,9 @@ else if ("two_factor_authentication".equals(tag)) { else if ("web_session".equals(tag)) { value = LoginMethod.WEB_SESSION; } + else if ("microsoft_oauth".equals(tag)) { + value = LoginMethod.MICROSOFT_OAUTH; + } else { value = LoginMethod.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginSuccessDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginSuccessDetails.java index 88a524ce0..dc939f025 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginSuccessDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginSuccessDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Signed in. */ public class LoginSuccessDetails { - // struct team_log.LoginSuccessDetails (team_log_generated.stone) + // struct team_log.LoginSuccessDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Boolean isEmmManaged; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginSuccessType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginSuccessType.java index baa2d86ab..d9cce7e73 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginSuccessType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LoginSuccessType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LoginSuccessType { - // struct team_log.LoginSuccessType (team_log_generated.stone) + // struct team_log.LoginSuccessType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LogoutDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LogoutDetails.java index dd46dd7c0..8ae34c9dd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LogoutDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LogoutDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Signed out. */ public class LogoutDetails { - // struct team_log.LogoutDetails (team_log_generated.stone) + // struct team_log.LogoutDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String loginId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LogoutType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LogoutType.java index 16b7a7661..b35525ca7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LogoutType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/LogoutType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class LogoutType { - // struct team_log.LogoutType (team_log_generated.stone) + // struct team_log.LogoutType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddExternalIdDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddExternalIdDetails.java index d6e6897ce..8e793e0c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddExternalIdDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddExternalIdDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added an external ID for team member. */ public class MemberAddExternalIdDetails { - // struct team_log.MemberAddExternalIdDetails (team_log_generated.stone) + // struct team_log.MemberAddExternalIdDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddExternalIdType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddExternalIdType.java index 52097811b..dc0cf03f5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddExternalIdType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddExternalIdType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberAddExternalIdType { - // struct team_log.MemberAddExternalIdType (team_log_generated.stone) + // struct team_log.MemberAddExternalIdType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddNameDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddNameDetails.java index 61da4965c..fdf398c85 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddNameDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddNameDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added team member name. */ public class MemberAddNameDetails { - // struct team_log.MemberAddNameDetails (team_log_generated.stone) + // struct team_log.MemberAddNameDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final UserNameLogInfo newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddNameType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddNameType.java index 98dc96956..29652d853 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddNameType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberAddNameType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberAddNameType { - // struct team_log.MemberAddNameType (team_log_generated.stone) + // struct team_log.MemberAddNameType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeAdminRoleDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeAdminRoleDetails.java index 1ce442ddf..2de60c90c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeAdminRoleDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeAdminRoleDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed team member admin role. */ public class MemberChangeAdminRoleDetails { - // struct team_log.MemberChangeAdminRoleDetails (team_log_generated.stone) + // struct team_log.MemberChangeAdminRoleDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final AdminRole newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeAdminRoleType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeAdminRoleType.java index 59ac5a5af..e602c145b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeAdminRoleType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeAdminRoleType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberChangeAdminRoleType { - // struct team_log.MemberChangeAdminRoleType (team_log_generated.stone) + // struct team_log.MemberChangeAdminRoleType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeEmailDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeEmailDetails.java index 87acabb40..5ef1bc6a6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeEmailDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeEmailDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed team member email. */ public class MemberChangeEmailDetails { - // struct team_log.MemberChangeEmailDetails (team_log_generated.stone) + // struct team_log.MemberChangeEmailDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeEmailType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeEmailType.java index b12626ac5..a0cef1563 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeEmailType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeEmailType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberChangeEmailType { - // struct team_log.MemberChangeEmailType (team_log_generated.stone) + // struct team_log.MemberChangeEmailType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeExternalIdDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeExternalIdDetails.java index 064a6aab0..0d2f944ec 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeExternalIdDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeExternalIdDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed the external ID for team member. */ public class MemberChangeExternalIdDetails { - // struct team_log.MemberChangeExternalIdDetails (team_log_generated.stone) + // struct team_log.MemberChangeExternalIdDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeExternalIdType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeExternalIdType.java index fd2b3ab5e..9c2ebbe2e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeExternalIdType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeExternalIdType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberChangeExternalIdType { - // struct team_log.MemberChangeExternalIdType (team_log_generated.stone) + // struct team_log.MemberChangeExternalIdType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeMembershipTypeDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeMembershipTypeDetails.java index 235b5833b..bf795484b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeMembershipTypeDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeMembershipTypeDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed membership type (limited/full) of member. */ public class MemberChangeMembershipTypeDetails { - // struct team_log.MemberChangeMembershipTypeDetails (team_log_generated.stone) + // struct team_log.MemberChangeMembershipTypeDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamMembershipType prevValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeMembershipTypeType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeMembershipTypeType.java index 3c567a3dd..706b79dc4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeMembershipTypeType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeMembershipTypeType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberChangeMembershipTypeType { - // struct team_log.MemberChangeMembershipTypeType (team_log_generated.stone) + // struct team_log.MemberChangeMembershipTypeType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeNameDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeNameDetails.java index c282596f9..263487af3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeNameDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeNameDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed team member name. */ public class MemberChangeNameDetails { - // struct team_log.MemberChangeNameDetails (team_log_generated.stone) + // struct team_log.MemberChangeNameDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final UserNameLogInfo newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeNameType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeNameType.java index 8bc715c99..43c144fe7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeNameType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeNameType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberChangeNameType { - // struct team_log.MemberChangeNameType (team_log_generated.stone) + // struct team_log.MemberChangeNameType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeResellerRoleDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeResellerRoleDetails.java index f7e6a2d69..61e78166f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeResellerRoleDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeResellerRoleDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed team member reseller role. */ public class MemberChangeResellerRoleDetails { - // struct team_log.MemberChangeResellerRoleDetails (team_log_generated.stone) + // struct team_log.MemberChangeResellerRoleDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ResellerRole newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeResellerRoleType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeResellerRoleType.java index eb4dcdd50..8148f8e81 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeResellerRoleType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeResellerRoleType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberChangeResellerRoleType { - // struct team_log.MemberChangeResellerRoleType (team_log_generated.stone) + // struct team_log.MemberChangeResellerRoleType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeStatusDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeStatusDetails.java index eb159ac02..ad764b6d0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeStatusDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeStatusDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed member status (invited, joined, suspended, etc.). */ public class MemberChangeStatusDetails { - // struct team_log.MemberChangeStatusDetails (team_log_generated.stone) + // struct team_log.MemberChangeStatusDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final MemberStatus previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeStatusType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeStatusType.java index 42422bbe8..067fb2824 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeStatusType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberChangeStatusType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberChangeStatusType { - // struct team_log.MemberChangeStatusType (team_log_generated.stone) + // struct team_log.MemberChangeStatusType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteManualContactsDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteManualContactsDetails.java index 9f1b0e6ce..4e0627a02 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteManualContactsDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteManualContactsDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Cleared manually added contacts. */ public class MemberDeleteManualContactsDetails { - // struct team_log.MemberDeleteManualContactsDetails (team_log_generated.stone) + // struct team_log.MemberDeleteManualContactsDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteManualContactsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteManualContactsType.java index dedd116b9..5871a8c76 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteManualContactsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteManualContactsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberDeleteManualContactsType { - // struct team_log.MemberDeleteManualContactsType (team_log_generated.stone) + // struct team_log.MemberDeleteManualContactsType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteProfilePhotoDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteProfilePhotoDetails.java index 6e4612f04..8a0cd2c28 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteProfilePhotoDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteProfilePhotoDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Deleted team member profile photo. */ public class MemberDeleteProfilePhotoDetails { - // struct team_log.MemberDeleteProfilePhotoDetails (team_log_generated.stone) + // struct team_log.MemberDeleteProfilePhotoDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteProfilePhotoType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteProfilePhotoType.java index 6246f5557..79f7a3656 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteProfilePhotoType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberDeleteProfilePhotoType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberDeleteProfilePhotoType { - // struct team_log.MemberDeleteProfilePhotoType (team_log_generated.stone) + // struct team_log.MemberDeleteProfilePhotoType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberPermanentlyDeleteAccountContentsDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberPermanentlyDeleteAccountContentsDetails.java index 46fff99cd..c530e9838 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberPermanentlyDeleteAccountContentsDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberPermanentlyDeleteAccountContentsDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Permanently deleted contents of deleted team member account. */ public class MemberPermanentlyDeleteAccountContentsDetails { - // struct team_log.MemberPermanentlyDeleteAccountContentsDetails (team_log_generated.stone) + // struct team_log.MemberPermanentlyDeleteAccountContentsDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberPermanentlyDeleteAccountContentsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberPermanentlyDeleteAccountContentsType.java index 9f35e85f7..96b95a18a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberPermanentlyDeleteAccountContentsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberPermanentlyDeleteAccountContentsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberPermanentlyDeleteAccountContentsType { - // struct team_log.MemberPermanentlyDeleteAccountContentsType (team_log_generated.stone) + // struct team_log.MemberPermanentlyDeleteAccountContentsType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveActionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveActionType.java index 1d48302ac..3c1fcbb95 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveActionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveActionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MemberRemoveActionType { - // union team_log.MemberRemoveActionType (team_log_generated.stone) + // union team_log.MemberRemoveActionType (team_log_stone_gen_team_log_generated.stone) DELETE, LEAVE, OFFBOARD, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveExternalIdDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveExternalIdDetails.java index da28a448c..443cf0f8f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveExternalIdDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveExternalIdDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed the external ID for team member. */ public class MemberRemoveExternalIdDetails { - // struct team_log.MemberRemoveExternalIdDetails (team_log_generated.stone) + // struct team_log.MemberRemoveExternalIdDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveExternalIdType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveExternalIdType.java index 299b6e948..46a8884a1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveExternalIdType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRemoveExternalIdType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberRemoveExternalIdType { - // struct team_log.MemberRemoveExternalIdType (team_log_generated.stone) + // struct team_log.MemberRemoveExternalIdType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsChangePolicyDetails.java index 95655722d..b15f09ef9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed whether users can find team when not invited. */ public class MemberRequestsChangePolicyDetails { - // struct team_log.MemberRequestsChangePolicyDetails (team_log_generated.stone) + // struct team_log.MemberRequestsChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final MemberRequestsPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsChangePolicyType.java index c2be6526f..b48624cab 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberRequestsChangePolicyType { - // struct team_log.MemberRequestsChangePolicyType (team_log_generated.stone) + // struct team_log.MemberRequestsChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsPolicy.java index f1c531ef6..426b50291 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberRequestsPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MemberRequestsPolicy { - // union team_log.MemberRequestsPolicy (team_log_generated.stone) + // union team_log.MemberRequestsPolicy (team_log_stone_gen_team_log_generated.stone) AUTO_ACCEPT, DISABLED, REQUIRE_APPROVAL, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicy.java index 551e64d70..b85973cf3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling whether team members can send team invites */ public enum MemberSendInvitePolicy { - // union team_log.MemberSendInvitePolicy (team_log_generated.stone) + // union team_log.MemberSendInvitePolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, EVERYONE, SPECIFIC_MEMBERS, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicyChangedDetails.java index 0d672e6b5..72c437dff 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed member send invite policy for team. */ public class MemberSendInvitePolicyChangedDetails { - // struct team_log.MemberSendInvitePolicyChangedDetails (team_log_generated.stone) + // struct team_log.MemberSendInvitePolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final MemberSendInvitePolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicyChangedType.java index 5f81e73cb..226cf0677 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSendInvitePolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSendInvitePolicyChangedType { - // struct team_log.MemberSendInvitePolicyChangedType (team_log_generated.stone) + // struct team_log.MemberSendInvitePolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSetProfilePhotoDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSetProfilePhotoDetails.java index 5cc39c201..dd34c1d5b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSetProfilePhotoDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSetProfilePhotoDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Set team member profile photo. */ public class MemberSetProfilePhotoDetails { - // struct team_log.MemberSetProfilePhotoDetails (team_log_generated.stone) + // struct team_log.MemberSetProfilePhotoDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSetProfilePhotoType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSetProfilePhotoType.java index eef1fbafa..fcf42a8b7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSetProfilePhotoType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSetProfilePhotoType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSetProfilePhotoType { - // struct team_log.MemberSetProfilePhotoType (team_log_generated.stone) + // struct team_log.MemberSetProfilePhotoType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddCustomQuotaDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddCustomQuotaDetails.java index a5dec303f..e8f2aa924 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddCustomQuotaDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddCustomQuotaDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Set custom member space limit. */ public class MemberSpaceLimitsAddCustomQuotaDetails { - // struct team_log.MemberSpaceLimitsAddCustomQuotaDetails (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsAddCustomQuotaDetails (team_log_stone_gen_team_log_generated.stone) protected final long newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddCustomQuotaType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddCustomQuotaType.java index ddc1a833e..ef92665bf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddCustomQuotaType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddCustomQuotaType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSpaceLimitsAddCustomQuotaType { - // struct team_log.MemberSpaceLimitsAddCustomQuotaType (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsAddCustomQuotaType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddExceptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddExceptionDetails.java index 0f9df393d..12f064972 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddExceptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddExceptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added members to member space limit exception list. */ public class MemberSpaceLimitsAddExceptionDetails { - // struct team_log.MemberSpaceLimitsAddExceptionDetails (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsAddExceptionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddExceptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddExceptionType.java index 52eedf531..fee8918b0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddExceptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsAddExceptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSpaceLimitsAddExceptionType { - // struct team_log.MemberSpaceLimitsAddExceptionType (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsAddExceptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCapsTypePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCapsTypePolicyDetails.java index 884569ac5..ac28137fb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCapsTypePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCapsTypePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed member space limit type for team. */ public class MemberSpaceLimitsChangeCapsTypePolicyDetails { - // struct team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SpaceCapsType previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCapsTypePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCapsTypePolicyType.java index b5e582f85..5931ec832 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCapsTypePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCapsTypePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSpaceLimitsChangeCapsTypePolicyType { - // struct team_log.MemberSpaceLimitsChangeCapsTypePolicyType (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsChangeCapsTypePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCustomQuotaDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCustomQuotaDetails.java index 4b5976f32..919d7cb5d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCustomQuotaDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCustomQuotaDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Changed custom member space limit. */ public class MemberSpaceLimitsChangeCustomQuotaDetails { - // struct team_log.MemberSpaceLimitsChangeCustomQuotaDetails (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsChangeCustomQuotaDetails (team_log_stone_gen_team_log_generated.stone) protected final long previousValue; protected final long newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCustomQuotaType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCustomQuotaType.java index 8e4c0e5a0..f4be523e2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCustomQuotaType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeCustomQuotaType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSpaceLimitsChangeCustomQuotaType { - // struct team_log.MemberSpaceLimitsChangeCustomQuotaType (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsChangeCustomQuotaType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangePolicyDetails.java index b3972dd86..46a645dd8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed team default member space limit. */ public class MemberSpaceLimitsChangePolicyDetails { - // struct team_log.MemberSpaceLimitsChangePolicyDetails (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Long previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangePolicyType.java index d4dd0aa3c..4ce0f33f7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSpaceLimitsChangePolicyType { - // struct team_log.MemberSpaceLimitsChangePolicyType (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeStatusDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeStatusDetails.java index c97c8830b..60df9fd0c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeStatusDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeStatusDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed space limit status. */ public class MemberSpaceLimitsChangeStatusDetails { - // struct team_log.MemberSpaceLimitsChangeStatusDetails (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsChangeStatusDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SpaceLimitsStatus previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeStatusType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeStatusType.java index ef6ec2eb4..9a4747411 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeStatusType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsChangeStatusType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSpaceLimitsChangeStatusType { - // struct team_log.MemberSpaceLimitsChangeStatusType (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsChangeStatusType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveCustomQuotaDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveCustomQuotaDetails.java index ffe36f016..0f74a3848 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveCustomQuotaDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveCustomQuotaDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed custom member space limit. */ public class MemberSpaceLimitsRemoveCustomQuotaDetails { - // struct team_log.MemberSpaceLimitsRemoveCustomQuotaDetails (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsRemoveCustomQuotaDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveCustomQuotaType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveCustomQuotaType.java index 044fd47d2..714995a97 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveCustomQuotaType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveCustomQuotaType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSpaceLimitsRemoveCustomQuotaType { - // struct team_log.MemberSpaceLimitsRemoveCustomQuotaType (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsRemoveCustomQuotaType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveExceptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveExceptionDetails.java index 93c6890c6..e7f75b104 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveExceptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveExceptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed members from member space limit exception list. */ public class MemberSpaceLimitsRemoveExceptionDetails { - // struct team_log.MemberSpaceLimitsRemoveExceptionDetails (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsRemoveExceptionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveExceptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveExceptionType.java index 1beb24e7d..bf3d05228 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveExceptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSpaceLimitsRemoveExceptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSpaceLimitsRemoveExceptionType { - // struct team_log.MemberSpaceLimitsRemoveExceptionType (team_log_generated.stone) + // struct team_log.MemberSpaceLimitsRemoveExceptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberStatus.java index 537d8eeab..9f3dec586 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum MemberStatus { - // union team_log.MemberStatus (team_log_generated.stone) + // union team_log.MemberStatus (team_log_stone_gen_team_log_generated.stone) ACTIVE, INVITED, MOVED_TO_ANOTHER_TEAM, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestDetails.java index 0a80ace36..92c4aca65 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Suggested person to add to team. */ public class MemberSuggestDetails { - // struct team_log.MemberSuggestDetails (team_log_generated.stone) + // struct team_log.MemberSuggestDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List suggestedMembers; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestType.java index 7bd1775a2..18cf3ef82 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSuggestType { - // struct team_log.MemberSuggestType (team_log_generated.stone) + // struct team_log.MemberSuggestType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsChangePolicyDetails.java index ac47f1154..a38590b5c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Enabled/disabled option for team members to suggest people to add to team. */ public class MemberSuggestionsChangePolicyDetails { - // struct team_log.MemberSuggestionsChangePolicyDetails (team_log_generated.stone) + // struct team_log.MemberSuggestionsChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final MemberSuggestionsPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsChangePolicyType.java index 561732686..d0cf7510b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberSuggestionsChangePolicyType { - // struct team_log.MemberSuggestionsChangePolicyType (team_log_generated.stone) + // struct team_log.MemberSuggestionsChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsPolicy.java index 480be1fb8..25d4dc45c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberSuggestionsPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Member suggestions policy */ public enum MemberSuggestionsPolicy { - // union team_log.MemberSuggestionsPolicy (team_log_generated.stone) + // union team_log.MemberSuggestionsPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberTransferAccountContentsDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberTransferAccountContentsDetails.java index b3c18efe0..4b38785c6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberTransferAccountContentsDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberTransferAccountContentsDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Transferred contents of deleted member account to another member. */ public class MemberTransferAccountContentsDetails { - // struct team_log.MemberTransferAccountContentsDetails (team_log_generated.stone) + // struct team_log.MemberTransferAccountContentsDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberTransferAccountContentsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberTransferAccountContentsType.java index a7aa151a7..1eef5b004 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberTransferAccountContentsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MemberTransferAccountContentsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MemberTransferAccountContentsType { - // struct team_log.MemberTransferAccountContentsType (team_log_generated.stone) + // struct team_log.MemberTransferAccountContentsType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinChangePolicyDetails.java index 995b05ba8..65df6880a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Enabled/disabled Microsoft Office add-in. */ public class MicrosoftOfficeAddinChangePolicyDetails { - // struct team_log.MicrosoftOfficeAddinChangePolicyDetails (team_log_generated.stone) + // struct team_log.MicrosoftOfficeAddinChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final MicrosoftOfficeAddinPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinChangePolicyType.java index 0240d2623..2e8853e30 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class MicrosoftOfficeAddinChangePolicyType { - // struct team_log.MicrosoftOfficeAddinChangePolicyType (team_log_generated.stone) + // struct team_log.MicrosoftOfficeAddinChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinPolicy.java index a79a2587e..151167d8d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MicrosoftOfficeAddinPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Microsoft Office addin policy */ public enum MicrosoftOfficeAddinPolicy { - // union team_log.MicrosoftOfficeAddinPolicy (team_log_generated.stone) + // union team_log.MicrosoftOfficeAddinPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MissingDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MissingDetails.java index 1ff691d09..d4134fdc6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MissingDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MissingDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * attributes of the event may be omitted as a result. */ public class MissingDetails { - // struct team_log.MissingDetails (team_log_generated.stone) + // struct team_log.MissingDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String sourceEventFields; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MobileDeviceSessionLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MobileDeviceSessionLogInfo.java index e414a4dba..5775f4012 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MobileDeviceSessionLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MobileDeviceSessionLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -26,7 +26,7 @@ * Information about linked Dropbox mobile client sessions */ public class MobileDeviceSessionLogInfo extends DeviceSessionLogInfo { - // struct team_log.MobileDeviceSessionLogInfo (team_log_generated.stone) + // struct team_log.MobileDeviceSessionLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final MobileSessionLogInfo sessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MobileSessionLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MobileSessionLogInfo.java index e5a96b94f..1144d64cf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MobileSessionLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/MobileSessionLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Mobile session. */ public class MobileSessionLogInfo extends SessionLogInfo { - // struct team_log.MobileSessionLogInfo (team_log_generated.stone) + // struct team_log.MobileSessionLogInfo (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NamespaceRelativePathLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NamespaceRelativePathLogInfo.java index 9075f1314..956df0321 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NamespaceRelativePathLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NamespaceRelativePathLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Namespace relative path details. */ public class NamespaceRelativePathLogInfo { - // struct team_log.NamespaceRelativePathLogInfo (team_log_generated.stone) + // struct team_log.NamespaceRelativePathLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String nsId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlChangePolicyDetails.java index c9de5a3e6..cc2bfc345 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Enabled/disabled network control. */ public class NetworkControlChangePolicyDetails { - // struct team_log.NetworkControlChangePolicyDetails (team_log_generated.stone) + // struct team_log.NetworkControlChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final NetworkControlPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlChangePolicyType.java index c33f2f2d3..418db5a0a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NetworkControlChangePolicyType { - // struct team_log.NetworkControlChangePolicyType (team_log_generated.stone) + // struct team_log.NetworkControlChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlPolicy.java index cff8afba1..f88cff806 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NetworkControlPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Network control policy */ public enum NetworkControlPolicy { - // union team_log.NetworkControlPolicy (team_log_generated.stone) + // union team_log.NetworkControlPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenCreateReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenCreateReportDetails.java index f127a3045..037ad938a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenCreateReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenCreateReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Report created: Links created with no expiration. */ public class NoExpirationLinkGenCreateReportDetails { - // struct team_log.NoExpirationLinkGenCreateReportDetails (team_log_generated.stone) + // struct team_log.NoExpirationLinkGenCreateReportDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final Date startDate; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenCreateReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenCreateReportType.java index 8d44fd13d..4961b0b38 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenCreateReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenCreateReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoExpirationLinkGenCreateReportType { - // struct team_log.NoExpirationLinkGenCreateReportType (team_log_generated.stone) + // struct team_log.NoExpirationLinkGenCreateReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenReportFailedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenReportFailedDetails.java index feda7b6d8..f11cf2233 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenReportFailedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenReportFailedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Couldn't create report: Links created with no expiration. */ public class NoExpirationLinkGenReportFailedDetails { - // struct team_log.NoExpirationLinkGenReportFailedDetails (team_log_generated.stone) + // struct team_log.NoExpirationLinkGenReportFailedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamReportFailureReason failureReason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenReportFailedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenReportFailedType.java index dd5d3bf24..a27a05aa8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenReportFailedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoExpirationLinkGenReportFailedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoExpirationLinkGenReportFailedType { - // struct team_log.NoExpirationLinkGenReportFailedType (team_log_generated.stone) + // struct team_log.NoExpirationLinkGenReportFailedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenCreateReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenCreateReportDetails.java index 58c335911..291ed924c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenCreateReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenCreateReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Report created: Links created without passwords. */ public class NoPasswordLinkGenCreateReportDetails { - // struct team_log.NoPasswordLinkGenCreateReportDetails (team_log_generated.stone) + // struct team_log.NoPasswordLinkGenCreateReportDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final Date startDate; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenCreateReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenCreateReportType.java index 3a566eecb..dbb87f4df 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenCreateReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenCreateReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoPasswordLinkGenCreateReportType { - // struct team_log.NoPasswordLinkGenCreateReportType (team_log_generated.stone) + // struct team_log.NoPasswordLinkGenCreateReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenReportFailedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenReportFailedDetails.java index 3b93a8151..340b90167 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenReportFailedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenReportFailedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Couldn't create report: Links created without passwords. */ public class NoPasswordLinkGenReportFailedDetails { - // struct team_log.NoPasswordLinkGenReportFailedDetails (team_log_generated.stone) + // struct team_log.NoPasswordLinkGenReportFailedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamReportFailureReason failureReason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenReportFailedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenReportFailedType.java index 40c04f063..7d5220316 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenReportFailedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkGenReportFailedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoPasswordLinkGenReportFailedType { - // struct team_log.NoPasswordLinkGenReportFailedType (team_log_generated.stone) + // struct team_log.NoPasswordLinkGenReportFailedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewCreateReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewCreateReportDetails.java index 286e5273c..4bf9a4586 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewCreateReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewCreateReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Report created: Views of links without passwords. */ public class NoPasswordLinkViewCreateReportDetails { - // struct team_log.NoPasswordLinkViewCreateReportDetails (team_log_generated.stone) + // struct team_log.NoPasswordLinkViewCreateReportDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final Date startDate; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewCreateReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewCreateReportType.java index b83a534bc..2d58d1266 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewCreateReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewCreateReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoPasswordLinkViewCreateReportType { - // struct team_log.NoPasswordLinkViewCreateReportType (team_log_generated.stone) + // struct team_log.NoPasswordLinkViewCreateReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewReportFailedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewReportFailedDetails.java index 29b4af96e..ef0b08762 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewReportFailedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewReportFailedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Couldn't create report: Views of links without passwords. */ public class NoPasswordLinkViewReportFailedDetails { - // struct team_log.NoPasswordLinkViewReportFailedDetails (team_log_generated.stone) + // struct team_log.NoPasswordLinkViewReportFailedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamReportFailureReason failureReason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewReportFailedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewReportFailedType.java index 5701b877b..523f2d746 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewReportFailedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoPasswordLinkViewReportFailedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoPasswordLinkViewReportFailedType { - // struct team_log.NoPasswordLinkViewReportFailedType (team_log_generated.stone) + // struct team_log.NoPasswordLinkViewReportFailedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NonTeamMemberLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NonTeamMemberLogInfo.java index 94eb44e0f..d6301a29c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NonTeamMemberLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NonTeamMemberLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Non team member's logged information. */ public class NonTeamMemberLogInfo extends UserLogInfo { - // struct team_log.NonTeamMemberLogInfo (team_log_generated.stone) + // struct team_log.NonTeamMemberLogInfo (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NonTrustedTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NonTrustedTeamDetails.java index 97b34a67f..809ab6eea 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NonTrustedTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NonTrustedTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * The email to which the request was sent */ public class NonTrustedTeamDetails { - // struct team_log.NonTrustedTeamDetails (team_log_generated.stone) + // struct team_log.NonTrustedTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String team; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclInviteOnlyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclInviteOnlyDetails.java index 45af11ddb..aa0ee8c0f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclInviteOnlyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclInviteOnlyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Changed Paper doc to invite-only. */ public class NoteAclInviteOnlyDetails { - // struct team_log.NoteAclInviteOnlyDetails (team_log_generated.stone) + // struct team_log.NoteAclInviteOnlyDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclInviteOnlyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclInviteOnlyType.java index 2359a624b..aacb41093 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclInviteOnlyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclInviteOnlyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoteAclInviteOnlyType { - // struct team_log.NoteAclInviteOnlyType (team_log_generated.stone) + // struct team_log.NoteAclInviteOnlyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclLinkDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclLinkDetails.java index b53d942b7..21bdf531a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclLinkDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclLinkDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Changed Paper doc to link-accessible. */ public class NoteAclLinkDetails { - // struct team_log.NoteAclLinkDetails (team_log_generated.stone) + // struct team_log.NoteAclLinkDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclLinkType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclLinkType.java index 85ab20b6f..9c5756026 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclLinkType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclLinkType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoteAclLinkType { - // struct team_log.NoteAclLinkType (team_log_generated.stone) + // struct team_log.NoteAclLinkType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclTeamLinkDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclTeamLinkDetails.java index 3a87b19da..8abc20c88 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclTeamLinkDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclTeamLinkDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Changed Paper doc to link-accessible for team. */ public class NoteAclTeamLinkDetails { - // struct team_log.NoteAclTeamLinkDetails (team_log_generated.stone) + // struct team_log.NoteAclTeamLinkDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclTeamLinkType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclTeamLinkType.java index 5b01a2b6c..99e72a83c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclTeamLinkType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteAclTeamLinkType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoteAclTeamLinkType { - // struct team_log.NoteAclTeamLinkType (team_log_generated.stone) + // struct team_log.NoteAclTeamLinkType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteShareReceiveDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteShareReceiveDetails.java index 66b6bde95..6ea7d4c99 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteShareReceiveDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteShareReceiveDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Shared received Paper doc. */ public class NoteShareReceiveDetails { - // struct team_log.NoteShareReceiveDetails (team_log_generated.stone) + // struct team_log.NoteShareReceiveDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteShareReceiveType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteShareReceiveType.java index 16087042b..b161c1b5b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteShareReceiveType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteShareReceiveType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoteShareReceiveType { - // struct team_log.NoteShareReceiveType (team_log_generated.stone) + // struct team_log.NoteShareReceiveType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteSharedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteSharedDetails.java index 433577080..bbb1f3208 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteSharedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteSharedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Shared Paper doc. */ public class NoteSharedDetails { - // struct team_log.NoteSharedDetails (team_log_generated.stone) + // struct team_log.NoteSharedDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteSharedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteSharedType.java index 12da78c6e..0a467e813 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteSharedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/NoteSharedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class NoteSharedType { - // struct team_log.NoteSharedType (team_log_generated.stone) + // struct team_log.NoteSharedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelAddedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelAddedDetails.java index 5183549ab..9ba6bb92d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelAddedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelAddedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added a label. */ public class ObjectLabelAddedDetails { - // struct team_log.ObjectLabelAddedDetails (team_log_generated.stone) + // struct team_log.ObjectLabelAddedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final LabelType labelType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelAddedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelAddedType.java index 9ecbaf7a5..b8d66fa53 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelAddedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelAddedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ObjectLabelAddedType { - // struct team_log.ObjectLabelAddedType (team_log_generated.stone) + // struct team_log.ObjectLabelAddedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelRemovedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelRemovedDetails.java index 51304678e..4bfa4a9a8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelRemovedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelRemovedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed a label. */ public class ObjectLabelRemovedDetails { - // struct team_log.ObjectLabelRemovedDetails (team_log_generated.stone) + // struct team_log.ObjectLabelRemovedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final LabelType labelType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelRemovedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelRemovedType.java index da76011f6..5ff5e0240 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelRemovedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelRemovedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ObjectLabelRemovedType { - // struct team_log.ObjectLabelRemovedType (team_log_generated.stone) + // struct team_log.ObjectLabelRemovedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelUpdatedValueDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelUpdatedValueDetails.java index 5c9b96e5f..8e43c91ce 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelUpdatedValueDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelUpdatedValueDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Updated a label's value. */ public class ObjectLabelUpdatedValueDetails { - // struct team_log.ObjectLabelUpdatedValueDetails (team_log_generated.stone) + // struct team_log.ObjectLabelUpdatedValueDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final LabelType labelType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelUpdatedValueType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelUpdatedValueType.java index 3a9290456..64b69232a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelUpdatedValueType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ObjectLabelUpdatedValueType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ObjectLabelUpdatedValueType { - // struct team_log.ObjectLabelUpdatedValueType (team_log_generated.stone) + // struct team_log.ObjectLabelUpdatedValueType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OpenNoteSharedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OpenNoteSharedDetails.java index e7400dfe2..75b4a6d56 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OpenNoteSharedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OpenNoteSharedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Opened shared Paper doc. */ public class OpenNoteSharedDetails { - // struct team_log.OpenNoteSharedDetails (team_log_generated.stone) + // struct team_log.OpenNoteSharedDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OpenNoteSharedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OpenNoteSharedType.java index b1c20c368..9d9f962d3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OpenNoteSharedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OpenNoteSharedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class OpenNoteSharedType { - // struct team_log.OpenNoteSharedType (team_log_generated.stone) + // struct team_log.OpenNoteSharedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizationDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizationDetails.java index 854d0bfbe..ae8d47ec5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizationDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizationDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * More details about the organization. */ public class OrganizationDetails { - // struct team_log.OrganizationDetails (team_log_generated.stone) + // struct team_log.OrganizationDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String organization; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizationName.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizationName.java index 1a549a88c..cf833ee1e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizationName.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizationName.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * The name of the organization */ public class OrganizationName { - // struct team_log.OrganizationName (team_log_generated.stone) + // struct team_log.OrganizationName (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String organization; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizeFolderWithTidyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizeFolderWithTidyDetails.java index e67fcd137..00872403e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizeFolderWithTidyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizeFolderWithTidyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Organized a folder with multi-file organize. */ public class OrganizeFolderWithTidyDetails { - // struct team_log.OrganizeFolderWithTidyDetails (team_log_generated.stone) + // struct team_log.OrganizeFolderWithTidyDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizeFolderWithTidyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizeFolderWithTidyType.java index 6d7d0a7e2..a2f4bfee6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizeFolderWithTidyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OrganizeFolderWithTidyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class OrganizeFolderWithTidyType { - // struct team_log.OrganizeFolderWithTidyType (team_log_generated.stone) + // struct team_log.OrganizeFolderWithTidyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OriginLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OriginLogInfo.java index 1dca37e68..bc9ff3053 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OriginLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OriginLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * The origin from which the actor performed the action. */ public class OriginLogInfo { - // struct team_log.OriginLogInfo (team_log_generated.stone) + // struct team_log.OriginLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final GeoLocationLogInfo geoLocation; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewCreateReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewCreateReportDetails.java index 1d3982e5e..c3f2eea95 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewCreateReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewCreateReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Report created: Views of old links. */ public class OutdatedLinkViewCreateReportDetails { - // struct team_log.OutdatedLinkViewCreateReportDetails (team_log_generated.stone) + // struct team_log.OutdatedLinkViewCreateReportDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final Date startDate; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewCreateReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewCreateReportType.java index 6d88cf70a..b499761a1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewCreateReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewCreateReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class OutdatedLinkViewCreateReportType { - // struct team_log.OutdatedLinkViewCreateReportType (team_log_generated.stone) + // struct team_log.OutdatedLinkViewCreateReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewReportFailedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewReportFailedDetails.java index d80f2a6be..55b33c9c4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewReportFailedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewReportFailedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Couldn't create report: Views of old links. */ public class OutdatedLinkViewReportFailedDetails { - // struct team_log.OutdatedLinkViewReportFailedDetails (team_log_generated.stone) + // struct team_log.OutdatedLinkViewReportFailedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamReportFailureReason failureReason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewReportFailedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewReportFailedType.java index 8a8deec94..e90d29995 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewReportFailedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/OutdatedLinkViewReportFailedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class OutdatedLinkViewReportFailedType { - // struct team_log.OutdatedLinkViewReportFailedType (team_log_generated.stone) + // struct team_log.OutdatedLinkViewReportFailedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAccessType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAccessType.java index 40bfa467e..8fbcde38c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAccessType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAccessType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperAccessType { - // union team_log.PaperAccessType (team_log_generated.stone) + // union team_log.PaperAccessType (team_log_stone_gen_team_log_generated.stone) COMMENTER, EDITOR, VIEWER, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAdminExportStartDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAdminExportStartDetails.java index e5e680a95..aee7f57bd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAdminExportStartDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAdminExportStartDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Exported all team Paper docs. */ public class PaperAdminExportStartDetails { - // struct team_log.PaperAdminExportStartDetails (team_log_generated.stone) + // struct team_log.PaperAdminExportStartDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAdminExportStartType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAdminExportStartType.java index 37bb0c193..61d839fe7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAdminExportStartType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperAdminExportStartType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperAdminExportStartType { - // struct team_log.PaperAdminExportStartType (team_log_generated.stone) + // struct team_log.PaperAdminExportStartType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeDeploymentPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeDeploymentPolicyDetails.java index ec5d9094a..1b367a7a0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeDeploymentPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeDeploymentPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * specific members. */ public class PaperChangeDeploymentPolicyDetails { - // struct team_log.PaperChangeDeploymentPolicyDetails (team_log_generated.stone) + // struct team_log.PaperChangeDeploymentPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PaperDeploymentPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeDeploymentPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeDeploymentPolicyType.java index 740ae52b3..ebb58ae71 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeDeploymentPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeDeploymentPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperChangeDeploymentPolicyType { - // struct team_log.PaperChangeDeploymentPolicyType (team_log_generated.stone) + // struct team_log.PaperChangeDeploymentPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberLinkPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberLinkPolicyDetails.java index b5e4399ce..49035bec0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberLinkPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberLinkPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed whether non-members can view Paper docs with link. */ public class PaperChangeMemberLinkPolicyDetails { - // struct team_log.PaperChangeMemberLinkPolicyDetails (team_log_generated.stone) + // struct team_log.PaperChangeMemberLinkPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PaperMemberPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberLinkPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberLinkPolicyType.java index 54a7895c4..a04423067 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberLinkPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberLinkPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperChangeMemberLinkPolicyType { - // struct team_log.PaperChangeMemberLinkPolicyType (team_log_generated.stone) + // struct team_log.PaperChangeMemberLinkPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberPolicyDetails.java index 1af3c06a8..19626c250 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * accessible only by team members or anyone by default. */ public class PaperChangeMemberPolicyDetails { - // struct team_log.PaperChangeMemberPolicyDetails (team_log_generated.stone) + // struct team_log.PaperChangeMemberPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PaperMemberPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberPolicyType.java index f4ed19db2..2b3866fd2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangeMemberPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperChangeMemberPolicyType { - // struct team_log.PaperChangeMemberPolicyType (team_log_generated.stone) + // struct team_log.PaperChangeMemberPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangePolicyDetails.java index 78e596fc2..93cfb2699 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Enabled/disabled Dropbox Paper for team. */ public class PaperChangePolicyDetails { - // struct team_log.PaperChangePolicyDetails (team_log_generated.stone) + // struct team_log.PaperChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PaperEnabledPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangePolicyType.java index 7bb0431ac..d7d5ae2c6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperChangePolicyType { - // struct team_log.PaperChangePolicyType (team_log_generated.stone) + // struct team_log.PaperChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddMemberDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddMemberDetails.java index bd0469f67..ffcb8701a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddMemberDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddMemberDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added users and/or groups to Paper doc/folder. */ public class PaperContentAddMemberDetails { - // struct team_log.PaperContentAddMemberDetails (team_log_generated.stone) + // struct team_log.PaperContentAddMemberDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddMemberType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddMemberType.java index 45faa8497..91b207968 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddMemberType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddMemberType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperContentAddMemberType { - // struct team_log.PaperContentAddMemberType (team_log_generated.stone) + // struct team_log.PaperContentAddMemberType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddToFolderDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddToFolderDetails.java index 2b1ff2292..7d8700827 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddToFolderDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddToFolderDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added Paper doc/folder to folder. */ public class PaperContentAddToFolderDetails { - // struct team_log.PaperContentAddToFolderDetails (team_log_generated.stone) + // struct team_log.PaperContentAddToFolderDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddToFolderType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddToFolderType.java index 48bf444e3..3357cc94f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddToFolderType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentAddToFolderType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperContentAddToFolderType { - // struct team_log.PaperContentAddToFolderType (team_log_generated.stone) + // struct team_log.PaperContentAddToFolderType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentArchiveDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentArchiveDetails.java index 094883485..765590dbc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentArchiveDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentArchiveDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Archived Paper doc/folder. */ public class PaperContentArchiveDetails { - // struct team_log.PaperContentArchiveDetails (team_log_generated.stone) + // struct team_log.PaperContentArchiveDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentArchiveType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentArchiveType.java index c016e4843..103316d00 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentArchiveType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentArchiveType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperContentArchiveType { - // struct team_log.PaperContentArchiveType (team_log_generated.stone) + // struct team_log.PaperContentArchiveType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentCreateDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentCreateDetails.java index 6529fb333..7b73005f2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentCreateDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentCreateDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Created Paper doc/folder. */ public class PaperContentCreateDetails { - // struct team_log.PaperContentCreateDetails (team_log_generated.stone) + // struct team_log.PaperContentCreateDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentCreateType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentCreateType.java index cb95bbfb2..6ec073580 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentCreateType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentCreateType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperContentCreateType { - // struct team_log.PaperContentCreateType (team_log_generated.stone) + // struct team_log.PaperContentCreateType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentPermanentlyDeleteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentPermanentlyDeleteDetails.java index 0a21aef04..dc5c2fbe6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentPermanentlyDeleteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentPermanentlyDeleteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Permanently deleted Paper doc/folder. */ public class PaperContentPermanentlyDeleteDetails { - // struct team_log.PaperContentPermanentlyDeleteDetails (team_log_generated.stone) + // struct team_log.PaperContentPermanentlyDeleteDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentPermanentlyDeleteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentPermanentlyDeleteType.java index 71919e07c..e224f9268 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentPermanentlyDeleteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentPermanentlyDeleteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperContentPermanentlyDeleteType { - // struct team_log.PaperContentPermanentlyDeleteType (team_log_generated.stone) + // struct team_log.PaperContentPermanentlyDeleteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveFromFolderDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveFromFolderDetails.java index be07c8372..33cc134b0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveFromFolderDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveFromFolderDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Removed Paper doc/folder from folder. */ public class PaperContentRemoveFromFolderDetails { - // struct team_log.PaperContentRemoveFromFolderDetails (team_log_generated.stone) + // struct team_log.PaperContentRemoveFromFolderDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveFromFolderType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveFromFolderType.java index 1aff76352..69232775a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveFromFolderType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveFromFolderType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperContentRemoveFromFolderType { - // struct team_log.PaperContentRemoveFromFolderType (team_log_generated.stone) + // struct team_log.PaperContentRemoveFromFolderType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveMemberDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveMemberDetails.java index 3937be2f9..8fa31b8a7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveMemberDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveMemberDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed users and/or groups from Paper doc/folder. */ public class PaperContentRemoveMemberDetails { - // struct team_log.PaperContentRemoveMemberDetails (team_log_generated.stone) + // struct team_log.PaperContentRemoveMemberDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveMemberType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveMemberType.java index 2c3122633..72e18595a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveMemberType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRemoveMemberType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperContentRemoveMemberType { - // struct team_log.PaperContentRemoveMemberType (team_log_generated.stone) + // struct team_log.PaperContentRemoveMemberType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRenameDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRenameDetails.java index 41665adb1..f4382f688 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRenameDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRenameDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Renamed Paper doc/folder. */ public class PaperContentRenameDetails { - // struct team_log.PaperContentRenameDetails (team_log_generated.stone) + // struct team_log.PaperContentRenameDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRenameType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRenameType.java index 86cd2b92e..4cfabca4e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRenameType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRenameType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperContentRenameType { - // struct team_log.PaperContentRenameType (team_log_generated.stone) + // struct team_log.PaperContentRenameType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRestoreDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRestoreDetails.java index b2c026954..ff9d0855f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRestoreDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRestoreDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Restored archived Paper doc/folder. */ public class PaperContentRestoreDetails { - // struct team_log.PaperContentRestoreDetails (team_log_generated.stone) + // struct team_log.PaperContentRestoreDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRestoreType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRestoreType.java index c3b5e6716..ec88752fd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRestoreType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperContentRestoreType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperContentRestoreType { - // struct team_log.PaperContentRestoreType (team_log_generated.stone) + // struct team_log.PaperContentRestoreType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicy.java index 9e1ad37da..9fb9f556b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy to set default access for newly created Paper folders. */ public enum PaperDefaultFolderPolicy { - // union team_log.PaperDefaultFolderPolicy (team_log_generated.stone) + // union team_log.PaperDefaultFolderPolicy (team_log_stone_gen_team_log_generated.stone) EVERYONE_IN_TEAM, INVITE_ONLY, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicyChangedDetails.java index a0fb093ef..8f76cace2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed Paper Default Folder Policy setting for team. */ public class PaperDefaultFolderPolicyChangedDetails { - // struct team_log.PaperDefaultFolderPolicyChangedDetails (team_log_generated.stone) + // struct team_log.PaperDefaultFolderPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PaperDefaultFolderPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicyChangedType.java index 06d8f7a01..712f1337f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDefaultFolderPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDefaultFolderPolicyChangedType { - // struct team_log.PaperDefaultFolderPolicyChangedType (team_log_generated.stone) + // struct team_log.PaperDefaultFolderPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicy.java index 882eb8dd9..ef415d6b3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling if team members can use Paper Desktop */ public enum PaperDesktopPolicy { - // union team_log.PaperDesktopPolicy (team_log_generated.stone) + // union team_log.PaperDesktopPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicyChangedDetails.java index d82ba0630..9a319f723 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Enabled/disabled Paper Desktop for team. */ public class PaperDesktopPolicyChangedDetails { - // struct team_log.PaperDesktopPolicyChangedDetails (team_log_generated.stone) + // struct team_log.PaperDesktopPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PaperDesktopPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicyChangedType.java index 58285a0a4..5b42a11d8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDesktopPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDesktopPolicyChangedType { - // struct team_log.PaperDesktopPolicyChangedType (team_log_generated.stone) + // struct team_log.PaperDesktopPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocAddCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocAddCommentDetails.java index 3e20d3a5e..66e880794 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocAddCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocAddCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Added Paper doc comment. */ public class PaperDocAddCommentDetails { - // struct team_log.PaperDocAddCommentDetails (team_log_generated.stone) + // struct team_log.PaperDocAddCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocAddCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocAddCommentType.java index 1c90f172d..8b6b2c649 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocAddCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocAddCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocAddCommentType { - // struct team_log.PaperDocAddCommentType (team_log_generated.stone) + // struct team_log.PaperDocAddCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeMemberRoleDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeMemberRoleDetails.java index 8e566e0e7..dcffbfc18 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeMemberRoleDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeMemberRoleDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed member permissions for Paper doc. */ public class PaperDocChangeMemberRoleDetails { - // struct team_log.PaperDocChangeMemberRoleDetails (team_log_generated.stone) + // struct team_log.PaperDocChangeMemberRoleDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeMemberRoleType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeMemberRoleType.java index 56d2da4a4..34cdd45a0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeMemberRoleType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeMemberRoleType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocChangeMemberRoleType { - // struct team_log.PaperDocChangeMemberRoleType (team_log_generated.stone) + // struct team_log.PaperDocChangeMemberRoleType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSharingPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSharingPolicyDetails.java index 6673a772e..3e70af3d9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSharingPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSharingPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed sharing setting for Paper doc. */ public class PaperDocChangeSharingPolicyDetails { - // struct team_log.PaperDocChangeSharingPolicyDetails (team_log_generated.stone) + // struct team_log.PaperDocChangeSharingPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSharingPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSharingPolicyType.java index 93c5ad64b..13379c791 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSharingPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSharingPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocChangeSharingPolicyType { - // struct team_log.PaperDocChangeSharingPolicyType (team_log_generated.stone) + // struct team_log.PaperDocChangeSharingPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSubscriptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSubscriptionDetails.java index 96e622c68..8023df6c5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSubscriptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSubscriptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Followed/unfollowed Paper doc. */ public class PaperDocChangeSubscriptionDetails { - // struct team_log.PaperDocChangeSubscriptionDetails (team_log_generated.stone) + // struct team_log.PaperDocChangeSubscriptionDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSubscriptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSubscriptionType.java index 074f920df..a250b4fc4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSubscriptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocChangeSubscriptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocChangeSubscriptionType { - // struct team_log.PaperDocChangeSubscriptionType (team_log_generated.stone) + // struct team_log.PaperDocChangeSubscriptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeleteCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeleteCommentDetails.java index 944bc2645..89b40cd25 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeleteCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeleteCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Deleted Paper doc comment. */ public class PaperDocDeleteCommentDetails { - // struct team_log.PaperDocDeleteCommentDetails (team_log_generated.stone) + // struct team_log.PaperDocDeleteCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeleteCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeleteCommentType.java index 2121fff0a..b7a9746be 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeleteCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeleteCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocDeleteCommentType { - // struct team_log.PaperDocDeleteCommentType (team_log_generated.stone) + // struct team_log.PaperDocDeleteCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeletedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeletedDetails.java index e5cec692f..2be7e64ed 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeletedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeletedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Archived Paper doc. */ public class PaperDocDeletedDetails { - // struct team_log.PaperDocDeletedDetails (team_log_generated.stone) + // struct team_log.PaperDocDeletedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeletedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeletedType.java index e44f61788..6c08aed08 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeletedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDeletedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocDeletedType { - // struct team_log.PaperDocDeletedType (team_log_generated.stone) + // struct team_log.PaperDocDeletedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDownloadDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDownloadDetails.java index 7f7723641..89708465c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDownloadDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDownloadDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Downloaded Paper doc in specific format. */ public class PaperDocDownloadDetails { - // struct team_log.PaperDocDownloadDetails (team_log_generated.stone) + // struct team_log.PaperDocDownloadDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDownloadType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDownloadType.java index 6c4acc73f..d03f06add 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDownloadType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocDownloadType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocDownloadType { - // struct team_log.PaperDocDownloadType (team_log_generated.stone) + // struct team_log.PaperDocDownloadType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditCommentDetails.java index fd1652b7a..08ebfb4f7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Edited Paper doc comment. */ public class PaperDocEditCommentDetails { - // struct team_log.PaperDocEditCommentDetails (team_log_generated.stone) + // struct team_log.PaperDocEditCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditCommentType.java index 0a15017ca..a68d98cc3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocEditCommentType { - // struct team_log.PaperDocEditCommentType (team_log_generated.stone) + // struct team_log.PaperDocEditCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditDetails.java index 48597ffce..531b523bd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Edited Paper doc. */ public class PaperDocEditDetails { - // struct team_log.PaperDocEditDetails (team_log_generated.stone) + // struct team_log.PaperDocEditDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditType.java index 05af6434b..3bc4746ef 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocEditType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocEditType { - // struct team_log.PaperDocEditType (team_log_generated.stone) + // struct team_log.PaperDocEditType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocFollowedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocFollowedDetails.java index 455825f28..d64ba4b11 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocFollowedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocFollowedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Followed Paper doc. */ public class PaperDocFollowedDetails { - // struct team_log.PaperDocFollowedDetails (team_log_generated.stone) + // struct team_log.PaperDocFollowedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocFollowedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocFollowedType.java index 1d0164bc5..73ebf3262 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocFollowedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocFollowedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocFollowedType { - // struct team_log.PaperDocFollowedType (team_log_generated.stone) + // struct team_log.PaperDocFollowedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocMentionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocMentionDetails.java index f9019d69e..65f31c5e0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocMentionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocMentionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Mentioned user in Paper doc. */ public class PaperDocMentionDetails { - // struct team_log.PaperDocMentionDetails (team_log_generated.stone) + // struct team_log.PaperDocMentionDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocMentionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocMentionType.java index e45683c48..42076f8c9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocMentionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocMentionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocMentionType { - // struct team_log.PaperDocMentionType (team_log_generated.stone) + // struct team_log.PaperDocMentionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocOwnershipChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocOwnershipChangedDetails.java index 19049e911..1738ece56 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocOwnershipChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocOwnershipChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Transferred ownership of Paper doc. */ public class PaperDocOwnershipChangedDetails { - // struct team_log.PaperDocOwnershipChangedDetails (team_log_generated.stone) + // struct team_log.PaperDocOwnershipChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocOwnershipChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocOwnershipChangedType.java index fca834f41..ea5ca8c8f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocOwnershipChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocOwnershipChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocOwnershipChangedType { - // struct team_log.PaperDocOwnershipChangedType (team_log_generated.stone) + // struct team_log.PaperDocOwnershipChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRequestAccessDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRequestAccessDetails.java index b64c69f8d..b0a168eeb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRequestAccessDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRequestAccessDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Requested access to Paper doc. */ public class PaperDocRequestAccessDetails { - // struct team_log.PaperDocRequestAccessDetails (team_log_generated.stone) + // struct team_log.PaperDocRequestAccessDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRequestAccessType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRequestAccessType.java index 5567e4ed4..35aa29e2e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRequestAccessType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRequestAccessType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocRequestAccessType { - // struct team_log.PaperDocRequestAccessType (team_log_generated.stone) + // struct team_log.PaperDocRequestAccessType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocResolveCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocResolveCommentDetails.java index b080e6c49..ad73109cd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocResolveCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocResolveCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Resolved Paper doc comment. */ public class PaperDocResolveCommentDetails { - // struct team_log.PaperDocResolveCommentDetails (team_log_generated.stone) + // struct team_log.PaperDocResolveCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocResolveCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocResolveCommentType.java index fe920b6f5..7ea349bae 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocResolveCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocResolveCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocResolveCommentType { - // struct team_log.PaperDocResolveCommentType (team_log_generated.stone) + // struct team_log.PaperDocResolveCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRevertDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRevertDetails.java index 4f98a9ffd..3f57f1684 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRevertDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRevertDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Restored Paper doc to previous version. */ public class PaperDocRevertDetails { - // struct team_log.PaperDocRevertDetails (team_log_generated.stone) + // struct team_log.PaperDocRevertDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRevertType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRevertType.java index 1f70d3e2e..bd8a273a7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRevertType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocRevertType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocRevertType { - // struct team_log.PaperDocRevertType (team_log_generated.stone) + // struct team_log.PaperDocRevertType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocSlackShareDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocSlackShareDetails.java index caa5174b2..27babbfa6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocSlackShareDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocSlackShareDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Shared Paper doc via Slack. */ public class PaperDocSlackShareDetails { - // struct team_log.PaperDocSlackShareDetails (team_log_generated.stone) + // struct team_log.PaperDocSlackShareDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocSlackShareType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocSlackShareType.java index b98312227..7dc499fec 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocSlackShareType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocSlackShareType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocSlackShareType { - // struct team_log.PaperDocSlackShareType (team_log_generated.stone) + // struct team_log.PaperDocSlackShareType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTeamInviteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTeamInviteDetails.java index 9f24eb8e9..e3ebd95d4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTeamInviteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTeamInviteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Shared Paper doc with users and/or groups. */ public class PaperDocTeamInviteDetails { - // struct team_log.PaperDocTeamInviteDetails (team_log_generated.stone) + // struct team_log.PaperDocTeamInviteDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTeamInviteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTeamInviteType.java index 04b680cb3..1a2fc4563 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTeamInviteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTeamInviteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocTeamInviteType { - // struct team_log.PaperDocTeamInviteType (team_log_generated.stone) + // struct team_log.PaperDocTeamInviteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTrashedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTrashedDetails.java index 4c92bb97c..7f0424edc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTrashedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTrashedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Deleted Paper doc. */ public class PaperDocTrashedDetails { - // struct team_log.PaperDocTrashedDetails (team_log_generated.stone) + // struct team_log.PaperDocTrashedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTrashedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTrashedType.java index 106b62ca1..1bd6ebdb1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTrashedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocTrashedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocTrashedType { - // struct team_log.PaperDocTrashedType (team_log_generated.stone) + // struct team_log.PaperDocTrashedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUnresolveCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUnresolveCommentDetails.java index 53b3c2d1d..9b3af23c5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUnresolveCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUnresolveCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Unresolved Paper doc comment. */ public class PaperDocUnresolveCommentDetails { - // struct team_log.PaperDocUnresolveCommentDetails (team_log_generated.stone) + // struct team_log.PaperDocUnresolveCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUnresolveCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUnresolveCommentType.java index d99f0093e..c395034ca 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUnresolveCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUnresolveCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocUnresolveCommentType { - // struct team_log.PaperDocUnresolveCommentType (team_log_generated.stone) + // struct team_log.PaperDocUnresolveCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUntrashedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUntrashedDetails.java index 887e346bf..dfd60c569 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUntrashedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUntrashedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Restored Paper doc. */ public class PaperDocUntrashedDetails { - // struct team_log.PaperDocUntrashedDetails (team_log_generated.stone) + // struct team_log.PaperDocUntrashedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUntrashedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUntrashedType.java index 0e097c837..f85a49950 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUntrashedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocUntrashedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocUntrashedType { - // struct team_log.PaperDocUntrashedType (team_log_generated.stone) + // struct team_log.PaperDocUntrashedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocViewDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocViewDetails.java index bd5e63eec..22b5cb08a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocViewDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocViewDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Viewed Paper doc. */ public class PaperDocViewDetails { - // struct team_log.PaperDocViewDetails (team_log_generated.stone) + // struct team_log.PaperDocViewDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocViewType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocViewType.java index 50585f1e9..7e14b3afd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocViewType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocViewType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperDocViewType { - // struct team_log.PaperDocViewType (team_log_generated.stone) + // struct team_log.PaperDocViewType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocumentLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocumentLogInfo.java index 321ff50d6..26c535bf9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocumentLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDocumentLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Paper document's logged information. */ public class PaperDocumentLogInfo { - // struct team_log.PaperDocumentLogInfo (team_log_generated.stone) + // struct team_log.PaperDocumentLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String docId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDownloadFormat.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDownloadFormat.java index 4c6ed2403..f857d07cf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDownloadFormat.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperDownloadFormat.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperDownloadFormat { - // union team_log.PaperDownloadFormat (team_log_generated.stone) + // union team_log.PaperDownloadFormat (team_log_stone_gen_team_log_generated.stone) DOCX, HTML, MARKDOWN, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupAdditionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupAdditionDetails.java index efdcd8560..f10981016 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupAdditionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupAdditionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added users to Paper-enabled users list. */ public class PaperEnabledUsersGroupAdditionDetails { - // struct team_log.PaperEnabledUsersGroupAdditionDetails (team_log_generated.stone) + // struct team_log.PaperEnabledUsersGroupAdditionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupAdditionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupAdditionType.java index db6da7a37..bd0532ad3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupAdditionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupAdditionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperEnabledUsersGroupAdditionType { - // struct team_log.PaperEnabledUsersGroupAdditionType (team_log_generated.stone) + // struct team_log.PaperEnabledUsersGroupAdditionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupRemovalDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupRemovalDetails.java index 76af11646..90d1963ac 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupRemovalDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupRemovalDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed users from Paper-enabled users list. */ public class PaperEnabledUsersGroupRemovalDetails { - // struct team_log.PaperEnabledUsersGroupRemovalDetails (team_log_generated.stone) + // struct team_log.PaperEnabledUsersGroupRemovalDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupRemovalType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupRemovalType.java index 1c4c7db58..8b7eda7ea 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupRemovalType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperEnabledUsersGroupRemovalType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperEnabledUsersGroupRemovalType { - // struct team_log.PaperEnabledUsersGroupRemovalType (team_log_generated.stone) + // struct team_log.PaperEnabledUsersGroupRemovalType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewAllowDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewAllowDetails.java index 635369fee..9157a1a66 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewAllowDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewAllowDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed Paper external sharing setting to anyone. */ public class PaperExternalViewAllowDetails { - // struct team_log.PaperExternalViewAllowDetails (team_log_generated.stone) + // struct team_log.PaperExternalViewAllowDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewAllowType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewAllowType.java index 8de2d11c2..d9ff4808a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewAllowType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewAllowType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperExternalViewAllowType { - // struct team_log.PaperExternalViewAllowType (team_log_generated.stone) + // struct team_log.PaperExternalViewAllowType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewDefaultTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewDefaultTeamDetails.java index e6a7c5025..9d3959dc1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewDefaultTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewDefaultTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed Paper external sharing setting to default team. */ public class PaperExternalViewDefaultTeamDetails { - // struct team_log.PaperExternalViewDefaultTeamDetails (team_log_generated.stone) + // struct team_log.PaperExternalViewDefaultTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewDefaultTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewDefaultTeamType.java index 297f697e7..ca643e97d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewDefaultTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewDefaultTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperExternalViewDefaultTeamType { - // struct team_log.PaperExternalViewDefaultTeamType (team_log_generated.stone) + // struct team_log.PaperExternalViewDefaultTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewForbidDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewForbidDetails.java index ba9c57997..3e3af84bc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewForbidDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewForbidDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed Paper external sharing setting to team-only. */ public class PaperExternalViewForbidDetails { - // struct team_log.PaperExternalViewForbidDetails (team_log_generated.stone) + // struct team_log.PaperExternalViewForbidDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewForbidType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewForbidType.java index 1cbaa0241..cb8363f11 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewForbidType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperExternalViewForbidType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperExternalViewForbidType { - // struct team_log.PaperExternalViewForbidType (team_log_generated.stone) + // struct team_log.PaperExternalViewForbidType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderChangeSubscriptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderChangeSubscriptionDetails.java index 33daabeed..b3b1d9b75 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderChangeSubscriptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderChangeSubscriptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Followed/unfollowed Paper folder. */ public class PaperFolderChangeSubscriptionDetails { - // struct team_log.PaperFolderChangeSubscriptionDetails (team_log_generated.stone) + // struct team_log.PaperFolderChangeSubscriptionDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderChangeSubscriptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderChangeSubscriptionType.java index 9e48bd60f..44bef5d3f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderChangeSubscriptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderChangeSubscriptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperFolderChangeSubscriptionType { - // struct team_log.PaperFolderChangeSubscriptionType (team_log_generated.stone) + // struct team_log.PaperFolderChangeSubscriptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderDeletedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderDeletedDetails.java index fa5342a9e..f4d3fcfb3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderDeletedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderDeletedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Archived Paper folder. */ public class PaperFolderDeletedDetails { - // struct team_log.PaperFolderDeletedDetails (team_log_generated.stone) + // struct team_log.PaperFolderDeletedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderDeletedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderDeletedType.java index b6e14b7a3..ab8c30063 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderDeletedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderDeletedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperFolderDeletedType { - // struct team_log.PaperFolderDeletedType (team_log_generated.stone) + // struct team_log.PaperFolderDeletedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderFollowedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderFollowedDetails.java index 4e521a9a1..26ed3ac02 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderFollowedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderFollowedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Followed Paper folder. */ public class PaperFolderFollowedDetails { - // struct team_log.PaperFolderFollowedDetails (team_log_generated.stone) + // struct team_log.PaperFolderFollowedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderFollowedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderFollowedType.java index 77dd93637..e6c73dcf9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderFollowedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderFollowedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperFolderFollowedType { - // struct team_log.PaperFolderFollowedType (team_log_generated.stone) + // struct team_log.PaperFolderFollowedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderLogInfo.java index 4365f0343..6a4e4c938 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Paper folder's logged information. */ public class PaperFolderLogInfo { - // struct team_log.PaperFolderLogInfo (team_log_generated.stone) + // struct team_log.PaperFolderLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String folderId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderTeamInviteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderTeamInviteDetails.java index 53dee6f25..bff54d803 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderTeamInviteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderTeamInviteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Shared Paper folder with users and/or groups. */ public class PaperFolderTeamInviteDetails { - // struct team_log.PaperFolderTeamInviteDetails (team_log_generated.stone) + // struct team_log.PaperFolderTeamInviteDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderTeamInviteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderTeamInviteType.java index 7c8f3b30e..32e31c0e7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderTeamInviteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperFolderTeamInviteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperFolderTeamInviteType { - // struct team_log.PaperFolderTeamInviteType (team_log_generated.stone) + // struct team_log.PaperFolderTeamInviteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperMemberPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperMemberPolicy.java index 91e91741c..d5c860a7e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperMemberPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperMemberPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling if team members can share Paper documents externally. */ public enum PaperMemberPolicy { - // union team_log.PaperMemberPolicy (team_log_generated.stone) + // union team_log.PaperMemberPolicy (team_log_stone_gen_team_log_generated.stone) ANYONE_WITH_LINK, ONLY_TEAM, TEAM_AND_EXPLICITLY_SHARED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkChangePermissionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkChangePermissionDetails.java index 414536df3..fc9516247 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkChangePermissionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkChangePermissionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed permissions for published doc. */ public class PaperPublishedLinkChangePermissionDetails { - // struct team_log.PaperPublishedLinkChangePermissionDetails (team_log_generated.stone) + // struct team_log.PaperPublishedLinkChangePermissionDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkChangePermissionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkChangePermissionType.java index adc2caee6..d6573281b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkChangePermissionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkChangePermissionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperPublishedLinkChangePermissionType { - // struct team_log.PaperPublishedLinkChangePermissionType (team_log_generated.stone) + // struct team_log.PaperPublishedLinkChangePermissionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkCreateDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkCreateDetails.java index 1636de10e..4ec179ed2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkCreateDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkCreateDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Published doc. */ public class PaperPublishedLinkCreateDetails { - // struct team_log.PaperPublishedLinkCreateDetails (team_log_generated.stone) + // struct team_log.PaperPublishedLinkCreateDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkCreateType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkCreateType.java index 251cb2939..47985dff3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkCreateType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkCreateType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperPublishedLinkCreateType { - // struct team_log.PaperPublishedLinkCreateType (team_log_generated.stone) + // struct team_log.PaperPublishedLinkCreateType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkDisabledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkDisabledDetails.java index 3d23be912..e748db43a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkDisabledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkDisabledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Unpublished doc. */ public class PaperPublishedLinkDisabledDetails { - // struct team_log.PaperPublishedLinkDisabledDetails (team_log_generated.stone) + // struct team_log.PaperPublishedLinkDisabledDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkDisabledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkDisabledType.java index 4a9521afa..78a7d8ecc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkDisabledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkDisabledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperPublishedLinkDisabledType { - // struct team_log.PaperPublishedLinkDisabledType (team_log_generated.stone) + // struct team_log.PaperPublishedLinkDisabledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkViewDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkViewDetails.java index d57b98481..f1acbb660 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkViewDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkViewDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Viewed published doc. */ public class PaperPublishedLinkViewDetails { - // struct team_log.PaperPublishedLinkViewDetails (team_log_generated.stone) + // struct team_log.PaperPublishedLinkViewDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkViewType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkViewType.java index c29780835..fd578399d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkViewType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PaperPublishedLinkViewType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PaperPublishedLinkViewType { - // struct team_log.PaperPublishedLinkViewType (team_log_generated.stone) + // struct team_log.PaperPublishedLinkViewType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ParticipantLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ParticipantLogInfo.java index e95de6165..465fdf1b7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ParticipantLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ParticipantLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class ParticipantLogInfo { - // union team_log.ParticipantLogInfo (team_log_generated.stone) + // union team_log.ParticipantLogInfo (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link ParticipantLogInfo}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PassPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PassPolicy.java index e7e0746d4..b974c9ed1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PassPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PassPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PassPolicy { - // union team_log.PassPolicy (team_log_generated.stone) + // union team_log.PassPolicy (team_log_stone_gen_team_log_generated.stone) ALLOW, DISABLED, ENABLED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordChangeDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordChangeDetails.java index bea6219f8..e4c250e2d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordChangeDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordChangeDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Changed password. */ public class PasswordChangeDetails { - // struct team_log.PasswordChangeDetails (team_log_generated.stone) + // struct team_log.PasswordChangeDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordChangeType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordChangeType.java index 33ed14739..ad05255bc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordChangeType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordChangeType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PasswordChangeType { - // struct team_log.PasswordChangeType (team_log_generated.stone) + // struct team_log.PasswordChangeType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetAllDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetAllDetails.java index dbb77d604..263086c2d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetAllDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetAllDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Reset all team member passwords. */ public class PasswordResetAllDetails { - // struct team_log.PasswordResetAllDetails (team_log_generated.stone) + // struct team_log.PasswordResetAllDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetAllType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetAllType.java index 8d3c2423c..ff11ce3be 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetAllType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetAllType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PasswordResetAllType { - // struct team_log.PasswordResetAllType (team_log_generated.stone) + // struct team_log.PasswordResetAllType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetDetails.java index 8eaec1860..875163f3e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Reset password. */ public class PasswordResetDetails { - // struct team_log.PasswordResetDetails (team_log_generated.stone) + // struct team_log.PasswordResetDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetType.java index 6b8b411ac..aa1530168 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordResetType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PasswordResetType { - // struct team_log.PasswordResetType (team_log_generated.stone) + // struct team_log.PasswordResetType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordStrengthRequirementsChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordStrengthRequirementsChangePolicyDetails.java index acea4a90c..768f55e0a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordStrengthRequirementsChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordStrengthRequirementsChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed team password strength requirements. */ public class PasswordStrengthRequirementsChangePolicyDetails { - // struct team_log.PasswordStrengthRequirementsChangePolicyDetails (team_log_generated.stone) + // struct team_log.PasswordStrengthRequirementsChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PasswordStrengthPolicy previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordStrengthRequirementsChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordStrengthRequirementsChangePolicyType.java index 1689c1133..45fddc82f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordStrengthRequirementsChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PasswordStrengthRequirementsChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PasswordStrengthRequirementsChangePolicyType { - // struct team_log.PasswordStrengthRequirementsChangePolicyType (team_log_generated.stone) + // struct team_log.PasswordStrengthRequirementsChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PathLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PathLogInfo.java index 3a688f25b..3f33d8dc4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PathLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PathLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Path's details. */ public class PathLogInfo { - // struct team_log.PathLogInfo (team_log_generated.stone) + // struct team_log.PathLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String contextual; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PendingSecondaryEmailAddedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PendingSecondaryEmailAddedDetails.java index 8ab520167..4dcbb5d56 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PendingSecondaryEmailAddedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PendingSecondaryEmailAddedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added pending secondary email. */ public class PendingSecondaryEmailAddedDetails { - // struct team_log.PendingSecondaryEmailAddedDetails (team_log_generated.stone) + // struct team_log.PendingSecondaryEmailAddedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryEmail; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PendingSecondaryEmailAddedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PendingSecondaryEmailAddedType.java index dd5d4c5c7..8010728ad 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PendingSecondaryEmailAddedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PendingSecondaryEmailAddedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PendingSecondaryEmailAddedType { - // struct team_log.PendingSecondaryEmailAddedType (team_log_generated.stone) + // struct team_log.PendingSecondaryEmailAddedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PermanentDeleteChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PermanentDeleteChangePolicyDetails.java index 3445f715e..29159853d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PermanentDeleteChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PermanentDeleteChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Enabled/disabled ability of team members to permanently delete content. */ public class PermanentDeleteChangePolicyDetails { - // struct team_log.PermanentDeleteChangePolicyDetails (team_log_generated.stone) + // struct team_log.PermanentDeleteChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ContentPermanentDeletePolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PermanentDeleteChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PermanentDeleteChangePolicyType.java index aa3b63538..7bac126d4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PermanentDeleteChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PermanentDeleteChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class PermanentDeleteChangePolicyType { - // struct team_log.PermanentDeleteChangePolicyType (team_log_generated.stone) + // struct team_log.PermanentDeleteChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PlacementRestriction.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PlacementRestriction.java index f3c5dc4d1..e3f29b425 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PlacementRestriction.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PlacementRestriction.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,8 +17,9 @@ import java.util.Arrays; public enum PlacementRestriction { - // union team_log.PlacementRestriction (team_log_generated.stone) + // union team_log.PlacementRestriction (team_log_stone_gen_team_log_generated.stone) AUSTRALIA_ONLY, + CANADA_ONLY, EUROPE_ONLY, JAPAN_ONLY, NONE, @@ -46,6 +47,10 @@ public void serialize(PlacementRestriction value, JsonGenerator g) throws IOExce g.writeString("australia_only"); break; } + case CANADA_ONLY: { + g.writeString("canada_only"); + break; + } case EUROPE_ONLY: { g.writeString("europe_only"); break; @@ -93,6 +98,9 @@ public PlacementRestriction deserialize(JsonParser p) throws IOException, JsonPa else if ("australia_only".equals(tag)) { value = PlacementRestriction.AUSTRALIA_ONLY; } + else if ("canada_only".equals(tag)) { + value = PlacementRestriction.CANADA_ONLY; + } else if ("europe_only".equals(tag)) { value = PlacementRestriction.EUROPE_ONLY; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PolicyType.java index c28e106e6..50334cd0a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PolicyType { - // union team_log.PolicyType (team_log_generated.stone) + // union team_log.PolicyType (team_log_stone_gen_team_log_generated.stone) DISPOSITION, RETENTION, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestAcceptedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestAcceptedDetails.java index 8334f7460..61b553d3f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestAcceptedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestAcceptedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request acceptance details shown to the primary team */ public class PrimaryTeamRequestAcceptedDetails { - // struct team_log.PrimaryTeamRequestAcceptedDetails (team_log_generated.stone) + // struct team_log.PrimaryTeamRequestAcceptedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestCanceledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestCanceledDetails.java index acbc4c1f3..a2ec6cf3f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestCanceledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestCanceledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request cancellation details shown to the primary team */ public class PrimaryTeamRequestCanceledDetails { - // struct team_log.PrimaryTeamRequestCanceledDetails (team_log_generated.stone) + // struct team_log.PrimaryTeamRequestCanceledDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestExpiredDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestExpiredDetails.java index 953033137..df12f82c4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestExpiredDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestExpiredDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request expiration details shown to the primary team */ public class PrimaryTeamRequestExpiredDetails { - // struct team_log.PrimaryTeamRequestExpiredDetails (team_log_generated.stone) + // struct team_log.PrimaryTeamRequestExpiredDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestReminderDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestReminderDetails.java index 2dcda9764..51d2fa73f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestReminderDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/PrimaryTeamRequestReminderDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request reminder details shown to the primary team */ public class PrimaryTeamRequestReminderDetails { - // struct team_log.PrimaryTeamRequestReminderDetails (team_log_generated.stone) + // struct team_log.PrimaryTeamRequestReminderDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportDetails.java index dfd112db0..e4f21c607 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created ransomware report. */ public class RansomwareAlertCreateReportDetails { - // struct team_log.RansomwareAlertCreateReportDetails (team_log_generated.stone) + // struct team_log.RansomwareAlertCreateReportDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportFailedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportFailedDetails.java index 9efd60e38..f4ab52031 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportFailedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportFailedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Couldn't generate ransomware report. */ public class RansomwareAlertCreateReportFailedDetails { - // struct team_log.RansomwareAlertCreateReportFailedDetails (team_log_generated.stone) + // struct team_log.RansomwareAlertCreateReportFailedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamReportFailureReason failureReason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportFailedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportFailedType.java index 08f268258..a8185bf02 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportFailedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportFailedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class RansomwareAlertCreateReportFailedType { - // struct team_log.RansomwareAlertCreateReportFailedType (team_log_generated.stone) + // struct team_log.RansomwareAlertCreateReportFailedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportType.java index bf4685294..eb0c1a803 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareAlertCreateReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class RansomwareAlertCreateReportType { - // struct team_log.RansomwareAlertCreateReportType (team_log_generated.stone) + // struct team_log.RansomwareAlertCreateReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessCompletedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessCompletedDetails.java index b6982e88d..ba1abab0a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessCompletedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessCompletedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Completed ransomware restore process. */ public class RansomwareRestoreProcessCompletedDetails { - // struct team_log.RansomwareRestoreProcessCompletedDetails (team_log_generated.stone) + // struct team_log.RansomwareRestoreProcessCompletedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String status; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessCompletedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessCompletedType.java index b31528d8a..73a6c4035 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessCompletedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessCompletedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class RansomwareRestoreProcessCompletedType { - // struct team_log.RansomwareRestoreProcessCompletedType (team_log_generated.stone) + // struct team_log.RansomwareRestoreProcessCompletedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessStartedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessStartedDetails.java index 97b053615..99d4865ae 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessStartedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessStartedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Started ransomware restore process. */ public class RansomwareRestoreProcessStartedDetails { - // struct team_log.RansomwareRestoreProcessStartedDetails (team_log_generated.stone) + // struct team_log.RansomwareRestoreProcessStartedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String extension; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessStartedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessStartedType.java index 94a003f74..e79dcccae 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessStartedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RansomwareRestoreProcessStartedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class RansomwareRestoreProcessStartedType { - // struct team_log.RansomwareRestoreProcessStartedType (team_log_generated.stone) + // struct team_log.RansomwareRestoreProcessStartedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RecipientsConfiguration.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RecipientsConfiguration.java index 0af48af4e..e950b2f49 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RecipientsConfiguration.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RecipientsConfiguration.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Recipients Configuration */ public class RecipientsConfiguration { - // struct team_log.RecipientsConfiguration (team_log_generated.stone) + // struct team_log.RecipientsConfiguration (team_log_stone_gen_team_log_generated.stone) @Nullable protected final AlertRecipientsSettingType recipientSettingType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RelocateAssetReferencesLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RelocateAssetReferencesLogInfo.java index 66a2c0d31..7433c3169 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RelocateAssetReferencesLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RelocateAssetReferencesLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * relocate action. */ public class RelocateAssetReferencesLogInfo { - // struct team_log.RelocateAssetReferencesLogInfo (team_log_generated.stone) + // struct team_log.RelocateAssetReferencesLogInfo (team_log_stone_gen_team_log_generated.stone) protected final long srcAssetIndex; protected final long destAssetIndex; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileDeleteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileDeleteDetails.java index b904a4d77..993453287 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileDeleteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileDeleteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Deleted files in Replay. */ public class ReplayFileDeleteDetails { - // struct team_log.ReplayFileDeleteDetails (team_log_generated.stone) + // struct team_log.ReplayFileDeleteDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileDeleteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileDeleteType.java index 237d9b213..b15eaf1e8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileDeleteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileDeleteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ReplayFileDeleteType { - // struct team_log.ReplayFileDeleteType (team_log_generated.stone) + // struct team_log.ReplayFileDeleteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkCreatedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkCreatedDetails.java index 2d130546a..f326d67ec 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkCreatedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkCreatedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -14,24 +14,133 @@ import com.fasterxml.jackson.core.JsonToken; import java.io.IOException; +import java.util.Arrays; + +import javax.annotation.Nonnull; +import javax.annotation.Nullable; /** * Created shared link in Replay. */ public class ReplayFileSharedLinkCreatedDetails { - // struct team_log.ReplayFileSharedLinkCreatedDetails (team_log_generated.stone) + // struct team_log.ReplayFileSharedLinkCreatedDetails (team_log_stone_gen_team_log_generated.stone) + + @Nullable + protected final Boolean isWatermarked; + @Nullable + protected final ReplayLinkAccess access; + /** + * Created shared link in Replay. + * + *

Use {@link newBuilder} to create instances of this class without + * specifying values for all optional fields.

+ * + * @param isWatermarked Indicates whether it was a watermark share link. + * @param access The Replay sharing policy in place when the link was + * created. Might be missing due to historical data gap. + */ + public ReplayFileSharedLinkCreatedDetails(@Nullable Boolean isWatermarked, @Nullable ReplayLinkAccess access) { + this.isWatermarked = isWatermarked; + this.access = access; + } /** * Created shared link in Replay. + * + *

The default values for unset fields will be used.

*/ public ReplayFileSharedLinkCreatedDetails() { + this(null, null); + } + + /** + * Indicates whether it was a watermark share link. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Boolean getIsWatermarked() { + return isWatermarked; + } + + /** + * The Replay sharing policy in place when the link was created. Might be + * missing due to historical data gap. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public ReplayLinkAccess getAccess() { + return access; + } + + /** + * Returns a new builder for creating an instance of this class. + * + * @return builder for this class. + */ + public static Builder newBuilder() { + return new Builder(); + } + + /** + * Builder for {@link ReplayFileSharedLinkCreatedDetails}. + */ + public static class Builder { + + protected Boolean isWatermarked; + protected ReplayLinkAccess access; + + protected Builder() { + this.isWatermarked = null; + this.access = null; + } + + /** + * Set value for optional field. + * + * @param isWatermarked Indicates whether it was a watermark share + * link. + * + * @return this builder + */ + public Builder withIsWatermarked(Boolean isWatermarked) { + this.isWatermarked = isWatermarked; + return this; + } + + /** + * Set value for optional field. + * + * @param access The Replay sharing policy in place when the link was + * created. Might be missing due to historical data gap. + * + * @return this builder + */ + public Builder withAccess(ReplayLinkAccess access) { + this.access = access; + return this; + } + + /** + * Builds an instance of {@link ReplayFileSharedLinkCreatedDetails} + * configured with this builder's values + * + * @return new instance of {@link ReplayFileSharedLinkCreatedDetails} + */ + public ReplayFileSharedLinkCreatedDetails build() { + return new ReplayFileSharedLinkCreatedDetails(isWatermarked, access); + } } @Override public int hashCode() { - // attempt to deal with inheritance - return getClass().toString().hashCode(); + int hash = Arrays.hashCode(new Object [] { + this.isWatermarked, + this.access + }); + return hash; } @Override @@ -45,7 +154,9 @@ public boolean equals(Object obj) { // be careful with inheritance else if (obj.getClass().equals(this.getClass())) { ReplayFileSharedLinkCreatedDetails other = (ReplayFileSharedLinkCreatedDetails) obj; - return true; + return ((this.isWatermarked == other.isWatermarked) || (this.isWatermarked != null && this.isWatermarked.equals(other.isWatermarked))) + && ((this.access == other.access) || (this.access != null && this.access.equals(other.access))) + ; } else { return false; @@ -80,6 +191,14 @@ public void serialize(ReplayFileSharedLinkCreatedDetails value, JsonGenerator g, if (!collapse) { g.writeStartObject(); } + if (value.isWatermarked != null) { + g.writeFieldName("is_watermarked"); + StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.isWatermarked, g); + } + if (value.access != null) { + g.writeFieldName("access"); + StoneSerializers.nullable(ReplayLinkAccess.Serializer.INSTANCE).serialize(value.access, g); + } if (!collapse) { g.writeEndObject(); } @@ -94,7 +213,22 @@ public ReplayFileSharedLinkCreatedDetails deserialize(JsonParser p, boolean coll tag = readTag(p); } if (tag == null) { - value = new ReplayFileSharedLinkCreatedDetails(); + Boolean f_isWatermarked = null; + ReplayLinkAccess f_access = null; + while (p.getCurrentToken() == JsonToken.FIELD_NAME) { + String field = p.getCurrentName(); + p.nextToken(); + if ("is_watermarked".equals(field)) { + f_isWatermarked = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); + } + else if ("access".equals(field)) { + f_access = StoneSerializers.nullable(ReplayLinkAccess.Serializer.INSTANCE).deserialize(p); + } + else { + skipValue(p); + } + } + value = new ReplayFileSharedLinkCreatedDetails(f_isWatermarked, f_access); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkCreatedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkCreatedType.java index 22deca6a2..2a5478f67 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkCreatedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkCreatedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ReplayFileSharedLinkCreatedType { - // struct team_log.ReplayFileSharedLinkCreatedType (team_log_generated.stone) + // struct team_log.ReplayFileSharedLinkCreatedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkModifiedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkModifiedDetails.java index c9ed02551..23503ecc8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkModifiedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkModifiedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -14,24 +14,133 @@ import com.fasterxml.jackson.core.JsonToken; import java.io.IOException; +import java.util.Arrays; + +import javax.annotation.Nonnull; +import javax.annotation.Nullable; /** - * Modified shared link in Replay. + * Changed shared link in Replay. */ public class ReplayFileSharedLinkModifiedDetails { - // struct team_log.ReplayFileSharedLinkModifiedDetails (team_log_generated.stone) + // struct team_log.ReplayFileSharedLinkModifiedDetails (team_log_stone_gen_team_log_generated.stone) + + @Nullable + protected final Boolean isWatermarked; + @Nullable + protected final ReplayLinkAccess access; + /** + * Changed shared link in Replay. + * + *

Use {@link newBuilder} to create instances of this class without + * specifying values for all optional fields.

+ * + * @param isWatermarked Indicates whether it was a watermark share link. + * @param access The Replay sharing policy in place when the link was + * modified. Might be missing due to historical data gap. + */ + public ReplayFileSharedLinkModifiedDetails(@Nullable Boolean isWatermarked, @Nullable ReplayLinkAccess access) { + this.isWatermarked = isWatermarked; + this.access = access; + } /** - * Modified shared link in Replay. + * Changed shared link in Replay. + * + *

The default values for unset fields will be used.

*/ public ReplayFileSharedLinkModifiedDetails() { + this(null, null); + } + + /** + * Indicates whether it was a watermark share link. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Boolean getIsWatermarked() { + return isWatermarked; + } + + /** + * The Replay sharing policy in place when the link was modified. Might be + * missing due to historical data gap. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public ReplayLinkAccess getAccess() { + return access; + } + + /** + * Returns a new builder for creating an instance of this class. + * + * @return builder for this class. + */ + public static Builder newBuilder() { + return new Builder(); + } + + /** + * Builder for {@link ReplayFileSharedLinkModifiedDetails}. + */ + public static class Builder { + + protected Boolean isWatermarked; + protected ReplayLinkAccess access; + + protected Builder() { + this.isWatermarked = null; + this.access = null; + } + + /** + * Set value for optional field. + * + * @param isWatermarked Indicates whether it was a watermark share + * link. + * + * @return this builder + */ + public Builder withIsWatermarked(Boolean isWatermarked) { + this.isWatermarked = isWatermarked; + return this; + } + + /** + * Set value for optional field. + * + * @param access The Replay sharing policy in place when the link was + * modified. Might be missing due to historical data gap. + * + * @return this builder + */ + public Builder withAccess(ReplayLinkAccess access) { + this.access = access; + return this; + } + + /** + * Builds an instance of {@link ReplayFileSharedLinkModifiedDetails} + * configured with this builder's values + * + * @return new instance of {@link ReplayFileSharedLinkModifiedDetails} + */ + public ReplayFileSharedLinkModifiedDetails build() { + return new ReplayFileSharedLinkModifiedDetails(isWatermarked, access); + } } @Override public int hashCode() { - // attempt to deal with inheritance - return getClass().toString().hashCode(); + int hash = Arrays.hashCode(new Object [] { + this.isWatermarked, + this.access + }); + return hash; } @Override @@ -45,7 +154,9 @@ public boolean equals(Object obj) { // be careful with inheritance else if (obj.getClass().equals(this.getClass())) { ReplayFileSharedLinkModifiedDetails other = (ReplayFileSharedLinkModifiedDetails) obj; - return true; + return ((this.isWatermarked == other.isWatermarked) || (this.isWatermarked != null && this.isWatermarked.equals(other.isWatermarked))) + && ((this.access == other.access) || (this.access != null && this.access.equals(other.access))) + ; } else { return false; @@ -80,6 +191,14 @@ public void serialize(ReplayFileSharedLinkModifiedDetails value, JsonGenerator g if (!collapse) { g.writeStartObject(); } + if (value.isWatermarked != null) { + g.writeFieldName("is_watermarked"); + StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.isWatermarked, g); + } + if (value.access != null) { + g.writeFieldName("access"); + StoneSerializers.nullable(ReplayLinkAccess.Serializer.INSTANCE).serialize(value.access, g); + } if (!collapse) { g.writeEndObject(); } @@ -94,7 +213,22 @@ public ReplayFileSharedLinkModifiedDetails deserialize(JsonParser p, boolean col tag = readTag(p); } if (tag == null) { - value = new ReplayFileSharedLinkModifiedDetails(); + Boolean f_isWatermarked = null; + ReplayLinkAccess f_access = null; + while (p.getCurrentToken() == JsonToken.FIELD_NAME) { + String field = p.getCurrentName(); + p.nextToken(); + if ("is_watermarked".equals(field)) { + f_isWatermarked = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); + } + else if ("access".equals(field)) { + f_access = StoneSerializers.nullable(ReplayLinkAccess.Serializer.INSTANCE).deserialize(p); + } + else { + skipValue(p); + } + } + value = new ReplayFileSharedLinkModifiedDetails(f_isWatermarked, f_access); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkModifiedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkModifiedType.java index fed1f16b5..3306b4b9d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkModifiedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayFileSharedLinkModifiedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ReplayFileSharedLinkModifiedType { - // struct team_log.ReplayFileSharedLinkModifiedType (team_log_generated.stone) + // struct team_log.ReplayFileSharedLinkModifiedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamAddDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamAddDetails.java index e49922605..d18f7c9f1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamAddDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamAddDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added member to Replay Project. */ public class ReplayProjectTeamAddDetails { - // struct team_log.ReplayProjectTeamAddDetails (team_log_generated.stone) + // struct team_log.ReplayProjectTeamAddDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamAddType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamAddType.java index d45c35f72..88f354c0d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamAddType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamAddType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ReplayProjectTeamAddType { - // struct team_log.ReplayProjectTeamAddType (team_log_generated.stone) + // struct team_log.ReplayProjectTeamAddType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamDeleteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamDeleteDetails.java index 94f0a2e7f..d5d75ce9b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamDeleteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamDeleteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed member from Replay Project. */ public class ReplayProjectTeamDeleteDetails { - // struct team_log.ReplayProjectTeamDeleteDetails (team_log_generated.stone) + // struct team_log.ReplayProjectTeamDeleteDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamDeleteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamDeleteType.java index 7b52f4bb3..137391596 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamDeleteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ReplayProjectTeamDeleteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ReplayProjectTeamDeleteType { - // struct team_log.ReplayProjectTeamDeleteType (team_log_generated.stone) + // struct team_log.ReplayProjectTeamDeleteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerLogInfo.java index 1069ba617..eef356df2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Reseller information. */ public class ResellerLogInfo { - // struct team_log.ResellerLogInfo (team_log_generated.stone) + // struct team_log.ResellerLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String resellerName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerRole.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerRole.java index cf5d103ba..5194f430b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerRole.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerRole.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum ResellerRole { - // union team_log.ResellerRole (team_log_generated.stone) + // union team_log.ResellerRole (team_log_stone_gen_team_log_generated.stone) NOT_RESELLER, RESELLER_ADMIN, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportChangePolicyDetails.java index 1f478ff55..7377aa907 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Enabled/disabled reseller support. */ public class ResellerSupportChangePolicyDetails { - // struct team_log.ResellerSupportChangePolicyDetails (team_log_generated.stone) + // struct team_log.ResellerSupportChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ResellerSupportPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportChangePolicyType.java index 6a558929a..8f955e0c7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ResellerSupportChangePolicyType { - // struct team_log.ResellerSupportChangePolicyType (team_log_generated.stone) + // struct team_log.ResellerSupportChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportPolicy.java index 17bef3597..b40b0210c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * administrator */ public enum ResellerSupportPolicy { - // union team_log.ResellerSupportPolicy (team_log_generated.stone) + // union team_log.ResellerSupportPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionEndDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionEndDetails.java index 0f5738b37..6e8737c4c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionEndDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionEndDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Ended reseller support session. */ public class ResellerSupportSessionEndDetails { - // struct team_log.ResellerSupportSessionEndDetails (team_log_generated.stone) + // struct team_log.ResellerSupportSessionEndDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionEndType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionEndType.java index e2c6b9386..f0190749f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionEndType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionEndType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ResellerSupportSessionEndType { - // struct team_log.ResellerSupportSessionEndType (team_log_generated.stone) + // struct team_log.ResellerSupportSessionEndType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionStartDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionStartDetails.java index 861d8de2e..ab714e0c8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionStartDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionStartDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Started reseller support session. */ public class ResellerSupportSessionStartDetails { - // struct team_log.ResellerSupportSessionStartDetails (team_log_generated.stone) + // struct team_log.ResellerSupportSessionStartDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionStartType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionStartType.java index e4e3d28c4..940b9cf72 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionStartType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ResellerSupportSessionStartType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ResellerSupportSessionStartType { - // struct team_log.ResellerSupportSessionStartType (team_log_generated.stone) + // struct team_log.ResellerSupportSessionStartType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindFolderDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindFolderDetails.java index 71ad4afaf..f9ee071ab 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindFolderDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindFolderDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Rewound a folder. */ public class RewindFolderDetails { - // struct team_log.RewindFolderDetails (team_log_generated.stone) + // struct team_log.RewindFolderDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final Date rewindFolderTargetTsMs; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindFolderType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindFolderType.java index 36ba048f0..646263c4a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindFolderType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindFolderType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class RewindFolderType { - // struct team_log.RewindFolderType (team_log_generated.stone) + // struct team_log.RewindFolderType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicy.java index 09e04ce65..01fa1fe26 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling whether team members can rewind */ public enum RewindPolicy { - // union team_log.RewindPolicy (team_log_generated.stone) + // union team_log.RewindPolicy (team_log_stone_gen_team_log_generated.stone) ADMINS_ONLY, EVERYONE, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicyChangedDetails.java index 9a1385188..fd62c961e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed Rewind policy for team. */ public class RewindPolicyChangedDetails { - // struct team_log.RewindPolicyChangedDetails (team_log_generated.stone) + // struct team_log.RewindPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final RewindPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicyChangedType.java index ddd35c48f..40fd826a0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/RewindPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class RewindPolicyChangedType { - // struct team_log.RewindPolicyChangedType (team_log_generated.stone) + // struct team_log.RewindPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailDeletedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailDeletedDetails.java index 8973b3960..1ea9f1f5c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailDeletedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailDeletedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Deleted secondary email. */ public class SecondaryEmailDeletedDetails { - // struct team_log.SecondaryEmailDeletedDetails (team_log_generated.stone) + // struct team_log.SecondaryEmailDeletedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryEmail; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailDeletedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailDeletedType.java index c25623ab0..19fbfc868 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailDeletedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailDeletedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SecondaryEmailDeletedType { - // struct team_log.SecondaryEmailDeletedType (team_log_generated.stone) + // struct team_log.SecondaryEmailDeletedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailVerifiedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailVerifiedDetails.java index fd2a7a16e..d5883c7d8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailVerifiedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailVerifiedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Verified secondary email. */ public class SecondaryEmailVerifiedDetails { - // struct team_log.SecondaryEmailVerifiedDetails (team_log_generated.stone) + // struct team_log.SecondaryEmailVerifiedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryEmail; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailVerifiedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailVerifiedType.java index 0d8f2a411..06ace2c39 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailVerifiedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryEmailVerifiedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SecondaryEmailVerifiedType { - // struct team_log.SecondaryEmailVerifiedType (team_log_generated.stone) + // struct team_log.SecondaryEmailVerifiedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicy.java index 40bd328c9..807d77153 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SecondaryMailsPolicy { - // union team_log.SecondaryMailsPolicy (team_log_generated.stone) + // union team_log.SecondaryMailsPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicyChangedDetails.java index b242aed7a..ff403d391 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Secondary mails policy changed. */ public class SecondaryMailsPolicyChangedDetails { - // struct team_log.SecondaryMailsPolicyChangedDetails (team_log_generated.stone) + // struct team_log.SecondaryMailsPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SecondaryMailsPolicy previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicyChangedType.java index 5249c0c44..cb4ddfec7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryMailsPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SecondaryMailsPolicyChangedType { - // struct team_log.SecondaryMailsPolicyChangedType (team_log_generated.stone) + // struct team_log.SecondaryMailsPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestAcceptedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestAcceptedDetails.java index 8f83fafca..4e6ba984c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestAcceptedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestAcceptedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request acceptance details shown to the secondary team */ public class SecondaryTeamRequestAcceptedDetails { - // struct team_log.SecondaryTeamRequestAcceptedDetails (team_log_generated.stone) + // struct team_log.SecondaryTeamRequestAcceptedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String primaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestCanceledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestCanceledDetails.java index 43df3c52c..030385545 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestCanceledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestCanceledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request cancellation details shown to the secondary team */ public class SecondaryTeamRequestCanceledDetails { - // struct team_log.SecondaryTeamRequestCanceledDetails (team_log_generated.stone) + // struct team_log.SecondaryTeamRequestCanceledDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sentTo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestExpiredDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestExpiredDetails.java index 1bf9ffb05..57b561c9d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestExpiredDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestExpiredDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request expiration details shown to the secondary team */ public class SecondaryTeamRequestExpiredDetails { - // struct team_log.SecondaryTeamRequestExpiredDetails (team_log_generated.stone) + // struct team_log.SecondaryTeamRequestExpiredDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sentTo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestReminderDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestReminderDetails.java index a8ca51b22..1e584ec68 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestReminderDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SecondaryTeamRequestReminderDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request reminder details shown to the secondary team */ public class SecondaryTeamRequestReminderDetails { - // struct team_log.SecondaryTeamRequestReminderDetails (team_log_generated.stone) + // struct team_log.SecondaryTeamRequestReminderDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sentTo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicy.java index 46364b933..fb947f332 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling team access to send for signature feature */ public enum SendForSignaturePolicy { - // union team_log.SendForSignaturePolicy (team_log_generated.stone) + // union team_log.SendForSignaturePolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicyChangedDetails.java index 42d646b9e..8dcf0bd0f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed send for signature policy for team. */ public class SendForSignaturePolicyChangedDetails { - // struct team_log.SendForSignaturePolicyChangedDetails (team_log_generated.stone) + // struct team_log.SendForSignaturePolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SendForSignaturePolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicyChangedType.java index 6f19be530..a7698470c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SendForSignaturePolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SendForSignaturePolicyChangedType { - // struct team_log.SendForSignaturePolicyChangedType (team_log_generated.stone) + // struct team_log.SendForSignaturePolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SessionLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SessionLogInfo.java index 9acff7d5e..68604d643 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SessionLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SessionLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Session's logged information. */ public class SessionLogInfo { - // struct team_log.SessionLogInfo (team_log_generated.stone) + // struct team_log.SessionLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String sessionId; @@ -107,10 +107,6 @@ static class Serializer extends StructSerializer { @Override public void serialize(SessionLogInfo value, JsonGenerator g, boolean collapse) throws IOException, JsonGenerationException { - if (value instanceof WebSessionLogInfo) { - WebSessionLogInfo.Serializer.INSTANCE.serialize((WebSessionLogInfo) value, g, collapse); - return; - } if (value instanceof DesktopSessionLogInfo) { DesktopSessionLogInfo.Serializer.INSTANCE.serialize((DesktopSessionLogInfo) value, g, collapse); return; @@ -119,6 +115,10 @@ public void serialize(SessionLogInfo value, JsonGenerator g, boolean collapse) t MobileSessionLogInfo.Serializer.INSTANCE.serialize((MobileSessionLogInfo) value, g, collapse); return; } + if (value instanceof WebSessionLogInfo) { + WebSessionLogInfo.Serializer.INSTANCE.serialize((WebSessionLogInfo) value, g, collapse); + return; + } if (!collapse) { g.writeStartObject(); } @@ -159,15 +159,15 @@ public SessionLogInfo deserialize(JsonParser p, boolean collapsed) throws IOExce else if ("".equals(tag)) { value = Serializer.INSTANCE.deserialize(p, true); } - else if ("web".equals(tag)) { - value = WebSessionLogInfo.Serializer.INSTANCE.deserialize(p, true); - } else if ("desktop".equals(tag)) { value = DesktopSessionLogInfo.Serializer.INSTANCE.deserialize(p, true); } else if ("mobile".equals(tag)) { value = MobileSessionLogInfo.Serializer.INSTANCE.deserialize(p, true); } + else if ("web".equals(tag)) { + value = WebSessionLogInfo.Serializer.INSTANCE.deserialize(p, true); + } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAddGroupDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAddGroupDetails.java index de90c5fb2..3b78f33b5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAddGroupDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAddGroupDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Added team to shared folder. */ public class SfAddGroupDetails { - // struct team_log.SfAddGroupDetails (team_log_generated.stone) + // struct team_log.SfAddGroupDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAddGroupType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAddGroupType.java index 7ad0cc440..f4a1ccbc0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAddGroupType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAddGroupType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfAddGroupType { - // struct team_log.SfAddGroupType (team_log_generated.stone) + // struct team_log.SfAddGroupType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAllowNonMembersToViewSharedLinksDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAllowNonMembersToViewSharedLinksDetails.java index 7e114435f..5a27e20df 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAllowNonMembersToViewSharedLinksDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAllowNonMembersToViewSharedLinksDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Allowed non-collaborators to view links to files in shared folder. */ public class SfAllowNonMembersToViewSharedLinksDetails { - // struct team_log.SfAllowNonMembersToViewSharedLinksDetails (team_log_generated.stone) + // struct team_log.SfAllowNonMembersToViewSharedLinksDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAllowNonMembersToViewSharedLinksType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAllowNonMembersToViewSharedLinksType.java index c5e8a87a6..7b7119969 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAllowNonMembersToViewSharedLinksType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfAllowNonMembersToViewSharedLinksType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfAllowNonMembersToViewSharedLinksType { - // struct team_log.SfAllowNonMembersToViewSharedLinksType (team_log_generated.stone) + // struct team_log.SfAllowNonMembersToViewSharedLinksType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfExternalInviteWarnDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfExternalInviteWarnDetails.java index bd4bb50be..e65bb97ae 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfExternalInviteWarnDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfExternalInviteWarnDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Set team members to see warning before sharing folders outside team. */ public class SfExternalInviteWarnDetails { - // struct team_log.SfExternalInviteWarnDetails (team_log_generated.stone) + // struct team_log.SfExternalInviteWarnDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfExternalInviteWarnType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfExternalInviteWarnType.java index b31c18b97..5464a3cf7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfExternalInviteWarnType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfExternalInviteWarnType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfExternalInviteWarnType { - // struct team_log.SfExternalInviteWarnType (team_log_generated.stone) + // struct team_log.SfExternalInviteWarnType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteChangeRoleDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteChangeRoleDetails.java index 9e49f4803..2dc796e4a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteChangeRoleDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteChangeRoleDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed Facebook user's role in shared folder. */ public class SfFbInviteChangeRoleDetails { - // struct team_log.SfFbInviteChangeRoleDetails (team_log_generated.stone) + // struct team_log.SfFbInviteChangeRoleDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteChangeRoleType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteChangeRoleType.java index 11e81cbb6..38ed0ea45 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteChangeRoleType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteChangeRoleType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfFbInviteChangeRoleType { - // struct team_log.SfFbInviteChangeRoleType (team_log_generated.stone) + // struct team_log.SfFbInviteChangeRoleType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteDetails.java index 10a868f8a..8044afa4e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Invited Facebook users to shared folder. */ public class SfFbInviteDetails { - // struct team_log.SfFbInviteDetails (team_log_generated.stone) + // struct team_log.SfFbInviteDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteType.java index f312a0dd6..41316d1cb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbInviteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfFbInviteType { - // struct team_log.SfFbInviteType (team_log_generated.stone) + // struct team_log.SfFbInviteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbUninviteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbUninviteDetails.java index cab0cf3b1..0aa761d0d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbUninviteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbUninviteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Uninvited Facebook user from shared folder. */ public class SfFbUninviteDetails { - // struct team_log.SfFbUninviteDetails (team_log_generated.stone) + // struct team_log.SfFbUninviteDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbUninviteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbUninviteType.java index 9095a9f4f..945be1dc9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbUninviteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfFbUninviteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfFbUninviteType { - // struct team_log.SfFbUninviteType (team_log_generated.stone) + // struct team_log.SfFbUninviteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfInviteGroupDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfInviteGroupDetails.java index 668f297b9..854aea20d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfInviteGroupDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfInviteGroupDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Invited group to shared folder. */ public class SfInviteGroupDetails { - // struct team_log.SfInviteGroupDetails (team_log_generated.stone) + // struct team_log.SfInviteGroupDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfInviteGroupType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfInviteGroupType.java index ffae4af98..2694c929b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfInviteGroupType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfInviteGroupType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfInviteGroupType { - // struct team_log.SfInviteGroupType (team_log_generated.stone) + // struct team_log.SfInviteGroupType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamGrantAccessDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamGrantAccessDetails.java index 463aac74d..49b91aa5c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamGrantAccessDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamGrantAccessDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Granted access to shared folder. */ public class SfTeamGrantAccessDetails { - // struct team_log.SfTeamGrantAccessDetails (team_log_generated.stone) + // struct team_log.SfTeamGrantAccessDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamGrantAccessType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamGrantAccessType.java index 2f59dcd8a..df573469f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamGrantAccessType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamGrantAccessType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfTeamGrantAccessType { - // struct team_log.SfTeamGrantAccessType (team_log_generated.stone) + // struct team_log.SfTeamGrantAccessType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteChangeRoleDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteChangeRoleDetails.java index fb173a23f..8b65ac307 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteChangeRoleDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteChangeRoleDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed team member's role in shared folder. */ public class SfTeamInviteChangeRoleDetails { - // struct team_log.SfTeamInviteChangeRoleDetails (team_log_generated.stone) + // struct team_log.SfTeamInviteChangeRoleDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteChangeRoleType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteChangeRoleType.java index c27a759d3..6d3c7d895 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteChangeRoleType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteChangeRoleType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfTeamInviteChangeRoleType { - // struct team_log.SfTeamInviteChangeRoleType (team_log_generated.stone) + // struct team_log.SfTeamInviteChangeRoleType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteDetails.java index cd1e7560a..f32187504 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Invited team members to shared folder. */ public class SfTeamInviteDetails { - // struct team_log.SfTeamInviteDetails (team_log_generated.stone) + // struct team_log.SfTeamInviteDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteType.java index 1a4d8d052..29ca2ab96 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamInviteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfTeamInviteType { - // struct team_log.SfTeamInviteType (team_log_generated.stone) + // struct team_log.SfTeamInviteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinDetails.java index 8e20dca81..68f43de29 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Joined team member's shared folder. */ public class SfTeamJoinDetails { - // struct team_log.SfTeamJoinDetails (team_log_generated.stone) + // struct team_log.SfTeamJoinDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinFromOobLinkDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinFromOobLinkDetails.java index 310441ad9..74eb40497 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinFromOobLinkDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinFromOobLinkDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Joined team member's shared folder from link. */ public class SfTeamJoinFromOobLinkDetails { - // struct team_log.SfTeamJoinFromOobLinkDetails (team_log_generated.stone) + // struct team_log.SfTeamJoinFromOobLinkDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinFromOobLinkType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinFromOobLinkType.java index bd70e8495..e4efb8cce 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinFromOobLinkType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinFromOobLinkType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfTeamJoinFromOobLinkType { - // struct team_log.SfTeamJoinFromOobLinkType (team_log_generated.stone) + // struct team_log.SfTeamJoinFromOobLinkType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinType.java index bdbb3bf0b..107017b40 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamJoinType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfTeamJoinType { - // struct team_log.SfTeamJoinType (team_log_generated.stone) + // struct team_log.SfTeamJoinType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamUninviteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamUninviteDetails.java index 317a8f5b8..fff287c27 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamUninviteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamUninviteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Unshared folder with team member. */ public class SfTeamUninviteDetails { - // struct team_log.SfTeamUninviteDetails (team_log_generated.stone) + // struct team_log.SfTeamUninviteDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamUninviteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamUninviteType.java index e73c6c8b4..c6a47f8ec 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamUninviteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SfTeamUninviteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SfTeamUninviteType { - // struct team_log.SfTeamUninviteType (team_log_generated.stone) + // struct team_log.SfTeamUninviteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddInviteesDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddInviteesDetails.java index e9c0fcc5a..07b32cf74 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddInviteesDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddInviteesDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Invited user to Dropbox and added them to shared file/folder. */ public class SharedContentAddInviteesDetails { - // struct team_log.SharedContentAddInviteesDetails (team_log_generated.stone) + // struct team_log.SharedContentAddInviteesDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddInviteesType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddInviteesType.java index 7f7e4d8eb..a680a81a3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddInviteesType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddInviteesType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentAddInviteesType { - // struct team_log.SharedContentAddInviteesType (team_log_generated.stone) + // struct team_log.SharedContentAddInviteesType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkExpiryDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkExpiryDetails.java index a8ce7c378..d5001d08c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkExpiryDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkExpiryDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * Added expiration date to link for shared file/folder. */ public class SharedContentAddLinkExpiryDetails { - // struct team_log.SharedContentAddLinkExpiryDetails (team_log_generated.stone) + // struct team_log.SharedContentAddLinkExpiryDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Date newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkExpiryType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkExpiryType.java index 1498d0ed7..55f083319 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkExpiryType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkExpiryType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentAddLinkExpiryType { - // struct team_log.SharedContentAddLinkExpiryType (team_log_generated.stone) + // struct team_log.SharedContentAddLinkExpiryType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkPasswordDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkPasswordDetails.java index a179d36bc..45d47ddd1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkPasswordDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkPasswordDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added password to link for shared file/folder. */ public class SharedContentAddLinkPasswordDetails { - // struct team_log.SharedContentAddLinkPasswordDetails (team_log_generated.stone) + // struct team_log.SharedContentAddLinkPasswordDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkPasswordType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkPasswordType.java index 543475115..809878d17 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkPasswordType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddLinkPasswordType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentAddLinkPasswordType { - // struct team_log.SharedContentAddLinkPasswordType (team_log_generated.stone) + // struct team_log.SharedContentAddLinkPasswordType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddMemberDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddMemberDetails.java index bb480f42c..ac00a7b3c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddMemberDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddMemberDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Added users and/or groups to shared file/folder. */ public class SharedContentAddMemberDetails { - // struct team_log.SharedContentAddMemberDetails (team_log_generated.stone) + // struct team_log.SharedContentAddMemberDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddMemberType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddMemberType.java index d4ff424db..7fa52b46c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddMemberType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentAddMemberType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentAddMemberType { - // struct team_log.SharedContentAddMemberType (team_log_generated.stone) + // struct team_log.SharedContentAddMemberType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeDownloadsPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeDownloadsPolicyDetails.java index 3de980ae9..acfee7070 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeDownloadsPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeDownloadsPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed whether members can download shared file/folder. */ public class SharedContentChangeDownloadsPolicyDetails { - // struct team_log.SharedContentChangeDownloadsPolicyDetails (team_log_generated.stone) + // struct team_log.SharedContentChangeDownloadsPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final DownloadPolicyType newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeDownloadsPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeDownloadsPolicyType.java index 5dc0376f2..c31cfa503 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeDownloadsPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeDownloadsPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentChangeDownloadsPolicyType { - // struct team_log.SharedContentChangeDownloadsPolicyType (team_log_generated.stone) + // struct team_log.SharedContentChangeDownloadsPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeInviteeRoleDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeInviteeRoleDetails.java index 0132630da..42779ea19 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeInviteeRoleDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeInviteeRoleDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * accepted. */ public class SharedContentChangeInviteeRoleDetails { - // struct team_log.SharedContentChangeInviteeRoleDetails (team_log_generated.stone) + // struct team_log.SharedContentChangeInviteeRoleDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final AccessLevel previousAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeInviteeRoleType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeInviteeRoleType.java index ce2895aea..74691e76c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeInviteeRoleType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeInviteeRoleType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentChangeInviteeRoleType { - // struct team_log.SharedContentChangeInviteeRoleType (team_log_generated.stone) + // struct team_log.SharedContentChangeInviteeRoleType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkAudienceDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkAudienceDetails.java index e8796e1ad..923cc2b65 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkAudienceDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkAudienceDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed link audience of shared file/folder. */ public class SharedContentChangeLinkAudienceDetails { - // struct team_log.SharedContentChangeLinkAudienceDetails (team_log_generated.stone) + // struct team_log.SharedContentChangeLinkAudienceDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final LinkAudience newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkAudienceType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkAudienceType.java index 8607ddb50..bb9439967 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkAudienceType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkAudienceType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentChangeLinkAudienceType { - // struct team_log.SharedContentChangeLinkAudienceType (team_log_generated.stone) + // struct team_log.SharedContentChangeLinkAudienceType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkExpiryDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkExpiryDetails.java index 573dec2d4..fbe8f14fa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkExpiryDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkExpiryDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * Changed link expiration of shared file/folder. */ public class SharedContentChangeLinkExpiryDetails { - // struct team_log.SharedContentChangeLinkExpiryDetails (team_log_generated.stone) + // struct team_log.SharedContentChangeLinkExpiryDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Date newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkExpiryType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkExpiryType.java index d3e368f82..06bec1810 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkExpiryType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkExpiryType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentChangeLinkExpiryType { - // struct team_log.SharedContentChangeLinkExpiryType (team_log_generated.stone) + // struct team_log.SharedContentChangeLinkExpiryType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkPasswordDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkPasswordDetails.java index ec88ab97c..eddc8877d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkPasswordDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkPasswordDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Changed link password of shared file/folder. */ public class SharedContentChangeLinkPasswordDetails { - // struct team_log.SharedContentChangeLinkPasswordDetails (team_log_generated.stone) + // struct team_log.SharedContentChangeLinkPasswordDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkPasswordType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkPasswordType.java index 8021827a3..20bf4068f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkPasswordType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeLinkPasswordType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentChangeLinkPasswordType { - // struct team_log.SharedContentChangeLinkPasswordType (team_log_generated.stone) + // struct team_log.SharedContentChangeLinkPasswordType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeMemberRoleDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeMemberRoleDetails.java index 5429cae4c..53e7f1851 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeMemberRoleDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeMemberRoleDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed access type of shared file/folder member. */ public class SharedContentChangeMemberRoleDetails { - // struct team_log.SharedContentChangeMemberRoleDetails (team_log_generated.stone) + // struct team_log.SharedContentChangeMemberRoleDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final AccessLevel previousAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeMemberRoleType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeMemberRoleType.java index e9eacadd8..4dc136313 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeMemberRoleType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeMemberRoleType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentChangeMemberRoleType { - // struct team_log.SharedContentChangeMemberRoleType (team_log_generated.stone) + // struct team_log.SharedContentChangeMemberRoleType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeViewerInfoPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeViewerInfoPolicyDetails.java index eb97813d9..d2f8c7cda 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeViewerInfoPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeViewerInfoPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed whether members can see who viewed shared file/folder. */ public class SharedContentChangeViewerInfoPolicyDetails { - // struct team_log.SharedContentChangeViewerInfoPolicyDetails (team_log_generated.stone) + // struct team_log.SharedContentChangeViewerInfoPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ViewerInfoPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeViewerInfoPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeViewerInfoPolicyType.java index 439f64bf7..a58b0efe8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeViewerInfoPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentChangeViewerInfoPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentChangeViewerInfoPolicyType { - // struct team_log.SharedContentChangeViewerInfoPolicyType (team_log_generated.stone) + // struct team_log.SharedContentChangeViewerInfoPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentClaimInvitationDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentClaimInvitationDetails.java index 033abbd72..359ecd96b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentClaimInvitationDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentClaimInvitationDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Acquired membership of shared file/folder by accepting invite. */ public class SharedContentClaimInvitationDetails { - // struct team_log.SharedContentClaimInvitationDetails (team_log_generated.stone) + // struct team_log.SharedContentClaimInvitationDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String sharedContentLink; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentClaimInvitationType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentClaimInvitationType.java index 5695ae387..adcf29dba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentClaimInvitationType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentClaimInvitationType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentClaimInvitationType { - // struct team_log.SharedContentClaimInvitationType (team_log_generated.stone) + // struct team_log.SharedContentClaimInvitationType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentCopyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentCopyDetails.java index 369faa8fb..a01fb439a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentCopyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentCopyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Copied shared file/folder to own Dropbox. */ public class SharedContentCopyDetails { - // struct team_log.SharedContentCopyDetails (team_log_generated.stone) + // struct team_log.SharedContentCopyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sharedContentLink; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentCopyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentCopyType.java index 6dfa7793c..dee6df312 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentCopyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentCopyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentCopyType { - // struct team_log.SharedContentCopyType (team_log_generated.stone) + // struct team_log.SharedContentCopyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentDownloadDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentDownloadDetails.java index a30754cf9..f8d5e4ef1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentDownloadDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentDownloadDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Downloaded shared file/folder. */ public class SharedContentDownloadDetails { - // struct team_log.SharedContentDownloadDetails (team_log_generated.stone) + // struct team_log.SharedContentDownloadDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sharedContentLink; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentDownloadType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentDownloadType.java index 40e16d804..0a8bf2d29 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentDownloadType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentDownloadType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentDownloadType { - // struct team_log.SharedContentDownloadType (team_log_generated.stone) + // struct team_log.SharedContentDownloadType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRelinquishMembershipDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRelinquishMembershipDetails.java index 9be3ca03f..0e102848d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRelinquishMembershipDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRelinquishMembershipDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Left shared file/folder. */ public class SharedContentRelinquishMembershipDetails { - // struct team_log.SharedContentRelinquishMembershipDetails (team_log_generated.stone) + // struct team_log.SharedContentRelinquishMembershipDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRelinquishMembershipType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRelinquishMembershipType.java index bdbe5fc2d..4210ec354 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRelinquishMembershipType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRelinquishMembershipType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentRelinquishMembershipType { - // struct team_log.SharedContentRelinquishMembershipType (team_log_generated.stone) + // struct team_log.SharedContentRelinquishMembershipType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveInviteesDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveInviteesDetails.java index 5d756785a..1025f53cd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveInviteesDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveInviteesDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Removed invitee from shared file/folder before invite was accepted. */ public class SharedContentRemoveInviteesDetails { - // struct team_log.SharedContentRemoveInviteesDetails (team_log_generated.stone) + // struct team_log.SharedContentRemoveInviteesDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List invitees; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveInviteesType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveInviteesType.java index 9759b2af2..c3e3186bf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveInviteesType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveInviteesType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentRemoveInviteesType { - // struct team_log.SharedContentRemoveInviteesType (team_log_generated.stone) + // struct team_log.SharedContentRemoveInviteesType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkExpiryDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkExpiryDetails.java index bff8858c9..d7ec58670 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkExpiryDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkExpiryDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * Removed link expiration date of shared file/folder. */ public class SharedContentRemoveLinkExpiryDetails { - // struct team_log.SharedContentRemoveLinkExpiryDetails (team_log_generated.stone) + // struct team_log.SharedContentRemoveLinkExpiryDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Date previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkExpiryType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkExpiryType.java index 42ebaeff5..d51bdc09d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkExpiryType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkExpiryType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentRemoveLinkExpiryType { - // struct team_log.SharedContentRemoveLinkExpiryType (team_log_generated.stone) + // struct team_log.SharedContentRemoveLinkExpiryType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkPasswordDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkPasswordDetails.java index 5e5617f0f..f54e45853 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkPasswordDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkPasswordDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed link password of shared file/folder. */ public class SharedContentRemoveLinkPasswordDetails { - // struct team_log.SharedContentRemoveLinkPasswordDetails (team_log_generated.stone) + // struct team_log.SharedContentRemoveLinkPasswordDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkPasswordType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkPasswordType.java index 81ee69acc..1361e54ba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkPasswordType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveLinkPasswordType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentRemoveLinkPasswordType { - // struct team_log.SharedContentRemoveLinkPasswordType (team_log_generated.stone) + // struct team_log.SharedContentRemoveLinkPasswordType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveMemberDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveMemberDetails.java index ad3e638e7..2f65fb1ec 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveMemberDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveMemberDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Removed user/group from shared file/folder. */ public class SharedContentRemoveMemberDetails { - // struct team_log.SharedContentRemoveMemberDetails (team_log_generated.stone) + // struct team_log.SharedContentRemoveMemberDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveMemberType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveMemberType.java index 3edee0051..772854b38 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveMemberType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRemoveMemberType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentRemoveMemberType { - // struct team_log.SharedContentRemoveMemberType (team_log_generated.stone) + // struct team_log.SharedContentRemoveMemberType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRequestAccessDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRequestAccessDetails.java index 789ef4d5d..55a7c5288 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRequestAccessDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRequestAccessDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Requested access to shared file/folder. */ public class SharedContentRequestAccessDetails { - // struct team_log.SharedContentRequestAccessDetails (team_log_generated.stone) + // struct team_log.SharedContentRequestAccessDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String sharedContentLink; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRequestAccessType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRequestAccessType.java index c8d5a3a50..17282388c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRequestAccessType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRequestAccessType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentRequestAccessType { - // struct team_log.SharedContentRequestAccessType (team_log_generated.stone) + // struct team_log.SharedContentRequestAccessType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreInviteesDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreInviteesDetails.java index 52d349393..d665f69fc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreInviteesDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreInviteesDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Restored shared file/folder invitees. */ public class SharedContentRestoreInviteesDetails { - // struct team_log.SharedContentRestoreInviteesDetails (team_log_generated.stone) + // struct team_log.SharedContentRestoreInviteesDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreInviteesType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreInviteesType.java index 0b78cf539..df6604e35 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreInviteesType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreInviteesType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentRestoreInviteesType { - // struct team_log.SharedContentRestoreInviteesType (team_log_generated.stone) + // struct team_log.SharedContentRestoreInviteesType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreMemberDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreMemberDetails.java index fd7d67f06..fc4fc1b5d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreMemberDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreMemberDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Restored users and/or groups to membership of shared file/folder. */ public class SharedContentRestoreMemberDetails { - // struct team_log.SharedContentRestoreMemberDetails (team_log_generated.stone) + // struct team_log.SharedContentRestoreMemberDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreMemberType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreMemberType.java index fe67585a7..dc162f153 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreMemberType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentRestoreMemberType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentRestoreMemberType { - // struct team_log.SharedContentRestoreMemberType (team_log_generated.stone) + // struct team_log.SharedContentRestoreMemberType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentUnshareDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentUnshareDetails.java index aa9b22825..325a2e289 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentUnshareDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentUnshareDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Unshared file/folder by clearing membership. */ public class SharedContentUnshareDetails { - // struct team_log.SharedContentUnshareDetails (team_log_generated.stone) + // struct team_log.SharedContentUnshareDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentUnshareType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentUnshareType.java index 2b4a54bac..b824817a2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentUnshareType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentUnshareType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentUnshareType { - // struct team_log.SharedContentUnshareType (team_log_generated.stone) + // struct team_log.SharedContentUnshareType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentViewDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentViewDetails.java index 80be89e6c..6fd294ff9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentViewDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentViewDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Previewed shared file/folder. */ public class SharedContentViewDetails { - // struct team_log.SharedContentViewDetails (team_log_generated.stone) + // struct team_log.SharedContentViewDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sharedContentLink; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentViewType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentViewType.java index 7f14d6de8..8b7da0b50 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentViewType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedContentViewType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedContentViewType { - // struct team_log.SharedContentViewType (team_log_generated.stone) + // struct team_log.SharedContentViewType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeLinkPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeLinkPolicyDetails.java index f46541e05..8cbaf5472 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeLinkPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeLinkPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed who can access shared folder via link. */ public class SharedFolderChangeLinkPolicyDetails { - // struct team_log.SharedFolderChangeLinkPolicyDetails (team_log_generated.stone) + // struct team_log.SharedFolderChangeLinkPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SharedLinkPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeLinkPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeLinkPolicyType.java index bb9000c5c..261aafe14 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeLinkPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeLinkPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedFolderChangeLinkPolicyType { - // struct team_log.SharedFolderChangeLinkPolicyType (team_log_generated.stone) + // struct team_log.SharedFolderChangeLinkPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersInheritancePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersInheritancePolicyDetails.java index 0b4b8e6b1..1ded09109 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersInheritancePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersInheritancePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed whether shared folder inherits members from parent folder. */ public class SharedFolderChangeMembersInheritancePolicyDetails { - // struct team_log.SharedFolderChangeMembersInheritancePolicyDetails (team_log_generated.stone) + // struct team_log.SharedFolderChangeMembersInheritancePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SharedFolderMembersInheritancePolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersInheritancePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersInheritancePolicyType.java index f2f1d7f52..869324d25 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersInheritancePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersInheritancePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedFolderChangeMembersInheritancePolicyType { - // struct team_log.SharedFolderChangeMembersInheritancePolicyType (team_log_generated.stone) + // struct team_log.SharedFolderChangeMembersInheritancePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersManagementPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersManagementPolicyDetails.java index a55ad7464..2a54ce025 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersManagementPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersManagementPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed who can add/remove members of shared folder. */ public class SharedFolderChangeMembersManagementPolicyDetails { - // struct team_log.SharedFolderChangeMembersManagementPolicyDetails (team_log_generated.stone) + // struct team_log.SharedFolderChangeMembersManagementPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AclUpdatePolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersManagementPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersManagementPolicyType.java index 45e3f735d..f24ee3ce4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersManagementPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersManagementPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedFolderChangeMembersManagementPolicyType { - // struct team_log.SharedFolderChangeMembersManagementPolicyType (team_log_generated.stone) + // struct team_log.SharedFolderChangeMembersManagementPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersPolicyDetails.java index 4af135d31..61572866a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed who can become member of shared folder. */ public class SharedFolderChangeMembersPolicyDetails { - // struct team_log.SharedFolderChangeMembersPolicyDetails (team_log_generated.stone) + // struct team_log.SharedFolderChangeMembersPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final MemberPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersPolicyType.java index 60d677288..53876c238 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderChangeMembersPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedFolderChangeMembersPolicyType { - // struct team_log.SharedFolderChangeMembersPolicyType (team_log_generated.stone) + // struct team_log.SharedFolderChangeMembersPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderCreateDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderCreateDetails.java index 5c7becaeb..a5820a0de 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderCreateDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderCreateDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Created shared folder. */ public class SharedFolderCreateDetails { - // struct team_log.SharedFolderCreateDetails (team_log_generated.stone) + // struct team_log.SharedFolderCreateDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String targetNsId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderCreateType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderCreateType.java index 5fe5588bd..6a6c931f8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderCreateType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderCreateType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedFolderCreateType { - // struct team_log.SharedFolderCreateType (team_log_generated.stone) + // struct team_log.SharedFolderCreateType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderDeclineInvitationDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderDeclineInvitationDetails.java index b6ce8eaf6..72200733f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderDeclineInvitationDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderDeclineInvitationDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Declined team member's invite to shared folder. */ public class SharedFolderDeclineInvitationDetails { - // struct team_log.SharedFolderDeclineInvitationDetails (team_log_generated.stone) + // struct team_log.SharedFolderDeclineInvitationDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderDeclineInvitationType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderDeclineInvitationType.java index a599222f8..40c0b41e7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderDeclineInvitationType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderDeclineInvitationType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedFolderDeclineInvitationType { - // struct team_log.SharedFolderDeclineInvitationType (team_log_generated.stone) + // struct team_log.SharedFolderDeclineInvitationType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMembersInheritancePolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMembersInheritancePolicy.java index 2e9b289e9..d32749bd4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMembersInheritancePolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMembersInheritancePolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Specifies if a shared folder inherits its members from the parent folder. */ public enum SharedFolderMembersInheritancePolicy { - // union team_log.SharedFolderMembersInheritancePolicy (team_log_generated.stone) + // union team_log.SharedFolderMembersInheritancePolicy (team_log_stone_gen_team_log_generated.stone) DONT_INHERIT_MEMBERS, INHERIT_MEMBERS, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMountDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMountDetails.java index 52947a76a..4378dd693 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMountDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMountDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added shared folder to own Dropbox. */ public class SharedFolderMountDetails { - // struct team_log.SharedFolderMountDetails (team_log_generated.stone) + // struct team_log.SharedFolderMountDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMountType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMountType.java index 8dceb8adb..b5575c3cb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMountType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderMountType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedFolderMountType { - // struct team_log.SharedFolderMountType (team_log_generated.stone) + // struct team_log.SharedFolderMountType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderNestDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderNestDetails.java index 653397399..71ecf6019 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderNestDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderNestDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed parent of shared folder. */ public class SharedFolderNestDetails { - // struct team_log.SharedFolderNestDetails (team_log_generated.stone) + // struct team_log.SharedFolderNestDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String previousParentNsId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderNestType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderNestType.java index 458c207a3..0d3175d58 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderNestType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderNestType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedFolderNestType { - // struct team_log.SharedFolderNestType (team_log_generated.stone) + // struct team_log.SharedFolderNestType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderTransferOwnershipDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderTransferOwnershipDetails.java index 8f8ed02f1..fc63dc953 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderTransferOwnershipDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderTransferOwnershipDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Transferred ownership of shared folder to another member. */ public class SharedFolderTransferOwnershipDetails { - // struct team_log.SharedFolderTransferOwnershipDetails (team_log_generated.stone) + // struct team_log.SharedFolderTransferOwnershipDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String previousOwnerEmail; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderTransferOwnershipType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderTransferOwnershipType.java index 845797e98..322d1400a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderTransferOwnershipType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderTransferOwnershipType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedFolderTransferOwnershipType { - // struct team_log.SharedFolderTransferOwnershipType (team_log_generated.stone) + // struct team_log.SharedFolderTransferOwnershipType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderUnmountDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderUnmountDetails.java index 8c7449a85..8049a0ee3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderUnmountDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderUnmountDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Deleted shared folder from Dropbox. */ public class SharedFolderUnmountDetails { - // struct team_log.SharedFolderUnmountDetails (team_log_generated.stone) + // struct team_log.SharedFolderUnmountDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderUnmountType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderUnmountType.java index e3e123fbe..f67a7ac29 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderUnmountType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedFolderUnmountType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedFolderUnmountType { - // struct team_log.SharedFolderUnmountType (team_log_generated.stone) + // struct team_log.SharedFolderUnmountType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAccessLevel.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAccessLevel.java index 5d1689256..6a8281acf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAccessLevel.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAccessLevel.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Shared link access level. */ public enum SharedLinkAccessLevel { - // union team_log.SharedLinkAccessLevel (team_log_generated.stone) + // union team_log.SharedLinkAccessLevel (team_log_stone_gen_team_log_generated.stone) NONE, READER, WRITER, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAddExpiryDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAddExpiryDetails.java index e2ceda52b..945772241 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAddExpiryDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAddExpiryDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,30 +19,51 @@ import java.util.Date; import javax.annotation.Nonnull; +import javax.annotation.Nullable; /** * Added shared link expiration date. */ public class SharedLinkAddExpiryDetails { - // struct team_log.SharedLinkAddExpiryDetails (team_log_generated.stone) + // struct team_log.SharedLinkAddExpiryDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final Date newValue; + @Nullable + protected final Boolean isConsolidationAction; /** * Added shared link expiration date. * * @param newValue New shared link expiration date. Must not be {@code * null}. + * @param isConsolidationAction Indicates whether this was a consolidation + * action by system. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public SharedLinkAddExpiryDetails(@Nonnull Date newValue) { + public SharedLinkAddExpiryDetails(@Nonnull Date newValue, @Nullable Boolean isConsolidationAction) { if (newValue == null) { throw new IllegalArgumentException("Required value for 'newValue' is null"); } this.newValue = LangUtil.truncateMillis(newValue); + this.isConsolidationAction = isConsolidationAction; + } + + /** + * Added shared link expiration date. + * + *

The default values for unset fields will be used.

+ * + * @param newValue New shared link expiration date. Must not be {@code + * null}. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public SharedLinkAddExpiryDetails(@Nonnull Date newValue) { + this(newValue, null); } /** @@ -55,10 +76,21 @@ public Date getNewValue() { return newValue; } + /** + * Indicates whether this was a consolidation action by system. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Boolean getIsConsolidationAction() { + return isConsolidationAction; + } + @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { - this.newValue + this.newValue, + this.isConsolidationAction }); return hash; } @@ -74,7 +106,9 @@ public boolean equals(Object obj) { // be careful with inheritance else if (obj.getClass().equals(this.getClass())) { SharedLinkAddExpiryDetails other = (SharedLinkAddExpiryDetails) obj; - return (this.newValue == other.newValue) || (this.newValue.equals(other.newValue)); + return ((this.newValue == other.newValue) || (this.newValue.equals(other.newValue))) + && ((this.isConsolidationAction == other.isConsolidationAction) || (this.isConsolidationAction != null && this.isConsolidationAction.equals(other.isConsolidationAction))) + ; } else { return false; @@ -111,6 +145,10 @@ public void serialize(SharedLinkAddExpiryDetails value, JsonGenerator g, boolean } g.writeFieldName("new_value"); StoneSerializers.timestamp().serialize(value.newValue, g); + if (value.isConsolidationAction != null) { + g.writeFieldName("is_consolidation_action"); + StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.isConsolidationAction, g); + } if (!collapse) { g.writeEndObject(); } @@ -126,12 +164,16 @@ public SharedLinkAddExpiryDetails deserialize(JsonParser p, boolean collapsed) t } if (tag == null) { Date f_newValue = null; + Boolean f_isConsolidationAction = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); if ("new_value".equals(field)) { f_newValue = StoneSerializers.timestamp().deserialize(p); } + else if ("is_consolidation_action".equals(field)) { + f_isConsolidationAction = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); + } else { skipValue(p); } @@ -139,7 +181,7 @@ public SharedLinkAddExpiryDetails deserialize(JsonParser p, boolean collapsed) t if (f_newValue == null) { throw new JsonParseException(p, "Required field \"new_value\" missing."); } - value = new SharedLinkAddExpiryDetails(f_newValue); + value = new SharedLinkAddExpiryDetails(f_newValue, f_isConsolidationAction); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAddExpiryType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAddExpiryType.java index 0261ab19a..46955936d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAddExpiryType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkAddExpiryType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkAddExpiryType { - // struct team_log.SharedLinkAddExpiryType (team_log_generated.stone) + // struct team_log.SharedLinkAddExpiryType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeExpiryDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeExpiryDetails.java index 2e329696a..515c45508 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeExpiryDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeExpiryDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,12 +25,14 @@ * Changed shared link expiration date. */ public class SharedLinkChangeExpiryDetails { - // struct team_log.SharedLinkChangeExpiryDetails (team_log_generated.stone) + // struct team_log.SharedLinkChangeExpiryDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Date newValue; @Nullable protected final Date previousValue; + @Nullable + protected final Boolean isConsolidationAction; /** * Changed shared link expiration date. @@ -42,10 +44,13 @@ public class SharedLinkChangeExpiryDetails { * historical data gap. * @param previousValue Previous shared link expiration date. Might be * missing due to historical data gap. + * @param isConsolidationAction Indicates whether this was a consolidation + * action by system. */ - public SharedLinkChangeExpiryDetails(@Nullable Date newValue, @Nullable Date previousValue) { + public SharedLinkChangeExpiryDetails(@Nullable Date newValue, @Nullable Date previousValue, @Nullable Boolean isConsolidationAction) { this.newValue = LangUtil.truncateMillis(newValue); this.previousValue = LangUtil.truncateMillis(previousValue); + this.isConsolidationAction = isConsolidationAction; } /** @@ -54,7 +59,7 @@ public SharedLinkChangeExpiryDetails(@Nullable Date newValue, @Nullable Date pre *

The default values for unset fields will be used.

*/ public SharedLinkChangeExpiryDetails() { - this(null, null); + this(null, null, null); } /** @@ -79,6 +84,16 @@ public Date getPreviousValue() { return previousValue; } + /** + * Indicates whether this was a consolidation action by system. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Boolean getIsConsolidationAction() { + return isConsolidationAction; + } + /** * Returns a new builder for creating an instance of this class. * @@ -95,10 +110,12 @@ public static class Builder { protected Date newValue; protected Date previousValue; + protected Boolean isConsolidationAction; protected Builder() { this.newValue = null; this.previousValue = null; + this.isConsolidationAction = null; } /** @@ -127,6 +144,19 @@ public Builder withPreviousValue(Date previousValue) { return this; } + /** + * Set value for optional field. + * + * @param isConsolidationAction Indicates whether this was a + * consolidation action by system. + * + * @return this builder + */ + public Builder withIsConsolidationAction(Boolean isConsolidationAction) { + this.isConsolidationAction = isConsolidationAction; + return this; + } + /** * Builds an instance of {@link SharedLinkChangeExpiryDetails} * configured with this builder's values @@ -134,7 +164,7 @@ public Builder withPreviousValue(Date previousValue) { * @return new instance of {@link SharedLinkChangeExpiryDetails} */ public SharedLinkChangeExpiryDetails build() { - return new SharedLinkChangeExpiryDetails(newValue, previousValue); + return new SharedLinkChangeExpiryDetails(newValue, previousValue, isConsolidationAction); } } @@ -142,7 +172,8 @@ public SharedLinkChangeExpiryDetails build() { public int hashCode() { int hash = Arrays.hashCode(new Object [] { this.newValue, - this.previousValue + this.previousValue, + this.isConsolidationAction }); return hash; } @@ -160,6 +191,7 @@ else if (obj.getClass().equals(this.getClass())) { SharedLinkChangeExpiryDetails other = (SharedLinkChangeExpiryDetails) obj; return ((this.newValue == other.newValue) || (this.newValue != null && this.newValue.equals(other.newValue))) && ((this.previousValue == other.previousValue) || (this.previousValue != null && this.previousValue.equals(other.previousValue))) + && ((this.isConsolidationAction == other.isConsolidationAction) || (this.isConsolidationAction != null && this.isConsolidationAction.equals(other.isConsolidationAction))) ; } else { @@ -203,6 +235,10 @@ public void serialize(SharedLinkChangeExpiryDetails value, JsonGenerator g, bool g.writeFieldName("previous_value"); StoneSerializers.nullable(StoneSerializers.timestamp()).serialize(value.previousValue, g); } + if (value.isConsolidationAction != null) { + g.writeFieldName("is_consolidation_action"); + StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.isConsolidationAction, g); + } if (!collapse) { g.writeEndObject(); } @@ -219,6 +255,7 @@ public SharedLinkChangeExpiryDetails deserialize(JsonParser p, boolean collapsed if (tag == null) { Date f_newValue = null; Date f_previousValue = null; + Boolean f_isConsolidationAction = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -228,11 +265,14 @@ public SharedLinkChangeExpiryDetails deserialize(JsonParser p, boolean collapsed else if ("previous_value".equals(field)) { f_previousValue = StoneSerializers.nullable(StoneSerializers.timestamp()).deserialize(p); } + else if ("is_consolidation_action".equals(field)) { + f_isConsolidationAction = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); + } else { skipValue(p); } } - value = new SharedLinkChangeExpiryDetails(f_newValue, f_previousValue); + value = new SharedLinkChangeExpiryDetails(f_newValue, f_previousValue, f_isConsolidationAction); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeExpiryType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeExpiryType.java index 4ebe2aa75..ad7a173c1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeExpiryType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeExpiryType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkChangeExpiryType { - // struct team_log.SharedLinkChangeExpiryType (team_log_generated.stone) + // struct team_log.SharedLinkChangeExpiryType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeVisibilityDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeVisibilityDetails.java index 1de5c8083..cf156eb4a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeVisibilityDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeVisibilityDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,29 +23,37 @@ * Changed visibility of shared link. */ public class SharedLinkChangeVisibilityDetails { - // struct team_log.SharedLinkChangeVisibilityDetails (team_log_generated.stone) + // struct team_log.SharedLinkChangeVisibilityDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SharedLinkVisibility newValue; @Nullable protected final SharedLinkVisibility previousValue; + @Nullable + protected final Boolean isConsolidationAction; /** * Changed visibility of shared link. * + *

Use {@link newBuilder} to create instances of this class without + * specifying values for all optional fields.

+ * * @param newValue New shared link visibility. Must not be {@code null}. * @param previousValue Previous shared link visibility. Might be missing * due to historical data gap. + * @param isConsolidationAction Indicates whether this was a consolidation + * action by system. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public SharedLinkChangeVisibilityDetails(@Nonnull SharedLinkVisibility newValue, @Nullable SharedLinkVisibility previousValue) { + public SharedLinkChangeVisibilityDetails(@Nonnull SharedLinkVisibility newValue, @Nullable SharedLinkVisibility previousValue, @Nullable Boolean isConsolidationAction) { if (newValue == null) { throw new IllegalArgumentException("Required value for 'newValue' is null"); } this.newValue = newValue; this.previousValue = previousValue; + this.isConsolidationAction = isConsolidationAction; } /** @@ -59,7 +67,7 @@ public SharedLinkChangeVisibilityDetails(@Nonnull SharedLinkVisibility newValue, * preconditions. */ public SharedLinkChangeVisibilityDetails(@Nonnull SharedLinkVisibility newValue) { - this(newValue, null); + this(newValue, null, null); } /** @@ -83,11 +91,91 @@ public SharedLinkVisibility getPreviousValue() { return previousValue; } + /** + * Indicates whether this was a consolidation action by system. + * + * @return value for this field, or {@code null} if not present. + */ + @Nullable + public Boolean getIsConsolidationAction() { + return isConsolidationAction; + } + + /** + * Returns a new builder for creating an instance of this class. + * + * @param newValue New shared link visibility. Must not be {@code null}. + * + * @return builder for this class. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + public static Builder newBuilder(SharedLinkVisibility newValue) { + return new Builder(newValue); + } + + /** + * Builder for {@link SharedLinkChangeVisibilityDetails}. + */ + public static class Builder { + protected final SharedLinkVisibility newValue; + + protected SharedLinkVisibility previousValue; + protected Boolean isConsolidationAction; + + protected Builder(SharedLinkVisibility newValue) { + if (newValue == null) { + throw new IllegalArgumentException("Required value for 'newValue' is null"); + } + this.newValue = newValue; + this.previousValue = null; + this.isConsolidationAction = null; + } + + /** + * Set value for optional field. + * + * @param previousValue Previous shared link visibility. Might be + * missing due to historical data gap. + * + * @return this builder + */ + public Builder withPreviousValue(SharedLinkVisibility previousValue) { + this.previousValue = previousValue; + return this; + } + + /** + * Set value for optional field. + * + * @param isConsolidationAction Indicates whether this was a + * consolidation action by system. + * + * @return this builder + */ + public Builder withIsConsolidationAction(Boolean isConsolidationAction) { + this.isConsolidationAction = isConsolidationAction; + return this; + } + + /** + * Builds an instance of {@link SharedLinkChangeVisibilityDetails} + * configured with this builder's values + * + * @return new instance of {@link SharedLinkChangeVisibilityDetails} + */ + public SharedLinkChangeVisibilityDetails build() { + return new SharedLinkChangeVisibilityDetails(newValue, previousValue, isConsolidationAction); + } + } + @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { this.newValue, - this.previousValue + this.previousValue, + this.isConsolidationAction }); return hash; } @@ -105,6 +193,7 @@ else if (obj.getClass().equals(this.getClass())) { SharedLinkChangeVisibilityDetails other = (SharedLinkChangeVisibilityDetails) obj; return ((this.newValue == other.newValue) || (this.newValue.equals(other.newValue))) && ((this.previousValue == other.previousValue) || (this.previousValue != null && this.previousValue.equals(other.previousValue))) + && ((this.isConsolidationAction == other.isConsolidationAction) || (this.isConsolidationAction != null && this.isConsolidationAction.equals(other.isConsolidationAction))) ; } else { @@ -146,6 +235,10 @@ public void serialize(SharedLinkChangeVisibilityDetails value, JsonGenerator g, g.writeFieldName("previous_value"); StoneSerializers.nullable(SharedLinkVisibility.Serializer.INSTANCE).serialize(value.previousValue, g); } + if (value.isConsolidationAction != null) { + g.writeFieldName("is_consolidation_action"); + StoneSerializers.nullable(StoneSerializers.boolean_()).serialize(value.isConsolidationAction, g); + } if (!collapse) { g.writeEndObject(); } @@ -162,6 +255,7 @@ public SharedLinkChangeVisibilityDetails deserialize(JsonParser p, boolean colla if (tag == null) { SharedLinkVisibility f_newValue = null; SharedLinkVisibility f_previousValue = null; + Boolean f_isConsolidationAction = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -171,6 +265,9 @@ public SharedLinkChangeVisibilityDetails deserialize(JsonParser p, boolean colla else if ("previous_value".equals(field)) { f_previousValue = StoneSerializers.nullable(SharedLinkVisibility.Serializer.INSTANCE).deserialize(p); } + else if ("is_consolidation_action".equals(field)) { + f_isConsolidationAction = StoneSerializers.nullable(StoneSerializers.boolean_()).deserialize(p); + } else { skipValue(p); } @@ -178,7 +275,7 @@ else if ("previous_value".equals(field)) { if (f_newValue == null) { throw new JsonParseException(p, "Required field \"new_value\" missing."); } - value = new SharedLinkChangeVisibilityDetails(f_newValue, f_previousValue); + value = new SharedLinkChangeVisibilityDetails(f_newValue, f_previousValue, f_isConsolidationAction); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeVisibilityType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeVisibilityType.java index 9f88bf808..f3c31d835 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeVisibilityType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkChangeVisibilityType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkChangeVisibilityType { - // struct team_log.SharedLinkChangeVisibilityType (team_log_generated.stone) + // struct team_log.SharedLinkChangeVisibilityType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCopyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCopyDetails.java index f44a4aa49..4af656950 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCopyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCopyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Added file/folder to Dropbox from shared link. */ public class SharedLinkCopyDetails { - // struct team_log.SharedLinkCopyDetails (team_log_generated.stone) + // struct team_log.SharedLinkCopyDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final UserLogInfo sharedLinkOwner; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCopyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCopyType.java index e6f75ac7f..ca9df0312 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCopyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCopyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkCopyType { - // struct team_log.SharedLinkCopyType (team_log_generated.stone) + // struct team_log.SharedLinkCopyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCreateDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCreateDetails.java index 81013dae1..badbc207e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCreateDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCreateDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Created shared link. */ public class SharedLinkCreateDetails { - // struct team_log.SharedLinkCreateDetails (team_log_generated.stone) + // struct team_log.SharedLinkCreateDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final SharedLinkAccessLevel sharedLinkAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCreateType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCreateType.java index 7e3146096..f3d3648b5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCreateType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkCreateType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkCreateType { - // struct team_log.SharedLinkCreateType (team_log_generated.stone) + // struct team_log.SharedLinkCreateType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDisableDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDisableDetails.java index 38e1c1feb..a838a6b1e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDisableDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDisableDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Removed shared link. */ public class SharedLinkDisableDetails { - // struct team_log.SharedLinkDisableDetails (team_log_generated.stone) + // struct team_log.SharedLinkDisableDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final UserLogInfo sharedLinkOwner; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDisableType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDisableType.java index f6fe9e632..ad47420dd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDisableType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDisableType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkDisableType { - // struct team_log.SharedLinkDisableType (team_log_generated.stone) + // struct team_log.SharedLinkDisableType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDownloadDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDownloadDetails.java index de409bc4d..56fe8204c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDownloadDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDownloadDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Downloaded file/folder from shared link. */ public class SharedLinkDownloadDetails { - // struct team_log.SharedLinkDownloadDetails (team_log_generated.stone) + // struct team_log.SharedLinkDownloadDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final UserLogInfo sharedLinkOwner; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDownloadType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDownloadType.java index 2972d7e9b..e7752cfbf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDownloadType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkDownloadType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkDownloadType { - // struct team_log.SharedLinkDownloadType (team_log_generated.stone) + // struct team_log.SharedLinkDownloadType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkRemoveExpiryDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkRemoveExpiryDetails.java index fc32d4467..597ac7e89 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkRemoveExpiryDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkRemoveExpiryDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * Removed shared link expiration date. */ public class SharedLinkRemoveExpiryDetails { - // struct team_log.SharedLinkRemoveExpiryDetails (team_log_generated.stone) + // struct team_log.SharedLinkRemoveExpiryDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Date previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkRemoveExpiryType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkRemoveExpiryType.java index 8d711a5c8..393d5b583 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkRemoveExpiryType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkRemoveExpiryType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkRemoveExpiryType { - // struct team_log.SharedLinkRemoveExpiryType (team_log_generated.stone) + // struct team_log.SharedLinkRemoveExpiryType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddExpirationDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddExpirationDetails.java index 55f4c7166..eddb992fa 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddExpirationDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddExpirationDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -26,7 +26,7 @@ * Added an expiration date to the shared link. */ public class SharedLinkSettingsAddExpirationDetails { - // struct team_log.SharedLinkSettingsAddExpirationDetails (team_log_generated.stone) + // struct team_log.SharedLinkSettingsAddExpirationDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddExpirationType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddExpirationType.java index 39ebcdb51..76e65f9a9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddExpirationType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddExpirationType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkSettingsAddExpirationType { - // struct team_log.SharedLinkSettingsAddExpirationType (team_log_generated.stone) + // struct team_log.SharedLinkSettingsAddExpirationType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddPasswordDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddPasswordDetails.java index 7ce0df99b..cb6cb6f0e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddPasswordDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddPasswordDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Added a password to the shared link. */ public class SharedLinkSettingsAddPasswordDetails { - // struct team_log.SharedLinkSettingsAddPasswordDetails (team_log_generated.stone) + // struct team_log.SharedLinkSettingsAddPasswordDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddPasswordType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddPasswordType.java index 752bf2b03..fb2ea9f22 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddPasswordType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAddPasswordType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkSettingsAddPasswordType { - // struct team_log.SharedLinkSettingsAddPasswordType (team_log_generated.stone) + // struct team_log.SharedLinkSettingsAddPasswordType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadDisabledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadDisabledDetails.java index dc4587a16..3fb8d0b7d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadDisabledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadDisabledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Disabled downloads. */ public class SharedLinkSettingsAllowDownloadDisabledDetails { - // struct team_log.SharedLinkSettingsAllowDownloadDisabledDetails (team_log_generated.stone) + // struct team_log.SharedLinkSettingsAllowDownloadDisabledDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadDisabledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadDisabledType.java index e38cbc317..023fa80f1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadDisabledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadDisabledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkSettingsAllowDownloadDisabledType { - // struct team_log.SharedLinkSettingsAllowDownloadDisabledType (team_log_generated.stone) + // struct team_log.SharedLinkSettingsAllowDownloadDisabledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadEnabledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadEnabledDetails.java index dd1758684..2ea23c7d3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadEnabledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadEnabledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Enabled downloads. */ public class SharedLinkSettingsAllowDownloadEnabledDetails { - // struct team_log.SharedLinkSettingsAllowDownloadEnabledDetails (team_log_generated.stone) + // struct team_log.SharedLinkSettingsAllowDownloadEnabledDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadEnabledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadEnabledType.java index c54f58811..c98a2f7e0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadEnabledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsAllowDownloadEnabledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkSettingsAllowDownloadEnabledType { - // struct team_log.SharedLinkSettingsAllowDownloadEnabledType (team_log_generated.stone) + // struct team_log.SharedLinkSettingsAllowDownloadEnabledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeAudienceDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeAudienceDetails.java index 8c1c43b83..523acaa64 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeAudienceDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeAudienceDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * Changed the audience of the shared link. */ public class SharedLinkSettingsChangeAudienceDetails { - // struct team_log.SharedLinkSettingsChangeAudienceDetails (team_log_generated.stone) + // struct team_log.SharedLinkSettingsChangeAudienceDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeAudienceType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeAudienceType.java index 998f324b6..8409a89f0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeAudienceType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeAudienceType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkSettingsChangeAudienceType { - // struct team_log.SharedLinkSettingsChangeAudienceType (team_log_generated.stone) + // struct team_log.SharedLinkSettingsChangeAudienceType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeExpirationDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeExpirationDetails.java index fb6cc2154..69ebf0e68 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeExpirationDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeExpirationDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -26,7 +26,7 @@ * Changed the expiration date of the shared link. */ public class SharedLinkSettingsChangeExpirationDetails { - // struct team_log.SharedLinkSettingsChangeExpirationDetails (team_log_generated.stone) + // struct team_log.SharedLinkSettingsChangeExpirationDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeExpirationType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeExpirationType.java index cb8efb0ad..7d2911997 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeExpirationType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangeExpirationType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkSettingsChangeExpirationType { - // struct team_log.SharedLinkSettingsChangeExpirationType (team_log_generated.stone) + // struct team_log.SharedLinkSettingsChangeExpirationType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangePasswordDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangePasswordDetails.java index 38ac34cf1..6f15670cd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangePasswordDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangePasswordDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed the password of the shared link. */ public class SharedLinkSettingsChangePasswordDetails { - // struct team_log.SharedLinkSettingsChangePasswordDetails (team_log_generated.stone) + // struct team_log.SharedLinkSettingsChangePasswordDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangePasswordType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangePasswordType.java index f6541f7cc..c7e0fd7b8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangePasswordType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsChangePasswordType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkSettingsChangePasswordType { - // struct team_log.SharedLinkSettingsChangePasswordType (team_log_generated.stone) + // struct team_log.SharedLinkSettingsChangePasswordType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemoveExpirationDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemoveExpirationDetails.java index ca2d0c412..92f34df31 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemoveExpirationDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemoveExpirationDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -26,7 +26,7 @@ * Removed the expiration date from the shared link. */ public class SharedLinkSettingsRemoveExpirationDetails { - // struct team_log.SharedLinkSettingsRemoveExpirationDetails (team_log_generated.stone) + // struct team_log.SharedLinkSettingsRemoveExpirationDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemoveExpirationType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemoveExpirationType.java index 891e4aeb9..50c10643e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemoveExpirationType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemoveExpirationType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkSettingsRemoveExpirationType { - // struct team_log.SharedLinkSettingsRemoveExpirationType (team_log_generated.stone) + // struct team_log.SharedLinkSettingsRemoveExpirationType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemovePasswordDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemovePasswordDetails.java index 81e1a9e9d..9110f4a3f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemovePasswordDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemovePasswordDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Removed the password from the shared link. */ public class SharedLinkSettingsRemovePasswordDetails { - // struct team_log.SharedLinkSettingsRemovePasswordDetails (team_log_generated.stone) + // struct team_log.SharedLinkSettingsRemovePasswordDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final AccessLevel sharedContentAccessLevel; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemovePasswordType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemovePasswordType.java index 5bd629f4b..e28c5316d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemovePasswordType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkSettingsRemovePasswordType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkSettingsRemovePasswordType { - // struct team_log.SharedLinkSettingsRemovePasswordType (team_log_generated.stone) + // struct team_log.SharedLinkSettingsRemovePasswordType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkShareDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkShareDetails.java index f4f3bc4f4..e5f29e5e1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkShareDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkShareDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Added members as audience of shared link. */ public class SharedLinkShareDetails { - // struct team_log.SharedLinkShareDetails (team_log_generated.stone) + // struct team_log.SharedLinkShareDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final UserLogInfo sharedLinkOwner; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkShareType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkShareType.java index 0b6dc795b..020c63b8d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkShareType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkShareType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkShareType { - // struct team_log.SharedLinkShareType (team_log_generated.stone) + // struct team_log.SharedLinkShareType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkViewDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkViewDetails.java index 592b9d41c..f096c4e00 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkViewDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkViewDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Opened shared link. */ public class SharedLinkViewDetails { - // struct team_log.SharedLinkViewDetails (team_log_generated.stone) + // struct team_log.SharedLinkViewDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final UserLogInfo sharedLinkOwner; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkViewType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkViewType.java index 6ffb5c277..3d6179061 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkViewType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkViewType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedLinkViewType { - // struct team_log.SharedLinkViewType (team_log_generated.stone) + // struct team_log.SharedLinkViewType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkVisibility.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkVisibility.java index 21d39e16b..3d54eadc7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkVisibility.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedLinkVisibility.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Defines who has access to a shared link. */ public enum SharedLinkVisibility { - // union team_log.SharedLinkVisibility (team_log_generated.stone) + // union team_log.SharedLinkVisibility (team_log_stone_gen_team_log_generated.stone) NO_ONE, PASSWORD, PUBLIC, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedNoteOpenedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedNoteOpenedDetails.java index d128515d5..c44242687 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedNoteOpenedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedNoteOpenedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Opened shared Paper doc. */ public class SharedNoteOpenedDetails { - // struct team_log.SharedNoteOpenedDetails (team_log_generated.stone) + // struct team_log.SharedNoteOpenedDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedNoteOpenedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedNoteOpenedType.java index baf309d46..62b190ddf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedNoteOpenedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharedNoteOpenedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharedNoteOpenedType { - // struct team_log.SharedNoteOpenedType (team_log_generated.stone) + // struct team_log.SharedNoteOpenedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeFolderJoinPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeFolderJoinPolicyDetails.java index 95d148177..7006f08db 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeFolderJoinPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeFolderJoinPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed whether team members can join shared folders owned outside team. */ public class SharingChangeFolderJoinPolicyDetails { - // struct team_log.SharingChangeFolderJoinPolicyDetails (team_log_generated.stone) + // struct team_log.SharingChangeFolderJoinPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SharingFolderJoinPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeFolderJoinPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeFolderJoinPolicyType.java index 73954d89d..b4f6db27c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeFolderJoinPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeFolderJoinPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharingChangeFolderJoinPolicyType { - // struct team_log.SharingChangeFolderJoinPolicyType (team_log_generated.stone) + // struct team_log.SharingChangeFolderJoinPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkAllowChangeExpirationPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkAllowChangeExpirationPolicyDetails.java index 9721cd19e..4f1b1cfff 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkAllowChangeExpirationPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkAllowChangeExpirationPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * outside of the team. */ public class SharingChangeLinkAllowChangeExpirationPolicyDetails { - // struct team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails (team_log_generated.stone) + // struct team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final EnforceLinkPasswordPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkAllowChangeExpirationPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkAllowChangeExpirationPolicyType.java index 4f3f105f6..a274d13c3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkAllowChangeExpirationPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkAllowChangeExpirationPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharingChangeLinkAllowChangeExpirationPolicyType { - // struct team_log.SharingChangeLinkAllowChangeExpirationPolicyType (team_log_generated.stone) + // struct team_log.SharingChangeLinkAllowChangeExpirationPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkDefaultExpirationPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkDefaultExpirationPolicyDetails.java index e25fb98ad..c8abf3111 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkDefaultExpirationPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkDefaultExpirationPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed the default expiration for the links shared outside of the team. */ public class SharingChangeLinkDefaultExpirationPolicyDetails { - // struct team_log.SharingChangeLinkDefaultExpirationPolicyDetails (team_log_generated.stone) + // struct team_log.SharingChangeLinkDefaultExpirationPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final DefaultLinkExpirationDaysPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkDefaultExpirationPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkDefaultExpirationPolicyType.java index 23201157b..1c55dbe46 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkDefaultExpirationPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkDefaultExpirationPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharingChangeLinkDefaultExpirationPolicyType { - // struct team_log.SharingChangeLinkDefaultExpirationPolicyType (team_log_generated.stone) + // struct team_log.SharingChangeLinkDefaultExpirationPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkEnforcePasswordPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkEnforcePasswordPolicyDetails.java index be43d60a1..a58919695 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkEnforcePasswordPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkEnforcePasswordPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed the password requirement for the links shared outside of the team. */ public class SharingChangeLinkEnforcePasswordPolicyDetails { - // struct team_log.SharingChangeLinkEnforcePasswordPolicyDetails (team_log_generated.stone) + // struct team_log.SharingChangeLinkEnforcePasswordPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ChangeLinkExpirationPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkEnforcePasswordPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkEnforcePasswordPolicyType.java index 63c933d99..f46859239 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkEnforcePasswordPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkEnforcePasswordPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharingChangeLinkEnforcePasswordPolicyType { - // struct team_log.SharingChangeLinkEnforcePasswordPolicyType (team_log_generated.stone) + // struct team_log.SharingChangeLinkEnforcePasswordPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkPolicyDetails.java index 71cf72be1..7911d17b3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * accessible only by team members or anyone by default. */ public class SharingChangeLinkPolicyDetails { - // struct team_log.SharingChangeLinkPolicyDetails (team_log_generated.stone) + // struct team_log.SharingChangeLinkPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SharingLinkPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkPolicyType.java index d40e3aa32..18fdb343d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeLinkPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharingChangeLinkPolicyType { - // struct team_log.SharingChangeLinkPolicyType (team_log_generated.stone) + // struct team_log.SharingChangeLinkPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeMemberPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeMemberPolicyDetails.java index 850412861..607139339 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeMemberPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeMemberPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed whether members can share files/folders outside team. */ public class SharingChangeMemberPolicyDetails { - // struct team_log.SharingChangeMemberPolicyDetails (team_log_generated.stone) + // struct team_log.SharingChangeMemberPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SharingMemberPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeMemberPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeMemberPolicyType.java index 4a3a13e49..ab130861c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeMemberPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingChangeMemberPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SharingChangeMemberPolicyType { - // struct team_log.SharingChangeMemberPolicyType (team_log_generated.stone) + // struct team_log.SharingChangeMemberPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingFolderJoinPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingFolderJoinPolicy.java index 1954c9703..eb87c8d71 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingFolderJoinPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingFolderJoinPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * team members. */ public enum SharingFolderJoinPolicy { - // union team_log.SharingFolderJoinPolicy (team_log_generated.stone) + // union team_log.SharingFolderJoinPolicy (team_log_stone_gen_team_log_generated.stone) FROM_ANYONE, FROM_TEAM_ONLY, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingLinkPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingLinkPolicy.java index 46f51e7e8..c554871b7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingLinkPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingLinkPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling if team members can share links externally */ public enum SharingLinkPolicy { - // union team_log.SharingLinkPolicy (team_log_generated.stone) + // union team_log.SharingLinkPolicy (team_log_stone_gen_team_log_generated.stone) DEFAULT_NO_ONE, DEFAULT_PRIVATE, DEFAULT_PUBLIC, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingMemberPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingMemberPolicy.java index 42d0f301a..e169f97ac 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingMemberPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SharingMemberPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * External sharing policy */ public enum SharingMemberPolicy { - // union team_log.SharingMemberPolicy (team_log_generated.stone) + // union team_log.SharingMemberPolicy (team_log_stone_gen_team_log_generated.stone) ALLOW, FORBID, FORBID_WITH_EXCLUSIONS, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelDisableDownloadsDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelDisableDownloadsDetails.java index b31ceea61..48a8fa73c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelDisableDownloadsDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelDisableDownloadsDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Disabled downloads for link. */ public class ShmodelDisableDownloadsDetails { - // struct team_log.ShmodelDisableDownloadsDetails (team_log_generated.stone) + // struct team_log.ShmodelDisableDownloadsDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final UserLogInfo sharedLinkOwner; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelDisableDownloadsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelDisableDownloadsType.java index 2133a54a7..aceaa5334 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelDisableDownloadsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelDisableDownloadsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShmodelDisableDownloadsType { - // struct team_log.ShmodelDisableDownloadsType (team_log_generated.stone) + // struct team_log.ShmodelDisableDownloadsType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelEnableDownloadsDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelEnableDownloadsDetails.java index 0ff9072db..920924d83 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelEnableDownloadsDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelEnableDownloadsDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Enabled downloads for link. */ public class ShmodelEnableDownloadsDetails { - // struct team_log.ShmodelEnableDownloadsDetails (team_log_generated.stone) + // struct team_log.ShmodelEnableDownloadsDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final UserLogInfo sharedLinkOwner; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelEnableDownloadsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelEnableDownloadsType.java index 56c94e64f..7faaff767 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelEnableDownloadsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelEnableDownloadsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShmodelEnableDownloadsType { - // struct team_log.ShmodelEnableDownloadsType (team_log_generated.stone) + // struct team_log.ShmodelEnableDownloadsType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelGroupShareDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelGroupShareDetails.java index cd3e42f56..0c59f97ca 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelGroupShareDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelGroupShareDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Shared link with group. */ public class ShmodelGroupShareDetails { - // struct team_log.ShmodelGroupShareDetails (team_log_generated.stone) + // struct team_log.ShmodelGroupShareDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelGroupShareType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelGroupShareType.java index 338428a63..679c5eedf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelGroupShareType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShmodelGroupShareType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShmodelGroupShareType { - // struct team_log.ShmodelGroupShareType (team_log_generated.stone) + // struct team_log.ShmodelGroupShareType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAccessGrantedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAccessGrantedDetails.java index 27036ff4b..d5b48e662 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAccessGrantedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAccessGrantedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Granted access to showcase. */ public class ShowcaseAccessGrantedDetails { - // struct team_log.ShowcaseAccessGrantedDetails (team_log_generated.stone) + // struct team_log.ShowcaseAccessGrantedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAccessGrantedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAccessGrantedType.java index 8646cc4e3..133f219d7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAccessGrantedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAccessGrantedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseAccessGrantedType { - // struct team_log.ShowcaseAccessGrantedType (team_log_generated.stone) + // struct team_log.ShowcaseAccessGrantedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAddMemberDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAddMemberDetails.java index 2e7a49c28..c9a649094 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAddMemberDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAddMemberDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added member to showcase. */ public class ShowcaseAddMemberDetails { - // struct team_log.ShowcaseAddMemberDetails (team_log_generated.stone) + // struct team_log.ShowcaseAddMemberDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAddMemberType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAddMemberType.java index 123444a00..5d9977b5f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAddMemberType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseAddMemberType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseAddMemberType { - // struct team_log.ShowcaseAddMemberType (team_log_generated.stone) + // struct team_log.ShowcaseAddMemberType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseArchivedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseArchivedDetails.java index b6ea9b319..ae54d74be 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseArchivedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseArchivedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Archived showcase. */ public class ShowcaseArchivedDetails { - // struct team_log.ShowcaseArchivedDetails (team_log_generated.stone) + // struct team_log.ShowcaseArchivedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseArchivedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseArchivedType.java index ddb9261d2..fb43fcffd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseArchivedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseArchivedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseArchivedType { - // struct team_log.ShowcaseArchivedType (team_log_generated.stone) + // struct team_log.ShowcaseArchivedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeDownloadPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeDownloadPolicyDetails.java index 118b9f8d1..2687dc712 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeDownloadPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeDownloadPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Enabled/disabled downloading files from Dropbox Showcase for team. */ public class ShowcaseChangeDownloadPolicyDetails { - // struct team_log.ShowcaseChangeDownloadPolicyDetails (team_log_generated.stone) + // struct team_log.ShowcaseChangeDownloadPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ShowcaseDownloadPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeDownloadPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeDownloadPolicyType.java index 758720798..3606d2767 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeDownloadPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeDownloadPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseChangeDownloadPolicyType { - // struct team_log.ShowcaseChangeDownloadPolicyType (team_log_generated.stone) + // struct team_log.ShowcaseChangeDownloadPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeEnabledPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeEnabledPolicyDetails.java index ac1551ebb..650e3757f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeEnabledPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeEnabledPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Enabled/disabled Dropbox Showcase for team. */ public class ShowcaseChangeEnabledPolicyDetails { - // struct team_log.ShowcaseChangeEnabledPolicyDetails (team_log_generated.stone) + // struct team_log.ShowcaseChangeEnabledPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ShowcaseEnabledPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeEnabledPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeEnabledPolicyType.java index b851464ce..b6993a0b8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeEnabledPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeEnabledPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseChangeEnabledPolicyType { - // struct team_log.ShowcaseChangeEnabledPolicyType (team_log_generated.stone) + // struct team_log.ShowcaseChangeEnabledPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeExternalSharingPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeExternalSharingPolicyDetails.java index 0f2afbbd5..779b2dfa1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeExternalSharingPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeExternalSharingPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Enabled/disabled sharing Dropbox Showcase externally for team. */ public class ShowcaseChangeExternalSharingPolicyDetails { - // struct team_log.ShowcaseChangeExternalSharingPolicyDetails (team_log_generated.stone) + // struct team_log.ShowcaseChangeExternalSharingPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final ShowcaseExternalSharingPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeExternalSharingPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeExternalSharingPolicyType.java index c292ea081..409d1d844 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeExternalSharingPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseChangeExternalSharingPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseChangeExternalSharingPolicyType { - // struct team_log.ShowcaseChangeExternalSharingPolicyType (team_log_generated.stone) + // struct team_log.ShowcaseChangeExternalSharingPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseCreatedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseCreatedDetails.java index f298a0e62..5b8bade33 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseCreatedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseCreatedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Created showcase. */ public class ShowcaseCreatedDetails { - // struct team_log.ShowcaseCreatedDetails (team_log_generated.stone) + // struct team_log.ShowcaseCreatedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseCreatedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseCreatedType.java index 136ef1676..71293e4a7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseCreatedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseCreatedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseCreatedType { - // struct team_log.ShowcaseCreatedType (team_log_generated.stone) + // struct team_log.ShowcaseCreatedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDeleteCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDeleteCommentDetails.java index 08a217139..d343a6472 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDeleteCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDeleteCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Deleted showcase comment. */ public class ShowcaseDeleteCommentDetails { - // struct team_log.ShowcaseDeleteCommentDetails (team_log_generated.stone) + // struct team_log.ShowcaseDeleteCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDeleteCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDeleteCommentType.java index 114d1545b..5262fcb16 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDeleteCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDeleteCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseDeleteCommentType { - // struct team_log.ShowcaseDeleteCommentType (team_log_generated.stone) + // struct team_log.ShowcaseDeleteCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDocumentLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDocumentLogInfo.java index 9b161a9af..9c34ba4b4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDocumentLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDocumentLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Showcase document's logged information. */ public class ShowcaseDocumentLogInfo { - // struct team_log.ShowcaseDocumentLogInfo (team_log_generated.stone) + // struct team_log.ShowcaseDocumentLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String showcaseId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDownloadPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDownloadPolicy.java index 702e8665b..e678a5b8a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDownloadPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseDownloadPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * members */ public enum ShowcaseDownloadPolicy { - // union team_log.ShowcaseDownloadPolicy (team_log_generated.stone) + // union team_log.ShowcaseDownloadPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditCommentDetails.java index c175cab80..0bb26fcd5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Edited showcase comment. */ public class ShowcaseEditCommentDetails { - // struct team_log.ShowcaseEditCommentDetails (team_log_generated.stone) + // struct team_log.ShowcaseEditCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditCommentType.java index 33ffea9e9..5fda8fe3a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseEditCommentType { - // struct team_log.ShowcaseEditCommentType (team_log_generated.stone) + // struct team_log.ShowcaseEditCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditedDetails.java index defb00671..a9abdff0e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Edited showcase. */ public class ShowcaseEditedDetails { - // struct team_log.ShowcaseEditedDetails (team_log_generated.stone) + // struct team_log.ShowcaseEditedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditedType.java index e5044d9ba..8e88a5907 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEditedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseEditedType { - // struct team_log.ShowcaseEditedType (team_log_generated.stone) + // struct team_log.ShowcaseEditedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEnabledPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEnabledPolicy.java index c7e5b567d..ba5e819ee 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEnabledPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseEnabledPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling whether Showcase is enabled. */ public enum ShowcaseEnabledPolicy { - // union team_log.ShowcaseEnabledPolicy (team_log_generated.stone) + // union team_log.ShowcaseEnabledPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseExternalSharingPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseExternalSharingPolicy.java index 5dee194a2..f88984817 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseExternalSharingPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseExternalSharingPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling if team members can share Showcases externally. */ public enum ShowcaseExternalSharingPolicy { - // union team_log.ShowcaseExternalSharingPolicy (team_log_generated.stone) + // union team_log.ShowcaseExternalSharingPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileAddedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileAddedDetails.java index 96b5c719b..f01e5a99a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileAddedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileAddedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added file to showcase. */ public class ShowcaseFileAddedDetails { - // struct team_log.ShowcaseFileAddedDetails (team_log_generated.stone) + // struct team_log.ShowcaseFileAddedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileAddedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileAddedType.java index e45bb019c..030b27266 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileAddedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileAddedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseFileAddedType { - // struct team_log.ShowcaseFileAddedType (team_log_generated.stone) + // struct team_log.ShowcaseFileAddedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileDownloadDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileDownloadDetails.java index f5380cc7d..73c3984c7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileDownloadDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileDownloadDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Downloaded file from showcase. */ public class ShowcaseFileDownloadDetails { - // struct team_log.ShowcaseFileDownloadDetails (team_log_generated.stone) + // struct team_log.ShowcaseFileDownloadDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileDownloadType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileDownloadType.java index 3b165bdf8..430011f5a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileDownloadType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileDownloadType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseFileDownloadType { - // struct team_log.ShowcaseFileDownloadType (team_log_generated.stone) + // struct team_log.ShowcaseFileDownloadType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileRemovedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileRemovedDetails.java index cbc4fc861..1be2797f5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileRemovedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileRemovedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed file from showcase. */ public class ShowcaseFileRemovedDetails { - // struct team_log.ShowcaseFileRemovedDetails (team_log_generated.stone) + // struct team_log.ShowcaseFileRemovedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileRemovedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileRemovedType.java index fee2e2170..41ce64702 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileRemovedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileRemovedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseFileRemovedType { - // struct team_log.ShowcaseFileRemovedType (team_log_generated.stone) + // struct team_log.ShowcaseFileRemovedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileViewDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileViewDetails.java index 92f120e03..132eb385e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileViewDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileViewDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Viewed file in showcase. */ public class ShowcaseFileViewDetails { - // struct team_log.ShowcaseFileViewDetails (team_log_generated.stone) + // struct team_log.ShowcaseFileViewDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileViewType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileViewType.java index f0a053eb7..1853db596 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileViewType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseFileViewType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseFileViewType { - // struct team_log.ShowcaseFileViewType (team_log_generated.stone) + // struct team_log.ShowcaseFileViewType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePermanentlyDeletedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePermanentlyDeletedDetails.java index 445303682..6f5fa0800 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePermanentlyDeletedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePermanentlyDeletedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Permanently deleted showcase. */ public class ShowcasePermanentlyDeletedDetails { - // struct team_log.ShowcasePermanentlyDeletedDetails (team_log_generated.stone) + // struct team_log.ShowcasePermanentlyDeletedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePermanentlyDeletedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePermanentlyDeletedType.java index 7b82fada3..4505064e6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePermanentlyDeletedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePermanentlyDeletedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcasePermanentlyDeletedType { - // struct team_log.ShowcasePermanentlyDeletedType (team_log_generated.stone) + // struct team_log.ShowcasePermanentlyDeletedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePostCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePostCommentDetails.java index 0a7caad3d..8ab8daf2b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePostCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePostCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Added showcase comment. */ public class ShowcasePostCommentDetails { - // struct team_log.ShowcasePostCommentDetails (team_log_generated.stone) + // struct team_log.ShowcasePostCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePostCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePostCommentType.java index 63fbd4d9a..56872f5cc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePostCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcasePostCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcasePostCommentType { - // struct team_log.ShowcasePostCommentType (team_log_generated.stone) + // struct team_log.ShowcasePostCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRemoveMemberDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRemoveMemberDetails.java index 0736fd984..f8d6c7f88 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRemoveMemberDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRemoveMemberDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed member from showcase. */ public class ShowcaseRemoveMemberDetails { - // struct team_log.ShowcaseRemoveMemberDetails (team_log_generated.stone) + // struct team_log.ShowcaseRemoveMemberDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRemoveMemberType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRemoveMemberType.java index ffe451b7c..6eb05b831 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRemoveMemberType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRemoveMemberType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseRemoveMemberType { - // struct team_log.ShowcaseRemoveMemberType (team_log_generated.stone) + // struct team_log.ShowcaseRemoveMemberType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRenamedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRenamedDetails.java index a904787ae..68787f1d8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRenamedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRenamedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Renamed showcase. */ public class ShowcaseRenamedDetails { - // struct team_log.ShowcaseRenamedDetails (team_log_generated.stone) + // struct team_log.ShowcaseRenamedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRenamedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRenamedType.java index f7b383920..07e444e0e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRenamedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRenamedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseRenamedType { - // struct team_log.ShowcaseRenamedType (team_log_generated.stone) + // struct team_log.ShowcaseRenamedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRequestAccessDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRequestAccessDetails.java index ffd4a185c..aa9f1da91 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRequestAccessDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRequestAccessDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Requested access to showcase. */ public class ShowcaseRequestAccessDetails { - // struct team_log.ShowcaseRequestAccessDetails (team_log_generated.stone) + // struct team_log.ShowcaseRequestAccessDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRequestAccessType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRequestAccessType.java index 42a60968c..17abb3bbb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRequestAccessType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRequestAccessType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseRequestAccessType { - // struct team_log.ShowcaseRequestAccessType (team_log_generated.stone) + // struct team_log.ShowcaseRequestAccessType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseResolveCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseResolveCommentDetails.java index 8af352395..b03e1919d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseResolveCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseResolveCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Resolved showcase comment. */ public class ShowcaseResolveCommentDetails { - // struct team_log.ShowcaseResolveCommentDetails (team_log_generated.stone) + // struct team_log.ShowcaseResolveCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseResolveCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseResolveCommentType.java index 486c8fd2e..d211dd189 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseResolveCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseResolveCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseResolveCommentType { - // struct team_log.ShowcaseResolveCommentType (team_log_generated.stone) + // struct team_log.ShowcaseResolveCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRestoredDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRestoredDetails.java index d9bd2498f..16db0fc3c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRestoredDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRestoredDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Unarchived showcase. */ public class ShowcaseRestoredDetails { - // struct team_log.ShowcaseRestoredDetails (team_log_generated.stone) + // struct team_log.ShowcaseRestoredDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRestoredType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRestoredType.java index a21110d9f..a6b3b0366 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRestoredType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseRestoredType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseRestoredType { - // struct team_log.ShowcaseRestoredType (team_log_generated.stone) + // struct team_log.ShowcaseRestoredType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDeprecatedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDeprecatedDetails.java index 67ca5a2a0..4879a6a5e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDeprecatedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDeprecatedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Deleted showcase (old version). */ public class ShowcaseTrashedDeprecatedDetails { - // struct team_log.ShowcaseTrashedDeprecatedDetails (team_log_generated.stone) + // struct team_log.ShowcaseTrashedDeprecatedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDeprecatedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDeprecatedType.java index c5867af53..6f11d5248 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDeprecatedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDeprecatedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseTrashedDeprecatedType { - // struct team_log.ShowcaseTrashedDeprecatedType (team_log_generated.stone) + // struct team_log.ShowcaseTrashedDeprecatedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDetails.java index 2b7e43ded..653dd0b9f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Deleted showcase. */ public class ShowcaseTrashedDetails { - // struct team_log.ShowcaseTrashedDetails (team_log_generated.stone) + // struct team_log.ShowcaseTrashedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedType.java index a0661d0af..d162d6e13 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseTrashedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseTrashedType { - // struct team_log.ShowcaseTrashedType (team_log_generated.stone) + // struct team_log.ShowcaseTrashedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUnresolveCommentDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUnresolveCommentDetails.java index 5bafcda32..5bd829c6e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUnresolveCommentDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUnresolveCommentDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Unresolved showcase comment. */ public class ShowcaseUnresolveCommentDetails { - // struct team_log.ShowcaseUnresolveCommentDetails (team_log_generated.stone) + // struct team_log.ShowcaseUnresolveCommentDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUnresolveCommentType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUnresolveCommentType.java index 69896cf3f..be6dcf3bd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUnresolveCommentType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUnresolveCommentType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseUnresolveCommentType { - // struct team_log.ShowcaseUnresolveCommentType (team_log_generated.stone) + // struct team_log.ShowcaseUnresolveCommentType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDeprecatedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDeprecatedDetails.java index de0437ac7..0c7b41cac 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDeprecatedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDeprecatedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Restored showcase (old version). */ public class ShowcaseUntrashedDeprecatedDetails { - // struct team_log.ShowcaseUntrashedDeprecatedDetails (team_log_generated.stone) + // struct team_log.ShowcaseUntrashedDeprecatedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDeprecatedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDeprecatedType.java index 88e5a31f3..53b3b746c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDeprecatedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDeprecatedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseUntrashedDeprecatedType { - // struct team_log.ShowcaseUntrashedDeprecatedType (team_log_generated.stone) + // struct team_log.ShowcaseUntrashedDeprecatedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDetails.java index 5600ba3c8..af35e70f6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Restored showcase. */ public class ShowcaseUntrashedDetails { - // struct team_log.ShowcaseUntrashedDetails (team_log_generated.stone) + // struct team_log.ShowcaseUntrashedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedType.java index b4177bf2e..9ebd6aeea 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseUntrashedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseUntrashedType { - // struct team_log.ShowcaseUntrashedType (team_log_generated.stone) + // struct team_log.ShowcaseUntrashedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseViewDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseViewDetails.java index 0f7fa3d32..1d7357a76 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseViewDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseViewDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Viewed showcase. */ public class ShowcaseViewDetails { - // struct team_log.ShowcaseViewDetails (team_log_generated.stone) + // struct team_log.ShowcaseViewDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String eventUuid; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseViewType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseViewType.java index 879d3d47f..dc7a0e004 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseViewType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ShowcaseViewType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ShowcaseViewType { - // struct team_log.ShowcaseViewType (team_log_generated.stone) + // struct team_log.ShowcaseViewType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionEndDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionEndDetails.java index 9e7fe60eb..1b9de97dd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionEndDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionEndDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Ended admin sign-in-as session. */ public class SignInAsSessionEndDetails { - // struct team_log.SignInAsSessionEndDetails (team_log_generated.stone) + // struct team_log.SignInAsSessionEndDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionEndType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionEndType.java index ba0ed24e2..34bd52e20 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionEndType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionEndType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SignInAsSessionEndType { - // struct team_log.SignInAsSessionEndType (team_log_generated.stone) + // struct team_log.SignInAsSessionEndType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionStartDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionStartDetails.java index 8859e6313..f4887e1ea 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionStartDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionStartDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Started admin sign-in-as session. */ public class SignInAsSessionStartDetails { - // struct team_log.SignInAsSessionStartDetails (team_log_generated.stone) + // struct team_log.SignInAsSessionStartDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionStartType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionStartType.java index b2e36ad39..66377ff5b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionStartType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SignInAsSessionStartType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SignInAsSessionStartType { - // struct team_log.SignInAsSessionStartType (team_log_generated.stone) + // struct team_log.SignInAsSessionStartType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncChangePolicyDetails.java index 8e142f9e1..5c2285f37 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed default Smart Sync setting for team members. */ public class SmartSyncChangePolicyDetails { - // struct team_log.SmartSyncChangePolicyDetails (team_log_generated.stone) + // struct team_log.SmartSyncChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final SmartSyncPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncChangePolicyType.java index 4cd14fc51..86c27c523 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SmartSyncChangePolicyType { - // struct team_log.SmartSyncChangePolicyType (team_log_generated.stone) + // struct team_log.SmartSyncChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncCreateAdminPrivilegeReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncCreateAdminPrivilegeReportDetails.java index 368182050..e824ad58c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncCreateAdminPrivilegeReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncCreateAdminPrivilegeReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created Smart Sync non-admin devices report. */ public class SmartSyncCreateAdminPrivilegeReportDetails { - // struct team_log.SmartSyncCreateAdminPrivilegeReportDetails (team_log_generated.stone) + // struct team_log.SmartSyncCreateAdminPrivilegeReportDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncCreateAdminPrivilegeReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncCreateAdminPrivilegeReportType.java index 46e19ba59..fc9eb8cbf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncCreateAdminPrivilegeReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncCreateAdminPrivilegeReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SmartSyncCreateAdminPrivilegeReportType { - // struct team_log.SmartSyncCreateAdminPrivilegeReportType (team_log_generated.stone) + // struct team_log.SmartSyncCreateAdminPrivilegeReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncNotOptOutDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncNotOptOutDetails.java index 1cb5c8751..46e83aea4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncNotOptOutDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncNotOptOutDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Opted team into Smart Sync. */ public class SmartSyncNotOptOutDetails { - // struct team_log.SmartSyncNotOptOutDetails (team_log_generated.stone) + // struct team_log.SmartSyncNotOptOutDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SmartSyncOptOutPolicy previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncNotOptOutType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncNotOptOutType.java index 342279ea0..a2f8caf1f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncNotOptOutType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncNotOptOutType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SmartSyncNotOptOutType { - // struct team_log.SmartSyncNotOptOutType (team_log_generated.stone) + // struct team_log.SmartSyncNotOptOutType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutDetails.java index b549b2688..897acb0e1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Opted team out of Smart Sync. */ public class SmartSyncOptOutDetails { - // struct team_log.SmartSyncOptOutDetails (team_log_generated.stone) + // struct team_log.SmartSyncOptOutDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SmartSyncOptOutPolicy previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutPolicy.java index afafb422f..c51449806 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SmartSyncOptOutPolicy { - // union team_log.SmartSyncOptOutPolicy (team_log_generated.stone) + // union team_log.SmartSyncOptOutPolicy (team_log_stone_gen_team_log_generated.stone) DEFAULT, OPTED_OUT, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutType.java index d5f8df676..d727ad156 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmartSyncOptOutType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SmartSyncOptOutType { - // struct team_log.SmartSyncOptOutType (team_log_generated.stone) + // struct team_log.SmartSyncOptOutType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmarterSmartSyncPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmarterSmartSyncPolicyChangedDetails.java index 4bec8f118..f6db589eb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmarterSmartSyncPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmarterSmartSyncPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed automatic Smart Sync setting for team. */ public class SmarterSmartSyncPolicyChangedDetails { - // struct team_log.SmarterSmartSyncPolicyChangedDetails (team_log_generated.stone) + // struct team_log.SmarterSmartSyncPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SmarterSmartSyncPolicyState previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmarterSmartSyncPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmarterSmartSyncPolicyChangedType.java index 7c9abd122..697661fe5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmarterSmartSyncPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SmarterSmartSyncPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SmarterSmartSyncPolicyChangedType { - // struct team_log.SmarterSmartSyncPolicyChangedType (team_log_generated.stone) + // struct team_log.SmarterSmartSyncPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SpaceCapsType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SpaceCapsType.java index 14eb2e008..be4ca1a53 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SpaceCapsType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SpaceCapsType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Space limit alert policy */ public enum SpaceCapsType { - // union team_log.SpaceCapsType (team_log_generated.stone) + // union team_log.SpaceCapsType (team_log_stone_gen_team_log_generated.stone) HARD, OFF, SOFT, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SpaceLimitsStatus.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SpaceLimitsStatus.java index 35e22e60d..d3b024c19 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SpaceLimitsStatus.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SpaceLimitsStatus.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SpaceLimitsStatus { - // union team_log.SpaceLimitsStatus (team_log_generated.stone) + // union team_log.SpaceLimitsStatus (team_log_stone_gen_team_log_generated.stone) NEAR_QUOTA, OVER_QUOTA, WITHIN_QUOTA, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddCertDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddCertDetails.java index dc8f83236..011e6e1a3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddCertDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddCertDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added X.509 certificate for SSO. */ public class SsoAddCertDetails { - // struct team_log.SsoAddCertDetails (team_log_generated.stone) + // struct team_log.SsoAddCertDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final Certificate certificateDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddCertType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddCertType.java index abf048a44..4bd2e7f5f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddCertType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddCertType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoAddCertType { - // struct team_log.SsoAddCertType (team_log_generated.stone) + // struct team_log.SsoAddCertType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLoginUrlDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLoginUrlDetails.java index b0a141f8e..0201cb4df 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLoginUrlDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLoginUrlDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Added sign-in URL for SSO. */ public class SsoAddLoginUrlDetails { - // struct team_log.SsoAddLoginUrlDetails (team_log_generated.stone) + // struct team_log.SsoAddLoginUrlDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLoginUrlType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLoginUrlType.java index 462cbdc6d..1b95f8998 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLoginUrlType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLoginUrlType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoAddLoginUrlType { - // struct team_log.SsoAddLoginUrlType (team_log_generated.stone) + // struct team_log.SsoAddLoginUrlType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLogoutUrlDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLogoutUrlDetails.java index a8eb62752..52520f7b6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLogoutUrlDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLogoutUrlDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Added sign-out URL for SSO. */ public class SsoAddLogoutUrlDetails { - // struct team_log.SsoAddLogoutUrlDetails (team_log_generated.stone) + // struct team_log.SsoAddLogoutUrlDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLogoutUrlType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLogoutUrlType.java index 83e301b32..e3b4b17f8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLogoutUrlType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoAddLogoutUrlType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoAddLogoutUrlType { - // struct team_log.SsoAddLogoutUrlType (team_log_generated.stone) + // struct team_log.SsoAddLogoutUrlType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeCertDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeCertDetails.java index 0275c6fac..41ab702d5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeCertDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeCertDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed X.509 certificate for SSO. */ public class SsoChangeCertDetails { - // struct team_log.SsoChangeCertDetails (team_log_generated.stone) + // struct team_log.SsoChangeCertDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final Certificate previousCertificateDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeCertType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeCertType.java index 5d837c836..7634fba23 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeCertType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeCertType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoChangeCertType { - // struct team_log.SsoChangeCertType (team_log_generated.stone) + // struct team_log.SsoChangeCertType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLoginUrlDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLoginUrlDetails.java index 97114a057..542f9e9ab 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLoginUrlDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLoginUrlDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed sign-in URL for SSO. */ public class SsoChangeLoginUrlDetails { - // struct team_log.SsoChangeLoginUrlDetails (team_log_generated.stone) + // struct team_log.SsoChangeLoginUrlDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLoginUrlType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLoginUrlType.java index fe978861e..60c6cba70 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLoginUrlType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLoginUrlType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoChangeLoginUrlType { - // struct team_log.SsoChangeLoginUrlType (team_log_generated.stone) + // struct team_log.SsoChangeLoginUrlType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLogoutUrlDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLogoutUrlDetails.java index 742ebef83..44143e037 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLogoutUrlDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLogoutUrlDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed sign-out URL for SSO. */ public class SsoChangeLogoutUrlDetails { - // struct team_log.SsoChangeLogoutUrlDetails (team_log_generated.stone) + // struct team_log.SsoChangeLogoutUrlDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLogoutUrlType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLogoutUrlType.java index 87a18f84e..c1c1059c6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLogoutUrlType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeLogoutUrlType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoChangeLogoutUrlType { - // struct team_log.SsoChangeLogoutUrlType (team_log_generated.stone) + // struct team_log.SsoChangeLogoutUrlType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangePolicyDetails.java index e83fde174..b8846d679 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed single sign-on setting for team. */ public class SsoChangePolicyDetails { - // struct team_log.SsoChangePolicyDetails (team_log_generated.stone) + // struct team_log.SsoChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SsoPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangePolicyType.java index 559e5cc63..a007e5e87 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoChangePolicyType { - // struct team_log.SsoChangePolicyType (team_log_generated.stone) + // struct team_log.SsoChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeSamlIdentityModeDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeSamlIdentityModeDetails.java index 4baf015dd..23835df6d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeSamlIdentityModeDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeSamlIdentityModeDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Changed SAML identity mode for SSO. */ public class SsoChangeSamlIdentityModeDetails { - // struct team_log.SsoChangeSamlIdentityModeDetails (team_log_generated.stone) + // struct team_log.SsoChangeSamlIdentityModeDetails (team_log_stone_gen_team_log_generated.stone) protected final long previousValue; protected final long newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeSamlIdentityModeType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeSamlIdentityModeType.java index e09a7503b..964dfbe12 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeSamlIdentityModeType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoChangeSamlIdentityModeType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoChangeSamlIdentityModeType { - // struct team_log.SsoChangeSamlIdentityModeType (team_log_generated.stone) + // struct team_log.SsoChangeSamlIdentityModeType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoErrorDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoErrorDetails.java index 8d0e53429..72b171f5a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoErrorDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoErrorDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Failed to sign in via SSO. */ public class SsoErrorDetails { - // struct team_log.SsoErrorDetails (team_log_generated.stone) + // struct team_log.SsoErrorDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FailureDetailsLogInfo errorDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoErrorType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoErrorType.java index a94fab9b1..0cd56ace3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoErrorType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoErrorType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoErrorType { - // struct team_log.SsoErrorType (team_log_generated.stone) + // struct team_log.SsoErrorType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveCertDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveCertDetails.java index 764ce65b1..751afb9cd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveCertDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveCertDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed X.509 certificate for SSO. */ public class SsoRemoveCertDetails { - // struct team_log.SsoRemoveCertDetails (team_log_generated.stone) + // struct team_log.SsoRemoveCertDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveCertType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveCertType.java index d17e5cd72..4c68c6442 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveCertType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveCertType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoRemoveCertType { - // struct team_log.SsoRemoveCertType (team_log_generated.stone) + // struct team_log.SsoRemoveCertType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLoginUrlDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLoginUrlDetails.java index 2d9f8bc7e..a61e3383e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLoginUrlDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLoginUrlDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed sign-in URL for SSO. */ public class SsoRemoveLoginUrlDetails { - // struct team_log.SsoRemoveLoginUrlDetails (team_log_generated.stone) + // struct team_log.SsoRemoveLoginUrlDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLoginUrlType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLoginUrlType.java index 605f402d6..3d309c678 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLoginUrlType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLoginUrlType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoRemoveLoginUrlType { - // struct team_log.SsoRemoveLoginUrlType (team_log_generated.stone) + // struct team_log.SsoRemoveLoginUrlType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLogoutUrlDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLogoutUrlDetails.java index c89ff7659..5b996d10d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLogoutUrlDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLogoutUrlDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Removed sign-out URL for SSO. */ public class SsoRemoveLogoutUrlDetails { - // struct team_log.SsoRemoveLogoutUrlDetails (team_log_generated.stone) + // struct team_log.SsoRemoveLogoutUrlDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLogoutUrlType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLogoutUrlType.java index d898863af..16d0ed67f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLogoutUrlType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/SsoRemoveLogoutUrlType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class SsoRemoveLogoutUrlType { - // struct team_log.SsoRemoveLogoutUrlType (team_log_generated.stone) + // struct team_log.SsoRemoveLogoutUrlType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/StartedEnterpriseAdminSessionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/StartedEnterpriseAdminSessionDetails.java index bec7f57af..e7055809d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/StartedEnterpriseAdminSessionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/StartedEnterpriseAdminSessionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Started enterprise admin session. */ public class StartedEnterpriseAdminSessionDetails { - // struct team_log.StartedEnterpriseAdminSessionDetails (team_log_generated.stone) + // struct team_log.StartedEnterpriseAdminSessionDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final FedExtraDetails federationExtraDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/StartedEnterpriseAdminSessionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/StartedEnterpriseAdminSessionType.java index fbad1f3ee..51a3d0313 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/StartedEnterpriseAdminSessionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/StartedEnterpriseAdminSessionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class StartedEnterpriseAdminSessionType { - // struct team_log.StartedEnterpriseAdminSessionType (team_log_generated.stone) + // struct team_log.StartedEnterpriseAdminSessionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportDetails.java index efb380124..6e44a2d59 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Created team activity report. */ public class TeamActivityCreateReportDetails { - // struct team_log.TeamActivityCreateReportDetails (team_log_generated.stone) + // struct team_log.TeamActivityCreateReportDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final Date startDate; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportFailDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportFailDetails.java index 29d632d64..d5bc826a3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportFailDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportFailDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Couldn't generate team activity report. */ public class TeamActivityCreateReportFailDetails { - // struct team_log.TeamActivityCreateReportFailDetails (team_log_generated.stone) + // struct team_log.TeamActivityCreateReportFailDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamReportFailureReason failureReason; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportFailType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportFailType.java index c9345e59f..6744c53fe 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportFailType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportFailType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamActivityCreateReportFailType { - // struct team_log.TeamActivityCreateReportFailType (team_log_generated.stone) + // struct team_log.TeamActivityCreateReportFailType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportType.java index 5ca7e60ad..713e990da 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamActivityCreateReportType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamActivityCreateReportType { - // struct team_log.TeamActivityCreateReportType (team_log_generated.stone) + // struct team_log.TeamActivityCreateReportType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicy.java index b67814c54..be7505185 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling team access to setting up branding feature */ public enum TeamBrandingPolicy { - // union team_log.TeamBrandingPolicy (team_log_generated.stone) + // union team_log.TeamBrandingPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicyChangedDetails.java index 1d1d0c28a..c34b88314 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed team branding policy for team. */ public class TeamBrandingPolicyChangedDetails { - // struct team_log.TeamBrandingPolicyChangedDetails (team_log_generated.stone) + // struct team_log.TeamBrandingPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamBrandingPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicyChangedType.java index 8b705a23c..a165c112c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamBrandingPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamBrandingPolicyChangedType { - // struct team_log.TeamBrandingPolicyChangedType (team_log_generated.stone) + // struct team_log.TeamBrandingPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamDetails.java index 7b7c6ae22..49cc3853a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * More details about the team. */ public class TeamDetails { - // struct team_log.TeamDetails (team_log_generated.stone) + // struct team_log.TeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String team; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCancelKeyDeletionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCancelKeyDeletionDetails.java index e84e85c29..3f9c6231d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCancelKeyDeletionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCancelKeyDeletionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Canceled team encryption key deletion. */ public class TeamEncryptionKeyCancelKeyDeletionDetails { - // struct team_log.TeamEncryptionKeyCancelKeyDeletionDetails (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyCancelKeyDeletionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCancelKeyDeletionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCancelKeyDeletionType.java index 277c5a7e4..5f101a908 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCancelKeyDeletionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCancelKeyDeletionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamEncryptionKeyCancelKeyDeletionType { - // struct team_log.TeamEncryptionKeyCancelKeyDeletionType (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyCancelKeyDeletionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCreateKeyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCreateKeyDetails.java index fa647eb2c..0269020d3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCreateKeyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCreateKeyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created team encryption key. */ public class TeamEncryptionKeyCreateKeyDetails { - // struct team_log.TeamEncryptionKeyCreateKeyDetails (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyCreateKeyDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCreateKeyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCreateKeyType.java index 814a4906a..f691cae2a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCreateKeyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyCreateKeyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamEncryptionKeyCreateKeyType { - // struct team_log.TeamEncryptionKeyCreateKeyType (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyCreateKeyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDeleteKeyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDeleteKeyDetails.java index a1d317a37..680ec1778 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDeleteKeyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDeleteKeyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Deleted team encryption key. */ public class TeamEncryptionKeyDeleteKeyDetails { - // struct team_log.TeamEncryptionKeyDeleteKeyDetails (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyDeleteKeyDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDeleteKeyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDeleteKeyType.java index 158012f6c..e68f9c558 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDeleteKeyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDeleteKeyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamEncryptionKeyDeleteKeyType { - // struct team_log.TeamEncryptionKeyDeleteKeyType (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyDeleteKeyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDisableKeyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDisableKeyDetails.java index 5435aae49..f6bf22658 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDisableKeyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDisableKeyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Disabled team encryption key. */ public class TeamEncryptionKeyDisableKeyDetails { - // struct team_log.TeamEncryptionKeyDisableKeyDetails (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyDisableKeyDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDisableKeyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDisableKeyType.java index 196ffbe6b..3e72352f1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDisableKeyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyDisableKeyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamEncryptionKeyDisableKeyType { - // struct team_log.TeamEncryptionKeyDisableKeyType (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyDisableKeyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyEnableKeyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyEnableKeyDetails.java index 015bd94c1..1d68ab851 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyEnableKeyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyEnableKeyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Enabled team encryption key. */ public class TeamEncryptionKeyEnableKeyDetails { - // struct team_log.TeamEncryptionKeyEnableKeyDetails (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyEnableKeyDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyEnableKeyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyEnableKeyType.java index 0cd53f19a..e39218918 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyEnableKeyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyEnableKeyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamEncryptionKeyEnableKeyType { - // struct team_log.TeamEncryptionKeyEnableKeyType (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyEnableKeyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyDetails.java index 616aee687..4291ffe35 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Rotated team encryption key. */ public class TeamEncryptionKeyRotateKeyDetails { - // struct team_log.TeamEncryptionKeyRotateKeyDetails (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyRotateKeyDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyType.java index 089678fa5..07855a793 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamEncryptionKeyRotateKeyType { - // struct team_log.TeamEncryptionKeyRotateKeyType (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyRotateKeyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionDetails.java index 599d8b619..fa1e9aee6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Scheduled encryption key deletion. */ public class TeamEncryptionKeyScheduleKeyDeletionDetails { - // struct team_log.TeamEncryptionKeyScheduleKeyDeletionDetails (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyScheduleKeyDeletionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionType.java index 76fa9ff60..54046cace 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamEncryptionKeyScheduleKeyDeletionType { - // struct team_log.TeamEncryptionKeyScheduleKeyDeletionType (team_log_generated.stone) + // struct team_log.TeamEncryptionKeyScheduleKeyDeletionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEvent.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEvent.java index 567279216..5497270a6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEvent.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamEvent.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -26,7 +26,7 @@ * An audit log event. */ public class TeamEvent { - // struct team_log.TeamEvent (team_log_generated.stone) + // struct team_log.TeamEvent (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final Date timestamp; @@ -64,17 +64,15 @@ public class TeamEvent { * @param details The variable event schema applicable to this type of * action, instantiated with respect to this particular action. Must not * be {@code null}. - * @param actor The entity who actually performed the action. Might be - * missing due to historical data gap. + * @param actor The entity who actually performed the action. * @param origin The origin from which the actor performed the action * including information about host, ip address, location, session, etc. * If the action was performed programmatically via the API the origin * represents the API client. * @param involveNonTeamMember True if the action involved a non team - * member either as the actor or as one of the affected users. Might be - * missing due to historical data gap. + * member either as the actor or as one of the affected users. * @param context The user or team on whose behalf the actor performed the - * action. Might be missing due to historical data gap. + * action. * @param participants Zero or more users and/or groups that are affected * by the action. Note that this list doesn't include any actors or * users in context. Must not contain a {@code null} item. @@ -189,8 +187,7 @@ public EventDetails getDetails() { } /** - * The entity who actually performed the action. Might be missing due to - * historical data gap. + * The entity who actually performed the action. * * @return value for this field, or {@code null} if not present. */ @@ -214,7 +211,7 @@ public OriginLogInfo getOrigin() { /** * True if the action involved a non team member either as the actor or as - * one of the affected users. Might be missing due to historical data gap. + * one of the affected users. * * @return value for this field, or {@code null} if not present. */ @@ -224,8 +221,7 @@ public Boolean getInvolveNonTeamMember() { } /** - * The user or team on whose behalf the actor performed the action. Might be - * missing due to historical data gap. + * The user or team on whose behalf the actor performed the action. * * @return value for this field, or {@code null} if not present. */ @@ -323,8 +319,7 @@ protected Builder(Date timestamp, EventCategory eventCategory, EventType eventTy /** * Set value for optional field. * - * @param actor The entity who actually performed the action. Might be - * missing due to historical data gap. + * @param actor The entity who actually performed the action. * * @return this builder */ @@ -352,8 +347,7 @@ public Builder withOrigin(OriginLogInfo origin) { * Set value for optional field. * * @param involveNonTeamMember True if the action involved a non team - * member either as the actor or as one of the affected users. Might - * be missing due to historical data gap. + * member either as the actor or as one of the affected users. * * @return this builder */ @@ -366,7 +360,7 @@ public Builder withInvolveNonTeamMember(Boolean involveNonTeamMember) { * Set value for optional field. * * @param context The user or team on whose behalf the actor performed - * the action. Might be missing due to historical data gap. + * the action. * * @return this builder */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicy.java index 28e5f41d8..66e12a7a6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling whether App Integrations are enabled for the team. */ public enum TeamExtensionsPolicy { - // union team_log.TeamExtensionsPolicy (team_log_generated.stone) + // union team_log.TeamExtensionsPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedDetails.java index 3317696ef..302651708 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed App Integrations setting for team. */ public class TeamExtensionsPolicyChangedDetails { - // struct team_log.TeamExtensionsPolicyChangedDetails (team_log_generated.stone) + // struct team_log.TeamExtensionsPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamExtensionsPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedType.java index a797dd695..b759bd456 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamExtensionsPolicyChangedType { - // struct team_log.TeamExtensionsPolicyChangedType (team_log_generated.stone) + // struct team_log.TeamExtensionsPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderChangeStatusDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderChangeStatusDetails.java index 211b0466a..d4d46714b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderChangeStatusDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderChangeStatusDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * Changed archival status of team folder. */ public class TeamFolderChangeStatusDetails { - // struct team_log.TeamFolderChangeStatusDetails (team_log_generated.stone) + // struct team_log.TeamFolderChangeStatusDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamFolderStatus newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderChangeStatusType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderChangeStatusType.java index 410688ee6..4eb1e1114 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderChangeStatusType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderChangeStatusType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamFolderChangeStatusType { - // struct team_log.TeamFolderChangeStatusType (team_log_generated.stone) + // struct team_log.TeamFolderChangeStatusType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderCreateDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderCreateDetails.java index cf3156815..8a6858a6e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderCreateDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderCreateDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Created team folder in active status. */ public class TeamFolderCreateDetails { - // struct team_log.TeamFolderCreateDetails (team_log_generated.stone) + // struct team_log.TeamFolderCreateDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderCreateType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderCreateType.java index 6eebe2fef..148f508a2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderCreateType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderCreateType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamFolderCreateType { - // struct team_log.TeamFolderCreateType (team_log_generated.stone) + // struct team_log.TeamFolderCreateType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderDowngradeDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderDowngradeDetails.java index f0a2096d5..7ff7fc776 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderDowngradeDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderDowngradeDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Downgraded team folder to regular shared folder. */ public class TeamFolderDowngradeDetails { - // struct team_log.TeamFolderDowngradeDetails (team_log_generated.stone) + // struct team_log.TeamFolderDowngradeDetails (team_log_stone_gen_team_log_generated.stone) protected final long targetAssetIndex; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderDowngradeType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderDowngradeType.java index f7d04b453..cfa9e9f11 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderDowngradeType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderDowngradeType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamFolderDowngradeType { - // struct team_log.TeamFolderDowngradeType (team_log_generated.stone) + // struct team_log.TeamFolderDowngradeType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderPermanentlyDeleteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderPermanentlyDeleteDetails.java index eab70b6a9..51933c3f9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderPermanentlyDeleteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderPermanentlyDeleteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Permanently deleted archived team folder. */ public class TeamFolderPermanentlyDeleteDetails { - // struct team_log.TeamFolderPermanentlyDeleteDetails (team_log_generated.stone) + // struct team_log.TeamFolderPermanentlyDeleteDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderPermanentlyDeleteType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderPermanentlyDeleteType.java index f0a6f50a7..c94b01d9a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderPermanentlyDeleteType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderPermanentlyDeleteType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamFolderPermanentlyDeleteType { - // struct team_log.TeamFolderPermanentlyDeleteType (team_log_generated.stone) + // struct team_log.TeamFolderPermanentlyDeleteType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderRenameDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderRenameDetails.java index 427014207..450a888fb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderRenameDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderRenameDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Renamed active/archived team folder. */ public class TeamFolderRenameDetails { - // struct team_log.TeamFolderRenameDetails (team_log_generated.stone) + // struct team_log.TeamFolderRenameDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String previousFolderName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderRenameType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderRenameType.java index 098c747d1..dce879b94 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderRenameType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamFolderRenameType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamFolderRenameType { - // struct team_log.TeamFolderRenameType (team_log_generated.stone) + // struct team_log.TeamFolderRenameType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamInviteDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamInviteDetails.java index ed5d8743a..da24348c9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamInviteDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamInviteDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Details about team invites */ public class TeamInviteDetails { - // struct team_log.TeamInviteDetails (team_log_generated.stone) + // struct team_log.TeamInviteDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final InviteMethod inviteMethod; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamLinkedAppLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamLinkedAppLogInfo.java index f4e7269a6..5fb3f1cc3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamLinkedAppLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamLinkedAppLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team linked app */ public class TeamLinkedAppLogInfo extends AppLogInfo { - // struct team_log.TeamLinkedAppLogInfo (team_log_generated.stone) + // struct team_log.TeamLinkedAppLogInfo (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamLogInfo.java index 12761424c..d2fcbb4d9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team's logged information. */ public class TeamLogInfo { - // struct team_log.TeamLogInfo (team_log_generated.stone) + // struct team_log.TeamLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String displayName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMemberLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMemberLogInfo.java index d8ceaa792..c1a184f46 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMemberLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMemberLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Team member's logged information. */ public class TeamMemberLogInfo extends UserLogInfo { - // struct team_log.TeamMemberLogInfo (team_log_generated.stone) + // struct team_log.TeamMemberLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String teamMemberId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMembershipType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMembershipType.java index c493a4abe..ad09acfd0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMembershipType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMembershipType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TeamMembershipType { - // union team_log.TeamMembershipType (team_log_generated.stone) + // union team_log.TeamMembershipType (team_log_stone_gen_team_log_generated.stone) FREE, FULL, GUEST, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeFromDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeFromDetails.java index 6394c3519..8ebaa67f3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeFromDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeFromDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Merged another team into this team. */ public class TeamMergeFromDetails { - // struct team_log.TeamMergeFromDetails (team_log_generated.stone) + // struct team_log.TeamMergeFromDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String teamName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeFromType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeFromType.java index 66f1b7f1b..a12060da3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeFromType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeFromType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeFromType { - // struct team_log.TeamMergeFromType (team_log_generated.stone) + // struct team_log.TeamMergeFromType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedDetails.java index d92dd26f2..f6445df1b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Accepted a team merge request. */ public class TeamMergeRequestAcceptedDetails { - // struct team_log.TeamMergeRequestAcceptedDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestAcceptedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamMergeRequestAcceptedExtraDetails requestAcceptedDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedExtraDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedExtraDetails.java index 3f0ca3b76..8a07d4f0a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedExtraDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedExtraDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,18 +29,18 @@ * will be used.

*/ public final class TeamMergeRequestAcceptedExtraDetails { - // union team_log.TeamMergeRequestAcceptedExtraDetails (team_log_generated.stone) + // union team_log.TeamMergeRequestAcceptedExtraDetails (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link TeamMergeRequestAcceptedExtraDetails}. */ public enum Tag { /** - * Team merge request accepted details shown to the primary team. + * Team merge request accepted details shown to the primary team */ PRIMARY_TEAM, // PrimaryTeamRequestAcceptedDetails /** - * Team merge request accepted details shown to the secondary team. + * Team merge request accepted details shown to the secondary team */ SECONDARY_TEAM, // SecondaryTeamRequestAcceptedDetails /** @@ -152,7 +152,7 @@ public boolean isPrimaryTeam() { * Returns an instance of {@code TeamMergeRequestAcceptedExtraDetails} that * has its tag set to {@link Tag#PRIMARY_TEAM}. * - *

Team merge request accepted details shown to the primary team.

+ *

Team merge request accepted details shown to the primary team

* * @param value value to assign to this instance. * @@ -169,7 +169,7 @@ public static TeamMergeRequestAcceptedExtraDetails primaryTeam(PrimaryTeamReques } /** - * Team merge request accepted details shown to the primary team. + * Team merge request accepted details shown to the primary team * *

This instance must be tagged as {@link Tag#PRIMARY_TEAM}.

* @@ -201,7 +201,7 @@ public boolean isSecondaryTeam() { * Returns an instance of {@code TeamMergeRequestAcceptedExtraDetails} that * has its tag set to {@link Tag#SECONDARY_TEAM}. * - *

Team merge request accepted details shown to the secondary team.

+ *

Team merge request accepted details shown to the secondary team

* * @param value value to assign to this instance. * @@ -218,7 +218,7 @@ public static TeamMergeRequestAcceptedExtraDetails secondaryTeam(SecondaryTeamRe } /** - * Team merge request accepted details shown to the secondary team. + * Team merge request accepted details shown to the secondary team * *

This instance must be tagged as {@link Tag#SECONDARY_TEAM}.

* diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToPrimaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToPrimaryTeamDetails.java index c16d01b26..34448052b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToPrimaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToPrimaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Accepted a team merge request. */ public class TeamMergeRequestAcceptedShownToPrimaryTeamDetails { - // struct team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToPrimaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToPrimaryTeamType.java index 8a43277e2..1f2c8d197 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToPrimaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToPrimaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestAcceptedShownToPrimaryTeamType { - // struct team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToSecondaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToSecondaryTeamDetails.java index 18cb95b95..df005d078 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToSecondaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToSecondaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Accepted a team merge request. */ public class TeamMergeRequestAcceptedShownToSecondaryTeamDetails { - // struct team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String primaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToSecondaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToSecondaryTeamType.java index 25abc6954..7c4efa173 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToSecondaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedShownToSecondaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestAcceptedShownToSecondaryTeamType { - // struct team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedType.java index 7fd77762c..5389653b2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAcceptedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestAcceptedType { - // struct team_log.TeamMergeRequestAcceptedType (team_log_generated.stone) + // struct team_log.TeamMergeRequestAcceptedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAutoCanceledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAutoCanceledDetails.java index 4a82284ed..d197f54f0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAutoCanceledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAutoCanceledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Automatically canceled team merge request. */ public class TeamMergeRequestAutoCanceledDetails { - // struct team_log.TeamMergeRequestAutoCanceledDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestAutoCanceledDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String details; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAutoCanceledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAutoCanceledType.java index 0abfff248..053739376 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAutoCanceledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestAutoCanceledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestAutoCanceledType { - // struct team_log.TeamMergeRequestAutoCanceledType (team_log_generated.stone) + // struct team_log.TeamMergeRequestAutoCanceledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledDetails.java index eb6177b6e..6279c4721 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Canceled a team merge request. */ public class TeamMergeRequestCanceledDetails { - // struct team_log.TeamMergeRequestCanceledDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestCanceledDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamMergeRequestCanceledExtraDetails requestCanceledDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledExtraDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledExtraDetails.java index 79a62fce0..2281a3ea7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledExtraDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledExtraDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,18 +29,18 @@ * will be used.

*/ public final class TeamMergeRequestCanceledExtraDetails { - // union team_log.TeamMergeRequestCanceledExtraDetails (team_log_generated.stone) + // union team_log.TeamMergeRequestCanceledExtraDetails (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link TeamMergeRequestCanceledExtraDetails}. */ public enum Tag { /** - * Team merge request cancellation details shown to the primary team. + * Team merge request cancellation details shown to the primary team */ PRIMARY_TEAM, // PrimaryTeamRequestCanceledDetails /** - * Team merge request cancellation details shown to the secondary team. + * Team merge request cancellation details shown to the secondary team */ SECONDARY_TEAM, // SecondaryTeamRequestCanceledDetails /** @@ -152,7 +152,7 @@ public boolean isPrimaryTeam() { * Returns an instance of {@code TeamMergeRequestCanceledExtraDetails} that * has its tag set to {@link Tag#PRIMARY_TEAM}. * - *

Team merge request cancellation details shown to the primary team. + *

Team merge request cancellation details shown to the primary team *

* * @param value value to assign to this instance. @@ -170,7 +170,7 @@ public static TeamMergeRequestCanceledExtraDetails primaryTeam(PrimaryTeamReques } /** - * Team merge request cancellation details shown to the primary team. + * Team merge request cancellation details shown to the primary team * *

This instance must be tagged as {@link Tag#PRIMARY_TEAM}.

* @@ -202,7 +202,7 @@ public boolean isSecondaryTeam() { * Returns an instance of {@code TeamMergeRequestCanceledExtraDetails} that * has its tag set to {@link Tag#SECONDARY_TEAM}. * - *

Team merge request cancellation details shown to the secondary team. + *

Team merge request cancellation details shown to the secondary team *

* * @param value value to assign to this instance. @@ -220,7 +220,7 @@ public static TeamMergeRequestCanceledExtraDetails secondaryTeam(SecondaryTeamRe } /** - * Team merge request cancellation details shown to the secondary team. + * Team merge request cancellation details shown to the secondary team * *

This instance must be tagged as {@link Tag#SECONDARY_TEAM}.

* diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToPrimaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToPrimaryTeamDetails.java index c676f52d7..44800e9c9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToPrimaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToPrimaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Canceled a team merge request. */ public class TeamMergeRequestCanceledShownToPrimaryTeamDetails { - // struct team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToPrimaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToPrimaryTeamType.java index 2afaf54f1..0ce63eb83 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToPrimaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToPrimaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestCanceledShownToPrimaryTeamType { - // struct team_log.TeamMergeRequestCanceledShownToPrimaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestCanceledShownToPrimaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToSecondaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToSecondaryTeamDetails.java index bc0f1e852..e954ab08b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToSecondaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToSecondaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Canceled a team merge request. */ public class TeamMergeRequestCanceledShownToSecondaryTeamDetails { - // struct team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sentTo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToSecondaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToSecondaryTeamType.java index 8b581bb4a..967db6340 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToSecondaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledShownToSecondaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestCanceledShownToSecondaryTeamType { - // struct team_log.TeamMergeRequestCanceledShownToSecondaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestCanceledShownToSecondaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledType.java index 236860d8c..b93fdc604 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestCanceledType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestCanceledType { - // struct team_log.TeamMergeRequestCanceledType (team_log_generated.stone) + // struct team_log.TeamMergeRequestCanceledType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredDetails.java index 24bf5d6fa..d424680ba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request expired. */ public class TeamMergeRequestExpiredDetails { - // struct team_log.TeamMergeRequestExpiredDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestExpiredDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamMergeRequestExpiredExtraDetails requestExpiredDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredExtraDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredExtraDetails.java index d9dcf871c..ce006992e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredExtraDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredExtraDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,18 +29,18 @@ * will be used.

*/ public final class TeamMergeRequestExpiredExtraDetails { - // union team_log.TeamMergeRequestExpiredExtraDetails (team_log_generated.stone) + // union team_log.TeamMergeRequestExpiredExtraDetails (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link TeamMergeRequestExpiredExtraDetails}. */ public enum Tag { /** - * Team merge request canceled details shown to the primary team. + * Team merge request canceled details shown to the primary team */ PRIMARY_TEAM, // PrimaryTeamRequestExpiredDetails /** - * Team merge request canceled details shown to the secondary team. + * Team merge request canceled details shown to the secondary team */ SECONDARY_TEAM, // SecondaryTeamRequestExpiredDetails /** @@ -152,7 +152,7 @@ public boolean isPrimaryTeam() { * Returns an instance of {@code TeamMergeRequestExpiredExtraDetails} that * has its tag set to {@link Tag#PRIMARY_TEAM}. * - *

Team merge request canceled details shown to the primary team.

+ *

Team merge request canceled details shown to the primary team

* * @param value value to assign to this instance. * @@ -169,7 +169,7 @@ public static TeamMergeRequestExpiredExtraDetails primaryTeam(PrimaryTeamRequest } /** - * Team merge request canceled details shown to the primary team. + * Team merge request canceled details shown to the primary team * *

This instance must be tagged as {@link Tag#PRIMARY_TEAM}.

* @@ -201,7 +201,7 @@ public boolean isSecondaryTeam() { * Returns an instance of {@code TeamMergeRequestExpiredExtraDetails} that * has its tag set to {@link Tag#SECONDARY_TEAM}. * - *

Team merge request canceled details shown to the secondary team.

+ *

Team merge request canceled details shown to the secondary team

* * @param value value to assign to this instance. * @@ -218,7 +218,7 @@ public static TeamMergeRequestExpiredExtraDetails secondaryTeam(SecondaryTeamReq } /** - * Team merge request canceled details shown to the secondary team. + * Team merge request canceled details shown to the secondary team * *

This instance must be tagged as {@link Tag#SECONDARY_TEAM}.

* diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToPrimaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToPrimaryTeamDetails.java index eadcd1d62..208e1aeb7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToPrimaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToPrimaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request expired. */ public class TeamMergeRequestExpiredShownToPrimaryTeamDetails { - // struct team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToPrimaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToPrimaryTeamType.java index c89ebc87e..1de37ba31 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToPrimaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToPrimaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestExpiredShownToPrimaryTeamType { - // struct team_log.TeamMergeRequestExpiredShownToPrimaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestExpiredShownToPrimaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToSecondaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToSecondaryTeamDetails.java index 5fa659586..c18326a1e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToSecondaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToSecondaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team merge request expired. */ public class TeamMergeRequestExpiredShownToSecondaryTeamDetails { - // struct team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sentTo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToSecondaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToSecondaryTeamType.java index 7d9169162..2499cc7dc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToSecondaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredShownToSecondaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestExpiredShownToSecondaryTeamType { - // struct team_log.TeamMergeRequestExpiredShownToSecondaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestExpiredShownToSecondaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredType.java index f02c5e6cb..34d30f1b6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestExpiredType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestExpiredType { - // struct team_log.TeamMergeRequestExpiredType (team_log_generated.stone) + // struct team_log.TeamMergeRequestExpiredType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToPrimaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToPrimaryTeamDetails.java index 2e5b8d5be..c9879f9e1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToPrimaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToPrimaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Rejected a team merge request. */ public class TeamMergeRequestRejectedShownToPrimaryTeamDetails { - // struct team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToPrimaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToPrimaryTeamType.java index 5fad4d5f5..0824a2ab7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToPrimaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToPrimaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestRejectedShownToPrimaryTeamType { - // struct team_log.TeamMergeRequestRejectedShownToPrimaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestRejectedShownToPrimaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToSecondaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToSecondaryTeamDetails.java index 943c55bf2..69ce079b1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToSecondaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToSecondaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Rejected a team merge request. */ public class TeamMergeRequestRejectedShownToSecondaryTeamDetails { - // struct team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sentBy; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToSecondaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToSecondaryTeamType.java index 476e06c11..71fe37531 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToSecondaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRejectedShownToSecondaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestRejectedShownToSecondaryTeamType { - // struct team_log.TeamMergeRequestRejectedShownToSecondaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestRejectedShownToSecondaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderDetails.java index 75f328df8..f45558312 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Sent a team merge request reminder. */ public class TeamMergeRequestReminderDetails { - // struct team_log.TeamMergeRequestReminderDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestReminderDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamMergeRequestReminderExtraDetails requestReminderDetails; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderExtraDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderExtraDetails.java index f489edf86..3e3257dd1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderExtraDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderExtraDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,18 +29,18 @@ * will be used.

*/ public final class TeamMergeRequestReminderExtraDetails { - // union team_log.TeamMergeRequestReminderExtraDetails (team_log_generated.stone) + // union team_log.TeamMergeRequestReminderExtraDetails (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link TeamMergeRequestReminderExtraDetails}. */ public enum Tag { /** - * Team merge request reminder details shown to the primary team. + * Team merge request reminder details shown to the primary team */ PRIMARY_TEAM, // PrimaryTeamRequestReminderDetails /** - * Team merge request reminder details shown to the secondary team. + * Team merge request reminder details shown to the secondary team */ SECONDARY_TEAM, // SecondaryTeamRequestReminderDetails /** @@ -152,7 +152,7 @@ public boolean isPrimaryTeam() { * Returns an instance of {@code TeamMergeRequestReminderExtraDetails} that * has its tag set to {@link Tag#PRIMARY_TEAM}. * - *

Team merge request reminder details shown to the primary team.

+ *

Team merge request reminder details shown to the primary team

* * @param value value to assign to this instance. * @@ -169,7 +169,7 @@ public static TeamMergeRequestReminderExtraDetails primaryTeam(PrimaryTeamReques } /** - * Team merge request reminder details shown to the primary team. + * Team merge request reminder details shown to the primary team * *

This instance must be tagged as {@link Tag#PRIMARY_TEAM}.

* @@ -201,7 +201,7 @@ public boolean isSecondaryTeam() { * Returns an instance of {@code TeamMergeRequestReminderExtraDetails} that * has its tag set to {@link Tag#SECONDARY_TEAM}. * - *

Team merge request reminder details shown to the secondary team.

+ *

Team merge request reminder details shown to the secondary team

* * @param value value to assign to this instance. * @@ -218,7 +218,7 @@ public static TeamMergeRequestReminderExtraDetails secondaryTeam(SecondaryTeamRe } /** - * Team merge request reminder details shown to the secondary team. + * Team merge request reminder details shown to the secondary team * *

This instance must be tagged as {@link Tag#SECONDARY_TEAM}.

* diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToPrimaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToPrimaryTeamDetails.java index 5d1c5fd38..d79e046cf 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToPrimaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToPrimaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Sent a team merge request reminder. */ public class TeamMergeRequestReminderShownToPrimaryTeamDetails { - // struct team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToPrimaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToPrimaryTeamType.java index 63a6db0d2..e5ace154c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToPrimaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToPrimaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestReminderShownToPrimaryTeamType { - // struct team_log.TeamMergeRequestReminderShownToPrimaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestReminderShownToPrimaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToSecondaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToSecondaryTeamDetails.java index 5fba04211..df763ec5e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToSecondaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToSecondaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Sent a team merge request reminder. */ public class TeamMergeRequestReminderShownToSecondaryTeamDetails { - // struct team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sentTo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToSecondaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToSecondaryTeamType.java index 35734f963..8ac23722d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToSecondaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderShownToSecondaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestReminderShownToSecondaryTeamType { - // struct team_log.TeamMergeRequestReminderShownToSecondaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestReminderShownToSecondaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderType.java index 70993ae43..277d375db 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestReminderType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestReminderType { - // struct team_log.TeamMergeRequestReminderType (team_log_generated.stone) + // struct team_log.TeamMergeRequestReminderType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRevokedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRevokedDetails.java index 3b6244c7f..8dba808ad 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRevokedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRevokedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Canceled the team merge. */ public class TeamMergeRequestRevokedDetails { - // struct team_log.TeamMergeRequestRevokedDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestRevokedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String team; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRevokedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRevokedType.java index 906dd7261..2dba2b876 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRevokedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestRevokedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestRevokedType { - // struct team_log.TeamMergeRequestRevokedType (team_log_generated.stone) + // struct team_log.TeamMergeRequestRevokedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToPrimaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToPrimaryTeamDetails.java index f2eadba60..d6d09eda5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToPrimaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToPrimaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Requested to merge their Dropbox team into yours. */ public class TeamMergeRequestSentShownToPrimaryTeamDetails { - // struct team_log.TeamMergeRequestSentShownToPrimaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestSentShownToPrimaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String secondaryTeam; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToPrimaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToPrimaryTeamType.java index 86e8ef590..b9196fa3a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToPrimaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToPrimaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestSentShownToPrimaryTeamType { - // struct team_log.TeamMergeRequestSentShownToPrimaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestSentShownToPrimaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToSecondaryTeamDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToSecondaryTeamDetails.java index 33ca18a71..7ced7ccbe 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToSecondaryTeamDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToSecondaryTeamDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Requested to merge your team into another Dropbox team. */ public class TeamMergeRequestSentShownToSecondaryTeamDetails { - // struct team_log.TeamMergeRequestSentShownToSecondaryTeamDetails (team_log_generated.stone) + // struct team_log.TeamMergeRequestSentShownToSecondaryTeamDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String sentTo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToSecondaryTeamType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToSecondaryTeamType.java index 75d7b110c..8e12917b1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToSecondaryTeamType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeRequestSentShownToSecondaryTeamType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeRequestSentShownToSecondaryTeamType { - // struct team_log.TeamMergeRequestSentShownToSecondaryTeamType (team_log_generated.stone) + // struct team_log.TeamMergeRequestSentShownToSecondaryTeamType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeToDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeToDetails.java index d84adee52..4d59f94fc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeToDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeToDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Merged this team into another team. */ public class TeamMergeToDetails { - // struct team_log.TeamMergeToDetails (team_log_generated.stone) + // struct team_log.TeamMergeToDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String teamName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeToType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeToType.java index a844ff369..7330bc55c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeToType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamMergeToType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamMergeToType { - // struct team_log.TeamMergeToType (team_log_generated.stone) + // struct team_log.TeamMergeToType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamName.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamName.java index 6e5762828..7b64f2975 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamName.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamName.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Team name details */ public class TeamName { - // struct team_log.TeamName (team_log_generated.stone) + // struct team_log.TeamName (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String teamDisplayName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddBackgroundDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddBackgroundDetails.java index 130eff93e..7e72bea7d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddBackgroundDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddBackgroundDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added team background to display on shared link headers. */ public class TeamProfileAddBackgroundDetails { - // struct team_log.TeamProfileAddBackgroundDetails (team_log_generated.stone) + // struct team_log.TeamProfileAddBackgroundDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddBackgroundType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddBackgroundType.java index 0c7c02160..ff5bf41b7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddBackgroundType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddBackgroundType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamProfileAddBackgroundType { - // struct team_log.TeamProfileAddBackgroundType (team_log_generated.stone) + // struct team_log.TeamProfileAddBackgroundType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddLogoDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddLogoDetails.java index efc7dd1f9..6fcf473c3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddLogoDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddLogoDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added team logo to display on shared link headers. */ public class TeamProfileAddLogoDetails { - // struct team_log.TeamProfileAddLogoDetails (team_log_generated.stone) + // struct team_log.TeamProfileAddLogoDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddLogoType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddLogoType.java index f7dc1cd33..b49ec01ce 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddLogoType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileAddLogoType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamProfileAddLogoType { - // struct team_log.TeamProfileAddLogoType (team_log_generated.stone) + // struct team_log.TeamProfileAddLogoType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeBackgroundDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeBackgroundDetails.java index 4e8a495ef..11417cda8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeBackgroundDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeBackgroundDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Changed team background displayed on shared link headers. */ public class TeamProfileChangeBackgroundDetails { - // struct team_log.TeamProfileChangeBackgroundDetails (team_log_generated.stone) + // struct team_log.TeamProfileChangeBackgroundDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeBackgroundType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeBackgroundType.java index a8b146a26..10f2f0f36 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeBackgroundType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeBackgroundType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamProfileChangeBackgroundType { - // struct team_log.TeamProfileChangeBackgroundType (team_log_generated.stone) + // struct team_log.TeamProfileChangeBackgroundType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeDefaultLanguageDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeDefaultLanguageDetails.java index 433c00e60..cb963b6be 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeDefaultLanguageDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeDefaultLanguageDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed default language for team. */ public class TeamProfileChangeDefaultLanguageDetails { - // struct team_log.TeamProfileChangeDefaultLanguageDetails (team_log_generated.stone) + // struct team_log.TeamProfileChangeDefaultLanguageDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeDefaultLanguageType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeDefaultLanguageType.java index 6cfe44268..46771ec68 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeDefaultLanguageType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeDefaultLanguageType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamProfileChangeDefaultLanguageType { - // struct team_log.TeamProfileChangeDefaultLanguageType (team_log_generated.stone) + // struct team_log.TeamProfileChangeDefaultLanguageType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeLogoDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeLogoDetails.java index b4c12f78a..90f739f13 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeLogoDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeLogoDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Changed team logo displayed on shared link headers. */ public class TeamProfileChangeLogoDetails { - // struct team_log.TeamProfileChangeLogoDetails (team_log_generated.stone) + // struct team_log.TeamProfileChangeLogoDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeLogoType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeLogoType.java index 08975b29e..f3dabd633 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeLogoType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeLogoType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamProfileChangeLogoType { - // struct team_log.TeamProfileChangeLogoType (team_log_generated.stone) + // struct team_log.TeamProfileChangeLogoType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeNameDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeNameDetails.java index a55289d5f..461c29422 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeNameDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeNameDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed team name. */ public class TeamProfileChangeNameDetails { - // struct team_log.TeamProfileChangeNameDetails (team_log_generated.stone) + // struct team_log.TeamProfileChangeNameDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final TeamName previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeNameType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeNameType.java index ecce4351a..f99466a02 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeNameType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileChangeNameType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamProfileChangeNameType { - // struct team_log.TeamProfileChangeNameType (team_log_generated.stone) + // struct team_log.TeamProfileChangeNameType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveBackgroundDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveBackgroundDetails.java index 61cf7fd52..59aa6f41e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveBackgroundDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveBackgroundDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed team background displayed on shared link headers. */ public class TeamProfileRemoveBackgroundDetails { - // struct team_log.TeamProfileRemoveBackgroundDetails (team_log_generated.stone) + // struct team_log.TeamProfileRemoveBackgroundDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveBackgroundType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveBackgroundType.java index 98841a7da..7c6e1ec46 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveBackgroundType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveBackgroundType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamProfileRemoveBackgroundType { - // struct team_log.TeamProfileRemoveBackgroundType (team_log_generated.stone) + // struct team_log.TeamProfileRemoveBackgroundType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveLogoDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveLogoDetails.java index 8b9678b5e..660a800ed 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveLogoDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveLogoDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed team logo displayed on shared link headers. */ public class TeamProfileRemoveLogoDetails { - // struct team_log.TeamProfileRemoveLogoDetails (team_log_generated.stone) + // struct team_log.TeamProfileRemoveLogoDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveLogoType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveLogoType.java index 9994c525a..8b288a6af 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveLogoType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamProfileRemoveLogoType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamProfileRemoveLogoType { - // struct team_log.TeamProfileRemoveLogoType (team_log_generated.stone) + // struct team_log.TeamProfileRemoveLogoType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicy.java index 716a88449..6284eb8c2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling whether team selective sync is enabled for team. */ public enum TeamSelectiveSyncPolicy { - // union team_log.TeamSelectiveSyncPolicy (team_log_generated.stone) + // union team_log.TeamSelectiveSyncPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicyChangedDetails.java index 2f73e8e9d..046df373f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Enabled/disabled Team Selective Sync for team. */ public class TeamSelectiveSyncPolicyChangedDetails { - // struct team_log.TeamSelectiveSyncPolicyChangedDetails (team_log_generated.stone) + // struct team_log.TeamSelectiveSyncPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TeamSelectiveSyncPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicyChangedType.java index 3f4da4902..d4b5f289d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamSelectiveSyncPolicyChangedType { - // struct team_log.TeamSelectiveSyncPolicyChangedType (team_log_generated.stone) + // struct team_log.TeamSelectiveSyncPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncSettingsChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncSettingsChangedDetails.java index 3948befb1..196883fba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncSettingsChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncSettingsChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed sync default. */ public class TeamSelectiveSyncSettingsChangedDetails { - // struct team_log.TeamSelectiveSyncSettingsChangedDetails (team_log_generated.stone) + // struct team_log.TeamSelectiveSyncSettingsChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final SyncSetting previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncSettingsChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncSettingsChangedType.java index 2b41ad23e..65d2eafb3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncSettingsChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSelectiveSyncSettingsChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamSelectiveSyncSettingsChangedType { - // struct team_log.TeamSelectiveSyncSettingsChangedType (team_log_generated.stone) + // struct team_log.TeamSelectiveSyncSettingsChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSharingWhitelistSubjectsChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSharingWhitelistSubjectsChangedDetails.java index b03ec4762..cae1aa776 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSharingWhitelistSubjectsChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSharingWhitelistSubjectsChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Edited the approved list for sharing externally. */ public class TeamSharingWhitelistSubjectsChangedDetails { - // struct team_log.TeamSharingWhitelistSubjectsChangedDetails (team_log_generated.stone) + // struct team_log.TeamSharingWhitelistSubjectsChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List addedWhitelistSubjects; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSharingWhitelistSubjectsChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSharingWhitelistSubjectsChangedType.java index 8e9a317d0..3c9c01d4d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSharingWhitelistSubjectsChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TeamSharingWhitelistSubjectsChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TeamSharingWhitelistSubjectsChangedType { - // struct team_log.TeamSharingWhitelistSubjectsChangedType (team_log_generated.stone) + // struct team_log.TeamSharingWhitelistSubjectsChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddBackupPhoneDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddBackupPhoneDetails.java index d50827c60..9dffe00dc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddBackupPhoneDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddBackupPhoneDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -16,14 +16,14 @@ import java.io.IOException; /** - * Added backup phone for two-step verification. + * Added backup phone for two-factor authentication. */ public class TfaAddBackupPhoneDetails { - // struct team_log.TfaAddBackupPhoneDetails (team_log_generated.stone) + // struct team_log.TfaAddBackupPhoneDetails (team_log_stone_gen_team_log_generated.stone) /** - * Added backup phone for two-step verification. + * Added backup phone for two-factor authentication. */ public TfaAddBackupPhoneDetails() { } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddBackupPhoneType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddBackupPhoneType.java index 49e54641c..2d22ff6c5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddBackupPhoneType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddBackupPhoneType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TfaAddBackupPhoneType { - // struct team_log.TfaAddBackupPhoneType (team_log_generated.stone) + // struct team_log.TfaAddBackupPhoneType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddExceptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddExceptionDetails.java index ce38bc321..01e6cf6ca 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddExceptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddExceptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Added members to two factor authentication exception list. */ public class TfaAddExceptionDetails { - // struct team_log.TfaAddExceptionDetails (team_log_generated.stone) + // struct team_log.TfaAddExceptionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddExceptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddExceptionType.java index 78e376789..7fb6b1b45 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddExceptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddExceptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TfaAddExceptionType { - // struct team_log.TfaAddExceptionType (team_log_generated.stone) + // struct team_log.TfaAddExceptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddSecurityKeyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddSecurityKeyDetails.java index 196ef5619..350f8bc59 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddSecurityKeyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddSecurityKeyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -16,14 +16,14 @@ import java.io.IOException; /** - * Added security key for two-step verification. + * Added security key for two-factor authentication. */ public class TfaAddSecurityKeyDetails { - // struct team_log.TfaAddSecurityKeyDetails (team_log_generated.stone) + // struct team_log.TfaAddSecurityKeyDetails (team_log_stone_gen_team_log_generated.stone) /** - * Added security key for two-step verification. + * Added security key for two-factor authentication. */ public TfaAddSecurityKeyDetails() { } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddSecurityKeyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddSecurityKeyType.java index 88489bb65..412a2cd33 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddSecurityKeyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaAddSecurityKeyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TfaAddSecurityKeyType { - // struct team_log.TfaAddSecurityKeyType (team_log_generated.stone) + // struct team_log.TfaAddSecurityKeyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeBackupPhoneDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeBackupPhoneDetails.java index 55dc8bc6f..baf4aa85b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeBackupPhoneDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeBackupPhoneDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -16,14 +16,14 @@ import java.io.IOException; /** - * Changed backup phone for two-step verification. + * Changed backup phone for two-factor authentication. */ public class TfaChangeBackupPhoneDetails { - // struct team_log.TfaChangeBackupPhoneDetails (team_log_generated.stone) + // struct team_log.TfaChangeBackupPhoneDetails (team_log_stone_gen_team_log_generated.stone) /** - * Changed backup phone for two-step verification. + * Changed backup phone for two-factor authentication. */ public TfaChangeBackupPhoneDetails() { } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeBackupPhoneType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeBackupPhoneType.java index da59fac93..fa73acb6c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeBackupPhoneType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeBackupPhoneType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TfaChangeBackupPhoneType { - // struct team_log.TfaChangeBackupPhoneType (team_log_generated.stone) + // struct team_log.TfaChangeBackupPhoneType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangePolicyDetails.java index 5f8d9ef46..492468b0b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,10 +21,10 @@ import javax.annotation.Nullable; /** - * Changed two-step verification setting for team. + * Changed two-factor authentication setting for team. */ public class TfaChangePolicyDetails { - // struct team_log.TfaChangePolicyDetails (team_log_generated.stone) + // struct team_log.TfaChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TwoStepVerificationPolicy newValue; @@ -32,7 +32,7 @@ public class TfaChangePolicyDetails { protected final TwoStepVerificationPolicy previousValue; /** - * Changed two-step verification setting for team. + * Changed two-factor authentication setting for team. * * @param newValue New change policy. Must not be {@code null}. * @param previousValue Previous change policy. Might be missing due to @@ -50,7 +50,7 @@ public TfaChangePolicyDetails(@Nonnull TwoStepVerificationPolicy newValue, @Null } /** - * Changed two-step verification setting for team. + * Changed two-factor authentication setting for team. * *

The default values for unset fields will be used.

* diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangePolicyType.java index c67018865..3195a8508 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TfaChangePolicyType { - // struct team_log.TfaChangePolicyType (team_log_generated.stone) + // struct team_log.TfaChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeStatusDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeStatusDetails.java index ccfd17aa6..c72cf2c7a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeStatusDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeStatusDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,10 +20,10 @@ import javax.annotation.Nullable; /** - * Enabled/disabled/changed two-step verification setting. + * Enabled/disabled/changed two-factor authentication setting. */ public class TfaChangeStatusDetails { - // struct team_log.TfaChangeStatusDetails (team_log_generated.stone) + // struct team_log.TfaChangeStatusDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TfaConfiguration newValue; @@ -33,7 +33,7 @@ public class TfaChangeStatusDetails { protected final Boolean usedRescueCode; /** - * Enabled/disabled/changed two-step verification setting. + * Enabled/disabled/changed two-factor authentication setting. * *

Use {@link newBuilder} to create instances of this class without * specifying values for all optional fields.

@@ -59,7 +59,7 @@ public TfaChangeStatusDetails(@Nonnull TfaConfiguration newValue, @Nullable TfaC } /** - * Enabled/disabled/changed two-step verification setting. + * Enabled/disabled/changed two-factor authentication setting. * *

The default values for unset fields will be used.

* diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeStatusType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeStatusType.java index cef16521e..3a2819916 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeStatusType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaChangeStatusType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TfaChangeStatusType { - // struct team_log.TfaChangeStatusType (team_log_generated.stone) + // struct team_log.TfaChangeStatusType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaConfiguration.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaConfiguration.java index d1d5c7555..5783400f5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaConfiguration.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaConfiguration.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -21,7 +21,7 @@ * deprecated. */ public enum TfaConfiguration { - // union team_log.TfaConfiguration (team_log_generated.stone) + // union team_log.TfaConfiguration (team_log_stone_gen_team_log_generated.stone) AUTHENTICATOR, DISABLED, ENABLED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveBackupPhoneDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveBackupPhoneDetails.java index 6910dd20e..1bffd808a 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveBackupPhoneDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveBackupPhoneDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -16,14 +16,14 @@ import java.io.IOException; /** - * Removed backup phone for two-step verification. + * Removed backup phone for two-factor authentication. */ public class TfaRemoveBackupPhoneDetails { - // struct team_log.TfaRemoveBackupPhoneDetails (team_log_generated.stone) + // struct team_log.TfaRemoveBackupPhoneDetails (team_log_stone_gen_team_log_generated.stone) /** - * Removed backup phone for two-step verification. + * Removed backup phone for two-factor authentication. */ public TfaRemoveBackupPhoneDetails() { } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveBackupPhoneType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveBackupPhoneType.java index 96ee3e720..59f3e5231 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveBackupPhoneType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveBackupPhoneType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TfaRemoveBackupPhoneType { - // struct team_log.TfaRemoveBackupPhoneType (team_log_generated.stone) + // struct team_log.TfaRemoveBackupPhoneType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveExceptionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveExceptionDetails.java index cb2ce752e..4e4f738d9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveExceptionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveExceptionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed members from two factor authentication exception list. */ public class TfaRemoveExceptionDetails { - // struct team_log.TfaRemoveExceptionDetails (team_log_generated.stone) + // struct team_log.TfaRemoveExceptionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveExceptionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveExceptionType.java index b77a46ae8..de656b85c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveExceptionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveExceptionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TfaRemoveExceptionType { - // struct team_log.TfaRemoveExceptionType (team_log_generated.stone) + // struct team_log.TfaRemoveExceptionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveSecurityKeyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveSecurityKeyDetails.java index 2b1bcc79f..7f6783e23 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveSecurityKeyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveSecurityKeyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -16,14 +16,14 @@ import java.io.IOException; /** - * Removed security key for two-step verification. + * Removed security key for two-factor authentication. */ public class TfaRemoveSecurityKeyDetails { - // struct team_log.TfaRemoveSecurityKeyDetails (team_log_generated.stone) + // struct team_log.TfaRemoveSecurityKeyDetails (team_log_stone_gen_team_log_generated.stone) /** - * Removed security key for two-step verification. + * Removed security key for two-factor authentication. */ public TfaRemoveSecurityKeyDetails() { } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveSecurityKeyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveSecurityKeyType.java index 9e512bd6a..a7af811e5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveSecurityKeyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaRemoveSecurityKeyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TfaRemoveSecurityKeyType { - // struct team_log.TfaRemoveSecurityKeyType (team_log_generated.stone) + // struct team_log.TfaRemoveSecurityKeyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaResetDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaResetDetails.java index 25035fdb2..05e5de925 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaResetDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaResetDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -16,14 +16,14 @@ import java.io.IOException; /** - * Reset two-step verification for team member. + * Reset two-factor authentication for team member. */ public class TfaResetDetails { - // struct team_log.TfaResetDetails (team_log_generated.stone) + // struct team_log.TfaResetDetails (team_log_stone_gen_team_log_generated.stone) /** - * Reset two-step verification for team member. + * Reset two-factor authentication for team member. */ public TfaResetDetails() { } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaResetType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaResetType.java index 1471e1b8d..1ad077970 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaResetType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TfaResetType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TfaResetType { - // struct team_log.TfaResetType (team_log_generated.stone) + // struct team_log.TfaResetType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TimeUnit.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TimeUnit.java index 991132e0e..8f8508b4b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TimeUnit.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TimeUnit.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TimeUnit { - // union team_log.TimeUnit (team_log_generated.stone) + // union team_log.TimeUnit (team_log_stone_gen_team_log_generated.stone) DAYS, HOURS, MILLISECONDS, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedNonTeamMemberLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedNonTeamMemberLogInfo.java index 9984d6fe9..dd4a0cfd0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedNonTeamMemberLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedNonTeamMemberLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * User that is not a member of the team but considered trusted. */ public class TrustedNonTeamMemberLogInfo extends UserLogInfo { - // struct team_log.TrustedNonTeamMemberLogInfo (team_log_generated.stone) + // struct team_log.TrustedNonTeamMemberLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TrustedNonTeamMemberType trustedNonTeamMemberType; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedNonTeamMemberType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedNonTeamMemberType.java index 2748731e8..747bd3be8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedNonTeamMemberType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedNonTeamMemberType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TrustedNonTeamMemberType { - // union team_log.TrustedNonTeamMemberType (team_log_generated.stone) + // union team_log.TrustedNonTeamMemberType (team_log_stone_gen_team_log_generated.stone) ENTERPRISE_ADMIN, MULTI_INSTANCE_ADMIN, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedTeamsRequestAction.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedTeamsRequestAction.java index 4b19035c2..5d23a63a9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedTeamsRequestAction.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedTeamsRequestAction.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TrustedTeamsRequestAction { - // union team_log.TrustedTeamsRequestAction (team_log_generated.stone) + // union team_log.TrustedTeamsRequestAction (team_log_stone_gen_team_log_generated.stone) ACCEPTED, DECLINED, EXPIRED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedTeamsRequestState.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedTeamsRequestState.java index 691098da1..fb705d0ed 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedTeamsRequestState.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TrustedTeamsRequestState.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TrustedTeamsRequestState { - // union team_log.TrustedTeamsRequestState (team_log_generated.stone) + // union team_log.TrustedTeamsRequestState (team_log_stone_gen_team_log_generated.stone) INVITED, LINKED, UNLINKED, diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountChangePolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountChangePolicyDetails.java index e38e6e0df..b7d741724 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountChangePolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountChangePolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -24,7 +24,7 @@ * account to same computer. */ public class TwoAccountChangePolicyDetails { - // struct team_log.TwoAccountChangePolicyDetails (team_log_generated.stone) + // struct team_log.TwoAccountChangePolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final TwoAccountPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountChangePolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountChangePolicyType.java index d9dea4bf5..2b0ce2f40 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountChangePolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountChangePolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class TwoAccountChangePolicyType { - // struct team_log.TwoAccountChangePolicyType (team_log_generated.stone) + // struct team_log.TwoAccountChangePolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountPolicy.java index bc2f39320..7960ef665 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/TwoAccountPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for pairing personal account to work account */ public enum TwoAccountPolicy { - // union team_log.TwoAccountPolicy (team_log_generated.stone) + // union team_log.TwoAccountPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoNamingConventionDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoNamingConventionDetails.java index 268c968a4..3a138e70d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoNamingConventionDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoNamingConventionDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Reverted naming convention. */ public class UndoNamingConventionDetails { - // struct team_log.UndoNamingConventionDetails (team_log_generated.stone) + // struct team_log.UndoNamingConventionDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoNamingConventionType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoNamingConventionType.java index 050eb6937..5c8d80dcd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoNamingConventionType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoNamingConventionType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class UndoNamingConventionType { - // struct team_log.UndoNamingConventionType (team_log_generated.stone) + // struct team_log.UndoNamingConventionType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoOrganizeFolderWithTidyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoOrganizeFolderWithTidyDetails.java index 77cc6553f..0efc0e6e5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoOrganizeFolderWithTidyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoOrganizeFolderWithTidyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ * Removed multi-file organize. */ public class UndoOrganizeFolderWithTidyDetails { - // struct team_log.UndoOrganizeFolderWithTidyDetails (team_log_generated.stone) + // struct team_log.UndoOrganizeFolderWithTidyDetails (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoOrganizeFolderWithTidyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoOrganizeFolderWithTidyType.java index edd53d1a2..1b02590d5 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoOrganizeFolderWithTidyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UndoOrganizeFolderWithTidyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class UndoOrganizeFolderWithTidyType { - // struct team_log.UndoOrganizeFolderWithTidyType (team_log_generated.stone) + // struct team_log.UndoOrganizeFolderWithTidyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserLinkedAppLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserLinkedAppLogInfo.java index 6afc3eefb..dbddd21fd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserLinkedAppLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserLinkedAppLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * User linked app */ public class UserLinkedAppLogInfo extends AppLogInfo { - // struct team_log.UserLinkedAppLogInfo (team_log_generated.stone) + // struct team_log.UserLinkedAppLogInfo (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserLogInfo.java index af0033ccb..a9eb314cd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * User's logged information. */ public class UserLogInfo { - // struct team_log.UserLogInfo (team_log_generated.stone) + // struct team_log.UserLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final String accountId; @@ -251,6 +251,10 @@ static class Serializer extends StructSerializer { @Override public void serialize(UserLogInfo value, JsonGenerator g, boolean collapse) throws IOException, JsonGenerationException { + if (value instanceof NonTeamMemberLogInfo) { + NonTeamMemberLogInfo.Serializer.INSTANCE.serialize((NonTeamMemberLogInfo) value, g, collapse); + return; + } if (value instanceof TeamMemberLogInfo) { TeamMemberLogInfo.Serializer.INSTANCE.serialize((TeamMemberLogInfo) value, g, collapse); return; @@ -259,10 +263,6 @@ public void serialize(UserLogInfo value, JsonGenerator g, boolean collapse) thro TrustedNonTeamMemberLogInfo.Serializer.INSTANCE.serialize((TrustedNonTeamMemberLogInfo) value, g, collapse); return; } - if (value instanceof NonTeamMemberLogInfo) { - NonTeamMemberLogInfo.Serializer.INSTANCE.serialize((NonTeamMemberLogInfo) value, g, collapse); - return; - } if (!collapse) { g.writeStartObject(); } @@ -319,15 +319,15 @@ else if ("email".equals(field)) { else if ("".equals(tag)) { value = Serializer.INSTANCE.deserialize(p, true); } + else if ("non_team_member".equals(tag)) { + value = NonTeamMemberLogInfo.Serializer.INSTANCE.deserialize(p, true); + } else if ("team_member".equals(tag)) { value = TeamMemberLogInfo.Serializer.INSTANCE.deserialize(p, true); } else if ("trusted_non_team_member".equals(tag)) { value = TrustedNonTeamMemberLogInfo.Serializer.INSTANCE.deserialize(p, true); } - else if ("non_team_member".equals(tag)) { - value = NonTeamMemberLogInfo.Serializer.INSTANCE.deserialize(p, true); - } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserNameLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserNameLogInfo.java index 48a355e8d..fba9af2e0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserNameLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserNameLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * User's name logged information */ public class UserNameLogInfo { - // struct team_log.UserNameLogInfo (team_log_generated.stone) + // struct team_log.UserNameLogInfo (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String givenName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserOrTeamLinkedAppLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserOrTeamLinkedAppLogInfo.java index f4f99782e..45e982693 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserOrTeamLinkedAppLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserOrTeamLinkedAppLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * data gap. */ public class UserOrTeamLinkedAppLogInfo extends AppLogInfo { - // struct team_log.UserOrTeamLinkedAppLogInfo (team_log_generated.stone) + // struct team_log.UserOrTeamLinkedAppLogInfo (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsAddedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsAddedDetails.java index d9bf2cd3f..5a04f7950 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsAddedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsAddedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Tagged a file. */ public class UserTagsAddedDetails { - // struct team_log.UserTagsAddedDetails (team_log_generated.stone) + // struct team_log.UserTagsAddedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List values; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsAddedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsAddedType.java index b6486fd8f..2691ecdeb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsAddedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsAddedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class UserTagsAddedType { - // struct team_log.UserTagsAddedType (team_log_generated.stone) + // struct team_log.UserTagsAddedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsRemovedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsRemovedDetails.java index b2d4e8a1f..b50914dd3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsRemovedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsRemovedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Removed tags. */ public class UserTagsRemovedDetails { - // struct team_log.UserTagsRemovedDetails (team_log_generated.stone) + // struct team_log.UserTagsRemovedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final List values; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsRemovedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsRemovedType.java index dec207c91..be7e8ce1c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsRemovedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/UserTagsRemovedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class UserTagsRemovedType { - // struct team_log.UserTagsRemovedType (team_log_generated.stone) + // struct team_log.UserTagsRemovedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ViewerInfoPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ViewerInfoPolicyChangedDetails.java index fbb5dd584..3d6611317 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ViewerInfoPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ViewerInfoPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed team policy for viewer info. */ public class ViewerInfoPolicyChangedDetails { - // struct team_log.ViewerInfoPolicyChangedDetails (team_log_generated.stone) + // struct team_log.ViewerInfoPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final PassPolicy previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ViewerInfoPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ViewerInfoPolicyChangedType.java index 26b1eeba1..6a8dc002b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ViewerInfoPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/ViewerInfoPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class ViewerInfoPolicyChangedType { - // struct team_log.ViewerInfoPolicyChangedType (team_log_generated.stone) + // struct team_log.ViewerInfoPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicy.java index 91181d3ee..b76285e47 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -20,7 +20,7 @@ * Policy for controlling team access to watermarking feature */ public enum WatermarkingPolicy { - // union team_log.WatermarkingPolicy (team_log_generated.stone) + // union team_log.WatermarkingPolicy (team_log_stone_gen_team_log_generated.stone) DISABLED, ENABLED, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicyChangedDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicyChangedDetails.java index bc75a978b..39176b87c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicyChangedDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicyChangedDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed watermarking policy for team. */ public class WatermarkingPolicyChangedDetails { - // struct team_log.WatermarkingPolicyChangedDetails (team_log_generated.stone) + // struct team_log.WatermarkingPolicyChangedDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final WatermarkingPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicyChangedType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicyChangedType.java index 87b6ce327..2fc2a5148 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicyChangedType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WatermarkingPolicyChangedType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class WatermarkingPolicyChangedType { - // struct team_log.WatermarkingPolicyChangedType (team_log_generated.stone) + // struct team_log.WatermarkingPolicyChangedType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebDeviceSessionLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebDeviceSessionLogInfo.java index d7e03cc31..753ea9189 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebDeviceSessionLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebDeviceSessionLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -25,7 +25,7 @@ * Information on active web sessions */ public class WebDeviceSessionLogInfo extends DeviceSessionLogInfo { - // struct team_log.WebDeviceSessionLogInfo (team_log_generated.stone) + // struct team_log.WebDeviceSessionLogInfo (team_log_stone_gen_team_log_generated.stone) @Nullable protected final WebSessionLogInfo sessionInfo; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionLogInfo.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionLogInfo.java index bb9413453..1599ac4b1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionLogInfo.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionLogInfo.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Web session. */ public class WebSessionLogInfo extends SessionLogInfo { - // struct team_log.WebSessionLogInfo (team_log_generated.stone) + // struct team_log.WebSessionLogInfo (team_log_stone_gen_team_log_generated.stone) /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeActiveSessionLimitDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeActiveSessionLimitDetails.java index a2faf0cc0..4756826a1 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeActiveSessionLimitDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeActiveSessionLimitDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -22,7 +22,7 @@ * Changed limit on active sessions per member. */ public class WebSessionsChangeActiveSessionLimitDetails { - // struct team_log.WebSessionsChangeActiveSessionLimitDetails (team_log_generated.stone) + // struct team_log.WebSessionsChangeActiveSessionLimitDetails (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String previousValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeActiveSessionLimitType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeActiveSessionLimitType.java index 6f9a0a58c..394e7aba8 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeActiveSessionLimitType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeActiveSessionLimitType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class WebSessionsChangeActiveSessionLimitType { - // struct team_log.WebSessionsChangeActiveSessionLimitType (team_log_generated.stone) + // struct team_log.WebSessionsChangeActiveSessionLimitType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeFixedLengthPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeFixedLengthPolicyDetails.java index 6e13a86c8..b9039601d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeFixedLengthPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeFixedLengthPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed how long members can stay signed in to Dropbox.com. */ public class WebSessionsChangeFixedLengthPolicyDetails { - // struct team_log.WebSessionsChangeFixedLengthPolicyDetails (team_log_generated.stone) + // struct team_log.WebSessionsChangeFixedLengthPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final WebSessionsFixedLengthPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeFixedLengthPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeFixedLengthPolicyType.java index 248db6d42..d15fa7877 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeFixedLengthPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeFixedLengthPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class WebSessionsChangeFixedLengthPolicyType { - // struct team_log.WebSessionsChangeFixedLengthPolicyType (team_log_generated.stone) + // struct team_log.WebSessionsChangeFixedLengthPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeIdleLengthPolicyDetails.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeIdleLengthPolicyDetails.java index aaf562f28..f76ea625e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeIdleLengthPolicyDetails.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeIdleLengthPolicyDetails.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -23,7 +23,7 @@ * Changed how long team members can be idle while signed in to Dropbox.com. */ public class WebSessionsChangeIdleLengthPolicyDetails { - // struct team_log.WebSessionsChangeIdleLengthPolicyDetails (team_log_generated.stone) + // struct team_log.WebSessionsChangeIdleLengthPolicyDetails (team_log_stone_gen_team_log_generated.stone) @Nullable protected final WebSessionsIdleLengthPolicy newValue; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeIdleLengthPolicyType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeIdleLengthPolicyType.java index 01b81d3b2..39538ce30 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeIdleLengthPolicyType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsChangeIdleLengthPolicyType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class WebSessionsChangeIdleLengthPolicyType { - // struct team_log.WebSessionsChangeIdleLengthPolicyType (team_log_generated.stone) + // struct team_log.WebSessionsChangeIdleLengthPolicyType (team_log_stone_gen_team_log_generated.stone) @Nonnull protected final String description; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsFixedLengthPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsFixedLengthPolicy.java index f61c6a29d..98091d8d6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsFixedLengthPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsFixedLengthPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class WebSessionsFixedLengthPolicy { - // union team_log.WebSessionsFixedLengthPolicy (team_log_generated.stone) + // union team_log.WebSessionsFixedLengthPolicy (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link WebSessionsFixedLengthPolicy}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsIdleLengthPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsIdleLengthPolicy.java index 189d48986..717663633 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsIdleLengthPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teamlog/WebSessionsIdleLengthPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_log_generated.stone */ +/* This file was generated from team_log_stone_gen_team_log_generated.stone */ package com.dropbox.core.v2.teamlog; @@ -29,7 +29,7 @@ * will be used.

*/ public final class WebSessionsIdleLengthPolicy { - // union team_log.WebSessionsIdleLengthPolicy (team_log_generated.stone) + // union team_log.WebSessionsIdleLengthPolicy (team_log_stone_gen_team_log_generated.stone) /** * Discriminating tag type for {@link WebSessionsIdleLengthPolicy}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/EmmState.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/EmmState.java index 0d5b1a441..3a956dfbd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/EmmState.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/EmmState.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum EmmState { - // union team_policies.EmmState (team_policies.stone) + // union team_policies.EmmState (team_policies_team_policies.stone) /** * Emm token is disabled. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/FileLockingPolicyState.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/FileLockingPolicyState.java index 93f0b91db..ec92f9105 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/FileLockingPolicyState.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/FileLockingPolicyState.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum FileLockingPolicyState { - // union team_policies.FileLockingPolicyState (team_policies.stone) + // union team_policies.FileLockingPolicyState (team_policies_team_policies.stone) /** * File locking feature is disabled. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/FileProviderMigrationPolicyState.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/FileProviderMigrationPolicyState.java index 32036df86..ae35a72be 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/FileProviderMigrationPolicyState.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/FileProviderMigrationPolicyState.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum FileProviderMigrationPolicyState { - // union team_policies.FileProviderMigrationPolicyState (team_policies.stone) + // union team_policies.FileProviderMigrationPolicyState (team_policies_team_policies.stone) /** * Team admin has opted out of File Provider Migration for team members. */ @@ -30,6 +30,11 @@ public enum FileProviderMigrationPolicyState { * Team admin has default value based on team tier. */ DEFAULT, + /** + * Team admin has chosen to do File Provider Migration immediately for the + * team. + */ + IMMEDIATE, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -60,6 +65,10 @@ public void serialize(FileProviderMigrationPolicyState value, JsonGenerator g) t g.writeString("default"); break; } + case IMMEDIATE: { + g.writeString("immediate"); + break; + } default: { g.writeString("other"); } @@ -93,6 +102,9 @@ else if ("enabled".equals(tag)) { else if ("default".equals(tag)) { value = FileProviderMigrationPolicyState.DEFAULT; } + else if ("immediate".equals(tag)) { + value = FileProviderMigrationPolicyState.IMMEDIATE; + } else { value = FileProviderMigrationPolicyState.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/GroupCreation.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/GroupCreation.java index 53cd004b4..3f7d9013c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/GroupCreation.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/GroupCreation.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GroupCreation { - // union team_policies.GroupCreation (team_policies.stone) + // union team_policies.GroupCreation (team_policies_team_policies.stone) /** * Team admins and members can create groups. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/OfficeAddInPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/OfficeAddInPolicy.java index 5fd682e17..c87fe0a82 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/OfficeAddInPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/OfficeAddInPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum OfficeAddInPolicy { - // union team_policies.OfficeAddInPolicy (team_policies.stone) + // union team_policies.OfficeAddInPolicy (team_policies_team_policies.stone) /** * Office Add-In is disabled. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PaperDeploymentPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PaperDeploymentPolicy.java index b50bb28a7..0fbd86130 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PaperDeploymentPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PaperDeploymentPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperDeploymentPolicy { - // union team_policies.PaperDeploymentPolicy (team_policies.stone) + // union team_policies.PaperDeploymentPolicy (team_policies_team_policies.stone) /** * All team members have access to Paper. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PaperEnabledPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PaperEnabledPolicy.java index ee138e990..73c6702a4 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PaperEnabledPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PaperEnabledPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum PaperEnabledPolicy { - // union team_policies.PaperEnabledPolicy (team_policies.stone) + // union team_policies.PaperEnabledPolicy (team_policies_team_policies.stone) /** * Paper is disabled. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PasswordStrengthPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PasswordStrengthPolicy.java index 542a9c671..ef431b8c0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PasswordStrengthPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/PasswordStrengthPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,17 +17,21 @@ import java.util.Arrays; public enum PasswordStrengthPolicy { - // union team_policies.PasswordStrengthPolicy (team_policies.stone) + // union team_policies.PasswordStrengthPolicy (team_policies_team_policies.stone) /** - * User passwords will adhere to the minimal password strength policy. + * User passwords will not adhere to a password strength policy. */ MINIMAL_REQUIREMENTS, /** - * User passwords will adhere to the moderate password strength policy. + * User passwords will adhere to the strong password strength policy. Note + * that product surfaces refer to this as the strong policy but the value + * must be kept as is for backwards compatability. */ MODERATE_PASSWORD, /** * User passwords will adhere to the very strong password strength policy. + * Note that product surfaces refer to this as the very strong policy but + * the value must be kept as is for backwards compatability. */ STRONG_PASSWORD, /** diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/RolloutMethod.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/RolloutMethod.java index f6e9bf61b..177b98cbd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/RolloutMethod.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/RolloutMethod.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum RolloutMethod { - // union team_policies.RolloutMethod (team_policies.stone) + // union team_policies.RolloutMethod (team_policies_team_policies.stone) /** * Unlink all. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderBlanketLinkRestrictionPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderBlanketLinkRestrictionPolicy.java index 52085b863..cd4f6c306 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderBlanketLinkRestrictionPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderBlanketLinkRestrictionPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -21,7 +21,7 @@ * shared links. */ public enum SharedFolderBlanketLinkRestrictionPolicy { - // union team_policies.SharedFolderBlanketLinkRestrictionPolicy (team_policies.stone) + // union team_policies.SharedFolderBlanketLinkRestrictionPolicy (team_policies_team_policies.stone) /** * Only members of shared folders can access folder content via shared link. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderJoinPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderJoinPolicy.java index 67b1a2169..eb20adc63 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderJoinPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderJoinPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -20,7 +20,7 @@ * Policy governing which shared folders a team member can join. */ public enum SharedFolderJoinPolicy { - // union team_policies.SharedFolderJoinPolicy (team_policies.stone) + // union team_policies.SharedFolderJoinPolicy (team_policies_team_policies.stone) /** * Team members can only join folders shared by teammates. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderMemberPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderMemberPolicy.java index 35306dee9..27a4fad28 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderMemberPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedFolderMemberPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -20,7 +20,7 @@ * Policy governing who can be a member of a folder shared by a team member. */ public enum SharedFolderMemberPolicy { - // union team_policies.SharedFolderMemberPolicy (team_policies.stone) + // union team_policies.SharedFolderMemberPolicy (team_policies_team_policies.stone) /** * Only a teammate can be a member of a folder shared by a team member. */ @@ -29,6 +29,11 @@ public enum SharedFolderMemberPolicy { * Anyone can be a member of a folder shared by a team member. */ ANYONE, + /** + * Only a teammate and approved people can be a member of a folder shared by + * a team member. + */ + TEAM_AND_APPROVED, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -55,6 +60,10 @@ public void serialize(SharedFolderMemberPolicy value, JsonGenerator g) throws IO g.writeString("anyone"); break; } + case TEAM_AND_APPROVED: { + g.writeString("team_and_approved"); + break; + } default: { g.writeString("other"); } @@ -85,6 +94,9 @@ else if ("team".equals(tag)) { else if ("anyone".equals(tag)) { value = SharedFolderMemberPolicy.ANYONE; } + else if ("team_and_approved".equals(tag)) { + value = SharedFolderMemberPolicy.TEAM_AND_APPROVED; + } else { value = SharedFolderMemberPolicy.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedLinkCreatePolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedLinkCreatePolicy.java index 6e5fd225a..658f88ad3 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedLinkCreatePolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SharedLinkCreatePolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -21,7 +21,7 @@ * newly created shared links, or all shared links. */ public enum SharedLinkCreatePolicy { - // union team_policies.SharedLinkCreatePolicy (team_policies.stone) + // union team_policies.SharedLinkCreatePolicy (team_policies_team_policies.stone) /** * By default, anyone can access newly created shared links. No login will * be required to access the shared links unless overridden. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SmartSyncPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SmartSyncPolicy.java index 94c8fb6ce..fe4cde88c 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SmartSyncPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SmartSyncPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SmartSyncPolicy { - // union team_policies.SmartSyncPolicy (team_policies.stone) + // union team_policies.SmartSyncPolicy (team_policies_team_policies.stone) /** * The specified content will be synced as local files by default. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SmarterSmartSyncPolicyState.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SmarterSmartSyncPolicyState.java index d87ba5cb8..0b7e912e2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SmarterSmartSyncPolicyState.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SmarterSmartSyncPolicyState.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SmarterSmartSyncPolicyState { - // union team_policies.SmarterSmartSyncPolicyState (team_policies.stone) + // union team_policies.SmarterSmartSyncPolicyState (team_policies_team_policies.stone) /** * Smarter Smart Sync feature is disabled. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SsoPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SsoPolicy.java index d979e4cde..5129a6df2 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SsoPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SsoPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SsoPolicy { - // union team_policies.SsoPolicy (team_policies.stone) + // union team_policies.SsoPolicy (team_policies_team_policies.stone) /** * Users will be able to sign in with their Dropbox credentials. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SuggestMembersPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SuggestMembersPolicy.java index 2e2856e24..45471f1fe 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SuggestMembersPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/SuggestMembersPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum SuggestMembersPolicy { - // union team_policies.SuggestMembersPolicy (team_policies.stone) + // union team_policies.SuggestMembersPolicy (team_policies_team_policies.stone) /** * Suggest members is disabled. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TeamMemberPolicies.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TeamMemberPolicies.java index bf2da890f..8f966b5bd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TeamMemberPolicies.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TeamMemberPolicies.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -22,7 +22,7 @@ * Policies governing team members. */ public class TeamMemberPolicies { - // struct team_policies.TeamMemberPolicies (team_policies.stone) + // struct team_policies.TeamMemberPolicies (team_policies_team_policies.stone) @Nonnull protected final TeamSharingPolicies sharing; @@ -32,6 +32,8 @@ public class TeamMemberPolicies { protected final OfficeAddInPolicy officeAddin; @Nonnull protected final SuggestMembersPolicy suggestMembersPolicy; + @Nonnull + protected final TopLevelContentPolicy topLevelContentPolicy; /** * Policies governing team members. @@ -48,11 +50,14 @@ public class TeamMemberPolicies { * @param suggestMembersPolicy The team policy on if teammembers are * allowed to suggest users for admins to invite to the team. Must not * be {@code null}. + * @param topLevelContentPolicy Policy for deciding whether members can + * edit team folders at the top level of the team space. Must not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public TeamMemberPolicies(@Nonnull TeamSharingPolicies sharing, @Nonnull EmmState emmState, @Nonnull OfficeAddInPolicy officeAddin, @Nonnull SuggestMembersPolicy suggestMembersPolicy) { + public TeamMemberPolicies(@Nonnull TeamSharingPolicies sharing, @Nonnull EmmState emmState, @Nonnull OfficeAddInPolicy officeAddin, @Nonnull SuggestMembersPolicy suggestMembersPolicy, @Nonnull TopLevelContentPolicy topLevelContentPolicy) { if (sharing == null) { throw new IllegalArgumentException("Required value for 'sharing' is null"); } @@ -69,6 +74,10 @@ public TeamMemberPolicies(@Nonnull TeamSharingPolicies sharing, @Nonnull EmmStat throw new IllegalArgumentException("Required value for 'suggestMembersPolicy' is null"); } this.suggestMembersPolicy = suggestMembersPolicy; + if (topLevelContentPolicy == null) { + throw new IllegalArgumentException("Required value for 'topLevelContentPolicy' is null"); + } + this.topLevelContentPolicy = topLevelContentPolicy; } /** @@ -117,13 +126,25 @@ public SuggestMembersPolicy getSuggestMembersPolicy() { return suggestMembersPolicy; } + /** + * Policy for deciding whether members can edit team folders at the top + * level of the team space. + * + * @return value for this field, never {@code null}. + */ + @Nonnull + public TopLevelContentPolicy getTopLevelContentPolicy() { + return topLevelContentPolicy; + } + @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { this.sharing, this.emmState, this.officeAddin, - this.suggestMembersPolicy + this.suggestMembersPolicy, + this.topLevelContentPolicy }); return hash; } @@ -143,6 +164,7 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.emmState == other.emmState) || (this.emmState.equals(other.emmState))) && ((this.officeAddin == other.officeAddin) || (this.officeAddin.equals(other.officeAddin))) && ((this.suggestMembersPolicy == other.suggestMembersPolicy) || (this.suggestMembersPolicy.equals(other.suggestMembersPolicy))) + && ((this.topLevelContentPolicy == other.topLevelContentPolicy) || (this.topLevelContentPolicy.equals(other.topLevelContentPolicy))) ; } else { @@ -186,6 +208,8 @@ public void serialize(TeamMemberPolicies value, JsonGenerator g, boolean collaps OfficeAddInPolicy.Serializer.INSTANCE.serialize(value.officeAddin, g); g.writeFieldName("suggest_members_policy"); SuggestMembersPolicy.Serializer.INSTANCE.serialize(value.suggestMembersPolicy, g); + g.writeFieldName("top_level_content_policy"); + TopLevelContentPolicy.Serializer.INSTANCE.serialize(value.topLevelContentPolicy, g); if (!collapse) { g.writeEndObject(); } @@ -204,6 +228,7 @@ public TeamMemberPolicies deserialize(JsonParser p, boolean collapsed) throws IO EmmState f_emmState = null; OfficeAddInPolicy f_officeAddin = null; SuggestMembersPolicy f_suggestMembersPolicy = null; + TopLevelContentPolicy f_topLevelContentPolicy = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -219,6 +244,9 @@ else if ("office_addin".equals(field)) { else if ("suggest_members_policy".equals(field)) { f_suggestMembersPolicy = SuggestMembersPolicy.Serializer.INSTANCE.deserialize(p); } + else if ("top_level_content_policy".equals(field)) { + f_topLevelContentPolicy = TopLevelContentPolicy.Serializer.INSTANCE.deserialize(p); + } else { skipValue(p); } @@ -235,7 +263,10 @@ else if ("suggest_members_policy".equals(field)) { if (f_suggestMembersPolicy == null) { throw new JsonParseException(p, "Required field \"suggest_members_policy\" missing."); } - value = new TeamMemberPolicies(f_sharing, f_emmState, f_officeAddin, f_suggestMembersPolicy); + if (f_topLevelContentPolicy == null) { + throw new JsonParseException(p, "Required field \"top_level_content_policy\" missing."); + } + value = new TeamMemberPolicies(f_sharing, f_emmState, f_officeAddin, f_suggestMembersPolicy, f_topLevelContentPolicy); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TeamSharingPolicies.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TeamSharingPolicies.java index 4f03bdd54..67e3816f0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TeamSharingPolicies.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TeamSharingPolicies.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -22,7 +22,7 @@ * Policies governing sharing within and outside of the team. */ public class TeamSharingPolicies { - // struct team_policies.TeamSharingPolicies (team_policies.stone) + // struct team_policies.TeamSharingPolicies (team_policies_team_policies.stone) @Nonnull protected final SharedFolderMemberPolicy sharedFolderMemberPolicy; @@ -34,6 +34,12 @@ public class TeamSharingPolicies { protected final GroupCreation groupCreationPolicy; @Nonnull protected final SharedFolderBlanketLinkRestrictionPolicy sharedFolderLinkRestrictionPolicy; + @Nonnull + protected final EnforceLinkPasswordPolicy enforceLinkPasswordPolicy; + @Nonnull + protected final DefaultLinkExpirationDaysPolicy defaultLinkExpirationDaysPolicy; + @Nonnull + protected final SharedLinkDefaultPermissionsPolicy sharedLinkDefaultPermissionsPolicy; /** * Policies governing sharing within and outside of the team. @@ -48,11 +54,17 @@ public class TeamSharingPolicies { * null}. * @param sharedFolderLinkRestrictionPolicy Who can view links to content * in shared folders. Must not be {@code null}. + * @param enforceLinkPasswordPolicy If passwords are required for new links + * shared outside the team. Must not be {@code null}. + * @param defaultLinkExpirationDaysPolicy Default expiration date for new + * links shared outside the team. Must not be {@code null}. + * @param sharedLinkDefaultPermissionsPolicy Default access level for new + * links shared by team members. Must not be {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public TeamSharingPolicies(@Nonnull SharedFolderMemberPolicy sharedFolderMemberPolicy, @Nonnull SharedFolderJoinPolicy sharedFolderJoinPolicy, @Nonnull SharedLinkCreatePolicy sharedLinkCreatePolicy, @Nonnull GroupCreation groupCreationPolicy, @Nonnull SharedFolderBlanketLinkRestrictionPolicy sharedFolderLinkRestrictionPolicy) { + public TeamSharingPolicies(@Nonnull SharedFolderMemberPolicy sharedFolderMemberPolicy, @Nonnull SharedFolderJoinPolicy sharedFolderJoinPolicy, @Nonnull SharedLinkCreatePolicy sharedLinkCreatePolicy, @Nonnull GroupCreation groupCreationPolicy, @Nonnull SharedFolderBlanketLinkRestrictionPolicy sharedFolderLinkRestrictionPolicy, @Nonnull EnforceLinkPasswordPolicy enforceLinkPasswordPolicy, @Nonnull DefaultLinkExpirationDaysPolicy defaultLinkExpirationDaysPolicy, @Nonnull SharedLinkDefaultPermissionsPolicy sharedLinkDefaultPermissionsPolicy) { if (sharedFolderMemberPolicy == null) { throw new IllegalArgumentException("Required value for 'sharedFolderMemberPolicy' is null"); } @@ -73,6 +85,18 @@ public TeamSharingPolicies(@Nonnull SharedFolderMemberPolicy sharedFolderMemberP throw new IllegalArgumentException("Required value for 'sharedFolderLinkRestrictionPolicy' is null"); } this.sharedFolderLinkRestrictionPolicy = sharedFolderLinkRestrictionPolicy; + if (enforceLinkPasswordPolicy == null) { + throw new IllegalArgumentException("Required value for 'enforceLinkPasswordPolicy' is null"); + } + this.enforceLinkPasswordPolicy = enforceLinkPasswordPolicy; + if (defaultLinkExpirationDaysPolicy == null) { + throw new IllegalArgumentException("Required value for 'defaultLinkExpirationDaysPolicy' is null"); + } + this.defaultLinkExpirationDaysPolicy = defaultLinkExpirationDaysPolicy; + if (sharedLinkDefaultPermissionsPolicy == null) { + throw new IllegalArgumentException("Required value for 'sharedLinkDefaultPermissionsPolicy' is null"); + } + this.sharedLinkDefaultPermissionsPolicy = sharedLinkDefaultPermissionsPolicy; } /** @@ -125,6 +149,36 @@ public SharedFolderBlanketLinkRestrictionPolicy getSharedFolderLinkRestrictionPo return sharedFolderLinkRestrictionPolicy; } + /** + * If passwords are required for new links shared outside the team. + * + * @return value for this field, never {@code null}. + */ + @Nonnull + public EnforceLinkPasswordPolicy getEnforceLinkPasswordPolicy() { + return enforceLinkPasswordPolicy; + } + + /** + * Default expiration date for new links shared outside the team. + * + * @return value for this field, never {@code null}. + */ + @Nonnull + public DefaultLinkExpirationDaysPolicy getDefaultLinkExpirationDaysPolicy() { + return defaultLinkExpirationDaysPolicy; + } + + /** + * Default access level for new links shared by team members. + * + * @return value for this field, never {@code null}. + */ + @Nonnull + public SharedLinkDefaultPermissionsPolicy getSharedLinkDefaultPermissionsPolicy() { + return sharedLinkDefaultPermissionsPolicy; + } + @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { @@ -132,7 +186,10 @@ public int hashCode() { this.sharedFolderJoinPolicy, this.sharedLinkCreatePolicy, this.groupCreationPolicy, - this.sharedFolderLinkRestrictionPolicy + this.sharedFolderLinkRestrictionPolicy, + this.enforceLinkPasswordPolicy, + this.defaultLinkExpirationDaysPolicy, + this.sharedLinkDefaultPermissionsPolicy }); return hash; } @@ -153,6 +210,9 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.sharedLinkCreatePolicy == other.sharedLinkCreatePolicy) || (this.sharedLinkCreatePolicy.equals(other.sharedLinkCreatePolicy))) && ((this.groupCreationPolicy == other.groupCreationPolicy) || (this.groupCreationPolicy.equals(other.groupCreationPolicy))) && ((this.sharedFolderLinkRestrictionPolicy == other.sharedFolderLinkRestrictionPolicy) || (this.sharedFolderLinkRestrictionPolicy.equals(other.sharedFolderLinkRestrictionPolicy))) + && ((this.enforceLinkPasswordPolicy == other.enforceLinkPasswordPolicy) || (this.enforceLinkPasswordPolicy.equals(other.enforceLinkPasswordPolicy))) + && ((this.defaultLinkExpirationDaysPolicy == other.defaultLinkExpirationDaysPolicy) || (this.defaultLinkExpirationDaysPolicy.equals(other.defaultLinkExpirationDaysPolicy))) + && ((this.sharedLinkDefaultPermissionsPolicy == other.sharedLinkDefaultPermissionsPolicy) || (this.sharedLinkDefaultPermissionsPolicy.equals(other.sharedLinkDefaultPermissionsPolicy))) ; } else { @@ -198,6 +258,12 @@ public void serialize(TeamSharingPolicies value, JsonGenerator g, boolean collap GroupCreation.Serializer.INSTANCE.serialize(value.groupCreationPolicy, g); g.writeFieldName("shared_folder_link_restriction_policy"); SharedFolderBlanketLinkRestrictionPolicy.Serializer.INSTANCE.serialize(value.sharedFolderLinkRestrictionPolicy, g); + g.writeFieldName("enforce_link_password_policy"); + EnforceLinkPasswordPolicy.Serializer.INSTANCE.serialize(value.enforceLinkPasswordPolicy, g); + g.writeFieldName("default_link_expiration_days_policy"); + DefaultLinkExpirationDaysPolicy.Serializer.INSTANCE.serialize(value.defaultLinkExpirationDaysPolicy, g); + g.writeFieldName("shared_link_default_permissions_policy"); + SharedLinkDefaultPermissionsPolicy.Serializer.INSTANCE.serialize(value.sharedLinkDefaultPermissionsPolicy, g); if (!collapse) { g.writeEndObject(); } @@ -217,6 +283,9 @@ public TeamSharingPolicies deserialize(JsonParser p, boolean collapsed) throws I SharedLinkCreatePolicy f_sharedLinkCreatePolicy = null; GroupCreation f_groupCreationPolicy = null; SharedFolderBlanketLinkRestrictionPolicy f_sharedFolderLinkRestrictionPolicy = null; + EnforceLinkPasswordPolicy f_enforceLinkPasswordPolicy = null; + DefaultLinkExpirationDaysPolicy f_defaultLinkExpirationDaysPolicy = null; + SharedLinkDefaultPermissionsPolicy f_sharedLinkDefaultPermissionsPolicy = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -235,6 +304,15 @@ else if ("group_creation_policy".equals(field)) { else if ("shared_folder_link_restriction_policy".equals(field)) { f_sharedFolderLinkRestrictionPolicy = SharedFolderBlanketLinkRestrictionPolicy.Serializer.INSTANCE.deserialize(p); } + else if ("enforce_link_password_policy".equals(field)) { + f_enforceLinkPasswordPolicy = EnforceLinkPasswordPolicy.Serializer.INSTANCE.deserialize(p); + } + else if ("default_link_expiration_days_policy".equals(field)) { + f_defaultLinkExpirationDaysPolicy = DefaultLinkExpirationDaysPolicy.Serializer.INSTANCE.deserialize(p); + } + else if ("shared_link_default_permissions_policy".equals(field)) { + f_sharedLinkDefaultPermissionsPolicy = SharedLinkDefaultPermissionsPolicy.Serializer.INSTANCE.deserialize(p); + } else { skipValue(p); } @@ -254,7 +332,16 @@ else if ("shared_folder_link_restriction_policy".equals(field)) { if (f_sharedFolderLinkRestrictionPolicy == null) { throw new JsonParseException(p, "Required field \"shared_folder_link_restriction_policy\" missing."); } - value = new TeamSharingPolicies(f_sharedFolderMemberPolicy, f_sharedFolderJoinPolicy, f_sharedLinkCreatePolicy, f_groupCreationPolicy, f_sharedFolderLinkRestrictionPolicy); + if (f_enforceLinkPasswordPolicy == null) { + throw new JsonParseException(p, "Required field \"enforce_link_password_policy\" missing."); + } + if (f_defaultLinkExpirationDaysPolicy == null) { + throw new JsonParseException(p, "Required field \"default_link_expiration_days_policy\" missing."); + } + if (f_sharedLinkDefaultPermissionsPolicy == null) { + throw new JsonParseException(p, "Required field \"shared_link_default_permissions_policy\" missing."); + } + value = new TeamSharingPolicies(f_sharedFolderMemberPolicy, f_sharedFolderJoinPolicy, f_sharedLinkCreatePolicy, f_groupCreationPolicy, f_sharedFolderLinkRestrictionPolicy, f_enforceLinkPasswordPolicy, f_defaultLinkExpirationDaysPolicy, f_sharedLinkDefaultPermissionsPolicy); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TwoStepVerificationPolicy.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TwoStepVerificationPolicy.java index 168b28c2f..f1c0f893d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TwoStepVerificationPolicy.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/teampolicies/TwoStepVerificationPolicy.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from team_policies.stone */ +/* This file was generated from team_policies_team_policies.stone */ package com.dropbox.core.v2.teampolicies; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum TwoStepVerificationPolicy { - // union team_policies.TwoStepVerificationPolicy (team_policies.stone) + // union team_policies.TwoStepVerificationPolicy (team_policies_team_policies.stone) /** * Enabled require two factor authorization. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Account.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Account.java index 0855056b4..f5b6b5dd7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Account.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Account.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -24,7 +24,7 @@ * queried and the user making the query. */ public class Account { - // struct users.Account (users.stone) + // struct users.Account (users_users_types.stone) @Nonnull protected final String accountId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/BasicAccount.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/BasicAccount.java index d74732eda..9444a202b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/BasicAccount.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/BasicAccount.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -23,7 +23,7 @@ * Basic information about any account. */ public class BasicAccount extends Account { - // struct users.BasicAccount (users.stone) + // struct users.BasicAccount (users_users_types.stone) protected final boolean isTeammate; @Nullable diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/DbxUserUsersRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/DbxUserUsersRequests.java index 11bd3366c..3ad2aad7b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/DbxUserUsersRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/DbxUserUsersRequests.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone, users_users_base.stone, users_apiv2_users_features.stone, users_apiv2_users_api_auth.stone, users_apiv2_users_identity.stone */ package com.dropbox.core.v2.users; @@ -17,7 +17,7 @@ * Routes in namespace "users". */ public class DbxUserUsersRequests { - // namespace users (users.stone) + // namespace users (users_users_types.stone, users_users_base.stone, users_apiv2_users_features.stone, users_apiv2_users_api_auth.stone, users_apiv2_users_identity.stone) private final DbxRawClientV2 client; @@ -112,8 +112,8 @@ public BasicAccount getAccount(String accountId) throws GetAccountErrorException // /** - * Get information about multiple user accounts. At most 300 accounts may - * be queried per request. + * Get information about multiple user accounts. At most 300 accounts may be + * queried per request. * */ List getAccountBatch(GetAccountBatchArg arg) throws GetAccountBatchErrorException, DbxException { @@ -132,8 +132,8 @@ List getAccountBatch(GetAccountBatchArg arg) throws GetAccountBatc } /** - * Get information about multiple user accounts. At most 300 accounts may - * be queried per request. + * Get information about multiple user accounts. At most 300 accounts may be + * queried per request. * * @param accountIds List of user account identifiers. Should not contain * any duplicate account IDs. Must contain at least 1 items, not contain diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FileLockingValue.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FileLockingValue.java index 96ff1f8f4..b19d0f612 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FileLockingValue.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FileLockingValue.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -29,7 +29,7 @@ * will be used.

*/ public final class FileLockingValue { - // union users.FileLockingValue (users.stone) + // union users.FileLockingValue (users_users_types.stone) /** * Discriminating tag type for {@link FileLockingValue}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FullAccount.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FullAccount.java index 119819825..1e546d52d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FullAccount.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FullAccount.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -25,7 +25,7 @@ * Detailed information about the current user's account. */ public class FullAccount extends Account { - // struct users.FullAccount (users.stone) + // struct users.FullAccount (users_users_types.stone) @Nullable protected final String country; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FullTeam.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FullTeam.java index cfab9fada..24518be9e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FullTeam.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/FullTeam.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -8,6 +8,7 @@ import com.dropbox.core.stone.StructSerializer; import com.dropbox.core.v2.teampolicies.OfficeAddInPolicy; import com.dropbox.core.v2.teampolicies.TeamSharingPolicies; +import com.dropbox.core.v2.teampolicies.TopLevelContentPolicy; import com.fasterxml.jackson.core.JsonGenerationException; import com.fasterxml.jackson.core.JsonGenerator; @@ -24,12 +25,14 @@ * Detailed information about a team. */ public class FullTeam extends Team { - // struct users.FullTeam (users.stone) + // struct users.FullTeam (users_users_types.stone) @Nonnull protected final TeamSharingPolicies sharingPolicies; @Nonnull protected final OfficeAddInPolicy officeAddinPolicy; + @Nonnull + protected final TopLevelContentPolicy topLevelContentPolicy; /** * Detailed information about a team. @@ -40,11 +43,14 @@ public class FullTeam extends Team { * {@code null}. * @param officeAddinPolicy Team policy governing the use of the Office * Add-In. Must not be {@code null}. + * @param topLevelContentPolicy Team policy governing whether members can + * edit team folders at the top level of the team space. Must not be + * {@code null}. * * @throws IllegalArgumentException If any argument does not meet its * preconditions. */ - public FullTeam(@Nonnull String id, @Nonnull String name, @Nonnull TeamSharingPolicies sharingPolicies, @Nonnull OfficeAddInPolicy officeAddinPolicy) { + public FullTeam(@Nonnull String id, @Nonnull String name, @Nonnull TeamSharingPolicies sharingPolicies, @Nonnull OfficeAddInPolicy officeAddinPolicy, @Nonnull TopLevelContentPolicy topLevelContentPolicy) { super(id, name); if (sharingPolicies == null) { throw new IllegalArgumentException("Required value for 'sharingPolicies' is null"); @@ -54,6 +60,10 @@ public FullTeam(@Nonnull String id, @Nonnull String name, @Nonnull TeamSharingPo throw new IllegalArgumentException("Required value for 'officeAddinPolicy' is null"); } this.officeAddinPolicy = officeAddinPolicy; + if (topLevelContentPolicy == null) { + throw new IllegalArgumentException("Required value for 'topLevelContentPolicy' is null"); + } + this.topLevelContentPolicy = topLevelContentPolicy; } /** @@ -96,11 +106,23 @@ public OfficeAddInPolicy getOfficeAddinPolicy() { return officeAddinPolicy; } + /** + * Team policy governing whether members can edit team folders at the top + * level of the team space. + * + * @return value for this field, never {@code null}. + */ + @Nonnull + public TopLevelContentPolicy getTopLevelContentPolicy() { + return topLevelContentPolicy; + } + @Override public int hashCode() { int hash = Arrays.hashCode(new Object [] { this.sharingPolicies, - this.officeAddinPolicy + this.officeAddinPolicy, + this.topLevelContentPolicy }); hash = (31 * super.hashCode()) + hash; return hash; @@ -121,6 +143,7 @@ else if (obj.getClass().equals(this.getClass())) { && ((this.name == other.name) || (this.name.equals(other.name))) && ((this.sharingPolicies == other.sharingPolicies) || (this.sharingPolicies.equals(other.sharingPolicies))) && ((this.officeAddinPolicy == other.officeAddinPolicy) || (this.officeAddinPolicy.equals(other.officeAddinPolicy))) + && ((this.topLevelContentPolicy == other.topLevelContentPolicy) || (this.topLevelContentPolicy.equals(other.topLevelContentPolicy))) ; } else { @@ -164,6 +187,8 @@ public void serialize(FullTeam value, JsonGenerator g, boolean collapse) throws TeamSharingPolicies.Serializer.INSTANCE.serialize(value.sharingPolicies, g); g.writeFieldName("office_addin_policy"); OfficeAddInPolicy.Serializer.INSTANCE.serialize(value.officeAddinPolicy, g); + g.writeFieldName("top_level_content_policy"); + TopLevelContentPolicy.Serializer.INSTANCE.serialize(value.topLevelContentPolicy, g); if (!collapse) { g.writeEndObject(); } @@ -182,6 +207,7 @@ public FullTeam deserialize(JsonParser p, boolean collapsed) throws IOException, String f_name = null; TeamSharingPolicies f_sharingPolicies = null; OfficeAddInPolicy f_officeAddinPolicy = null; + TopLevelContentPolicy f_topLevelContentPolicy = null; while (p.getCurrentToken() == JsonToken.FIELD_NAME) { String field = p.getCurrentName(); p.nextToken(); @@ -197,6 +223,9 @@ else if ("sharing_policies".equals(field)) { else if ("office_addin_policy".equals(field)) { f_officeAddinPolicy = OfficeAddInPolicy.Serializer.INSTANCE.deserialize(p); } + else if ("top_level_content_policy".equals(field)) { + f_topLevelContentPolicy = TopLevelContentPolicy.Serializer.INSTANCE.deserialize(p); + } else { skipValue(p); } @@ -213,7 +242,10 @@ else if ("office_addin_policy".equals(field)) { if (f_officeAddinPolicy == null) { throw new JsonParseException(p, "Required field \"office_addin_policy\" missing."); } - value = new FullTeam(f_id, f_name, f_sharingPolicies, f_officeAddinPolicy); + if (f_topLevelContentPolicy == null) { + throw new JsonParseException(p, "Required field \"top_level_content_policy\" missing."); + } + value = new FullTeam(f_id, f_name, f_sharingPolicies, f_officeAddinPolicy, f_topLevelContentPolicy); } else { throw new JsonParseException(p, "No subtype found that matches tag: \"" + tag + "\""); diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountArg.java index ecdad88d6..dbc239118 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -19,7 +19,7 @@ import javax.annotation.Nonnull; public class GetAccountArg { - // struct users.GetAccountArg (users.stone) + // struct users.GetAccountArg (users_users_types.stone) @Nonnull protected final String accountId; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountBatchArg.java index 04755323d..1d3472dae 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class GetAccountBatchArg { - // struct users.GetAccountBatchArg (users.stone) + // struct users.GetAccountBatchArg (users_users_types.stone) @Nonnull protected final List accountIds; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountBatchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountBatchError.java index be361514f..d74ba1ed6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountBatchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountBatchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -27,7 +27,7 @@ * will be used.

*/ public final class GetAccountBatchError { - // union users.GetAccountBatchError (users.stone) + // union users.GetAccountBatchError (users_users_types.stone) /** * Discriminating tag type for {@link GetAccountBatchError}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountError.java index cf7f67f86..f6af5addc 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/GetAccountError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum GetAccountError { - // union users.GetAccountError (users.stone) + // union users.GetAccountError (users_users_types.stone) /** * The specified {@link GetAccountArg#getAccountId} does not exist. */ diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/IndividualSpaceAllocation.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/IndividualSpaceAllocation.java index b81be34b4..1ef575595 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/IndividualSpaceAllocation.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/IndividualSpaceAllocation.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -17,7 +17,7 @@ import java.util.Arrays; public class IndividualSpaceAllocation { - // struct users.IndividualSpaceAllocation (users.stone) + // struct users.IndividualSpaceAllocation (users_users_types.stone) protected final long allocated; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Name.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Name.java index 98db9c60b..3cccc09fd 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Name.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Name.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_base.stone */ package com.dropbox.core.v2.users; @@ -22,7 +22,7 @@ * Representations for a person's name to assist with internationalization. */ public class Name { - // struct users.Name (users.stone) + // struct users.Name (users_users_base.stone) @Nonnull protected final String givenName; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/PaperAsFilesValue.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/PaperAsFilesValue.java index 4fb0c0976..2938f0fd6 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/PaperAsFilesValue.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/PaperAsFilesValue.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -29,7 +29,7 @@ * will be used.

*/ public final class PaperAsFilesValue { - // union users.PaperAsFilesValue (users.stone) + // union users.PaperAsFilesValue (users_users_types.stone) /** * Discriminating tag type for {@link PaperAsFilesValue}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/SpaceAllocation.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/SpaceAllocation.java index a45524e4c..2476eea95 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/SpaceAllocation.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/SpaceAllocation.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -29,7 +29,7 @@ * will be used.

*/ public final class SpaceAllocation { - // union users.SpaceAllocation (users.stone) + // union users.SpaceAllocation (users_users_types.stone) /** * Discriminating tag type for {@link SpaceAllocation}. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/SpaceUsage.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/SpaceUsage.java index ca96533ff..20da7140b 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/SpaceUsage.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/SpaceUsage.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -22,7 +22,7 @@ * Information about a user's space usage and quota. */ public class SpaceUsage { - // struct users.SpaceUsage (users.stone) + // struct users.SpaceUsage (users_users_types.stone) protected final long used; @Nonnull diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Team.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Team.java index 69c69c0e9..fca7b7d08 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Team.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/Team.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -22,7 +22,7 @@ * Information about a team. */ public class Team { - // struct users.Team (users.stone) + // struct users.Team (users_users_types.stone) @Nonnull protected final String id; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/TeamSpaceAllocation.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/TeamSpaceAllocation.java index 49937820a..63332e244 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/TeamSpaceAllocation.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/TeamSpaceAllocation.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class TeamSpaceAllocation { - // struct users.TeamSpaceAllocation (users.stone) + // struct users.TeamSpaceAllocation (users_users_types.stone) protected final long used; protected final long allocated; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeature.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeature.java index 9ba9bd1fe..bc97b1924 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeature.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeature.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -20,7 +20,7 @@ * A set of features that a Dropbox User account may have configured. */ public enum UserFeature { - // union users.UserFeature (users.stone) + // union users.UserFeature (users_users_types.stone) /** * This feature contains information about how the user's Paper files are * stored. @@ -31,6 +31,16 @@ public enum UserFeature { * from editing them. */ FILE_LOCKING, + /** + * This feature contains information about whether or not the user is part + * of a team with a shared team root. + */ + TEAM_SHARED_DROPBOX, + /** + * This feature contains information about whether or not the user's home + * namespace is distinct from their root namespace. + */ + DISTINCT_MEMBER_HOME, /** * Catch-all used for unknown tag values returned by the Dropbox servers. * @@ -57,6 +67,14 @@ public void serialize(UserFeature value, JsonGenerator g) throws IOException, Js g.writeString("file_locking"); break; } + case TEAM_SHARED_DROPBOX: { + g.writeString("team_shared_dropbox"); + break; + } + case DISTINCT_MEMBER_HOME: { + g.writeString("distinct_member_home"); + break; + } default: { g.writeString("other"); } @@ -87,6 +105,12 @@ else if ("paper_as_files".equals(tag)) { else if ("file_locking".equals(tag)) { value = UserFeature.FILE_LOCKING; } + else if ("team_shared_dropbox".equals(tag)) { + value = UserFeature.TEAM_SHARED_DROPBOX; + } + else if ("distinct_member_home".equals(tag)) { + value = UserFeature.DISTINCT_MEMBER_HOME; + } else { value = UserFeature.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeatureValue.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeatureValue.java index 8af3c2422..ea9841ecb 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeatureValue.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeatureValue.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -29,7 +29,7 @@ * will be used.

*/ public final class UserFeatureValue { - // union users.UserFeatureValue (users.stone) + // union users.UserFeatureValue (users_users_types.stone) /** * Discriminating tag type for {@link UserFeatureValue}. @@ -37,6 +37,8 @@ public final class UserFeatureValue { public enum Tag { PAPER_AS_FILES, // PaperAsFilesValue FILE_LOCKING, // FileLockingValue + TEAM_SHARED_DROPBOX, // TeamSharedDropboxValue + DISTINCT_MEMBER_HOME, // DistinctMemberHomeValue /** * Catch-all used for unknown tag values returned by the Dropbox * servers. @@ -60,6 +62,8 @@ public enum Tag { private Tag _tag; private PaperAsFilesValue paperAsFilesValue; private FileLockingValue fileLockingValue; + private TeamSharedDropboxValue teamSharedDropboxValue; + private DistinctMemberHomeValue distinctMemberHomeValue; /** * Private default constructor, so that object is uninitializable publicly. @@ -111,6 +115,38 @@ private UserFeatureValue withTagAndFileLocking(Tag _tag, FileLockingValue fileLo return result; } + /** + * Values that correspond to entries in {@link UserFeature}. + * + * @param teamSharedDropboxValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private UserFeatureValue withTagAndTeamSharedDropbox(Tag _tag, TeamSharedDropboxValue teamSharedDropboxValue) { + UserFeatureValue result = new UserFeatureValue(); + result._tag = _tag; + result.teamSharedDropboxValue = teamSharedDropboxValue; + return result; + } + + /** + * Values that correspond to entries in {@link UserFeature}. + * + * @param distinctMemberHomeValue Must not be {@code null}. + * @param _tag Discriminating tag for this instance. + * + * @throws IllegalArgumentException If any argument does not meet its + * preconditions. + */ + private UserFeatureValue withTagAndDistinctMemberHome(Tag _tag, DistinctMemberHomeValue distinctMemberHomeValue) { + UserFeatureValue result = new UserFeatureValue(); + result._tag = _tag; + result.distinctMemberHomeValue = distinctMemberHomeValue; + return result; + } + /** * Returns the tag for this instance. * @@ -223,6 +259,100 @@ public FileLockingValue getFileLockingValue() { return fileLockingValue; } + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#TEAM_SHARED_DROPBOX}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#TEAM_SHARED_DROPBOX}, {@code false} otherwise. + */ + public boolean isTeamSharedDropbox() { + return this._tag == Tag.TEAM_SHARED_DROPBOX; + } + + /** + * Returns an instance of {@code UserFeatureValue} that has its tag set to + * {@link Tag#TEAM_SHARED_DROPBOX}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code UserFeatureValue} with its tag set to {@link + * Tag#TEAM_SHARED_DROPBOX}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static UserFeatureValue teamSharedDropbox(TeamSharedDropboxValue value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new UserFeatureValue().withTagAndTeamSharedDropbox(Tag.TEAM_SHARED_DROPBOX, value); + } + + /** + * This instance must be tagged as {@link Tag#TEAM_SHARED_DROPBOX}. + * + * @return The {@link TeamSharedDropboxValue} value associated with this + * instance if {@link #isTeamSharedDropbox} is {@code true}. + * + * @throws IllegalStateException If {@link #isTeamSharedDropbox} is {@code + * false}. + */ + public TeamSharedDropboxValue getTeamSharedDropboxValue() { + if (this._tag != Tag.TEAM_SHARED_DROPBOX) { + throw new IllegalStateException("Invalid tag: required Tag.TEAM_SHARED_DROPBOX, but was Tag." + this._tag.name()); + } + return teamSharedDropboxValue; + } + + /** + * Returns {@code true} if this instance has the tag {@link + * Tag#DISTINCT_MEMBER_HOME}, {@code false} otherwise. + * + * @return {@code true} if this instance is tagged as {@link + * Tag#DISTINCT_MEMBER_HOME}, {@code false} otherwise. + */ + public boolean isDistinctMemberHome() { + return this._tag == Tag.DISTINCT_MEMBER_HOME; + } + + /** + * Returns an instance of {@code UserFeatureValue} that has its tag set to + * {@link Tag#DISTINCT_MEMBER_HOME}. + * + *

None

+ * + * @param value value to assign to this instance. + * + * @return Instance of {@code UserFeatureValue} with its tag set to {@link + * Tag#DISTINCT_MEMBER_HOME}. + * + * @throws IllegalArgumentException if {@code value} is {@code null}. + */ + public static UserFeatureValue distinctMemberHome(DistinctMemberHomeValue value) { + if (value == null) { + throw new IllegalArgumentException("Value is null"); + } + return new UserFeatureValue().withTagAndDistinctMemberHome(Tag.DISTINCT_MEMBER_HOME, value); + } + + /** + * This instance must be tagged as {@link Tag#DISTINCT_MEMBER_HOME}. + * + * @return The {@link DistinctMemberHomeValue} value associated with this + * instance if {@link #isDistinctMemberHome} is {@code true}. + * + * @throws IllegalStateException If {@link #isDistinctMemberHome} is {@code + * false}. + */ + public DistinctMemberHomeValue getDistinctMemberHomeValue() { + if (this._tag != Tag.DISTINCT_MEMBER_HOME) { + throw new IllegalStateException("Invalid tag: required Tag.DISTINCT_MEMBER_HOME, but was Tag." + this._tag.name()); + } + return distinctMemberHomeValue; + } + /** * Returns {@code true} if this instance has the tag {@link Tag#OTHER}, * {@code false} otherwise. @@ -239,7 +369,9 @@ public int hashCode() { int hash = Arrays.hashCode(new Object [] { this._tag, this.paperAsFilesValue, - this.fileLockingValue + this.fileLockingValue, + this.teamSharedDropboxValue, + this.distinctMemberHomeValue }); return hash; } @@ -262,6 +394,10 @@ else if (obj instanceof UserFeatureValue) { return (this.paperAsFilesValue == other.paperAsFilesValue) || (this.paperAsFilesValue.equals(other.paperAsFilesValue)); case FILE_LOCKING: return (this.fileLockingValue == other.fileLockingValue) || (this.fileLockingValue.equals(other.fileLockingValue)); + case TEAM_SHARED_DROPBOX: + return (this.teamSharedDropboxValue == other.teamSharedDropboxValue) || (this.teamSharedDropboxValue.equals(other.teamSharedDropboxValue)); + case DISTINCT_MEMBER_HOME: + return (this.distinctMemberHomeValue == other.distinctMemberHomeValue) || (this.distinctMemberHomeValue.equals(other.distinctMemberHomeValue)); case OTHER: return true; default: @@ -315,6 +451,22 @@ public void serialize(UserFeatureValue value, JsonGenerator g) throws IOExceptio g.writeEndObject(); break; } + case TEAM_SHARED_DROPBOX: { + g.writeStartObject(); + writeTag("team_shared_dropbox", g); + g.writeFieldName("team_shared_dropbox"); + TeamSharedDropboxValue.Serializer.INSTANCE.serialize(value.teamSharedDropboxValue, g); + g.writeEndObject(); + break; + } + case DISTINCT_MEMBER_HOME: { + g.writeStartObject(); + writeTag("distinct_member_home", g); + g.writeFieldName("distinct_member_home"); + DistinctMemberHomeValue.Serializer.INSTANCE.serialize(value.distinctMemberHomeValue, g); + g.writeEndObject(); + break; + } default: { g.writeString("other"); } @@ -351,6 +503,18 @@ else if ("file_locking".equals(tag)) { fieldValue = FileLockingValue.Serializer.INSTANCE.deserialize(p); value = UserFeatureValue.fileLocking(fieldValue); } + else if ("team_shared_dropbox".equals(tag)) { + TeamSharedDropboxValue fieldValue = null; + expectField("team_shared_dropbox", p); + fieldValue = TeamSharedDropboxValue.Serializer.INSTANCE.deserialize(p); + value = UserFeatureValue.teamSharedDropbox(fieldValue); + } + else if ("distinct_member_home".equals(tag)) { + DistinctMemberHomeValue fieldValue = null; + expectField("distinct_member_home", p); + fieldValue = DistinctMemberHomeValue.Serializer.INSTANCE.deserialize(p); + value = UserFeatureValue.distinctMemberHome(fieldValue); + } else { value = UserFeatureValue.OTHER; } diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchArg.java index eded6282f..7d2f849a7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchArg.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; class UserFeaturesGetValuesBatchArg { - // struct users.UserFeaturesGetValuesBatchArg (users.stone) + // struct users.UserFeaturesGetValuesBatchArg (users_users_types.stone) @Nonnull protected final List features; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchError.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchError.java index 1d560fae2..011e196a7 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchError.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchError.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -17,7 +17,7 @@ import java.util.Arrays; public enum UserFeaturesGetValuesBatchError { - // union users.UserFeaturesGetValuesBatchError (users.stone) + // union users.UserFeaturesGetValuesBatchError (users_users_types.stone) /** * At least one {@link UserFeature} must be included in the {@link * UserFeaturesGetValuesBatchArg}.features list. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchResult.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchResult.java index 9f4dc1d0b..e1419ec81 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchResult.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/UserFeaturesGetValuesBatchResult.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users.stone */ +/* This file was generated from users_users_types.stone */ package com.dropbox.core.v2.users; @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; public class UserFeaturesGetValuesBatchResult { - // struct users.UserFeaturesGetValuesBatchResult (users.stone) + // struct users.UserFeaturesGetValuesBatchResult (users_users_types.stone) @Nonnull protected final List values; diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/package-info.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/package-info.java index 8e82453ba..32a3b0046 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/package-info.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/users/package-info.java @@ -2,7 +2,11 @@ /* This file was generated by Stone */ /** - * This namespace contains endpoints and data types for user management. + * This namespace contains endpoints and data types for user management. This + * namespace contains endpoints and data types for user management. This + * namespace contains endpoints and data types for user management. This + * namespace contains endpoints and data types for user management. This + * namespace contains endpoints and data types for user management. * *

See {@link com.dropbox.core.v2.users.DbxUserUsersRequests} for a list of * possible requests for this namespace.

diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/userscommon/AccountType.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/userscommon/AccountType.java index 069586084..8de4f99ba 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/userscommon/AccountType.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/userscommon/AccountType.java @@ -1,5 +1,5 @@ /* DO NOT EDIT */ -/* This file was generated from users_common.stone */ +/* This file was generated from users_common_users_common.stone */ package com.dropbox.core.v2.userscommon; @@ -20,7 +20,7 @@ * What type of account this user has. */ public enum AccountType { - // union users_common.AccountType (users_common.stone) + // union users_common.AccountType (users_common_users_common.stone) /** * The basic account type. */ diff --git a/core/src/main/stone b/core/src/main/stone index c83644049..53e8cae19 160000 --- a/core/src/main/stone +++ b/core/src/main/stone @@ -1 +1 @@ -Subproject commit c8364404953d875801d496a81f786c5545f78223 +Subproject commit 53e8cae19d9e07c7df0e8028d55dfaf9490f319b